[Q] question about flashing blob v5 - Eee Pad Transformer Q&A, Help & Troubleshooting

My transformer was rooted using the old method and I've installed Prime.
I have problems with the camera so want to flash blob v5
Can i just flash the blob file with cwm?
The instructions are quite involved but it looks like i dont need to do most of what it says.

I believe you can skip some steps 1-4 i believe since you are already rooted. Dont quote me though.

reading the FAQ would have answered this, just follow the blob flashing steps.

I don't see in the FAQ where it says if you can flash the blob using CWM.
I already knew about the ADB push method. My question was specifically about using CWM. It just uppacks and copies files (as root), like ADB doesn't it?

as it isn't stated there, and there isn't a zip file no.

seshmaru said:
as it isn't stated there, and there isn't a zip file no.
Click to expand...
Click to collapse
Ah, the blob is not a zip file, gotcha! Thanks for the helpful response, I've learned something today
OK, I'll do it the ADB way, thanks!

RedMist said:
Ah, the blob is not a zip file, gotcha! Thanks for the helpful response, I've learned something today
OK, I'll do it the ADB way, thanks!
Click to expand...
Click to collapse
Added to the FAQ now.

RedMist said:
Ah, the blob is not a zip file, gotcha! Thanks for the helpful response, I've learned something today
OK, I'll do it the ADB way, thanks!
Click to expand...
Click to collapse
if you really don't want to take the ADB route, MoDaCo's Hr4 custom ROM does include the blob and is flashable via CWM.
Regards,
Dave

foxmeister said:
if you really don't want to take the ADB route, MoDaCo's Hr4 custom ROM does include the blob and is flashable via CWM.
Regards,
Dave
Click to expand...
Click to collapse
Thank you. I didnt realise Hr4 did that

foxmeister said:
if you really don't want to take the ADB route, MoDaCo's Hr4 custom ROM does include the blob and is flashable via CWM.
Regards,
Dave
Click to expand...
Click to collapse
^^ This
Now can we please close + move this thread, as it isn't really dev related.

Related

[ROM] Stock 2.1 Hero Update zip from RUU_Hero_C_Sprint_2.20.651.1_signed_test.exe

