A
adonis86
Neues Mitglied
- 0
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.
cmd.exe
adb connect [IP-Address of the unit]
adb root
adb connect [IP-Address of the unit]
adb remount
[adb disable-verity] <-- * Dieser Befehl wird nur benötigt, wenn die Meldung kommt, dass Verity aktiv ist. Siehe unten die Beschreibung!
adb shell setenforce 0
adb push su /system/xbin/su
adb push su /system/bin/su
adb shell chmod 06755 /system/bin/su
adb shell chmod 06755 /system/xbin/su
adb shell /system/bin/su --install
adb shell /system/bin/su --daemon&
adb push rooting.rc /system/etc/init/rooting.rc
adb shell /system/bin/su --daemon&
" keine Reaktion erfolgt. Das ist nicht weiter schlimm.adb connect [IP-Address of the unit]
adb remount
adb shell /system/bin/su --daemon&
adb push rooting.rc /system/etc/init/rooting.rc
adb connect xxx.xxx.xxx.xxx <--- Hier die IP des Radios eintragen.
adb devices
adb shell settings put global development_settings_enabled 1
Rigattoni schrieb:Dann fehlt dir die rooting.rc in deinem ADB-Folder.
Entpack die 7z und lege die rooting.rc in den ADB-Ordner. Danach noch mal den Befehl ausführen.
Ich weiß jeder baut mal Mist ... nun war ich es ...Rigattoni schrieb:@Heizoelkocher as habe ich doch wirklich ausdrücklich geschrieben, dass man das nicht machen soll.... ☹
Super - danke!!Rigattoni schrieb:Hier findest du alle aktuellen Firmware und MCU für die CSN2.
Achtung: Unterschiede zwischen CSN2 und CSN2_D. LESEN!!!!