update failed, keine Änderung nach Fastboot

  • 47 Antworten
  • Letztes Antwortdatum
Danke für Deine Darstellung... aber langsam kann ich wofris verstehen.
(gottlob sitze ich jetzt wieder an einer "richtigen" Tastatur ;-)

Nochmal!

Ich an Deiner Stelle würde wie folgt vorgehen:
- via Fastboot die CWM-Recovery flashen (die beiden Recovery-Zeilen aus Deinem Skript)
- mit gedrückter + Taste starten und Data, Cache und vor allem System löschen (gerne auch Dalvik-Cache, schadet nie ;-)
- via Fastboot Dein komplettes Skript mit ausgepackter Update.zip, gerne mit reboot!
- KEINESFALLS die dload-SD-Karte einlegen!
Der Update-Vorgang sollte mit schlussendlichem, automatischem Reboot und nachfolgendem, sehr kurzen Check nicht mehr als 5min dauern.
Wenn es das nicht tut (wie bei Dir, dass es nach 20% hängt), dann die "dload"-Methode vergessen, bis ein regulärer Zustand wiederhergestellt ist.
Der Neustart DANACH kann durchaus 15min oder länger dauern!
Im schlimmsten Fall wohl bis zu 10 Stunden (was ich selber noch nie erlebte!)...

Wenn dann alles läuft, wäre dringend noch ein Werkszustand anzuraten!
Auch kann es sein, dass etwas mit der Verschlüsselung nicht OK ist... nach dann erst mal "Tablet zurücksetzen".
(nach letzterem sollte man IMMER einen Werkszustand wiederholen und noch einmal ein regüläres fläshen via dload versuchen!)

Wenn ich Deine ganzen Posts richtig gelesen habe, hast Du genau DEN hier beschriebenen Weg noch nicht beschritten
- data/cache/system wipe via CWM-Recovery
- manual full fastboot flash
- warten...

Na dann mal viel Erfolg!

Greets Gunnar

P.S.: und ja... dass der letzte Flash Deines Skriptes (Tombstone oder so) auf einen Fehler läuft, ist vollkommen normal!
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: csub44
Ich würde das mit dem CWM erstmal lassen... Das kann man machen wenn wirklich alles rund läuft... Mit "fastboot erase ..." meinte ich die Liste aus deinem Startpost. Alles ab "cust.img" abwärts ist OK, alles was davor steht ist gefährlich ! Sprich du darfst löschen:
C:\Users\user\Desktop\Fastboot_SU>fastboot flash cust cust.img.ext4
sending 'cust' (524288 KB)... OKAY
writing 'cust'... OKAY

C:\Users\user\Desktop\Fastboot_SU>fastboot flash recovery recovery.img
sending 'recovery' (5538 KB)... OKAY
writing 'recovery'... OKAY

C:\Users\user\Desktop\Fastboot_SU>fastboot flash recovery2 recovery.img
sending 'recovery2' (5538 KB)... OKAY
writing 'recovery2'... OKAY

C:\Users\user\Desktop\Fastboot_SU>fastboot flash boot boot.img
sending 'boot' (5116 KB)... OKAY
writing 'boot'... OKAY

C:\Users\user\Desktop\Fastboot_SU>fastboot flash system system.img.ext4
sending 'system' (393216 KB)... OKAY
writing 'system'... OKAY

C:\Users\user\Desktop\Fastboot_SU>fastboot flash persist persist.img.ext4
sending 'persist' (4000 KB)... OKAY
writing 'persist'... OKAY

C:\Users\user\Desktop\Fastboot_SU>fastboot flash cache cache.img.ext4
sending 'cache' (4000 KB)... OKAY
writing 'cache'... OKAY

C:\Users\user\Desktop\Fastboot_SU>fastboot flash userdata userdata.img.ext4
sending 'userdata' (16384 KB)... OKAY
writing 'userdata'... OKAY

C:\Users\user\Desktop\Fastboot_SU>fastboot flash tombstones tombstones.img.ex
4
sending 'tombstones' (71680 KB)... OKAY
writing 'tombstones'... FAILED (remote: size too large)
Alles andere Finger weg ! Und nach möglichkeit nach dem erase recocvery und recovery2 wieder einspielen und dann erst neustarten.
Hast du schonmal eine andere SD-Karte versucht? Ich würde vor dem Erase noch folgende Schritte probieren:

- SD-Karte am PC formatieren, am besten mit dem Panasonic SDFormatter
- Das Update welches du einspielen möchtest neu runterladen und auf die formatierte SD-Karte packen. Und zwar NUR dload und nichts anderes
- Dann Karte ins Tablet und Flashvorgang starten. :)

Falls das alles nicht funktioniert kannst du das mit dem erase immernoch machen.
 
  • Danke
Reaktionen: csub44
Wieso seid ihr denn der Meinung, dass ich eure Tips nicht befolge?
Genau das habe ich gemacht, aber ich mache es auch gerne noch einmal und gebe ein paar mehr Details.

Ich an Deiner Stelle würde wie folgt vorgehen:
- via Fastboot die CWM-Recovery flashen (die beiden Recovery-Zeilen aus Deinem Skript)
- mit gedrückter + Taste starten und Data, Cache und vor allem System löschen (gerne auch Dalvik-Cache, schadet nie ;-)
- via Fastboot Dein komplettes Skript mit ausgepackter Update.zip, gerne mit reboot!
- KEINESFALLS die dload-SD-Karte einlegen!
Ich denke mit Script meinst du folgendes?
Code:
fastboot flash modem NON-HLOS.bin
fastboot flash sbl1 sbl1.mbn
fastboot flash sbl2 sbl2.mbn
fastboot flash rpm rpm.mbn
fastboot flash sbl3 sbl3.mbn
fastboot flash aboot emmc_appsboot.mbn
fastboot flash tz tz.mbn
fastboot flash logo logo.img
fastboot flash modem_st1 modem_st1.mbn
fastboot flash modem_st2 modem_st2.mbn
fastboot flash cust cust.img.ext4
fastboot flash recovery recovery.img
fastboot flash recovery2 recovery.img
fastboot flash boot boot.img
fastboot flash system system.img.ext4
fastboot flash persist persist.img.ext4
fastboot flash cache cache.img.ext4
fastboot flash userdata userdata.img.ext4
fastboot flash tombstones tombstones.img.ext4
fastboot reboot
Ergebnis:
Code:
fastboot flash modem NON-HLOS.bin
    sending 'modem' (25037 KB)... OKAY [  3.276s]
               writing 'modem'... OKAY [  1.794s]
finished. total time: 5.086s

