User Tools

Site Tools


docs:tips_n_tricks:android:index.html

This is an old revision of the document!


Android

Gain temporary root and create Backup on HTC Desire Z Android 2.3

On Linux:

adb push fre3vo   /data/local/tmp
adb install Superuser.apk
# from Vision-fre3vo-temp-root.zip
adb push su       /data/local/tmp
adb push fixsu.sh /data/local/tmp
adb push busybox  /data/local/tmp
adb shell

In adb shell:

chmod 777 /data/local/tmp/fre3vo
/data/local/tmp/fre3vo -debug -start FAA90000 -end FFFFFFFF

Dropping back to Linux!

~ $ adb shell
# /data/local/tmp/fixsu.sh
# exit

Yeah, this time it's root! Now run Titanium Backup *root* and save everything to SD Card!

Downgrade HTC Desire Z to Android 2.2

see Google ;-)

/data/local/tmp/misc_version -s 1.33.405.5

Root and ugrade HTC Desire Z to Android 2.3

On Linux:

adb push psneuter /data/local/tmp/
adb push hboot-eng.img /data/local/tmp/
adb push busybox /data/local/tmp/
adb push flashgc /data/local/tmp/
adb push gfree /data/local/tmp/
adb push root_psn /data/local/tmp/
adb push recovery-clockwork-touch-5.8.1.0-vision.img /data/local/tmp/recovery.img
adb push su /sdcard/
adb push Superuser.apk /sdcard/
adb shell

In adb Shell:

chmod 755 /data/local/tmp/* 
/data/local/tmp/psneuter

In Linux:

adb shell

In adb Shell (note the '#' sign):

cd /data/local/tmp 
./gfree -f -b hboot-eng.img -y recovery.img 
./root_psn
sync

References:

* http://wiki.cyanogenmod.org/w/Install_CM_for_vision
* http://forum.xda-developers.com/showthread.php?t=1178912
* http://forum.xda-developers.com/showthread.php?t=905261
* http://forum.xda-developers.com/wiki/index.php?title=HTC_Vision#Rooting_the_Vision_.28G2.2FDZ.29_and_DHD
* 
docs/tips_n_tricks/android/index.html.1434158765.txt.gz · Last modified: 13.06.2015 03:26 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki