[Q] recovery Jelly Bean / CM10 A5 - Folio 100 General

Hello,
I had a Folio100 with folioMod.
Today I have installed CM10 A2 then A3,A4 and A5.
The tablet works very well but i can't enter in recovery mode,
if i reboot and select reboot to recovery the tablet crash.
Can you help me to correctly install the recovery?
I have read step by step the guide,
but when i send fastboot command i have this error:
Code:
Failed to process command getvar:max-download-size error(0x2)
,
I have found the same problem and solution on this thread:
http://forum.xda-developers.com/showthread.php?t=2015141.
I have replaced the fastboot command with
Code:
fastboot -u -S 0 flash linux recovery*.img
.
Best regards.

To solve this error:
Code:
Failed to process command getvar:max-download-size error(0x2)
,
I have executed the fastboot from windows and not from linux (MintDe).
Now I have try to reflash recovey without success.
The CM10 boot correctly but the recovery don't works.
If I press at the boot Power+VolUp, the tablet ignore the command ad normally boot the CM10.
The only solution to run the recovery is boot fastboot and send the command:
Code:
fastboot boot recovery-cwm-CM10-A3.img
I suppose there is the corrupted partition table on memory.
Can you help me to check and solve it?

Related

Cant access recovery or boot phone - Have screwed up?

Hi Guys.
I don't know if this is the right forum, please tell me if so.
I think that I've screwed up bigtime when i tired to upgrade my recovery image. Here is what happende.
I have rooted my Hero a long time ago, so what i did was trying to follow this guide for installing the latest recovery image: http://forum.xda-developers.com/showthread.php?t=645253
when i tired to flash the recovery image using this command: flash_image recovery /sdcard/recovery.img. I was using Terminal Emulator.
What happened was i got a lot of error messages saying that the phone was out of memory. This resulted in that i couldn't get acces to the recovery menu when rebooting my phone and that i cant access my phone rom.
I then tired to flash the recovery image using the installation guide of this thread: http://forum.xda-developers.com/showthread.php?t=561124
The thing is that i can see that the phone is mounted through the "fastboot devices" commando
When i try to flash the recovery image using fastboot i get this error message:
C:\android-sdk-windows\tools>fastboot boot recovery.img
downloading 'boot.img'... FAILED (remote: not allow)
finished. total time: 0.001s
HELP! What can i do? Is my hero 'saveable or is it bricked?
//Mads
First of all its not bricked don't worry. Do you still have old recovery of Amon_Ra or not ? If have than put latest version of Amon_Ra recovery into your sdcard & reboot your phone into old recovery of Amon_Ra Than just follow these commands
Code:
adb shell
$su (not required if you have root already)
#mount -a
#flash_image recovery /sdcard/recovery-RA-hero-v1.7.0.1.img
when its done just type adb reboot . your phone will reboot
Hope it helps
Hi, it's good to hear. I think that my old recovery mode was screwed up during the attempt to upgrade. because if i tries to boot into it it just stops at the HERO bootscreen and goes no futher. If i just try to boot normally it goes to a black screen and then nothing else happens. Tried to let it boot for 30 min without anything happening.
The only thing i can access is fastboot.
when i try adb shell it says the following:"
C:\android-sdk-windows\tools>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: device not found
you need to update your drivers that means you are not having latest drivers .. there was a thread i guess download drivers & check how to set up correct adb drivers on windows .. & by the way do you have installed HTC Sync ? make sure you have installed HTC Sync because it finds all htc drivers i guess than try
Code:
adb shell reboot bootloader
fastboot boot recovery-RA-hero-v1.7.0.1.img
adb shell mount /sdcard
adb push recovery-RA-hero-v1.7.0.1.img /sdcard/recovery-RA-hero-v1.7.0.1.img
adb shell flash_image recovery /sdcard/recovery-RA-hero-v1.7.0.1.img
adb shell reboot
Thx for the help, but that didn't work either.
I found this guide http://forum.xda-developers.com/showthread.php?t=714519 which did the work. So now i'm back at 1.5 for a little while, just need to root right away The good thing is that my phone is working
Thx for the help.
Glad to hear it Men .. Well come abroad

