2015-03-10 1 views

Antwort

15

adb remount setzen Sie /system Partition in beschreibbaren Modus. Standardmäßig ist nur lesbar. Es konnte nur auf gerootetem Gerät getan werden.

Es muss vor dem Drücken der Datei auf Partition durchgeführt werden.

adb remount entsprechend:

adb shell mount -o rw,remount,rw /system 
+0

Danke für eine einfache und klare Antwort. – Subway

+0

große Antwort ohne zusätzliches Fett! 10x! – gor

+0

Ich hatte Erfolg mit adb Shell mount -o rw, remount/System (beachten Sie die fehlenden, rw) – rsp1984