[Q] How do I keep ClockworkMod? - Nexus S Q&A, Help & Troubleshooting

OK, so after fighting with my Nexus S 4G for three hours trying to get it rooted (it took 15 - 30 minutes for my Hero and Evo Shift) I finally established root and wanted to install ClockworkMod. Of course I've come to learn that it's just not that simple, and I have to rename the default recovery, which require r/w permissions, and just more hoops to jump through.
Long story short, I rooted, set r/w access and renamed install-recovery.sh and used ROM Manager to install ClockworkMod. Reboot to recovery, and all seems well. Except that the next time I reboot, I'm back to the default recovery, my renamed install-recovery.sh.old is no where to be found and low and behold, install-recovery.sh is back.
Considering how easy this was with HTC devices... I'm starting to get a little pissed off.
Anyone have any idea why I can't maintain ClockworkMod?

Why don't you just use fastboot and flash the recovery image? It will be permanent if you do that... It takes about ten seconds.

Download the clockwork mod recovery and rename it to recovery.img then reboot your phone into the bootloader (hold volume up while you power on your phone). With the Android sdk installed and in your path, type fastboot flash recovery recovery.img and enjoy. If you want more specific help, you can pm me. I'll need to know what type of computer you have, Windows, Mac, or Linux in that case.
Sent from my Nexus S 4G using XDA Premium App

If you're sure you did the renaming properly and after that the file got restored back, I'd suggest you trying to trick the system by making a backup of the original install-recovery.sh and then instead of renaming it, just delete everything in that file so you still have the file named install-recovery.sh which will do noting to the recovery partition

radadev said:
Download the clockwork mod recovery and rename it to recovery.img then reboot your phone into the bootloader (hold volume up while you power on your phone). With the Android sdk installed and in your path, type fastboot flash recovery recovery.img and enjoy. If you want more specific help, you can pm me. I'll need to know what type of computer you have, Windows, Mac, or Linux in that case.
Sent from my Nexus S 4G using XDA Premium App
Click to expand...
Click to collapse
OK... tried this. No go.
Reboot still shows the default and not clockwork.

The file I renamed on my i9020a to prevent stock recovery from being reinstalled was in the folder \etc and was called install-recovery.bak
Cheers

So you're saying that your NS is rooted but when you boot into recovery, default recovery replaces CWM right?
1) Download 'Root Explorer' and 'ROM Manager' from the Market (Skip this step if you already have done so)
2) Reboot
3) Open 'Root Explorer' and open 'etc' directory
4) On the top right hand corner, click the 'Mount R/W' button
5) On the same directory, find 'install-recovery.sh' and rename this file to a different name (e.g. install-recovery.sh.old)
6) Open 'ROM Manager' and click 'Flash ClockworkMod Recovery.'
7) Reboot

jungbum said:
So you're saying that your NS is rooted but when you boot into recovery, default recovery replaces CWM right?
1) Download 'Root Explorer' and 'ROM Manager' from the Market (Skip this step if you already have done so)
2) Reboot
3) Open 'Root Explorer' and open 'etc' directory
4) On the top right hand corner, click the 'Mount R/W' button
5) On the same directory, find 'install-recovery.sh' and rename this file to a different name (e.g. install-recovery.sh.old)
6) Open 'ROM Manager' and click 'Flash ClockworkMod Recovery.'
7) Reboot
Click to expand...
Click to collapse
This is the first thing I tried. No dice.

Sophos1 said:
The file I renamed on my i9020a to prevent stock recovery from being reinstalled was in the folder \etc and was called install-recovery.bak
Cheers
Click to expand...
Click to collapse
I don't see an "install-recovery.bak"

Stupid question, is your bootloader still unlocked?

wild1z said:
Stupid question, is your bootloader still unlocked?
Click to expand...
Click to collapse
Yep. Still unlocked. Super-user and root programs appear to work fine. Can pull apks and push them back. I really don't know why this isn't working for me. Just thought maybe I wasn't alone.

Shadodragon said:
Yep. Still unlocked. Super-user and root programs appear to work fine. Can pull apks and push them back. I really don't know why this isn't working for me. Just thought maybe I wasn't alone.
Click to expand...
Click to collapse
Have you tried to lock it back up and return to stock? I suspect you are using the latest clockwork mod too right? I feel your pain. My Hero was a PITA to root and it had all kinds of wanky problems one day and the next.. Blue skys.

