marc132
Dauer-User
- 122
Wer Root für das Padphone braucht, kann das Tool "Debugfs automated root" von dem XDA Member sparkym3 verwenden.
Er bietet zwei Versionen an, eine für das Padphone, die auf das Tool von miloj ( xda-developers - View Single Post - Rooting the TF300T *without* downgrading (from .29) )
basiert.
Downloadlink - XDA Link
Leider habe ich das Tool noch nicht getestet, aber unser User curufinwe ( https://www.android-hilfe.de/forum/...e-diskussion.106573-page-19.html#post-3702789 ) hat es glaub ich schon benutzt. Ich bin mir nicht sicher, ob es bei base gebrandeten Smartphones funtioniert und übernehme keine Haftung bei Bricks, ect.
Anleitung:
Anleitung von curufinwe:
Falls das nicht Funtioniert:
1. In der ADB Shell write access für die /system partention hinzufügen:
2. reboot:
3. dann aufräumen:
5. Dann:
6. neustarten und rooten:
dann:
-----------------------------------------------------
Changelog:
Er bietet zwei Versionen an, eine für das Padphone, die auf das Tool von miloj ( xda-developers - View Single Post - Rooting the TF300T *without* downgrading (from .29) )
basiert.
Downloadlink - XDA Link
Leider habe ich das Tool noch nicht getestet, aber unser User curufinwe ( https://www.android-hilfe.de/forum/...e-diskussion.106573-page-19.html#post-3702789 ) hat es glaub ich schon benutzt. Ich bin mir nicht sicher, ob es bei base gebrandeten Smartphones funtioniert und übernehme keine Haftung bei Bricks, ect.
Anleitung:
Anleitung von curufinwe:
https://www.android-hilfe.de/members/curufinwe-14734.html Die Zip fürs Padfone herunterladen, entpacken, Treiber installieren, debugfsroot.bat bei normal laufendem padfone ausführen und voila
Falls das nicht Funtioniert:
1. In der ADB Shell write access für die /system partention hinzufügen:
Code:
$ ln -s /dev/block/mmcblk0p21 tmp $ exit
Code:
adb reboot adb shell
Code:
$ cd /data/local
Code:
$ toolbox chmod 755 /data/local/debugfs $ /data/local/debugfs -w /data/local/tmp debugfs: cd xbin debugfs: rm su NOTE: if this is your first attempt, you should see an error message here, simply ignore it debugfs: write /data/local/su su debugfs: set_inode_field su mode 0106755 debugfs: set_inode_field su uid 0 debugfs: set_inode_field su gid 0 debugfs: quit $ rm /data/local/tmp $ mv /data/local/tmp.back /data/local/tmp $ exit
Code:
adb reboot adb shell $ /system/xbin/su # id id=0(root) gid=0(root) .... # exit
Code:
$ rm /data/local/su $ rm /data/local/debugfs $ exit
Mehr Infos: Rooting the TF300T *without* downgrading (from .29) - xda-developersNext step is to install ASAP the superuser app from the market, since my version of su is home-made, and was not designed with security in mind.
After installation, or if you previously installed, open it and check for an update, there should be one available. This will replace the non-securised su binary with the one provided by superuser. Reboot when asked to, and you're done.
-----------------------------------------------------
Changelog:
Mehr Infos > [ROOT][TOOL]Debugfs automated root - xda-developersUPDATE 6/12/2012:
v1.1 - Added donation link for miloj
v1.2 - Fixed bug that caused it to stop while doing "debugfs", to cancel press Ctrl+c
v1.3 - Fixed bug where the id is not returned from the su test
v1.4 - Fixed bug introduced with v1.3
v1.5 - Fixed bug where you don't have to push the apk before calling install
6/13/2012
v1.6 - Fixed messaging (this is a cosmetic change)
v1.7 - Added a remove call on su prior to rooting for those who had root previously and it not longer works
v1.8 - Change the octal permissions to be 6755 instead of 4755
7/2/2012
v1.9 - Update superuser app and binary to the latest version available
Zuletzt bearbeitet: