WI501Q Stuck with locked bootloader - Button does not work - Asus ZenWatch 2

Hi guys,
I just got a Zenwatch 2 WI501Q Sparrow,
I had some issues with calls on my phone and decided to update the firmware, but something went wrong during the flashing.
After that, the watch will keep rebooting every 10 seconds, unless i swipe to get into Fastboot mode.
Fastboot works and i can send commands from prompt, but whenever i try to unlock it, in order to be able to reflash, the unlock screen does not respond to pressing the button.
I know the button is working, because it was working before flashing, and holding it for 9 seconds turrns the watch off, but at the lock screen, there´s no effect in pressing it, short or long press, unles is long enough to turn off, but in that case, when reboot, it remains locked.
In this scenario, is there anything that i could try to recover my watch? Or did I killed the poor little guy?
Image that failed to flash was "Google-sparrow-img-M6E69Z-signed", but i also have files of "Google-sparrow-img-LCA49B-signed" ans factory image "Factory_V4_15_1_19_sparrow-eng_20151222"

Use the fastboot image provided here if you ever get it working: https://forum.xda-developers.com/zenwatch-2/general/dump-zenwatch-2-sparrow-wi501q-build-t3601596
Also I don't even recall that it asks for a button press tho the last time I unlocked mine was about 7 months ago haha Can you take a photo and upload it? Maybe I can help.

EpicLPer said:
Use the fastboot image provided here if you ever get it working: https://forum.xda-developers.com/zenwatch-2/general/dump-zenwatch-2-sparrow-wi501q-build-t3601596
Also I don't even recall that it asks for a button press tho the last time I unlocked mine was about 7 months ago haha Can you take a photo and upload it? Maybe I can help.
Click to expand...
Click to collapse
When I use the command [fastboot oem unlock], the device goes to the following screen:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
That´s where i get stuck, because it should unlock by long pressing the button, but nothing is happening here.
Like I said, no image can be flashed due to the LOCKED state.
Is there any way to make the device select the Unlock option, by sending some command from console?
For the system image, as I said before, I have ASUS original firmware files
"Google-sparrow-img-M6E69Z-signed"
"Google-sparrow-img-LCA49B-signed"
"Factory_V4_15_1_19_sparrow-eng_20151222"
You may check all from the link below:
https://drive.google.com/drive/folders/0B2Ru4ATp1lY0cXhhTnpsVHF0bkU
Any help on this will be welcome.

JoseBatista said:
When I use the command [fastboot oem unlock], the device goes to the following screen:
That´s where i get stuck, because it should unlock by long pressing the button, but nothing is happening here.
Like I said, no image can be flashed due to the LOCKED state.
Is there any way to make the device select the Unlock option, by sending some command from console?
For the system image, as I said before, I have ASUS original firmware files
"Google-sparrow-img-M6E69Z-signed"
"Google-sparrow-img-LCA49B-signed"
"Factory_V4_15_1_19_sparrow-eng_20151222"
You may check all from the link below:
https://drive.google.com/drive/folders/0B2Ru4ATp1lY0cXhhTnpsVHF0bkU
Any help on this will be welcome.
Click to expand...
Click to collapse
That is super weird...
Maybe try "fastboot -w" to format all userdata on the watch, last bet. And then update the watch the normal way, maybe they fixed something in the bootloader for later versions.