Root Asus MeMO Pad 10 ME103K-1A003A ??

Hello, everybody! I have a major favor to ask you guys.. I did a very stupid thing obviously and tried to root all by myself my Asus memo pad 10 103k using fastboot and adb just like this :
1.Download the two links in the post (system.img.gz and superuser.apk)
Put system.img.gz and superuser.apk in the same folder as adb.exe.
2. Put the tablet into bootloader mode (Power+Vol Up)
3. Run these commands in command prompt with administrator priviledges:
fastboot erase cache
fastboot erase userdata
fastboot erase system
fastboot flash system system.img.gz
5. Reboot and again run in command prompt
adb install Superuser.apk
The first 3 comands went ok but it couldn't flash the system image. Obviously my tablet is ded now. When I try to open it, the logo appears and then a brocken android flashes at me :crying: I tried to hard reset, reset from sd card and nothing works.. I'm desperate... Please help me!!

Flash TWRP not posible...

Hello
My xperia Tablet Z 32GB WiFi has cm 12 and cm recovery.
I would like to upgrade to Lineage OS but install TWRP Recovery first.
The boot loader is open but every time I want to flash the img via fastboot I get the error message:
sending 'recovery' (11764 KB) ...
OK [0.378s]
writing 'recovery' ...
FAILED (remote: Command not allowed)
finished. total time: 0.387s
Per app it is also not possible because every time I download an app (to flash the recovery), CM12 crashing (the Tabled freezd)...
In the settings I activated ROOT via ADB + APPs and CM Recovery Update too ....
What can I have forgotten you have an idea ??
Please help
Thank you
--------------------------------------------------------------------------
I found a way !
1. Donwload the TWRP for your device. And copy it next to ADB.exe and Fastboot.exe.
2. Enable in settings: Root for APP+ADB
3. open adb in a cmd
4. Chef if your decice is shown up with: "adb devices"
4a. maybe you must acept it per OK Button on your device
5. boot in Bottloader: " adb reboot bootloader"
6. check if fastboot show your device: "fastboot device"
7. now : "fastboot flash boot ******TWRP.IMG NAME***** "
8. w8 a short time unplugg the usb cable.
9. Press the PowerButton.
Grauer_Star said:
Hello
My xperia Tablet Z 32GB WiFi has cm 12 and cm recovery.
I would like to upgrade to Lineage OS but install TWRP Recovery first.
The boot loader is open but every time I want to flash the img via fastboot I get the error message:
sending 'recovery' (11764 KB) ...
OK [0.378s]
writing 'recovery' ...
FAILED (remote: Command not allowed)
finished. total time: 0.387s
Per app it is also not possible because every time I download an app (to flash the recovery), CM12 crashing (the Tabled freezd)...
In the settings I activated ROOT via ADB + APPs and CM Recovery Update too ....
What can I have forgotten you have an idea ??
Please help
Thank you
--------------------------------------------------------------------------
I found a way !
1. Donwload the TWRP for your device. And copy it next to ADB.exe and Fastboot.exe.
2. Enable in settings: Root for APP+ADB
3. open adb in a cmd
4. Chef if your decice is shown up with: "adb devices"
4a. maybe you must acept it per OK Button on your device
5. boot in Bottloader: " adb reboot bootloader"
6. check if fastboot show your device: "fastboot device"
7. now : "fastboot flash boot ******TWRP.IMG NAME***** "
8. w8 a short time unplugg the usb cable.
9. Press the PowerButton.
Click to expand...
Click to collapse
The first attempt was unsuccessful, because Sony devices until recent, don't have recovery partition.
So trying "fastboot flash recovery TWRP.IMG NAME" will result in error, mentioned by you.
You can use Rashr to flash recovery from working android. No need to mess with adb/fastboot.
I had no root (stock 5.1.1.) but could flash twrp with flashtool
lkjsoiuew said:
I had no root (stock 5.1.1.) but could flash twrp with flashtool
Click to expand...
Click to collapse
With Lineage OS 14.1 the official twrp App works great. I think the cm12 has some bugs...
but now i am Happy.
THX 4 your help

Phone always boot to fastboot after flash custom kernel from twrp

