[SCRIPT] Recovery Flashing Script - One (M8) Android Development

Hello Guys! I made this little script for the people that dont know adb/fastboot commands and want to install a custom recovery
This will ONLYwork on UNLOCKED bootloaders.
Make sure "USB-Debugging" is enabled and adb/fastboot drivers have been properly installed
DISCLAIMER: I am not responsible for bricked devices or nuclear warfare. I made this simple script for those who can follow simple instructions.
1st. Download the Recovery Flashing script from here: http://goo.gl/ZtaUFe
2. Unzip the files to a folder on your desktop, or where ever you would like, just remember where you unzipped it to.
3. Download the recovery of your choice:
[m8][CWM Advanced Edition] PhilZ Touch: http://forum.xda-developers.com/showthread.php?t=2703223
OR
[RECOVERY][m8] TWRP 2.7.0.0 touch recovery: http://forum.xda-developers.com/showthread.php?t=2717932
4. Place the recovery you downloaded in the previous step into the folder you unzipped the Recovery Flashing script.
5. Rename the recovery you downloaded to Recovery that way it appears as "Recovery.img" in the folder. If it has and extra ".img" at the end, it will fail to flash.
6. After you have done all the steps above, Simply click the "Recovery-Flasher.bat" and follow its instructions it presents, If you have done everything correctly you phone will boot into recovery at the end of the script
I hope this has made life a little easier for our new comers. Please dont forget to hit the thanks button!!! :good::good::good:

Changelog:
V1.1- Added "Fastboot erase cache" after flashing recovery.

can you add this command after flashing custom recovery?
fastboot erase cache
thanks

monyozt said:
can you add this command after flashing custom recovery?
fastboot erase cache
thanks
Click to expand...
Click to collapse
Yes I sure will. I'll get it done tomorrow and update the OP
Sent from my HTC One_M8 using XDA Premium 4 mobile app

I don't use a PC /Laptop can I do this on my phone I'm unlocked bootloader but no recovery or root yet.
Sent from my Nexus 7 using Tapatalk

jonny68 said:
I don't use a PC /Laptop can I do this on my phone I'm unlocked bootloader but no recovery or root yet.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Sorry but you will need a window pc to use this tool. You can download one of the recoveries in the OP then use the app Flashify in the play store to flash the recovery .
Sent from my HTC One_M8 using XDA Premium 4 mobile app

monyozt said:
can you add this command after flashing custom recovery?
fastboot erase cache
thanks
Click to expand...
Click to collapse
Done

I'm open to any request guys ?
Sent from my HTC One_M8 using XDA Premium 4 mobile app

rpomponio said:
Sorry but you will need a window pc to use this tool. You can download one of the recoveries in the OP then use the app Flashify in the play store to flash the recovery .
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks I've no PC just a tablet and not rooted yet so Flashify won't work
Sent from my Nexus 7 using Tapatalk

Rooted now so can use flashify
Sent from my Nexus 7 using Tapatalk

jonny68 said:
Rooted now so can use flashify
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
Yes, as long as your rooted, your good to go

@Root-Maniac
What would it take to make either recovery of choice a flashable zip file to be flashed wile in a custom recovery

Related

Deleted OS by mistake ($35 for who can help fix)