Since some people were interested I've made a stock update zip from the RUU_Hero_C_Sprint_2.20.651.1_signed_test.exe so you can flash via recovery.
This is just for those who want a completely stock rom to work off of or those that can't or don't want to run the RUU. If you want something already tweaked then use DamageControl. I'm not trying to start a custom rom I just did this for a couple people that wanted it.
It does not include the new hboot or radio.img included in the RUU and the system is stock except for adding busybox, patched su and sh.
To use su you need to install Superuser.apk.
Busybox is not installed by default you can do that through a terminal app or adb executing su and running "busybox --install /system/xbin".
You must be rooted and flash via Amon_ra recovery. Recommend nandroid backup and wipe/factory reset before flashing.
Here is a link to my post on how to make an update zip from the RUU.
Download link for the update/rom:
http://dl.dropbox.com/u/6022412/zen-hero_0.1b.zip
The link might be down since dropbox just suspended my public links due to excessive traffic.
Alternate download:
http://www.4shared.com/file/YqMmKAzL/zen-hero_01b.html
This is a link to my google code site where i put up some of the binaries/scripts that I use for rom making. These are linux binaries. If you download them put them in your path so you can execute them from anywhere. Also make sure you chmod them to executable. If you don't know how the google can tell you.
http://code.google.com/p/zen-droid/downloads/list
Due to recent events I just want to say that the devs here put a lot of work into getting you guys these leaked roms. They risk their credibility and their sources risk their jobs. So have some respect and remember it's just a phone.
Thank you,I'm sure a lot of people were wanting this.
What is the point of making a zip when you can just use the RUU?
My RUU just got done booting!
Roman G said:
What is the point of making a zip when you can just use the RUU?
My RUU just got done booting!
Click to expand...
Click to collapse
For people not running windows and for people that don't want to risk flashing hboot or the radio.img.
See I did not know it came with the radio image!
Just booted up fine and got the new radio image and a knew PRI# and was able to update my PRL as well!
Zenulator: heh I'm working on a rom I titled Zendroid... wonder if people will confuse it as being something related to you.
obelisk79 said:
Zenulator: heh I'm working on a rom I titled Zendroid... wonder if people will confuse it as being something related to you.
Click to expand...
Click to collapse
crazy, his link says zendroid in it too
http://code.google.com/p/zen-droid/downloads/list
obelisk79 said:
Zenulator: heh I'm working on a rom I titled Zendroid... wonder if people will confuse it as being something related to you.
Click to expand...
Click to collapse
Yea I thought that was kind of funny. Nice name for a rom though
yeah well, I thought it had a nicer ring to it than fengshuidroid.... was going for a rom which was also centered around a nice clean theme to the sense ui. I'm still making headway on the project.
Re: [ROM] Stock 2.1 Hero Update.zip
Maybe this is a stupid question but, The phone needs to be rooted to install this rom?
Sent from my HERO200 using xda app
theclawpr said:
Maybe this is a stupid question but, The phone needs to be rooted to install this rom?
Sent from my HERO200 using xda app
Click to expand...
Click to collapse
yes you need root and a recovery image
Roman G said:
See I did not know it came with the radio image!
Just booted up fine and got the new radio image and a knew PRI# and was able to update my PRL as well!
Click to expand...
Click to collapse
Interesting! What is the new PRI that you have now?
raynda said:
Interesting! What is the new PRI that you have now?
Click to expand...
Click to collapse
2.10_003 I believe it's the one that damage had that no one could figure out where he got it other than the official release!
okay i have a question, i was trying to update the recovery image to the 1.6.2 . but i get an error ..
The img file is in the sd card and when i do flash_image recovery recovery-RA-heroc-v1.6.2.img i get flash_image not found error ...
i tired to go from scratch and do the factory 1.5 image (RUU) but now says can not start bootloader ...any ideas?
rgildoss said:
okay i have a question, i was trying to update the recovery image to the 1.6.2 . but i get an error ..
The img file is in the sd card and when i do flash_image recovery recovery-RA-heroc-v1.6.2.img i get flash_image not found error ...
i tired to go from scratch and do the factory 1.5 image (RUU) but now says can not start bootloader ...any ideas?
Click to expand...
Click to collapse
adb shell
cd /sdcard
flash_image recovery blah.blah.blah
smw6180 said:
adb shell
cd /sdcard
flash_image recovery blah.blah.blah
Click to expand...
Click to collapse
error
flash_image: not found
rgildoss said:
error
flash_image: not found
Click to expand...
Click to collapse
Thats because the flash images is not called blah.blah.blah
VinceOB said:
Thats because the flash images is not called blah.blah.blah
Click to expand...
Click to collapse
i know that ...lol
ever i try i can not load the damn recovery image ...
power + menu gives me a picture of the phone with ! .....
how can i load the recovery image ?
The phone is rooted but just wont take the revory image
Now this might be a stupid question, but do we need Root for this? I have a friend who's terrified of Rooting but really wants 2.1, so could he just Flash this through the Stock Recovery Image, or should I force him to Root?
Edit: NVM sorry I just read the 1st post on page 2. Told you it was a stupid question.
It seems like the flash_image command is missing.

Quick newbiesh question about kernels

