Need flasher!!!!! - Android Q&A, Help & Troubleshooting

I rooted the Hydro Elite last night and immediately started cleaning up the Verizon bloatware. I must have went a little crazy and removed an APK from the system/app folder that is required for the phone function to run. I am now just getting FC's on 'com.android.phone' when not in airplane mode. Tried a factory reset to no luck, tried some APK restores from similar models, etc. In my arrogance of thinking I know what I am doing I did not backup the APK's I removed from the system/app folder. Normally this would be no big deal, I could just pull them from the ROM image, or reload an image, or whatever. But, it seems Kyocera or Verizon have absolutely no self-help ROM's on the net to reinstall nor has any custom ROMs been developed for this phone yet. I have the system zip but i dont know what or how to use or flash it/ restore it! SOMEBODY PLEASEEEEEE HELP ME

Roblewis17 said:
I rooted the Hydro Elite last night and immediately started cleaning up the Verizon bloatware. I must have went a little crazy and removed an APK from the system/app folder that is required for the phone function to run. I am now just getting FC's on 'com.android.phone' when not in airplane mode. Tried a factory reset to no luck, tried some APK restores from similar models, etc. In my arrogance of thinking I know what I am doing I did not backup the APK's I removed from the system/app folder. Normally this would be no big deal, I could just pull them from the ROM image, or reload an image, or whatever. But, it seems Kyocera or Verizon have absolutely no self-help ROM's on the net to reinstall nor has any custom ROMs been developed for this phone yet. I have the system zip but i dont know what or how to use or flash it/ restore it! SOMEBODY PLEASEEEEEE HELP ME
Click to expand...
Click to collapse
Try putting the phone in airplane mode then enable wifi, if that works then download "flash GUI" from google play and try installing the zip that way. Its a long shot but you got nothing to loose.

I wish I could but my phone is currently in a bootloop, I could only goto recovery and fastboot
Sent from my XT862 using XDA Free mobile app

