[Q] How to root htc desire 601 - HTC Desire 601

Can anybody tell me how to root htc desire 601?

1) unlock the bootloader
2) flash a custom recovery
3) flash the supersu.zip
Instructions-http://androidforums.com/desire-601...stall-recovery-guide-htc-desire-601-zara.html
if u r on kk, u need a twrp recovery for kk- http://forum.xda-developers.com/des...x-roms-mods-recoveries-backups-tools-t2804427

Child's Play said:
1) unlock the bootloader
2) flash a custom recovery
3) flash the supersu.zip
Instructions-http://androidforums.com/desire-601...stall-recovery-guide-htc-desire-601-zara.html
if u r on kk, u need a twrp recovery for kk- http://forum.xda-developers.com/des...x-roms-mods-recoveries-backups-tools-t2804427
Click to expand...
Click to collapse
ok so i follow the steps 1;2&3
yes i am on kitkat 4.4.2
so then i have to flash the twrp recovery in 2nd step right

1) enable the usb debugging
2) unlock the bootloader
3) flash a twrp recovery
4) flash the supersu.zip

Child's Play said:
1) enable the usb debugging
2) unlock the bootloader
3) flash a twrp recovery
4) flash the supersu.zip
Click to expand...
Click to collapse
Step 4) is generally unnecessary since TWRP will root for you when you reboot from TWRP with an unrooted device.

Thats something new. Thanks for letting me know

Child's Play said:
Thats something new. Thanks for letting me know
Click to expand...
Click to collapse
Its great, works like a charm.

It only works with kk?

Works in any android version I believe, I think they implemented it in TWRP 2.7 but I could be mistaken.
The only time it doesn't work is if you manually unroot but missed deleting some of the files.

R u sure? I didnt know

Child's Play said:
R u sure? I didnt know
Click to expand...
Click to collapse
Am I sure about what?

Twrp 2.7 can root a device on any android version?

Child's Play said:
Twrp 2.7 can root a device on any android version?
Click to expand...
Click to collapse
I've only noticed it with android 4.1.X through 4.4.X. So it works in those versions at least.

mrplowdan said:
Step 4) is generally unnecessary since TWRP will root for you when you reboot from TWRP with an unrooted device.
Click to expand...
Click to collapse
Mine is Zara_ul so which twrp recovery file should i use cos theres only one twrp recovery file listed in http://forum.xda-developers.com/desire-601/development/index-roms-mods-recoveries-backups-tools-t2804427 and that is for zara_cl and like i said before mines zara_ul. Also how do i flash it?

http://forum.xda-developers.com/showthread.php?t=2804520

Child's Play said:
http://forum.xda-developers.com/showthread.php?t=2804520
Click to expand...
Click to collapse
Yeah but how do i flash it

r_somy said:
Yeah but how do i flash it
Click to expand...
Click to collapse
Code:
fastboot flash recovery openrecovery-twrp-2.7.1.1-zaracl.img

OMG thanks a lot guys I rooted my device succesfully

mrplowdan said:
Works in any android version I believe, I think they implemented it in TWRP 2.7 but I could be mistaken.
The only time it doesn't work is if you manually unroot but missed deleting some of the files.
Click to expand...
Click to collapse
TWRP 2.8 automatically loaded superSU on KK but it was not complete and/or needs to be reloaded via play store. As a result I did not get s-off on zara_cl
flashing the latest SuperSU update zip did not seem to work either
Any ideas?

conductive said:
TWRP 2.8 automatically loaded superSU on KK but it was not complete and/or needs to be reloaded via play store. As a result I did not get s-off on zara_cl
flashing the latest SuperSU update zip did not seem to work either
Any ideas?
Click to expand...
Click to collapse
Running rumrunner gets you s-off, not flashing a recovery.
Sent from my cdma Virgin Mobile HTC Desire 601 zara_cl

Related

[Tutorial] How To Root HTC Desire X Jelly Bean

