Related
Hello Geeks
I need a big help from you guys
i have a problem with my O4x recovery functions (3e)
when i hold and press down (-) key and turn on power, i can go to Android System Recovery (3e).
when i tried to update custom ROM using *Apply update from Adb*, it is not working.
i have error message at the end after "adb sideload filename.zip", Installation Aborted.
i can't update anything from this. and my stock rom has crushed somehow.
any help or advice will be much appreciated
Big thanks in advance!
ydoubleun
anyone got experience with it?
please.
i will have a long night again
ydoubleun said:
anyone got experience with it?
please.
i will have a long night again
Click to expand...
Click to collapse
procedure to flash custom roms is:
1. root the device
2. flash CWM Recovery 6.0.3.1
3. unlock bootloader
4. flash any custom rom via recovery <install zip from sdcard> or via adb shell
gtdaniel said:
procedure to flash custom roms is:
1. root the device
2. flash CWM Recovery 6.0.3.1
3. unlock bootloader
4. flash any custom rom via recovery <install zip from sdcard> or via adb shell
Click to expand...
Click to collapse
it was rooted by this http://forum.xda-developers.com/showthread.php?t=2180688
if you wouldn't mind can you please share me a link or tutorial for me to go further?
Thanks mate
have a good day!
ydoubleun said:
it was rooted by this http://forum.xda-developers.com/showthread.php?t=2180688
if you wouldn't mind can you please share me a link or tutorial for me to go further?
Thanks mate
have a good day!
Click to expand...
Click to collapse
ok.
so you have a rooted device.
next step is to flash recovery.
download from there: http://clockworkmod.com/rommanager/
for device LG Optimus 4X HD
version 6.0.3.1 Download Touch Recovery img
give it a short name, for example recovery.img and copied in root of sdcard.
after that open terminal (install it if is not) an run following commands:
su
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
sync
then power off the device and try to get in recovery mode to see if it is all ok.
after that we see to unlock the bootloader.
BTW, i hope you have a Euro Open device...
Thanks again mate
i will try and update here once i got home..
appreciated your help too..
cheers!
after that open terminal (install it if is not) an run following commands:
su
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
sync
then power off the device and try to get in recovery mode to see if it is all ok.
after that we see to unlock the bootloader.
BTW, i hope you have a Euro Open device...
Click to expand...
Click to collapse
I m not too familiar with Terminal (dos)? can u make it clear a bit more? sorry for requesting noob question.
BtT mine is Singapore Singtel device.
thanks again
ydoubleun said:
I m not too familiar with Terminal (dos)? can u make it clear a bit more? sorry for requesting noob question.
BtT mine is Singapore Singtel device.
thanks again
Click to expand...
Click to collapse
first install from the Play Store - Android Terminal Emulator - on the phone
su - enable superUser mode
cat - replace stock recovery with new recovery
sync - save the modifications
gtdaniel said:
first install from the Play Store - Android Terminal Emulator - on the phone
su - enable superUser mode
cat - replace stock recovery with new recovery
sync - save the modifications
Click to expand...
Click to collapse
Oh that wouldn't work for my device right now.
i have a crash stock ROM ( i guess ). as when it goes to System startup wizard. i got the message *Setting has stopped*
i can't go further steps. that's why i m trying to flash a new Rom. but this Android system Recovery (3e) made me failed.
any idea bro?
thanks
ydoubleun said:
Oh that wouldn't work for my device right now.
i have a crash stock ROM ( i guess ). as when it goes to System startup wizard. i got the message *Setting has stopped*
i can't go further steps. that's why i m trying to flash a new Rom. but this Android system Recovery (3e) made me failed.
any idea bro?
thanks
Click to expand...
Click to collapse
you need to have a functional phone (software).
that means you have to install a stock rom for your device.
you need to go to <S/W Upgrade> mode
power off the phone
press <Vol Down>
keep press <Vol Down> and insert connector of USB cable conected to computer.
please read here more stuff: http://forum.xda-developers.com/showthread.php?t=2069723&highlight=kdz+update
gtdaniel said:
you need to have a functional phone (software).
that means you have to install a stock rom for your device.
you need to go to <S/W Upgrade> mode
power off the phone
press <Vol Down>
keep press <Vol Down> and insert connector of USB cable conected to computer.
please read here more stuff: http://forum.xda-developers.com/showthread.php?t=2069723&highlight=kdz+update
Click to expand...
Click to collapse
Great. i m gonna take a look when i got back home.
cheers.
ydoubleun said:
Great. i m gonna take a look when i got back home.
cheers.
Click to expand...
Click to collapse
I have my stock rom back.
Big thanks mate
ydoubleun said:
I have my stock rom back.
Big thanks mate
Click to expand...
Click to collapse
cool!
Now, if you want custom roms, go for it!
The steps are above...
help!!!
gtdaniel said:
you need to have a functional phone (software).
that means you have to install a stock rom for your device.
you need to go to <S/W Upgrade> mode
power off the phone
press <Vol Down>
keep press <Vol Down> and insert connector of USB cable conected to computer.
please read here more stuff: http://forum.xda-developers.com/showthread.php?t=2069723&highlight=kdz+update
Click to expand...
Click to collapse
need help I cant root my optimus I have android 4.0 ics and the way to root it is the system apk but it wont open the apk it doesnt stays open ive chacked everything is fine deb but it doesn work
gtdaniel said:
cool!
Now, if you want custom roms, go for it!
The steps are above...
Click to expand...
Click to collapse
Sure Daniel
that's what i wanna do
cheers.. (if anything goes wrong,i will come back here )
have a good day!
buhor said:
need help I cant root my optimus I have android 4.0 ics and the way to root it is the system apk but it wont open the apk it doesnt stays open ive chacked everything is fine deb but it doesn work
Click to expand...
Click to collapse
you manage to do rooting of your device?
btw Daniel, hows ram using after you flashed to CyanogenMod v10.1?
i am thinking to flash to CM10.1 too.
cheers
gtdaniel said:
ok.
so you have a rooted device.
next step is to flash recovery.
download from there: http://clockworkmod.com/rommanager/
for device LG Optimus 4X HD
version 6.0.3.1 Download Touch Recovery img
give it a short name, for example recovery.img and copied in root of sdcard.
after that open terminal (install it if is not) an run following commands:
su
cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1
sync
Click to expand...
Click to collapse
i have an error after typing *cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1 : no such file or directory
what is wrong in my command?
thanks
ydoubleun said:
i have an error after typing *cat /mnt/sdcard/recovery.img >/dev/block/mmcblk0p1 : no such file or directory
what is wrong in my command?
thanks
Click to expand...
Click to collapse
please check the name of file recovery.img
that file have to be in the root of sdcard and the name used in command <cat> have to be exactly the same with the name of the img file.
gtdaniel said:
please check the name of file recovery.img
that file have to be in the root of sdcard and the name used in command <cat> have to be exactly the same with the name of the img file.
Click to expand...
Click to collapse
I fixed it. Finally i got CyanogenMod:Nightly: and CWM Recovery 6.0.3.1
time to setup for first use!
thanks for all your guides!!!
see you around
My HTC says I have a OTA..... But once I download it tells me it will not install the update..... I am on stock 6.09.401.5.... with TWRP recovery and I am S-OFF. Please help
You need stock recovery to receive ota's.
LāvLab / HostileSlothRecords
I flashed the stock recovery and then It said I didn't have a update
LavLab said:
You need stock recovery to receive ota's.
LāvLab / HostileSlothRecords
Click to expand...
Click to collapse
Does any one have the OTA that I could flash in recovery?
mrandygets said:
I flashed the stock recovery and then It said I didn't have a update
Click to expand...
Click to collapse
mrandygets said:
Does any one have the OTA that I could flash in recovery?
Click to expand...
Click to collapse
https://drive.google.com/uc?export=download&confirm=fdk5&id=0B0Y8_3py-5kHcERLdmIzeDZqbjA
you need to be on stock recovery for this to work
put the file on your sdcard, go to stock recovery, hold volup, press power to get to the menu, and apply zip (or whatever it's called)
Thank you very much @nkk71
nkk71 said:
https://drive.google.com/uc?export=download&confirm=fdk5&id=0B0Y8_3py-5kHcERLdmIzeDZqbjA
you need to be on stock recovery for this to work
put the file on your sdcard, go to stock recovery, hold volup, press power to get to the menu, and apply zip (or whatever it's called)
Click to expand...
Click to collapse
mrandygets said:
Thank you very much @nkk71
Click to expand...
Click to collapse
no problem
worked out ok?
My wife's XT1064 has on OTA (22.46.12.en.US) available which is a Stagefright fix. It has downloaded but when it tries to apply the OTA it boots into TWRP and I have no frigging clue where the downloaded file is or if it can be applied through TWRP.
Any help would be greatly appreciated as I am unfamiliar with the Moto G's ins and outs.
Thanks.
You must have stock recovery and full unroot for apply the update
Is there no way to push this update via adb sideload?
woozie.2007 said:
You must have stock recovery and full unroot for apply the update
Click to expand...
Click to collapse
So how do I get stock recovery back? Unrooting shouldn't be too big of an issue I am thinking.
drwierdo said:
Is there no way to push this update via adb sideload?
Click to expand...
Click to collapse
Good question. The next question is if anyone knows and how to do it.
Trotter516 said:
So how do I get stock recovery back? Unrooting shouldn't be too big of an issue I am thinking.
Good question. The next question is if anyone knows and how to do it.
Click to expand...
Click to collapse
- YES - LOL but tbh if you're not sure of ins and outs you could do more damage than good in about phone in settings I need your LXB22.xx-xx version.
reefuge said:
- YES - LOL but tbh if you're not sure of ins and outs you could do more damage than good
Click to expand...
Click to collapse
Well I did pretty good with my Galaxy S, Nitro HD, OGP, and haven't borked my Zenfone 2 yet. I successfully unlocked the bootloader and rooted the phone but I know to take it slow and double-check everything before I click it. As long as I have instructions I am good.
Trotter516 said:
Well I did pretty good with my Galaxy S, Nitro HD, OGP, and haven't borked my Zenfone 2 yet. I successfully unlocked the bootloader and rooted the phone but I know to take it slow and double-check everything before I click it. As long as I have instructions I am good.
Click to expand...
Click to collapse
need your LXB version so i can point you to correct recovery
reefuge said:
need your LXB version so i can point you to correct recovery
Click to expand...
Click to collapse
LXB22.46-28
Thanks.
Trotter516 said:
LXB22.46-28
Thanks.
Click to expand...
Click to collapse
stock recovery and required files with my easy installer
download above zip and extract to pc
in extracted folder run motorla device manage 2.5.4 (installs correct mfastboot drivers) choose repair if already installed
install minimal adb v1.31
put phone into AP FASTBOOT MODE (hold power and volume down for 5 seconds and release )
run the flash stock recovery .bat file
choose option 1 then 2 then 4
IF phone does not reboot (stays black screen)
Go back into AP FASTBOOT mode
choose option 1,2,3,4
hope this helps
reefuge said:
stock recovery and required files with my easy installer
download above zip and extract to pc
in extracted folder run motorla device manage 2.5.4 (installs correct mfastboot drivers) choose repair if already installed
install minimal adb v1.31
put phone into AP FASTBOOT MODE (hold power and volume down for 5 seconds and release )
run the flash stock recovery .bat file
choose option 1 then 2 then 4
IF phone does not reboot (stays black screen)
Go back into AP FASTBOOT mode
choose option 1,2,3,4
hope this helps
Click to expand...
Click to collapse
Question: Will this wipe her phone?
Trotter516 said:
Question: Will this wipe her phone?
Click to expand...
Click to collapse
no unless you select option 3 factory reset - option 1 only wipes cache but NOT userdata
reefuge said:
no unless you select option 3 factory reset - option 1 only wipes cache but NOT userdata
Click to expand...
Click to collapse
So, how the procedure went? I have the same situation as you described (Stagefright available and my phone is rooted and running TWRP) and I'm just wondering if you faced any other trouble following the steps.
Thanks
reefuge said:
[stock recovery and required files with my easy installer[/URL]
download above zip and extract to pc
in extracted folder run motorla device manage 2.5.4 (installs correct mfastboot drivers) choose repair if already installed
install minimal adb v1.31
put phone into AP FASTBOOT MODE (hold power and volume down for 5 seconds and release )
run the flash stock recovery .bat file
choose option 1 then 2 then 4
IF phone does not reboot (stays black screen)
Go back into AP FASTBOOT mode
choose option 1,2,3,4
hope this helps
Click to expand...
Click to collapse
Hi, Will this work with XT1063 version with the same LXB (lxb22.46-28). Thanks in advance.
Rickchard said:
Hi, Will this work with XT1063 version with the same LXB (lxb22.46-28). Thanks in advance.
Click to expand...
Click to collapse
no as its recovery for xt1064 - if you replace the recovery with a xt1063 that would work
Would I lose my data stored in the internal memory if I unroot my moto g 2014?
BTW: I am rooted using the the stock firmware.
EDIT: Do I have to re-lock the boot-loader in other to successfully install last update?
Thanks man!
reefuge said:
stock recovery and required files with my easy installer
download above zip and extract to pc
in extracted folder run motorla device manage 2.5.4 (installs correct mfastboot drivers) choose repair if already installed
install minimal adb v1.31
put phone into AP FASTBOOT MODE (hold power and volume down for 5 seconds and release )
run the flash stock recovery .bat file
choose option 1 then 2 then 4
IF phone does not reboot (stays black screen)
Go back into AP FASTBOOT mode
choose option 1,2,3,4
hope this helps
Click to expand...
Click to collapse
I followed your instructions but update fails. It was rooted and with TWRP.
Will flash CyanogenMod soon so I don't care.
Rickchard said:
Hi, Will this work with XT1063 version with the same LXB (lxb22.46-28). Thanks in advance.
Click to expand...
Click to collapse
See my signature (blue) and posts #1 to #4 for xt106x versions
Hi,
I wanted to flash MM beta on my Mate S CR09. I succeded in flashing B145 and then when I tried flashing MM my phone is stack in bootloop on Huawei logo. I can go to recovery and go to menu flash via power + volume +/-. But every time i try this it shows "Software install failed".
What should i do to run my device ?
Regards
IgorFace said:
Hi,
I wanted to flash MM beta on my Mate S CR09. I succeded in flashing B145 and then when I tried flashing MM my phone is stack in bootloop on Huawei logo. I can go to recovery and go to menu flash via power + volume +/-. But every time i try this it shows "Software install failed".
What should i do to run my device ?
Regards
Click to expand...
Click to collapse
is the update.zip in your /dload/ folder??
brumgav said:
is the update.zip in your /dload/ folder??
Click to expand...
Click to collapse
it should be zip or unzip update.app ?
I have putted unzipp update.app
IgorFace said:
it should be zip or unzip update.app ?
I have putted unzipp update.app
Click to expand...
Click to collapse
I think you should put the update.zip in the /dload/ folder
but you need to extract that from the zip, if you open the zip file you will see a dload folder already, just put that at the root of your phone internal storage
brumgav said:
I think you should put the update.zip in the /dload/ folder
but you need to extract that from the zip, if you open the zip file you will see a dload folder already, just put that at the root of your phone internal storage
Click to expand...
Click to collapse
I did that already, but notification is still the same "software install failed" i tried to flash B145 and B114
IgorFace said:
I did that already, but notification is still the same "software install failed" i tried to flash B145 and B114
Click to expand...
Click to collapse
Try making sure the MM Beta update you down is just called update.zip and put that in /dload/
then go to settings...update...press menu and select local update....and then you can choose the update you want to apply
brumgav said:
Try making sure the MM Beta update you down is just called update.zip and put that in /dload/
then go to settings...update...press menu and select local update....and then you can choose the update you want to apply
Click to expand...
Click to collapse
I can't get into settings. My phone do not start
IgorFace said:
I can't get into settings. My phone do not start
Click to expand...
Click to collapse
Oh yes sorry.
Try placing the original download...named update.zip in /dload/ (don't extract any items from the zip) and then restart device whilst volume + and - is pressed at the same time
Also try a factory reset if you can't get passed boot...do that by pressing volume + when u restart
Also try downloading files again I've had corrupt downloads very often.
Read the threads about extracting boot.IMG, cust.IMG, system.IMG and recovery.IMG from the B145 update.app file using huaweiupdateextractor....it may help
brumgav said:
Oh yes sorry.
Try placing the original download...named update.zip in /dload/ (don't extract any items from the zip) and then restart device whilst volume + and - is pressed at the same time
Also try a factory reset if you can't get passed boot...do that by pressing volume + when u restart
Also try downloading files again I've had corrupt downloads very often.
Read the threads about extracting boot.IMG, cust.IMG, system.IMG and recovery.IMG from the B145 update.app file using huaweiupdateextractor....it may help
Click to expand...
Click to collapse
Could you do some small tutorial how to flash via fastboot ? I found this post and i don't know exacly what should i do:
bgx said:
I boot into fastboot and flash via fastboot cust.img, boot.img, recovery.img, system.img, data.img (Hope that I haven't forget something) from the B145 full firmware extracted with huawei extractor.
Then reboot and do a full factory reset with stock recovery.
Reboot and then do the partialupdate B303.
After that again full factory reset.
And then it worked!
Click to expand...
Click to collapse
How to do this ?
IgorFace said:
Could you do some small tutorial how to flash via fastboot ? I found this post and i don't know exacly what should i do:
How to do this ?
Click to expand...
Click to collapse
You can watch this video to see how to do it.
https://youtu.be/XslByDoP_p8
brumgav said:
You can watch this video to see how to do it.
https://youtu.be/XslByDoP_p8
Click to expand...
Click to collapse
Is there anyway to unlock my bootloader without access to dial ? I can't get my Product ID. In fastboot i've got notification Phone is locked
IgorFace said:
Is there anyway to unlock my bootloader without access to dial ? I can't get my Product ID. In fastboot i've got notification Phone is locked
Click to expand...
Click to collapse
Not that I know of...only possible in 5.1.1 or in the b321 update I think
brumgav said:
Not that I know of...only possible in 5.1.1 or in the b321 update I think
Click to expand...
Click to collapse
ok i have key, but now i dont know how to enable FRP because it's locked and i can't flash via fastboot
IgorFace said:
ok i have key, but now i dont know how to enable FRP because it's locked and i can't flash via fastboot
Click to expand...
Click to collapse
As far as I know, you need to go to settings and enable - OEM Unlock....but this option is only available in 5.1.1...its not available in B303 Beta...however it does return in B321 Beta.
However as you cant turn phone on you wont be able to get to settings...so you cant unlock bootloader
Hello,
My phone is in boot loop, my P8 Lite 2017 PRA-LX1 double sim Europe failed during root and since its bricked (nano sim + micro sim or one sim one micro sd).
Huawei is really hard to unbrick firstly its firmware is not user friendly.
On the box the book and the back face of the P8 I can read "model" = PRA-LX1 only nothing more but it seems this is not the complete model name ...
I am very noob but I unlocked the bootloader without anytrouble.
I tried to restore it via micro sd (dload) and via the fastboot but it failed in both way.
I don't know if I use well fastboot and Huawei Update Extractor.
I downloaded this one PRA-LX1C530B130 : update.hicloud.com:8180/TDS/data/files/p3/s15/G1458/g104/v85917/f1/full/update.zip
1. I unzip
2. I put the update.app in huawei update extractor
3. I right click and select extract all in a subfolder near the fastbootfolder on windows
4. I run fastboot flash recovery, boot and system
For the DLoad method I just put all the unzip files in sd card it completes but didnt change anything.
The result of the two method the P8 chain restarts after restarts at the huawei boot red logo it restarts.
I tried to boot on recovery (power + vol+) and then I tried wipe cache + wipe data/factory reset but it blocks at 99% and after 3 hours I turned it off ...
I tried to boot on erecovery (power + vol-&vol+) and I used the "download latest version and recovery" but it failed too
It seems I don't download the right firmware or something else.
I am desperate so please help me
please some help ?
How you can restore your device can be found here at the end of the thread.
ChinHon said:
How you can restore your device can be found here at the end of the thread.
Click to expand...
Click to collapse
I think you forgot the link ?
Sorry !
https://forum.xda-developers.com/p8...-to-root-huawei-p8-lite-2017-android-t3582179
With dload you can not instal the firmware. Only OTA, or how in root thread described.
ChinHon said:
Sorry !
https://forum.xda-developers.com/p8...-to-root-huawei-p8-lite-2017-android-t3582179
With dload you can not instal the firmware. Only OTA, or how in root thread described.
Click to expand...
Click to collapse
Thanks for the help provided !
But I am very noob, I downloaded all the B110 zips, should I extract them and then copy files in dload folder in sdcard then press power + vol- + vol+ , am I right of I miss something ?
Then what should I do ?
Thanks again !
No, make it as here described.
https://forum.xda-developers.com/p8...ei-p8-lite-2017-android-t3582179#post71670716
Thread update 07-12:
Another method:
ChinHon said:
No, make it as here described.
https://forum.xda-developers.com/p8...ei-p8-lite-2017-android-t3582179#post71670716
Thread update 07-12:
Another method:
Click to expand...
Click to collapse
So
1 I download : http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1458/g104/v75952/f1/full/update.zip unzip it then put the files in sdcard and try to flash power vol+ + vol- ?
2 I do the same with the other link unzipped ?
and then ?
Excuse me I don't want to bore/annoy you but I don't understand the instructions ...
Oh no, nothing unzip.
1. First flash with ADB TWRP Recovery.
2. Flash in TWRP the update.zip. The error message
ignore .
3. Then flash the other zip files .
4. Now flash with adb the stock recovery,
5. make a Factoryreset and
6. after the reboot receive a OTA update to B164.
ChinHon said:
Oh no, nothing unzip.
1. First flash with ADB TWRP Recovery.
2. Flash in TWRP the update.zip. The error message
ignore .
3. Then flash the other zip files .
4. Now flash with adb the stock recovery,
5. make a Factoryreset and
6. after the reboot receive a OTA update to B164.
Click to expand...
Click to collapse
Thanks again for your patience and your answers !
So firstly I downloaded prague311.img & flashed it.
Then I started in TWRP where I have 8 buttons.
for the 2. => I selected all zip files (4) and put them in sdcard then I selected in TWRP install : uptade.zip I let the option unticked
It returns me E:unknown command error & uptader process ended with error: 7 & error installing zip file '/external_sd/update.zip
3=> guess it was the error I had to ignore ? then I selected install and add more zip to flast the 3 other zips.
It returned me same error guess its not normal ?
should I continue ?
Thanks again for your patience !
The error should have been only with update.zip. Try the Reboot. If it does not start, it becomes difficult. Flash now the stock recovery, makes there a factoryreset. Flash then again TWRP and repeat the flashing update.zip and then the others. Then reboot.
ChinHon said:
The error should have been only with update.zip. Try the Reboot. If it does not start, it becomes difficult. Flash now the stock recovery, makes there a factoryreset. Flash then again TWRP and repeat the flashing update.zip and then the others. Then reboot.
Click to expand...
Click to collapse
sorry had a bigger problem, when you wrote flash recovery should I use fastboot flash recovery recovery stock.recovery.p8.lite.2017.img or the twrp methode ?
I did the fastboot => then disconnect the smartphone from computer => then power + vol+ => wipe data / factoryreset (succes) => select reboot + powerbutton => vol+ + power => fastboot flash recovery prague311.img => then disconnect the smartphone from computer => then power + vol+ => install update.zip => returns error => reboot power + vol+ and install the 3 other zip update_PRA-L31_hw_normal.zip => returns me the same error than before :/
Then the smartphones boots stuck on huawei red logo then I have Huawei eRecovery
Donload latest ... . . Reboot & Shutdown ...
Take this method from the root thread. It succeeds to 99%.
(How to unbrick your LX-1)
ChinHon said:
Take this method from the root thread. It succeeds to 99%.
(How to unbrick your LX-1)
Click to expand...
Click to collapse
Thanks again for your help !!
You forgot the link I think so.
https://forum.xda-developers.com/p8...ei-p8-lite-2017-android-t3582179#post71670716