FlashTool을 사용하는 동안 OEM이 잘못되었습니다. (안드로이드 응원)


1

Micromax Canavas HD를 루팅 할 수 있도록 FlashTool을 설치하기 위해이 링크 를 따르려고합니다 . 내 Dev Enviornment는 32 아키텍처에 대한 지원 라이브러리가있는 Ubuntu 12.04 LTE 64 비트입니다. 80-persistent-usb.rules 파일을 다음과 같이 변경했습니다.

# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.

# PCI device 0x10ec:/sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0 (r8169)
SUBSYSTEM=="usb", ACTION=="add", SYSFS{idVendor}=="0bb4", SYSFS{idProduct}=="*", MODE="0777"

내 공급 업체가 Micromax 식별 (공급 업체 부품 변경)을 반영합니다 SYSFS{idVendor}=="0bb4". 그러나 명령을 실행하여 도구를 실행할 때 :

./FlashTool 

다음과 같은 메시지가 나타납니다.

Not running as root but Sony/SonyEriccson Vendor ID found on your udev rules
if Flashing didn't work well, run flashtool as root
JAVA_HOME not set. Using default value : ./x10flasher_lib/linjre64

Flash 도구 GUI는 모든 종류의 Sony Xperia 폰과 함께 열립니다. 내가 잘못 가고있을 수있는 아이디어와 왜 내 특정 장치가 열리지 않습니까?

편집 : 여기에 설명 된 것처럼 JAVA_HOME 을 설정하려고했습니다.

결과:

Johndoe@pc-dev-a147:~/Downloads/Softwares/FlashTool$ echo $JAVA_HOME
/usr/lib/jvm/java-1.5.0-sun
Johndoe@pc-dev-a147:~/Downloads/Softwares/FlashTool$ sudo su
[sudo] password for Johndoe: 
root@pc-dev-a147:/home/Johndoe/Downloads/Softwares/FlashTool# ./FlashTool
Running as root.
#
[thread 140425866192640 also had an error]
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fb7221a8a70, pid=3958, tid=140424834840320
#
# JRE version: 6.0_27-b27
# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.12.6
# Distribution: Ubuntu 12.04 LTS, package 6b27-1.12.6-1ubuntu0.12.04.4
# Problematic frame:
# C  [libdbus-1.so.3+0x1da70][thread 140424832734976 also had an error]
# [ timer expired, abort... ]
Aborted (core dumped)

FLashTool이 시작되지만 여전히 Sony 모델을 얻습니다.


첫 번째 단계는 JAVA_Home시스템 변수 를 정의하는 것 입니다.
Ramhound
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.