wild1z said:
Have you tried to lock it back up and return to stock? I suspect you are using the latest clockwork mod too right? I feel your pain. My Hero was a PITA to root and it had all kinds of wanky problems one day and the next.. Blue skys.
Click to expand...
Click to collapse
See, the Hero was easy for me. The Nexus seems 10 times harder to do things to.
I have noticed this, I have an:
etc\install-recovery.sh
and
system\etc\install-recovery.sh
Do I need to rename both?

Shadodragon said:
See, the Hero was easy for me. The Nexus seems 10 times harder to do things to.
I have noticed this, I have an:
etc\install-recovery.sh
and
system\etc\install-recovery.sh
Do I need to rename both?
Click to expand...
Click to collapse
I can only tell you what I would do. I would try to get it back to stock and lock it up to start over.
Maybe JasonMahoney, AOSP and Lilduce will come on over and share this fun with us.

Related

[MOD][12/03/09] ADB Remount, Superuser, and Busybox

I'd been trying to figure out how to set up a few simple things in my rooted, post-MR, but otherwise stock CDMA Hero. Namely, ADB Remount permissions (/default.prop file), set up Superuser to properly manage permissions for apps that require root, and install Busybox. Ideally, I wanted to set these up manually. Turns out it's not as simple as one might hope. ADB Remount, for example, requires that you modify and repackage the boot.img/recovery.img.
So, what I've got here is a minimal update.zip file you can apply to your phone via the recovery console. Nothing crazy, it's just MoDaCo's ROM 1.1, but with everything taken out except for the aforementioned items. Once you patch your phone, just these items will be configured and your phone will still look, run, etc. the same as before. Also, a2sd will be copied to your /system/bin directory, but it's something that had to stay in the file for some reason, otherwise the phone wouldn't boot. Probably a setting Paul built into the boot.img.
In any case, here it is. It's working well for me. Hope it helps some of you out too.
****
Thanks goes to Paul of course (MoDaCo) camalot (Droid Explorer) and dagnasty for telling me about the auto-sign plugin that's available in Droid Explorer.
Instructions for manually installing Busybox over here:
http://forum.xda-developers.com/showthread.php?t=591303
****
I responded on ppcgeeks:
mercado79 said:
IAlso, a2sd will be copied to your /system/bin directory, but it's something that had to stay in the file for some reason, otherwise the phone wouldn't boot. Probably a setting Paul built into the boot.img.
Click to expand...
Click to collapse
Yup. It's a script that was added to the boot.img-ramdisk that copies all of your apps to your sd when apps2sd's requirements are met.
So if the sdcard is not partitioned correctly then ap2sd will not run, yes?
Smacky55 said:
So if the sdcard is not partitioned correctly then ap2sd will not run, yes?
Click to expand...
Click to collapse
"Correctly" is relative. If there is no EXT partition on the sdcard, then the ROM won't try to move your applications to it. But the script runs regardless.
Sorry, meant if sdcard isn't partitioned at all. Thanks for the answer.
flipzmode told me in another thread that even though this script is included, that doesn't mean that the update.zip i posted will enable apps2sd for anyone. there's more required in order to get it to work (i stripped most everything out).
A few simple questions. re -stock 1.56... rom
1) in the zip system folder, its refers to /xbin ; does that require that /system/xbin be pre-existent, or will it create it ?
2) busybox is in /system/bin on mine. Do I need to remove it?
a) if so then due to the "busybox --install -s /system/bin"
command , how do i remove the current symbolic busybox entry points?
b)have $PATH changes been applied to overwrite the current export
3) empty init.sh file?
4) google meta references?
I think I may understand the need to get bootstrap-"root" permissions established, is there another way as well?
Thanks for dealing with these noobie questions.
Thanks for this. worked out great.
willy900wonka said:
A few simple questions. re -stock 1.56... rom
1) in the zip system folder, its refers to /xbin ; does that require that /system/xbin be pre-existent, or will it create it ?
2) busybox is in /system/bin on mine. Do I need to remove it?
a) if so then due to the "busybox --install -s /system/bin"
command , how do i remove the current symbolic busybox entry points?
b)have $PATH changes been applied to overwrite the current export
3) empty init.sh file?
4) google meta references?
I think I may understand the need to get bootstrap-"root" permissions established, is there another way as well?
Thanks for dealing with these noobie questions.
Click to expand...
Click to collapse
sorry willy man. not sure what i can tell you. i'm pretty close to being a newbie myself. i never fully understood what the script was doing. i simply took the original modaco update and compared it to another script paul had posted on his forums last fall.
if you unzip the file, you should be able to see everything that's going on. the file structure is super simple, so modify it to suit your needs and give it a try. worst case, you'll need to revert to a nandroid backup. oh, and don't forget you'll need to sign the file and zip it back up in order to flash it onto the phone.
come to think of it, i guess maybe i should update the script using the latest modaco rom, though i'm not sure how helpful it'd be for everyone. to be honest, i've since bitten the bullet and moved on to flipz's rom and the gumbo kernel. runs beautifully!
Ok, so I formated the card, put the .zip file on the sdcard and tried to press home+power to enter the recovery council. When I hold home and press power I am taking to a screen that has an exclamation point and an image of the phone.
Can anyone help?
partylatino420 said:
Ok, so I formated the card, put the .zip file on the sdcard and tried to press home+power to enter the recovery council. When I hold home and press power I am taking to a screen that has an exclamation point and an image of the phone.
Can anyone help?
Click to expand...
Click to collapse
Boot the phone by holding home only. And...I'm assuming you have the recovery console installed and are rooted.
I think the problem is that a recovery boot image was not previously installed. A green screen with a set of options should've appeared.
http://forum.xda-developers.com/showthread.php?t=596879
I prefer 1.2.3
mercado79 said:
Boot the phone by holding home only. And...I'm assuming you have the recovery console installed and are rooted.
Click to expand...
Click to collapse
I did root the phone but I am not familiar with the recovery council. I tried to search for this but was unsuccessful.
I just got my Hero last week so I am still new to all of this. Can you point me in the right direction?
partylatino420 said:
I did root the phone but I am not familiar with the recovery council. I tried to search for this but was unsuccessful.
I just got my Hero last week so I am still new to all of this. Can you point me in the right direction?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=596879 explanation
code from : http://forum.xda-developers.com/showthread.php?t=583291
13:
Code:
adb push recovery-RA-heroc-v1.5.2.img /sdcard
Pushing is equivalent of copy the file to the root of your sdcard. By the time you finished reading this it should be done. You'll know its done because the ouput will say something like transferred X bytes in X secs.
14:
Code:
adb shell reboot
This will cause the phone to restart automatically. Wait till it is fully booted to continue.
http://tinyurl.com/yc96j2z
partylatino420 said:
I did root the phone but I am not familiar with the recovery council. I tried to search for this but was unsuccessful.
I just got my Hero last week so I am still new to all of this. Can you point me in the right direction?
Click to expand...
Click to collapse
Your google search didn't turn anything up on "recovery council" because the operative use would have actually been "recovery console"..
that did it!! Thanks guys!!!
um, what???
mercado79 said:
So, what I've got here is a minimal update.zip file you can apply to your phone via the recovery console.
Click to expand...
Click to collapse
Apply via the recovery console? Sorry, still very new to this. Thanks!
Recovery Console
Go to the recovery console by holding down home when you power your Android. In that menu, you should see something that says 'flash update from SD card'... or something like that... then you choose the .zip that he has so kindly provided us.
Oh, and you have to put the .zip file that he provided on the SD card if that isn't already obvious :/
I also renamed it update.zip once I copied it to my SD card. Hope this clears it up a little. I just rooted my Hero yesterday.. so I am on the same NOOB level.
Do I need to wipe before flashing this / will this wipe my phone if I flash it?
fallonjp said:
Do I need to wipe before flashing this / will this wipe my phone if I flash it?
Click to expand...
Click to collapse
You shouldn't need to wipe your phone; however I really don't think it's a good idea to use this. I put this together last year when we were still running Android 1.5 so it's WAY out of date. Just go with Nfinite's ROMs. He keeps them almost completely stock (depending on which you choose) and they can serve as great back-up / go-to ROMs.