Offering $35 paypal if anyone can give me step by step and download links on how to fix this!
I pretty much messed up my HTC One and I cant even load the phone anymore (phone just freezes at HTC One Logo when I power it on, never goes away) I'm also pretty new to this so simple steps will be appreciated..
Info on Phone :
Carrier : Telus (Canada)
***TAMPERED***
***UNLOCKED***
M7_UL PVT SHIP S-ON RH
HBOOT-1.44. 0000
RADIO-4A.14.3250.13
OpenDSP-v26.120.274.0202
eMMC-boot
May 4 2013,14:48:26:-1
if this helps anyway.. Im going to bed for the day its 1am been doing this since 5PM!
Have you got a custom recovery installed?
Sent from my Nexus 4 using xda app-developers app
andyabc said:
Have you got a custom recovery installed?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Try to avoid asking questions like these instead just be like try setting up ________ by doing ______ and _________
but yes i do i have TWRP atm
No need for any $ at all.. Just
1. boot to TWRP.(Put off phone then power it on while pressing volume down)
2. Select Advance
3. Select ADB Sideload
4. Enable adb sideload
5. Copy a flashable zip of any custom ROM you want here in xda into the same folder as your adb.
6. Open command prompt and navigate into your adb folder.
7. type the command
adb sideload <filename of the ROM you want to flash>
Click to expand...
Click to collapse
example
adb sideload cm10.1.zip
Click to expand...
Click to collapse
8. Do a factory reset(format cache & data only)
9. Boot your phone
Preferred ROMs.
1. http://forum.xda-developers.com/showthread.php?t=2192324 - Trickdroid
2. http://forum.xda-developers.com/showthread.php?t=2202696 - Renovate
Riyal said:
No need for any $ at all.. Just
1. boot to TWRP.
2. Select Advance
3. Select ADB Sideload
4. Enable adb sideload
5. Copy a flashable zip of any custom ROM you want here in xda into the same folder as your adb.
6. Open command prompt and navigate into your adb folder.
7. type the command
example
8. Do a factory reset(format cache & data only)
9. Boot your phone
Click to expand...
Click to collapse
Exactly what I was thinking BUT you did it in the wrong order, you have to wipe the data, dalvik cache and the cache partition and then do sideload.
Order is important or the device will not go anywhere.
Sent from my Nexus 4 using xda app-developers app
Wiping data & cache is fine in any order as long as you wipe it before you boot the phone on normal mode It won't have any issues as long as you're still in recovery.
He can also copy the rom into sd with the code:
Code:
adb push name_of_rom.zip /sdcard/
and flash it
Riyal said:
No need for any $ at all.. Just
1. boot to TWRP.(Put off phone then power it on while pressing volume down)
2. Select Advance
3. Select ADB Sideload
4. Enable adb sideload
5. Copy a flashable zip of any custom ROM you want here in xda into the same folder as your adb.
6. Open command prompt and navigate into your adb folder.
7. type the command
example
8. Do a factory reset(format cache & data only)
9. Boot your phone
Preferred ROMs.
1. http://forum.xda-developers.com/showthread.php?t=2192324 - Trickdroid
2. http://forum.xda-developers.com/showthread.php?t=2202696 - Renovate
Click to expand...
Click to collapse
andyabc said:
Exactly what I was thinking BUT you did it in the wrong order, you have to wipe the data, dalvik cache and the cache partition and then do sideload.
Order is important or the device will not go anywhere.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Riyal said:
Wiping data & cache is fine in any order as long as you wipe it before you boot the phone on normal mode It won't have any issues as long as you're still in recovery.
Click to expand...
Click to collapse
Guich said:
He can also copy the rom into sd with the code:
Code:
adb push name_of_rom.zip /sdcard/
and flash it
Click to expand...
Click to collapse
Hi greetings
i am not as good as you people
but dont you feel you all missed an important step at the end about flashing boot.img
extract the rom which you flash in pc and copy the boot.img file to abd folder.
now boot the phone into bootloader/ fastboot and connect to pc vai cable
your phone must show now fastboot USB in red
now type the following code
fastboot flash boot boot.img
Click to expand...
Click to collapse
I have never used htc one nor the sideload command but i think we being s-on we need to flash the boot.img manually
someone correct me if iam wrong
regards
shrex said:
Hi greetings
i am not as good as you people
but dont you feel you all missed an important step at the end about flashing boot.img
extract the rom which you flash in pc and copy the boot.img file to abd folder.
now boot the phone into bootloader/ fastboot and connect to pc vai cable
your phone must show now fastboot USB in red
now type the following code
I have never used htc one nor the sideload command but i think we being s-on we need to flash the boot.img manually
someone correct me if iam wrong
regards
Click to expand...
Click to collapse
With the One, we don't need flash the boot.img manually.
Recovery flash it with the zip
And we're s-on
Guich said:
With the One, we don't need flash the boot.img manually.
Recovery flash it with the zip
And we're s-on
Click to expand...
Click to collapse
hi
greetings,
you mean just like enabling smartflash in 4ext recovery for htc sensation ?
shrex said:
hi
greetings,
you mean just like enabling smartflash in 4ext recovery for htc sensation ?
Click to expand...
Click to collapse
There isn't the 4ext recovery, but the function is simil
So, we can flash only the zip.
Sent from One with Tapa4 Beta
Guich said:
There isn't the 4ext recovery, but the function is simil
So, we can flash only the zip.
Sent from One with Tapa4 Beta
Click to expand...
Click to collapse
Hi,
Im not sure if this works the same way like on HTC One S in example, but can't you just flash the stock rom using the related flashtool (or fastboot). Then root and install whatever you want...
Edit : I did this on several HTC phones I got for repair and it should work the same way - assuming HTC already released an stock Rom package.
I will do some research and report back. You can pm me and add me on gtalk.
Edit again: I found a stock rom package.
Gesendet von meinem XT910 mit Tapatalk 2
Riyal said:
Wiping data & cache is fine in any order as long as you wipe it before you boot the phone on normal mode It won't have any issues as long as you're still in recovery.
Click to expand...
Click to collapse
If you don't do the wiping first then a few files will be left over and you could wipe important files of that new custom rom.
Sent from my Nexus 4 using xda app-developers app
---------- Post added at 02:18 PM ---------- Previous post was at 02:15 PM ----------
shrex said:
Hi greetings
i am not as good as you people
but dont you feel you all missed an important step at the end about flashing boot.img
extract the rom which you flash in pc and copy the boot.img file to abd folder.
now boot the phone into bootloader/ fastboot and connect to pc vai cable
your phone must show now fastboot USB in red
now type the following code
I have never used htc one nor the sideload command but i think we being s-on we need to flash the boot.img manually
someone correct me if iam wrong
regards
Click to expand...
Click to collapse
Most of the XDA community who uses Fastboot and ADB all know that including myself.
Sent from my Nexus 4 using xda app-developers app

