I tried flash recovery under this procedure: http://forum.xda-developers.com/showthread.php?t=1864774.
This steps were OK:
fastboot erase userdata
fastboot erase system
fastboot erase cache
fastboot erase linux
fastboot erase recovery
but when I want flash new recovery:
fastboot flash recovery recovery-cwm-6.0.1.4.img
display show:
Failed to process command getvar:max-download-size error(0x2)
I tested recovery-cwm-6.0.1.4.img, recovery-cwm-CM10-A3.img and cwm-recovery-5.5.0.4.img.
What should I do? Please help!
P.S.:Excuse my English.
Cause was using fastboot under Ubuntu.
Repaired under WinXP.
:victory:
Solution using [x]ubuntu
kuklos said:
I tried flash recovery under this procedure: http://forum.xda-developers.com/showthread.php?t=1864774.
This steps were OK:
fastboot erase userdata
fastboot erase system
fastboot erase cache
fastboot erase linux
fastboot erase recovery
but when I want flash new recovery:
fastboot flash recovery recovery-cwm-6.0.1.4.img
display show:
Failed to process command getvar:max-download-size error(0x2)
I tested recovery-cwm-6.0.1.4.img, recovery-cwm-CM10-A3.img and cwm-recovery-5.5.0.4.img.
What should I do? Please help!
P.S.:Excuse my English.
Click to expand...
Click to collapse
Hi all,
Just in case anybody else can not go back to WinXP - or does not want to:
I ran into the same problem using fastboot (installed from SW Center in xubuntu 12.10). I solved it by using the parameter "-S 0". I.e.
fastboot -S 0 flash recovery recovery-cwm-6.0.1.4.img
This works also for recovery-cwm-CM10-A3.img.
Best regards
R. Egenter
Can't believe it.
Thank You so much for giving the fix for the Linux fastboot flash -S 0. I have looked for two days all over the internet. Finally, came across this thread and I don't even have this device but it worked on my Dell Streak. Thanks
Thank's Its Help
Related
Hello,
I have problem with flashing stock firmware on my atrix 4g.
RSD -lite return error:
Failed flashing process. Unable to retrieve interface handle. (0x7027).
Thats happens when I would go back to stock firmware from CM7.
Before running RSD flashing, I was execute following fastboot commands:
fastboot erase boot
fatsboot erase recovery
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase osh
fastboot erase logo
fastboot erase radio
Before 2-3 times mentioned above method without erase radio commands not return any errors with RSD flashing. And have not any problem.
Can anybody advice and help me ?
Thanks for help and advice.
Solved
alcpis said:
Hello,
I have problem with flashing stock firmware on my atrix 4g.
RSD -lite return error:
Failed flashing process. Unable to retrieve interface handle. (0x7027).
Thats happens when I would go back to stock firmware from CM7.
Before running RSD flashing, I was execute following fastboot commands:
fastboot erase boot
fatsboot erase recovery
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase osh
fastboot erase logo
fastboot erase radio
Before 2-3 times mentioned above method without erase radio commands not return any errors with RSD flashing. And have not any problem.
Can anybody advice and help me ?
Thanks for help and advice.
Click to expand...
Click to collapse
Solved !
1. Copy Radio image (baseband) to the folder where located fastboot.
2. Power on phone and select fastboot
3. execute: fastboot flash radio bp.img, Where bp.img baseband image files
4. execute: fastboot reboot
5. Phone automatically boot on the android recovery mode
6. Wipe userdata/cache
7. Reload in RSD mode
8. on the RSD lite browse appropriate .sbf file and puch Start
Thats all.
Thanks.
alcpis said:
Solved !
1. Copy Radio image (baseband) to the folder where located fastboot.
2. Power on phone and select fastboot
3. execute: fastboot flash radio bp.img, Where bp.img baseband image files
4. execute: fastboot reboot
5. Phone automatically boot on the android recovery mode
6. Wipe userdata/cache
7. Reload in RSD mode
8. on the RSD lite browse appropriate .sbf file and puch Start
Thats all.
Thanks.
Click to expand...
Click to collapse
Can you be a bit more specific on syntax used. I have the atrix baseband img in the fastboot folder and all is good but I get a "cannot load" error. The name of the baseband img file is baseband_OTA.img So with that in mind how would my commands look? I have typed fastboot flash radio baseband.img. I get the error saying it cannot load the file.
Hi guys!
I just unlocked my bootloader and installed CWM recovery.
I want to install epinter's JB rom.
What are the steps?
I do this:
-wipe cache
-factory reset ---> there when it is going to finish it goes to the top recovery screen and does not say that it finished successfully
after these steps I tried to install the zip but it said:
-finding update package
-opening update package
-installing update...
symlink: some symlinks failed
E:Error in /sdcard/cm....zip
(Status 7)
Installation aborted.
What should I do?
try with redownloading rom!!
Officially corp via w8
I rebooted into cwm and worked. Now I am stuck at the Moto logo.
Can someone tell me the steps? What to wipe and what to format before flashing the zip??
solved!
petran_7 said:
solved!
Click to expand...
Click to collapse
how did you solve the stuck at moto screen
It usually happens when a step is overlooked. Can be resolved by retracing your steps. It happened to me once when I forgot to wipe the dalvik cache.
Sent from my MB860 using xda app-developers app
Gauu said:
how did you solve the stuck at moto screen
Click to expand...
Click to collapse
It can be stuck due to multiple reasons.
Perform a clean wipe/erase
Enter into fastboot by holding vol down and push power button
Release volume down and Press volume up to confirm fastboot selection.
Connect Phone with your microUSB cable to PC
Open command prompt and navigate to directory where you copied fastboot
Type these commands
fastboot devices (should display device id if your phone has successfully entered into fastboot mode)
fastboot -w (erases userdata and cache)
fastboot erase system
fastboot erase boot
fastboot erase recovery
fastboot erase webtop
fastboot erase preinstall
fastboot reboot (make sure you get into fastboot again)
fastboot flash recovery recovery.img (place desired recovery - preferably CWM 5.0.2.7/romracer's)
Boot into recovery and flash the desired ROM from sdcard.
Hope this helps
---------- Post added at 02:04 PM ---------- Previous post was at 01:54 PM ----------
Gauu said:
how did you solve the stuck at moto screen
Click to expand...
Click to collapse
It can be stuck due to multiple reasons.
Perform a clean wipe/erase
Enter into fastboot by holding vol down and push power button
Release volume down and Press volume up to confirm fastboot selection.
Connect Phone with your microUSB cable to PC
Open command prompt and navigate to directory where you copied fastboot
Type these commands
fastboot devices (should display device id if your phone has successfully entered into fastboot mode)
fastboot -w (erases userdata and cache)
fastboot erase system
fastboot erase boot
fastboot erase recovery
fastboot erase webtop
fastboot erase preinstall
fastboot reboot (make sure you get into fastboot again)
fastboot flash recovery recovery.img (place desired recovery - preferably CWM 5.0.2.7/romracer's)
Boot into recovery and flash the desired ROM from sdcard.
Hope this helps
Dear Member,
I'm new to rooring and flashing custom ROMS...
i have a folio 100 and after a lot of googling and hardwork i finally managed to root my device on windows XP.. then i tried to install Jelly Bean / CM10 (4.1.1) Alpha 2 - 27.09.2012 from http://forum.xda-developers.com/showthread.php?t=1864774 and followed the instructions.
initially when i typed fastboot devices i was getting "? fastboot" and rest of the commands returned 0x2 error.
then i treid
fastboot -i 0x955 erase userdata
fastboot -i 0x955 erase system
fastboot -i 0x955 erase cache
fastboot -i 0x955 erase linux
fastboot -i 0x955 erase recovery
till now everything worked like a charm but when i tried to run the last command
fastboot -i 0x955 flash recovery recovery-cwm-6.0.1.4.img
i'm getting error message "unable to load recoveryxxxx.img"
now i treid to reboot the device and its saying "magic value mismatch" please help me out..
Nonlxpe Menteur
leaderrocks said:
Dear Member,
I'm new to rooring and flashing custom ROMS...
i have a folio 100 and after a lot of googling and hardwork i finally managed to root my device on windows XP.. then i tried to install Jelly Bean / CM10 (4.1.1) Alpha 2 - 27.09.2012 from http://forum.xda-developers.com/showthread.php?t=1864774 and followed the instructions.
initially when i typed fastboot devices i was getting "? fastboot" and rest of the commands returned 0x2 error.
then i treid
fastboot -i 0x955 erase userdata
fastboot -i 0x955 erase system
fastboot -i 0x955 erase cache
fastboot -i 0x955 erase linux
fastboot -i 0x955 erase recovery
till now everything worked like a charm but when i tried to run the last command
fastboot -i 0x955 flash recovery recovery-cwm-6.0.1.4.img
i'm getting error message "unable to load recoveryxxxx.img"
now i treid to reboot the device and its saying "magic value mismatch" please help me out..
Click to expand...
Click to collapse
First, download the latest & most stable ROM (at the moment), including the ROM, GAPPS, recovery-cwm-CM10-A3.img & formatsd.zip
http://forum.xda-developers.com/showthread.php?t=1864774
Actually, you just need to flash the recovery through fastboot, other else can done in the recovery.
1. Copy all the ROM, GAPPS & formatsd.zip into your memory card. Then insert it into your Folio.
2. Run command prompt, make sure your tablet is connected with your PC in fastboot mode.
To erase existing/stock recovery. In command prompt, go into the fastboot program folder and type the following commands
Code:
fastboot erase recovery
3. Copy the CWM Recovery into your fastboot adb folder.
To flash CWM Recovery
Code:
fastboot flash recovery recovery-cwm-CM10-A3.img
fastboot reboot
4. Enter Recovery. Before you begin, wipe everything (except external_sd) in the CWM Recovery, after wiped, you can install the 3 zip files one by one. After finish, just reboot system.
Full procedure also stated in the link I provided, please scroll down.
Hope that helps you.
So did above solution help? I had a similar issue, and I resolved it by just booting the recovery image from fastboot, i.e.
Code:
fastboot boot recovery.img
Once you get into recovery you can flash an image which will in most cases flash a recovery image along with it. If not, you can try to flash the recovery image again once you've done a full wipe from the booted recovery.
I got the OTA for 5.01 but when it go through the reboot process , it shows a error. I don;t know what it is so I try to flash the sys and boot img but I can't flash them either..........
Can anyone help........
What happens when you try to manually flash them? Does fastboot devices show tablet connected?
di11igaf said:
What happens when you try to manually flash them? Does fastboot devices show tablet connected?
Click to expand...
Click to collapse
When I try to flash the boot img I got this "FAILED (remote: image error! (BootMagic check fail))"
And also when I try to flash sys img it shows
" fastboot: ../libsparse/sparse.c:143: write_all_blocks: Assertion `pad >= 0' failed.
Aborted "
Weird...
Me too
I'm having the same error as you. When I tried to update the Standart way the error appeared. I tried via sideload and It didn't work either. I tried Rooted, unrooted, both ways fail.
Anybody help please
Hi, I just got the OTA and after make a complete unroot with supersu I have the same problem, OTA error with the lay android and a red triangle.
Any ideas?
Thanks
Jarvia_STGL said:
When I try to flash the boot img I got this "FAILED (remote: image error! (BootMagic check fail))"
Click to expand...
Click to collapse
With latest version of fastboot and lrx22c rom completely unzipped I did the following and it fixed my stuck at "Google" Nexus 9 that also had the bootmagic issue:
fastboot flash bootloader bootloader-flounder-3.43.0.0114.img
fastboot reboot-bootloader
fastboot erase system
fastboot erase recovery
fastboot erase cache
fastboot erase boot
fastboot erase userdata
fastboot erase vendor
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash cache cache.img
fastboot flash boot boot.img
fastboot flash vendor vendor.img
fastboot flash userdata vendor.img
select hboot
factory reset
Not sure the 'fastboot flash userdata vendor.img' is needed here, but it worked so do with this info what you will.
Thank you this helped me get mine running again.
Hello. I wanted to flash a stock ROM on my Xiaomi Mi3 (Not Mi3W) and I downloaded an official stock ROM and flashed it using Fastboot.
Here's where I think I messed up. I used the "fastboot erase userdata" on the phone and when it booted up, The system storage is showing fine when I go to settings > storage but the internal storage is showing up as 0.00b and I cannot install any applications.
I've tried reflashing but nothing is working. Any ideas on how I can get it to work? Thanks.
Try to flash again with fastboot but with following comands:
Enter the following commands below by order:
fastboot erase cache
fastboot erase userdata
fastboot erase system
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot reboot-bootloader
boot.img ,recovery.img and system.img it should be inside your stock firmware.
Teddy Lo said:
Try to flash again with fastboot but with following comands:
Enter the following commands below by order:
fastboot erase cache
fastboot erase userdata
fastboot erase system
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot reboot-bootloader
boot.img ,recovery.img and system.img it should be inside your stock firmware.
Click to expand...
Click to collapse
After much Googling, I was finally able to 'reset' the whole android partition system by flashing a CWM recovery, booting into it, and using ADB to fix it all.
Thank you for bothering to reply my at all. You're amazing.
You Welcome