OBSOLETE.

In the event something happens to your phone, -I'm- not responsible for the damages to it, you are. The end. I've personally tested this method and it works flawlessly.
This tutorial entails gaining full root access on your Evo. That means we -will- be unlocking NAND. But most importantly, we'll be doing it all without the use of a computer. Needless to say, this is going to take a while, especially if you don't have access to a wifi signal. The PC36IMG.zip files are rather hefty and are going to take at least 30 minutes to download. So I suggest you start downloading both of them now.​
Prerequisites: Download Astro File Manager from the market. Open it up, hit the menu key on your phone, select more, select preferences, then scroll down and make sure Enable Browser Download is checked.
This is a template for you guys that'll explain to you how to move a file to the root of your SD card using Astro File Manager.
The files that you've downloaded from the links below are going to be located in the Downloads folder that is on the root of your SD card.
Unless you're using a browser like Xscope or Dolphin, then you'd have to navigate to the particular browser's folder that you're using, open it up and find the downloads folder in there.
When you first open the Astro File Manager app, you're going to be staring at what is the actual root of your SD card. Remember that.
Code:
When I tell you to move something to the root of your SD card, you're going to:
Locate and open the appropriate download folder that contains the file I am referring to.
Long press on the file.
Select Edit.
Select Move.
Press the Back key on your phone 'til you've reached the root of your SD card in Astro File Manager.
Click the Menu key on your phone.
Select Edit.
Select Paste.
When I tell you to rename a file you're going to:
Long press on the file.
Select Edit.
Select Rename.
Rename it accordingly and select done.
Step 1. Download this file http://link.geekfor.me/rootedromzip and move it to the root of your SD card.
Step 2. Power down your phone.
Step 3. Hold down the Volume Down and Power key simultaneously and keep holding it down until you've reached a white screen with 3 android dudes on skateboards.
Step 4. It's going to give you some options, whether or not to install the PC36IMG.zip, select yes (volume up is yes) for any prompt you get.
Step 5. Once you've rebooted you will officially have root access. Just not full root access, we still need to unlock NAND.
Step 6. Navigate to the root of your sd card and rename the PC36IMG.zip file whatever you want, doesn't matter. Just don't name it update. You can even delete it if you want.
Step 7. Download the mtd-eng.zip file here. - http://forum.xda-developers.com/attachment.php?attachmentid=342668&d=1276481802 And the flash_image.zip file here. - http://forum.xda-developers.com/attachment.php?attachmentid=342667&d=1276481776
Step 8. Navigate to the root of your SD card and locate both of the .zip files you just downloaded. Open them, and long press on the files inside of them, then select Edit, then Copy, navigate back to the root of your SD card, press menu, select Edit, and then paste. Do the same thing for both files.
Step 9. Open up the Android Market and download the terminal emulator app by Jack Palevick, it's free.
Step 10. Open the terminal emulator app and type in these commands exactly as they are written. If you get an error, try again.
Note: After each line is completed, hit enter. A # sign means you've run the commands successfully.
Code:
[B]su
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image misc /sdcard/mtd-eng.img[/B]
Step 11. Download the new PC36IMG.zip file here -http://sdx-downloads.com/sdx/evo/troot/eng-PC36IMG.zipand move it to the root of your SD card, then rename it to "PC36IMG.zip" because the is named eng-PC36IMG.zip, which is wrong. Then power down your phone.
Step 12.
Hold volume down and power to boot into hboot.
- It should now find and verify the PC36IMG.zip on the root of your sdcard. It'll show a blue status bar on the top right of the screen.
- After a minute or so it will ask u if u wanna flash Select YES.
- After it flashes the PC36IMG.zip it will ask if you wanna reboot. Select YES.
Click to expand...
Click to collapse
Step 13. Once your phone has rebooted, download the recovery.img file here - http://files.androidspin.com/downloads.php?dir=amon_ra/RECOVERY/&file=recovery-RA-evo-v1.7.0.1.img Then move it to the root of your SD card and rename it "recovery.img"
Step 14. Still know how to use terminal emulator? Open it up and type in these commands.
Code:
[B]su
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image recovery /sdcard/recovery.img[/B]
You now have full root access as well as a legit recovery.
If you want to flash a ROM or the newest radio and you don't know how to do that, there's already guides for that. So I won't include that in my tutorial, just click here. http://forum.xda-developers.com/showthread.php?t=710513
ALL CREDIT GOES TO THESE GUYS! toastcfh, keishou, maejrep, Paul, Amon_Ra, Koush, TheBiles, and anybody else I forgot.
PLEASE NOTE THE DONATION SUGGESTION IN MY SIGNATURE.
I must look like a douche what with the bold CAPS asking to note the donation link in my signature, which used to be a link to Dr. Cloverdale's paypal, not mine. Just thought I'd clear that up.
Reserved.
10 char
Great Work!!
Wow, great work!! Seems easy enough to me. I have a quick question as i haven't rooted yet and don't know all it entails.
First, you say after this method that we have a "legit recovery"...does that mean if i hard reboot, that there is a rooted, nand unlocked image you put there already that will flash with a hard reset? And if so, what image did you use? (or is it exactly the same as stock but rooted)
Second, some of the other quides state we need to root, then unlock, then flash a custom recovery...it looks as if you have all 3 steps included right?
Finally, is there anything else you recommend i do after i complete root using your method?? I am looking forward to maximizing this phone!!
Thanks for this guide!!! Can't wait to try it out.
adeyo said:
Wow, great work!! Seems easy enough to me. I have a quick question as i haven't rooted yet and don't know all it entails.
First, you say after this method that we have a "legit recovery"...does that mean if i hard reboot, that there is a rooted, nand unlocked image you put there already that will flash with a hard reset? And if so, what image did you use? (or is it exactly the same as stock but rooted)
Second, some of the other quides state we need to root, then unlock, then flash a custom recovery...it looks as if you have all 3 steps included right?
Finally, is there anything else you recommend i do after i complete root using your method?? I am looking forward to maximizing this phone!!
Thanks for this guide!!! Can't wait to try it out.
Click to expand...
Click to collapse
Legit, as in the most legit recovery on the scene, that being Amon_RA's.
Yup, got all three covered in that order.
Here's a link that shows you an in-depth guide on how to flash ROM's and what-have-you. http://forum.xda-developers.com/showthread.php?t=710513
No problem, man. Let me know how it goes for ya'.
Does this method still work with the latest OTA patch on 6/28/10?
Aren't you supposed to have Superuser Permissions after flashing the first ROM?
and you do get super permissions after you flash a CUSTOM rom....
what's your definition of 'CUSTOM'? This isn't my first time rooting, I unrooted lastnight and decided to try this method to see if it would work. I know for a fact that during the original rooting process the first PC36IMG you flash, you have Superuser permissions. And the second one that is flashed is the ROM to unlock NAND. However, doing this method, after flashing the first PC36IMG, I do not have Superuser permissions
However, it does seem that this method works. So I'm happy. It's good to know that I don't have to rely on a computer to root my phone now. Now the only thing I need to do, is figure out how to UNroot my phone without a computer.
Android believer, did you update to the ota update yesterday? Do you know if this works with the ota v1.47.651.1?
Sent from my Evo using XDA App
gordon1hd1 said:
Does this method still work with the latest OTA patch on 6/28/10?
Click to expand...
Click to collapse
I would assume it doesn't, as this is still toastcfh's method of rooting except it's done without a computer.
@ neckface
Hope you're not tired of hearing from me. First, thanks mass for this.
You say this is Toasts method without computer. I'm on the orig stock ROM, no 1.47 update. I WANT to do the update (for better battery mainly). I want to do whitslacks method. He says you need eng hboot 76.2000. He says use Toasts part 2 to get that.
Should I : use this to get eng hboot, then go to whitslacks for the 1.47 update? You seem to have a pretty good grip on this, so I thought I'd ask your opinion.
(if this is still Toastcfhs method, are these links to the same files he has posted? Meaning, will this get me eng-Hboot 76.2000? )
Thanks a lot.
anybody
Really interested in this. Anyone have success with this from 1.32 SW, and does it give you hboot 76.2000 ?
Thanks in advance.
Scott
OK i must be the dumb one
I have already used the "Unrevoked method" so I thought I could just skip to the Nand unlock. Now the phone(EVO) will not allow me access to my sdCard...and..will not read when I plug it up to my USB PC(windows) instead of it coming up as android like it use to it comes up as Qualcomm CDMA Technologies MSM(new found hardware wizard)....and the phone can only charge when the phone is powered off. Its like the usb is not responding and I can not have access to the SD card via teh device..i need advice
Thank you
Thank you,
I don't know if it was the wrong recovery.img or what, but I could not do a nand unlock. This worked great and did it all off the phone..... Awsome

