Well, I've used the RootZenFone 1.4.5 version apk method and it worked out for me... problem is, by modding the system I am now getting a boot loop on the main splash and have no adb access. Does anyone know how to force a manual sd update using the downloaded firmware packages and a micro sd card?
My Recovery is stock, so is the Droidboot (fastboot) image, though I cannot get anything through the adb and fastboot commands.
The only time I get something is when i get it into recovery and enable the sideload - pushing a file using the adb sideload command results in a status 0 error / signature verification failed
I am trying to recover my nexus 7 2013 wifi by sideloading a factory image.
When I go into the recovery screen, and try a factory reset I get failed to mount errors
then if I use the adb devices command it does not see any devices.
If I select the apply update from adb in the recovery menu, and run adb devices again, I get my tablet number sideload
then trying to use adb sideload filename.zip it gives me with same failed to mount errors....
Any thoughts on next steps? I appreciate your help.
Hello I am having problems with the LG LS 740 volt. I only want to recover the personal data on the phone. I have scoured the web trying to find a fix.
The phone will enter boot to LG screen then fastboot mode The phone will enter factory reset screen then fastboot mode will start. Download load mode will start then after a few minuted the fastboot will start. I have tried flashing a recovery.img but it fails. also a boot.img fails
I have tried LG flash tool and some others ways on the internet but they all fail..
The one that changed the fastboot loop was a twrp boot.img. This made the loop stop and show ready for a fastboot command.
Fastboot error:
writing boot
remote write flash failure
finishing total time 5sec
The error on the phone :
error command never completed
command timeout error
command completed with errors
failed writing block @ 1
ADB devices - shows nothing
fastboot devices -shows the phone
Is there any way to get the data off the phone?
Thanks
FIx it for cash
If your in the Ventura county area and you can get the data I need off Ill pay to have it extracted.
Hello,
I accidentally flashed a Stratos firmware on my Amazfit Pace 1. Blame on me !
But since I cannot unbrick it.
I can boot in fastboot bootloader thank to thread https://forum.xda-developers.com/smartwatch/other-smartwatches/amazfit-boot-fastboot-directly-t3546829,
but I cannot boot into recovery with command :
> fastboot boot Amazfit-mod-recovery.img
downloading 'boot.img'...
FAILED (remote: ED: The command is not allowed.)
finished. total time: 0.063s
Can anybody provide help ?
Thanks in advance
The error message is because bootloader is locked. If you don't have root access nor unlocked bootloader, I guess the only option is trying to use Ingenic's "cloner" tool to flash the firmware directly (use option 2 instead of 1 to enter "force erase"). You should flash an old firmware with unlocked bootloader first, check if serial number is OK (if now, fix it using the info in the thread about fixing a null SN) then update.
PS: Do NOT enter "force erase" without having everything set up correctly because the watch won't leave this mode until you flash it.
lfom said:
The error message is because bootloader is locked. If you don't have root access nor unlocked bootloader, I guess the only option is trying to use Ingenic's "cloner" tool to flash the firmware directly (use option 2 instead of 1 to enter "force erase"). You should flash an old firmware with unlocked bootloader first, check if serial number is OK (if now, fix it using the info in the thread about fixing a null SN) then update.
PS: Do NOT enter "force erase" without having everything set up correctly because the watch won't leave this mode until you flash it.
Click to expand...
Click to collapse
Thanks @IFOm
the problem I have is that the swatch boots, then reboot, and finally fall into error screen. So I have little time to act with adb.
iznogoud! said:
Thanks @IFOm
the problem I have is that the swatch boots, then reboot, and finally fall into error screen. So I have little time to act with adb.
Click to expand...
Click to collapse
On Windows use:
Code:
adb wait-for-device & adb shell reboot bootloader
and on Linux/macOS:
Code:
adb wait-for-device; adb shell reboot bootloader
and watch will enter fastboot mode as soon as adb is detected (you can type the command and adb will wait for the device, as the words say, then issue the second one).
adb shell does not work, I get following message :
- exec '/system/bin/sh' failed: Exec format error (8) -
using port=5555
enter fastboot using this method https://www.youtube.com/watch?v=ZlXoeq30vM0 and check the correctness of the serial number and the bootloader lock
iznogoud! said:
adb shell does not work, I get following message :
- exec '/system/bin/sh' failed: Exec format error (8) -
using port=5555
Click to expand...
Click to collapse
Your system is messed up... You can go to fastboot mode manually, then try to flash the correct kernel (boot.img) and recovery from fastboot... this my fix your serial number and show locked status as unlocked again. If everything fails, your last resource is the cloner tool I mentioned a few comments before.
I have a Huawei Mate 10 with EMUI 9.0.0.181.
I did a downgrade to EMUI 8.1.0.350 with HiSuite Proxy 2.36 and Hisuite 10.0.1.100 OVE.
On HiSuite, It successfully download and "installed".
Then the phone rebooted. When checking update package, it showed 'update failed' and two options: 'reboot to eRecovery' and 'reboot'.
I chose the previous one and the phone couldn't show anything.
When booting, it will soon stay in fastboot mode with nothing shown on the screen.
I tried Hisuite system repairing but failed.
I don't know where to get a proper fastboot flashing package. I don't even know which version I had to choose.
In the fastboot mode, When executing 'fastboot getvar all' and 'fastboot reboot', It shows 'FAILED (Write to device failed (no link))'.
I executed 'fastboot -w' successfully, but I don't know what to do next.
Can anyone help me? Thanks in advance.