[Q] Bootloop after going GPE to a 4.4 Rom

A couple of months back I flashed my HTC One to a GPE Rom and then updating using OTA to Android 4.3 which was working fine.
Upon finding this: http://forum.xda-developers.com/showthread.php?t=2356654
I wanted to flash to 4.4 using it. I followed instructions and it said it installed fine.
However I'm no stuck in a boot loop.
I get the "HTc quietly brilliant" screen and then it reboots, and this loops.
I can hold down vol button and then select recovery but as soon as I do it reboots and I cannot get into recover. I've tried a few adb commands like adb reboot recovery etc. and it just says device not found. Any tips?
Is your bootloader unlocked? Custom or stock recovery?
Sent from my HTC One using Tapatalk
Ivanovic said:
Is your bootloader unlocked? Custom or stock recovery?
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Before doing the flashing I was bootloader unlocked and was using clockwork mod if that is what you're asking.
You flashed a custom Google edition Rom or your converted your phone to Google edition (change cid,stock Rom,stock recovery) ?
Sent from my HTC One using Tapatalk
Ivanovic said:
You flashed a custom Google edition Rom or your converted your phone to Google edition (change cid,stock Rom,stock recovery) ?
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
I didn't change anything, just flashed a Rom to make it a GPE. I just installed clockwork mod and flashed the rom.
this is the name of the rom I used
bigxie_m7_GPe_JWR66V_odexed-signed
Maybe the 4.4 you flashed isn't compatible. I suggest you flash back that Rom or restore your nandroid backup if any
Sent from my HTC One using Tapatalk
Ivanovic said:
Maybe the 4.4 you flashed isn't compatible. I suggest you flash back that Rom or restore your nandroid backup if any
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
How can I do this if my phone won't go into recovery and just keeps looping to boot screen?
Reflash cwm or twrp. You need the latest version.
Then flash again ARHD 5.1 Rom and make sure you full wipe.
Sent from my HTC One using Tapatalk
Ivanovic said:
Reflash cwm or twrp. You need the latest version.
Then flash again ARHD 5.1 Rom and make sure you full wipe.
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Same here. I even dunno how to flash a new recovery...i don´t have any access to the phone - only hboot...
Boot to bootloader. Choose fastboot and then connect your phone to PC.
Next step is to download the latest version of your favorite custom recovery and place it inside the fastboot folder. Open a command window and write fastboot devices to check that fastboot is working and then write the following:
Fastboot flash recovery filename.img
Sent from my HTC One using Tapatalk
Ivanovic said:
Boot to bootloader. Choose fastboot and then connect your phone to PC.
Next step is to download the latest version of your favorite custom recovery and place it inside the fastboot folder. Open a command window and write fastboot devices to check that fastboot is working and then write the following:
Fastboot flash recovery filename.img
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Ok,but there´s a little problem : ABD couldn´t find my device..
Download the latest HTC drivers. There are in the android development sub forum
Sent from my HTC One using Tapatalk
Ivanovic said:
Download the latest HTC drivers. There are in the android development sub forum
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Puh...recovery works again.Thanks ! But I got another question : Is it possible to flash a ROM directly by using ADB ?
No. But you can use adb to transfer a Rom to your sdcard using adb push command
Sent from my HTC One using Tapatalk
Ivanovic said:
No. But you can use adb to transfer a Rom to your sdcard using adb push command
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
Like discribed in this thread ?
http://forum.xda-developers.com/showthread.php?t=1667929
Yes, that is the way to so it
Sent from my HTC One using Tapatalk
Ivanovic said:
Yes, that is the way to so it
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
It won´t work...
I´m not able to mount/unmount system with theTWPR 2.6.3.0...but it´s the only recovery that works. I couldn´t even find the right cwm recovery...damn...
I'm was having the exact same problem, and I believe it's because you're S-ON like I am (says in the first green line of the bootloader)
Problem is try as I might (rum runner, Moonshine, revone) I cannot for the life of me get my phone S-OFF
Rum runner tells me there is no adb connection to the device, yet moonshine has no problem there and it's driving me nuts.
Until you can get S-OFF (and if you manage it let me know how) you'll more than likely have bootloop issues with that ROM
DiCR7 said:
I won´t work...
I´m not able to mount/unmount system with theTWPR 2.6.3.0...but it´s the only recovery that works. I couldn´t even find the right cwm recovery...damn...
Click to expand...
Click to collapse
Make sure adb works and write the paths correctly. What kind of error did you get?
Sent from my HTC One using Tapatalk
Ivanovic said:
Make sure adb works and write the paths correctly. What kind of error did you get?
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
This one seems to be proper :
C:\Program Files\Minimal ADB and Fastboot>adb push Android_Revolution_HD-One_4.1
_GE.zip /sdcard/Android_Revolution_HD-One_4.1_GE.zip
2282 KB/s (452221989 bytes in 193.456s)
..but after that,,,unable to open the zip file..and the best - the zip file has gone!!
Hmm..with TWPR I´m not able to mount the sdcard..maybe thats the failure...

