Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
NaughtyBot
Old
#31  
Junior Member
Thanks Meter 6
Posts: 25
Join Date: Mar 2012
Location: Paradise, NL (no, really...)
Quote:
Originally Posted by MrJoran View Post
I'll take a look into removing the root later today or tomorrow. Need to write an exam first
Thanks for all the hard work, man, and good luck with the exam!
 
MrJoran
Old
#32  
Member
Thanks Meter 75
Posts: 76
Join Date: Mar 2012
Location: St. John's, NL
No worries at all. Let me know how it goes. Would love feedback, especially since this is my first project.
The Following User Says Thank You to MrJoran For This Useful Post: [ Click to Expand ]
 
id_mew
Old
#33  
Senior Member
Thanks Meter 33
Posts: 313
Join Date: Aug 2011
Thank you for this. I originally had bell stock rom and I flashed a wrong kernel now my phone became At &T so I wouldn't get ota updates but with this I have chance.

Sent from my SGH-I717R using XDA
 
MrJoran
Old
#34  
Member
Thanks Meter 75
Posts: 76
Join Date: Mar 2012
Location: St. John's, NL
Quote:
Originally Posted by id_mew View Post
Thank you for this. I originally had bell stock rom and I flashed a wrong kernel now my phone became At &T so I wouldn't get ota updates but with this I have chance.

Sent from my SGH-I717R using XDA
No worries at all, friend. Let me know how it goes as this is my first project and I'd love some feedback.
 
NaughtyBot
Old
#35  
Junior Member
Thanks Meter 6
Posts: 25
Join Date: Mar 2012
Location: Paradise, NL (no, really...)
Okay, so I took a deep, nervous breath and gave this a shot. For the most part...success! Flash counter is reset, phone is unrooted and it looks like everything is back to stock (as far as I can tell anyway).

There were just a few issues. The Bell radios would not flash, got about half-way through and failed every time. Everything else went like, well, clockwork. Shortly after I rooted the phone, I used cellunlocker.net to carrier unlock the phone, don't know if that had anything to do with it.

Also, the part using adb was a bit tricky (especially given that I didn't know what adb was to begin with). I found that I had to unplug the phone a couple of times before adb would correctly recognize it. Also a few driver issues. I don't know if it helped but in CWM I mounted everything except for the USB Storage. Once it recognized the device, it installed recovery.img just fine.

Had to try it a couple of times. The first time, I reset the flash counter before I flashed the stock Bell kernel. I figured that since the Bell kernel was stock, it wouldn't trip the flash counter (but it did). The second go-round, things went fine.

Here were my steps: installed CWM (didn't have it on there at first), flashed everything but recovery (used pda-odin-bell-stock-system-boot.zip, not pda-odin-bell-stock.zip), reset the flash counter a la Braway, and finally used adb to reinstall stock recovery. Oh, by the way, make sure phone is in USB debugging mode before flashing with Odin. You'll need to turn if off a time or two to copy some things to your SD card, so remember to turn it back on afterwards to use Odin.

One small "gotcha"...I found that, after you remove root from the phone, you're stuck with Superuser in your apps (won't uninstall, period). To get rid of it, I had to (finally) restore my phone. That meant that I had to redownload my apps and reconfigure some things but it's a sure way to get rid of all those little root leftovers that are still hiding on your phone after unroot. For those who are resetting to stock for warranty purposes, you'll probably want to do that anyway.

So, there ya go. Thanks to marshals, braway, Da_G, baybal for starting the thread, and especially to MrJoran (also from this fair island I call home!) for all the hard work.

By the way, if you make any changes that might allow flashing of the Bell radios, I'd be interested to hear.

Peace out guys!
The Following User Says Thank You to NaughtyBot For This Useful Post: [ Click to Expand ]
 
MrJoran
Old
#36  
Member
Thanks Meter 75
Posts: 76
Join Date: Mar 2012
Location: St. John's, NL
Quote:
Originally Posted by NaughtyBot View Post
Okay, so I took a deep, nervous breath and gave this a shot. For the most part...success! Flash counter is reset, phone is unrooted and it looks like everything is back to stock (as far as I can tell anyway).

There were just a few issues. The Bell radios would not flash, got about half-way through and failed every time. Everything else went like, well, clockwork. Shortly after I rooted the phone, I used cellunlocker.net to carrier unlock the phone, don't know if that had anything to do with it.

Also, the part using adb was a bit tricky (especially given that I didn't know what adb was to begin with). I found that I had to unplug the phone a couple of times before adb would correctly recognize it. Also a few driver issues. I don't know if it helped but in CWM I mounted everything except for the USB Storage. Once it recognized the device, it installed recovery.img just fine.

Had to try it a couple of times. The first time, I reset the flash counter before I flashed the stock Bell kernel. I figured that since the Bell kernel was stock, it wouldn't trip the flash counter (but it did). The second go-round, things went fine.

Here were my steps: installed CWM (didn't have it on there at first), flashed everything but recovery (used pda-odin-bell-stock-system-boot.zip, not pda-odin-bell-stock.zip), reset the flash counter a la Braway, and finally used adb to reinstall stock recovery. Oh, by the way, make sure phone is in USB debugging mode before flashing with Odin. You'll need to turn if off a time or two to copy some things to your SD card, so remember to turn it back on afterwards to use Odin.

One small "gotcha"...I found that, after you remove root from the phone, you're stuck with Superuser in your apps (won't uninstall, period). To get rid of it, I had to (finally) restore my phone. That meant that I had to redownload my apps and reconfigure some things but it's a sure way to get rid of all those little root leftovers that are still hiding on your phone after unroot. For those who are resetting to stock for warranty purposes, you'll probably want to do that anyway.

So, there ya go. Thanks to marshals, braway, Da_G, baybal for starting the thread, and especially to MrJoran (also from this fair island I call home!) for all the hard work.

By the way, if you make any changes that might allow flashing of the Bell radios, I'd be interested to hear.

Peace out guys!
Thanks for the feedback, NaughtyBot! Also, so nice to see a Newfoundlander! I was surprised when the first thanks I received on this project was from Paradise

I'll look into doing something different with the stock radio, hopefully to make it work better. Also, pterry30 is working on making the radio/modem into a CWM flashable zip, so he may have better luck than I did.

Sorry about the stuck Superuser app. I thought I removed it completely from the ROM but I guess I missed something. I'll look into it and fix the download.

With regards to what trips the flash counter, its not so much what your flashing (e.g.: radio, system, recovery etc). The only things that flash through Odin without tripping the counter are packages signed by Samsung and system images. Because my tar with the system image also includes boot.img, its my understanding that it will trip the flash counter.

Thanks for taking a chance on this. It's my first ever project and I'm very glad to hear it was successful. You have no idea how much I appreciate what you've done! Let me know if there is anything else I can do for you!
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...