Does anybody need rom images of uninitialized bell Canada notes? - AT&T Samsung Galaxy Note I717

Does anybody need rom images of uninitialized bell Canada notes?

Yes, but I kind of get the feeling that Bell Note owners are somewhat of a pariah on here....

baybal said:
Does anybody need rom images of uninitialized bell Canada notes?
Click to expand...
Click to collapse
I wouldn't mind getting the images, if possible. Actually only need the recovery image. I haven't touched any of the others yet.

I have a Bell Note and am planning to try and pull the system.img, kernel, and recovery before I try ICS. Just trying to figure out how to get all three. I'm thinking from what I read that I can only get two of the three. Flash Da_G's 3e recovery +adb root and grab the system and kernal but lose the recovery. Or (and I'm not as clear on this one) flash his pre-rooted kernel and grab system and recovery and be missing the kernel. Catch 22 I think. Any help would be greatly appreciated.

MrJoran said:
I have a Bell Note and am planning to try and pull the system.img, kernel, and recovery before I try ICS. Just trying to figure out how to get all three. I'm thinking from what I read that I can only get two of the three. Flash Da_G's 3e recovery +adb root and grab the system and kernal but lose the recovery. Or (and I'm not as clear on this one) flash his pre-rooted kernel and grab system and recovery and be missing the kernel. Catch 22 I think. Any help would be greatly appreciated.
Click to expand...
Click to collapse
If you look on this thread below, there is stock kernel link there. So flash rooted kernel, grab the two others, and then restore the stock kernel from the link below.
http://forum.xda-developers.com/showthread.php?t=1506330

marshals said:
If you look on this thread below, there is stock kernel link there. So flash rooted kernel, grab the two others, and then restore the stock kernel from the link below.
http://forum.xda-developers.com/showthread.php?t=1506330
Click to expand...
Click to collapse
I had found that, but the part I'm fuzzy on is does flashing Da_G's pre-rooted kernel change anything about the stock ROM that would make pulling it irrelevant?

MrJoran said:
I had found that, but the part I'm fuzzy on is does flashing Da_G's pre-rooted kernel change anything about the stock ROM that would make pulling it irrelevant?
Click to expand...
Click to collapse
I don't know. I just got the Note this saturday passed. Soo excited. But I'd suggest, if you haven't flashed anything yet, get a hold of braway. He seems to need raw data from Bell Galaxy Note to help restore flash counter to 0.
Check out this link if you would like to do that. http://forum.xda-developers.com/showpost.php?p=24349492&postcount=109
I found that link too late, and had already flashed CWM.

marshals said:
I don't know. I just got the Note this saturday passed. Soo excited. But I'd suggest, if you haven't flashed anything yet, get a hold of braway. He seems to need raw data from Bell Galaxy Note to help restore flash counter to 0.
Check out this link if you would like to do that. http://forum.xda-developers.com/showpost.php?p=24349492&postcount=109
I found that link too late, and had already flashed CWM.
Click to expand...
Click to collapse
I've sent him a PM. Hopefully he can clear this up and I can get this done today or tomorrow. Great distraction from studying for finals, lol

MrJoran said:
I've sent him a PM. Hopefully he can clear this up and I can get this done today or tomorrow. Great distraction from studying for finals, lol
Click to expand...
Click to collapse
So braway got back to me. Long and short of it is one person Note can't give all the data. Some data needs to be lost so the rest can be pulled. On the up side, between two people, we can get all the data we need. One person to pull kernel, modem, mdm, and system by flashing CWM, and one person to pull recovery and flash counter data by temp flashing mashi's rooted AT&T system. This way we'd have everything. I volunteer to grab the former (kernel, etc). If someone else would grab the recovery and flash counter, we'd be in business.
Thank you so much to braway for the help, and marshals for pointing me in his direction!

MrJoran said:
So braway got back to me. Long and short of it is one person Note can't give all the data. Some data needs to be lost so the rest can be pulled. On the up side, between two people, we can get all the data we need. One person to pull kernel, modem, mdm, and system by flashing CWM, and one person to pull recovery and flash counter data by temp flashing mashi's rooted AT&T system. This way we'd have everything. I volunteer to grab the former (kernel, etc). If someone else would grab the recovery and flash counter, we'd be in business.
Thank you so much to braway for the help, and marshals for pointing me in his direction!
Click to expand...
Click to collapse
I've already lost the original recovery due to me installing CWM and my flash counter is at 1. So no help from me. Sorry. But everything else is untouched, so if anything else is needed, i'll be glad to help.

Just a little warning. If you flash is, you will loose youth stock bell modem. If you are doing a system pull. Do a modem pull with adb as well
Sent from my SAMSUNG-SGH-I717 using xda premium

I have a bell kernel that is a odin flash. I can make it into a cwm zip. I created a Telus kernel zip for cwm yesterday
Sent from my SAMSUNG-SGH-I717 using xda premium

Meant to say if you flash ics Rom you will loose your stock modems as it flashed its on modem
Sent from my SAMSUNG-SGH-I717 using xda premium

I also have a Telus stock recovery zip that can be flashed in cwm, i am not sure but it maybe the same as the Bell stock recovery.
Sent from my SAMSUNG-SGH-I717 using xda premium

marshals said:
I've already lost the original recovery due to me installing CWM and my flash counter is at 1. So no help from me. Sorry. But everything else is untouched, so if anything else is needed, i'll be glad to help.
Click to expand...
Click to collapse
Okay marshal, braway suggested we work together on this. Assuming you've done nothing else to your Note (root etc), if you can pull kernel, modem (amss), mdm, and system, I'll grab recovery and flash counter data. Braway already showed me how to pull kernel, etc in PM. See quote below. Let me know if you're able to do this. Otherwise, we'll need to find another person and different division of labour. Thanks!
braway said:
so, the easiest is probably to simply install cwm through odin
that will increase the counter, but doesn't touch system, kernel, modem...
then, boot to recovery
cwm provides you with root shell access through adb, so you can pull all the data you need...
I think the important data is:
kernel, modem (amss), mdm (part of modem?), system
commands (would dump the data on your internal sd, the sds are mounted differently in recovery):
Code:
dd if=/dev/block/mmcblk0p8 of=/emmc/boot.img
dd if=/dev/block/mmcblk0p13 of=/emmc/amss.bin
dd if=/dev/block/mmcblk0p17 of=/emmc/mdm.bin
dd if=/dev/block/mmcblk0p24 of=/emmc/system.img.ext4
Note: that would dump it on your internal sd, replace emmc with sdcard if you want it on your external sd
Click to expand...
Click to collapse

I have a bell stock Rom but it has a rooted kernel i believe if anyone is interested.it is a odin flash tar. Will post a link when i get home from work.
Sent from my SAMSUNG-SGH-I717 using xda premium

MrJoran said:
Okay marshal, braway suggested we work together on this. Assuming you've done nothing else to your Note (root etc), if you can pull kernel, modem (amss), mdm, and system, I'll grab recovery and flash counter data. Braway already showed me how to pull kernel, etc in PM. See quote below. Let me know if you're able to do this. Otherwise, we'll need to find another person and different division of labour. Thanks!
Click to expand...
Click to collapse
I did root it, but it didn't touch the kernel. It was a video I watched from zedomax. The superuser-3.0.7-efgi-signed.zip. All it does is remove existing su, copy over superuser, change modes and thats basically.
I will do the commands you suggested and zip them up and dropbox them.
---------- Post added at 01:28 PM ---------- Previous post was at 12:51 PM ----------
Ok, its syncing to dropbox as I am typing this and it says an estimated time left is about an hour. Speed 120 KB/s. File is 527MB. Should I PM Braway with the link or post it here? If its got personally identifying data (account info etc) I'd rather just PM Braway.

marshals said:
I did root it, but it didn't touch the kernel. It was a video I watched from zedomax. The superuser-3.0.7-efgi-signed.zip. All it does is remove existing su, copy over superuser, change modes and thats basically.
I will do the commands you suggested and zip them up and dropbox them.
---------- Post added at 01:28 PM ---------- Previous post was at 12:51 PM ----------
Ok, its syncing to dropbox as I am typing this and it says an estimated time left is about an hour. Speed 120 KB/s. File is 527MB. Should I PM Braway with the link or post it here? If its got personally identifying data (account info etc) I'd rather just PM Braway.
Click to expand...
Click to collapse
Braway only wants the flash counter which I can give him. But I can't give it to him if I don't have a backup of stock, kernel, etc for my own use. The whole reason I'm doing this is so I can revert to stock without AT&T stuff on my phone if I decide to go back (e.g.: for OTA update when Bell releases ICS in May). As I understand it, and someone please correct me if I'm wrong, but a rip of the ROM doesn't have personal info in it. If it does, I apologize for you doing all that.

Oh, ok.. I wouldn't think there would be info either. Any of that stuff would be in /data I suppose.

Essentially, I'm trying to make a stock Bell ROM so that anyone can go back to stock without having to use the stock AT&T ROM that some Canadian Note owners have been running into issues with.

Related

Rezound won't boot after coming off of ICS!

EDIT: Rezolved! Just forgot to flash stock boot.img before i restored my kernel.
Solution in post #2 for all those who ran into this problem!
Perhaps you updated your mainver by flashing it incorrectly? Check this post that helped someone else get their phone functioning again after trying out ICS:
http://forum.xda-developers.com/showpost.php?p=21442702&postcount=3
feralicious said:
Perhaps you updated your mainver by flashing it incorrectly? Check this post that helped someone else get their phone functioning again after trying out ICS:
http://forum.xda-developers.com/showpost.php?p=21442702&postcount=3
Click to expand...
Click to collapse
i figured out that it is the main problem with how we flash kernels. the curret build for kernels extracts data out of the boot.img and inserts it in the ph.img file that we flash. i just needed to reflash a stock boot.img throught fastboot. such a pain in the ass
lomar24 said:
i figured out that it is the main problem with how we flash kernels. the curret build for kernels extracts data out of the boot.img and inserts it in the ph.img file that we flash. i just needed to reflash a stock boot.img throught fastboot. such a pain in the ass
Click to expand...
Click to collapse
Glad you got it sorted out!
Same thing happened to me.... I kind of feel like an idiot. Things were much easier on my OG droid!
Question: I did the same fix (flashing the PH98 from the post in link 2) to get me back to a stock boot.img. Am I now able to flash another kernel, or is that post correct and I will need to manually edit my mainver for the rest of my phone's life?
heleos said:
Same thing happened to me.... I kind of feel like an idiot. Things were much easier on my OG droid!
Question: I did the same fix (flashing the PH98 from the post in link 2) to get me back to a stock boot.img. Am I now able to flash another kernel, or is that post correct and I will need to manually edit my mainver for the rest of my phone's life?
Click to expand...
Click to collapse
I second this question. I am thankful for the fix!!!!! But can we return to business as usual or just stay with stock now that we have saved ourselves?

[STOCK][ODIN][GB][Rogers] For those who wish to revert to stock Rogers

Edit: pda-odin-rogers-stock-system-boot.img now contains a new boot.img file that hopefully will include the Rogers boot animation. Try it out and let me know how it goes.
These are Odin-flashable .tars of the stock Rogers system, boot/kernel, and radios and can be used to revert to stock.
Files Available
NB: All files are zipped to save space. Please extract the .tar before flashing via Odin.
pda-odin-rogers-stock-system-boot.zip - This .tar contains the stock system.img.ext4 and stock boot.img and can be used to assist in resetting your flash counter using braway's method. Flash it via Odin's pda option. The recovery.img has been removed to preserve CWM if you've already flashed it to your phone. Once your flash counter has been reset, you can then return recovery to stock via this method using just the recovery.img file in the archive here.
phone-odin-rogers-stock-radio.zip - This .tar contains the stock Bell modem/radio and is flashed via Odin's phone option. Not working properly. Apparently I don't know how to make Odin flashable modem .tars, lol
Rogers-Modem-CWM.zip - This is a CWM-flashable .zip of the modem files. Should work perfectly. Let me know if you run into any problems.
SkyDrive Folder of all Rogers Files I've added all the files to my SkyDrive since my public DropBox links keep being suspended due to excessive traffic. Hopefully this solves all future problems.
Disclaimer
I am in no way responsible for any damages caused to your Note by anything you flashed. These files are provided as is to help Rogers Note owners return to stock after whatever they've done to their phones.
Special Thanks
Tearrek for providing all the stock image files.
braway for taking my constant questions and providing much needed guidance in my first developer-ish project as well as for the flash counter reset.
Da_G for the instructions on using Odin and indirectly showing me how to use the Linux terminal.
Please post your experiences with these stock Rogers files below and if you have any questions, I'll do my best to help. Enjoy!!
Posted in General as per Development Forum Rules.
Thanks for posting these files!
The only problem I'm having is flashing stock radio, always fail half way.
xt910
bon_joey said:
Thanks for posting these files!
The only problem I'm having is flashing stock radio, always fail half way.
xt910
Click to expand...
Click to collapse
Well crap. I thought I fixed that. I might just package them in a CWM zip instead. Also, you can push them manually using ADB if you feel confident enough. If you extract the two files from the .tar, the code necessary is below.
Code:
adb push amss.bin /tmp/amss.bin
adb push mdm.bin /tmp/mdm.bin
adb shell dd if=/tmp/amss.bin of=/dev/block/mmcblk0p13
adb shell dd if=/tmp/mdm.bin of=/dev/block/mmcblk0p17
Be very careful with this and check for typos as an error here can brick your phone as I understand it. This is provided as is and I am in no way responsible for anything you do to your phone.
Thanks to Da_G for this from this post.
MrJoran said:
Well crap. I thought I fixed that. I might just package them in a CWM zip instead. Also, you can push them manually using ADB if you feel confident enough. If you extract the two files from the .tar, the code necessary is below.
Code:
adb push amss.bin /tmp/amss.bin
adb push mdm.bin /tmp/mdm.bin
adb shell dd if=/tmp/amss.bin of=/dev/block/mmcblk0p13
adb shell dd if=/tmp/mdm.bin of=/dev/block/mmcblk0p17
Be very careful with this and check for typos as an error here can brick your phone as I understand it. This is provided as is and I am in no way responsible for anything you do to your phone.
Thanks to Da_G for this from this post.
Click to expand...
Click to collapse
I haven't tried adb, if I have a chance I'll do it later.
Please, if you could make cwm instead that would be great
xt910
bon_joey said:
I haven't tried adb, if I have a chance I'll do it later.
Please, if you could make cwm instead that would be great
xt910
Click to expand...
Click to collapse
CWM added to original post. Let me know how it goes please.
MrJoran said:
CWM added to original post. Let me know how it goes please.
Click to expand...
Click to collapse
It works!
Thank you.
xt910
MrJoran said:
CWM added to original post. Let me know how it goes please.
Click to expand...
Click to collapse
Worked for me. only thing no Rogers splash screen
Tearrek said:
Worked for me. only thing no Rogers splash screen
Click to expand...
Click to collapse
That's weird. The boot.img was included in the odin flash .tar. Though come to think of it, I don't remember my Bell Note having a Bell specific splash screen. Did Rogers come with one?
I guess I should also ask where the files you provided came from then, lol
MrJoran said:
That's weird. The boot.img was included in the odin flash .tar. Though come to think of it, I don't remember my Bell Note having a Bell specific splash screen. Did Rogers come with one?
I guess I should also ask where the files you provided came from then, lol
Click to expand...
Click to collapse
4chan
j/k pm'd you source
Thankiuu so much for all stock Rogers.
Am downloading now, will give feedback
Sent from my SGH-I717M using XDA
---------- Post added at 01:02 PM ---------- Previous post was at 12:53 PM ----------
Tearrek said:
Worked for me. only thing no Rogers splash screen
Click to expand...
Click to collapse
Get Rogers kernel from here, for Rogers flash screen.
http://forum.xda-developers.com/showthread.php?t=1589389
keep in mind its cwm flashable zip and not odin.
gotshoaib said:
Get Rogers kernel from here, for Rogers flash screen.
http://forum.xda-developers.com/showthread.php?t=1589389
keep in mind its cwm flashable zip and not odin.
Click to expand...
Click to collapse
I'll pull the files from the CWM zip later and package them into the Odin .tar and post it. Hopefully that will fix the issue but I'll need someone to test it out for me. I'll post in this thread once I get it fixed up, though it may be later tonight.
gotshoaib said:
Thankiuu so much for all stock Rogers.
Am downloading now, will give feedback
Sent from my SGH-I717M using XDA
---------- Post added at 01:02 PM ---------- Previous post was at 12:53 PM ----------
Get Rogers kernel from here, for Rogers flash screen.
http://forum.xda-developers.com/showthread.php?t=1589389
keep in mind its cwm flashable zip and not odin.
Click to expand...
Click to collapse
Bingo!
MrJoran said:
I'll pull the files from the CWM zip later and package them into the Odin .tar and post it. Hopefully that will fix the issue but I'll need someone to test it out for me. I'll post in this thread once I get it fixed up, though it may be later tonight.
Click to expand...
Click to collapse
This is done now. Original post has been updated accordingly. If someone with a Rogers Note could give it a try and let me know if the Rogers boot animation is there, it would be greatly appreciated! Thanks!
MrJoran said:
This is done now. Original post has been updated accordingly. If someone with a Rogers Note could give it a try and let me know if the Rogers boot animation is there, it would be greatly appreciated! Thanks!
Click to expand...
Click to collapse
Rogers boot animation confirmed. Thanks again for taking the time to put this post together!
tmcquake said:
Rogers boot animation confirmed. Thanks again for taking the time to put this post together!
Click to expand...
Click to collapse
Thanks for testing it tmcquake. I'm glad it worked. And it was my pleasure to put this together. Love being able to give back to the community.
tmcquake said:
Rogers boot animation confirmed. Thanks again for taking the time to put this post together!
Click to expand...
Click to collapse
+1
Sent from my SGH-I717R using XDA
Any chance at a cwm flash-able update zip for stock rogers recovery?
Regardless this was fantastic, I won a Galaxy Note but it was from Bell and I am currently on Rogers. Now it feels right again. Thanks to everyone who contributed.
tylerzeph said:
Any chance at a cwm flash-able update zip for stock rogers recovery?
Regardless this was fantastic, I won a Galaxy Note but it was from Bell and I am currently on Rogers. Now it feels right again. Thanks to everyone who contributed.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=25670991&postcount=177
tmcquake said:
http://forum.xda-developers.com/showpost.php?p=25670991&postcount=177
Click to expand...
Click to collapse
Worked perfectly.
searched and couldn't find an answer. Do i need to reset the flash counter before unrooting? running stock everything now, just want to unroot for when the OTA ICS rolls out for rogers.

[Q] Please help. Flashed euro boot.img and now phone won't boot

Im an impatient idiot. Lol. I flashed a boot.img through Odin but I flashed a euro img accidentally. Now my phone turns on shows the Samsung screen and then turns off or screen goes black. I think I need to refashion the sprint stock firmware and it'll work. I can find it. Anyone have it and could send it to me please? I tried doing a factory reset already to no avail. Please help!
Thanks in advance.
hopefully over the next few days we'll see the tar ball for stock; course you could always head to your nearest sprint store and have them flash it for you.
Questions go in Q&A
Sent from my PantechP4100 using xda premium
same thing happened to me. Just spent over a hour at my local sprint store. My tech told me they dont have any software for the phone yet but they did order me a replacement s3. The tech just tried to hard reset it but it doesnt even boot recovery.
Does this help?
http://forum.xda-developers.com/showthread.php?t=1725395
If you can get into odin, just flash the tar in PDA mode.
I guess Ill give it a shot. I can still access odin. Just not too sure if I should continue to tinker with it since sprint has already agreed to send a replacement
s3xda said:
I guess Ill give it a shot. I can still access odin. Just not too sure if I should continue to tinker with it since sprint has already agreed to send a replacement
Click to expand...
Click to collapse
You see when you flash a wrong image, instead of the phone working better you will get quite the opposite.
lol ur absolutely right. This heatwave is making me stupid
Yea I have talked with Sprint, no one has the stock firmware. What does that link you sent out contain? I cannot access it yet because I am a newbie. I can access Odin and am able to reflash if I have the correct firmware.
Also, sorry for posting this in the wrong place.
channelzer0 said:
Yea I have talked with Sprint, no one has the stock firmware. What does that link you sent out contain? I cannot access it yet because I am a newbie. I can access Odin and am able to reflash if I have the correct firmware.
Also, sorry for posting this in the wrong place.
Click to expand...
Click to collapse
Basically the link is for rooting your phone; there are 2 threads in the development area concerning it.
If someone did a factory reset; then went into recovery and did a backup.
Could that backup be used by someone else; say this poor soul. To use to restore them back to stock?
I'm thinking if channelzer0 could get their phone to CWM they could use that method to get back to a working state; would that work??
I can get into both recovery or Odin. Whether itll work or not....im willing to find out if I can.
jdelano said:
Basically the link is for rooting your phone; there are 2 threads in the development area concerning it.
If someone did a factory reset; then went into recovery and did a backup.
Could that backup be used by someone else; say this poor soul. To use to restore them back to stock?
I'm thinking if channelzer0 could get their phone to CWM they could use that method to get back to a working state; would that work??
Click to expand...
Click to collapse
You should be able to simply flash the recovery and the phone should work.
But yeah, someone will probably post the stock rom by the end of the day.
channelzer0 said:
I can get into both recovery or Odin. Whether itll work or not....im willing to find out if I can.
Click to expand...
Click to collapse
I can't do it now as I'm leaving and wont be back until mid-night; if there isn't something you can odin or flash by tomorrow morning. then I'll root and backup my phone, then reset it and backup again and post that backup for you to try.
patience is truly a virtue...
---------- Post added at 08:18 PM ---------- Previous post was at 08:08 PM ----------
can boot into recovery now but still no dice
s3xda said:
patience is truly a virtue...
---------- Post added at 08:18 PM ---------- Previous post was at 08:08 PM ----------
can boot into recovery now but still no dice
Click to expand...
Click to collapse
download:http://d-h.st/qi8
adb push boot.img /sdcard/boot.img
dd if=/sdcard/boot.img of=/dev/block/mmcblk0p7 bs=4096
Be patience next time
Fantastic, thanks. I would like to try this. Can I make this .img a tar file and load through Odin? I put the .img on an external sd card but CWM cannot see, only the internal memory.
How do I ABD? Sorry Im a newb.
Thanks again for your help.
channelzer0 said:
Fantastic, thanks. I would like to try this. Can I make this .img a tar file and load through Odin? I put the .img on an external sd card but CWM cannot see, only the internal memory.
How do I ABD? Sorry Im a newb.
Thanks again for your help.
Click to expand...
Click to collapse
Wait for your replacement an dont tinker till qbking77 releases a video so you dont break your phone.
*facePalm* to this whole thread....:cyclops:
adb cant find my device...
make sure usb debugging is checked in developer options....and also usb drivers are installed.

[ROM] Stock Rooted Deodexed Bases / Stock Flashable Zips

I'm making 2 ROMs right now.
One will be a deodexed, rooted, base for any dev to use to make a ROM. No need to ask for permission, just give me credit. That's all I ask.
There other will be for people who want to go back to complete stock that do not have the RUU.
AT&T Stock ROM (credits to olorolo for providing the nandroid!)
http://d-h.st/e2m
AT&T Stock Deodexed Rooted Base (Devs Only)
http://d-h.st/qmd
Both files are now uploaded!
Thanks man! Getting it now for that "just in case" moment.
Sent from my HTC One X+ using Tapatalk 2
droidiac13 said:
Thanks man! Getting it now for that "just in case" moment.
Sent from my HTC One X+ using Tapatalk 2
Click to expand...
Click to collapse
That was the purpose of it
hasoon2000 said:
I'm making 2 ROMs right now.
One will be a deodexed, rooted, base for any dev to use to make a ROM. No need to ask for permission, just give me credit. That's all I ask.
There other will be for people who want to go back to complete stock that do not have the RUU.
AT&T Stock ROM (credits to olorolo for providing the nandroid!)
http://d-h.st/e2m
AT&T Stock Deodexed Rooted Base (Devs Only)
http://d-h.st/qmd
Click to expand...
Click to collapse
Wow you are fast. Thanx
Sent from my HTC One X+ using xda premium
Excuse the newbie questions I am about to ask. Feel free to point me in a different direction.
I was working on a friends phone and I unintentionally loaded the wrong boot.img when attempting to root his phone.
Now his phone is stuck at the boot screen.
When i try to run recovery it just sits there at the recovery screen with a red !.
I downloaded your files but I cant load it to the phone because my PC wont load the mass storage device. (
I am stuck. I appreciate any help I can get at this point.
dekend said:
Excuse the newbie questions I am about to ask. Feel free to point me in a different direction.
I was working on a friends phone and I unintentionally loaded the wrong boot.img when attempting to root his phone.
Now his phone is stuck at the boot screen.
When i try to run recovery it just sits there at the recovery screen with a red !.
I downloaded your files but I cant load it to the phone because my PC wont load the mass storage device. (
I am stuck. I appreciate any help I can get at this point.
Click to expand...
Click to collapse
Pull boot.IMG from my zip. Place it in the kernels folder of my toolkit. Boot into bootloader. Press "with this command" to flash the boot.img.
Support is done for the night. Goodnight!
Sent From My HTC Amaze 4G via Someone's Room
Questions about the AT&T Stock ROM. When you say "for people who want to go back to complete stock"....
Will this lose root then? Also, will it replace TWRP recovery?
Thanks!
wmg316 said:
Questions about the AT&T Stock ROM. When you say "for people who want to go back to complete stock"....
Will this lose root then? Also, will it replace TWRP recovery?
Thanks!
Click to expand...
Click to collapse
Yes and yes. You might need to relock the bootloader if you flash a stock RUU (not officially available for AT&T yet). Once installed you can unlock and root again.
wmg316 said:
Questions about the AT&T Stock ROM. When you say "for people who want to go back to complete stock"....
Will this lose root then? Also, will it replace TWRP recovery?
Thanks!
Click to expand...
Click to collapse
Since there is no RUU, this is a flashable zip in TWRP. You can flash this to get your phone up and running. However, this will not replace TWRP.
If your phone is messed up and you want root as well, flash the deodexed and rooted ROM.
hasoon2000 said:
Since there is no RUU, this is a flashable zip in TWRP. You can flash this to get your phone up and running. However, this will not replace TWRP.
If your phone is messed up and you want root as well, flash the deodexed and rooted ROM.
Click to expand...
Click to collapse
Oh! OK. My phone is not messed up, I am just waiting on an AT&T deodexed ROM to be made!
So...that leads me to one more question, and I'll leave you alone!
The 'AT&T Stock Deodexed Rooted Base (Devs Only)' ROM in the OP is a fully operational ROM? The statement in the OP "One will be a deodexed, rooted, base for any dev to use to make a ROM" made me think these were base files to be used to create a ROM. So if it is a fully operational ROM, I could use that, right...even if my phone is NOT messed up? (well, that was two questions). I am still stock at the moment...
wmg316 said:
Oh! OK. My phone is not messed up, I am just waiting on an AT&T deodexed ROM to be made!
So...that leads me to one more question, and I'll leave you alone!
The 'AT&T Stock Deodexed Rooted Base (Devs Only)' ROM in the OP is a fully operational ROM? The statement in the OP "One will be a deodexed, rooted, base for any dev to use to make a ROM" made me think these were base files to be used to create a ROM. So if it is a fully operational ROM, I could use that, right...even if my phone is NOT messed up? (well, that was two questions). I am still stock at the moment...
Click to expand...
Click to collapse
It's a fully operational ROM. You can flash it even if your phone isnt messed up. So think of it as a custom ROM. You can just flash it in TWRP.
Downloading now! This marks day 3 with no phone! I hope this ends my nightmare. Thank you so much.
hasoon2000 said:
It's a fully operational ROM. You can flash it even if your phone isnt messed up. So think of it as a custom ROM. You can just flash it in TWRP.
Click to expand...
Click to collapse
Thanks. Just to make sure I have the steps straight (in a manual method):
Copy 'evitareul_dev_base.zip' to my internal memory ("/storage/internal memory/" in Solid Explorer)
Unlock device with Unlock Code from HTC.dev
Install AT&T Recovery provided in the All-In-One Tool; reboot to bootloader and flash recovery
fastboot flash recovery recovery.img​
Enter Recovery and flash the 'SuperSU.zip' from the all-in-one tool folder
At this time I would be stock and rooted, correct?​
Return to bootloader and install kernel provided in the 'AT&T Stock Deodexed Rooted Base (Devs Only)'
fastboot flash boot boot.img​
Return to recovery and perform wipes....here is where I am unsure after reading the "Important and Read" threads about the /data/media. I am accustom to doing these wipes from TWRP on my OneX: (1) factory reset, (2) wipe dalvik cache and (3) wipe System....Is that what I need to do for the OneX Plus?
Install 'evitareul_dev_base.zip' ROM from recovery
I appreciate your response! I don't want to mess anything up...I guess I'm over precautious!!
I wiped, guess i wiped the wrong thing, now rom wont boot. i can get to recovery, twrp, but how do i now get this zip on to the phone since i cant boot? mount in twrp im not seeing anything on my computer. ATT X+
@nugzo. Did you have the zip on the device prior to entering recovery and performing the wipes?
EDIT: If so, what wipes did you perform?
wmg316 said:
@nugzo. Did you have the zip on the device prior to entering recovery and performing the wipes?
EDIT: If so, what wipes did you perform?
Click to expand...
Click to collapse
yes i did but it was the wrong zip. It was mikes 1986 rom, at the time i didnt realize it wasnt for ATT. So after wiping, i guess i wiped the stock rom. Wiped system, data, and davlik. now it just sits at HTC quietly brilliant screen.
---------- Post added at 01:42 PM ---------- Previous post was at 01:41 PM ----------
trying the sideload adb in twrp but that didnt work, says no device found. when i do adb devices my device shows though. now i, trying to get this stock rooted installed.
Wiping System, Data, Dalvik definitely wipes the stock ROM!
Hmmmm. Mike's OP states nearly on the first line of his thread: "Not working with AT&T One X+ LTE"
All that I've read is that you have to have the ROM on the device before booting to recovery...but there was a statement that it could be adb pushed:
http://forum.xda-developers.com/showthread.php?p=34358646#post34358646
With "no device found"...I'm not sure what to do...Hopefully one of the devs will ring in for you.
title
hasoon2000 said:
I'm making 2 ROMs right now.
One will be a deodexed, rooted, base for any dev to use to make a ROM. No need to ask for permission, just give me credit. That's all I ask.
There other will be for people who want to go back to complete stock that do not have the RUU.
AT&T Stock ROM (credits to olorolo for providing the nandroid!)
http://d-h.st/e2m
AT&T Stock Deodexed Rooted Base (Devs Only)
http://d-h.st/qmd
Click to expand...
Click to collapse
thanks. im sorry im noob i think are many people look around for this maybe if you include AT&T in the thread title more people are happy. excuse my english. thanks againg.
---------- Post added at 08:59 AM ---------- Previous post was at 08:00 AM ----------
hi i have unlimit internet no lte (i dont wan it because change my monthly pay) with my past at&t vivid i change the apn and still with unlimit internet with 5 to 7 mb speed with my international HOX i change the apn and still with unlimit iternet but no more than 3mb speed. now with your AT&T Stock Deodexed Rooted Base can i change the apn and still with my unlimit internet. i dont wan LTE. thanks. i go now to buy my new at&t HOX+.
Lloir said:
providing you dont touch the "wipe internal memory" button all is good, i use TWRP and i've been performing about 20-30 wipes a day, and my internal sd is still intact with my TWRP backups
Click to expand...
Click to collapse
from the other thread

[Q] [RECOVERY] Stock T-mobile M7 Recovery

Does anybody have the stock recovery.img file? I cannot find it anywhere and I need to restore it.
I've also been looking for this, I think tomorrow I may go to a tmobile store and see if I can pull it from a demo phone. I don't think you need root to do that but I'm not sure o.o if I can do it though I'll put it up here
---------- Post added at 09:05 PM ---------- Previous post was at 08:58 PM ----------
I lied on accident I guess I would need root for that. Should've known :/
There is no ruu yet. Search the forum and you'll find how to return to stock.
Sent from my HTC One using xda app-developers app
As far as I know the stock recovery isn't available though, at least not for the tmobile one. I've found it for the ATT and original HTC one but tmobile's isn't available. Idk if lkimmel7 found or still needs it though.
I still am looking for it... I made the horrible mistake of encrypted my phone using the built in encrypt option in android... and because I have CWM recovery on it, I cannot undue the encryption.. (obviously because my recovery partition cannot read the /data or /sdcard with it being encrypted).
From what I know, the only was for me to get my phone back to normal is to flash the stock recovery, then boot up normally, then use the factory format option from the android menu.
Somebody feel free to correct me if I'm wrong.
http://forum.xda-developers.com/showthread.php?t=2276446
You can get the stock recovery in that thread its in the first post. I'm not sure if it'll work for what you need to do or not I've never needed to do that, but hopefully it does what you need it to
grim489 said:
http://forum.xda-developers.com/showthread.php?t=2276446
You can get the stock recovery in that thread its in the first post. I'm not sure if it'll work for what you need to do or not I've never needed to do that, but hopefully it does what you need it to
Click to expand...
Click to collapse
That recovery will not work for a T-Mobile HTC one, I have been trying and trying. Its the same recovery found here http://forum.xda-developers.com/showthread.php?t=2158763 Which also does not work.
I can only assume that it needs to be the carrier specific recovery. The ones above will not actually boot into recovery and if you relock the bootloader it gives a security warning.
Yeah, that recovery doesnt work for me.... and now it's looking like i need to do a full re-flash, but I cannot find all the need .img files..
Total bummer, BE WARNED: DO NOT ENCRYPT YOUR PHONE. huge PITA
Hey guys. I pulled this from another thread. I'm pretty sure it's what you're looking for, but I haven't flashed it yet.
https://dl.dropboxusercontent.com/u/345001/recovery_tmobile.img
LiquidSolstice said:
Hey guys. I pulled this from another thread. I'm pretty sure it's what you're looking for, but I haven't flashed it yet.
https://dl.dropboxusercontent.com/u/345001/recovery_tmobile.img
Click to expand...
Click to collapse
is there anyone who has tried this yet? i don't plan on going back to complete stock but i have an stock unrooted backup of my rom and i just want to have the stock recovery incase i ever would need it. I would also take a RUU but i haven't been able to find a tmobile one yet?
daniel2744 said:
is there anyone who has tried this yet? i don't plan on going back to complete stock but i have an stock unrooted backup of my rom and i just want to have the stock recovery incase i ever would need it. I would also take a RUU but i haven't been able to find a tmobile one yet?
Click to expand...
Click to collapse
Tried it. Success!
is there anyone who has tried this yet? i don't plan on going back to complete stock but i have an stock unrooted backup of my rom and i just want to have the stock recovery incase i ever would need it. I would also take a RUU but i haven't been able to find a tmobile one yet?
Please provide a mirror!!!!!!
r2DoesInc said:
Please provide a mirror!!!!!!
Click to expand...
Click to collapse
http://www.mediafire.com/download/v1pfxnci8htfce4/recovery_tmobile.img
Thank You!!!
I'm actually not sure whether this will actually work on my device but I will still try. I wish to install the new OTA but I couldn't because I was stock with TWRP since I never made a back up of the Stock Recovery. (I don't know how). Anyways, about to try this and thank you so much for the mirror! The Dropbox link was no longer working.
I am using stock T-Mobile Rom with HTC Sense, rooted and S-Off. I hope it doesn't take S-Off and if it does, well then screw it. I don't really need it anyways.
Thanks again! I will edit afterwards telling if I had success or not. Fingers crossed.

Categories

Resources