Installed CM9...but won't boot complete... - HTC Sensation

ok, this is what i've done so far by reading the forum.. and it's been a great help. but need a bit more help~
HTC Sensation 4G (T-Mo)
CPU: 1.2
Android Version: 4.0.3 (OTA updated)
HTC Sense 3.6
SW Ver: 3.32.531.14.710RD
Kernal Ver: 3.0.16-gc764bfb
Baseband: 11.69A
HTC Dev - Unlocked
PYRAMID PVT SHIP S-ON RL
HBOOT-1.27.0000
eMMC-BOOT
i've already installed the CWN-SuperSU-v0.94 from the command.
today, i downloaded the CM9 (latest release on 8/9/12 for STABLE) and installed it from command line. everything went well.. EXCEPT.. upon booting up.. i only see the cyanogenmod 9 (cartoon figure) with the background flashing. it kept on going for close to 15 mins and still wouldn't go further than that.
i then took the battery out and tried it again and still the same thing. so now i recovered back to the original ICS.
i wanted to go Jellybean, but the thought of camera not working won't do it for me. plus waiting for TMo to release the JB.. who knows how long that will take.
anyway.. decided to stick with ICS.
what am i doing wrong here? or should i be using a different ROM; one which can also overclock the cpu?
please help~~

when SON and HTC-DEV unlock ..you need to flash stuff differently
after flashing the ROM you need to flash boot.img separately
now if you are having CWM custom recovery then
flash the cm rom again from it
and copy the boot.img from the rom zip file to the adb/fastboot folder
then flash this separately
connect the phone from bootloader to pc (phone reads fastboot usb after this)
then this command
fastboot flash boot boot.img
then reboot using
fastboot reboot
thats all
but if you are having 4EXT custom recovery ..then things will be much easier for you
just enable smartflash from 4EXT->tools then flash the rom thats all (the recovery will take care of the rest )
also once done do the step #5 from this guide flashing ROMS with SON ..then you can even forget about smartflash (read the guide too it will give you much insight as to why you are facing problems ..especially step #3)

the recovery method i used was the HTC ONE X thingy.
i found the boot.img in the recovery folder. so after i flash the CM9 from the zip file, i'd have to reboot. so instead of reboot, are you saying i need to hold down volume and power to get into recovery mode and flash the boot.img separately?
and where can i find the abd folder? do i use the SDK to copy and paste the files into that folder/ directory?

cthsuks said:
the recovery method i used was the HTC ONE X thingy.
i found the boot.img in the recovery folder. so after i flash the CM9 from the zip file, i'd have to reboot. so instead of reboot, are you saying i need to hold down volume and power to get into recovery mode and flash the boot.img separately?
and where can i find the abd folder? do i use the SDK to copy and paste the files into that folder/ directory?
Click to expand...
Click to collapse
not that boot.img ..you need to extract the boot.img from the cm9 zip file that you have downlaoded ..dont use the boot.img from the one-x tool kit
also yes ..you need to go to bootloader after flashing cm9 (but first copy the boot.img in pc)
then the adb folder is where the adb.exe and fastboot.exe is present (as you did HTC-DEV unlock ..you might have it in either C:\Android-SDK\tools or C:\Android-SDK\platform-tools)
go to there and open command prompt there
(if windows hold shift + right click ->open command window here)

ganeshp said:
not that boot.img ..you need to extract the boot.img from the cm9 zip file that you have downlaoded ..dont use the boot.img from the one-x tool kit
also yes ..you need to go to bootloader after flashing cm9 (but first copy the boot.img in pc)
then the adb folder is where the adb.exe and fastboot.exe is present (as you did HTC-DEV unlock ..you might have it in either C:\Android-SDK\tools or C:\Android-SDK\platform-tools)
go to there and open command prompt there
(if windows hold shift + right click ->open command window here)
Click to expand...
Click to collapse
crap.. when i did the HTC Dev unlock, i did it at work, so the folder: C:\Android-SDK\tools is not present on my laptop. any other way to work around?

cthsuks said:
crap.. when i did the HTC Dev unlock, i did it at work, so the folder: C:\Android-SDK\tools is not present on my laptop. any other way to work around?
Click to expand...
Click to collapse
ahh thats fine ..now we can deal it easy way ..however did you installed installed htc drivers ?
do this go to my soff guide (guide link in my signature )
1.downlaod HTC drivers from it ..in prerequisites point 2
2.first open control panel and uninstall any crap thats starts with HTC
3.install the above drivers
4.download temproot sensation windows zip file from the same soff guide (steps to run this tool -->.point 1)
5.extract it and rename the folder to adb and keep it somewhere like C:\adb
6.go to that adb folder and delete temp_root and temp_root_remove bat files
7.thats it you are done ..now you have working adb (c:\adb ) go there and repeat the steps ive told you earlier

