adb sideload is not working (Android system recovery 3e) - LG Optimus 4X HD

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

Related

[How to] Root from stock 4.2.x in 1 minute

Since I've seen many people downgrade to 4.1.2 just to use unsecure kernel first and root then upgrade to 4.2 and some still wonder how to install root on latest stock android, here's easy steps for you:
1. Let's say you have just installed factory image from Google. You don't need unsecure kernel. Download SuperSU Binary for CWM to your tablet.
2. Reboot to bootloader (adb reboot bootloader)
3. Type: fastboot flash recovery xxxxxx.img (where xxxxxx.img will be the filename of your favorite recovery. I choose CWM Touch since it's working good)
4. Boot to recovery and install SuperSU Binaries.
5. Reboot and you are done! Now you have fully working root without modified unsecure kernel fast and easy.
Note: tested it twice and it works. Hope this clears some questions.
Hit thanks if that helped you.
Have a nice evening!
Edit: Works for all android versions.
Actually, you forgot to mention unlocking the bootloader.
OK...so I will still get OTA updates?
I can beat that
Code:
fastboot boot superboot.img
Wait for the bootanimation (the colorfull X) to show up, reboot (by holding the power button till it reboots if it got stuck at the anim) - DONE
mrao said:
OK...so I will still get OTA updates?
Click to expand...
Click to collapse
Fotakill.apk
mrao said:
OK...so I will still get OTA updates?
Click to expand...
Click to collapse
Yes unless you change any system apps or odex files.... If you don't want ota updates install from market fotakill.apk
I am not so sure about using adb commands etc I use the root kits and these work fine on 4.2 and 4.2.1
Sent from my LT15i using xda premium
Declan.Gao said:
Actually, you forgot to mention unlocking the bootloader.
Click to expand...
Click to collapse
Of course you must have unlocked bootloader first, as well as usb debugging if you wanna reboot via adb.
HellcatDroid said:
I can beat that
Code:
fastboot boot superboot.img
Wait for the bootanimation (the colorfull X) to show up, reboot (by holding the power button till it reboots if it got stuck at the anim) - DONE
Click to expand...
Click to collapse
This is not a competition. Just quick help for users.
mrao said:
OK...so I will still get OTA updates?
Click to expand...
Click to collapse
As long as you stay stock - yes.
Jack Barrett said:
This is not a competition. Just quick help for users.
Click to expand...
Click to collapse
Sorry Sir, usually UK folks carry a certain sense of humor with them.
Shall I undo (delete) my posting?
Cool...thanks...what i meant was that I wanted the OTA updates...that answers it..thanks
Jack Barrett said:
3. Type: fastboot flash recovery xxxxxx.img (where xxxxxx.img will be the filename of your favorite recovery. I choose CWM Touch 6.0.1.9 since it's working good)
Click to expand...
Click to collapse
My 2 cents:
sudo fastboot flash recovery xxxxxx.img
I was frustrated "Waiting for device ..."
linuxwarrior said:
My 2 cents:
sudo fastboot flash recovery xxxxxx.img
I was frustrated "Waiting for device ..."
Click to expand...
Click to collapse
1. Driver problems (sudo? I bet you use linux) or
2. Adb started already. Kill it.
Sent from my Nexus 7 using Tapatalk 2
Bump so noobs can stop struggle with nexus 7 toolkit and install sdk blah blah...

Help help help!! really urgent

I by mistakely wiped my data and system in twrp recovery and then i don't have any rom to flash and when i reboot it says no os installed!!
what to do please help!!!!!
udimars30 said:
I by mistakely wiped my data and system in twrp recovery and then i don't have any rom to flash and when i reboot it says no os installed!!
what to do please help!!!!!
Click to expand...
Click to collapse
read this
I forgot to put a ROM on my sdcard before wiping/flashing kernel and my phone won't boot now. How do I get a ROM on there?
If you have a nandroid backup on the phone, resore it. If you don't have a backup, copy the ROM you wanted to install to the phone via 'adb push rom-name.zip /data/media/rom-name.zip' Then flash as described above.
Or easier go to TWRP recovery ---advanced ----- and adb sideload
rambo12345 said:
read this
I forgot to put a ROM on my sdcard before wiping/flashing kernel and my phone won't boot now. How do I get a ROM on there?
If you have a nandroid backup on the phone, resore it. If you don't have a backup, copy the ROM you wanted to install to the phone via 'adb push rom-name.zip /data/media/rom-name.zip' Then flash as described above.
Or easier go to TWRP recovery ---advanced ----- and adb sideload
Click to expand...
Click to collapse
Can't do says error
udimars30 said:
Can't do says error
Click to expand...
Click to collapse
what exactly you cant do ?
adb push or adb sideload?
rambo12345 said:
what exactly you cant do ?
adb push or adb sideload?
Click to expand...
Click to collapse
both
when adb push
says adb out of date killing and then error: closed.
when sideload
says cannot read sideload
udimars30 said:
both
when adb push
says adb out of date killing and then error: closed.
when sideload
says cannot read sideload
Click to expand...
Click to collapse
do you have htc sync installed? and try few times with the same commands
rambo12345 said:
what exactly you cant do ?
adb push or adb sideload?
Click to expand...
Click to collapse
rambo12345 said:
do you have htc sync installed? and try few times with the same commands
Click to expand...
Click to collapse
no i don't have it installed
rambo12345 said:
do you have htc sync installed? and try few times with the same commands
Click to expand...
Click to collapse
can i still go into fastboot mode??
udimars30 said:
no i don't have it installed
Click to expand...
Click to collapse
ok you need to install htc sync
and take a look at here http://forum.xda-developers.com/showthread.php?t=2183942
rambo12345 said:
ok you need to install htc sync
and take a look at here http://forum.xda-developers.com/showthread.php?t=2183942
Click to expand...
Click to collapse
right now only i am looking at that but don't know what to do.
can i go into fastboot mode and return back to twrp??
udimars30 said:
right now only i am looking at that but don't know what to do.
can i go into fastboot mode and return back to twrp??
Click to expand...
Click to collapse
yes you can co back to recovery (twrp) , but why you need that?
rambo12345 said:
yes you can co back to recovery (twrp) , but why you need that?
Click to expand...
Click to collapse
downloaded htc sync and did with that but nothing still happened!
shows the same error
try all in one toolkit
http://forum.xda-developers.com/showthread.php?t=2183942
rambo12345 said:
try all in one toolkit
http://forum.xda-developers.com/showthread.php?t=2183942
Click to expand...
Click to collapse
can i relock bootloader and then flash stock ruu through the toolkit??
udimars30 said:
can i relock bootloader and then flash stock ruu through the toolkit??
Click to expand...
Click to collapse
yup
skinsfanbdh said:
yup
Click to expand...
Click to collapse
but i did that still the ruu doesn't flash or do i need to give a command??
Google is also an option...
Send from my awesome 1080p
you have to make sure it is the exact ruu for your device or you will get an error
Try to get into boot loader or recovery. Make sure the phone is under light and try resetting it by pressing power and volume down. The phone can not be in a dark room or this will not work. Then connect your phone to the computer. Navigate on your PC to where you have the Android platform tools. Now hold down SHIFT and right click in this folder where the platform tools are, and select open command prompt here. Type in "ADB devices" with no quotation marks. You should see your phone come up, it will probably be something like "HT something something" this is the serial number of your phone. If you see this continue. Make sure the ROM that you are trying to put on your phone is in the same folder when you held shift and right clicked. Now you need to type "ADB push" followed by the exact name of the ROM that you placed in the same folder as the platform tools. So it should be "ADB push ROM_NAME /sdcard" without the quotation marks. The /sdcard part tells the computer where to place the ROM on your phone. If you are able to do this, reboot into recovery and you should be able to flash the ROM from there. A side note, it could take anywhere from 1 to 5 or 6 minutes to push this ROM to your phone, roms for this phone are big files and they take a while to push in this way.
Sent from my HTC One using xda app-developers app
---------- Post added at 09:33 PM ---------- Previous post was at 09:31 PM ----------
You should also uninstall HTC Sync manager, this will not allow you to use the ADB commands
Sent from my HTC One using xda app-developers app
Hope you get this sorted out. If not, we need more info like where and when you bought the device what carrier your on, what firmware you had and what rom you were flashing. Also if your running windows and what version or mac/Linux.
Sent from my Tricked out HTC One

Paying for assistance in fixing my bricked phone

Paying $50 to whoever can help me fix my phone! my dad managed to soft brick his htc one, all i can do it on now is boot to the recover menu. im not very savvy in modding phones so i need someone to guide me step by step in fixing it! we can talk on skype and i can use my webcam to show you exactly what is happening with the phone. will pay $50 via paypal! add me on skype: Metricgear
Twizzly said:
Paying $50 to whoever can help me fix my phone! my dad managed to soft brick his htc one, all i can do it on now is boot to the recover menu. im not very savvy in modding phones so i need someone to guide me step by step in fixing it! we can talk on skype and i can use my webcam to show you exactly what is happening with the phone. will pay $50 via paypal! add me on skype: Metricgear
Click to expand...
Click to collapse
So I'm guessing your stuck in the bootloader. This should be a fairly easy fix. I'm not available for Skype at the moment but as I say should be an easy fix.So lets get some prerequisite's out of the way first.
Do you have access to a pc with working adb/fastboot?
I see the bootloader is unlocked, is it running a custom recovery and if so which one (name and version please)
Danny201281 said:
So I'm guessing your stuck in the bootloader. This should be a fairly easy fix. I'm not available for Skype at the moment but as I say should be an easy fix.So lets get some prerequisite's out of the way first.
Do you have access to a pc with working adb/fastboot?
I see the bootloader is unlocked, is it running a custom recovery and if so which one (name and version please)
Click to expand...
Click to collapse
ya i have fastboot, but to be honest im not entirely sure if it has a custom recovery or which one it would be if it does. it was several months ago that my dad bricked this phone and i only just found it stashed away recently :c
Twizzly said:
ya i have fastboot, but to be honest im not entirely sure if it has a custom recovery or which one it would be if it does. it was several months ago that my dad bricked this phone and i only just found it stashed away recently :c
Click to expand...
Click to collapse
Ok no problem follow my post here http://forum.xda-developers.com/showthread.php?p=57500278
The files linked will work for you so just follow the full post to get to get you backup and running
---------- Post added at 06:17 PM ---------- Previous post was at 05:53 PM ----------
Danny201281 said:
Ok no problem follow my post here http://forum.xda-developers.com/showthread.php?p=57500278
The files linked will work for you so just follow the full post to get to get you backup and running
Click to expand...
Click to collapse
Once your up and running if you want to go back to stock you can use this Nandroid Backup http://www.htc1guru.com/2013/11/stock-backup-3-23-666-1/
Alternatively you could use it instead of the Rom in my other post but the push is a little more complicated. Where as once the device e is booting you can just drop the nandroid in the correct folder using MTP on your pc.
hmmm
it wont install twrp
Twizzly said:
it wont install twrp
Click to expand...
Click to collapse
reboot the phone and try again
Twizzly said:
it wont install twrp
Click to expand...
Click to collapse
Check the Md5 of your download, you can get a checker tool here www.winmd5.com the correct MD5 is MD5sum: 72067aefb69541d40e8420d7aa46408d
If it doesn't match download it again :good:
Danny201281 said:
Check the Md5 of your download, you can get a checker tool here www.winmd5.com the correct MD5 is MD5sum: 72067aefb69541d40e8420d7aa46408d
If it doesn't match download it again :good:
Click to expand...
Click to collapse
the file size is correct in the screen shot, 9184 .. same as mine
so the phone already has clockwork mod installed, ive been trying to sideload the stock zip and after about 5 mins it gets to 100% but then fails :c
Twizzly said:
so the phone already has clockwork mod installed, ive been trying to sideload the stock zip and after about 5 mins it gets to 100% but then fails :c
Click to expand...
Click to collapse
yeah that's why we all tell you to flash TWRP
try > adb push rom.zip /sdcard/
the phone dosnt use sd cards, just tells me "error closed" if i try that command
Twizzly said:
the phone dosnt use sd cards, just tells me "error closed" if i try that command
Click to expand...
Click to collapse
lol... OK, good luck with your phone
Twizzly said:
the phone dosnt use sd cards, just tells me "error closed" if i try that command
Click to expand...
Click to collapse
Your device has an Internal Sd card. But that stock zip I'd not a Rom, you can't flash it like a Rom. It a Nandroid Backup so it needs to be restored using TWRP.
You need to get TWRP to flash, try updating your your adb/fastboot. You can check your current version by typing
Code:
adb version
In the command window. Latest is 1.0.31 :good:
Danny201281 said:
Latest is 1.0.31 :good:
Click to expand...
Click to collapse
1.0.32 is now available.
http://developer.android.com/sdk/installing/index.html
or
http://forum.xda-developers.com/showthread.php?t=2317790
alray said:
1.0.32 is now available.
http://developer.android.com/sdk/installing/index.html
or
http://forum.xda-developers.com/showthread.php?t=2317790
Click to expand...
Click to collapse
Thanks for the Heads-up [emoji4]
ok thanks for the help guys, i've done some research and im starting to understand what i need to do. now i still haven't had anyluck getting twrp onto the phone however. does anyone have any suggestions? all i get is "FAILED <remote: image update error> whenever i try :c
Twizzly said:
ok thanks for the help guys, i've done some research and im starting to understand what i need to do. now i still haven't had anyluck getting twrp onto the phone however. does anyone have any suggestions? all i get is "FAILED <remote: image update error> whenever i try :c
Click to expand...
Click to collapse
to flash twrp boot in bootloader/fastboot usb mode and flash trwp recovery:
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then boot in recovery and use adb push like the others suggested before:
Code:
adb push name_of_rom.zip /sdcard
and then install the rom, reboot and youre done.
alray said:
to flash twrp boot in bootloader/fastboot usb mode and flash trwp recovery:
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then boot in recovery and use adb push like the others suggested before:
Code:
adb push name_of_rom.zip /sdcard
and then install the rom, reboot and youre done.
Click to expand...
Click to collapse
This is what happens when i type "Fastboot flash recovery (filename).img also the phone freezes after the failed attempt and i have to restart it
Twizzly said:
This is what happens when i type "Fastboot flash recovery (filename).img also the phone freezes after the failed attempt and i have to restart it
Click to expand...
Click to collapse
what recovery version are you trying to flash and what is your MD5 on the recovery?

[Q] Htc Rooting Issue

So i was following this tutorial on youtube which showed me how to flash a custom image however, i have tried it but i keep getting this message pop up. Naturally, i followed everything the guy did and it got to: fastboot devices, fastboot flash recovery.img (the img name) and got this error. Please help me.
ChiefMustardo said:
So i was following this tutorial on youtube which showed me how to flash a custom image however, i have tried it but i keep getting this message pop up. Naturally, i followed everything the guy did and it got to: fastboot devices, fastboot flash recovery.img (the img name) and got this error. Please help me.
Click to expand...
Click to collapse
Right click the recovery image, click on rename. Name it recovery for simplicity. Put it in the folder where fastboot, adb etc. is.
Open cmd, direct it to your working folder. Type fastboot flash recovery recovery.img Not recovery .img.img
What next?
James L said:
Right click the recovery image, click on rename. Name it recovery for simplicity. Put it in the folder where fastboot, adb etc. is.
Open cmd, direct it to your working folder. Type fastboot flash recovery recovery.img Not recovery .img.img
Click to expand...
Click to collapse
So i have followed these steps and it came to the attachment below. How do i get supersu onto my htc and is it definately rooted now?
ChiefMustardo said:
So i have followed these steps and it came to the attachment below. How do i get supersu onto my htc and is it definately rooted now?
Click to expand...
Click to collapse
It seems you are still typing the wrong thing. Type in:
Code:
fastboot flash recovery recovery.img
Just copy/paste the above code in your command prompt.
That is just to get the custom recovery TWRP on your phone.
Next download the SuperSU app and you will see a # symbol in your notifications to let you know you need to download the su binaries.
Choose the TWRP option and it will reboot the phone to TWRP recovery.
It may restart after it is done or you will have to press Back and choose Reboot then System. I just did this and I received an error in TWRP. I simply rebooted and SuperSU is working perfect and I have root access.
blaqueknight said:
It seems you are still typing the wrong thing. Type in:
Code:
fastboot flash recovery recovery.img
Just copy/paste the above code in your command prompt.
That is just to get the custom recovery TWRP on your phone.
Next download the SuperSU app and you will see a # symbol in your notifications to let you know you need to download the su binaries.
Choose the TWRP option and it will reboot the phone to TWRP recovery.
It may restart after it is done or you will have to press Back and choose Reboot then System. I just did this and I received an error in TWRP. I simply rebooted and SuperSU is working perfect and I have root access.
Click to expand...
Click to collapse
The custom image worked but ... I do not have a twrp option. I have:
HBOOT <-------- i chose this then recovery and the phone loaded. I then installed supersu and launched it but it said there is no su binary installed, and supersu cannot install it. this is a problem!
if you just upgraded to android 4.3, you need to manually re-root - consult the relevant forums for your device. <---- I have not upgraded. Please Help
RAMDUMP
REBOOT
REBOOT FASTBOOT <-------- I am guessing it is this one?
POWER DOWN
ChiefMustardo said:
The custom image worked but ... I do not have a twrp option. I have:
HBOOT
RAMDUMP
REBOOT
REBOOT FASTBOOT <-------- I am guessing it is this one?
POWER DOWN
Click to expand...
Click to collapse
No, that will just reboot back into fastboot mode.
You have two options:
1. Press the Power button from that screen you just mentioned and click on the RECOVERY option
2. When you are in the OS type in the code below
Code:
adb reboot recovery
blaqueknight said:
No, that will just reboot back into fastboot mode.
You have two options:
1. Press the Power button from that screen you just mentioned and click on the RECOVERY option
2. When you are in the OS type in the code below
Code:
adb reboot recovery
Click to expand...
Click to collapse
Sorry to be so stupid but how do i get into the os?
ChiefMustardo said:
Sorry to be so stupid but how do i get into the os?
Click to expand...
Click to collapse
No, it's not stupid. I shouldn't have said it like that. Just turn the phone on, basically. I'm referring to the Android OS where you can use adb.
blaqueknight said:
No, it's not stupid. I shouldn't have said it like that. Just turn the phone on, basically. I'm referring to the Android OS where you can use adb.
Click to expand...
Click to collapse
So once i have turned the phone back on i input the code you gave me into cmd? <------ Did this and got this.
ChiefMustardo said:
So once i have turned the phone back on i input the code you gave me into cmd? <------ Did this and got this.
Click to expand...
Click to collapse
This is what i got
ChiefMustardo said:
This is what i got
Click to expand...
Click to collapse
I've seen that before. It usually means you have more than one adb.exe or it could really just be out of date. HTC Sync Manager and WinDroid both come with their own adb. I got rid of those two and the problem went away.
Type in the command prompt, in the same folder as adb.exe
Code:
adb version
The newest one is 1.0.32, just to rule out you don't have an older version.
blaqueknight said:
I've seen that before. It usually means you have more than one adb.exe or it could really just be out of date. HTC Sync Manager and WinDroid both come with their own adb. I got rid of those two and the problem went away.
Type in the command prompt, in the same folder as adb.exe
Code:
adb version
The newest one is 1.0.32, just to rule out you don't have an older version.
Click to expand...
Click to collapse
Yup i have that version. Shall i delete htc sync manager?
ChiefMustardo said:
Yup i have that version. Shall i delete htc sync manager?
Click to expand...
Click to collapse
If you don't use it, yes.
blaqueknight said:
If you don't use it, yes.
Click to expand...
Click to collapse
I have deleted now how do i sort it out because
adb reboot recovery didn't work last time. I have done adb reboot recovery and it started up the daemon rebooted the device. Now what do i do?
ChiefMustardo said:
I have deleted now how do i sort it out because
adb reboot recovery didn't work last time. I have done adb reboot recovery and it started up the daemon rebooted the device. Now what do i do?
Click to expand...
Click to collapse
I told you what to do in post #4.
I just said reboot into recovery to make sure you have TWRP installed
Next download the SuperSU app and you will see a # symbol in your notifications to let you know you need to download the su binaries.
Choose the TWRP option and it will reboot the phone to TWRP recovery.
It may restart after it is done or you will have to press Back and choose Reboot then System. I just did this and I received an error in TWRP. I simply rebooted and SuperSU is working perfect and I have root access.
blaqueknight said:
I told you what to do in post #4.
I just said reboot into recovery to make sure you have TWRP installed
Next download the SuperSU app and you will see a # symbol in your notifications to let you know you need to download the su binaries.
Choose the TWRP option and it will reboot the phone to TWRP recovery.
It may restart after it is done or you will have to press Back and choose Reboot then System. I just did this and I received an error in TWRP. I simply rebooted and SuperSU is working perfect and I have root access.
Click to expand...
Click to collapse
Sorry about the hassle. The reason why supersu isn't working is because bellend here has a phone running 4.4.3. How do i go about sorting out that issue?
ChiefMustardo said:
Sorry about the hassle. The reason why supersu isn't working is because bellend here has a phone running 4.4.3. How do i go about sorting out that issue?
Click to expand...
Click to collapse
It's no hassle, I just wanted to point that out to you.
Are you sure it is 4.4.3 or are you referring to an error message? Our phone should be 4.4.2. Even though one of the custom ROMs says 4.4.4.
blaqueknight said:
It's no hassle, I just wanted to point that out to you.
Are you sure it is 4.4.3 or are you referring to an error message?
Click to expand...
Click to collapse
It is i checked. I followed this guide instead http://forum.xda-developers.com/desire-510/general/guide-how-to-unlock-install-recovery-t2988292 and i launched it and it said this version is a development build and it ran. Now should it be rooted or is there another step i have to do? I just did root checker and it said that the root has been installed correctly
Thank you all. You have been a great help and i am hugely beyond belief grateful. The root has worked.

Installing OTA on rooted XT1064

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

Categories

Resources