I have seen that since the update notification for Jelly Bean has arrived, Many people (Including me) have been asking for a Tutorial to root the Jelly Bean updated HTC Desire X (HTC DX for short). In this tutorial I would like to mention the steps to root Android Jelly Bean (JB) on HTC DX.
UPDATE: Tutorial with Screenshots here : HTC Desire X Root
This was what had worked for me when I recently rooted by HTC Desire X with Jelly Bean Update, So I hope it works for you too. I am assuming you have just installed the OTA Update and are now sitting with a Stock Jelly Bean on your device.
Summary:
1. Unlock Bootloader (if not already unlocked).
2. Install Jelly Bean compatible Custom Recovery.
3. Flash Super User and Install Busy Box.
4. Enjoy.
Steps.
1. Unlocking Bootloader.
There is a fully explained thread on unlocking bootloader and rooting android ICS put up by user nlooooo, Follow that thread and unlock your bootloader.
http://forum.xda-developers.com/showthread.php?t=2076675
2. Install Jelly Bean compatible Custom Recovery.
Once you update via OTA for the JB Update, Your HBoot becomes JB Hboot instead of the old ICS Hboot so you need a JB Hboot compatible Custom Recovery to flash the Super User and Root.
Our fellow user atis112 fixed the recovery by neXus PRIME to make it work with JB. So you need to download the JB Custom Recovery from the attachment and put it in your C Drive, So the file location would be C:\recovery.img
2.1] Download JB Recovery.img from here : http://forum.xda-developers.com/showpost.php?p=39662992&postcount=66 OR You can use the TWRP Recovery Image made by Yasir. Download from here : http://d-h.st/tSc
2.2] Once you put it in C Drive you need to connect your HTC Mobile to PC and Install HTC JB Drivers, You can install the drivers from here : http://forum.xda-developers.com/showthread.php?t=2222501. Make sure you have installed the Drivers correctly.
2.3] Open your Android SDK (Download it from here if not already) and Go to the \sdk\platform-tools folder. If on Windows 7, Keep the Shift Key pressed + Right click on an empty place in the platform-tools folder > Open Command Window here.
2.4] Type in the following command and see if your device is detected.
adb devices
Click to expand...
Click to collapse
After it is detected, Type the following command.
adb reboot bootloader
Click to expand...
Click to collapse
Once you are in the bootloader, Type the following command.
fastboot flash recovery c:\recovery.img
Click to expand...
Click to collapse
followed by
fastboot reboot-bootloader
Click to expand...
Click to collapse
and
fastboot erase cache
Click to expand...
Click to collapse
2.5] Now you have installed your custom recovery. Now Reboot your Phone.
3. Install SuperUser and Busybox.
3.1] Once again connect your HTC to PC, Download the attached SuperUser.zip and copy it to your SD Card.
3.2] Open the command prompt again as said earlier by going to platform-tools folder and using the adb devices command to check if the phone is detected.
3.3] Once it is connected, Type the following command.
adb reboot recovery
Click to expand...
Click to collapse
3.4] Now you are in the recovery, Use the Volume Up and Down keys to navigate it (Use the power button to select an option).
Navigate to Install Flashable Zip. (This should be the first option and already selected.)
Press Power Button once.
Select "Choose Zip from internal SD-Card" or "external SD-Card" accordingly as to where you put the Superuser.zip.
Press Power Button once.
Scroll and select the Superuser.zip using the Volume Keys.
Press Power Button once.
Then you have flashed your Zip successfully and you are rooted.
Go back to the Main screen using the "Go back" option. Select the "Reboot System Now".
Once you are in the HTC Main screen > Go to App Drawer > Google Play Store > Search for Busy Box and Install it.
That is it, You are now on Jelly Bean and Successfully Rooted.
To Check If You Are Rooted.
1. Open Playstore and search for an app named "Terminal Emulator".
2. Install it.
3. Open it and type in su and execute it.
4. You will get a prompt from Superuser to allow or deny > Allow it.
If you get that prompt, You are successfully rooted.
I hope I have provided credits to all the users whose threads I have mentioned. If not please let me know.
Thanks for reading this.
Or you can refer to my TWRP for JB. Its much better than the fixed neXusRecovery.
Hey, I didn't check that.. Can you give a link to the recovery?
Droid.Anoop said:
Hey, I didn't check that.. Can you give a link to the recovery?
Click to expand...
Click to collapse
Here: http://d-h.st/tSc
xpirt
xpirt said:
Here: http://d-h.st/tSc
xpirt
Click to expand...
Click to collapse
Done. Added it to the post. Thanks Yasir and Xpirt
Droid.Anoop said:
Done. Added it to the post. Thanks Yasir and Xpirt
Click to expand...
Click to collapse
1 more little thing.
I think the instructions in recovery are using vol up down and power buttons. But if im not mistaken,, both my recoveries you mentioned are Touch enabled. So actually no need to bash the crappy volume buttons (i really hate these volume buttons due to bad tactile feedback)
neXus PRIME said:
1 more little thing.
I think the instructions in recovery are using vol up down and power buttons. But if im not mistaken,, both my recoveries you mentioned are Touch enabled. So actually no need to bash the crappy volume buttons (i really hate these volume buttons due to bad tactile feedback)
Click to expand...
Click to collapse
Actually I used the CWM Modded Recovery using Vol rockers only assuming it wasn't touch enabled due to its User Interface. The TWRP one is touch enabled. Are you sure the fixed recovery is touch enabled? As I don't want to flash the old recovery once again to test it.
Droid.Anoop said:
Actually I used the CWM Modded Recovery using Vol rockers only assuming it wasn't touch enabled due to its User Interface. The TWRP one is touch enabled. Are you sure the fixed recovery is touch enabled? As I don't want to flash the old recovery once again to test it.
Click to expand...
Click to collapse
Both my recoveries are touch enabled.
1. TWRP (JB)
2. neXusRecovery. (discontinued for updates)
I'm not really a fan of buttons.
Droid.Anoop said:
Actually I used the CWM Modded Recovery using Vol rockers only assuming it wasn't touch enabled due to its User Interface. The TWRP one is touch enabled. Are you sure the fixed recovery is touch enabled? As I don't want to flash the old recovery once again to test it.
Click to expand...
Click to collapse
Yes, also fixed recovery is touch enabled: you mean the nexus Recovery, right?
xpirt
xpirt said:
Yes, also fixed recovery is touch enabled: you mean the nexus Recovery, right?
xpirt
Click to expand...
Click to collapse
Yes, Thanks for letting me know. Also is there any method to unlock the write protection in JB? I think the JB Sources are not released yet but any workaround?
Droid.Anoop said:
Yes, Thanks for letting me know. Also is there any method to unlock the write protection in JB? I think the JB Sources are not released yet but any workaround?
Click to expand...
Click to collapse
I think ckpv5 found a way. Just think.
xpirt
xpirt said:
I think ckpv5 found a way. Just think.
xpirt
Click to expand...
Click to collapse
Wow that is cool! Wonder if he will share it soon. Or has he already shared it somewhere?
Droid.Anoop said:
Wow that is cool! Wonder if he will share it soon. Or has he already shared it somewhere?
Click to expand...
Click to collapse
Look at his ROMs: deodexed one and myOneDx+ have both hTC write permissions defeated.
xpirt
xpirt said:
Look at his ROMs: deodexed one and myOneDx+ have both hTC write permissions defeated.
xpirt
Click to expand...
Click to collapse
There is a wp_mod which has a Module file "wp_mod2.ko" and an init.d script, (credits to flar2) using which ckpv5 has made his roms.
neXus PRIME said:
There is a wp_mod which has a Module file "wp_mod2.ko" and an init.d script, (credits to flar2) using which ckpv5 has made his roms.
Click to expand...
Click to collapse
Can you explain how to implement it in stock ROM? Then we can integrate it in the tutorial with proper credits.
Droid.Anoop said:
Can you explain how to implement it in stock ROM? Then we can integrate it in the tutorial with proper credits.
Click to expand...
Click to collapse
Look at flar2's thread but use the files from ckpv5's ROM, but first ask him for permission.
xpirt
root JB without flashing custom recovery?
Hi!
I haven't flashed TWRP v2.5.0.0 but only boot the phone into this custom recovery, which is working perfectly. (I want to keep the stock recovery.)
I can install and use the Aroma File Manager (TWRP with Aroma File Manager did not work.)
I can mount the system partition and change / delete files.
However, with a reboot, all my changes will be undone.
Before installing Aroma File Manager for the first time, I installed SuperSu1.34.zip. No error. I installed Aroma File Manager right after it, and I think it said "rooted".
Using TWRP's SuperSu does not work (no error message, but system reboots, and it says it's not rooted.)
My question: can I root my phone while only booting into a non-stock recovery or do I have to flash TWRP and then root the phone?
Would I see the system apps e.g., after mounting /system, even if the phone was not rooted?
I am new to JB, I had 2.3.7 before, which I could root without flashing a custom recovery.
I am not sure if I have to flash the custom recovery because of the s-off problem with HTC devices?
If I flash a custom recovery and root the device, can I flash the stock recovery afterwards without loosing root again?
Would you recommend using SuperSu or Superuser? Which version?
I don't think I need busybox.
I only want to delete bloatware and change the battery symbol.
Thanks for your help!
I didn't try rooting using the stock recovery, but I think it won't be possible as it won't let us change system partition due to S-On. But after you rooted using a custom recovery you can flash the stock recovery again without loosing root. But keep in mind that you won't be able to change system partition. Also, you can't flash zips which aren't signed by HTC.
Sent from my HTC Desire X using xda premium
dansou901 said:
I didn't try rooting using the stock recovery, but I think it won't be possible as it won't let us change system partition due to S-On.
Click to expand...
Click to collapse
The question is if there is a difference if I just boot into the custom recovery vs. if it is flashed and I boot into it. Does ist need to be properly flashed to allow writing in /system?
mary-lou said:
The question is if there is a difference if I just boot into the custom recovery vs. if it is flashed and I boot into it. Does ist need to be properly flashed to allow writing in /system?
Click to expand...
Click to collapse
How do you boot into a custom recovery without flashing it first? It has to be on recovery partition to work correctly.