Roblewis17 said:
I wish I could but my phone is currently in a bootloop, I could only goto recovery and fastboot
Sent from my XT862 using XDA Free mobile app
Click to expand...
Click to collapse
Ok I thought you still had function in airplane mode. I don't own this phone but I am assuming the bootloader is locked. If it is then there is no way out because you have no custom recovery and now way to flash. What options / features do you have in recovery?
---------- Post added at 11:23 AM ---------- Previous post was at 10:55 AM ----------
Roblewis17 said:
I wish I could but my phone is currently in a bootloop, I could only goto recovery and fastboot
Sent from my XT862 using XDA Free mobile app
Click to expand...
Click to collapse
Ran across this not sure if it will help, good luck
How to: Use "adb sideload" on your Android device
Probably every Android power-user at least once in his life used ADB - Android Debug Bridge. It is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. Using ADB shell commands gives you additional control over your device and sometimes it can save your device from being bricked (example: How to: copy ROM zip file to the freshly wiped device). You can find some more basic information about ADB here.
Since Android Jelly Bean there has been a new ADB mode available in the AOSP recovery, incorporated by the Android developer community into custom recoveries too. It is called "ADB sideload" and most of you probably have heard about it already. This is an alternate method to the one I wrote about here - How to: copy ROM zip file to the freshly wiped device. The main difference is that ADB sideload works only with recoveries based on Jelly Bean source or newer. I believe that ADB sideload was created to simplify the process of flashing/restoring Android update.zip packages.
Keep in mind that while using ADB sideload, the regular ADB shell won't work. To be able to use SIDELOAD mode make sure you're running latest ADB drivers from the Android SDK (Platform-tools). Here are the simple steps you need to follow to flash update.zip package using adb sideload mode (based on stock Android recovery):
Place the ZIP package you want to install in the same location where you keep ADB drivers - adb.exe, AdbWinApi.dll and AdbWinUsbApi.dll (usually it's SDK\platform-tools)
Make sure you have USB debugging enabled in Settings > Development on your device
Make sure your phone drivers are installed on the PC you're going to use
Boot your device in recovery mode (Android logo with a exclamation mark) and connect your device to PC
Hold down "power" button first, followed quickly by "volume up" button. You should now see the recovery menu
Use the volume up/down keys to select "apply update from ADB," then press power to select it
Open a command prompt on the PC (cmd.exe), type and confirm with ENTER:
cd /d <adb.exe location> (for example: cd /d c:\SDK\platform-tools) or you can open your SDK/platform-tools folder, then press SHIFT button and the right-click mouse button and choose “Open command prompt here”
adb sideload <filename>.zip (for example: adb sideload update.zip)
The zip package will begin installing. When it's done, select "reboot system now."
How is that different from the alternative method? You don't have to manually create the proper folders structure, push the file and later install if from inside the recovery menu. The result is basically the same, because ADB sideload is also transferring the zip file into the device internal memory and later it automatically begins the installation procedure. However, it works only with recoveries based on Android Jelly Bean source.
Source: Android revolution HD

Only to factory reset & wip cache partition. I'm guessing u gotta fatboot it but I don't know of any way to do so. I have the system zip tho
Sent from my XT862 using XDA Free mobile app

Oh wow I always had trouble doing command I will try my best. So do I put the phone in recovery or fastboot?
Sent from my XT862 using XDA Free mobile app

My recovery menu doesn't offer the option to apply update from zip only to factory reset & wipe cache partition.
Sent from my XT862 using XDA Free mobile app

Roblewis17 said:
My recovery menu doesn't offer the option to apply update from zip only to factory reset & wipe cache partition.
Sent from my XT862 using XDA Free mobile app
Click to expand...
Click to collapse
Ok try to enable fast boot on your phone. Then connect to PC. Copy the zip file that you got from the Russian guy and paste into your fast boot folder. Type "Fast Boot name of file .zip" then type " type in commands to reboot your phone. And switch back to your phone, ( click on it from your desktop as if you are going to "safely remove". Google using fast boot to umbirick any android phone" tons of guides. I would post links but XDA does not allow it until I have posted 10 times

OK so which fastboot program do I use? And which fastboot folder exactly do I put the system zip in?
Sent from my XT862 using XDA Free mobile app

Roblewis17 said:
OK so which fastboot program do I use? And which fastboot folder exactly do I put the system zip in?
Sent from my XT862 using XDA Free mobile app
Click to expand...
Click to collapse
Ok google these 2 utube videos:
"How to install android sdk, adb, and fast boot" by Qbking77 this is how to for adb
Also take a peek at "how to install and use fastboot tutorial-Nexus" by Chris Nacca.
That should get you started

OK thank you. I have something called minimal fastboot on my PC is that the same fastboot? And also you can PM me the links you wanted to send me but couldn't
Sent from my XT862 using XDA Free mobile app

Doesnt work
Lpen21 said:
Ok google these 2 utube videos:
"How to install android sdk, adb, and fast boot" by Qbking77 this is how to for adb
Also take a peek at "how to install and use fastboot tutorial-Nexus" by Chris Nacca.
That should get you started
Click to expand...
Click to collapse
this doesnt work on Windows 8 64bit. any other options?

Roblewis17 said:
this doesnt work on Windows 8 64bit. any other options?
Click to expand...
Click to collapse
Sorry to hear, not familiar with windows 8. Im out of answers at this point with respect to fastboot. Maybe try contacting kyocera or verizon and tell them your predicament. They may switch out your phone. Kyoceras are unforgiving phones because of locked bootloaders.
---------- Post added at 05:10 PM ---------- Previous post was at 05:05 PM ----------
Roblewis17 said:
OK thank you. I have something called minimal fastboot on my PC is that the same fastboot? And also you can PM me the links you wanted to send me but couldn't
Sent from my XT862 using XDA Free mobile app
Click to expand...
Click to collapse
Minimal,fastboot is an abbreviated version, should be the same/do the same thing. Look it up on xda forums. Not familiar with it so you are on your own with how it works.

solution?
Lpen21 said:
Sorry to hear, not familiar with windows 8. Im out of answers at this point with respect to fastboot. Maybe try contacting kyocera or verizon and tell them your predicament. They may switch out your phone. Kyoceras are unforgiving phones because of locked bootloaders.
---------- Post added at 05:10 PM ---------- Previous post was at 05:05 PM ----------
Minimal,fastboot is an abbreviated version, should be the same/do the same thing. Look it up on xda forums. Not familiar with it so you are on your own with how it works.
Click to expand...
Click to collapse
Hydro Elite CWM (ported from LG Spectrum 2) can be loaded through fastboot from PC (fastboot boot hydro_cwm.img). If you can enter fastboot mode (yellow penguin) you could restore phone by loading CWM and restore from backup.
Link to CWM image: http://yadi.sk/d/sT3hyWWeLPuuD
Another way - flashing whole system.img partition through fastboot flash system system.img. Link to archive with stock 2.03 system image: http://4pda.ru/pages/go/?u=http:%2...ocera_elite.7z
ok here somebody sent me a solution i think this is the correct way , however can break this down to me in more detail.

Roblewis17 said:
Hydro Elite CWM (ported from LG Spectrum 2) can be loaded through fastboot from PC (fastboot boot hydro_cwm.img). If you can enter fastboot mode (yellow penguin) you could restore phone by loading CWM and restore from backup.
Link to CWM image: http://yadi.sk/d/sT3hyWWeLPuuD
Another way - flashing whole system.img partition through fastboot flash system system.img. Link to archive with stock 2.03 system image: http://4pda.ru/pages/go/?u=http:%2...ocera_elite.7z
ok here somebody sent me a solution i think this is the correct way , however can break this down to me in more detail.
Click to expand...
Click to collapse
Not sure you could load CWM since bootloader is locked, but flashing the whole system may do the trick. The exact breakdown is beyond my abilities. Maybe post the question on this forum on how to flash system img via fastboot. That should in theory restore you back to original state.

./
Roblewis17 said:
Hydro Elite CWM (ported from LG Spectrum 2) can be loaded through fastboot from PC (fastboot boot hydro_cwm.img). If you can enter fastboot mode (yellow penguin) you could restore phone by loading CWM and restore from backup.
Link to CWM image: http://yadi.sk/d/sT3hyWWeLPuuD
Another way - flashing whole system.img partition through fastboot flash system system.img. Link to archive with stock 2.03 system image: http://4pda.ru/pages/go/?u=http:%2...ocera_elite.7z
ok here somebody sent me a solution i think this is the correct way , however can break this down to me in more detail.
Click to expand...
Click to collapse
ok thank you I'll try my best. youve been such a big help

Roblewis17 said:
ok thank you I'll try my best. youve been such a big help
Click to expand...
Click to collapse
Good luck and keep us posted if you un brick it, I'm sure many others in same situation

Turns out this adb fastboot just wouldn't
Work on windows 8 64 bit
Sent from my XT862 using XDA Free mobile app

Roblewis17 said:
I wish I could but my phone is currently in a bootloop, I could only goto recovery and fastboot
Sent from my XT862 using XDA Free mobile app
Click to expand...
Click to collapse
Hello
Please can you help me put on my Kyocera C6750 fastboot mode.
It restarts and I can only get into recovery mode.
Thank you
mfeliu07

Related

Rom racer's recovery?

Where do I download it? I need it for the the ext4 roms which I've been just flashing through fastboot :/
Sent from my MB860 using XDA App
http://forum.xda-developers.com/showthread.php?t=1204500
Thx for the prompt reply!
Sent from my MB860 using XDA App
How exactly do i install this? If you guys dont mind me asking such a noobish question cause i can't seem to figure it out from the thread posted above =/ Step by step would be helpful?
TfzSCVang said:
How exactly do i install this? If you guys dont mind me asking such a noobish question cause i can't seem to figure it out from the thread posted above =/ Step by step would be helpful?
Click to expand...
Click to collapse
*face palm
How about the directions in his OP.
Sent from my MB860 using xda premium
Well, the thing is i dont know how to adb push, and thats what it seems like is happening, so what i did was i just put the zip file into my sd card and flashed it =/ but i dont know if that will work, since in the op, he had some commands to erase the previous recovery =/ which is why i was asking =]
---EDIT---
Well it seems to be working? I'll re-edit again should i encounter any problems? And yes, im a noob, please dont troll on it...
TfzSCVang said:
Well, the thing is i dont know how to adb push, and thats what it seems like is happening, so what i did was i just put the zip file into my sd card and flashed it =/ but i dont know if that will work, since in the op, he had some commands to erase the previous recovery =/ which is why i was asking =]
---EDIT---
Well it seems to be working? I'll re-edit again should i encounter any problems? And yes, im a noob, please dont troll on it...
Click to expand...
Click to collapse
You can flash roms through fastboot but you can't flash recovery through fastboot? What's the deal with that?
Sent from my MB860 using xda premium
Alcapone263 said:
You can flash roms through fastboot but you can't flash recovery through fastboot? What's the deal with that?
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
Yeah, I've been trying to find a good explanation for the difference between moto-fastboot and fastboot. What exactly is the difference between the two? Are all of the 'erase' commands just as effective between the two?
Can I just drag my fastboot.exe file into the same one my moto-fastboot and adb ones are, and use it interchangeably or will I need to copy other files as well?
Moto-fastboot and fastboot are basically the same, moto-fastboot allows for bigger file chunks(something like that)and is made for the motorola phones. Just use the same commands as you would for fastboot but use mot-fastboot instead.
Hope this helps.
bamastang said:
Moto-fastboot and fastboot are basically the same, moto-fastboot allows for bigger file chunks(something like that)and is made for the motorola phones. Just use the same commands as you would for fastboot but use mot-fastboot instead.
Hope this helps.
Click to expand...
Click to collapse
Thanks.
Out of the two I've only used moto-fastboot to install a deodexed system.img. I've done everything else through CWM. I've noticed the moto version seems to be required with certain type of flashes (i.e. recovery,system).
I had to reflash my first backup yesterday and ended up using moto-fastboot for all the erase commands. I just wanted to make sure I was using the correct program to get the cleanest recovery.
ghost_og said:
Thanks.
Out of the two I've only used moto-fastboot to install a deodexed system.img. I've done everything else through CWM. I've noticed the moto version seems to be required with certain type of flashes (i.e. recovery,system).
I had to reflash my first backup yesterday and ended up using moto-fastboot for all the erase commands. I just wanted to make sure I was using the correct program to get the cleanest recovery.
Click to expand...
Click to collapse
weird, i use normal fastboot and have yet to have a problem flashing any file; recovery and system images included.
Hi I tried to flash recovery with romracer's . I got these instructions:Copy the recovery image to a convenient location on your computer, preferably with a short path. We will be placing it on the C Drive directly (not in any folder) and using that in the next steps.
Note: The recovery image should have .img extension. If it is in a zip file, extract the .img file from it.
But I can't even extract the zip file with the .img file to C because it says Error:internal error processing iso image.
I am a noobie. Could you guys give me a hand??
Thanks!
kncha said:
Hi I tried to flash recovery with romracer's . I got these instructions:Copy the recovery image to a convenient location on your computer, preferably with a short path. We will be placing it on the C Drive directly (not in any folder) and using that in the next steps.
Note: The recovery image should have .img extension. If it is in a zip file, extract the .img file from it.
But I can't even extract the zip file with the .img file to C because it says Error:internal error processing iso image.
I am a noobie. Could you guys give me a hand??
Thanks!
Click to expand...
Click to collapse
This is what is did I downloaded automatic bootloader unlock from here http://forum.xda-developers.com/showthread.php?t=1182871, unzip it, you will find img file named recovery-en-goapk-0630-1029 replace it with romracer recovery you downloaded and rename the romracer recovery as recovery-en-goapk-0630-1029. Just to be safe even replace the recovery-clockwork-4.0.1.4-olympus with rom racer recovery and rename it as recovery-clockwork-4.0.1.4-olympus. Open main and select option 2 and follow the instructions.It worked for me
First of all thanks!
I did what you told me chose option #2 but when I got into the next #5 "now release vol down and press vol down until ...... it showed the exclamation sign with the lil android. Did I do something wrong?
kncha said:
First of all thanks!
I did what you told me chose option #2 but when I got into the next #5 "now release vol down and press vol down until ...... it showed the exclamation sign with the lil android. Did I do something wrong?
Click to expand...
Click to collapse
what was the error you got, just to be sure download the romracer recovery again it may be a bad download.You just have to switch off the phone switch off the phone holding volume down until you see fastboot then connect it to pc open main and select option 2. It will ask you to do the stuff i just said, press enter it will show device serial number and then again enter and it will write the recovery image and will ask for reboot, hold the volume down button until it shows fastboot disconnect the cable then keep pressing vol down till you get android recovery press vol up to select and that's it you get the recovery.
Edit: Are you rooted and have an unlocked bootloader.