fastboot flash sbl1 sbl1.mbn
        sending 'sbl1' (71 KB)... OKAY [  0.016s]
                writing 'sbl1'... OKAY [  0.312s]
finished. total time: 0.328s

fastboot flash sbl2 sbl2.mbn
       sending 'sbl2' (107 KB)... OKAY [  0.016s]
                writing 'sbl2'... OKAY [  0.328s]
finished. total time: 0.343s

fastboot flash rpm rpm.mbn
        sending 'rpm' (113 KB)... OKAY [  0.016s]
                 writing 'rpm'... OKAY [  0.328s]
finished. total time: 0.359s

fastboot flash sbl3 sbl3.mbn
       sending 'sbl3' (598 KB)... OKAY [  0.094s]
                writing 'sbl3'... OKAY [  0.359s]
finished. total time: 0.452s

fastboot flash aboot emmc_appsboot.mbn
     sending 'aboot' (1770 KB)... OKAY [  0.218s]
               writing 'aboot'... OKAY [  0.437s]
finished. total time: 0.655s

fastboot flash tz tz.mbn
         sending 'tz' (102 KB)... OKAY [  0.016s]
                  writing 'tz'... OKAY [  0.328s]
finished. total time: 0.359s

fastboot flash logo logo.img
      sending 'logo' (4000 KB)... OKAY [  0.515s]
                writing 'logo'... OKAY [  0.515s]
finished. total time: 1.030s

fastboot flash modem_st1 modem_st1.mbn
 sending 'modem_st1' (4096 KB)... OKAY [  0.530s]
           writing 'modem_st1'... OKAY [  0.546s]
finished. total time: 1.077s

fastboot flash modem_st2 modem_st2.mbn
 sending 'modem_st2' (4096 KB)... OKAY [  0.530s]
           writing 'modem_st2'... OKAY [  0.250s]
finished. total time: 0.796s

fastboot flash cust cust.img.ext4
    sending 'cust' (524288 KB)... OKAY [ 69.218s]
                writing 'cust'... OKAY [ 38.519s]
finished. total time: 107.737s

fastboot flash recovery recovery.img
  sending 'recovery' (5540 KB)... OKAY [  0.718s]
            writing 'recovery'... OKAY [  0.343s]
finished. total time: 1.061s

fastboot flash recovery2 recovery.img
 sending 'recovery2' (5540 KB)... OKAY [  0.733s]
           writing 'recovery2'... OKAY [  0.624s]
finished. total time: 1.357s

fastboot flash boot boot.img
      sending 'boot' (5118 KB)... OKAY [  0.671s]
                writing 'boot'... OKAY [  0.624s]
finished. total time: 1.295s

fastboot flash system system.img.ext4
  sending 'system' (393216 KB)... OKAY [ 52.139s]
              writing 'system'... OKAY [ 28.550s]
finished. total time: 80.689s

fastboot flash persist persist.img.ext4
   sending 'persist' (4000 KB)... OKAY [  0.530s]
             writing 'persist'... OKAY [  0.234s]
finished. total time: 0.780s

fastboot flash cache cache.img.ext4
     sending 'cache' (4000 KB)... OKAY [  0.530s]
               writing 'cache'... OKAY [  0.421s]
finished. total time: 0.952s

fastboot flash userdata userdata.img.ext4
 sending 'userdata' (16384 KB)... OKAY [  2.153s]
            writing 'userdata'... OKAY [  1.279s]
finished. total time: 3.432s

fastboot flash tombstones tombstones.img.ext4
sending 'tombstones' (71680 KB)... OKAY [  9.517s]
          writing 'tombstones'... FAILED (remote: size too large)
finished. total time: 9.517s

fastboot reboot
                     rebooting...
finished. total time: 0.000s
Danach sehe ich ein großes rotes FAIL auf dem Bildschirm. Darunter steht "Update failed
Press the POWER key for 10 seconds to reboot"

Der Update-Vorgang sollte mit schlussendlichem, automatischem Reboot und nachfolgendem, sehr kurzen Check nicht mehr als 5min dauern.
Wenn es das nicht tut (wie bei Dir, dass es nach 20% hängt), dann die "dload"-Methode vergessen, bis ein regulärer Zustand wiederhergestellt ist.
Einen check sehe ich nicht. Die dload Methode läuft nicht an, wenn ich die SD Karte nicht eingelegt habe. Ich sehe an der Stelle nur das FAIL. Es hängt an der Stelle nicht, sondern bricht ab. (Für den Fall das die SD Karte incl. Update.zip eingelegt ist hängt es.)

An dieser Stelle wird sich der reguläre Zustand auch durch Warten nicht mehr einstellen.

Code:
[B][COLOR=red]Der [U]Neustart[/U] DANACH kann durchaus 15min oder länger dauern![/COLOR][/B]
 [B][COLOR=black]Im schlimmsten Fall wohl bis zu 10 Stunden (was ich selber noch nie erlebte!)..[/COLOR][/B]
Bis zu dem Huawei Logo komme ich garnicht erst. Ich bin immernoch bei FAIL.

Code:
Wenn ich Deine ganzen Posts richtig gelesen habe, hast Du genau DEN hier beschriebenen Weg noch nicht beschritten
- data/cache/system wipe via CWM-Recovery
- manual full fastboot flash
- warten...
- manual full fastboot flash - damit meinst du das fastboot script oder?

Habe ich jetzt gemacht -> FAIL

@Lumpy: Ich habe eine 16GB und eine 2 GB USB Karte getestet. Beide unter Windows und Linux formatiert. Update mehrmals runtergeladen und mit verschiedenen Programmen unter Windows und Linux entpackt.

Panasonic SDFormatter teste ich als nächstes, genau so wie die Partitionen über fastboot zu löschen.

Danke und Gruß

Der ursprüngliche Beitrag von 09:50 Uhr wurde um 11:40 Uhr ergänzt:

Ich würde vor dem Erase noch folgende Schritte probieren:

- SD-Karte am PC formatieren, am besten mit dem Panasonic SDFormatter
- Das Update welches du einspielen möchtest neu runterladen und auf die formatierte SD-Karte packen. Und zwar NUR dload und nichts anderes
- Dann Karte ins Tablet und Flashvorgang starten. :)
gemacht -> update bleibt bei 20 % hängen

Alles andere Finger weg ! Und nach möglichkeit nach dem erase recocvery und recovery2 wieder einspielen und dann erst neustarten.
gemacht -> FAIL

Dabei habe ich die Partitionen noch nicht über Fastboot wieder hergestellt.

Weiteres Vorgehen: Über Fastboot alles wieder drauf packen, oder SD Karte mit dload Ordner rein stecken?
 