ganeshp said:
ahh thats fine ..now we can deal it easy way ..however did you installed installed htc drivers ?
do this go to my soff guide (guide link in my signature )
1.downlaod HTC drivers from it ..in prerequisites point 2
2.first open control panel and uninstall any crap thats starts with HTC
3.install the above drivers
4.download temproot sensation windows zip file from the same soff guide (steps to run this tool -->.point 1)
5.extract it and rename the folder to adb and keep it somewhere like C:\adb
6.go to that adb folder and delete temp_root and temp_root_remove bat files
7.thats it you are done ..now you have working adb (c:\adb ) go there and repeat the steps ive told you earlier
Click to expand...
Click to collapse
yes i installed the HTC driver already.
following your link to install the SDK manager and keep getting:
"Failed to fetch URL, reason: Connection timed out: connect"

cthsuks said:
yes i installed the HTC driver already.
following your link to install the SDK manager and keep getting:
"Failed to fetch URL, reason: Connection timed out: connect"
Click to expand...
Click to collapse
sdk manager ??
where did i said you to install that ?

ganeshp said:
sdk manager ??
where did i said you to install that ?
Click to expand...
Click to collapse
sorry i must've ended up clicking on the wrong link. so i went back to the previous post you put up.
now if you are having CWM custom recovery then
flash the cm rom again from it yup, i did that. i have the CM9 from cyanogenmod
and copy the boot.img from the rom zip file to the adb/fastboot folder
then flash this separately
yup, i created the adb folder by renaming the root-sensation-wind.zip file from your post. it didn't have the fastboot.exe in there, so i copied it from the SDK manager tool that i had installed previously when i downloaded the wrong file. i also copied the boot.img from the CM9 zip file as you suggested
connect the phone from bootloader to pc (phone reads fastboot usb after this) yup did that..
then this command
fastboot flash boot boot.img
yup did that, and it was completed
then reboot using
fastboot reboot
yup did that as well and it rebooted
thats all
but wait.. the sensation is still stuck at the cyanogenmod 9 with the blue man blinking.. and it's past 10 mins and counting. still won't boot.
here's a copy of what my adb folder looks like. please let me know if i'm doing something wrong.

cthsuks said:
sorry i must've ended up clicking on the wrong link. so i went back to the previous post you put up.
now if you are having CWM custom recovery then
flash the cm rom again from it yup, i did that. i have the CM9 from cyanogenmod
and copy the boot.img from the rom zip file to the adb/fastboot folder
then flash this separately
yup, i created the adb folder by renaming the root-sensation-wind.zip file from your post. it didn't have the fastboot.exe in there, so i copied it from the SDK manager tool that i had installed previously when i downloaded the wrong file. i also copied the boot.img from the CM9 zip file as you suggested
connect the phone from bootloader to pc (phone reads fastboot usb after this) yup did that..
then this command
fastboot flash boot boot.img
yup did that, and it was completed
then reboot using
fastboot reboot
yup did that as well and it rebooted
thats all
but wait.. the sensation is still stuck at the cyanogenmod 9 with the blue man blinking.. and it's past 10 mins and counting. still won't boot.
here's a copy of what my adb folder looks like. please let me know if i'm doing something wrong.
Click to expand...
Click to collapse
Hey it's working?
If not reflash the rom again.. Without any wipe
Sent from my HTC Sensation 4G using xda premium

Related

Trouble installing new recovery

Im trying to get my new XOOM from unlock to root and having a nightmare!
I have read and followed guides from the forum but still can't get the new recovery on?
I have done fastboot oem unlock and followed the instructions on the tab and at the end it says complete. Next once it reboots enabled usb debugging and rebooted into bootloader, all ok so far but when I try to run the command "fastboot flash recovery recovery-tiamat-r4c-100611-1150-cwm.img" it comes up with "cannot load"? I have tried with and without the. img at the end and also renamed the file "recovery" and "recovery.img" and still the same thing.
Has anyone had this same problem and can get me back on track please.
Sent from my MZ604 using xda premium
(this not applicable for steady hawkins recovery)
if you have adb installed.
copy files from platform tools folder to "tools" folder.
put tiamat recovery image in tools folder.
rename recovery..tiamat as recovery(not recovery.img)
commands:
adb reboot bootloader
fastboot flash recovery recovery.img
Ok, will give it a try when I get to my computer and will report back.
Thank you
Sent from my Desire HD using xda premium
Our Indian cricket team is in your country desperately need a win
rohit3192 said:
(this not applicable for steady hawkins recovery)
if you have adb installed.
copy files from platform tools folder to "tools" folder.
put tiamat recovery image in tools folder.
rename recovery..tiamat as recovery(not recovery.img)
commands:
adb reboot bootloader
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
nope that didnt work, same thing error: cannot load 'recovery.img
ok now im getting someware
still not working but when i do adb devices it says list of devices attached but nothing?
Just a note usb debbuging is on
Sent from my MZ604 using xda premium
rohit3192 said:
(this not applicable for steady hawkins recovery)
if you have adb installed.
copy files from platform tools folder to "tools" folder.
put tiamat recovery image in tools folder.
rename recovery..tiamat as recovery(not recovery.img)
commands:
adb reboot bootloader
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
First of all, it really doesn't matter if all your files that you need are in Tools or Platform tools, as long as they are all in there and your command window is operating out of that folder.
Second, you are making a good point re: the img file extension...in Windows, it sometimes is set to hide file extensions, so it is possible that someone could already have the img file extension there and not see it and add it again, making recovery.img.img which of course wouldn't work.
I don't think this is the OP's problem, but you never know.