how can I find my hboot?

how can I find my hboot?
1qasdfghj said:
how can I find my hboot?
Click to expand...
Click to collapse
Vol+ plus Power button when phone is turned off you will see the bootloader. After **UNLOCKED** text you will see hboot 1.2x.xxxx.
xpirt
xpirt said:
Vol+ plus Power button when phone is turned off you will see the bootloader. After **UNLOCKED** text you will see hboot 1.2x.xxxx.
xpirt
Click to expand...
Click to collapse
I hava tried it already. It dosn't work.
1qasdfghj said:
I hava tried it already. It dosn't work.
Click to expand...
Click to collapse
Sorry my mistake, VOL - plus Power button.
xpirt
xpirt said:
Sorry my mistake, VOL - plus Power button.
xpirt
Click to expand...
Click to collapse
OK my hboot is 1.25.0002.
1qasdfghj said:
OK my hboot is 1.25.0002.
Click to expand...
Click to collapse
Good so you have JB hboot/version. Remember always: you have JB hboot.
What does it mean? When you will unlock your bootloader and you have to install a custom recovery/rom you will download only JB version,OK?
Good now go on htcdev.com and unlock it. Follow instructions, are simple.
xpirt
xpirt said:
Good so you have JB hboot/version. Remember always: you have JB hboot.
What does it mean? When you will unlock your bootloader and you have to install a custom recovery/rom you will download only JB version,OK?
Good now go on htcdev.com and unlock it. Follow instructions, are simple.
xpirt
Click to expand...
Click to collapse
Which recovery is better: CWM JB or TWRP JB?
1qasdfghj said:
Which recovery is better: CWM JB or TWRP JB?
Click to expand...
Click to collapse
TWRP for me is better. Btw did you unlock your bootloader?
xpirt
xpirt said:
TWRP for me is better. Btw did you unlock your bootloader?
xpirt
Click to expand...
Click to collapse
Yes with the tool.
How can i check that it succeeded?
1qasdfghj said:
Yes with the tool.
How can i check that it succeeded?
Click to expand...
Click to collapse
Above hboot 1.25.0002 you find or **LOCKED** or **UNLOCKED**.
xpirt
xpirt said:
Above hboot 1.25.0002 you find or **LOCKED** or **UNLOCKED**.
xpirt
Click to expand...
Click to collapse
Now how can I back up all my apps and data like games, Contacts, et cetera... ?
1qasdfghj said:
Now how can I back up all my apps and data like games, Contacts, et cetera... ?
Click to expand...
Click to collapse
Yes if you rooted it use Titanium Backup on Play store.
xpirt
xpirt said:
Yes if you rooted it use Titanium Backup on Play store.
xpirt
Click to expand...
Click to collapse
It is not rooted, It just unlocked Bootloader. I want to back up before I doing recovery/
1qasdfghj said:
It is not rooted, It just unlocked Bootloader. I want to back up before I doing recovery/
Click to expand...
Click to collapse
Ehm.. install a custom recovery and from it backup all system if you want.
And if you root phone you will not lose your data.
xpirt
xpirt said:
Ehm.. install a custom recovery and from it backup all system if you want.
And if you root phone you will not lose your data.
xpirt
Click to expand...
Click to collapse
"And if you root phone you will not lose your data."
But it is a custom recovery, how it save all my personal data?
1qasdfghj said:
"And if you root phone you will not lose your data."
But it is a custom recovery, how it save all my personal data?
Click to expand...
Click to collapse
If you install a custom recovery (TWRP/CWM) will you not lose your data.
If you install a custom ROM, you will lose your data but you need a custom recovery to install a custom ROM.
xpirt
xpirt said:
If you install a custom recovery (TWRP/CWM) will you not lose your data.
If you install a custom ROM, you will lose your data but you need a custom recovery to install a custom ROM.
xpirt
Click to expand...
Click to collapse
Ok I understand now.
xpirt said:
If you install a custom recovery (TWRP/CWM) will you not lose your data.
If you install a custom ROM, you will lose your data but you need a custom recovery to install a custom ROM.
xpirt
Click to expand...
Click to collapse
So, I Unlock Bootloader,
now I need to install a custom recovery based on JB,
back-up my files,
and install the rom you suggested me?
that is all?
and what is: Boot.img_Installer_RC2.0.zip?(it was in the rom-page and suggested to download )
and what is kernel?
???
1qasdfghj said:
???
Click to expand...
Click to collapse
To backup only your games and contacts, root your phone flashing superuser.zip on hasoon tool package and then download titanium backup from play store and backup
xpirt