flashing question - new whiskey team ROM

hello all,
first of all THANK YOU very much for this ROM - really appreciate it!!!
second of all:
I currently have a stock rom on my device - rooted.
As I understand I need to replace the stock recovery with that of krylon360(http://forum.xda-developers.com/show....php?t=1099374) and then follow the steps listed in the first post??
is the link in my post is the link to the final version of cwm for our devices??
Thank you very much for the help and sorry for the noobenst this is my first rom change
alon2 said:
hello all,
first of all THANK YOU very much for this ROM - really appreciate it!!!
second of all:
I currently have a stock rom on my device - rooted.
As I understand I need to replace the stock recovery with that of krylon360(http://forum.xda-developers.com/show....php?t=1099374) and then follow the steps listed in the first post??
is the link in my post is the link to the final version of cwm for our devices??
Thank you very much for the help and sorry for the noobenst this is my first rom change
Click to expand...
Click to collapse
your link wont load, just make sure you go to the thread that says CWM FINAL by krylon 360 and follow the steps and you will be fine
dsexton702 said:
your link wont load, just make sure you go to the thread that says CWM FINAL by krylon 360 and follow the steps and you will be fine
Click to expand...
Click to collapse
this is the link(as I see it in my broser)
what are the steps after I replaced the recovery?
is it as simple as following the steps in this thread?cause I saw people had problems...
Thank you very much for the help again
Just go to cyclopscomputers.com/gs4g
Sent from my SGH-T959V using XDA App
Use root explorer to copy/replace recovery.bin put update.zip on root of sd card, reboot into recovery.
Sent from my SGH-T959V using XDA Premium App
This is what I did and worked perfectly. But I allready had KD1 which I recomend you get. Download the recovery and update.zip and put both of them on the root of your sd card. Then get root explorer from the market. Open root explorer and go down to sdcard. In the sd card you are gonna find the recovery file you placed in there. Your long press it and its gomma say copy. Copy that and press back button and then your at the main page of root explorer again. Its gonna say paste and cancle at.the bottom but dont press anything yet. You go all the way down to system and go into it and then into /bin. In /bin your gonna press the mount r~w button at the top right which allows you to paste the file. You press paste at bottom left and its gonna ask if you want to overwrite say yes.(if it didnt ask you overwrite that either means the file you downloaded was renamed.or there was a (2) or (3) on it if you downloaded various times. Just take the ending out so its.just.recovery)
Now back out to homescreen of your phone.and if you have kd1 you can get into recovery from quickboot if not then turn off your phone and hold powerbutton and both volume keys while the phones turning on normally it will go to a bluish screen with an android.(recovery) here you click reinstall packages and your done
Sent from my SGH-T959V using XDA Premium App
sorry i have to do this... but i'm pretty sure theres more than enuff info to figure it out... noob or noobiest... didnt have to start a random thread
Moved to general.
rickyy00 said:
This is what I did and worked perfectly. But I allready had KD1 which I recomend you get. Download the recovery and update.zip and put both of them on the root of your sd card. Then get root explorer from the market. Open root explorer and go down to sdcard. In the sd card you are gonna find the recovery file you placed in there. Your long press it and its gomma say copy. Copy that and press back button and then your at the main page of root explorer again. Its gonna say paste and cancle at.the bottom but dont press anything yet. You go all the way down to system and go into it and then into /bin. In /bin your gonna press the mount r~w button at the top right which allows you to paste the file. You press paste at bottom left and its gonna ask if you want to overwrite say yes.(if it didnt ask you overwrite that either means the file you downloaded was renamed.or there was a (2) or (3) on it if you downloaded various times. Just take the ending out so its.just.recovery)
Now back out to homescreen of your phone.and if you have kd1 you can get into recovery from quickboot if not then turn off your phone and hold powerbutton and both volume keys while the phones turning on normally it will go to a bluish screen with an android.(recovery) here you click reinstall packages and your done
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Thank you very much for the detailed explanation.
I'll try that tomorrow at work cause at home I can't get windows 7 to recognize my device
To be honest u don't need a pc and can do the whole thing from your phone with the right apps and it works flawlessly haveing roottookit and supermanger also helpful in the process
Sent from my SGH-T959V
rose2jam said:
To be honest u don't need a pc and can do the whole thing from your phone with the right apps and it works flawlessly haveing roottookit and supermanger also helpful in the process
Sent from my SGH-T959V
Click to expand...
Click to collapse
how can I do it without a PC?
downloading now supermanger , didnt find roottookit
not working...
So I did as you said(didn't use my PC by downloading stright to the phone and using root explorer)
boot into recovery using quick boot app(exclamation mark screen with little green robot)
pressed the reinstall packages
it says:
-- Applying Multi CSC
-- Installing Multi CSC
-- Install from sdcard..(in yellow)
Finding update package(in yellow)
E:Can't mount /dev/block/mmcblk0p1(in red)
(No such file or directory)(in red)
E:Can't mount SDCARD:update.zip(in red)
Installation aborted(in red)
did I do something wrong?
alon2 said:
So I did as you said(didn't use my PC by downloading stright to the phone and using root explorer)
boot into recovery using quick boot app(exclamation mark screen with little green robot)
pressed the reinstall packages
it says:
-- Install from sdcard..(in yellow)
Finding update package(in yellow)
E:Can't mount /dev/block/mmcblk0p1(in red)
(No such file or directory)(in red)
E:Can't mount SDCARD:update.zip(in red)
Installation aborted(in red)
did I do something wrong?
Click to expand...
Click to collapse
Did you move the the update.zip to the correct directory?
yep moved it to /sdcard
Sent from my SGH-T959V using XDA App
Did u add the recovery file from downloaded to system .bin folder
Sent from my SGH-T959V
rose2jam said:
Did u add the recovery file from downloaded to system .bin folder
Sent from my SGH-T959V
Click to expand...
Click to collapse
yes I did just like the tutorial said to(overwrite the original)
/dev/block/mmcblk0p1 - really doesn't exist
E:Can't mount /dev/block/mmcblk0p1(in red)
(No such file or directory)(in red)
Click to expand...
Click to collapse
I really don't have that directory - should I have it?
issue solved by formatting the SDcard
so I formatted mt sdcard and the managed to get into CWM.
I hava another question:
now every time I want to go into CWM I should do the same procedure?
I mean put the update.zip in the root of the sdcard->go to recovery->reinstall apps?
Alon
That's what I do leaving the update there... btw its root toolbox helps geting into recovery without the three button push also with getting rid of bloat
Sent from my SGH-T959V
going to flash...few more questions
rose2jam said:
That's what I do leaving the update there... btw its root toolbox helps geting into recovery without the three button push also with getting rid of bloat
Sent from my SGH-T959V
Click to expand...
Click to collapse
Now that I have cwm I want to replace the kernel.
I want to take Bali v2.1 extended battery from whisky -
my questions are:
1) which kernel should I take:regular\UV(what's the difference anyway)
2) what about all my apps+data/contacts/sms...? will it erase them?what backup should I do?

a little help?

ok im tring to root flash smooth maximus on my buddies sk4g and im a little stuck. when i did my galaxy s it was way different. im trying to use android commander for the modified binary but it tells me abd doesnt work when i oped it and i have the sdk installed. do i have to do this what is the difference between this and my phone to have to do this step
lowlife113 said:
ok im tring to root flash smooth maximus on my buddies sk4g and im a little stuck. when i did my galaxy s it was way different. im trying to use android commander for the modified binary but it tells me abd doesnt work when i oped it and i have the sdk installed. do i have to do this what is the difference between this and my phone to have to do this step
Click to expand...
Click to collapse
you have to flash a rom using cwm!
btw please post questions in general section not the dev section
ok well if a mod could move this thread...i understand how to flash it what i dont get is why i have to modify the binary to run cwm and why android commander wont run to push the file
You need to modify the binary because a stock recovery can't flash unsigned roms, which any rom not from samsung is. Android commander won't push that file because system needs to be remounted as read/write, rather than read only.
You can use my modified oneclickroot script to push the correct modified binary and install the update.zip to get you into CWM
http://forum.xda-developers.com/showpost.php?p=15831175&postcount=124
you have to mod it to get into the right recovery and just use root explorer
download:
http://www.krylon360.com/file_host/sk4g/recovery.zip (This is the recovery.)
http://www.krylon360.com/file_host/sk4g/update.zip (this is the update)
http://www.4shared.com/get/HpENkmN8/...rer_v2124.html (this is root explorer.)
open the first file on your computer and take out the recovery file inside it and place it on the sd card.
place the second file on the sd card
and install the last file.
now open root explorer scroll down and find sdcard,
now open it and find recovery and long press on it. hit copy. now hit the back button once.
now find system. open it.
find bin. open it.
hit on the top mount r/w
hit paste and overwrite the file.
next, power down the device and instead of powering on regularly, press volume down+ power button you should be in the recovery mode.
if it is blue then hit install packages,
if it is red you should be good to go.
NOW YOU HAVE A CWM
thank you i was following another set of directions which apperently were wrong

[Q] Noob guide?

Im very new to development on the Sidekick. I have my phone rooted and thats it. I want to put the final smooth maximus on it. How do I go about do that??
Additional info:
As I said I only have it rooted, I dont have CWM on it or anything else.
A step by step noob friendly guide would be helpful please.
Install CWM from here ,
Put the Update.zip on your /SDCARD
Install root manager from phone , put moddedrecovery on your /SDCARD then navigate it to /SYSTEM/BIN rename Recovery.bin to Recovery.bak then move krylon's there .
Terra27 said:
Im very new to development on the Sidekick. I have my phone rooted and thats it. I want to put the final smooth maximus on it. How do I go about do that??
Additional info:
As I said I only have it rooted, I dont have CWM on it or anything else.
A step by step noob friendly guide would be helpful please.
Click to expand...
Click to collapse
I dont see a link? Also what is a good free root manager??
http://www.4shared.com/file/kdrTVrGw/Root_Manager_v195.htm
there's root manager & here's CWM
http://forum.xda-developers.com/showthread.php?t=1124453
Terra27 said:
I dont see a link? Also what is a good free root manager??
Click to expand...
Click to collapse
Now how do I put the manager on my phone?? Thank you for being so patient!
Put the .apk on your /SDCARD open file's application from your sidekick & install it
Terra27 said:
Now how do I put the manager on my phone?? Thank you for being so patient!
Click to expand...
Click to collapse
if u ever need help feel free to pm me
Sent from my SGH-T839 using XDA Premium App
Now how do I install it?? Sorry I'm confused on all this. I thought I knew that. Phone dev isn't my forte..
Terra27 said:
Now how do I install it?? Sorry I'm confused on all this. I thought I knew that. Phone dev isn't my forte..
Click to expand...
Click to collapse
Go to files , go to place where you saved the .apk and Just click on it , then a option may come up say package installer click on that then it will install.
Hope this helped you.
Sent from my SGH-T839 using Tapatalk
Okay so I got everything done and it soft bricked so I used ODIN to unbrick it and when I retry to get into CWM it always errors out now, I've redone everything I originally did and it won't go back into CWM. Why?
Sounds like you didn't replace the recovery binary correctly if it's giving a "verification failed" error.
I did though, I rooted my phone using super one click, robooted it, replaced recovery in system/bin with krios' and left the update.zip on the root and it still didnt. I dont think it really rooted though..
Terra27 said:
I did though, I rooted my phone using super one click, robooted it, replaced recovery in system/bin with krios' and left the update.zip on the root and it still didnt. I dont think it really rooted though..
Click to expand...
Click to collapse
do you have the superuser app? if not its not rooted.
I have it.
Terra27 said:
I have it.
Click to expand...
Click to collapse
okay so download the recovery file and move it to sytem/bit and overwrite the old recovery file. place the update.zip on to your sd card the volume down+power on should get you there! if its blue i think you have to press reintall packages
Try my script here, it'll place the recovery and cwm for you:
http://forum.xda-developers.com/showpost.php?p=15831175&postcount=124
So after having my phone brick twice, will someone PLEASE take the time to type a step by step noob friendly guide. Please
Define brick. Where did you have issues and what issues did you have?
Terra27 said:
So after having my phone brick twice, will someone PLEASE take the time to type a step by step noob friendly guide. Please
Click to expand...
Click to collapse
download:
http://www.krylon360.com/file_host/sk4g/recovery.zip (This is the recovery.)
http://www.krylon360.com/file_host/sk4g/update.zip (this is the update)
http://www.4shared.com/get/HpENkmN8/...rer_v2124.html (this is root explorer.)
open the first zip file (recovery file) on your computer and take out the recovery file inside it (should be the only file) and place it on the sd card.
place the second file (the update file) on the root of your sd card
and install (root explorer) the last file just like you would a normal apk file.
now open root explorer scroll down and find sdcard,
now open it and find recovery and long press on it. hit copy. now hit the back button once.
now find system. open it.
find bin. open it.
hit on the top mount r/w
hit paste and overwrite the file.
next, power down the device and instead of powering on regularly, press volume down+ power button or volume up+volume down+camera+power on you should be in the recovery mode.
if it is blue then hit re-install packages,
if it is red you should be good to go.
NOW YOU HAVE A CWM
Goodluck and have fun flashing.
tylermaciaszek said:
download:
http://www.krylon360.com/file_host/sk4g/recovery.zip (This is the recovery.)
http://www.krylon360.com/file_host/sk4g/update.zip (this is the update)
http://www.4shared.com/get/HpENkmN8/...rer_v2124.html (this is root explorer.)
open the first zip file (recovery file) on your computer and take out the recovery file inside it (should be the only file) and place it on the sd card.
place the second file (the update file) on the root of your sd card
and install (root explorer) the last file just like you would a normal apk file.
now open root explorer scroll down and find sdcard,
now open it and find recovery and long press on it. hit copy. now hit the back button once.
now find system. open it.
find bin. open it.
hit on the top mount r/w
hit paste and overwrite the file.
next, power down the device and instead of powering on regularly, press volume down+ power button or volume up+volume down+camera+power on you should be in the recovery mode.
if it is blue then hit re-install packages,
if it is red you should be good to go.
NOW YOU HAVE A CWM
Goodluck and have fun flashing.
Click to expand...
Click to collapse
okay I can get that far, but when I attempt to flash smooth mazimus on it, it will get to the tmo/sidekick/samsung screen and I'll hear a weird female robotic voice. 4 bricks, 1 with the FC vibrations, 3 with that weird voice.

Categories

Resources