ADB shell und Sony Xperiaz2

  • Mooin,


    habe ein Problem,


    Wollte mit ADB Shell nach dieser Anleitung eine Datei ändern.


    #######################################################################
    ## Short reminder of how to edit a file in /system Android partition ##
    ## ##
    ## Useful because only a buggy version of vim is available on device ##
    ## Last edit: 2017-05-30 ##
    #######################################################################
    ## Mount /system as rw and pull Bloat Removal Script
    adb root
    adb shell
    mount -o rw,remount,rw /system
    exit
    adb pull /system/addon.d/74-brs.sh
    ## Edit Bloat Removal Script locally
    mv 74-brs.sh 74-brs.sh.2
    vi 74-brs.sh.2 # edit line with 'rm -rf /system/priv-app/Gello' to 'rm -rf /system/priv-app/Jelly'; :wq
    ## Push back to system partition under a new temporary name
    adb push 74-brs.sh.2 /system/addon.d/
    adb shell
    cd /system/addon.d # check that permissions of 74-brs.sh and 74-brs.sh.2
    ls -alg # are the same and file should be exact same size
    ## Set everything back to normal
    mount -o ro,remount,ro /system
    exit

    adb unroot


    Habe aber einen Fehler gemacht und jetzt bootet Android nicht mehr. Die Zeile " mount -o ro,remount,ro /system" habe ich vergessen


    wie komme ich wieder in ADB rein?


    Könnt ihr mir helfen?


    mit Fastboot mode geht es nicht oder?

  • UPDATE:


    Custom ROM nochmal neu flashen mit richtiger Version Flashtool und alles funktioniert wieder.


    und das beste :-))) : Alle Daten sind auch noch da, brauchte nichts Wiederherstellen.

    Komisch, dachte das würde alles zurück gesetzt...

    Spart aber Arbeit...

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!