Bit of help please

Hi. I have a desire s I got s-off using xtc clip the phone has 2.3.3 pre installed I'm trying to root the phone I've read the guides here and tried 'superoneclick' and gingerbreak don't seem to work I don't want to install custom Rom just root the phone anyone got any 99% foolproof method of doing this with minimal loss an brain use! Thanks
Sent from my HTC Desire S using xda premium
There are various links in my signature, they should all help.
Install the adb link by extracting it to PC and the install the HTC drivers then follow the last link flash Cwm and su which will install you a custom recovery and root your device
Swyped from my Desire S using XDA Premium
Thanks. I have adb installed on pc from when I rooted an old wildfire s
Sent from my HTC Desire S using xda premium
jammy2015 said:
Thanks. I have adb installed on pc from when I rooted an old wildfire s
Click to expand...
Click to collapse
Great, let me know how you get on? or have any doubt...the only real danger is if you select the wrong recovery (you obviously need the DESIRE S one (saga)).
hiya. i did what it says here
To root:
Copy su-3.0-efgh-signed.zip to your sdcard root
Start clockworkmod recovery (instructions below)
Select "install zip from sdcard"
Then select "Choose zip from sdcard"
Then select "su-3.0-efgh-signed.zip"
Then select "Yes - install su-3.0-efgh-signed.zip" to confirm
Then go back
Then reboot.
You're rooted!
i put the zip on to the sd card waited for phone it wouldnt let me go into recovery so it did its thing i selected 'reflash' an it said it couldnt open pg88diag.nbh which was a file that was placed on there when i did s-off using xtc clip i didnt have any other options to locate the 'su-3.0-efgh-signed.zip'
what am i doing wrong?
thanks
jammy2015 said:
hiya. i did what it says here
To root:
Copy su-3.0-efgh-signed.zip to your sdcard root
Start clockworkmod recovery (instructions below)
Select "install zip from sdcard"
Then select "Choose zip from sdcard"
Then select "su-3.0-efgh-signed.zip"
Then select "Yes - install su-3.0-efgh-signed.zip" to confirm
Then go back
Then reboot.
You're rooted!
i put the zip on to the sd card waited for phone it wouldnt let me go into recovery so it did its thing i selected 'reflash' an it said it couldnt open pg88diag.nbh which was a file that was placed on there when i did s-off using xtc clip i didnt have any other options to locate the 'su-3.0-efgh-signed.zip'
what am i doing wrong?
thanks
Click to expand...
Click to collapse
Not sure what you're doing wrong.
So I'd suggest that you move any PG* files or any existing ZIP files from the root of the SD card (either rename them or move them into a new folder)
I'd also suggest that change these setting on your phone
Settings->Power->Fastboot = OFF
Settings->Applications->Development->USB debugging = ON
Then follow these steps:
Power Off device
Holding down Volume Down, press the Power button to power on Phone (which should take you into white HBOOT screen) with skateboarding Androids!
Using volume down to move cursor down onto RECOVERY
Press Power button, which should reboot phone into CWM (recovery)
Then re-try the instructions that you've shown above to flash ZIP to get root
Report back...good luck
thanks.
one step further now due to turning fastboot off!
now it says ' failed to <something> vairify signature....aborted
I used Revolutionary to initially S-Off and then root my DS. I used it again after I installed a stock ROM and lost ROOT
It's just another way to go.
jammy2015 said:
thanks.
one step further now due to turning fastboot off!
now it says ' failed to <something> vairify signature....aborted
Click to expand...
Click to collapse
Just so that I'm 100% clear:
You successfully performed this command fastboot flash recovery recovery_name.img? (obviously substituting your file name for recovery_name.img)
Are you getting from HBOOT into CWM? and CWM appears to be functioning ok?
Is it on attempting the flash the SU ZIP file that you're getting this message or before?
You successfully performed this command fastboot flash recovery recovery_name.img? (obviously substituting your file name for recovery_name.img)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
have not done the above (dont quite understand it)
Is it on attempting the flash the SU ZIP file that you're getting this message or before?
^^^^^^^^^^^
its when i attempt to flash the su zip file i got that message
thanks for your help
jammy2015 said:
You successfully performed this command fastboot flash recovery recovery_name.img? (obviously substituting your file name for recovery_name.img)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
have not done the above (dont quite understand it)
Is it on attempting the flash the SU ZIP file that you're getting this message or before?
^^^^^^^^^^^
its when i attempt to flash the su zip file i got that message
thanks for your help
Click to expand...
Click to collapse
Ahh..Do you have CWM (custom recovery) installed?
The command that you didn't understand would installed CWM custom recovery for you.
If you don't have CWM custom recovery what are you using to flash the Su ZIP file with?
My previous instructions contained the following steps, which if you didn't follow correctly could be reason why you are having issues now:
You first need to download CWM recovery image file for this device to your PC.
Put the phone in Fastboot USB mode (by following instructions below
Unplug USB
Turn the device off
Hold volume down button (HOLD IT) and press power
Hboot will start.
Wait for sdcard scan to complete.
Plug in USB cord connected to the computer
Press power ONCE and Fastboot USB mode starts
Then run a CMD shell from the PC and then issue the commands into it from the directory where you have put the downloaded img file.
fastboot flash recovery cwm-4.0.1.4-saga.img
adb reboot recovery
and then re-attempt to flash the SU zip file.
Then run a CMD shell from the PC and then issue the commands into it from the directory where you have put the downloaded img file
^^^^
thats what i dont understand how to do
i was looking about here on forum and found 'android flasher' i was wondering if that would do the job cos i dont know about cmd shell
heres the link for 'android flasher' http://forum.xda-developers.com/showthread.php?t=794638
thanks again dude sorry if im a pain in the a...
jammy2015 said:
Then run a CMD shell from the PC and then issue the commands into it from the directory where you have put the downloaded img file
^^^^
thats what i dont understand how to do
i was looking about here on forum and found 'android flasher' i was wondering if that would do the job cos i dont know about cmd shell
heres the link for 'android flasher' http://forum.xda-developers.com/showthread.php?t=794638
thanks again dude sorry if im a pain in the a...
Click to expand...
Click to collapse
But, I would say that it's a great deal easier than you're thinking, I'm assuming that you're running on a PC in which case download the IMG file mentioned above and copy it to the C:\temp directory. I've never used that tool that you suggest so can't comment on it's use.
Put your device into FASTBOOT USB (following instructions detailed above)
Then select Start->Run with mouse and type in cmd (then hit <RETURN>)
or
select with mouse Start->All Programs->Accessories->Command Prompt and click
Either of these methods should open a command shell (CMD) window on screen
Enter the following commands each followed by <RETURN> into this window:
Code:
> cd c:\temp\
> fastboot flash recovery cwm-4.0.1.4-saga.img
> adb reboot recovery
does it have to go in c:\temp? cos i cant find it lol
can i just do it from C:\Users\jammy\Downloads where it is now?
thanks
jammy2015 said:
does it have to go in c:\temp? cos i cant find it lol
can i just do it from C:\Users\jammy\Downloads where it is now?
thanks
Click to expand...
Click to collapse
in the downloads folder at the end it dont say img does that matter? it just says cwm-4.0.1.4-saga
jammy2015 said:
in the downloads folder at the end it dont say img does that matter? it just says cwm-4.0.1.4-saga
Click to expand...
Click to collapse
It doesn't matter where it goes, so long as you set the directory from within the CMD session to that place so that the commands you run find it:
So run cd C:\Users\jammy\Downloads this instead of the cd c:\temp
The file is probably still called IMG it's just that your PC isn't showing the extensions (as that's how its configured). I just downloaded it myself on my PC and it's called file.img
So still type the commands as if its called file.img though
did that an i got this message:
jammy2015 said:
did that an i got this message:
Click to expand...
Click to collapse
You need to install the fastboot EXE.
You must click on the link in my signature adb&fastboot download and then extract the downloaded ZIP file's contents to the same directory where the IMG file is currently and then re-try the command!
I believe that it should then work!
cool! so open adb folder and put it all inside the cwm-4.0.1.4-saga zip folder and then try again
jammy2015 said:
cool! so open adb folder and put it all inside the cwm-4.0.1.4-saga zip folder and then try again
Click to expand...
Click to collapse
Open the ADB folder and copy the contents to the C:\Users\jammy\Downloads
directory where that previous IMG file should be.
Afraid that I'm off out now, will check on my mobile in a little bit to see how you're doing.
good luck!

I'm lost installing CMW

OMG yes i know im a newb but there is a first time for everybody for anything.
So i'm trying to unlock, root, install cwm and install custom roms but ive looked at all the instruction from many thread and a lot of them had missing steps
Anyways, i've downgraded from JB to 4.0.3, rooted, unlocked and now i'm trying to install CWM. So i installed android SDK and all tools, i've put recovery image in same folder as fastboot.exe, i've booted the tablet and selectied USB icon but wtf do i do now??
I'm basically here:
** FastBoot Method **
1) Install Android SDK
2) Download CWM Recovery image from the original thread and check the MD5 sum (don't skip MD5 check,is there to make sure the file is not corrupted)
3) Copy the downloaded file in the same directory as your fastboot.exe (unless you have /platform-tools in PATH then you can flash from anywhere)
4) Turn off your device and boot into fastboot mode (power on while holding volume down, then select the usb icon and hit volume up to confirm)
5) Plug the device into your computer
6) Run the following command via the command line:
fastboot -i 0x0B05 flash recovery recovery.img
fastboot reboot
Where do i get this command line?? is it command line from windows such as CMD?? cause if it is, i've tried it and nothing. Do i have to point to where is the recovery image?? Its in C:\Users\Patrick\AppData\Local\Android\android-sdk\platform-tools but i'm lost from that point, i'm not sure what command line i have to use, and how to set it up so i can tell it where to look.
Can anybody help me please?
polish_pat said:
OMG yes i know im a newb but there is a first time for everybody for anything.
So i'm trying to unlock, root, install cwm and install custom roms but ive looked at all the instruction from many thread and a lot of them had missing steps
Anyways, i've downgraded from JB to 4.0.3, rooted, unlocked and now i'm trying to install CWM. So i installed android SDK and all tools, i've put recovery image in same folder as fastboot.exe, i've booted the tablet and selectied USB icon but wtf do i do now??
I'm basically here:
** FastBoot Method **
1) Install Android SDK
2) Download CWM Recovery image from the original thread and check the MD5 sum (don't skip MD5 check,is there to make sure the file is not corrupted)
3) Copy the downloaded file in the same directory as your fastboot.exe (unless you have /platform-tools in PATH then you can flash from anywhere)
4) Turn off your device and boot into fastboot mode (power on while holding volume down, then select the usb icon and hit volume up to confirm)
5) Plug the device into your computer
6) Run the following command via the command line:
fastboot -i 0x0B05 flash recovery recovery.img
fastboot reboot
Where do i get this command line?? is it command line from windows such as CMD?? cause if it is, i've tried it and nothing. Do i have to point to where is the recovery image?? Its in C:\Users\Patrick\AppData\Local\Android\android-sdk\platform-tools but i'm lost from that point, i'm not sure what command line i have to use, and how to set it up so i can tell it where to look.
Can anybody help me please?
Click to expand...
Click to collapse
change directory to the folder the recover/fastboot is in, using the CMD on windows. So:
"cd C:\Users\Patrick\AppData\Local\Android\android-sdk\platform-tools"
make sure the recovery is called "recovery.img" and that its in the "platform-tools" folder alongside the fastboot.exe, then run the commands:
"fastboot -i 0x0B05 flash recovery recovery.img"
and
"fastboot reboot"
polish_pat said:
OMG yes i know im a newb but there is a first time for everybody for anything.
So i'm trying to unlock, root, install cwm and install custom roms but ive looked at all the instruction from many thread and a lot of them had missing steps
Anyways, i've downgraded from JB to 4.0.3, rooted, unlocked and now i'm trying to install CWM. So i installed android SDK and all tools, i've put recovery image in same folder as fastboot.exe, i've booted the tablet and selectied USB icon but wtf do i do now??
I'm basically here:
** FastBoot Method **
1) Install Android SDK
2) Download CWM Recovery image from the original thread and check the MD5 sum (don't skip MD5 check,is there to make sure the file is not corrupted)
3) Copy the downloaded file in the same directory as your fastboot.exe (unless you have /platform-tools in PATH then you can flash from anywhere)
4) Turn off your device and boot into fastboot mode (power on while holding volume down, then select the usb icon and hit volume up to confirm)
5) Plug the device into your computer
6) Run the following command via the command line:
fastboot -i 0x0B05 flash recovery recovery.img
fastboot reboot
Where do i get this command line?? is it command line from windows such as CMD?? cause if it is, i've tried it and nothing. Do i have to point to where is the recovery image?? Its in C:\Users\Patrick\AppData\Local\Android\android-sdk\platform-tools but i'm lost from that point, i'm not sure what command line i have to use, and how to set it up so i can tell it where to look.
Can anybody help me please?
Click to expand...
Click to collapse
Yes, command line is in your PC. The location of the fastboot.exe located in c:\android-sdk\platformtools (if you install from sdk).
On your PC, open CMD and navigate to the above directory where fastboot.exe is. Make sure your recovery.img in also copied to this same folder. Now you can execute the fastboot comand:
fastboot -i 0x0B05 flash recovery recovery.img
fastboot reboot
---------- Post added at 05:52 PM ---------- Previous post was at 05:48 PM ----------
buhohitr said:
Yes, command line is in your PC. The location of the fastboot.exe located in c:\android-sdk\platformtools (if you install from sdk).
On your PC, open CMD and navigate to the above directory where fastboot.exe is. Make sure your recovery.img in also copied to this same folder. Now you can execute the fastboot comand:
fastboot -i 0x0B05 flash recovery recovery.img
fastboot reboot
Click to expand...
Click to collapse
I think it's easier for you to download Voodoo OTA root keeper to preserve root, then upgrade to JB, then use OTA root keeper to restore root. After this you can install TWRP recover by download goomanager from the play store and install it, once you have twrp, you're home free.
Currently you are on ICS, becareful if you use a wrong version of cwm you could brick your device. Many ppl installed ICS cwm version then upgrade to JB without the right version and they bricked.
buhohitr said:
Yes, command line is in your PC. The location of the fastboot.exe located in c:\android-sdk\platformtools (if you install from sdk).
On your PC, open CMD and navigate to the above directory where fastboot.exe is. Make sure your recovery.img in also copied to this same folder. Now you can execute the fastboot comand:
fastboot -i 0x0B05 flash recovery recovery.img
fastboot reboot
---------- Post added at 05:52 PM ---------- Previous post was at 05:48 PM ----------
I think it's easier for you to download Voodoo OTA root keeper to preserve root, then upgrade to JB, then use OTA root keeper to restore root. After this you can install TWRP recover by download goomanager from the play store and install it, once you have twrp, you're home free.
Currently you are on ICS, becareful if you use a wrong version of cwm you could brick your device. Many ppl installed ICS cwm version then upgrade to JB without the right version and they bricked.
Click to expand...
Click to collapse
Thanks but I've already downgraded. I'll try what the guy above said thank you for the help
Sent from my SGH-I747M using Tapatalk 2
when you are in the fastboot folder, you have to press control & right click inside the folder, and you will see the option to open a terminal.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
Pat,
If it makes you feel any better I had a heck of a time with this myself.
Once I realized I had platform tools in a folder on my PC desktop with the command prompt
in it I was able to flash.
Gotta say it wasn't easy to figure out in bits and pieces.
Sent from the inside out...
Thanks guys, you've been REALLY helpful! I completely forgot about the shortcut to open cmd in a folder, and i'm not sure if you were wrong or its because im on windows 8 but its ctrl + shift + right click
EDIT: now i get a problem, it do all this and i get "waiting for device"
i tried different USB ports, same deal...any ideas?
EDIT: EDIT: tried all USB port but one, the last one i used did the trick, thanks for all!
I'm having this exact same problem but changing USB ports is not working for me and I tried everything else. Would it help if I tried a different computer?
Sent from my Galaxy Nexus using xda app-developers app
mnk0ota said:
I'm having this exact same problem but changing USB ports is not working for me and I tried everything else. Would it help if I tried a different computer?
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
try to open CMD as Administrator.
buhohitr said:
...
I think it's easier for you to download Voodoo OTA root keeper to preserve root, then upgrade to JB, then use OTA root keeper to restore root. After this you can install TWRP recover by download goomanager from the play store and install it, once you have twrp, you're home free.
Currently you are on ICS, becareful if you use a wrong version of cwm you could brick your device. Many ppl installed ICS cwm version then upgrade to JB without the right version and they bricked.
Click to expand...
Click to collapse
I don't mean to threadjack, but this portion of your post caught my attention.
I just swapped a prime for an infinity. I rooted, installed rootkeeper, preserved root, upgraded to JB and restored root.
Are you saying I can install goomanager and update recovery without unlocking via the Asus tool?
If so, sweet!
Sent from my MB855 using Tapatalk 2
John Kotches said:
I don't mean to threadjack, but this portion of your post caught my attention.
I just swapped a prime for an infinity. I rooted, installed rootkeeper, preserved root, upgraded to JB and restored root.
Are you saying I can install goomanager and update recovery without unlocking via the Asus tool?
If so, sweet!
Sent from my MB855 using Tapatalk 2
Click to expand...
Click to collapse
No. You will still have to unlock the bootloader to install a custom recovery, unfortunately.
Firebrazer said:
No. You will still have to unlock the bootloader to install a custom recovery, unfortunately.
Click to expand...
Click to collapse
Thanks... if it seems too good to be true it probably is.
Sent from my MB855 using Tapatalk 2