[Q] Help! Rooting moto X 4.4 Sprint

I have unlocked bootloader. Upgraded to 4.4 on Sprint. What do I need to do to Root this thing?
Install twr
Sent from my XT1056 using xda app-developers app
Orsini said:
Install twr
Sent from my XT1056 using xda app-developers app
Click to expand...
Click to collapse
I flashed it using the info from (android. gs/install-twrp-recovery-moto-x- android-4-4- kitkat)
Am I using the correct one? And after that when I try to boot to recovery, nothing happens.
Do it like so
1. Put phone in bootloader
2. Type mfastboot flash recovery name of img.img
3. Then type adb reboot recovery
4. Then install supersu via flashable zip or from the market place
But right after you flash the custom recovery you have to boot into the recovery before you let the device boot up or the recovery won't work.
How this helps
Sent from my XT1056 using XDA Premium 4 mobile app
dray_jr said:
Do it like so
1. Put phone in bootloader
2. Type mfastboot flash recovery name of img.img
3. Then type adb reboot recovery
4. Then install supersu via flashable zip or from the market place
But right after you flash the custom recovery you have to boot into the recovery before you let the device boot up or the recovery won't work.
How this helps
Sent from my XT1056 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thank you again for responding.
I am fairly familiar with using CMD and commands but I think I am missing a step. Dont I need to have the window open that contains certain files? I am running windows 8.
Right after I flash the fastboot image I get several options when I do the "hold power and down volume" and none of them mention twrp recovery. It just says "recovery". Is that normal?
Yes click the down volume until recovery is highlighted and then hit volume up to select it but you can just type in the cmd window adb reboot recovery and it will boot into recovery
Sent from my XT1056 using XDA Premium 4 mobile app
dray_jr said:
Yes click the down volume until recovery is highlighted and then hit volume up to select it but you can just type in the cmd window adb reboot recovery and it will boot into recovery
Sent from my XT1056 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
here is my results. (picture attached). Does that look right?
No pic. What progress are you trying to display exactly?
enigmanate said:
here is my results. (picture attached). Does that look right?
Click to expand...
Click to collapse
It worked! The step where I was making the mistake was not booting into recovery immediately after flashing,
Thank you again!!:good:
enigmanate said:
It worked! The step where I was making the mistake was not booting into recovery immediately after flashing,
Thank you again!!:good:
Click to expand...
Click to collapse
This has been a very common problem lately glad you got it working
Sent from my XT1056 using XDA Premium 4 mobile app

