Stoik
Enthusiast
- 868
schmobat schrieb:Trotzdem lief es nicht, leider.
Wenn Root auf dem Phone war kann das auch zum Problem geführt haben.
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.
schmobat schrieb:Trotzdem lief es nicht, leider.
Stoik schrieb:Wenn Root auf dem Phone war kann das auch zum Problem geführt haben.
[COLOR="Red"]LOCK STATE - locked[/COLOR]
fastboot devices
fastboot oem unlock
flash-all.bat
@ECHO OFF
:: Copyright 2012 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.
PATH=%PATH%;"%SYSTEMROOT%\System32"
fastboot flash bootloader bootloader-mako-makoz20i.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot flash radio radio-mako-m9615a-cefwmazm-2.0.1700.84.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
[COLOR="Red"]fastboot -w update image-occam-krt16s.zip
[/COLOR]
echo Press any key to exit...
pause >nul
exit
<<<@!1!@>>>
snaffer schrieb:Code:<<<@!1!@>>>
donnie81 schrieb:Hallo Gemeinde,
Nexus wird am Laptop beim anhängen zwar erkannt, aber es wird ein komplett leeres Laufwerk angezeigt. Es ist auch kein Backup über adt möglich, "waiting vor device" (usb-debugging aktiviert) und sonst kommt nix. Auch "adb devices" bringt keine Ergebnisse, er findet nichts (selber Laptop wie gestern).
- Display lässt sich nicht sperren, obwohl ein Muster eingegeben ist.
- Homebutton in der Mitte funzt nicht, egal ob Standardlauncher oder GoLauncher
- diverse kleinere Probleme, liegen wohl an 4.4
Kann mir da jemand helfen? Wie kann ich meine Daten (hauptsächlich Bilder, Apps) sonst noch retten?
jack2003 schrieb:Habe es genau nach der Anleitung gemacht: https://www.android-hilfe.de/forum/google-nexus-4.807/sammelthread-update-auf-4-4-geraet-bleibt-im-bootloop.501891-page-2.html#post-6773931 und die flash-all.bat habe ich nicht verändert, also mit -w.
Bei recovery kommt nur das Android Männchen, was auf der Seite liegt mit einem roten Ausrufezeichen und dann startet es nach einer Weile neu. Auch drücken von Power und VolUp bringt hier kein Menü.
@jack2003
Wenn du das liegende Android-Männchen mit dem Ausrufezeichen hast, dann kommst du auch ins recovery und könntest da ein Factory-reset machen.
Dazu bitte power-taste gedrückt halten und dann erst kurz fest auf Vol up (+) und loslassen. dann solltest du im stock-recovery sein, dann factory reset auswählen mit Vol + od.Vol - runter zum Menüpunkt gehen und dann mit power bestätigen. daddle
sending 'bootloader' (2203 KB)...
OKAY [ 0.097s]
writing 'bootloader'...
OKAY [ 0.278s]
finished. total time: 0.377s
rebooting into bootloader...
OKAY [ 0.001s]
finished. total time: 0.002s
sending 'radio' (45537 KB)...
OKAY [ 1.684s]
writing 'radio'...
OKAY [ 2.480s]
finished. total time: 4.165s
rebooting into bootloader...
OKAY [ 0.001s]
finished. total time: 0.001s
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: MAKOZ30d
Baseband Version.....: M9615A-CEFWMAZM-2.0.1700.97
Serial Number........:
--------------------------------------------
checking product...
OKAY [ 0.002s]
checking version-bootloader...
OKAY [ 0.001s]
checking version-baseband...
OKAY [ 0.001s]
sending 'boot' (6360 KB)...
OKAY [ 0.267s]
writing 'boot'...
OKAY [ 0.352s]
sending 'recovery' (6908 KB)...
OKAY [ 0.313s]
writing 'recovery'...
OKAY [ 0.373s]
erasing 'system'...
OKAY [ 0.696s]
sending 'system' (700496 KB)...
OKAY [ 29.227s]
writing 'system'...
OKAY [ 39.764s]
erasing 'userdata'...
OKAY [ 0.992s]
formatting 'userdata' partition...
Creating filesystem with parameters:
Size: 14129561600
Block size: 4096
Blocks per group: 32768
Inodes per group: 8144
Inode size: 256
Journal blocks: 32768
Label:
Blocks: 3449600
Block groups: 106
Reserved block group size: 847
Created filesystem with 11/863264 inodes and 95427/3449600 blocks
sending 'userdata' (137438 KB)...
writing 'userdata'...
OKAY [ 15.270s]
erasing 'cache'...
OKAY [ 0.045s]
formatting 'cache' partition...
Creating filesystem with parameters:
Size: 587202560
Block size: 4096
Blocks per group: 32768
Inodes per group: 7168
Inode size: 256
Journal blocks: 2240
Label:
Blocks: 143360
Block groups: 5
Reserved block group size: 39
Created filesystem with 11/35840 inodes and 4616/143360 blocks
sending 'cache' (10984 KB)...
writing 'cache'...
OKAY [ 1.148s]
rebooting...
finished. total time: 88.468s
Press any key to exit...