[Q] boot img help

hi I have a htc one s and im what you call a noob im confused about this boot img and how to install it this is what I know so far....I mage a folder on c drive of pc called android I then put in adb and fastboot with 2 dll files as well into that folder.i downloaded a rom holoblackbean2.2 I put that zip file on the htc internal mem card now this is where I get stuck I can get into bootloader and install the zip file but how to do the boot img where do I put it and how to install it... hoping some one can explain it easily and clearly thanks in advance
ppm48 said:
hi I have a htc one s and im what you call a noob im confused about this boot img and how to install it this is what I know so far....I mage a folder on c drive of pc called android I then put in adb and fastboot with 2 dll files as well into that folder.i downloaded a rom holoblackbean2.2 I put that zip file on the htc internal mem card now this is where I get stuck I can get into bootloader and install the zip file but how to do the boot img where do I put it and how to install it... hoping some one can explain it easily and clearly thanks in advance
Click to expand...
Click to collapse
Read the first post of PACman ROM. It has very detailed instructions.
Put the boot.img in the folder where is adb and fastboot. Boot into bootlader. Plug phone into computer. You should see "fastboot USB" in red.
Open terminal and go to the adb folder. Type fastboot devices. You should see your phone device number. This step is to verify your connection.
Next type: fastboot flash image boot.img. That should flash the boot image. You should be done.
thank you my friend much appreciated