Forgive my ignorance, i've tried to do a few searches to answer my question but none have directly addressed it.
I recently rooted 2.20 successfully, installed CleanROM. If I want to flash a kernel, say cleanKERNEL, all I have to do is move the .zip onto the phone, boot into bootloader, and flash it that way? If I flash a kernel, will I loose all the customization I've done on the current ROM?
Any help would be appreciated.
style2burn said:
Forgive my ignorance, i've tried to do a few searches to answer my question but none have directly addressed it.
I recently rooted 2.20 successfully, installed CleanROM. If I want to flash a kernel, say cleanKERNEL, all I have to do is move the .zip onto the phone, boot into bootloader, and flash it that way? If I flash a kernel, will I loose all the customization I've done on the current ROM?
Any help would be appreciated.
Click to expand...
Click to collapse
I'm unclear on whether you can flash kernels with the new hboot in 2.20, but if you can, you flash it like anything else. It shouldn't affect the rom as long as they're compatible.
iElvis said:
I'm unclear on whether you can flash kernels with the new hboot in 2.20, but if you can, you flash it like anything else. It shouldn't affect the rom as long as they're compatible.
Click to expand...
Click to collapse
I was under the impression that you would have to use fastboot, not recovery.
style2burn said:
I was under the impression that you would have to use fastboot, not recovery.
Click to expand...
Click to collapse
Yes, I think that's correct with the new hboot.
iElvis said:
Yes, I think that's correct with the new hboot.
Click to expand...
Click to collapse
Can someone give quick instructions on how to do it through fastboot? Or link me to a resouce that says how? I've searched a bit but can't find something that exactly answers my question. Any help would be appreciated.
style2burn said:
Can someone give quick instructions on how to do it through fastboot? Or link me to a resouce that says how? I've searched a bit but can't find something that exactly answers my question. Any help would be appreciated.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1954060
if you flashed 2.20 at anytime you have to ALWAYS flash boot.img in fastboot
DvineLord said:
if you flashed 2.20 at anytime you have to ALWAYS flash boot.img in fastboot
Click to expand...
Click to collapse
Right, I did do that. But now I'm trying to flash a kernel. I have the new CleanKERNEL zip file, but I'm not seeing a boot.img in the zip.So I keep looking for some sort of .img, flash it, move CleanKERNEL zip to my phone, then flash that?
Any help would be appreciated.
Oh right... It builds the boot.img on the fly when it is installed from recovery. I believe you need to try and flash the kernel zip file from recovery. It will fail since you have to 2.20 hboot, but it will create the boot.img in a temp dir somewhere on your phone, which you can copy to your pc and flash via fastboot.
denversc said:
Oh right... It builds the boot.img on the fly when it is installed from recovery. I believe you need to try and flash the kernel zip file from recovery. It will fail since you have to 2.20 hboot, but it will create the boot.img in a temp dir somewhere on your phone, which you can copy to your pc and flash via fastboot.
Click to expand...
Click to collapse
So I have to copy the kernel to my phone, open up recovery, attempt to flash it, it will fail, open up my phone through windows, find the boot.img, manually flash it from fastboot, then go into recovery and flash the kernel??????
style2burn said:
So I have to copy the kernel to my phone, open up recovery, attempt to flash it, it will fail, open up my phone through windows, find the boot.img, manually flash it from fastboot, then go into recovery and flash the kernel??????
Click to expand...
Click to collapse
Yes, except for the very last step of re-flashing from recovery. I haven't personally tried this since I'm not on AT&T and can flash whatever from recovery, but I've seen this method discussed several times in the Blackout BeastMode custom kernel thread.
denversc said:
Yes, except for the very last step of re-flashing from recovery. I haven't personally tried this since I'm not on AT&T and can flash whatever from recovery, but I've seen this method discussed several times in the Blackout BeastMode custom kernel thread.
Click to expand...
Click to collapse
Hmmm ok thanks alot for the advice. I guess I'll have to dig through the blackout beastmode thread to see the exact directions. Again, thanks for all the advice
style2burn said:
Hmmm ok thanks alot for the advice. I guess I'll have to dig through the blackout beastmode thread to see the exact directions. Again, thanks for all the advice
Click to expand...
Click to collapse
Looks like the people in the blackout beastmode thread already have a boot.img for them to use without looking for the one created in the temp file. Unless I can just use the boot.img from cleanROM which I'm already running? Or the kernel requires its on boot.img??
style2burn said:
Looks like the people in the blackout beastmode thread already have a boot.img for them to use without looking for the one created in the temp file. Unless I can just use the boot.img from cleanROM which I'm already running? Or the kernel requires its on boot.img??
Click to expand...
Click to collapse
Hmmm... I thought Blackout BeastMode created boot.img on the fly. Perhaps not. The next thread I would direct you to is the CleanROM thread. Or you could try the BeastMode kernel haha. Sorry can't be more help. I just don't have any first-hand experience.
Has anyone else flashed CleanKernel on 2.20 AT&T device?

[Q] reverting from custom kernel to stock?