black screen and pc does not see when in fastboot mode

hello,
I have got a Desire x after my sister becouse she got a new phone,
at first the desire x was randomly rebooting but ive read on different forums and there was lots of was to stop that ,
so i picked the easyest way to update
so i went to settings, about phone and clicked for the phone to cheak for updates
and it did find the update to jb so i did
and every thing worked fine but i like to play real racing 3 but this device is not compatable so i downloaded the apk from a different source
but i the app opened and than closed
so i toughed that i need to root to install this app so i began
http://forum.xda-developers.com/showthread.php?t=2316662
i read the aboves guide how to do it but i found a tool
http://forum.xda-developers.com/showthread.php?t=1943822
and i used it becouse i found it more easy and i unlocked bootloader flashed twrp 2.6,flashed superuser and cheaked if phone is rooted with root cheaker and it sayed that my device is not fully rooted (or something like this) even busy box was saying that there are no root premission
but so i was trying to redo it manually but when i wanted to do something it sayed [waiting for device]...
and nothing i tryed it on 2 pcs and nothing but i flashed a rom and thoughed that after i will do it i will be able to flash via fastboot the boot.img file but nothing and i think ive bricked my device so i need help to get out of this
the_ziom said:
hello,
I have got a Desire x after my sister becouse she got a new phone,
at first the desire x was randomly rebooting but ive read on different forums and there was lots of was to stop that ,
so i picked the easyest way to update
so i went to settings, about phone and clicked for the phone to cheak for updates
and it did find the update to jb so i did
and every thing worked fine but i like to play real racing 3 but this device is not compatable so i downloaded the apk from a different source
but i the app opened and than closed
so i toughed that i need to root to install this app so i began
http://forum.xda-developers.com/showthread.php?t=2316662
i read the aboves guide how to do it but i found a tool
http://forum.xda-developers.com/showthread.php?t=1943822
and i used it becouse i found it more easy and i unlocked bootloader flashed twrp 2.6,flashed superuser and cheaked if phone is rooted with root cheaker and it sayed that my device is not fully rooted (or something like this) even busy box was saying that there are no root premission
but so i was trying to redo it manually but when i wanted to do something it sayed [waiting for device]...
and nothing i tryed it on 2 pcs and nothing but i flashed a rom and thoughed that after i will do it i will be able to flash via fastboot the boot.img file but nothing and i think ive bricked my device so i need help to get out of this
Click to expand...
Click to collapse
It's not bricked, I think you need to reinstall a recovery. I recommend TWRP 2.5 instead of 2.6 because 2.5 has no bugs. Try to restore your nandroid backup (if you haven't any try one of these: http://forum.xda-developers.com/showthread.php?t=2324815 and choose your cid) and then flash SuperSU: http://download.chainfire.eu/supersu
PS: you can use the tool for installing custom recovery, only choose ''your own recovery'' and click on the recovery image
GtrCraft said:
It's not bricked, I think you need to reinstall a recovery. I recommend TWRP 2.5 instead of 2.6 because 2.5 has no bugs. Try to restore your nandroid backup (if you haven't any try one of these: http://forum.xda-developers.com/showthread.php?t=2324815 and choose your cid) and then flash SuperSU: http://download.chainfire.eu/supersu
PS: you can use the tool for installing custom recovery, only choose ''your own recovery'' and click on the recovery image
Click to expand...
Click to collapse
thank you but i dont have any backup and remeber i flashed a different rom and black screen al the time
the_ziom said:
thank you but i dont have any backup and remeber i flashed a different rom and black screen al the time
Click to expand...
Click to collapse
You can get a nandroid backup from that link, only read everything over there very carefully. And after that flashing superSU
GtrCraft said:
You can get a nandroid backup from that link, only read everything over there very carefully. And after that flashing superSU
Click to expand...
Click to collapse
yes but i cant get cid becouse system does not boot up and fastboot does not see my device bu i will try
the_ziom said:
yes but i cant get cid becouse system does not boot up and fastboot does not see my device bu i will try
Click to expand...
Click to collapse
Reinstall the drivers and you can use the All In One tool to get your cid
GtrCraft said:
Reinstall the drivers and you can use the All In One tool to get your cid
Click to expand...
Click to collapse
yes but i allready tryed reinstalling deivers maybe you could give me a link to specyfic drivers
the_ziom said:
yes but i allready tryed reinstalling deivers maybe you could give me a link to specyfic drivers
Click to expand...
Click to collapse
Use the drivers given in the tool: http://www.hasoon2000.info/getdownload.php?file=HTC Drivers/HTCDriver.exe
GtrCraft said:
It's not bricked, I think you need to reinstall a recovery. I recommend TWRP 2.5 instead of 2.6 because 2.5 has no bugs. Try to restore your nandroid backup (if you haven't any try one of these: http://forum.xda-developers.com/showthread.php?t=2324815 and choose your cid) and then flash SuperSU: http://download.chainfire.eu/supersu
PS: you can use the tool for installing custom recovery, only choose ''your own recovery'' and click on the recovery image
Click to expand...
Click to collapse
Dude if its saying not rooted you were supposed to flash the supersu.zip in twrp and then update it then you would have root privleges you flashed a rom without root the supersu didnt you? And it basically bricked it so hold vol down and power boot into h boot go to recovery it will boot you into twrp check to see if you do have that supersu.zip if you have it flash it and you dont have s-off look in that rom package and find the kernel (boot.img) flash it and wipe your dalvic cache and your cache and it should boot into that rom but if you dont have that supersu.zip you mite have to side load it then flash it
sent from my one x+ if i helped you out hit that thanks button
gothicasshole said:
Dude if its saying not rooted you were supposed to flash the supersu.zip in twrp and then update it then you would have root privleges you flashed a rom without root the supersu didnt you? And it basically bricked it so hold vol down and power boot into h boot go to recovery it will boot you into twrp check to see if you do have that supersu.zip if you have it flash it and you dont have s-off look in that rom package and find the kernel (boot.img) flash it and wipe your dalvic cache and your cache and it should boot into that rom but if you dont have that supersu.zip you mite have to side load it then flash it
sent from my one x+ if i helped you out hit that thanks button
Click to expand...
Click to collapse
but i flashed supersu and flashed the boot.img flashed the rom i want and still blank screen
the_ziom said:
but i flashed supersu and flashed the boot.img flashed the rom i want and still blank screen
Click to expand...
Click to collapse
Just restore the nandroid backup as I told earlier and flash the SuperSU I gave in the link
GtrCraft said:
Just restore the nandroid backup as I told earlier and flash the SuperSU I gave in the link
Click to expand...
Click to collapse
ahumm how to restore it?
sorry but i got no cloue about this phone
ive rooted htc wildfire, sensation
and samsung s2 and s3 but this phone i made a big fail with
the_ziom said:
ahumm how to restore it?
Click to expand...
Click to collapse
Look at the second post in thread with the nandroid backups
GtrCraft said:
Look at the second post in thread with the nandroid backups
Click to expand...
Click to collapse
unfortunetly i restored and still have the black screen promlem
the_ziom said:
unfortunetly i restored and still have the black screen promlem
Click to expand...
Click to collapse
You flashed the boot.img?
GtrCraft said:
You flashed the boot.img?
Click to expand...
Click to collapse
but what boot.img
im very confused
the_ziom said:
but what boot.img
im very confused
Click to expand...
Click to collapse
ok sry the stock boot.img but u forgot that pc does not see my device right?
the_ziom said:
but what boot.img
im very confused
Click to expand...
Click to collapse
Turn your phone into fastboot mode (holding power and volume down when turning on) and plug it into your pc.
Extract the zip file and run ''Install Boot.img.bat'' and reboot
GtrCraft said:
Turn your phone into fastboot mode (holding power and volume down when turning on) and plug it into your pc.
Extract the zip file and run ''Install Boot.img.bat'' and reboot
Click to expand...
Click to collapse
but u forgot that my pc does not see my device right?
the_ziom said:
but u forgot that my pc does not see my device right?
Click to expand...
Click to collapse
Even after reinstalling drivers?