Acer Predator 8 TWRP 3.0.2

TWRP 3.0.2 for Acer Predator 8 ported by Ruben. - If you like my work please donate here, it will also give me a boost to make more things for this device : https://www.paypal.me/RubenCraveiro
----------- -----------
IMPORTANT NOTE ABOUT ROOTING AND UNLOCKING BOOTLOADER:
After flashing TWRP 3.0.2, use the SuperSU 2.46 flashable zip, do NOT use latest version or will result in a bootloop. Good Luck and have fun with rooting. Unlocking bootloader will delete all your data, so please make a backup first. Thank you.
----------- -----------
CREDITS
And also, before anything i would like to say thanks to @arjaylzo for telling me the name of a device with TWRP which helped making this update possible.
REQUIREMENTS
1- Fastboot/ADB Drivers and ADB folder
For drivers: http://adbdriver.com - Download ADB Driver Installer (universal) from the website, extract it, connect device it should detect device(if not, enable USB Debugging and reconnect), and press install, it should install drivers.
For ADB Folder: download this and extract to your main drive(C:/): https://goo.gl/ZTrfBb
2- Unlocked Bootloader (you need requirement 1 to do this)
Instructions for Unlocking bootloader: Go on settings, about device, press build version several times till it says your a developer, go back to settings, press Developer Options, and enable OEM Unlocking. Power off, then press at same time Power and Vol+ button, then connect to pc and open a cmd and write cd c:\\adb and write fastboot oem unlock, then accept the prompt it will give on tablet, and follow the rest of the steps.
----------- -----------
New TWRP bugfix update! Now you can flash stock rom on TWRP without bricking! Download Page updated!
----------- -----------
BUGS:
1- adb shell command needs to be sent before system partition is mounted or it will give an error, after doing adb shell you can mount system and do all the modifications you need.
2- You cant flash any img on twrp it gives an error, im trying to fix.
3- Backups do work, but everytime twrp restarts, the device name seems to change (which means that on /TWRP/BACKUPS/devicename/backupsinside/ changes every reboot so you have to go get the backup inside the old devicename folder and put on the new devicename folder).
----------- ADITIONAL NOTES -----------
Im leaving an unsecured boot image because system seems not want to boot android if anything seems changed. So please if system does not boot after flashing twrp/rooting, flash the unsecured boot img on fastboot
----------- -----------
Steps TO INSTALL TWRP AND ROOT
1. Download and extract the files: https://drive.google.com/file/d/0BxzG5iupOOSKNTdlRC1Wd0VmTlk/view?usp=drivesdk
2. Power off the tablet.
3. Enter fastboot mode by pressing the power button while holding down Vol -
4. Open up command prompt and navigate to the directory where fastboot.exe is located.
5. Pass the following commands:
fastboot flash boot unsecuredboot.img
fastboot flash recovery TWRP.img
6. Reboot into recovery (TWRP) and install SuperSU v2.46.zip
----------- -----------
Acer Predator 8 Support website(sourcecode, manuals, drivers, stockrom):