sorry if this doesn't quite belong here but I was curious to go back just to stock kernel, not completely stock itself. Could anyone link me to a good step by step for me to do this? Do i use adbfastboot the boot.img only? Im just a a little confused..
Sorry I am still new and learning. Thanks for any help!
Download the relevant kernel to your device from here.
Reboot to recovery
Install the zip you just downloaded
This stuff tends to be a lot simpler than you'd expect, tbh.
dallas220 said:
sorry if this doesn't quite belong here but I was curious to go back just to stock kernel, not completely stock itself. Could anyone link me to a good step by step for me to do this? Do i use adbfastboot the boot.img only? Im just a a little confused..
Sorry I am still new and learning. Thanks for any help!
Click to expand...
Click to collapse
Download the factory images from Google : https://developers.google.com/android/nexus/images#hammerheadkot49h
Extract the boot.img and flash it via fastboot.. (fastboot flash boot boot.img)
Make sure your on stock rom before you flash it..
Sent from my Nexus 5 using Tapatalk
dallas220 said:
sorry if this doesn't quite belong here but I was curious to go back just to stock kernel, not completely stock itself. Could anyone link me to a good step by step for me to do this? Do i use adbfastboot the boot.img only? Im just a a little confused..
Sorry I am still new and learning. Thanks for any help!
Click to expand...
Click to collapse
Fastboot, you flash with fastboot and yes the kernel image is boot.img. You should probably also reflash your ROM (system.img if you're on the stock ROM) as many custom kernels also modify the system partition.
BirchBarlow said:
Fastboot, you flash with fastboot and yes the kernel image is boot.img. You should probably also reflash your ROM (system.img if you're on the stock ROM) as many custom kernels also modify the system partition.
Click to expand...
Click to collapse
Thanks for all the replies guys!
I am indeed on stock rom. To flash the system.img is pretty much the same as the boot.img yes?
dallas220 said:
Thanks for all the replies guys!
I am indeed on stock rom. To flash the system.img is pretty much the same as the boot.img yes?
Click to expand...
Click to collapse
Hi,
Same way: http://forum.xda-developers.com/google-nexus-5/general/tutorial-how-to-flash-factory-image-t2513701.
Hammer_Of_The_Gods said:
Hi,
Same way: http://forum.xda-developers.com/google-nexus-5/general/tutorial-how-to-flash-factory-image-t2513701.
Click to expand...
Click to collapse
Thank you brother
And just to add to my noobness.. Returning to stock kernel and or rom doesn't wipe any files on the phone correct? Ie picture data etc....?
dallas220 said:
Thank you brother
And just to add to my noobness.. Returning to stock kernel and or rom doesn't wipe any files on the phone correct? Ie picture data etc....?
Click to expand...
Click to collapse
As long as you don't flash the userdata.img, you are fine!
If you are using the flashall script then remove the -w flag and you're good to go!
Sent from my Nexus 5 using Tapatalk
vin4yak said:
As long as you don't flash the userdata.img, you are fine!
If you are using the flashall script then remove the -w flag and you're good to go!
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
I plan on flashing sys and boot!
And so sorry but what do you mean the flashall srcipt?
Would that be basically flashing everything to stock?
Sorry for such dumb questions
dallas220 said:
I plan on flashing sys and boot!
And so sorry but what do you mean the flashall srcipt?
Would that be basically flashing everything to stock?
Click to expand...
Click to collapse
So no worries since you don't flash all (you use the "Method2" from the link I posted above), about the "flash-all.sh" file, when you open the factory image file, you have this script, more info here about the "-w" to delete: http://forum.xda-developers.com/showpost.php?p=51949577&postcount=4.
Hammer_Of_The_Gods said:
So no worries since you don't flash all (you use the "Method2" from the link I posted above), about the "flash-all.sh" file, when you open the factory image file, you have this script, more info here about the "-w" to delete: http://forum.xda-developers.com/showpost.php?p=51949577&postcount=4.
Click to expand...
Click to collapse
thanks for you help my brother. Just another question.. If I have a nandroidbackup on the computer that I made before I installed my custom kernel, could you somehow use that to get back to the stock kernel? Is that something...or I am just asking the most ridiculous questions?
It seems the more I read, the less I am confident with adb, flashing, backups etc.... :S
dallas220 said:
thanks for you help my brother. Just another question.. If I have a nandroidbackup on the computer that I made before I installed my custom kernel, could you somehow use that to get back to the stock kernel? Is that something...or I am just asking the most ridiculous questions?
It seems the more I read, the less I am confident with adb, flashing, backups etc.... :S
Click to expand...
Click to collapse
If want the stock kernel download the factory images from google and flash the boot.img via fastboot. That's the easiest way.
If you still want to use nandroid backup then copy the nandroid backup to the correct location... Head over to Philz Touch recovery and use the custom restore option by which you can select only the "boot" and "system" partition. But I haven't tried doing it so can't say whether it will work or not. However, technically it should work. I have no idea how to do this using TWRP though as I haven't used it much.

TWRP install question..I'm on 4.4.2, Rooted, Unlocked

Ok, so I'm just looking for final confirmation before I install my TWRP2710-RAZR-HD_M-KITKAT image...going to just fastboot flash it on there using the files in my Motopocalypse folder, but do I need to rename some file in the system folder or something before I do this? Seems like I had to do that in the JB era and I can't find much for the KK version. Noob question I know. Do I just put my phone in fastboot mode and flash away or is there a step prior to that? Thanks in advance.
Just follow the directions here: http://forum.xda-developers.com/showthread.php?t=2776515
pothole said:
Ok, so I'm just looking for final confirmation before I install my TWRP2710-RAZR-HD_M-KITKAT image...going to just fastboot flash it on there using the files in my Motopocalypse folder, but do I need to rename some file in the system folder or something before I do this? Seems like I had to do that in the JB era and I can't find much for the KK version. Noob question I know. Do I just put my phone in fastboot mode and flash away or is there a step prior to that? Thanks in advance.
Click to expand...
Click to collapse
Not sure why you think you have to rename something to flash a new recovery. Yeah, maybe the instructions had you rename the recovery image file or something, but no. Just flash it per the instructions the previous poster linked to. It's really that simple.
Good luck!
iBolski said:
Not sure why you think you have to rename something to flash a new recovery. Yeah, maybe the instructions had you rename the recovery image file or something, but no. Just flash it per the instructions the previous poster linked to. It's really that simple.
Good luck!
Click to expand...
Click to collapse
Or you could just use flashify in the play store...
https://play.google.com/store/apps/details?id=com.cgollner.flashify
Thanks gents, just the info I was looking for.
pistacios said:
Or you could just use flashify in the play store...
https://play.google.com/store/apps/details?id=com.cgollner.flashify
Click to expand...
Click to collapse
That's what I did. Worked great!
Sent from my DROID RAZR HD using Tapatalk
pistacios said:
Or you could just use flashify in the play store...
https://play.google.com/store/apps/details?id=com.cgollner.flashify
Click to expand...
Click to collapse
The only thing about Flashify that I don't like is you need to be already rooted.
Otherwise, if you're not rooted, then you can't root until you put on a custom recovery, which means you need to use fastboot to flash CWM or TWRP and then sideload root. Then you'd be able to flash TWRP or CWM. Kind of the chicken and the egg conundrum.
Everyone should know how to do it via fastboot because you may not have root to install TWRP or any other custom recovery. It's always good to know how to do things from the command line because there may come a time when you have no other option.
running official kk on xt926 here.
can i install official cm11 nightlys after flash 2.7 twrp ?
I believe they can only be installed when they update them with the new kitkat bootloader. There are some builds by dhacker29 that I have tried that worked but are in progress. You would need to reflash back to JB bootloader to use the official CM11 nightlies.
aaki_rocker said:
running official kk on xt926 here.
can i install official cm11 nightlys after flash 2.7 twrp ?
Click to expand...
Click to collapse
yujikaido79 said:
I believe they can only be installed when they update them with the new kitkat bootloader. There are some builds by dhacker29 that I have tried that worked but are in progress. You would need to reflash back to JB bootloader to use the official CM11 nightlies.
Click to expand...
Click to collapse
how can i flash back to jb bootloader without bricking ?
edit : got it..
iBolski said:
Not sure why you think you have to rename something to flash a new recovery. Yeah, maybe the instructions had you rename the recovery image file or something, but no. Just flash it per the instructions the previous poster linked to. It's really that simple.
Good luck!
Click to expand...
Click to collapse
i think it is because back in the day, correct me if im wrong, you had to rename the old recovery file so it wouldnt re-install.
but now that development has progressed, that is no longer necessary.
thats why all the, do i need to rename questions are arising.
bweN diorD said:
i think it is because back in the day, correct me if im wrong, you had to rename the old recovery file so it wouldnt re-install.
but now that development has progressed, that is no longer necessary.
thats why all the, do i need to rename questions are arising.
Click to expand...
Click to collapse
yep, that's what I was inquiring about.. all sorted now and rocking the device as it's supposed to be used. thanks.

[Q] Can anyone please post stock system/vendor/etc/audio_effects.conf?

Hello,
I've been trying to install the ota.zip lollipop update by sideloading.
But it is aborting it because there are changes in a specific audio file (system/vendor/etc/audio_effects.conf)
could somebody please post the stock audio_effects.conf file for me?
Thank you very much.
edit: What I forgot to mention is that the changes were made by Viper4android.
Just flash a ROM.zip. simple
rootSU said:
Just flash a ROM.zip. simple
Click to expand...
Click to collapse
Thank you for your reply, but I would prefer just to have the audio_effects.conf file replaced.
Kumparan said:
Thank you for your reply, but I would prefer just to have the audio_effects.conf file replaced.
Click to expand...
Click to collapse
You can extract it from a KK ROM.zip then.
Hi! i´m having a similar problem but with another file: gps.conf.
first i will help you getting audio_effects.conf:
1) download google image file, to your device and version from https://developers.google.com/android/nexus/images
2) extract all package files (tgz, tar, zip) until you have system.img
3) follow this tutorial to open the image and get the file http://forum.xda-developers.com/showthread.php?t=2294909
now the problem:
I cant apply the 5.0 ota because my gps.conf is messed up. My bootloader is locked since i managed to get root with towelroot and lived fine with xposed.
Now even placing the stock gps.conf file and removing root, for some reason there a mismatch in the file and the ota fails.
Any suggestions?
flitzjoy said:
Hi! i´m having a similar problem but with another file: gps.conf.
first i will help you getting audio_effects.conf:
1) download google image file, from your device and version from https://developers.google.com/android/nexus/images
2) extract all package files (tgz, tar, zip) until you have system.img
3) follow this tutorial to open the image and get the file http://forum.xda-developers.com/showthread.php?t=2294909
Click to expand...
Click to collapse
Thats is such a long way round. Click the "guides and info threads" link in my signature. Go to section 6 (resources) download stock rom.zip. Extract
Although I also wrote a thread about learning to not waste time with pointless endeavours and how to update properly if rooted. That too is in my signature
flitzjoy said:
I cant apply the 5.0 ota because my gps.conf is messed up. My bootloader is locked since i managed to get root with towelroot and lived fine with xposed.
Now even placing the stock gps.conf file and removing root, for some reason there a mismatch in the file and the ota fails.
Any suggestions?
Click to expand...
Click to collapse
re-root with towel root.
flash recovery with flashify
flash rom.zip
or
re-root with towelroot
unlock bootloader with bootunlocker
fastboot flash stock system.img
receive OTA (why?)
rootSU said:
You can extract it from a KK ROM.zip then.
Click to expand...
Click to collapse
Could you refer me to said rom.zip? I've been looking for a while but I think my searching skills are a little bit subpar.
edit: Also looking into solution from Flitzjoy.
edit 2: Decided to use Flitzjoy's solution, as I already had the img on my pc. My nexus 5 is now happily booting into Lollipop!
Thank you both very much. :angel:
Kumparan said:
Could you refer me to said rom.zip? I've been looking for a while but I think my searching skills are a little bit subpar.
Click to expand...
Click to collapse
Yeah sure. Click the "guides and info threads" link in my signature. Then go to section 6 (resources). There is a stock rom thread there...
My method just worked, i was missing to correct file permissions after copying to /system.
Anyway, thanks rootSU I dont knew bootunlocker or flashify.
Kumparan said:
Could you refer me to said rom.zip? I've been looking for a while but I think my searching skills are a little bit subpar.
edit: Also looking into solution from Flitzjoy.
edit 2: Decided to use Flitzjoy's solution, as I already had the img on my pc. My nexus 5 is now happily booting into Lollipop!
Thank you both very much. :angel:
Click to expand...
Click to collapse
Would you be so kind to upload the file to some place? I have encountered the same problem and would be really happy if I didn't have to download the complete system image.
nintendere said:
Would you be so kind to upload the file to some place? I have encountered the same problem and would be really happy if I didn't have to download the complete system image.
Click to expand...
Click to collapse
attached.
Thanks man, worked perfectly!
rootSU said:
Yeah sure. Click the "guides and info threads" link in my signature. Then go to section 6 (resources). There is a stock rom thread there...
Click to expand...
Click to collapse
Can you post the link to the thread directly? I don't find a link to a stock ROM in section 6. There is a link to a 5.0 ROM, but not to a 4.x ROM. That I can see. It is all very confusing for people who aren't experts in all of this.
I can't believe I went to all the trouble of installing Viper and all it did was screw up my phone for installing 5.0. It never really fixed my volume problems, which is all I wanted to change.

Categories

Resources