Handymeister
Foren-Manager
Teammitglied
- 63.386
Hallo,
ich habe die Threads mal zusammengeführt!
Viele Grüße
Handymeister
ich habe die Threads mal zusammengeführt!
Viele Grüße
Handymeister
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.
manuelc schrieb:Ach, das hat funktioniert?! Ich hatte schon grad Angst... habe die gleiche Konstelation am laufen...
Darkman schrieb:Gibt es einen Fastboot Befehl wo man in das Originale Recovery booten kann?
manuelc schrieb:Was haltet ihr davon, dass mal den devs von xda zum Fraß vorzuwerfen?
Darkman schrieb:Daran hatte ich auch schon gedacht allerdings scheitere da an den eher schlechten Englisch Künsten :blushing:
Reboot into fastboot and type the following:
fastboot erase boot
fastboot erase system
fastboot erase recovery
fastboot erase userdata Note this will wipe/sdcard
fastboot erase cache
Then flash CWM and then ROM/kernel.
SOLVED.
Wiped all with fastboot, pushed new rom with adb push and flash it.
Just to feel relaxed installed a couple of apps, gone back in recovery and tried to wipe data/cache/dalvick then re-flashed AOKP, everything is now working fine, the wipe erase all app and userdata now.
Hope this won't happen anymore.. thank you all..
Benutze den Befehl für dein Dateisystem zu überprüfen.Backing up and restoring /sdcard is very time-consuming and usually unnecessary in these situations. It only takes a minute to fix the filesystem errors on /data and then you can wipe data as normal (in CWM, no need to use fastboot which also erases /sdcard). Just boot into CWM and in an adb shell:
Code:
Answer 'y' to everything if prompted. Done.e2fsck /dev/block/mmcblk0p12
Alles probiert... ohne Erfolg ... wurde immer mit OK bestätigt aber hatte keine Auswirkung!Reboot into fastboot and type the following:
fastboot erase boot
fastboot erase system
fastboot erase recovery
fastboot erase userdata Note this will wipe/sdcard
fastboot erase cache
Then flash CWM and then ROM/kernel.
Ging auch nicht... ich konnte zwar mit adb die Dateien rüber pushen aber wenn man dann ins Recovery gebootet hat waren die Dateien wieder weg....Wiped all with fastboot, pushed new rom with adb push and flash it.
Just to feel relaxed installed a couple of apps, gone back in recovery and tried to wipe data/cache/dalvick then re-flashed AOKP, everything is now working fine, the wipe erase all app and userdata now.