Hi
My phone is always boot to fastboot mode after flash custom kernel
Start with I build a custom kernel from github[dot]com/MiCode/Xiaomi_Kernel_OpenSource/tree/dipper-p-oss
the build process was done without error and got Image.gz-dtb
so I pack the Image.gz-dtb with original boot.img that I take from official firmware
then I make a .zip that can be install by using the TWRP
the script to install is just mounting partition, copy some file to system and dd my boot.img to /dev/block/..../by-name/boot
I use twrp-3.2.3-2 from official site and flash it to the phone to recovery partition
then I try reboot the phone to normal mode and TWRP mode for couple of time, everthing just fine
Then the issue begin after I flash my own custom kernel using TWRP, flashing was done without any error
but after I try to reboot the phone, it goes back to fastboot mode. Then I try to reboot to recovery by hold power and volume up, fastboot mode again
I try hold every possible combination key and it still back to fastboot mode
Ok, then I think it time to flash the whole firmware again and I did flash it using MiFlashTool
the flashing was done without error
but it keep getting back to fastboot mode after reboot
I've try just boot the TWRP from fastboot and it fail with below error
FAILED (remote: 'Failed to load/authenticate boot image: 00000050')
If there any way to fix this?
on some phone like Moto they have like oem command to set to which mode to boot in, they have command like
fastboot oem fb_mode_clear
to set it boot mode to normal
Is there something like this in poco?
# dd path of flashing script
DEV_BOOT_PATH="/dev/block/platform/$(cd /dev/block/platform && find -name boot)"
print "auto default dev_boot_path: $DEV_BOOT_PATH"
if [ -b "$DEV_BOOT_PATH" ]; then
print "* using auto default dev_boot_path: $DEV_BOOT_PATH"
elif [ -b "/dev/block/platform/msm_sdcc.1/by-name/boot" ]; then
print "* using msm kernel boot path"
DEV_BOOT_PATH="/dev/block/platform/msm_sdcc.1/by-name/boot"
elif [ -b "/dev/block/platform/7824900.sdhci/by-name/boot" ]; then
print "* using sgrand kernel boot path"
DEV_BOOT_PATH="/dev/block/platform/7824900.sdhci/by-name/boot"
else
print "* using exynos s6 (SM-G9200) kernel boot path"
DEV_BOOT_PATH="/dev/block/platform/15570000.ufs/by-name/BOOT"
fi
-------------------- EDIT --------------------
Just found the reason of brick,
there are empty dtbo.img file that has been copy to /dev/block/platform/soc/1d84000.ufshc/by-name/boot (in my understanding, it didn't exist in this phone)
any suggestion?
What is the solution to this problem I suffer from
What is the solution to this problem I suffer from
please solve this
please solve this problem
heloo :crying::crying:
solution
Just goto :
https:// mirror.akhilnarang.me/MIUI/beryllium/
and download latest zip and sideload it using adb, it will fix your issue of booting into fastboot everytime.
hope it helps, and do not forget to press the thanks button
The same problem I've come back to fastboot
With any system 9 pie
please solve

HELP!My Mi A3 is ALL ERASED,without OS,without Recovery, and it's stuck on FASTBOOT!

Hi guys how are you out there,I'm having a very bad problem,my phone is all erased,without Android,without ANY Recovery,and it's always stuck in Fastboot,when I try to flash a TWRP Recovery through ADB Fastboot in CMD(PC).
Also,when I click to flash on cmd,and I put the command to reboot (fastboot reboot),I press Volume Up,and it goes to Fastboot again.
I'm very desesperate with this,because this is my only phone.
Thank you.
1. how did you manage to erase "everything"?
2. download stock fastboot rom, unpack it, open cmd, switch active partition to A and run flash_all.bat
3. post here any errors or logs if something doesn't work
fastboot set_active a
Hi I prefer you follow the link given below. How ever it is of android 10. If you are facing some problem download the stock ROM and follow the same steps in the steps below. Still if you are facing problem mention here.
https://forum.xda-developers.com/mi-a3/how-to/fastboot-rom-android-10-v11-0-8-0-march-t4069077

Categories

Resources