Q: what do i need to fastboot adb

if you haven't read my last thread here is my issue.
my pc won't read my phone because it say "failed to open usb master mode"
i can access bootloader and twrp but i cant usb anything.
my pc will say mtp driver install failed
so my question is what do i need to download for adb fastboot? programs, drivers, all i need since the auto install from my phone isn't working. and if all possible link me to it. ive been up 14 hours straight trying to search every where on what to do but im coming up with nothing. just people saying install and reinstall......so far only clonz tried to help me. i tried sideloading but i didnt know i needed to abd fastboot....tried installing adt from a google search android sdk but eclipse is saying im missing a java file. what the hell am i suppose to do? where does all the adb files/sdk stuff go? im lost already.
Are you trying to copy something to the phone while it's booted up? If yes, you dont need adb/fastboot, only the correct drivers. If you are trying to flash a Kernel, you have to use fastboot. To do this, download the sdk, install it and all the necessary things from the SDK Manager. Then open the command prompt (as admin) and navigate to the folder where fastboot.exe is (probably smth like C:\Program Files\android-sdk\platform-tools). Make sure your boot.img (the kernel) is also there. Boot the phone into the bootloader, then connect it per usb and type
"Fastboot erase cache (optional)
Fastboot flash boot boot.img"
And reboot
Sent from my HTC One X+ using xda app-developers app
s3nsation said:
Are you trying to copy something to the phone while it's booted up? If yes, you dont need adb/fastboot, only the correct drivers. If you are trying to flash a Kernel, you have to use fastboot. To do this, download the sdk, install it and all the necessary things from the SDK Manager. Then open the command prompt (as admin) and navigate to the folder where fastboot.exe is (probably smth like C:\Program Files\android-sdk\platform-tools). Make sure your boot.img (the kernel) is also there. Boot the phone into the bootloader, then connect it per usb and type
"Fastboot erase cache (optional)
Fastboot flash boot boot.img"
And reboot
Sent from my HTC One X+ using xda app-developers app
Click to expand...
Click to collapse
some odd reason when i wiped to to a new rom it like wiped everything and keep saying no os installed. so i never use adb so i dont know what to download and my mtp driver isnt installing properly
I guess you wiped data and it wiped the internal storage too. And now you cant install a rom. I'm not an expert but I guess you could try extracting a rom zip and flash every partition since sideload doesn't seem to work. Better ask a dev about that one, though..
P.s. dont wonder about the "thank", I accidentally pressed it
Sent from my HTC One X+ using xda app-developers app
EDIT: Do you have TWRP recovery? If yes, boot into recovery, select "advanced", then "sideload". Now open cmd again, navigate to adb and type:
"adb sideload rom.zip" (replace rom.zip with the name of your rom file)
Note that the rom.zip must be in the same folder as adb.
Wont be able to write anymore 2day, gotta go sleeping, sry (europe ). I hope this works though..
sideloading as we speak!!!!! hope it works!!!!! taking a long time though
Flipnfr3ak said:
sideloading as we speak!!!!! hope it works!!!!! taking a long time though
Click to expand...
Click to collapse
Not sure if you have fixed your problem but this http://forum.xda-developers.com/showthread.php?t=2051032 might help...even if you don't know what you are doing
Cheers!
Clonz said:
Not sure if you have fixed your problem but this http://forum.xda-developers.com/showthread.php?t=2051032 might help...even if you don't know what you are doing
Cheers!
Click to expand...
Click to collapse
found my problem......i didnt have android sdk installed properly....once i reinstalled everything( java, sdk, htc sync, some other things) i was able to follow your TUT no problem!!!! thanks clonz!!! sideloading is awesome
Flipnfr3ak said:
found my problem......i didnt have android sdk installed properly....once i reinstalled everything( java, sdk, htc sync, some other things) i was able to follow your TUT no problem!!!! thanks clonz!!! sideloading is awesome
Click to expand...
Click to collapse
Glad to help man
Cheers!

