Install CWM 6.0.4.5 fastboot - Acer Iconia A500

Hi,
i downloaded the CWM 6.0.4.5 from here
http://forum.xda-developers.com/show....php?t=2583710
and got a .img-file.
I wanted to install it, using fastboot.
* Connected device to PC an booted into fastboot
* fastboot getvar serialno -> works
* fastboot flash recovery recovery.img -> fails
Error-message says, that the SOS-Partition is too small.
Where is the mistake in my installation?
Thanks and Bye,
Florian

Related

[Q] problems with clockworkmod recovery (device almost dead)

ok, so i wanted to try Cyanogenmod 7.
i followed the steps:
1- rooted the device
2- downgraded to Froyo firmware
3- installed Cyanogenmod 7.20.
all worked fine for almost one week until i updated rom manager from the market.
since the the device led flickers in green and orange. I can get into clockworkmod recovery menu but it lasts for a few seconds and disappears. it appears again and so on.
adb devices returns:
List of devices attached
SH0BHRT09137 recovery
but because it's not stable the same command doesn't return any devices few seconds later.
what shall i do now ?
steps one and two i assume are switched around, try booting into fastboot
if your hboot is still stable you may have more luck here
fastboot works in similar ways as adb - so fastboot devices
if you see yours
then wipe and flash a new recovery via fastboot
fastboot -w
fastboot flash recovery recovery.img
fastboot reboot
(replace recovery.img with whatever name you give that recovery image)
demkantor said:
steps one and two i assume are switched around, try booting into fastboot
if your hboot is still stable you may have more luck here
fastboot works in similar ways as adb - so fastboot devices
if you see yours
then wipe and flash a new recovery via fastboot
fastboot -w
fastboot flash recovery recovery.img
fastboot reboot
(replace recovery.img with whatever name you give that recovery image)
Click to expand...
Click to collapse
Thanks for the info. after i installed fastboot and ran "fastboot devices" i don't get any devices.
are you in fastboot mode within hboot? does your phone say fastboot usb?
write down everything on your phone when you boot into bootloader
demkantor said:
are you in fastboot mode within hboot? does your phone say fastboot usb?
write down everything on your phone when you boot into bootloader
Click to expand...
Click to collapse
strange enough "adb reboot" go the device working ! not sure why it was stuck at ClockMod.
hope this thread help somebody later.

TWRP flash problem. Please help.

Hello!
I have weird problem with flashing TWRP recovery on my Nexus 4.
There are steps I done to flash:
1. Boot into fastboot mode.
> fastboot reboot-bootloader
> fastboot erase recovery
> fastboot flash recovery *img. name*
> fastboot reboot
2. System booted up, so I shutdown phone.
3. Boot into fastboot mode again, then choosed "recovery mode"
And here is the problem: Instead of TWRP recovery, I have green Android with red triangle...
Could you help me? Is it bug or something?
Thanks in advance.
Greetings.
KSLevel11 said:
Hello!
I have weird problem with flashing TWRP recovery on my Nexus 4.
There are steps I done to flash:
1. Boot into fastboot mode.
> fastboot reboot-bootloader
> fastboot erase recovery
> fastboot flash recovery *img. name*
> fastboot reboot
2. System booted up, so I shutdown phone.
3. Boot into fastboot mode again, then choosed "recovery mode"
And here is the problem: Instead of TWRP recovery, I have green Android with red triangle...
Could you help me? Is it bug or something?
Thanks in advance.
Greetings.
Click to expand...
Click to collapse
After you flashed the recovery try rebooting straight to recovery instead of rebooting normally first.

Bricked ZE550KL 8gb rom version