Bootloader & Recovery HELP PLEASE

Hi,
I unlocked my bootloader, flashed boot.image and CM snapshot 12 and then after setting up my phone I tried installing TWRP 2.8 with that stupid TWRP Play Store app.
NOW i cannot get into bootloader OR recovery with neither the bootmenu nor adb commandline nor the Volume+- on reboot...
PLEASE HELP me get TWRP 2.8 on my device... OR get me back into Recovery... I'm going crazy here
Turning off the phone and using the volume buttons after turning it on, gives me a black screen with an orange LED for recovery. How do I fix this.
PLEASE, there must be someone out there that can help me get recovery back???
Puffin617 said:
Hi,
I unlocked my bootloader, flashed boot.image and CM snapshot 12 and then after setting up my phone I tried installing TWRP 2.8 with that stupid TWRP Play Store app.
NOW i cannot get into bootloader OR recovery with neither the bootmenu nor adb commandline nor the Volume+- on reboot...
PLEASE HELP me get TWRP 2.8 on my device... OR get me back into Recovery... I'm going crazy here
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=53220435&postcount=4
here is a recovery guide
i suggest sticking with CM11 or Using the TWRP build by Championswimmer, his ones support CM11 but i have no idea how to use it or install it ( i think recovery partition)
Envious_Data said:
http://forum.xda-developers.com/showpost.php?p=53220435&postcount=4
here is a recovery guide
i suggest sticking with CM11 or Using the TWRP build by Championswimmer, his ones support CM11 but i have no idea how to use it or install it ( i think recovery partition)
Click to expand...
Click to collapse
I have tried flashing an FTF (that I have used in the past) but it fails....
UPDATE: Got the FTF to Flash...
Puffin617 said:
I have tried flashing an FTF (that I have used in the past) but it fails....
Click to expand...
Click to collapse
1. install drivers
2. Download FTF for your device
3. Flash FTF
(flashmode=Volume down)
Envious_Data said:
1. install drivers
2. Download FTF for your device
3. Flash FTF
(flashmode=Volume down)
Click to expand...
Click to collapse
Do I need to UNLOCK again after FTF?
Puffin617 said:
Do I need to UNLOCK again after FTF?
Click to expand...
Click to collapse
No. Flashing a FTF restores the entire device to a factory state.
Bootloader isnt affected at all
Envious_Data said:
No. Flashing a FTF restores the entire device to a factory state.
Bootloader isnt affected at all
Click to expand...
Click to collapse
Thankx for the help
I'm back on CM with everything flashed correctly. Now I just want to get rid of this CWM and get TWRP back on...
Puffin617 said:
Thankx for the help
I'm back on CM with everything flashed correctly. Now I just want to get rid of this CWM and get TWRP back on...
Click to expand...
Click to collapse
As said there is only CWP and Philz
No twrp for xperias and cm11
Envious_Data said:
As said there is only CWP and Philz
No twrp for xperias and cm11
Click to expand...
Click to collapse
Flashing the latest monxDIFIED gives you TWRP 2.8...

