O
ooo
Enthusiast
- 3.449
Oder den Punkt 7. ganz weglassen und dafür diese Datei *vor* <SuperSU>.zip installieren (macht genau dasselbe - Vorbereitung system-less root - ganz ohne Tipperei/Fehler)
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
@echo off
cls
REM Zur Kontrolle Dateiinhalt anzeigen
echo.
echo Aktueller Inhalt von /data/.supersu (wenn vorhanden)
adb shell "[ -e /data/.supersu ] && cat /data/.supersu"
REM Datei schreiben
echo.
echo Lege Datei /data/.supersu neu an
adb shell "echo 'SYSTEMLESS=true' > /data/.supersu"
adb shell "[ -e /data/.supersu ] && chown root:root /data/.supersu"
adb shell "[ -e /data/.supersu ] && chmod 0600 /data/.supersu"
adb shell "[ -e /data/.supersu ] && ls -la /data/.supersu 2>/dev/null"
REM Zur Kontrolle Dateiinhalt anzeigen
echo.
echo Neuer Inhalt von /data/.supersu
adb shell "[ -e /data/.supersu ] && cat /data/.supersu"
@echo off
cls
REM Zur Kontrolle Dateiinhalt anzeigen
echo.
echo Aktueller Inhalt von /data/.supersu (wenn vorhanden)
adb shell "[ -e /data/.supersu ] && cat /data/.supersu"
REM Datei loeschen
echo.
echo Loesche Datei /data/.supersu
adb shell "rm -f /data/.supersu"
REM Kontrolle: Loeschung ueberpruefen
echo.
echo Pruefe Loesch-Aktion der Datei /data/.supersu
adb shell "if ! [ -e /data/.supersu ] ; then echo 'Datei /data/.supersu existiert nicht (mehr)'; else echo 'Datei /data/.supersu wurde nicht entfernt'; fi"
::visit Rootjunky.com
::Set our Window Title
@title Moto G 4th
::Set our default parameters
@echo off
color 0b
echo.[//////////////////////////// ////////// //////////////////////]
echo.[/////////////////////////// /// ////////////// ///////////////////////////]
echo.[////////////////////////// //// ////////////// ////////////////////////////]
echo.[///////////////////////// // /////////////// /////////////////////////////]
echo.[//////////////////////// //// ///////// /// //////////////////////////////]
echo.[/////////////////////// ////// ///////// ////////////////////////////////]
echo.--------------------------------------------------------------------------------
echo [*] Bootloader unlock is required for this to work.
echo [*] Big thanks to ChainFire for supersu app
echo [*] Make sure USB Debugging is enabled on your phone
echo [*] this will push Supersu and then boot into TWRP recovery to root
echo.--------------------------------------------------------------------------------
echo [*] press any key to start
pause > nul
adb kill-server
adb start-server
adb push UPDATE-SuperSU-v2.76.zip /sdcard/
echo.--------------------------------------------------------------------------------
echo [*] supersu is pushed to device
echo.--------------------------------------------------------------------------------
echo [*] WARNING the device will reboot a couple times this is normal
echo [*] just sit back and let it do its thing.
echo.--------------------------------------------------------------------------------
echo [*] press any key to reboot to recovery
pause > nul
adb reboot bootloader
timeout 6 > nul
fastboot boot twrp-3.0.2-0-athene.img
timeout 18 > nul
adb shell "echo "SYSTEMLESS=true" > /data/.supersu"
adb push openrecoveryscript.sh /cache/recovery/openrecoveryscript
adb reboot bootloader
timeout 6 > nul
fastboot flash recovery twrp-3.0.2-0-athene.img
fastboot boot twrp-3.0.2-0-athene.img
echo [*]
echo.--------------------------------------------------------------------------------
echo [*] TWRP recovery will automatically start flashing Supersu.zip
echo [*] Once it Finishes device will reboot a couple times then boot to system
echo [*] if it boots to bootloader mode just select start.
echo [*] you may need to do this twice.
echo [*] you know have twrp recovery and systemless root
echo.--------------------------------------------------------------------------------
echo [*] Press any key to finish this script.
pause > nul
exit
Sorry,aber wie genau muss ich vorgehen nachdem ich die one klick doof Datei aufs Handy geladen habe?blablanurarchiv schrieb:auf rootjunkysdl.com gibt es eine 1 klick root lösung für 6.0.1
Inhalt der *.bat ist:
Code:::visit Rootjunky.com ::Set our Window Title @title Moto G 4th ::Set our default parameters @echo off color 0b echo.[//////////////////////////// ////////// //////////////////////] echo.[/////////////////////////// /// ////////////// ///////////////////////////] echo.[////////////////////////// //// ////////////// ////////////////////////////] echo.[///////////////////////// // /////////////// /////////////////////////////] echo.[//////////////////////// //// ///////// /// //////////////////////////////] echo.[/////////////////////// ////// ///////// ////////////////////////////////] echo.-------------------------------------------------------------------------------- echo [*] Bootloader unlock is required for this to work. echo [*] Big thanks to ChainFire for supersu app echo [*] Make sure USB Debugging is enabled on your phone echo [*] this will push Supersu and then boot into TWRP recovery to root echo.-------------------------------------------------------------------------------- echo [*] press any key to start pause > nul adb kill-server adb start-server adb push UPDATE-SuperSU-v2.76.zip /sdcard/ echo.-------------------------------------------------------------------------------- echo [*] supersu is pushed to device echo.-------------------------------------------------------------------------------- echo [*] WARNING the device will reboot a couple times this is normal echo [*] just sit back and let it do its thing. echo.-------------------------------------------------------------------------------- echo [*] press any key to reboot to recovery pause > nul adb reboot bootloader timeout 6 > nul fastboot boot twrp-3.0.2-0-athene.img timeout 18 > nul adb shell "echo "SYSTEMLESS=true" > /data/.supersu" adb push openrecoveryscript.sh /cache/recovery/openrecoveryscript adb reboot bootloader timeout 6 > nul fastboot flash recovery twrp-3.0.2-0-athene.img fastboot boot twrp-3.0.2-0-athene.img echo [*] echo.-------------------------------------------------------------------------------- echo [*] TWRP recovery will automatically start flashing Supersu.zip echo [*] Once it Finishes device will reboot a couple times then boot to system echo [*] if it boots to bootloader mode just select start. echo [*] you may need to do this twice. echo [*] you know have twrp recovery and systemless root echo.-------------------------------------------------------------------------------- echo [*] Press any key to finish this script. pause > nul exit
man beachte diesen thread auf xda und die anmerkung im letzten absatz:
Notes on Nougat/Android 7
guenter1 schrieb:@guenter1
Ich korrigiere mich: mit dem aktuellen 7.0 ist momentan kein root machbar. Mit dem ersten SOAK-Test ging es noch, mit der nun kommenden Version (identisch mit letztem Soak) leider nicht mehr.
blablanurarchiv schrieb:auf rootjunkysdl.com gibt es eine 1 klick root lösung für 6.0.1
Inhalt der *.bat ist:
Code:::visit Rootjunky.com ::Set our Window Title @title Moto G 4th ::Set our default parameters @echo off color 0b echo.[//////////////////////////// ////////// //////////////////////] echo.[/////////////////////////// /// ////////////// ///////////////////////////] echo.[////////////////////////// //// ////////////// ////////////////////////////] echo.[///////////////////////// // /////////////// /////////////////////////////] echo.[//////////////////////// //// ///////// /// //////////////////////////////] echo.[/////////////////////// ////// ///////// ////////////////////////////////] echo.-------------------------------------------------------------------------------- echo [*] Bootloader unlock is required for this to work. echo [*] Big thanks to ChainFire for supersu app echo [*] Make sure USB Debugging is enabled on your phone echo [*] this will push Supersu and then boot into TWRP recovery to root echo.-------------------------------------------------------------------------------- echo [*] press any key to start pause > nul adb kill-server adb start-server adb push UPDATE-SuperSU-v2.76.zip /sdcard/ echo.-------------------------------------------------------------------------------- echo [*] supersu is pushed to device echo.-------------------------------------------------------------------------------- echo [*] WARNING the device will reboot a couple times this is normal echo [*] just sit back and let it do its thing. echo.-------------------------------------------------------------------------------- echo [*] press any key to reboot to recovery pause > nul adb reboot bootloader timeout 6 > nul fastboot boot twrp-3.0.2-0-athene.img timeout 18 > nul adb shell "echo "SYSTEMLESS=true" > /data/.supersu" adb push openrecoveryscript.sh /cache/recovery/openrecoveryscript adb reboot bootloader timeout 6 > nul fastboot flash recovery twrp-3.0.2-0-athene.img fastboot boot twrp-3.0.2-0-athene.img echo [*] echo.-------------------------------------------------------------------------------- echo [*] TWRP recovery will automatically start flashing Supersu.zip echo [*] Once it Finishes device will reboot a couple times then boot to system echo [*] if it boots to bootloader mode just select start. echo [*] you may need to do this twice. echo [*] you know have twrp recovery and systemless root echo.-------------------------------------------------------------------------------- echo [*] Press any key to finish this script. pause > nul exit
man beachte diesen thread auf xda und die anmerkung im letzten absatz:
Notes on Nougat/Android 7
hier bin ichive schrieb:Ich melde mich dann wieder falls ich das mit dem nächsten OTA-Update nicht alleine auf die Reihe bekomme