EpicLPer said:
That is super weird...
Maybe try "fastboot -w" to format all userdata on the watch, last bet. And then update the watch the normal way, maybe they fixed something in the bootloader for later versions.
Click to expand...
Click to collapse
Nothing.
[fastboot -w] requires the device to be unlocked first.
The command gisves me the following:
Creating filesystem with parameters:
Size: 2759831552
Block size: 4096
Blocks per group: 32768
Inodes per group: 8032
Inode size: 256
Journal blocks: 10527
Label:
Blocks: 673787
Block groups: 21
Reserved block group size: 167
Created filesystem with 11/168672 inodes and 22128/673787 blocks
target reported max download size of 63963136 bytes
Creating filesystem with parameters:
Size: 419430400
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1600
Label:
Blocks: 102400
Block groups: 4
Reserved block group size: 31
Created filesystem with 11/25600 inodes and 3310/102400 blocks
erasing 'userdata'...
(bootloader) Device is locked.
(bootloader) Please unlock device first!
FAILED (remote failure)
finished. total time: 0.011s
I also have tried
[fastboot flash bootloader bootloader.img]
[fastboot flash recovery recovery.img]
[fastboot flash system system.img]
[fastboot flash boot boot.img]
Any flash commands require unlock in order to work.
I did [fastboot oem device-info] and that´s the info that came up:
...
(bootloader) Device tampered: false
(bootloader) Device unlocked: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
(bootloader) Debug Uart Disabled!
(bootloader) ASUS Dongle authorized: false
(bootloader) Sparrow
(bootloader) APQ_8026 - V1
(bootloader) eMMC=HYNIX-4G-1-748000
(bootloader) CPU_RV=108040e1
(bootloader) SB=Y
OKAY [ 0.020s]
finished. total time: 0.021s
I´m reaching the conclusion that what I would need is some way to command the unlock straight from the console, without having to confirm in the device.
If there´s no such command, nor any workaround to this, then i´m thinking I may be fully dead.

JoseBatista said:
Nothing.
[fastboot -w] requires the device to be unlocked first.
The command gisves me the following:
Creating filesystem with parameters:
Size: 2759831552
Block size: 4096
Blocks per group: 32768
Inodes per group: 8032
Inode size: 256
Journal blocks: 10527
Label:
Blocks: 673787
Block groups: 21
Reserved block group size: 167
Created filesystem with 11/168672 inodes and 22128/673787 blocks
target reported max download size of 63963136 bytes
Creating filesystem with parameters:
Size: 419430400
Block size: 4096
Blocks per group: 32768
Inodes per group: 6400
Inode size: 256
Journal blocks: 1600
Label:
Blocks: 102400
Block groups: 4
Reserved block group size: 31
Created filesystem with 11/25600 inodes and 3310/102400 blocks
erasing 'userdata'...
(bootloader) Device is locked.
(bootloader) Please unlock device first!
FAILED (remote failure)
finished. total time: 0.011s
I also have tried
[fastboot flash bootloader bootloader.img]
[fastboot flash recovery recovery.img]
[fastboot flash system system.img]
[fastboot flash boot boot.img]
Any flash commands require unlock in order to work.
I did [fastboot oem device-info] and that´s the info that came up:
...
(bootloader) Device tampered: false
(bootloader) Device unlocked: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
(bootloader) Debug Uart Disabled!
(bootloader) ASUS Dongle authorized: false
(bootloader) Sparrow
(bootloader) APQ_8026 - V1
(bootloader) eMMC=HYNIX-4G-1-748000
(bootloader) CPU_RV=108040e1
(bootloader) SB=Y
OKAY [ 0.020s]
finished. total time: 0.021s
I´m reaching the conclusion that what I would need is some way to command the unlock straight from the console, without having to confirm in the device.
If there´s no such command, nor any workaround to this, then i´m thinking I may be fully dead.
Click to expand...
Click to collapse
Even "fastboot format userdata" won't work? I never thought they'd be locked down when the bootloader is locked...
Can you try to boot up TWRP via "fastboot boot TWRP...img"? Should be somewhere in the Original Android Development section here. I know for a fact that you can boot TWRP while locked since I did it and tried to make an image from partitions which f*cked them up then lol... managed to recover tho
Anyways, try that and in TWRP choose to wipe the data then.

Related

[Q] GPE Conversion - Data Corruption - Cannot Install Custom Recovery, Etc