[Root][E23xx][UB][6.0.1][26.3.A.0.131]ROOT and TWRP RECOVERY XPERIA M4

Tested only in Xperia M4 Aqua E2303, you need UNLOCKED BOOTLOADER,steps:
1. download this recovery (thanks to @dani020110 and your corresponding boot (rename it to boot.img):
FOR E2303.
FOR E2333
FOR E2306
FOR E2353
FOR E2312
2. copy them inside the adb folder and boot into fastboot mode, type in the shell:
Code:
fastboot devices
fastboot flash recovery recovery.img
fastboot reboot
3. let the phone booting ,shut down and boot again in fastboot mode then:
Code:
fastboot devices
fastboot flash boot boot.img
fastboot reboot
Now you have ROOT WITH LATEST SUPER SU 2.76 and custom Recovery.ENJOY
at you own risk .
Going to try that out tomorrow morning, it is already late in my country. But thanks you're a livesaver!
Ummm I need permission to access the site by the owner?
You havent made files on google disk public. We cant download anything.
Can't access files on google disk.
Download is public now, sorry
PiSpecialist said:
Download is public now, sorry
Click to expand...
Click to collapse
Thanks. I will try it now, and write a feedback.
For the dual sim version i need the kernel.img from the device if anyone can upload it is about 40mb.
Thanks, It works!
Works great ,no problems at all.
What version of T.W.R.P is this?
George0501 said:
What version of T.W.R.P is this?
Click to expand...
Click to collapse
3.0.0.2
MK99 said:
Thanks, It works!
Click to expand...
Click to collapse
DiveNNN said:
Works great ,no problems at all.
Click to expand...
Click to collapse
PRESS THANKS BUTTON AND ENJOY.:good:
PiSpecialist said:
3.0.0.2
Click to expand...
Click to collapse
That's great! How did you get it working? And also, is there any way of making it for locked bootloaders aswell?
george0501 said:
that's great! How did you get it working? And also, is there any way of making it for locked bootloaders aswell?
Click to expand...
Click to collapse
for locked bootloader we can't flash the recovery via fastboot, must includes both recovery and root in the rom.
But is it possible (for locked bootloader) to update using a pre-rooted zip with the old recovery? Or flashtool is needed to update something at bootloader level?
Hmm... Looks like i cant get root access, SuperSU app is working and everything but other apps cant get root access.
jrazvan said:
But is it possible (for locked bootloader) to update using a pre-rooted zip with the old recovery? Or flashtool is needed to update something at bootloader level?
Click to expand...
Click to collapse
of course they can flash prerooted stock rom with a working recovery.
DiveNNN said:
Hmm... Looks like i cant get root access, SuperSU app is working and everything but other apps cant get root access.
Click to expand...
Click to collapse
everything work here.
PiSpecialist said:
of course they can flash prerooted stock rom with a working recovery.
everything work here.
Click to expand...
Click to collapse
Maybe its because i was flashing SuperSU zip before
DiveNNN said:
Maybe its because i was flashing SuperSU zip before
Click to expand...
Click to collapse
install busybox from playstore and report back
PiSpecialist said:
install busybox from playstore and report back
Click to expand...
Click to collapse
Just loading doesnt even ask me for root access. Looks like something is fcked up at my side. I tried reflashing still same. I will try reflashing firmware.

Categories

Resources