Das ist ja mysteriös. Nurnoch mal blöd gefragt: Welches Update versuchst du genau einzuspielen? Das von der deutschen Huawei-Seite? Oder ein Internationales? Achja, wenn du "fastboot erase" machst, natürlich am besten alle Partitionen gleich wieder einspielen. Sicher ist sicher. Es sollte zwar auch NUR mit recovery starten, aber sind wir da mal vorsichtig...
 
Hi,

genau ich versuche das deutsche Update (HUAWEI_S7-302u_FIRMWARE_Android4.0_C232B001_General_Channel_05010SJT)
einzuspielen.

Sollte ich einmal das internationale verwenden?

Grüße
 
Eines verstehe ich nicht.
Das flashen über dload /update.zip ist von der Wirkung identisch mit dem über fastboot gemachten update.

Einmal hat das flashen funktioniert, nur war die sd-Karte noch drin und es wurde erneut geflasht (mit der gleichen update.zip?) - diesmal ging was schief.

Nach @gast/Dieter kommt die Fehlermeldung wenn eine falsche boot.img verwendet wird.

Wenn ich mir das letzte log vom fastboot anschaue, dort hat alles funktioniert, sollte also normal booten ...

Wenn ich mir allerdings anschaue was schon alle probiert wurde, auch mit verschiedenen firmware-Versionen - frage ich mich ob im fastboot-Verzeichnis immer die richtigen (zusammengehörigen) Dateien einer update.zip waren.
Wenn nicht - würde das wiederum die Fehlermeldung erklären.
 
  • Danke
Reaktionen: csub44
Comec schrieb:
Nur mal am Rande

Deutsch = C167

Aber das sollte (denke ich) dennoch nicht Dein Problem lösen, wenn Du eine andere Firmware nimmst.

Der ursprüngliche Beitrag von 16:06 Uhr wurde um 16:07 Uhr ergänzt:

Hier mal ne schöne Übersicht:
[ROM] ICS Android 4.0.3 Official Update (Huawei MediaPad, T-Mobile Springboard, Orang - xda-developers


Korrekt. Mein Fehler.
Ich versuche es mit der Huawei_Mediapad_ICS_FIRMWARE(S7-301u_andr4.0.3_C167B003_German_Vers).zip

Die andere habe ich auch auf der Platte liegen. Ich schaue aber nachher noch mal in die Übersicht.


@Wolfis:
Korrekt. Für 5 Minuten hatte ich ICS. Ich glaube beim Einstellen der Auflösung ist ein Reboot erfolgt und das Update startete erneut. Die Funktion ist seit dem unverändert.

Nach @gast/Dieter kommt die Fehlermeldung wenn eine falsche boot.img verwendet wird.
@gast/Dieter? beziehst du dich auf einen anderen Thread? Ich versuche nachher eine internationale Version incl. neuer Boot img zu bekommen.

Wenn ich mir das letzte log vom fastboot anschaue, dort hat alles funktioniert, sollte also normal booten ...
Das war auch meine Hoffnung. Ich kann dir aber versichern, dass es nicht so ist :/

frage ich mich ob im fastboot-Verzeichnis immer die richtigen (zusammengehörigen) Dateien einer update.zip waren.
Auf dem PC meinst du? Da bin ich mir ziemlich sicher.
Ich habe zwei Systeme. Eins mit Windows, eins mit Linux. Auf dem Linux System hatte ich nie eine weitere Update.zip und auch bei Windows kann ich mir nicht vorstellen, dass diese vermischt gewesen sein sollen. Ich habe immer die komplette Zip verwendet habe. Ich werde aber nachher noch mal versuchen die internationale Version zu bekommen incl. einem neuen boot.img.

Ganz vielen Dank für eure Geduld
 
Also mir kommt das alles sehr spanisch vor.
Sieht fast so aus, als ob da noch irgendein anderes "Update" herum lungert.

Vielleicht noch ein letzter Versuch:
- alle "Karten" entfernen (SIM/SD-Karte), nur AC anschließen
- nach Neustart mit - in den Fastboot und CWM-Recovery flashen
- nach Neustart mit + in die CWM-Recovery (sollte Version 5.5.0.4 sein)
- Hauptmenü: wipe data/factory reset
- Hauptmenü: wipe cache partition
- Hauptmenü: mounts and storage
-- format /system
-- format /cache
-- format /data
-- format /sd-ext
-- format /sdcard
-- format /hwcust
- Hauptmenü: advanced
-- wipe dalvic cache

Habe mir extra noch mal das CWM-Recovery geflasht, um hier möglichst präzise zu sein.
(sagte er, als er gerade noch mal auf das Pad und den netten Hut schaut ;-)

Danach Dein Skript... und ja, DAS meinte ich - habe meines nochmal angehängt, sollte aber gleich/ähnlich sein (bei mir liegt die ausgepackte update.zip im "update"-Ordner... und dann - weiterhin ohne "Karten" - den Neustart... und dieses mal hoffentlich ohne "FAIL".

Nochmals viel Erfolg!

Greets Gunnar

P.S.: ich kann Dir nur wämstens Comecs "B005 V2 light" empfehlen... besser geht es nicht!
 

Anhänge

  • reflash.zip
    353 Bytes · Aufrufe: 173
  • Danke
Reaktionen: csub44
Sieht fast so aus, als ob da noch irgendein anderes "Update" herum lungert.

Das sehe ich genau so, oder irgendwas ist so hinüber, dass er automatisch Updaten will.

Schritte habe ich befolg. Ich habe allerdings das USB Kabel bis nach dem Script dran gelassen. Danach getrennt.

Script führt die gleichen Befehle aus.

Als Firmware habe ich die von Dir vorgeschlagene verwendet.

Reboot -> FAIL

Der ursprüngliche Beitrag von 22:17 Uhr wurde um 22:53 Uhr ergänzt:

Gleiches tritt allerdings auch mit dem Update von der Huawei US Seite und dem Update S7-301u V100R002C232B005 ICS Android 4.0.3 General Version aus dem Forum auf

Der ursprüngliche Beitrag von 22:53 Uhr wurde um 23:24 Uhr ergänzt:

Ich habe noch mal in die logdatei auf der SD Karte geschaut:

Code:
I:[B]Boot command: boot-recovery[/B]
I:Boot status:[B] force_update[/B]
I:Got arguments from boot message
[B]Huawei ERROR:need force update[/B]
I:fopen_path 1 /data/fota/ipth-muc.prop
I:fopen_path 2 /data/fota/ipth-muc.prop
I:fopen_path 3 /data/fota/ipth-muc.prop
I:Failed to open /data/fota/ipth-muc.prop, use default pkg location:/cache/fota
I:Delta package does not exist /cache/fota/ipth_package.bin
Command: "recovery" "--sd_update=/mnt/sdcard2/dload/update.zip"
pack_path:/mnt/sdcard2/dload/update.zip
recovery tmp_name:

Wie du gesagt hattest, scheint mein Mediapad davon auszugehen, dass es noch ein Update durchführen muss.

Gibt es eine Möglichkeit Dateien auf dem System zu editieren? Oder weiß jemand, wo der "Boot status" gespeichert ist?
 
das FOTA irritiert mich... Das ist eigentlich für ein Over-The-Air-Update... Vielleicht ist da etwas schief gelaufen... Vll solltest du doch mal mit CWM die Partitionen killen, vor allem /data....
 
Lumpy schrieb:
das FOTA irritiert mich... Das ist eigentlich für ein Over-The-Air-Update...
Ja, darüber bin ich auch gestolpert. (Aber du warst schneller mit dem Schreiben)

Ich darf mal zitieren:
FOTA updates sind inkrementelle Updates, es wird nicht die komplette FW geladen, sondern nur geänderte Teile (quasi gepatched und damit das funktioniert muss die ROM - Basis absolut identisch sein (Adressen, Codeumfang und zwar Byte für Byte) sonst klappt es nicht.

Was beim booten passieren soll:
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#include "bootloader.h"
#include "common.h"
#include "firmware.h"
#include "roots.h"

#include <errno.h>
#include <string.h>
#include <sys/reboot.h>

static const char *update_type = NULL;
static const char *update_data = NULL;
static int update_length = 0;

int remember_firmware_update(const char *type, const char *data, int length) {
if (update_type != NULL || update_data != NULL) {
LOGE("Multiple firmware images\n");
return -1;
}

update_type = type;
update_data = data;
update_length = length;
return 0;
}

// Return true if there is a firmware update pending.
int firmware_update_pending() {
return update_data != NULL && update_length > 0;
}

/* Bootloader / Recovery Flow
*
* On every boot, the bootloader will read the bootloader_message
* from flash and check the command field. The bootloader should
* deal with the command field not having a 0 terminator correctly
* (so as to not crash if the block is invalid or corrupt).
*
* The bootloader will have to publish the partition that contains
* the bootloader_message to the linux kernel so it can update it.
*
* if command == "boot-recovery" -> boot recovery.img
* else if command == "update-radio" -> update radio image (below)
* else if command == "update-hboot" -> update hboot image (below)
* else -> boot boot.img (normal boot)
*
* Radio/Hboot Update Flow
* 1. the bootloader will attempt to load and validate the header
* 2. if the header is invalid, status="invalid-update", goto #8
* 3. display the busy image on-screen
* 4. if the update image is invalid, status="invalid-radio-image", goto #8
* 5. attempt to update the firmware (depending on the command)
* 6. if successful, status="okay", goto #8
* 7. if failed, and the old image can still boot, status="failed-update"
* 8. write the bootloader_message, leaving the recovery field
* unchanged, updating status, and setting command to
* "boot-recovery"
* 9. reboot
*
* The bootloader will not modify or erase the cache partition.
* It is recovery's responsibility to clean up the mess afterwards.
*/
 
  • Danke
Reaktionen: csub44
Ja,, dann definitiv mal nen wipe, wobei ich TWRP momentan vorziehen würde. CWM funktioniert noch nicht so sauber, TWRP schon. Ich möchte wetten da ist ein Flag gesetzt, dass diese Problem jetzt verursacht. Ich erinnere mich auch, dass wir das hier schon mal irgendwo hatten. Dass nach einem gescheiterten OTA-Update quasi nichts mehr ging.

Also TWRP oder fastboot partition erase...

€dit: TWRP gibt's hier: http://www.mediafire.com/?v4p6v1sd4vajajf
 
  • Danke
Reaktionen: csub44
Das klingt doch schon so als geht es vorran.

Also TWRP oder fastboot partition erase...
Wisst ihr wo genau die Daten dafür gespeichert sind? Ich habe fast das Gefühl, dass CWM und fastboot partition erase nicht die Stelle, an der die falschen Infos stehen garnicht löschen.

Aktuell habe ich das Mediapad nicht zur Hand, aber der Letzte Test sah so aus, dass ich erst über CWM alles gelöscht habe, anschließend zur sicherheit ab cust noch einmal mit fastboot partition gelöscht habe und anschließend die S7-301uV100R002C167B005_Comec_V2lightper script geflashed habe.

Ich mache das nachher noch mal mit TWRP.

Falls das nicht klappt, wie wäre das weitere Vorgehen?
- Ich teste auf jeden Fall weiterhin mit der S7-301uV100R002C167B005_Comec_V2lightper?
- Gibt es noch mehr Sachen die ich per Fastboot testen kann, die aktuell noch nicht im Script drin sind?
- Könnte es sein, dass ich über fastboot boot <kernel> [ <ramdisk> ], noch was zu retten ist? Da bräuchte ich aber Hilfe.
- Sollte ich das Gerät irgendwann einschicken?

Kann mir jemand ein Beispiel für Fastboot getvar geben?
Code:
fastboot getvar all
hat bei mir kein Ergebnis geliefert

Noch mal ganz vielen Dank an euch.
 
getvar ist eigentlich nur dafür da, um bestimmte merkmale abzufragen. sprich es erfolgt nur eine Ausgabe, du kannst damit soweit ich weiß keine Werte ändern. Und "all" funktioniert bei mir auch nicht. Du musst explizit den Wert angeben, den du ausgegeben haben willst. Hier sieht man ein paar Beispiele, was man sich ausgeben lassen kann.

Hast du bisher nur mit CWM getestet oder tatsächlich schon ein fastboot erase <partition> durchgeführt?

Achja, wenn du mit TWRP einen Wipe machst, dann erst "Factory Reset" und dann "Wipe /system". Das ist wichtig. :)
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: csub44
Hast du bisher nur mit CWM getestet oder tatsächlich schon ein fastboot erase <partition> durchgeführt?
Hi,

habe tatsächlich mit erase gearbeitet. Hab mein Script genommen, und ab cust alles geleert. Dabei wurden keine Fehler angezeigt. Danach alles geflashed.
Alternativ habe ich auch schon mal den erase gemacht und anschließend recovery und boot wieder drauf gemacht und eine SD Karte mit Update eingelegt.

Das Ergebnis ist seit dem ersten fehlgeschlagenem Update aber immer das gleiche.

Bin aktuell wieder an dem Windows Rechner, aber ich meine, dass unter Linux auch ein fastboot format partition vorhanden ist. (Kann auch einfach eine neuere Version sein)
Davon habe ich bisher aber die Finger gelassen.

Danke für die getvar Beispiele. Teste ich auch mal, nicht dass der garnichts mehr an Variablen hat.
 
Ok, es gibt noch die Möglichkeit, die anderen Partitionen auch anzurühren, aber ich hab damit mein Pad gegrillt und mblaster auch. Also vorher unbedingt schlau machen, was geht und was nicht. Ich weiß es aus dem Kopf nicht mehr zu 100%. Überall wo Modem steht sollte auch gehen, aber die Anderen Partitionen sind der Bootloader. Ohne den macht das Pad gar nichts mehr. Wird am PC nur noch als "qcom_dload" oder so erkannt und spätestens dann kannst du es einschicken... Also ab hier ist wirklich VORSICHT geboten. Ich würde also erstmal gucken, wie weit ich mit TWRP komme.
 
  • Danke
Reaktionen: csub44
Oh ja... ALLERGRÖSSTE Vorsicht!
Ab diesem Punkt kann jeder Schritt der letzte sein.

Also ich vermute, dass ein OTA-Update versucht und dieses abgebrochen wurde oder fehlgeschlagen ist.

Dann hat das Dateisystem ein Boot-Flag bekommen, das ursprüngliche Systrem zu booten, welches nicht vorhanden war und ist nun wohl durch einen "force update" in diese Schleife graten. Ein wirklich gutes Beispiel wie man mit ein wenig Sorglosigkeit, ein ansonst sicheres und ausgeklügeltes System, welches gleichermaßen OTA- und SD-Updates erlaubt, aus dem Tritt bringen kann.

Wie dem auch sei, jetzt muss dieses "force update" Flag weg, um wieder einen normalen Bootvorgang zu ermöglichen (welcher einsetzen würde, wenn alle benötigten Partitionen gefüllt wären.

Also:
- Boot-Flag auf "normal"
- mit CWM- oder meinetwegen auch TWRP-Recovery oder auch fastboot erase die "bekannten" Partitionen löschen/wipen
- danach vielleicht nur die recovery-partitionen füllen (mit der recovery.img aus dem dload/update.zip)
- danach dann einen normalen dload-Flash versuchen (und ja, würde Comecs "B005 V2 light" versuchen - ist problemlos

Die Frage ist nur: wie bekommt man dieses Boot-Flag gerade gebogen?

Unter Windows kann man ein "dirty bit" auch nicht so ohne weiteres löschen...
(ist gesetzt, wenn das System abgekachelt ist und dieses beim Herunterfahren nicht löschen konnte)

Auf jeden Fall kanst Du versuchen, mit "fastboot boot update\boot.img" versuchen, das pad einmal zu starten.
(vorausgesetzt, dass das boot.img im Unterordner "Update" liegt)

Mit ein bischen Glück "repariert" sich das pad dann von selbst...
Ist aber reine Spekulation!

Greets und viel Glück!
Gunnar

P.S.: interessanter Abhandlung über den Boot-Prozess unter Android:
http://www.androidenea.com/2009/06/android-boot-process-from-power-on.html
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: csub44
Achja, wenn du mit TWRP einen Wipe machst, dann erst "Factory Reset" und dann "Wipe /system". Das ist wichtig.

TWRP sieht richtig gut aus. Das kannte ich noch nicht. Das Ergebnis ist aber das gleiche :/

Ich habe nun wie vorgeschlagen alles über TWRP gelöscht. Danach das Recovery aus der S7-301uV100R002C167B005_Comec_V2light zurück geflashed.

sdcard_log:
Code:
Starting recovery on Mon Sep 26 11:24:54 2011
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1280 x 800)
recovery filesystem table
=========================
  0 /tmp ramdisk (null) (null) 0
  1 /misc emmc /dev/block/mmcblk0p14 (null) 0
  2 /vrcb emmc /dev/block/mmcblk0p16 (null) 0
  3 /recovery emmc /dev/block/mmcblk0p17 (null) 0
  4 /boot emmc /dev/block/mmcblk0p19 (null) 0
  5 /system ext4 /dev/block/mmcblk0p20 (null) 0
  6 /cache ext4 /dev/block/mmcblk0p22 (null) 0
  7 /data ext4 /dev/block/mmcblk0p27 (null) 0
  8 /tmpdata ext4 /dev/block/mmcblk0p23 (null) 0
  9 /mnt/sdcard2 vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
  10 /hwcust ext4 /dev/block/mmcblk0p15 (null) 0

I:Boot command: boot-recovery
I:Boot status: force_update
I:Got arguments from boot message
Huawei ERROR:need force update
I:fopen_path 1 /data/fota/ipth-muc.prop
I:fopen_path 2 /data/fota/ipth-muc.prop
I:fopen_path 3 /data/fota/ipth-muc.prop
I:Failed to open /data/fota/ipth-muc.prop, use default pkg location:/cache/fota
I:Delta package does not exist /cache/fota/ipth_package.bin
Command: "recovery" "--sd_update=/mnt/sdcard2/dload/update.zip"
pack_path:/mnt/sdcard2/dload/update.zip
recovery tmp_name:

ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
ro.build.id=HuaweiMediaPad
ro.build.display.id=S7-30XuV100R002C002B010SP30
ro.build.version.incremental=C002B010SP30
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Thu Jun  7 17:33:22 CST 2012
ro.build.date.utc=1339061602
ro.build.type=user
ro.build.user=hid
ro.build.host=tablet_server
ro.build.tags=release-keys
ro.product.model=HUAWEI MediaPad
ro.product.brand=Huawei
ro.product.name=MediaPad
ro.product.device=hws7300u
ro.product.board=hws7300u
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HUAWEI
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8660
ro.build.product=hws7300u
ro.build.description=MediaPad-user 4.0.3 HuaweiMediaPad C002B010SP30 release-keys
ro.build.fingerprint=Huawei/MediaPad/hws7300u:4.0.3/HuaweiMediaPad/C002B010SP30:user/release-keys
ro.build.characteristics=tablet
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
DEVICE_PROVISIONED=1
debug.sf.hw=1
debug.composition.type=c2d
ro.sf.compbypass.enable=0
dalvik.vm.heapsize=256m
dev.pm.dyn_samplingrate=1
persist.cne.UseCne=vendor
persist.cne.UseSwim=false
persist.cne.bat.range.low.med=30
persist.cne.bat.range.med.high=60
persist.cne.loc.policy.op=/system/etc/OperatorPolicy.xml
persist.cne.loc.policy.user=/system/etc/UserPolicy.xml
persist.cne.bwbased.rat.sel=false
persist.cne.snsr.based.rat.mgt=false
persist.cne.bat.based.rat.mgt=false
persist.cne.rat.acq.time.out=30000
persist.cne.rat.acq.retry.tout=0
persist.cne.sync.swim.mode=false
ro.hdmi.enable=true
lpa.decode=false
lpa.use-stagefright=true
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-fma2dp=false
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-scan=true
ro.use_data_netmgrd=true
ro.emmc.sdcard.partition=23
persist.timed.enable=true
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
ro.opengles.version=131072
ro.bluetooth.remote.autoconnect=true
ro.qualcomm.bluetooth.ftp=true
ro.bluetooth.request.master=true
ro.qualcomm.cabl=1
ro.ril.transmitpower=true
ro.sf.lcd_density=213
config.hw_updateOnline=http://query.hicloud.com/hid_and_common/UrlCommand/CheckNewVersion.aspx
ro.config.hw_GSensorOptimize=true
net.ntp.server=time-a.nist.gov
net.change=net.bt.name
net.ntp.server2=pool.ntp.org
net.ntp.server3=210.72.145.44
net.ntp.time=0
net.ntp.timereference=0
ro.config.hw_addsettingsdbex=1
ro.config.uaprofile=http://wap1.huawei.com/uaprof/HuaweiMediaPadWCDMA_ICS.xml
ro.config.uaprofilewifionly=http://wap1.huawei.com/uaprof/HuaweiMediaPadWIFIOnly_ICS.xml
ro.com.google.gmsversion=4.0_r1
persist.debug.dp.profilelevel=0
ro.camera.sound.forced=1
ro.hwui.layer_cache_size=0
ro.hwui.texture_cache_size=28
persist.sys.coordinate=false
ro.config.hw_quickpoweron=true
persist.sys.quickpoweron=normal
persist.sys.animationstart=false
persist.sys.chargingstart=false
ro.config.hw_awaketime=5000
ro.config.hw_vcardBase64=false
persist.radio.sms_sync_sending=true
ro.setupwizard.mode=OPTIONAL
ro.com.google.clientidbase=android-huawei
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.config.ringtone=BeatPlucker.ogg
ro.telephony.default_network=0
ro.telephony.support_network=0,1,2,3
drm.service.enabled=true
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.bootmode=unknown
ro.baseband=msm
ro.carrier=unknown
ro.bootloader=unknown
ro.hardware=hws7300u
ro.revision=0
ro.emmc=1
ro.crypto.keyfile.userdata=/dev/block/mmcblk0p26
init.svc.recovery=running

Success to open AC power supplier file /sys/class/power_supply/AC/online
AC power supplier is 0

AC offline
Huawei AC not online
success to open /sys/class/power_supply/battery_gauge/capacity file
power capacity is 76

power capacity is 76
emmc_sector_num:15630336
Huawei EMMC device path is /dev/block/mmcblk0......
Huawei MBR struct is 512 bytes......
Huawei open /dev/block/mmcblk0......
seeking 0x0 bytes in partition. ret=0x0
seeking 0x2800200 bytes in partition. ret=0x2800200
seeking 0x2800400 bytes in partition. ret=0x2800400
seeking 0x2800600 bytes in partition. ret=0x2800600
seeking 0x2800800 bytes in partition. ret=0x2800800
seeking 0x2800a00 bytes in partition. ret=0x2800a00
seeking 0x2800c00 bytes in partition. ret=0x2800c00
seeking 0x2800e00 bytes in partition. ret=0x2800e00
seeking 0x2801000 bytes in partition. ret=0x2801000
seeking 0x2801200 bytes in partition. ret=0x2801200
seeking 0x2801400 bytes in partition. ret=0x2801400
seeking 0x2801600 bytes in partition. ret=0x2801600
seeking 0x2801800 bytes in partition. ret=0x2801800
seeking 0x2801a00 bytes in partition. ret=0x2801a00
seeking 0x2801c00 bytes in partition. ret=0x2801c00
seeking 0x2801e00 bytes in partition. ret=0x2801e00
seeking 0x2802000 bytes in partition. ret=0x2802000
seeking 0x2802200 bytes in partition. ret=0x2802200
seeking 0x2802400 bytes in partition. ret=0x2802400
seeking 0x2802600 bytes in partition. ret=0x2802600
seeking 0x2802800 bytes in partition. ret=0x2802800
seeking 0x2802a00 bytes in partition. ret=0x2802a00
seeking 0x2802c00 bytes in partition. ret=0x2802c00
seeking 0x2802e00 bytes in partition. ret=0x2802e00
parse current system table complete!
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
start_addr = 0x0031e000, type = 0x83, parti_size = 0x00bc8000
0x00002001
==================current system partition table====================
start_addr = 0x00000001, type = 0x0c, parti_size = 0x00010000
start_addr = 0x00010001, type = 0x4d, parti_size = 0x00002000
start_addr = 0x00012001, type = 0x51, parti_size = 0x00002000
start_addr = 0x00016000, type = 0x59, parti_size = 0x00006000
start_addr = 0x0001c000, type = 0x47, parti_size = 0x00002000
start_addr = 0x0001e000, type = 0x45, parti_size = 0x00002000
start_addr = 0x00020000, type = 0x4c, parti_size = 0x00002000
start_addr = 0x00022000, type = 0x46, parti_size = 0x00002000
start_addr = 0x00024000, type = 0x62, parti_size = 0x00006000
start_addr = 0x0002a000, type = 0x4a, parti_size = 0x00002000
start_addr = 0x0002c000, type = 0x4b, parti_size = 0x00002000
start_addr = 0x0002e000, type = 0x58, parti_size = 0x00002000
start_addr = 0x00030000, type = 0x49, parti_size = 0x00002000
start_addr = 0x00032000, type = 0x83, parti_size = 0x00140000
start_addr = 0x00172000, type = 0x63, parti_size = 0x00004000
start_addr = 0x00176000, type = 0x60, parti_size = 0x00008000
start_addr = 0x0017e000, type = 0x61, parti_size = 0x00008000
start_addr = 0x00186000, type = 0x48, parti_size = 0x00006000
start_addr = 0x0018c000, type = 0x83, parti_size = 0x000c0000
start_addr = 0x0024c000, type = 0x83, parti_size = 0x00004000
start_addr = 0x00250000, type = 0x83, parti_size = 0x00080000
start_addr = 0x002d0000, type = 0x83, parti_size = 0x00010000
start_addr = 0x002e0000, type = 0x83, parti_size = 0x00038000
start_addr = 0x00318000, type = 0x5d, parti_size = 0x00002000
start_addr = 0x0031a000, type = 0x83, parti_size = 0x00004000
start_addr = 0x0031e000, type = 0x83, parti_size = 0x00bc8000
Huawei update file /mnt/sdcard2/dload/update.zip not exist or open fail......
Huawei sd update file not found......
try to mount tmpdata
success to open firmware update record file
string0:KEY_COULOMETER = false

string1:KEY_TOUCH_SCREEN = false

check the update result
KEY_COULOMETER = false

KEY_TOUCH_SCREEN = false

ERROR:partition type = 0x63
ERROR:partition start address = 0x00172000
ERROR:partition partition size = 0x00004000
seeking 0x2e400000 bytes. ret=0x2e400000
read num = 512
read vrcb.state = 0xaabbcc44
seeking 0x2e400000 bytes. ret=0x2e400000
Huawei SD card update fail......

Danach wieder TWRP drauf und log generiert


Code:
Starting recovery on Mon Sep 26 11:29:15 2011
Loading volume table...
recovery filesystem table
=========================
  0 /tmp ramdisk (null) (null)
  1 /recovery emmc /dev/block/mmcblk0p17 (null)
  2 /boot emmc /dev/block/mmcblk0p19 (null)
  3 /system ext4 /dev/block/mmcblk0p20 (null)
  4 /cache ext4 /dev/block/mmcblk0p22 (null)
  5 /data ext4 /dev/block/mmcblk0p27 (null)
  6 /cust ext4 /dev/block/mmcblk0p15 (null)
  7 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1

I:Single storage only.
I:No internal storage defined.
I:No storage defined, defaulting to /sdcard.
Pixel format: 1280x800 @ 32bpp
Pixel format: RGBX_8888
framebuffer: fd 3 (1280 x 800)
I:=> Installing busybox into /sbin
ln: /sbin/mke2fs: File exists
ln: /sbin/sh: File exists
ln: /sbin/tune2fs: File exists
I:=> Linking mtab
I:=> Getting locations
W:Device does not support /proc/emmc
W:Device does not support /proc/mtd
 * Verifying filesystems...
I:=> Let's update filesystem types via verifyFst aka blkid.
I:=> Created /cust folder.
 * Verifying partition sizes...
df: /dev/block/mmcblk1p2: can't find mount point
du: /sdcard/.android_secure: No such file or directory
+----------+-----------------------------+--------+----------+----------+---+---+
| Mount    | Block Device                | fst    | Size(KB) | Used(KB) | M | B |
+----------+-----------------------------+--------+----------+----------+---+---+
|          |                             |        |        0 |        0 | 0 | u |
|   system |       /dev/block/mmcblk0p20 |   ext4 |   393216 |     6336 | 1 | f |
|     data |       /dev/block/mmcblk0p27 |   ext4 |  6176768 |   108776 | 1 | f |
|     boot |       /dev/block/mmcblk0p19 |   emmc |    12288 |    12288 | 0 | i |
| recovery |       /dev/block/mmcblk0p17 |   emmc |    16384 |    16384 | 0 | i |
|    cache |       /dev/block/mmcblk0p22 |   ext4 |   262144 |     1169 | 1 | f |
|   sdcard |        /dev/block/mmcblk1p1 |   vfat |  1955775 |       32 | 1 | n |
|          |                             |        |        0 |        0 | 0 | n |
|   andsec |                     /sdcard |   vfat |        0 |        0 | 0 | f |
|   sd-ext |        /dev/block/mmcblk1p2 |        |        0 |        0 | 1 | f |
|     cust |       /dev/block/mmcblk0p15 |   ext4 |   655360 |    91824 | 1 | i |
|          |                             |        |        0 |        0 | 0 | n |
|          |                             |        |        0 |        0 | 0 | n |
+----------+-----------------------------+--------+----------+----------+---+---+
I:boot information:
   mnt: 'boot'
   blk: '/dev/block/mmcblk0p19'
   dev: '/dev/block/mmcblk0p19'
   alt: ''
   fst: 'emmc'
   fnm: ''
   format location: '/dev/block/mmcblk0p19'
   mountable: 0
   backup method: 2
   memory type: 2

I:system information:
   mnt: 'system'
   blk: '/dev/block/mmcblk0p20'
   dev: '/dev/block/mmcblk0p20'
   alt: ''
   fst: 'ext4'
   fnm: ''
   format location: '/dev/block/mmcblk0p20'
   mountable: 1
   backup method: 3
   memory type: 2

I:data information:
   mnt: 'data'
   blk: '/dev/block/mmcblk0p27'
   dev: '/dev/block/mmcblk0p27'
   alt: ''
   fst: 'ext4'
   fnm: ''
   format location: '/dev/block/mmcblk0p27'
   mountable: 1
   backup method: 3
   memory type: 2

I:cache information:
   mnt: 'cache'
   blk: '/dev/block/mmcblk0p22'
   dev: '/dev/block/mmcblk0p22'
   alt: ''
   fst: 'ext4'
   fnm: ''
   format location: '/dev/block/mmcblk0p22'
   mountable: 1
   backup method: 3
   memory type: 2

I:recovery information:
   mnt: 'recovery'
   blk: '/dev/block/mmcblk0p17'
   dev: '/dev/block/mmcblk0p17'
   alt: ''
   fst: 'emmc'
   fnm: ''
   format location: '/dev/block/mmcblk0p17'
   mountable: 0
   backup method: 2
   memory type: 2

I:sdcext information:
   mnt: 'sdcard'
   blk: '/dev/block/mmcblk1p1'
   dev: '/dev/block/mmcblk1p1'
   alt: '/dev/block/mmcblk1'
   fst: 'vfat'
   fnm: ''
   format location: '/dev/block/mmcblk1p1'
   mountable: 1
   backup method: 1
   memory type: 2

I:sdcint information:
   mnt: ''
   blk: ''
   dev: ''
   alt: ''
   fst: ''
   fnm: ''
   format location: ''
   mountable: 0
   backup method: 1
   memory type: 0

I:sd-ext information:
   mnt: 'sd-ext'
   blk: '/dev/block/mmcblk1p2'
   dev: ''
   alt: ''
   fst: ''
   fnm: ''
   format location: ''
   mountable: 1
   backup method: 3
   memory type: 0

I:android_secure information:
   mnt: '.android_secure'
   blk: '/sdcard'
   dev: '/sdcard/.android_secure'
   alt: ''
   fst: 'vfat'
   fnm: ''
   format location: ''
   mountable: 0
   backup method: 3
   memory type: 0

I:special 1 information:
   mnt: 'cust'
   blk: '/dev/block/mmcblk0p15'
   dev: '/dev/block/mmcblk0p15'
   alt: ''
   fst: 'ext4'
   fnm: ''
   format location: '/dev/block/mmcblk0p15'
   mountable: 1
   backup method: 2
   memory type: 2

I:special 2 information:
   mnt: ''
   blk: ''
   dev: ''
   alt: ''
   fst: ''
   fnm: ''
   format location: ''
   mountable: 0
   backup method: 1
   memory type: 0

I:special 3 information:
   mnt: ''
   blk: ''
   dev: ''
   alt: ''
   fst: ''
   fnm: ''
   format location: ''
   mountable: 0
   backup method: 1
   memory type: 0

I:Loading package: TWRP (/script/ui.xml)
I:Loading package: TWRP (/sdcard/TWRP/theme/ui.zip)
I:Loading package: TWRP (/res/ui.xml)
I:Loading resources...
I:Loading variables...
I:Loading pages...
I:Loading page main
I:Loading page main2
I:Loading page install
I:Loading page flash_confirm
I:Loading page flash_zip
I:Loading page flash_done
I:Loading page clear_vars
I:Loading page confirm_action
I:Loading page action_page
I:Loading page action_complete
I:Loading page filecheck
I:Loading page rebootcheck
I:Loading page reboot
I:Loading page mount
I:Loading page usb_mount
I:Loading page usb_umount
I:Loading page wipe
I:Loading page backup
I:Loading page backupname1
I:Loading page backupname2
I:Loading page backup_run
I:Loading page restore
I:Unable to open '/sdcard/TWRP/BACKUPS/7186444'
I:Loading page restore_select
I:Loading page renamebackup
I:Loading page restore_run
I:Loading page settings
I:Loading page timezone
I:Loading page advanced
I:Loading page partsdcard
I:Loading page htcdumlock
I:Loading page lock
I:Loading page filemanagerlist
I:Loading page filemanageroptions
I:Loading page choosedestinationfolder
I:Loading page filemanagerrenamefile
I:Loading page filemanagerrenamefolder
I:Loading page filemanagerchmod
I:Loading page filemanagerconfirm
I:Loading page filemanageracction
I:Loading page decrypt
I:Loading page trydecrypt
I:Loading page terminalfolder
I:Loading page terminalcommand
I:Switching packages (TWRP)
Processing arguments (1)...
I:Set page: 'clear_vars'
I:Set page: 'main2'
Command: "/sbin/recovery"

ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=mtp
ro.build.id=IMM76L
ro.build.display.id=cm_hws7300u-userdebug 4.0.4 IMM76L eng.aftersilence.20120803.140500 test-keys
ro.build.version.incremental=eng.aftersilence.20120803.140500
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=Пт. авг.  3 14:05:28 MSK 2012
ro.build.date.utc=0
ro.build.type=userdebug
ro.build.user=aftersilence
ro.build.host=aftersilence-VirtualBox
ro.build.tags=test-keys
ro.product.model=Huawei MediaPad
ro.product.brand=Huawei
ro.product.name=cm_hws7300u
ro.product.device=hws7300u
ro.product.board=Mediapad
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Huawei
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8660
ro.build.product=hws7300u
ro.build.description=cm_hws7300u-userdebug 4.0.4 IMM76L eng.aftersilence.20120803.140500 test-keys
ro.build.characteristics=tablet
ro.cm.device=hws7300u
ro.sf.lcd_density=213
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
mobiledata.interfaces=rmnet0
ro.telephony.ril.v3=signalstrength
ro.telephony.default_network=0
wifi.interface=wlan0
debug.composition.type=c2d
debug.enabletr=true
debug.sf.hw=1
ro.opengles.version=131072
ro.sf.compbypass.enable=0
dev.pm.dyn_samplingrate=1
com.qc.hardware=true
com.qc.hdmi_out=true
ro.hdmi.enable=true
persist.sys.chargingstart=false
ro.config.hw_GSensorOptimize=true
ro.ril.transmitpower=true
ro.bluetooth.remote.autoconnect=true
ro.qualcomm.bluetooth.ftp=true
ro.bluetooth.request.master=true
ro.rommanager.developerid=cyanogenmod
keyguard.no_require_sim=true
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.cm.version=9-20120803-UNOFFICIAL-hws7300u
ro.modversion=9-20120803-UNOFFICIAL-hws7300u
ro.config.ringtone=CyanTone.ogg
ro.config.notification_sound=CyanMessage.ogg
ro.config.alarm_alert=CyanAlarm.ogg
ro.setupwizard.enable_bypass=1
dalvik.vm.lockprof.threshold=500
ro.com.google.locationfeatures=1
dalvik.vm.dexopt-flags=m=y
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=256m
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.bootmode=unknown
ro.baseband=msm
ro.carrier=unknown
ro.bootloader=unknown
ro.hardware=hws7300u
ro.revision=0
ro.emmc=1
ro.crypto.keyfile.userdata=/dev/block/mmcblk0p26
init.svc.recovery=running
init.svc.console=running
init.svc.adbd=restarting
service.adb.root=1

I:Attempt to load settings from settings file...
I:Switching packages (TWRP)
I:Set page: 'advanced'
I:Set page: 'confirm_action'
I:Set page: 'action_page'
 
Wenn es mein Pad wäre und mit meinen jetzigen Kenntnisstand würde ich anders vorgehen.

Ich würde das Pad zuerstmal auf Werkszustand zurücksetzen, falls möglich, im fastboot-Menü meine ich solch einen Punkt gesehen zu haben.
Dann reboot -> bootet -> o.k.
bootet nicht -> dann

Ich würde (über fastboot) versuchen rauszukriegen was sich im Ordner FOTA befindet.
Ich würde (hier) fragen wie man Dateien aus diesen Ordner sichert.
Diese Dateien würde ich mir ansehen und, falls möglich, ersetzen aus der update.zip von der sd-Karte.

Sollte das nicht gehen - würde ich (hier) fragen wie man über fastboot alle Dateien eines Ordners löscht -> und das im Ordner FOTA ausprobieren.

EDIT:
Da die externe sd-Karte nicht mehr erkannt wird, update.zip auf interne Karte kopieren, und in der ipth-muc.prop den Pfad auf diese update.zip angeben.
PS: meine externe Karte wurde ja auch nicht mehr erkannt, erst nach dem manuellen update war sie da.
 
Zuletzt bearbeitet:
Zurück
Oben Unten