[Q] How to install androwook

Hello,
Since my tf201 was getting really slowly I was thinking of putting a custom rom on it, since those are faster(?) than the stock rom. I found out that androwook is a pretty decent custom rom so I wanted to install it, only 1 problem. I have 0 knowledge of this 'Rooting, flashing, fastbooting..." The instructions on how to install it is useless to me. I managed to unblock it by using the asus tool, but thats as far as I got. I have absolutely no idea what to do now, is there any guide on this forum for noobs instead of experts of how to root and install custom roms?
Thanks
Have you read http://forum.xda-developers.com/showpost.php?p=26595658&postcount=1? If you come back with specific questions I'm sure you will get help
hello,
yes i've read that but as I said im a complet noob and stuck at the part boot into revovery. when i select the usb mode it says starting fastboot but it doenst do anything. When I looked on the internet I found that you had to enter some commands on your computer but I've no idea what.. so im stuck
palmenmichiel said:
hello,
yes i've read that but as I said im a complet noob and stuck at the part boot into revovery. when i select the usb mode it says starting fastboot but it doenst do anything. When I looked on the internet I found that you had to enter some commands on your computer but I've no idea what.. so im stuck
Click to expand...
Click to collapse
Be sure you are at the last stock jb rom, and then
0. Backup your data, and make a factory reset
1. Unlock device by executing the unlock app for TFP with WiFi on
2. Install TWRP
3. Install Hairy Recovery & Upgrade Bootloader
4. Install Hairybean 2.2
For step1 and step2, here is the ref
http://goo.gl/oROU2
After installing TWRP, power off your TFP and power on with volumn down until you see a menu showing RCK, volume up to enter TWRP
Follow the instruction of HB after you boot into TWRP(step3 and step4)
kayusumi222 said:
Be sure you are at the last stock jb rom, and then
0. Backup your data, and make a factory reset
1. Unlock device by executing the unlock app for TFP with WiFi on
2. Install TWRP
3. Install Hairy Recovery & Upgrade Bootloader
4. Install Hairybean 2.2
For step1 and step2, here is the ref
After installing TWRP, power off your TFP and power on with volumn down until you see a menu showing RCK, volume up to enter TWRP
Follow the instruction of HB after you boot into TWRP(step3 and step4)
Click to expand...
Click to collapse
Thanks for the info, but I'm stil stuck.. I got the blob file and the fastboot.exe in the same folder, I open the command thingy on that folder, I copy this line in the command "fastboot -i 0x0b05 flash recovery twrp.blob" and then it says it is not recognized as a command, programma or hatch file.. I'm starting to think this rooting stuff is nothing for me haha
palmenmichiel said:
Thanks for the info, but I'm stil stuck.. I got the blob file and the fastboot.exe in the same folder, I open the command thingy on that folder, I copy this line in the command "fastboot -i 0x0b05 flash recovery twrp.blob" and then it says it is not recognized as a command, programma or hatch file.. I'm starting to think this rooting stuff is nothing for me haha
Click to expand...
Click to collapse
Did yo navigate to the fastboot folder? For example, if your folder "fastboot" is at the root of C:
Then you have to navigate to C:\fastboot first. --> cd c:\fastboot
kayusumi222 said:
Did yo navigate to the fastboot folder? For example, if your folder "fastboot" is at the root of C:
Then you have to navigate to C:\fastboot first. --> cd c:\fastboot
Click to expand...
Click to collapse
Yes.. Still won't work, I think ill just let my tablet as it as. I did the factory reset and it runs a whole lot faster now, only problem is that I only used my tablet to watch tv (My operator has a app named tv overal to watch tv on your tablet/phone) Problem is it wont work anymore because it has detected that I rooted my tablet, so now I've reached absolutely nothing, no custom rom and my only app I use frequently doenst work anymore... God I should have never started this haha
palmenmichiel said:
Yes.. Still won't work, I think ill just let my tablet as it as. I did the factory reset and it runs a whole lot faster now, only problem is that I only used my tablet to watch tv (My operator has a app named tv overal to watch tv on your tablet/phone) Problem is it wont work anymore because it has detected that I rooted my tablet, so now I've reached absolutely nothing, no custom rom and my only app I use frequently doenst work anymore... God I should have never started this haha
Click to expand...
Click to collapse
You can use Voodoo OTA Rootkeeper to temp-unroot, btw, did you unlock it?
You should have these items in the fastboot folder (as attachment)
kayusumi222 said:
You can use Voodoo OTA Rootkeeper to temp-unroot, btw, did you unlock it?
Click to expand...
Click to collapse
Yes I did, when I start up there was a white line on the top saying it was unlocked so that worked, also when I use OTA Rootkeeper it doesn't even say I'm rooted, this is becoming complicated :d
palmenmichiel said:
Yes I did, when I start up there was a white line on the top saying it was unlocked so that worked, also when I use OTA Rootkeeper it doesn't even say I'm rooted, this is becoming complicated :d
Click to expand...
Click to collapse
If you just unlocked your device, you have to flash CWM/TWRP first to flash root....
kayusumi222 said:
If you just unlocked your device, you have to flash CWM/TWRP first to flash root....
Click to expand...
Click to collapse
So why does the app say I'm rooted then.. weird... But I dont get it why the command doenst work for me, I have all the zip and unzipped files in my download map, so the blop file, fastboot.exe,... is all in the download map, so I shift right click and open the command thingy, what do i do wrong?
Sent from my GT-I9305 using xda app-developers app
palmenmichiel said:
So why does the app say I'm rooted then.. weird... But I dont get it why the command doenst work for me, I have all the zip and unzipped files in my download map, so the blop file, fastboot.exe,... is all in the download map, so I shift right click and open the command thingy, what do i do wrong?
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=42407269
Maybe you can try to boot into fastboot mode and connect TFP to your PC, in the command windows type "fastboot reboot"
Check whether if your TFP reboot
kayusumi222 said:
Maybe you can try to boot into fastboot mode and connect TFP to your PC, in the command windows type "fastboot reboot"
Check whether if your TFP reboot
Click to expand...
Click to collapse
I mamaged to get it working by simple renaming the blop file to twrp instead of the long original name and it worked, afterwards I rooted it with some moterola program I found on the forum. So now only the last 2 steps and I'm done
Sent from my GT-I9305 using xda app-developers app
palmenmichiel said:
I mamaged to get it working by simple renaming the blop file to twrp instead of the long original name and it worked, afterwards I rooted it with some moterola program I found on the forum. So now only the last 2 steps and I'm done
Sent from my GT-I9305 using xda app-developers app
Click to expand...
Click to collapse
If you don't rename it. Then the command should be look like this "fastboot -i 0x0b05 flash recovery openrecovery-twrp-2.5.0.0-tf201-JB.blob"
Now you can flash the rom you like and enjoy it
kayusumi222 said:
If you don't rename it. Then the command should be look like this "fastboot -i 0x0b05 flash recovery openrecovery-twrp-2.5.0.0-tf201-JB.blob"
Now you can flash the rom you like and enjoy it
Click to expand...
Click to collapse
thanks for your help, much appriciated, however you write it haha
Sent from my GT-I9305 using xda app-developers app

