Ja, das scheint es schon zu machen. Aber was dann?
Wenn ich es dann z.B. an USB hänge, fängt es nicht an zu laden, wie sonst.
Allerdings ist es auch nicht vollkommen weg, denn in der syslog kommen diese Meldungen am laufenden Bande:
Code:
Aug 23 20:40:27 [ 3679.937044] usb 4-1: can't read configurations, error -22
Aug 23 20:40:27 [ 3680.048020] usb 4-1: new full-speed USB device number 25 using uhci_hcd
Aug 23 20:40:27 [ 3680.080031] usb 4-1: not running at top speed; connect to a high speed hub
Aug 23 20:40:27 [ 3680.080038] usb 4-1: no configurations
Aug 23 20:40:27 [ 3680.080040] usb 4-1: can't read configurations, error -22
Aug 23 20:40:27 [ 3680.082029] hub 4-0:1.0: unable to enumerate USB device on port 1
Aug 23 20:40:29 [ 3681.336027] usb 4-1: new full-speed USB device number 26 using uhci_hcd
Aug 23 20:40:29 [ 3681.480048] usb 4-1: not running at top speed; connect to a high speed hub
Aug 23 20:40:29 [ 3681.480056] usb 4-1: no configurations
Aug 23 20:40:29 [ 3681.480059] usb 4-1: can't read configurations, error -22
Aug 23 20:40:29 [ 3681.592019] usb 4-1: new full-speed USB device number 27 using uhci_hcd
Aug 23 20:40:29 [ 3681.732045] usb 4-1: not running at top speed; connect to a high speed hub
Aug 23 20:40:29 [ 3681.732051] usb 4-1: no configurations
Aug 23 20:40:29 [ 3681.732054] usb 4-1: can't read configurations, error -22
Aug 23 20:40:29 [ 3682.048028] usb 4-1: new full-speed USB device number 28 using uhci_hcd
Aug 23 20:40:29 [ 3682.081051] usb 4-1: not running at top speed; connect to a high speed hub
Aug 23 20:40:29 [ 3682.081059] usb 4-1: no configurations
Aug 23 20:40:29 [ 3682.081062] usb 4-1: can't read configurations, error -22
Aug 23 20:40:29 [ 3682.192021] usb 4-1: new full-speed USB device number 29 using uhci_hcd
Aug 23 20:40:30 [ 3682.224048] usb 4-1: not running at top speed; connect to a high speed hub
Aug 23 20:40:30 [ 3682.224057] usb 4-1: no configurations
Aug 23 20:40:30 [ 3682.224060] usb 4-1: can't read configurations, error -22
Wenn ich es dann einfach "normal" einschalte, kommt die Vibration, allerdings bleibt der Bildschirm schwarz.
Allerdings ist dann nach kurzer Zeit diese Meldungen zu sehen:
Code:
Aug 23 20:40:31 [ 3683.800880] usb 1-3: New USB device found, idVendor=0fce, idProduct=0171
Aug 23 20:40:31 [ 3683.800884] usb 1-3: New USB device strings: Mfr=2, Product=3, SerialNumber=4
Aug 23 20:40:31 [ 3683.800886] usb 1-3: Product: Xperia
Aug 23 20:40:31 [ 3683.800888] usb 1-3: Manufacturer: Sony
Aug 23 20:40:31 [ 3683.800889] usb 1-3: SerialNumber: BX902YSXXX
Aug 23 20:40:31 [ 3684.139710] usb 1-3: usbfs: process 4308 (pool) did not claim interface 0 before use
Aug 23 20:40:32 [ 3684.248020] usb 1-3: reset high-speed USB device number 29 using ehci-pci
Aug 23 20:40:32 [ 3684.386318] usb 1-3: usbfs: process 4308 (pool) did not claim interface 0 before use
Aug 23 20:40:32 [ 3684.496028] usb 1-3: reset high-speed USB device number 29 using ehci-pci
Aug 23 20:40:32 [ 3684.634526] usb 1-3: usbfs: process 4308 (pool) did not claim interface 0 before use
Es erscheint dann auch wieder normal der Zugriff auf den Speicher über USB.
Seltsam ist auch, das WLAN an ist! Ping liefert auch eine Rückmeldung!
Leider habe ich wohl USB-Debugging ausgeschaltet, so komme ich leider nicht mit "adb shell" drauf
Gibt es eine Kombination, das man in's Recovery kommt?
Der ursprüngliche Beitrag von 20:47 Uhr wurde um 21:05 Uhr ergänzt:
Wie es eigentlich bei mir dazu gekommen ist:
Erst was die Hintergrundbeleuchtung immer auf den dunkelsten Wert. Da das ausschalten der Automatik nichts brachte, hab ich es neu gestartet. Normal über das "Ausschalt-Menü"...
Danach kam es dann nicht mehr wieder...
Der ursprüngliche Beitrag von 21:05 Uhr wurde um 21:22 Uhr ergänzt:
In den fastboot modus komme ich:
1. Power+Lauter länger halten und die zwei Vibrationen abwarten.
2. Lauter gedrückt lassen und dann per USB anstecken
Die LED leuchtet dann so komisch blau/rot.
fastboot -l devices listet dann auch das Handy.
Der ursprüngliche Beitrag von 21:22 Uhr wurde um 21:58 Uhr ergänzt:
Hab mal das gemacht:
Code:
$ fastboot flash boot boot.img
sending 'boot' (6640 KB)...
(bootloader) USB download speed was 19154kB/s
OKAY [ 0.368s]
writing 'boot'...
(bootloader) Flash of partition 'boot' requested
(bootloader) S1 partID 0x00000003, block 0x0000d000-0x00014fff
(bootloader) Erase operation complete, 0 bad blocks encountered
(bootloader) Flashing...
(bootloader) Flash operation complete
OKAY [ 0.752s]
finished. total time: 1.120s
$ fastboot reboot
rebooting...
finished. total time: 0.000s
Ist die boot.img aus FXP216-cm-9, also das was eh drauf ist.
Scheint aber nix zu bringen.