Trying to root my zenfone 2 laser (ze550kl 8gb rom) got him bricked... I follow the steps perfectly but it accuses out of space. So i tried to unbricked by installing the stock rom following these steps:
Ok..try using this method..
-extract boot.img,recovery.img
-put rom on sd card
-enter fastboot mode
Enter this command
-fastboot erase boot
-fastboot erase recovery
-fastboot erase userdata
-fastboot erase system
-fastboot flash boot boot.img
-fastboot flash recovery recovery.img
-reboot into recovery
-try instal rom from sd card
-format factory device
-dont forget to pray for successful..
provided by Ichijou Raku on another thread
I try this with ZE550KL_WW_1.16.40.763, ZE550KL_WW_1.17.40.1234 and others but keeps showing the same error:
* Installing update...
* Device image SKU: WW
* OTA image: WW
* E:Error in / sideload/package.zip
* (Status 1)
* E: fota_return_code 408
* Installation aborted.
Anybody can help me?
ps: sorry for my bad english.
macgyver47 said:
Trying to root my zenfone 2 laser (ze550kl 8gb rom) got him bricked... I follow the steps perfectly but it accuses out of space. So i tried to unbricked by installing the stock rom following these steps:
Ok..try using this method..
-extract boot.img,recovery.img
-put rom on sd card
-enter fastboot mode
Enter this command
-fastboot erase boot
-fastboot erase recovery
-fastboot erase userdata
-fastboot erase system
-fastboot flash boot boot.img
-fastboot flash recovery recovery.img
-reboot into recovery
-try instal rom from sd card
-format factory device
-dont forget to pray for successful..
provided by Ichijou Raku on another thread
I try this with ZE550KL_WW_1.16.40.763, ZE550KL_WW_1.17.40.1234 and others but keeps showing the same error:
* Installing update...
* Device image SKU: WW
* OTA image: WW
* E:Error in / sideload/package.zip
* (Status 1)
* E: fota_return_code 408
* Installation aborted.
Anybody can help me?
ps: sorry for my bad english.
Click to expand...
Click to collapse
Can you post your recovery logs and updater-script?
Sent from my C2305 using Tapatalk
abhishekr700 said:
Can you post your recovery logs and updater-script?
Sent from my C2305 using Tapatalk
Click to expand...
Click to collapse
First of all, thank so much for your fast reply....
Im really sorry but i don't know how to do that... The recovery log i can see when i turn my phone on recovery mode, but is too much for me to type. Is that a way to get both recovery logs and updater-script from adb (fastboot)?
Thanks again.

[HOW TO] Root, Flash TWRP & Install busybox in YUOS Official - Android 6.0.1 Build

[HOW TO] Root, Flash TWRP & Install busybox in YUOS Official - Android 6.0.1 Build
First Flash YUOS from here
How to flash YUOS.
Flash images with Fastboot
Code:
Execute below commands in terminal
Connect device in fastboot mode
adb reboot bootloader
Check if device is detecting in fastboot mode
fastboot -i 0x1ebf devices
Unlock bootloader fastboot -i 0x1ebf oem unlock
Format User data
fastboot -i 0x1ebf format userdata
Flash kernel
fastboot -i 0x1ebf flash boot boot.img
Flash recovery
fastboot -i 0x1ebf flash recovery recovery.img
Flash system partition
fastboot -i 0x1ebf flash system system.img
Flash data partition
fastboot -i 0x1ebf flash userdata userdata.img
Reboot device
fastboot -i 0x1ebf reboot
WARNING: The stock boot image has dm-verity, which prevents you from booting if you swipe to enable system modifications!
Follow YU bootloader unlocking instructions here before you begin!
Download the latest TWRP .img for your device from twrp.me.
Use the same fastboot tool you downloaded in theYU unlock instructions to flash TWRP using the command:
fastboot flash recovery twrp-x.x.x-x.img
Click to expand...
Click to collapse
* Replace x.x.x-x with the actual version you are flashing!
Now you can either power off your phone and boot into recovery using the button combo [Volume Down] + [Power], or you can run this command in fastboot:
fastboot boot twrp-x.x.x-x.img
Click to expand...
Click to collapse
1. At this point, you will see the TWRP splash and reach a screen asking you if you want to allow system modifications.
By swiping right, you will trigger dm-verity, and if you don't follow step 4 you will be unable to boot!
If you are going to root your device or follow the rest of these steps, then it is safe to swipe right and enable modifications.
2. Only if you want internal storage or data to work in TWRP:
Go to [Wipe] -> [Format Data] (not advanced wipe) -> type "yes".WARNING: This will wipe your internal storage, disable encryption, and factory reset your phone!
Go to [Reboot] -> [Recovery].
3. Please consider backing up your stock boot partition in TWRP before proceeding to te next steps!
4. If you want to be rooted with SuperSU:
Download the latest SuperSU by Chainfire. OR Flash through TWRP this file.
Without exiting TWRP, transfer the SuperSU zip to your device over MTP* and flash it using [Install] in TWRP.-or-
If you only want a bootable system partition or writable data in TWRP:
Download dm-verity and force encryption disabler.
Without exiting TWRP, transfer no-verity-opt-encrypt.zip to your device over MTP* and flash it using [Install] in TWRP.
Go to [Reboot] -> [System].
Wait 2-5 minutes for your device to finish setting itself up.
To install busybox flash through TWRP this file >>>> this is recommended.
After rebooting to TWRP it will not ask for any password.
Took help from here & @h2o64 for guiding me.
This has been tried & tested by me on yureka.
Suggestions welcomed
YU FORUMS link
one million thank yous
thank you so much
I can confirm this is working on my moto e3 ( non-power )
keep doing what your doing you really helped
now I can get down to business with some cool root modifications!!!
Can we use Magisk instead of supersu.

