Harlekino
Ambitioniertes Mitglied
- 1
die batch datei hat den folgenden Inhalt:
@ECHO OFF
Echo Boote das Geraet in das Recovery System
adb reboot recovery
ECHO Bitte erst weitermachen, wenn das Geraet das Android Recovery System anzeigt
Pause
Pause Installieren SU, superuser, Busybox
adb remount
adb push su /system/xbin/su
adb push busybox /system/xbin/busybox
adb push Superuser.apk /system/app/Superuser.apk
Echo Passe Dateiberechtigungen an
adb shell "chown 0.0 /system/xbin/su"
adb shell "chmod 06755 /system/xbin/su"
adb shell "chmod 655 /system/app/Superuser.apk"
adb shell "chmod 755 /system/xbin/busybox"
Echo Fertig zum neustarten?
pause
adb reboot
@ECHO OFF
Echo Boote das Geraet in das Recovery System
adb reboot recovery
ECHO Bitte erst weitermachen, wenn das Geraet das Android Recovery System anzeigt
Pause
Pause Installieren SU, superuser, Busybox
adb remount
adb push su /system/xbin/su
adb push busybox /system/xbin/busybox
adb push Superuser.apk /system/app/Superuser.apk
Echo Passe Dateiberechtigungen an
adb shell "chown 0.0 /system/xbin/su"
adb shell "chmod 06755 /system/xbin/su"
adb shell "chmod 655 /system/app/Superuser.apk"
adb shell "chmod 755 /system/xbin/busybox"
Echo Fertig zum neustarten?
pause
adb reboot