[Q] EVO stuck in bootloop

Alright, so i have an EVO 4g lte and i attempted to root it today. It didnt turn out very well to say the least... I unlocked bootloader and flashed TWRP recovery.I then flashed superSU, and at the same time i flashed a custom rom and gapps zip. Then hit reboot. It has not booted up since.. It will just sit at the white HTC screen. i tried clearing cache and Dalvik cache, also did a factory reset. tried flashing cm10 rom onto the device as well as a rooted stock rom. nothing works! the farthest i have gotten was with the cm10 rom and it went to the cyanogenmod boot logo but was in bootloop still. I downloaded the ADT tool bundle but the phone wont show up on the device list. Can anyone help? im completely stumped.. Im fairly new to rooting and custom roms, but i have rooted multiple tablets and samsung galaxy phones and havent had any issues. this is my only phone also, i just gave my backup to my mother because her phone broke... please if anyone knows how to fix this let me know. when i boot into recovery mode it says Tampered and Unlocked at the top as well as S-On. I can also go into TWRP recovery with no problems. just cant use fastboot with my computer (windows 7 PC).
I am pretty sure i know what i did wrong, I flashed SuperSU to gain root at the same time i flashed the custom rom and gapps.. on all the other devices i would reboot after root and then flash the custom rom seperately.. but is there a way to correct my mistake?
Since you are s-on you have to fastboot flash the boot.img/kernel first and then flash CM and gapps
Any questions PM me
OK sorry to be a noob but how do I do that? I used cmd.exe while rooting but now it won't recognize my device. Much thanks for any help!!
Sent from my GT-P5110 using xda app
If in bootloader type fastboot devices
In recovery type adb devices
See if you get a reply
In fast boot USB menu on the phone, I typed fastboot devices on cmd and it came up blank.
Sent from my GT-P5110 using xda app
Sounds like a driver issue
1.Uninstall everything HTC from your PC
2.Reboot your PC
3.Plug your phone in and it will load a bunch of drivers
4.Try the command again
If that does not work get the latest drivers from HERE use the ones dated 6/6/13
and don't forget the BMP drivers towards the bottom of post 1
bigdaddy619 said:
Sounds like a driver issue
1.Uninstall everything HTC from your PC
2.Reboot your PC
3.Plug your phone in and it will load a bunch of drivers
4.Try the command again
If that does not work get the latest drivers from HERE use the ones dated 6/6/13
and don't forget the BMP drivers towards the bottom of post 1
Click to expand...
Click to collapse
ok ill uninstall all that and give it a try. is pm a better contact method for you?
AUSRA15 said:
ok ill uninstall all that and give it a try. is pm a better contact method for you?
Click to expand...
Click to collapse
Here is fine
bigdaddy619 said:
Here is fine
Click to expand...
Click to collapse
OK rebooting now I'll see if it uninstalled everything.
:fingerscrossed:
OK were connected now, now what? :good:
PC and phone are talking ?
fastboot devices
yes they are talking now. fastboot devices and my phone shows up.
i tried fastboot flash boot.img but it wont recognize the command, i placed the boot.img file into the platform-tools folder inside my C drive. what am i doing wrong? its late at night and im frustrated so i know im screwing something up...
ok good BTW which version of twrp are you using? Let me know before you continue.
pull the boot.img from the rom zip and copy it to the folder you opened your cmd window from
then type fastboot boot boot.img
once it says successful press the power button to return to HBOOT and use the vol keys to navigate to recovery
Once there choose wipe and wipe cache/dalvik cahce/system/data or factory reset depending which version of twrp you are using
then flash CM and gapps
C:\Users\Corey>fastboot boot boot.img
cannot load 'boot.img': No error
thats what i typed in and thats what it said back to me. not quite sure what the problem is.
the boot.img is placed in the same folder as the fastboot application
AUSRA15 said:
C:\Users\Corey>fastboot boot boot.img
cannot load 'boot.img': No error
thats what i typed in and thats what it said back to me. not quite sure what the problem is.
the boot.img is placed in the same folder as the fastboot application
Click to expand...
Click to collapse
try fastboot flash boot boot.img
My bad I was looking at a buddies thread for the commands
bigdaddy619 said:
try fastboot flash boot boot.img
My bad I was looking at a buddies thread for the commands
Click to expand...
Click to collapse
same thing, cannot load unknown error. also i am using twrp 2.6.0.0
Ok lets try something different at least it will get you up and running
Get twrp v2.4.1.0 from http://techerrata.com/browse/twrp2/jewel
put it in the same folder you are using and we will downgrade your twrp for now
copy and paste this in the cmd window
fastboot flash recovery openrecovery-twrp-2.4.1.0-jewel.img
then fastboot erase cache
ok got the twrp done succesfully as well as the wipe cache. whats next? i think i figured out what i was doing wrong, i hadnt opened the file directory. cd downloads, cd android files, etc.
should i try going into recovery now on the phone and flash a rom, or should we stay on fastboot and push the boot.img?
Easiest way to open a cmd window is to press shift and right click inside the folder and choose open cdm window here
That way you know you are in the correct folder.
Yeah go ahead and try to flash the boot.img again