http://www.acer.com/ac/en/US/content/support-product/6400?b=1
----------- -----------
SCREENSHOTS:
http://imgur.com/s7CgJPR
I stuck at step 4.
is this the directory where fastboot.exe is located -> C:\adb... I have 4 files there and 1 of them is named fastboot.
Also the files i downloaded and extracted from step 1 , do i need to put them in my device or they need to stay on my pc.
goleoldark said:
I stuck at step 4.
is this the directory where fastboot.exe is located -> C:\adb... I have 4 files there and 1 of them is named fastboot.
Also the files i downloaded and extracted from step 1 , do i need to put them in my device or they need to stay on my pc.
Click to expand...
Click to collapse
C:\adb is where my adb and fastboot commands are.. on the downloaded files from Step 1 only the SuperSU zip is needed on the tablet so that you can flash it later on with twrp, the rest you leave on pc and use fastboot to flash TWRP, unsecured boot image, etc...
Ruben Craveiro said:
C:\adb is where my adb and fastboot commands are.. on the downloaded files from Step 1 only the SuperSU zip is needed on the tablet so that you can flash it later on with twrp, the rest you leave on pc and use fastboot to flash TWRP, unsecured boot image, etc...
Click to expand...
Click to collapse
Ok so in "C:\adb" i put all files i downloaded from step 1 then I opened cmd in that folder , then i typed "fastboot flash boot unsecboot.img" and it said that i cant load or open unsecboot.img
Any idea why or where is my mistake ????
goleoldark said:
Ok so in "C:\adb" i put all files i downloaded from step 1 then I opened cmd in that folder , then i typed "fastboot flash boot unsecboot.img" and it said that i cant load or open unsecboot.img
Any idea why or where is my mistake ????
Click to expand...
Click to collapse
make sure you didnt put a folder inside the adb folder instead of the actual file and make sure your writing the right name of the file..
goleoldark said:
Ok so in "C:\adb" i put all files i downloaded from step 1 then I opened cmd in that folder , then i typed "fastboot flash boot unsecboot.img" and it said that i cant load or open unsecboot.img
Any idea why or where is my mistake ????
Click to expand...
Click to collapse
also its not unsecboot, the name i added on this thread was just so it would be faster, the name is unsecuredboot.img and not unsecboot.img i guess ill have to edit that in order for people following the tutorial by line dont make these mistakes..
how do i flash the stock rom came from Acer Predator 8 Product Support Page.
can i just flash this Android 5.1 Lollipop Image via TWRP???
TIA
xdadevelopers13 said:
how do i flash the stock rom came from Acer Predator 8 Product Support Page.
can i just flash this Android 5.1 Lollipop Image via TWRP???
TIA
Click to expand...
Click to collapse
yes
thanks. will i have to flash the stockboot.img and P8AcerRecovery.img via fastboot?
tried flashing the stock rom via TWRP but to no avail.
still cant pass the boot logo
xdadevelopers13 said:
thanks. will i have to flash the stockboot.img and P8AcerRecovery.img via fastboot?
tried flashing the stock rom via TWRP but to no avail.
still cant pass the boot logo
Click to expand...
Click to collapse
If you flash stock rom, i think you have to reinstall stock recovery, the rom itself already brings stock boot.. after flashing stock recovery it should boot since no modifications have happend
Wow good job! Now i have a recovery where i can flash my custom rom for the Predator 8.
p8tgames said:
Wow good job! Now i have a recovery where i can flash my custom rom for the Predator 8.
Click to expand...
Click to collapse
no custom roms yet
How to enter the command ?
Hi i am not so sure how to execute those info in my head and act on it so can anyone teach me ? how to root my Predator 8 GT-810 Android 5.1
i saw the instruction i dk how do i Unlock Bootloader (Fastboot) i search all over google and i dont really got the solution to the question so anyone can teach me ? and "4. Open up command prompt and navigate to the directory where fastboot.exe is located." do i extract the whole file i downloaded into my Acer predator 8 or ?... im stupid sorry ...
ZaineJJ said:
Hi i am not so sure how to execute those info in my head and act on it so can anyone teach me ? how to root my Predator 8 GT-810 Android 5.1
i saw the instruction i dk how do i Unlock Bootloader (Fastboot) i search all over google and i dont really got the solution to the question so anyone can teach me ? and "4. Open up command prompt and navigate to the directory where fastboot.exe is located." do i extract the whole file i downloaded into my Acer predator 8 or ?... im stupid sorry ...
Click to expand...
Click to collapse
On step 4 You need the fastboot files, (adb & fastboot) just search how to install adb and fastboot drivers, choose the directory where to install them and place the needed files inside that folder and open a command prompt on that folder so you can flash the files.
Ruben Craveiro said:
On step 4 You need the fastboot files, (adb & fastboot) just search how to install adb and fastboot drivers, choose the directory where to install them and place the needed files inside that folder and open a command prompt on that folder so you can flash the files.
Click to expand...
Click to collapse
ir I tried finding how to install fastboot driver on Google all showed me downloads links must do survey or download or purchase item to unlock the download files ... So I don't trust it so I kept searching "how to unlock fastboot Acer predator 8"
So for ADB I can search on Google and install it on my tablet ?
ZaineJJ said:
ir I tried finding how to install fastboot driver on Google all showed me downloads links must do survey or download or purchase item to unlock the download files ... So I don't trust it so I kept searching "how to unlock fastboot Acer predator 8"
So for ADB I can search on Google and install it on my tablet ?
Click to expand...
Click to collapse
no, Search how to unlock bootloader, it should show the method that works for most devices and give necessary drivers..
Ruben Craveiro said:
no, Search how to unlock bootloader, it should show the method that works for most devices and give necessary drivers..
Click to expand...
Click to collapse
http://gsmusbdriver.com/acer-predator-8
Does this work ?
Or
https://www.howtogeek.com/239798/how-to-unlock-your-android-phones-bootloader-the-official-way/
ZaineJJ said:
http://gsmusbdriver.com/acer-predator-8
Does this work ?
Or
https://www.howtogeek.com/239798/how-to-unlock-your-android-phones-bootloader-the-official-way/
Click to expand...
Click to collapse
Yes, and after you unlock the bootloader, you put the necessary files in adb folder and flash them according to the stepts
Ruben Craveiro said:
C:\adb is where my adb and fastboot commands are.. on the downloaded files from Step 1 only the SuperSU zip is needed on the tablet so that you can flash it later on with twrp, the rest you leave on pc and use fastboot to flash TWRP, unsecured boot image, etc...
Click to expand...
Click to collapse
Hi Ruben Craveiro is this the correct way ? i plugin usb cable into Predator 8 but it says its waiting for device is it the correct way ? after typing those Commands i go over to recovery mode to install SU from there then restart and its rooted ?
ZaineJJ said:
Hi Ruben Craveiro is this the correct way ? i plugin usb cable into Predator 8 but it says its waiting for device is it the correct way ? after typing those Commands i go over to recovery mode to install SU from there then restart and its rooted ?
Click to expand...
Click to collapse
That means adb drivers arent corrently installed, but i can see you have the folder with adb, all you have to now is download this(drivers): http://dl.adbdriver.com/upload/adbdriver.zip
Extract and open the software eith the tablet plugged in, it should tell of drivers is installer properly or not, and if not you can install, after installing it should work on the cmd the commands..

Categories

Resources