HTC One M8 ATT GSM Converted from Stock Sense > ViperRom > CM11 > GPE Conversion (Firmware Included)
I have two of these devices mine worked fine when I moved to the Skydragon 5.0 Rom, I installed the firmware, followed the instructions in the thread, no issues. On my other phone this has been an issue.
On the phone in questions it is unlocked, rooted, S-Off. Here are the issues I am experiencing and what I have tried.
Issue: Cannot install custom recovery (philz,cwm or TWRP)
- Tried via fastboot - Reports successful, no change.
- Tried via hboot - Reports Update Failed, Reboot, no change.
- Tried via TWRP application - TWRP crashes, no change
Issue: Any changes made to the phone are reverted on reboot including app updates, installations, progress in media, anything.
Issue: In fastboot usb mode, if I enter the command "fastboot oem rebootRUU" the phone will simply reboot, so I have to try to flash firmware via hboot.
Issue: The phone will randomly reboot.
I have tried:
1. Flashing custom recoveries. (multiple ways, multiple version, multiple types)
2. Flashing RUU (multiple via hboot, all fail)
3. Flashing FUU (via windows) (Stock, Full Wipe, It reboots the phones and then claims no USB connection)
4. e2fsck -fn the /dev/block/mmcblk0p47 - Reports Errors cannot be fixed. I can't do anything with the drive mounted, and cannot access adb in recovery so, not sure...
5. wp_mod.ko ( can insmod while the phone is booted, any changes to the install-recovery.sh are lost on reboot so it does not stick)
6. Tried flashing the partition fix 1.54 splash for the GPE converted devices (again via hboot, failed)
7. Different cables, different USB ports, and every other guides I could find on XDA
8. Tried factory reset from recovery and phone OS.
I have available to me on the phone
Stock GPE Recovery - No ADB shell
ADB access while phone is booted, including root shell
Fastboot access in bootloader, minus ability to access rebootRUU
Here is some data output below, and if I can provide anything else I am more than happy to do so. Appreciate any help you all can provide me on this.
--GETVAR--
$ fastboot getvar all
(bootloader) version: 0.5
(bootloader) version-bootloader: 3.18.0.0000
(bootloader) version-baseband: 1.14.21331931.LA02_2G
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 1.16.1700.16
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: HT43KWM01872
(bootloader) imei: <redacted>
(bootloader) imei2: Not Support
(bootloader) meid: 00000000000000
(bootloader) product: m8_ul_ca
(bootloader) platform: hTCBmsm8974
(bootloader) modelid: 0P6B12000
(bootloader) cidnum: GOOGL001
(bootloader) battery-status: good
(bootloader) battery-voltage: 0mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: a1aef34e
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.016s
--BANNER--
*** Unlocked ***
M8_UL_CA PVT SHIP S-OFF
CID-GOOGL001
HBOOT-3.18.0.0000
RADIO-1.14.21331931.LA02_2G
OpenDSP-v32.2.2-00542-M8974.0213
OS-1.16.1700.16
eMMC-boot 2048
Mar 21 2014, 22:29:15.0
--ROOT DF--
[email protected]_m8:/ # df
Filesystem Size Used Free Blksize
/dev 913.8M 128.0K 913.6M 4096
/sys/fs/cgroup 913.8M 12.0K 913.7M 4096
/mnt/asec 913.8M 0.0K 913.8M 4096
/mnt/obb 913.8M 0.0K 913.8M 4096
/system 1006.7M 786.2M 220.5M 4096
/data 26.3G 3.6G 22.7G 4096
/cache 678.4M 10.8M 667.6M 4096
/devlog 29.5M 20.4M 9.1M 4096
/fataldevlog 19.6M 13.5M 6.2M 4096
/firmware/radio 199.8M 44.3M 155.5M 4096
/firmware/adsp 199.8M 8.9M 190.9M 4096
/firmware/wcnss 199.8M 3.8M 196.0M 4096
/custdata 49.2M 4.0M 45.2M 4096
/mnt/shell/emulated 26.3G 3.6G 22.7G 4096
/storage/emulated 913.8M 0.0K 913.8M 4096
/mnt/media_rw/ext_sd 29.8G 4.1G 25.8G 4096
--LSMOD--
[email protected]_m8:/ # lsmod
wlan 3543984 0 - Live 0x00000000 (O)
adsprpc 21680 3 - Live 0x00000000
ecryptfs 88689 0 - Live 0x00000000
dm_crypt 22668 0 - Live 0x00000000
texfat 178608 0 - Live 0x00000000 (PO)
--FSCK OUTPUT--
[email protected]_m8:/sdcard2/untitled folder # ./fsck.ext4 -f -n /dev/block/platform/m>
e2fsck 1.42.9 (28-Dec-2013)
Warning! /dev/block/platform/msm_sdcc.1/by-name/userdata is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
Pass 1: Checking inodes, blocks, and sizes
Deleted inode 83039 has zero dtime. Fix? no
Inodes that were part of a corrupted orphan linked list found. Fix? no
Inode 164419 was part of the orphaned inode list. IGNORED.
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Block bitmap differences: -(328880--328887) -524802 +524803 -(560736--560754) -(4719168--4719203) -(4796672--4796759)
Fix? no
Free blocks count wrong for group #17 (13436, counted=13417).
Fix? no
Free blocks count wrong for group #146 (5013, counted=4925).
Fix? no
Free blocks count wrong (5946355, counted=5946561).
Fix? no
Inode bitmap differences: -83039 -164419
Fix? no
Free inodes count wrong (1733054, counted=1733358).
Fix? no
/dev/block/platform/msm_sdcc.1/by-name/userdata: ********** WARNING: Filesystem still has errors **********
/dev/block/platform/msm_sdcc.1/by-name/userdata: 20034/1753088 files (4.8% non-contiguous), 1065997/7012352 blocks
4|[email protected]_m8:/sdcard2/untitled folder #
***UPDATE*** I was able to get the phone into RUU mode via this command:
adb -s HT43KWM01872 shell /system/bin/reboot oem-78
So here is the output of my attempt to flash a custom recovery as well as flash the RUU. The RUU flash completes with the failure, but before I am able to re-flash it. The device reboots and I am back into the OS.
rr at RR-MBP in ~/Desktop
$ fastboot flash recovery openrecovery-twrp-2.6.3.3-m8_0.6.img
target reported max download size of 1830715392 bytes
sending 'recovery' (11164 KB)...
OKAY [ 1.191s]
writing 'recovery'...
OKAY [ 0.674s]
finished. total time: 1.866s
rr at RR-MBP in ~/Desktop
$ fastboot flash zip RUU-HTC_One_M8_GPE_4.4.4-2.12.1700.1.zip
target reported max download size of 1830715392 bytes
sending 'zip' (567002 KB)...
OKAY [ 19.168s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) checking model ID...
(bootloader) checking custom ID...
(bootloader) start image[hboot] unzipping for pre-update check...
(bootloader) total_image_number=7
(bootloader) start image[hboot] flushing...
(bootloader) [RUU]WP,hboot,0
(bootloader) [RUU]WP,hboot,99
(bootloader) [RUU]WP,hboot,100
(bootloader) ...... Successful
(bootloader) current_image_number=0
(bootloader) current_image_number=1
(bootloader) current_image_number=2
(bootloader) current_image_number=3
(bootloader) current_image_number=4
(bootloader) current_image_number=5
(bootloader) current_image_number=6
FAILED (remote: 90 hboot pre-update! please flush image again immediately)
finished. total time: 20.477s
I am fully willing to pay for anyone's time in helping solve this, paypal or bitcoin. I am out of ideas.
Ok, have you tried renaming the RUU to 0PBIMG and hboot flashing ? Let me know what happens...the 2.12.1700.1 RUU has stock recovery, so remove it b4 you flash the renamed RUU.
jxcorex28 said:
Ok, have you tried renaming the RUU to 0PBIMG and hboot flashing ? Let me know what happens...the 2.12.1700.1 RUU has stock recovery, so remove it b4 you flash the renamed RUU.
Click to expand...
Click to collapse
Thanks for your response, I appreciate it. I have indeed tried the RUU that way, it will either say "update failed" or it will attempt the update and the phone reboots and I am back to this weird saved state. I had some advice from graffixnyc to try booting from a recovery (non-flased) which I have all cause the phone to reboot and lose any changes. I have also tried the RUU.EXE for the Dev Edition, GPE Edition, Stock and all of them start to run and then reboot and lose connection.
Something on the phone has somehow saved a state that it returns to on every reboot. So you can even rm -rf the entire /system from an adb shell su'd as root. It will delete everything, and when you reboot the phone, its all right back to the same state. You can add, modify, delete, anything on the device you want, but as soon as it reboots it will lose it.
The reboot is what is killing me on every front. The only thing that I found that was odd is yesterday I tried running the RUU.exe for the dev edition and running two at the same time. What happened is the first one detected my firmware as 2.12 which is incorrect, the second one that ran (while the first one was still running) reported the firmware as 1.16 (correct). However while that "seemed" to get farther, the phone rebooted, and...you guessed it... all changes were lost.
So what on earth would allow the device to have this "saved "state" that it returns to? If I delete files via rm -rf then I would expect I am either not actually interacting with the filesystem or it is overwriting it with a saved img from somewhere? Confused as hell by this.
*edit* I even tried DD every partition I could from adb shell and nothing took from a known good stock backup. Nothing took.
Here is the output from trying to run the fastboot commands that graffixnyc had suggested to me.
System> About Phone
--Model Number: HTC ONE_M8
--Android Version: 4.4.4
--Baseband Version: 1.14.21331931.LA02_2G_20.30A.4145.01L
--Kernel Version: 3.4.0-gb1b6fb1 | [email protected] #1v| Mon Jul 16 18:49:22 CST 2014
--Build Number: KTU84P.H1 release keys
Phone:
adb
$ adb devices
List of devices attached
HT43KWM01872 device
$ adb reboot bootloader
*** Unlocked ***
M8_UL_CA PVT SHIP S-OFF
CID-GOOGL001
HBOOT-3.18.0.0000
RADIO-1.14.21331931.LA02_2G
OpenDSP-v32.2.2-00542-M8974.0213
OS-1.16.1700.16
eMMC-boot 2048
Mar 21 2014, 22:29:15.0
$ fastboot devices
HT43KWM01872 fastboot
$ fastboot boot 1.16.1700.16.recoverygpe.img
creating boot image...
creating boot image - 25167872 bytes
downloading 'boot.img'...
OKAY [ 1.607s]
booting...
OKAY [ 0.002s]
finished. total time: 1.608s
Phone Flashed Black Screen then back to bootloader:fastboot usb
$ fastboot boot stock\ recovery\ 1.12.1540.17\ recovery.img
creating boot image...
creating boot image - 25167872 bytes
downloading 'boot.img'...
OKAY [ 1.599s]
booting...
OKAY [ 0.002s]
finished. total time: 1.600s
Phone Flashed Black Screen then back to bootloader:fastboot usb
$ fastboot boot stock\ recovery\ 1.22.980.1\ recovery.img
creating boot image...
creating boot image - 25167872 bytes
downloading 'boot.img'...
OKAY [ 1.592s]
booting...
OKAY [ 0.002s]
finished. total time: 1.594s
Phone Flashed Black Screen then back to bootloader:fastboot usb
$ fastboot boot 3.11.1700.5.recovery.img
creating boot image...
creating boot image - 13539328 bytes
downloading 'boot.img'...
OKAY [ 1.249s]
booting...
OKAY [ 0.002s]
finished. total time: 1.250s
$ fastboot oem writecid 11111111
...
(bootloader) Start Verify: 0
(bootloader) Input CID is super CID
(bootloader) Start Verify: 0
OKAY [ 0.025s]
finished. total time: 0.025s
$ fastboot oem readcid
...
(bootloader) cid: 11111111
OKAY [ 0.010s]
finished. total time: 0.010s
Tried fastboot booting from the 4 recovery again with supercid, but after each phone screen flash to black the cid was reset to GOOGL001
Tried booting to RUU mode and repeating the commands above, with same result.
Just for kicks I tried adb shell , su, remounted / as rw. Then ran "rm -rf /" (don't do that ever) which ran and deleted stuff until the phone rebooted. Well, guess what. Phone rebooted and it's like nothing happened. Right back to the saved state. Time to jtag this thing?

system crashed pls help

hey guys
I do some wrong
I try to factory reset on my n9 and after this everthing goes wrong
my bootloader is locked and I can't unlock it
if I try I get (bootloader) Permission denied for this command!
and my n9 stuck in a bootloop
c:\android-sdk-windows\platform-tools>fastboot oem unlock
< waiting for device >
...
(bootloader) ability is 0
(bootloader) Permission denied for this command!
OKAY [ -0.000s]
finished. total time: -0.000s
Checking Bootloader Lock State + Tamper Flag:
---------------------------------------------
...
(bootloader) [ERR] Command error !!!
OKAY [ 0.006s]
finished. total time: 0.007s
Click to expand...
Click to collapse
I try to flash the bootloader from bootloader-flounder-3.43.0.0114.img and this dont work after this I try to flash the bootloader
bootloader-hammerhead-hhz12d.img but this also not work -.-
now I have no system on my n9 no recovery on it
someone has a idea what I can do?
In fastboot try,
fastboot format cache
fastboot format userdata
Sent from my Nexus 9 using XDA Free mobile app
fastboot format cache I get this
Code:
C:\WINDOWS\system32>fastboot format cache
Creating filesystem with parameters:
Size: 268435456
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 65536
Block groups: 2
Reserved block group size: 15
Created filesystem with 11/16384 inodes and 2089/65536 blocks
target reported max download size of 518205818 bytes
erasing 'cache'...
(bootloader) Device State : Locked
FAILED (remote: Can not erase any partition while device state is locked!)
finished. total time: 0.157s
and by fastboot format userdata
Code:
C:\WINDOWS\system32>fastboot format userdata
Formatting is not supported for filesystem with type 'f2fs'.
Try holding the volume down button, booting into Fastboot, then running WugFresh Nexus Root Toolkit http://forum.xda-developers.com/nexus-9/development/toolkit-wugs-nexus-root-toolkit-v1-9-8-t2945451 with 'Flash Stock/Unroot' and 'Soft-bricked/bootload'' option then in the next window '5.0.2 Android' and 'Force Flash Mode'
Can't promise it'll work but worth a try.
@kedarrWolf I tryed your way but it dosn'T work
Code:
target reported max download size of 518205818 bytes
erasing 'system'...
(bootloader) Device State : Locked
FAILED (remote: Can not erase any partition while device state is locked!)
finished. total time: 0.141s
rebooting into bootloader...
OKAY [ 0.016s]
finished. total time: 0.016s

Softbricked Nexus 9

Hello, I need help.
I have a Nexus 9 Wifi 16gb black. It was a gift from Google in USA, but I live in Uruguay.
THe problem is:
Yesterday I tried to install Android M (with unlocked bootloader).
Then, installed supersu..
After rebooted I was seeing "Your device is corrupt." and a bootloop.
So, I locked the bootloader, maybe that was the cause of bootloop (ofc no. I figured out it wasnt....)
And I can't do anythig, I can't access to Android to enable the oem unlock option.
I don't have a custom recovery..
I entered in "oem verified" mode, and was able to format userdata/cache partitions. But still the problem...
Here is what I've been trying to do
Code:
[email protected]:~/Descargas$ fastboot oem unlock
...
(bootloader) ability is 0
(bootloader) Permission denied for this command!
OKAY [ 0.007s]
finished. total time: 0.007s
[email protected]:~/Descargas$ fastboot flash recovery twrp-2.8.7.0-flounder.img
target reported max download size of 518205818 bytes
sending 'recovery' (13320 KB)...
OKAY [ 1.022s]
writing 'recovery'...
(bootloader) Device State : Locked
FAILED (remote: Can not flash any images while device state is locked!)
finished. total time: 1.161s
[email protected]:~/Descargas$ fastboot oem verified
...
(bootloader) Start Verify: 0
(bootloader) [hboot query] query 24 is not implemented
(bootloader) [hboot query] query 24 is not implemented
(bootloader) Start Verify: 0
(bootloader) [hboot query] query 24 is not implemented
(bootloader) [hboot query] query 24 is not implemented
(bootloader) Device is in veified state!
OKAY [ 2.600s]
finished. total time: 2.600s
[email protected]:~/Descargas$ fastboot flash recovery twrp-2.8.7.0-flounder.img
target reported max download size of 518205818 bytes
sending 'recovery' (13320 KB)...
OKAY [ 1.017s]
writing 'recovery'...
(bootloader) Device State : Verified
FAILED (status read failed (Value too large for defined data type))
finished. total time: 6.447s
[email protected]:~/Descargas$ fastboot format userdat
Formatting is not supported for filesystem with type ''.
[email protected]:~/Descargas$ fastboot format userdata
Cannot generate image.
erasing 'userdata'...
OKAY [ 2.415s]
finished. total time: 2.415s
[email protected]:~/Descargas$ fastboot format cache
Creating filesystem with parameters:
Size: 268435456
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 65536
Block groups: 2
Reserved block group size: 15
Created filesystem with 11/16384 inodes and 2089/65536 blocks
target reported max download size of 518205818 bytes
erasing 'cache'...
OKAY [ 0.463s]
sending 'cache' (6248 KB)...
OKAY [ 0.482s]
writing 'cache'...
(bootloader) Device State : Verified
OKAY [ 0.637s]
finished. total time: 1.583s
[email protected]:~/Descargas$
:-/
And stil the problem.
Can someone help me?
-Sorry for my bad english-
Greetings
If no way, how to contact Google for reparation? Is there any email?
You should not have relocked bootloader. It needs to be unlocked to do anything if it will not boot. "Enable oem unlock" must be checked.

I soft-bricked my Oneplus X - No recovery but fastboot access

Hi guys,
How I bricked my phone:
I tried to flash the stock recovery because I wasn't able to flash any firmware upgrade using OxygenOS 2.2.3 and TWRP-3-0-2.
To do so I enabled USB-debugging and checked unlock OEM in the developer options and restarted the phone into fastboot mode.
Then I tried to flash the stock recovery:
Code:
~/oneplus » sudo fastboot flash recovery recovery.img
target reported max download size of 1073741824 bytes
sending 'recovery' (14758 KB)...
OKAY [ 0.464s]
writing 'recovery'...
FAILED (remote: Device not unlocked cannot flash or erase)
finished. total time: 0.465s
The bootloader should have been unlocked already at this point but I tried to unlock it anyway:
Code:
~/oneplus » sudo fastboot oem unlock
...
OKAY [ 0.011s]
finished. total time: 0.011s
The phone rebooted and was stuck in the oneplus logo screen.
trying to boot into recovery mode (turn the phone off and restart pressing volume down) as well as 'fastboot reboot' and 'fastboot continue' produced the same results.
Using fastboot reboot bootloader brings the device back into fastboot mode.
'fastboot oem device-info' reveals:
Code:
(bootloader) Device tampered: false
(bootloader) Device unlocked: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
(bootloader) console_enabled: 0
(bootloader) exec_console_unconsole: 0
OKAY [ 0.006s]
finished. total time: 0.006s
I also tried to erase cache and data but apparently I'm not allowed to touch the partitions in any way.
Code:
~/oneplus » sudo fastboot -w
wiping userdata...
Creating filesystem with parameters:
Size: 12611891200
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 32768
Label:
Blocks: 3079075
Block groups: 94
Reserved block group size: 751
Created filesystem with 11/770048 inodes and 88617/3079075 blocks
target reported max download size of 1073741824 bytes
wiping cache...
Creating filesystem with parameters:
Size: 536870912
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 2048
Label:
Blocks: 131072
Block groups: 4
Reserved block group size: 31
Created filesystem with 11/32768 inodes and 4206/131072 blocks
erasing 'userdata'...
FAILED (remote: Device not unlocked cannot flash or erase)
finished. total time: 0.000s
It seems to me that the key of resolving this problem is to somehow unlock the bootloader. Can you think of any way to do this?
Is it possible to flash anything without successfully unlocking the bootloader?
Any other suggestions?
Kind Regards
Malte
Mega Unbrick guide here.
Solved
Thank you. I thought I could avoid that but it works pretty flawless. :good:
xda-acc said:
Hi guys,
How I bricked my phone:
I tried to flash the stock recovery because I wasn't able to flash any firmware upgrade using OxygenOS 2.2.3 and TWRP-3-0-2.
To do so I enabled USB-debugging and checked unlock OEM in the developer options and restarted the phone into fastboot mode.
Then I tried to flash the stock recovery:
The bootloader should have been unlocked already at this point but I tried to unlock it anyway:
The phone rebooted and was stuck in the oneplus logo screen.
trying to boot into recovery mode (turn the phone off and restart pressing volume down) as well as 'fastboot reboot' and 'fastboot continue' produced the same results.
Using fastboot reboot bootloader brings the device back into fastboot mode.
'fastboot oem device-info' reveals:
I also tried to erase cache and data but apparently I'm not allowed to touch the partitions in any way.
It seems to me that the key of resolving this problem is to somehow unlock the bootloader. Can you think of any way to do this?
Is it possible to flash anything without successfully unlocking the bootloader?
Any other suggestions?
Kind Regards
Malte
Click to expand...
Click to collapse
You should've used
fastboot oem unlock
For unlocking the bootloader. The reason why your phone got bricked was because the bootloader wasn't unlocked. In order to flash zip files or flash recoveries (or do anything that is related to modifying the system) you need the bootloader to be unlocked

vodafone smart platinum 7 or vfd 900 stuck on boot loop

hi guys...im searching for solution already few days for this phone but i cant find anything useful...anyone had experience in repairing this phone?
how to do it..where can i find firmware or stock rom flashing software and of course manual how to do it..
same problem here
I have same problem and also bootloader loocked
any way to flash it i tried alot of firmware via fastboot but not working
< waiting for any device >
target reported max download size of 536870912 bytes
sending 'bootloader' (32248 KB)...
OKAY [ 1.293s]
writing 'bootloader'...
FAILED (remote: Critical partition flashing is not allowed)
finished. total time: 1.301s
rebooting into bootloader...
OKAY [ 0.004s]
finished. total time: 0.005s
target reported max download size of 536870912 bytes
sending 'radio' (57272 KB)...
OKAY [ 2.099s]
writing 'radio'...
FAILED (remote: Partition flashing is not allowed)
finished. total time: 2.105s
rebooting into bootloader...
OKAY [ 0.002s]
finished. total time: 0.002s
target reported max download size of 536870912 bytes
archive does not contain 'boot.sig'
archive does not contain 'recovery.img'
archive does not contain 'system.sig'
archive does not contain 'vendor.sig'
Creating filesystem with parameters:
Size: 26151194624
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 32768
Label:
Blocks: 6384569
Block groups: 195
Reserved block group size: 1024
Created filesystem with 11/1597440 inodes and 144298/6384569 blocks
Creating filesystem with parameters:
Size: 268435456
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 65536
Block groups: 2
Reserved block group size: 15
Created filesystem with 11/16384 inodes and 2089/65536 blocks
--------------------------------------------
Bootloader Version...:
Baseband Version.....:
Serial Number........: 1abbebe9
--------------------------------------------
checking product...
FAILED
Device product is 'IDOL4S_VDF'.
Update requires 'marlin' or 'sailfish'.
finished. total time: 0.016s
Press any key to exit...
magedmagdy19 said:
I have same problem and also bootloader loocked
any way to flash it i tried alot of firmware via fastboot but not working
< waiting for any device >
target reported max download size of 536870912 bytes
sending 'bootloader' (32248 KB)...
OKAY [ 1.293s]
writing 'bootloader'...
FAILED (remote: Critical partition flashing is not allowed)
finished. total time: 1.301s
rebooting into bootloader...
OKAY [ 0.004s]
finished. total time: 0.005s
target reported max download size of 536870912 bytes
sending 'radio' (57272 KB)...
OKAY [ 2.099s]
writing 'radio'...
FAILED (remote: Partition flashing is not allowed)
finished. total time: 2.105s
rebooting into bootloader...
OKAY [ 0.002s]
finished. total time: 0.002s
target reported max download size of 536870912 bytes
archive does not contain 'boot.sig'
archive does not contain 'recovery.img'
archive does not contain 'system.sig'
archive does not contain 'vendor.sig'
Creating filesystem with parameters:
Size: 26151194624
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 32768
Label:
Blocks: 6384569
Block groups: 195
Reserved block group size: 1024
Created filesystem with 11/1597440 inodes and 144298/6384569 blocks
Creating filesystem with parameters:
Size: 268435456
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 65536
Block groups: 2
Reserved block group size: 15
Created filesystem with 11/16384 inodes and 2089/65536 blocks
--------------------------------------------
Bootloader Version...:
Baseband Version.....:
Serial Number........: 1abbebe9
--------------------------------------------
checking product...
FAILED
Device product is 'IDOL4S_VDF'.
Update requires 'marlin' or 'sailfish'.
finished. total time: 0.016s
Press any key to exit...
Click to expand...
Click to collapse
where did you found the firmware?Could you send the download link?

Categories

Resources