Help on what to do with HTC One X+

Okay, I need some help here with my One X+. Here's what happened: I tried installing a kernel and messed it up (pretty sure), then tried restoring it from a backup. Didn't work. Then I wiped the device. Then I sent a rom through adb to the sdcard and tried installing it. Nothing, happened, told me I have no OS installed. So right now my situation is that my i don't know what to do to fix my device. I think i have to install a different kernel and rom that work together but not 100%, some clarification would be nice. I can use adb and fastboot and have access to TWRP.
Device Specs:
Rooted
Unlocked Bootloader
HTC One X+ International Version 64gig Space
If nobody reply's soon I'll delete this thread, although like 60 people have looked at this thread.
EpicGuitar said:
Okay, I need some help here with my One X+. Here's what happened: I tried installing a kernel and messed it up (pretty sure), then tried restoring it from a backup. Didn't work. Then I wiped the device. Then I sent a rom through adb to the sdcard and tried installing it. Nothing, happened, told me I have no OS installed. So right now my situation is that my i don't know what to do to fix my device. I think i have to install a different kernel and rom that work together but not 100%, some clarification would be nice. I can use adb and fastboot and have access to TWRP.
Device Specs:
Rooted
Unlocked Bootloader
HTC One X+ International Version 64gig Space
Click to expand...
Click to collapse
Try this send a ROM as u did through adb and install it and flash the appropriate Kernel for that ROM....
The kernel has to be flashed seperately from fastboot mode........
or If u have the nandroid backup restore that and copy the boot.emmc.win from the TWRP backup folder to PC
flash the boot.emmc.win from fastboot mode.....
both would get ur phone boot....
Try this send a ROM as u did through adb and install it and flash the appropriate Kernel for that ROM....
The kernel has to be flashed seperately from fastboot mode........
or If u have the nandroid backup restore that and copy the boot.emmc.win from the TWRP backup folder to PC
flash the boot.emmc.win from fastboot mode.....
both would get ur phone boot....
Click to expand...
Click to collapse
I can flash the ROM but how do i flash the kernel, look I'm not very good at these things so don't go far out with the terms.
EpicGuitar said:
I can flash the ROM but how do i flash the kernel, look I'm not very good at these things so don't go far out with the terms.
Click to expand...
Click to collapse
after flashing the ROM
reboot to bootloader then connect ur phone to pc
it will show as fastboot usb on ur phone
now copy the kernel to the folder where u had installed the fastboot
open the CMD prompt on ur PC navigate to fastboot folder
In cmd type the following command
fastboot flash boot boot.img(boot.img is the filename of ur kernel)
fastboot erase cache
reboot ur phone
[email protected] said:
after flashing the ROM
reboot to bootloader then connect ur phone to pc
it will show as fastboot usb on ur phone
now copy the kernel to the folder where u had installed the fastboot
open the CMD prompt on ur PC navigate to fastboot folder
In cmd type the following command
fastboot flash boot boot.img(boot.img is the filename of ur kernel)
fastboot erase cache
reboot ur phone
Click to expand...
Click to collapse
I will try this thank you very much for being one of out the 115 people who looked at this thread who actually responded.:good:
[email protected] said:
after flashing the ROM
reboot to bootloader then connect ur phone to pc
it will show as fastboot usb on ur phone
now copy the kernel to the folder where u had installed the fastboot
open the CMD prompt on ur PC navigate to fastboot folder
In cmd type the following command
fastboot flash boot boot.img(boot.img is the filename of ur kernel)
fastboot erase cache
reboot ur phone
Click to expand...
Click to collapse
I did flash the rom and it worked fine. The kernel I downloaded was automatically flashed the boot.img for using windows.bat. But when I go to reboot the device TWRP tells me that my phone has no OS...
Go to Viper ROM Thread in Development Section (http://forum.xda-developers.com/showthread.php?t=2122390) and download the ROM, then download Kernel and Recovery Flasher (http://d-h.st/rNC).
Start Kernel and Recovery Flasher as Administrator on your PC, change to manual mode and put in the fields out of the downloaded files of the flasher (boot.img, modules folder). Put the ROM on your SD via adb, start again in TWRP and flash the ROM.
I assume you flashed your boot.img with kernel you tried to install, so only install a ROM does not help....
Hope it helps!
Yezariael said:
Go to Viper ROM Thread in Development Section (http://forum.xda-developers.com/showthread.php?t=2122390) and download the ROM, then download Kernel and Recovery Flasher (http://d-h.st/rNC).
Start Kernel and Recovery Flasher as Administrator on your PC, change to manual mode and put in the fields out of the downloaded files of the flasher (boot.img, modules folder). Put the ROM on your SD via adb, start again in TWRP and flash the ROM.
I assume you flashed your boot.img with kernel you tried to install, so only install a ROM does not help....
Hope it helps!
Click to expand...
Click to collapse
Funny thing is that viper rom was the ROM that i installed and the kernel... Oh well I'll try this method too. Thanks for the help! (I'll try to spam your thanks button for that!) :good:
EpicGuitar said:
Funny thing is that viper rom was the ROM that i installed and the kernel... Oh well I'll try this method too. Thanks for the help! (I'll try to spam your thanks button for that!) :good:
Click to expand...
Click to collapse
So after installing the ROM did u wipe any of the partitions....????
after installing just wipe the cache and dalvik cache and nothing else
DONT EVER WIPE SYSTEM AND DATA AFTER A FRESH INSTALL
if u do so u ll get that message NO OS installed.....
[email protected] said:
So after installing the ROM did u wipe any of the partitions....????
after installing just wipe the cache and dalvik cache and nothing else
DONT EVER WIPE SYSTEM AND DATA AFTER A FRESH INSTALL
if u do so u ll get that message NO OS installed.....
Click to expand...
Click to collapse
Why not?? TWRP don't touches your user data, and the other wipes never ever kill you OS... (Sure it makes no sense to delete after installing ROM before 1st startup...)
Yezariael said:
Why not?? TWRP don't touches your user data, and the other wipes never ever kill you OS... (Sure it makes no sense to delete after installing ROM before 1st startup...)
Click to expand...
Click to collapse
I said wiping the SYSTEM and DATA is unnecessary(stupid)...after an INSTALL
[email protected] said:
So after installing the ROM did u wipe any of the partitions....????
after installing just wipe the cache and dalvik cache and nothing else
DONT EVER WIPE SYSTEM AND DATA AFTER A FRESH INSTALL
if u do so u ll get that message NO OS installed.....
Click to expand...
Click to collapse
No I didn't wipe the system or data after the install. Yet it still tells me no OS.
EpicGuitar said:
No I didn't wipe the system or data after tit he install. Yet it still tells me no OS.
Click to expand...
Click to collapse
I installed the ViperX+ Rom, that went smoothly, then I extracted the Kernel_Flasher and started the Venom Flasher went to manual mode and selected the boot image and recovery image the process is fine until it finishes installing then turns off my phone and tries to start in fastboot mode, however the device ignores that and tries booting normally. I tried booting in TWRP but it tells me still no OS.
EpicGuitar said:
I installed the ViperX+ Rom, that went smoothly, then I extracted the Kernel_Flasher and started the Venom Flasher went to manual mode and selected the boot image and recovery image the process is fine until it finishes installing then turns off my phone and tries to start in fastboot mode, however the device ignores that and tries booting normally. I tried booting in TWRP but it tells me still no OS.
Click to expand...
Click to collapse
Just reboot in bootloader mannually using power + volume up.choose fastboot . Then when is there flash kernel. It may tell you that it can't find device what u do is close that window and then it will flash.
Sent from my HTC One X+ using xda app-developers app
---------- Post added at 07:23 PM ---------- Previous post was at 07:19 PM ----------
EpicGuitar said:
I installed the ViperX+ Rom, that went smoothly, then I extracted the Kernel_Flasher and started the Venom Flasher went to manual mode and selected the boot image and recovery image the process is fine until it finishes installing then turns off my phone and tries to start in fastboot mode, however the device ignores that and tries booting normally. I tried booting in TWRP but it tells me still no OS.
Click to expand...
Click to collapse
Or simply try another rom and flash kernel manualy or use a tool that does it for you.
Sent from my HTC One X+ using xda app-developers app
grigoriisi said:
Just reboot in bootloader mannually using power + volume up.choose fastboot . Then when is there flash kernel. It may tell you that it can't find device what u do is close that window and then it will flash.
Sent from my HTC One X+ using xda app-developers app
---------- Post added at 07:23 PM ---------- Previous post was at 07:19 PM ----------
Or simply try another rom and flash kernel manualy or use a tool that does it for you.
Sent from my HTC One X+ using xda app-developers app
Click to expand...
Click to collapse
So when the venom flasher is waiting for fastboot mode i just close the Venom Flasher program?
EpicGuitar said:
So when the venom flasher is waiting for fastboot mode i just close the Venom Flasher program?
Click to expand...
Click to collapse
i never used that. i can only comment on my experience. i use other rom. and my kernel flasher is hasoons tool for one x plus.
Since nobody willing to help me anymore, i'm going to have go back to my old galaxy y, not enough money for a new hox, thanks to all the people who answered atleast.. none of the 1500 people who viewed this thread can't provide more answers..

Categories

Resources