Twrp 3.2 not work on wileyfox storm kipper

Hello,
I try to install new ROM on my wileyfox storm.
I forgot to backup the old ROM.
When I flash recovery with Twrp 3.2.x (all versions on Android developer), the recovery doesn't reboot correctly.
My phone information :
FASTBOOT MODE
PRODUCT_NAME - KIPPER
VARIANT - QRE eMMC
BOOTLOADER VERSION - kipper-N-g6dffaf3
BASEBAND VERSION -
SERIAL NUMBER - xxxxxx
SECURE BOOT - enabled
DEVICE STATE - unlocked
I can install twrp 3.0.x, but with this version I can't install all the custom ROM and the installation of GAPPS fail and the twrp reboot without any error message.
Please help me.
Thanks
Thomas
tested TWRP :
88839c45b0a7d2bf6d64d458b59bc254 *TWRP-2.8.7.0-kipper-blue-recovery.img => recovery not launch
031da5da7e96c55cf6d6dd7c427f5c44 *TWRP-2.8.7.0-kipper-recovery.img => recovery not launch
5a7019c140308aff75946b38ceae055f *twrp-3.0.2-1-kipper.img => recovery OK
936495c6ec995e8b375ad414ef2e8674 *TWRP-3.0.3.0-kipper.img => recovery OK
0dcd6636fd71d85ecb497d9c21ff761a *TWRP-3.2.1-0.img => recovery not launch
cf037bbe6e4f0266ddf70fe5a68fd999 *twrp-3.2.1-0-kipper-20180110.img => recovery not launch
01a2a04bf5ce789d9a08bd737c7518b5 *TWRP-3.2.2-0-kipper.img => recovery not launch
TWRP 3.1.0-0.img => not found on web
TWRP 3.1.1-1.img => not found on web
TWRP3.1.1-0.img => not found on web
For Gapps :
936495c6ec995e8b375ad414ef2e8674 *TWRP-3.0.3.0-kipper.img => impossible to install GAPPS
5a7019c140308aff75946b38ceae055f *twrp-3.0.2-1-kipper.img => impossible to install GAPPS
Only one ROM can be installed :
AospExtended-v5.8-kipper-20180926-1028-UNOFFICIAL.zip => but without gapps, it's useless and the GPS doesn't work
:crying::crying:
Thomas
OK i try another method.
Download CM from this site : https://cyanogenupdatetracker.com/downloads/
3c8ad411f960acee450ee3644503650e *cm-13.1.2-ZNH2KAS3NA-kipper-signed-fastboot-1eb4b5e94b.zip
unzip and launch this command manually
Code:
fastboot flash aboot emmc_appsboot.mbn
fastboot erase DDR
fastboot flash sbl1 sbl1.mbn
fastboot flash tz tz.mbn
fastboot flash hyp hyp.mbn
fastboot flash rpm rpm.mbn
fastboot flash modem NON-HLOS.bin
fastboot flash cache cache.img
fastboot erase splash
fastboot flash splash splash.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot reboot
Phone boot with the CM Recovery only
OK,
I tried to "apply update" with CM recovery and this file :
2a0d058f73d29a66be85d4b048a4562b *SW23-WF-KIPPER-CM-13.1.5-ZNH2KAS7EC-RECOVERY.zip
the phone boot and the gapps are already in the phone

Categories

Resources