ktu84m UpDater

Edit, your bootloader must be unlocked to use this. If your bootloader is not already unlocked, unlocking it will wipe your data and this method is not recommended.
This is a modified factory image that will not erase your user data or custom recovery. This can be used even if you’re rooted and with modified system files, xposed framework, or custom recovery. Once installed you will lose root, just flash supersu in your custom recovery. Xposed should still be on your device so just go into the app and re-install it. For any modified system files, you will have to re-modify those.
This is intended for those on the stock rom, rooted, and with a custom recovery. It’ll work if you have a custom rom but will put the stock system on.
I am not responsible for anything you do to your device so flash at your own risk. Always backup before doing any significant changes to your device. I would recommend off your device in case something happens
.
To use, download the modified factory image here http://d-h.st/OEl Use 7-zip or winrar to extract the files.
Mirror https://mega.co.nz/#!EVQyiaSR!sUIKUSR40EQSbL2p6OaOZq2NBxrWs0opbc6IbgbGVvI
Supersu by chainfire can be found here, CWM / TWRP / MobileODIN installable ZIP: http://download.chainfire.eu/supersu
Boot into the bootloader. From a cmd window opened where the flash-all file is just type flash-all. You can use shift, right click on the hammerhead-ktu85m-Modified folder to open a command window in the correct folder.
You can also just double click on the flash-all.bat
This is tested on a windows machine; however it should work on a Mac too, flash the flash-all.sh.
Gonna give this a shot
So far, so good. I just flashed jd1639's modified factory image using the provided instructions. Please note, there is a bit of a pause during the process, in all, it took around 78 seconds to complete. My N5 now says Android is upgrading. I'm in ART mode, so this will take a while. I will edit this post once it is completely up and running.
Thanks jd1639!
UPDATE: Everything seems to work fine, however my signal levels are not reporting as high as they were with the .17 baseband on Sprint. So I guess I won't have LTE in my office at all!
Any chance of a zip file to flash from custom recovery
Code_Blue N5
i'm getting fastboot is not recognized as internal or external command:??? Any ideas?
---------- Post added at 05:46 PM ---------- Previous post was at 05:30 PM ----------
Not working!... typed flash-all
fastboot is not rfecogniczed as internal or external command
MandoH said:
i'm getting fastboot is not recognized as internal or external command:??? Any ideas?
Click to expand...
Click to collapse
You don't have fastboot set up.
Edit, just double click on flash-all.bat. See if that works
Sent from my Nexus 5 using XDA Free mobile app
Does it work for D821 ?
When tried downloading, it says not available for my country..(India)
Sent from my Nexus 5 using XDA Free mobile app
double clicked and still samething persist.. any suggestions?
Is it okay to flash this with a custom kernel installed?
MandoH said:
double clicked and still samething persist.. any suggestions?
Click to expand...
Click to collapse
Install minimal adb & fastboot from this thread http://forum.xda-developers.com/showthread.php?t=2317790
Extract the rar folder of the ktu84m image to the install folder containing fastboot.exe
Run the flash-all.bat. It should now work
This will flash the stock 4.4.3 kernel.
Sent from my Nexus 5 using Tapatalk
confirmed working on Mac OS X, thanks jd1639!
trd360 said:
Is it okay to flash this with a custom kernel installed?
Click to expand...
Click to collapse
It'll work but will replace your kernel
worked perfectly on first try...window 8...thanks for this brother
trd360 said:
Is it okay to flash this with a custom kernel installed?
Click to expand...
Click to collapse
Same question (more specifically with Franco Kernel)?
Creed0 said:
Same question (more specifically with Franco Kernel)?
Click to expand...
Click to collapse
Yes, but it'll put the stock kernel on
hikarugo said:
Install minimal adb & fastboot from this thread http://forum.xda-developers.com/showthread.php?t=2317790
Extract the rar folder of the ktu84m image to the install folder containing fastboot.exe
Run the flash-all.bat. It should now work
Click to expand...
Click to collapse
This method worked well!!!! thanks a lot!!!:good::cyclops:
Great work. Thank you
Is it possible to use flashify for this?
Sent from my Nexus 5 using XDA Free mobile app
vipinbp said:
Is it possible to use flashify for this?
Sent from my Nexus 5 using XDA Free mobile app
Click to expand...
Click to collapse
No
Sent from my Nexus 5 using XDA Free mobile app

