Related
I just unbricked my ns via odin
Now i want to root and flash other roms.
But the power button is broken (It makes me cannot pressing vol up/down to select in fastboot mode)
So, I cannot get into recovery to flash su.zip or flash cwm etc...
I would like to know any method to root and flash roms now.
Thanks
SOLVED :
1.using one-click rooting for GB
2.using rom manager flashing cwm and get into cwm
lyfkevin said:
I just unbricked my ns via odin
Now i want to root and flash other roms.
But the power button is broken (It makes me cannot pressing vol up/down to select in fastboot mode)
So, I cannot get into recovery to flash su.zip or flash cwm etc...
I would like to know any method to root and flash roms now.
Thanks
Click to expand...
Click to collapse
Use terminal app and $reboot recovery
Sent from my NS4G powered by AOKP ICS
jralabate said:
Use terminal app and $reboot recovery
Sent from my NS4G powered by AOKP ICS
Click to expand...
Click to collapse
is this root acess needed?
it says "operation not permitted".
thx though
Type su to get superuser first
Sent from my Optimus 2X using XDA
xtrustkillx said:
Type su to get superuser first
Sent from my Optimus 2X using XDA
Click to expand...
Click to collapse
I guess it has to be rooted first?
let me change the question.
Could I root it via terminal instead of via fastboot/recovery?
lyfkevin said:
I guess it has to be rooted first?
let me change the question.
Could I root it via terminal instead of via fastboot/recovery?
Click to expand...
Click to collapse
if i remember right , there are some one-click root tools
Clockworkmod 5.5.0.4 Non touch recovery for the myTouch 4G Slide
Everything works
I highly reccomended to upgrade if coming from a past version of clockworkmod
This is deprecated, use this instead.
How to install using terminal emulator (DD)
1. Download image to your sdcard then
2. Also download and open terminal emulator from the Play then type:
Code:
su
dd if=/sdcard/CWM_recovery_5504.img of=/dev/block/mmcblk0p21
reboot recovery
How to install using adb
1. Download
2. Setup ADB and Fastboot
Code:
adb reboot bootloader
fastboot flash recovery CWM_recovery_5504.img
fastboot reboot
How to install using terminal emulator (Flash_Image)
1. Download image to your sdcard then
2. Also download and open terminal emulator from the Play then type:
Code:
su
flash_image recovery /sdcard/CWM_recovery_5504.img
reboot recovery
Features:
Power off charging
Openrecovery support (pretty sure)
UI changes
Noticeably faster overall
New CWM changes
slick blue theme with some Gnexus bootloader overlay themes
better logging\error detection
I will hopefully soon be able to put it in rom manager
Thanks:
Kornyone
Koush and Cm team
Please let us know when you get this into rom manager!
GREAT WORK
Going to try this now and report back I have s-on so I will test that as well
Sent from my myTouch_4G_Slide using Tapatalk 2
****! That's sweet. Will flash ASAP, hopefully there's no bricks Xo
Sent from my myTouch_4G_Slide using xda premium
rawdaddymagraden said:
Going to try this now and report back I have s-on so I will test that as well
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
if it doesn't work, then I'll try building twrp because I know that has it. That could eliminate the need for S-Off!
Is it possible to flash with terminal emulator?
Sent from my myTouch_4G_Slide using Tapatalk
xmc wildchild22 said:
if it doesn't work, then I'll try building twrp because I know that has it. That could eliminate the need for S-Off!
Click to expand...
Click to collapse
Lolz that was going to be my 1st big project, TWRP. But I have no time Xo How'd you manage to build a 5.5 w/o the 3.0 Kernel Source?
Sent from my myTouch_4G_Slide using xda premium
AgentCherryColla said:
Lolz that was going to be my 1st big project, TWRP. But I have no time Xo How'd you manage to build a 5.5 w/o the 3.0 Kernel Source?
Sent from my myTouch_4G_Slide using xda premium
Click to expand...
Click to collapse
using magic young one .....ill upload everything i needed to hack or change to github when i get on my laptop
godbilla said:
Is it possible to flash with terminal emulator?
Sent from my myTouch_4G_Slide using Tapatalk
Click to expand...
Click to collapse
from undead cwm thread...
just replace the clockworkmod image name with my cwm image
5. Then open Term emulator and this....
su
dd if=/data/local/recovery-clockworkmod-5.0.2.7-doubleshot.img of=/dev/block/mmcblk0p21
Press ENTER
6. It should say transferring bytes blah blah
The ROM Manager app still reports 5.0.2.7 for "Current" and "Latest" after flashing with ADB. Is this normal?
nice work will try .
I wish flash img GUI supported ds
Sent from my myTouch_4G_Slide using Tapatalk 2
godbilla said:
Is it possible to flash with terminal emulator?
Sent from my myTouch_4G_Slide using Tapatalk
Click to expand...
Click to collapse
Do this:
su
flash_image recovery /path/to/recovery.img
reboot recovery
Click to expand...
Click to collapse
I can confirm that this works.
jaronm said:
The ROM Manager app still reports 5.0.2.7 for "Current" and "Latest" after flashing with ADB. Is this normal?
Click to expand...
Click to collapse
yea...it will say that until i register it in rom manager
Everything seems to be working , this if faster than the official recovery, I'll be sticking with this
Sent from my myTouch_4G_Slide using Tapatalk 2
Just to put it out there I have a nand I made with the latest cwm and it does restore with this. I know that's everyones fear of changing recovery so good work wildchild
Sent from my myTouch_4G_Slide using Tapatalk 2
strapped365 said:
Just to put it out there I have a nand I made with the latest cwm and it does restore with this. I know that's everyones fear of changing recovery so good work wildchild
Click to expand...
Click to collapse
The problem I've seen with the 5.0.2.7 CWM Recovery is the inability to successfully do an Advanced Restore of selected partitions. Say you only want to restore /Data, if you try to do that with 5.0.2.7 it will fail because of the inability to selectively extract using TAR. Doing a full normal restore works fine.
Has the Advanced Restore been fixed in this version? Note, Advanced Restore works perfect in the Modaco 4.0.0.9 recovery, because it doesn't use TAR.
Fuzi0719 said:
The problem I've seen with the 5.0.2.7 CWM Recovery is the inability to successfully do an Advanced Restore of selected partitions. Say you only want to restore /Data, if you try to do that with 5.0.2.7 it will fail because of the inability to selectively extract using TAR. Doing a full normal restore works fine.
Has the Advanced Restore been fixed in this version? Note, Advanced Restore works perfect in the Modaco 4.0.0.9 recovery, because it doesn't use TAR.
Click to expand...
Click to collapse
I have never used advanced restore so I have no clue. After some charge I can fresh flash and test tho
Sent from my myTouch_4G_Slide using Tapatalk 2
Worked Using terminal DD code!! Thanks !
I couldn't find a power-off option on cwm menu... anyone? plsss help
that was taken off of cwm because of bugs with other devices
Does anyone have the tar.file to flash touch recovery via odin? or does anyone know know the command lines to push via terminal emulator? PLEASE HELP!!!!!!!!
ct_tec313 said:
Does anyone have the tar.file to flash touch recovery via odin? or does anyone know know the command lines to push via terminal emulator? PLEASE HELP!!!!!!!!
Click to expand...
Click to collapse
Why do you want to odin flash that specifically? Just curious. EZ Recovery works great
I wanted to install CWM by zip file on my P500 but cant get into Recovery Mode. It just reboots my phone.
Thanks in advance
You not have recovery,install it via lgmdp
powered by ics/gb/aokp/official htc build/evo3d/lgp500
If u are rooted just download the CWM app and install using the app
Sent from my LG-P500 using xda premium
allenwalker1998 said:
If u are rooted just download the CWM app and install using the app
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
By CMW he means Rom Manager
Can i get the tutorial of the lgmdp procedure
muftiazan said:
Can i get the tutorial of the lgmdp procedure
Click to expand...
Click to collapse
As said above, just go to playstore and search for rom manager, by this way you won't brick your phone.
Sent from my LG-P500 using xda premium
Even I'm unable to boot into recovery mode. I'm using the HTC One V.
I tried to boot into recovery mode by titanium backup, ROM manager, bootloader... But it just resets my phone.:crying:
You need to install recovery first by LGMDP or ROM Manager
rohanclassic said:
Even I'm unable to boot into recovery mode. I'm using the HTC One V.
I tried to boot into recovery mode by titanium backup, ROM manager, bootloader... But it just resets my phone.:crying:
Click to expand...
Click to collapse
This is "LG" OPTIMUS ONE and "LG" OPTIMUS V forum.. search for HTC ONE V forum on XDA.
HTCs have different way of flashing recovery!!
Use Rom Manager and flash Clockwork mod
Sent from my LG-P500 using xda premium
use rom manager with precaution go to a good coverage area then use it
but i suggest u not to use it
as of myself it took my phone to fastboot mode twice
use terminal emulator method
but u should be rooted
download any recovery image(google it) and flash_image(google it )
place the flash_image in /system/bin and change it permissions and then place recovery.img into /sdcard/
and open terminal emulator (download frm market)
and type
su
and press allow
now type the following
flash_image recovery /sdcard/recovery.img
and if i helped u press thanks
and dont use rom manager its too risky and i will say use amonra 3.0.6
insteade of cwm
OPEN SOURCE LEADS TO DEVELOPMENT
I've received the 4.4.2 OTA update on my phone and I lost root.
This seems to be common, and I re-installed CWM (and I also tried TWRP) custom recoveries and they both work fine.
However, SuperSU and the SU binary seem to be halfway installed/broken.
How can I fix it?
SuperSU says it needs to update the SU binary, and if I try the normal method it fails and if I try the TWRP/CWM method it doesn't do anything.
so you can't flash supersu via cwm?
Sent from my Nexus 5 using xda app-developers app
CWM wasn't asking to install SuperSU and I wasn't sure what to flash...
However, I just used the cf-autoroot boot image and it worked.
Thanks for the help!
You have to flash super su in twrp or cwm recovery. Not from the super su app
I just clicked on the root button in WugFresh toolkit and it re-rooted it for me... easy peasy...
ralphkaz said:
I just clicked on the root button in WugFresh toolkit and it re-rooted it for me... easy peasy...
Click to expand...
Click to collapse
Same way I do it, since I am lazy....
Shinyhead said:
Same way I do it, since I am lazy....
Click to expand...
Click to collapse
That's a Hell of a lot more with than just flashing it in recovery
jd1639 said:
That's a Hell of a lot more with than just flashing it in recovery
Click to expand...
Click to collapse
Yea I know, but I have to remember the command, then open a cmd prompt to that directory with fastboot and type the it in....haha i'm just super lazy on this
Shinyhead said:
Yea I know, but I have to remember the command, then open a cmd prompt to that directory with fastboot and type the it in....haha i'm just super lazy on this
Click to expand...
Click to collapse
A command window? I just boot into recovery and flash it.
Flash in recovery - https://mega.co.nz/#!xk92nAZI!t2-Mhj_BbBMlYVj6OLC6xT2ycAMixnETqnUdqFXkr9w
Sent from my Nexus 5 using Tapatalk