Need help asap xt1064

Ok so I just unlocked the bootloader and tried rooting using this method
Phone: moto g 2014 xt1064 unlocked
Android version: 5.0.2
Link: http://forum.xda-developers.com/moto-g-2014/development/xt1064-lollipop-root-t2938051
And now WiFi won't work and my phone doesn't have the stock recovery and root checker says its not rooted either! Please any help would be appreciated!!!
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
Ok so I just unlocked the bootloader and tried rooting using this method
Phone: moto g 2014 xt1064 unlocked
Android version: 5.0.2
Link: http://forum.xda-developers.com/moto-g-2014/development/xt1064-lollipop-root-t2938051
And now WiFi won't work and my phone doesn't have the stock recovery and root checker says its not rooted either! Please any help would be appreciated!!!
Click to expand...
Click to collapse
Try this; http://forum.xda-developers.com/moto-g/help/root-moto-g-lollipop-5-0-2-t3009330
On a side note:
dat username tho
\m/:silly:\m/
*brutal*
metalrules321 said:
Try this; http://forum.xda-developers.com/moto-g/help/root-moto-g-lollipop-5-0-2-t3009330
On a side note:
dat username tho
\m/:silly:\m/
*brutal*
Click to expand...
Click to collapse
That thread is from the moto g not the moto g 2014 will it still work?
Also is there a way that I could just flash stock 5.0.2 ROM using Odin? Since my phones recovery is gone (like I boot into recovery and it says no command with the broken Android)
Thanks and btw I know my username is awesome lol
Sent from my GT-N7105 using XDA Free mobile app
Or since I just figured out that Odin is for Samsung phones only (btw I'm not a noon but this is my first non Samsung phone lol) but will this method work for restoring my moto g 2014 with recovery back?
http://forum.xda-developers.com/showthread.php?t=2957167
Thanks
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
That thread is from the moto g not the moto g 2014 will it still work?
Also is there a way that I could just flash stock 5.0.2 ROM using Odin? Since my phones recovery is gone (like I boot into recovery and it says no command with the broken Android)
Thanks and btw I know my username is awesome lol
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
Wheeeps !
Sorry for the ginormous error !!! Lack of sleep is getting to me
Let me search, and then I'll update you again
---------- Post added at 11:52 AM ---------- Previous post was at 11:48 AM ----------
ArmStrongDickPunch said:
Or since I just figured out that Odin is for Samsung phones only (btw I'm not a noon but this is my first non Samsung phone lol) but will this method work for restoring my moto g 2014 with recovery back?
http://forum.xda-developers.com/showthread.php?t=2957167
Thanks
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
Yup, that toolset is developed by shawn5162 and hes a well respected dev
That should help you in restoring your phone back to stock BUT it wont likely relock your bootloader
metalrules321 said:
Wheeeps !
Sorry for the ginormous error !!! Lack of sleep is getting to me
Let me search, and then I'll update you again
---------- Post added at 11:52 AM ---------- Previous post was at 11:48 AM ----------
Yup, that toolset is developed by shawn5162 and hes a well respected dev
That should help you in restoring your phone back to stock BUT it wont likely relock your bootloader
Click to expand...
Click to collapse
I'm hoping it works although it restores to KitKat and I'm on lollipop so hopefully it won't cause a bootloop BC of my boot loader being on lollipop
Unless I can find a way to flash stock recovery from flastboot then I can reflash stock ROM and figure out a root method that works
Would that be possible to flash 5.0.2 stock recovery IMG from flastboot? Is so can u help me find a stock recovery IMG to do so
Again thanks
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
I'm hoping it works although it restores to KitKat and I'm on lollipop so hopefully it won't cause a bootloop BC of my boot loader being on lollipop
Unless I can find a way to flash stock recovery from flastboot then I can reflash stock ROM and figure out a root method that works
Would that be possible to flash 5.0.2 stock recovery IMG from flastboot? Is so can u help me find a stock recovery IMG to do so
Again thanks
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
The toolset works for lollipop too
It says so in the title
As for xt1064 stock img . Wait , I'll search for it
metalrules321 said:
The toolset works for lollipop too
It says so in the title
As for xt1064 stock img . Wait , I'll search for it
Click to expand...
Click to collapse
OK just wondering BC the last post in the form someone had that issue but I'll try it after I try to use fastboot mode to flash the recovery BC if that works I won't need to use the toolset lol and what would the command be to flash the recovery? "Fastboot flash recovery.img" ?
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
OK just wondering BC the last post in the form someone had that issue but I'll try it after I try to use fastboot mode to flash the recovery BC if that works I won't need to use the toolset lol and what would the command be to flash the recovery? "Fastboot flash recovery.img" ?
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
nope
fastboot flash recovery recovery.img
EDIT; (adding a smiley)
metalrules321 said:
nope
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Also the toolset has a recovery img would that work or is there a lollipop specific recovery img? Thanks
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
Also the toolset has a recovery img would that work or is there a lollipop specific recovery img? Thanks
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
If you downloaded the LP firmware, all should go okay
And no, the recovery stays the same (stock)
metalrules321 said:
If you downloaded the LP firmware, all should go okay
And no, the recovery stays the same (stock)
Click to expand...
Click to collapse
I couldn't find the lollipop stock firmware I thought I had it but it was just the ota for 5.0.1 but I'll use the recovery.img from the toolset and try that
If it doesn't work and I use the toolset and restore to 4.4 KitKat will I get the ota to 5.0.2 again or will I have to find and flash it?
Sent from my GT-N7105 using XDA Free mobile app
Btw I'm using minimal adb and fastboot program and I just tried flashing the recovery.img but its still showing no command when I enter recovery mode…
Any suggestions before I try the toolset?
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
Btw I'm using minimal adb and fastboot program and I just tried flashing the recovery.img but its still showing no command when I enter recovery mode…
Any suggestions before I try the toolset?
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
@ArmStrongDickPunch
Hey, sorry for the delayed reply
Couldnt find the lp firmware for x64 on xda
So here you go
you can download the firmware for xt1064 from here
http://motofirmware.center/files/category/35-moto-g-2nd-generation/
And follow the instructions given here
http://forum.xda-developers.com/moto-g-2014/general/index-guide-update-to-lollipop-android-t2941340
metalrules321 said:
@ArmStrongDickPunch
Hey, sorry for the delayed reply
Couldnt find the lp firmware for x64 on xda
So here you go
you can download the firmware for xt1064 from here
http://motofirmware.center/files/category/35-moto-g-2nd-generation/
And follow the instructions given here
http://forum.xda-developers.com/moto-g-2014/general/index-guide-update-to-lollipop-android-t2941340
Click to expand...
Click to collapse
Think I figured it out just flashed cwm touch recovery via fastboot and I now have recovery and installed SuperSU to re root about to see if I have root now!!
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
Think I figured it out just flashed cwm touch recovery via fastboot and I now have recovery and installed SuperSU to re root about to see if I have root now!!
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
Nicceee
metalrules321 said:
Nicceee
Click to expand...
Click to collapse
Now I just need to fix WiFi BC its still broken and my Sim is in my note 2 atm so I'm going to try and install SuperSU from my tumbdrive
Any suggestions to fix WiFi?
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
Now I just need to fix WiFi BC its still broken and my Sim is in my note 2 atm so I'm going to try and install SuperSU from my tumbdrive
Any suggestions to fix WiFi?
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
WIFI shouldnt be borked on stock roms
Try flashing a stock LP rom using the fastboot method
metalrules321 said:
WIFI shouldnt be borked on stock roms
Try flashing a stock LP rom using the fastboot method
Click to expand...
Click to collapse
How do I flash stock ROM using fastboot? Or should I just use the recovery since I got cwm? And the WiFi broke after I tried the root method from my first post lol
Sent from my GT-N7105 using XDA Free mobile app
ArmStrongDickPunch said:
How do I flash stock ROM using fastboot? Or should I just use the recovery since I got cwm? And the WiFi broke after I tried the root method from my first post lol
Sent from my GT-N7105 using XDA Free mobile app
Click to expand...
Click to collapse
No , dont flash it via cwm it wont work
My best bet would be to
1. download stock 4.4 firmware for x64
2. Extract the files to the fastboot folder
3. Boot into your bootloader
4. Open fastboot, then connect your phone (all moto driver should be properly installed)
5, Run the following commands exactly as is , one by one
fastboot flash partition rom\gpt.bin
fastboot flash motoboot rom\motoboot.img
fastboot flash logo rom\logo.bin
fastboot flash boot rom\boot.img
fastboot flash recovery rom\recovery.img
fastboot flash system rom\system.img_sparsechunk.0
fastboot flash system rom\system.img_sparsechunk.1
fastboot flash system rom\system.img_sparsechunk.2
fastboot flash system rom\system.img_sparsechunk.3
fastboot flash modem rom\NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg rom\fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot reboot
Awesomely long (I know), but this is the only way to downgrade to a stock 4.4
You will lose your custom recovery and root too
Try this site
http://www.guidingtech.com/38303/restore-moto-g-stock/
Works for x64 too

Categories

Resources