will someone one more talented than myself modify this for the DNA please? I used this on my Rezound. I like it because it looks good and it is simple. It is the Beats circled "b" logo in red of course on a black background.
https://www.dropbox.com/s/ghmysgrgnraqfch/Beats_Logo_PH98IMG.zip
Need the android-info.txt for the dna. Once i get that, I'll be making custom splash screens...
Sent from my HTC6435LVW using Xparent Cyan Tapatalk 2
Stoney 666 said:
Need the android-info.txt for the dna. Once i get that, I'll be making custom splash screens...
Sent from my HTC6435LVW using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
Here is the .txt file from the OTA. :good:
Argumentation said:
Here is the .txt file from the OTA. :good:
Click to expand...
Click to collapse
lol beat me to it
still trying to get this to work... The .txt posted above is different from the one in the S-off zip. I tried both and no dice. Hboot doesn't even see the PL832IMG.zip. I even tried flashing the splash1.img in fastboot, it says it flashes but it gets denied when I tries to write it... I'm not a dev so hopefully it gets figured out by someone soon.
Stoney 666 said:
still trying to get this to work... The .txt posted above is different from the one in the S-off zip. I tried both and no dice. Hboot doesn't even see the PL832IMG.zip. I even tried flashing the splash1.img in fastboot, it says it flashes but it gets denied when I tries to write it... I'm not a dev so hopefully it gets figured out by someone soon.
Click to expand...
Click to collapse
Where do I find what you need?
Sent from my HTC DNA™
Stoney 666 said:
still trying to get this to work... The .txt posted above is different from the one in the S-off zip. I tried both and no dice. Hboot doesn't even see the PL832IMG.zip. I even tried flashing the splash1.img in fastboot, it says it flashes but it gets denied when I tries to write it... I'm not a dev so hopefully it gets figured out by someone soon.
Click to expand...
Click to collapse
Try flashing the ENG HBOOT with the method I posted in that thread, then you should be able to write the splash.img from fastboot.
Sent from my HTC6435LVW using xda app-developers app
Argumentation said:
Try flashing the ENG HBOOT with the method I posted in that thread, then you should be able to write the splash.img from fastboot.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
This worked, Thank you! But still get that red message at the bottom saying that it's a developers device. Any ideas on getting rid of that?
Stoney 666 said:
This worked, Thank you! But still get that red message at the bottom saying that it's a developers device. Any ideas on getting rid of that?
Click to expand...
Click to collapse
you'll be able to get rid of the red text soon
http://forum.xda-developers.com/showthread.php?t=1786498
you have to modify the hboot
well, here's my first custom splash for the DNA... Beats logo I mad from scratch, I used a different font on the "b" just to be a little different... I'll start a thread soon with download links and instructions and requests...
sweet cant wait for this !
http://forum.xda-developers.com/showthread.php?p=38204702#post38204702
hungsolow said:
will someone one more talented than myself modify this for the DNA please? I used this on my Rezound. I like it because it looks good and it is simple. It is the Beats circled "b" logo in red of course on a black background.
https://www.dropbox.com/s/ghmysgrgnraqfch/Beats_Logo_PH98IMG.zip
Click to expand...
Click to collapse
can you get a screen shot of the photo, ill make it happen
kraziekc said:
can you get a screen shot of the photo, ill make it happen
Click to expand...
Click to collapse
Thanx! It's in the zip I included in the OP.
Sent from my HTC DNA™
hungsolow said:
will someone one more talented than myself modify this for the DNA please? I used this on my Rezound. I like it because it looks good and it is simple. It is the Beats circled "b" logo in red of course on a black background.
https://www.dropbox.com/s/ghmysgrgnraqfch/Beats_Logo_PH98IMG.zip
Click to expand...
Click to collapse
Is this the one?
https://www.dropbox.com/s/piyhjq31e6qebgm/beats.png
kraziekc said:
Is this the one?
https://www.dropbox.com/s/piyhjq31e6qebgm/beats.png
Click to expand...
Click to collapse
That's it! Now how to make it flashable...?
hungsolow said:
That's it! Now how to make it flashable...?
Click to expand...
Click to collapse
The first thing to do is make sure you S-OFF and then the next is to make sure you have the ENG HBOOT. if you dont then your going to want to get that done first.
Proceed if your good to go
ok here is my drop box link beats.img
1. save the beats.img to your work folder where your adb files are.
2. plug your phone into the computer usb
3. next open a command prompt within your platform-tools folder
4. type in this at the prompt:
make sure your see your device ID after typing this command
Code:
adb devices
5. once the device is listed there type this code
Code:
adb reboot bootloader
6. once your at the bootloader type:
Code:
fastboot flash splash1 beats.img
7. once your done type:
Code:
fastboot reboot
Enjoy, if you have any questions please reach out to me.
kraziekc said:
The first thing to do is make sure you S-OFF and then the next is to make sure you have the ENG HBOOT. if you dont then your going to want to get that done first.
Proceed if your good to go
ok here is my drop box link beats.img
1. save the beats.img to your work folder where your adb files are.
2. plug your phone into the computer usb
3. next open a command prompt within your platform-tools folder
4. type in this at the prompt:
make sure your see your device ID after typing this command
Code:
adb devices
5. once the device is listed there type this code
Code:
adb reboot bootloader
6. once your at the bootloader type:
Code:
fastboot flash splash1 beats.img
7. once your done type:
Code:
fastboot reboot
Enjoy, if you have any questions please reach out to me.
Click to expand...
Click to collapse
I did S-OFF and switched to the ENG HBOOT day 1. I'm familiar with adb commands. I guess I was having a dumb moment when I asked how to flash it! thanx man!
btw, the linked file has a .txt extension. Do I just change the extension to .img after I download it?
Sent from my HTC DNA™
hungsolow said:
I did S-OFF and switched to the ENG HBOOT day 1. I'm familiar with adb commands. I guess I was having a dumb moment when I asked how to flash it! thanx man!
btw, the linked file has a .txt extension. Do I just change the extension to .img after I download it?
Sent from my HTC DNA™
Click to expand...
Click to collapse
We are all entitled to those moments!
Try going to my DropBox and once there scroll down to the .img files, the one your looking for is labeled beats.img
Hope it helps.
hungsolow said:
...the linked file has a .txt extension. Do I just change the extension to .img after I download it?
Click to expand...
Click to collapse
actually, it has an .img extension but your phone will change it to .txt if you download it to your phone.
better plan is to download these straight to your 'puter and the extension will stay correct.
besides, they're easier to install that way... lol
Related
Hi. I recently used RegawMod to unlock and flash my evo 4g lte. Following that I installed via TWRP, ur evo 4g lte. My phone is stuck on a black screen now and I'm not sure how to fix it, revert back or even boot into recovery. any help would be highly appreciated
bmryner said:
Hi. I recently used RegawMod to unlock and flash my evo 4g lte. Following that I installed via TWRP, ur evo 4g lte. My phone is stuck on a black screen now and I'm not sure how to fix it, revert back or even boot into recovery. any help would be highly appreciated
Click to expand...
Click to collapse
Kindly post the link of which u tried instructions and rom
sent from Samsung Galaxy Note using XDA Premium
shreshth89 said:
Kindly post the link of which u tried instructions and rom
sent from Samsung Galaxy Note using XDA Premium
Click to expand...
Click to collapse
this is where I found regaw mod
http://forum.xda-developers.com/showthread.php?t=1690919
after unlocking/rooting I used quick boot to get to TWRP and flashed this rom
This is the rom I used
http://forum.xda-developers.com/showthread.php?t=1764914
You need to flash the kernel separately. Grab boot.img installer or use fastboot. Reboot the phone and hold power+volume down to get into the bootloader, then select recovery. I'm not familiar with boot.img installer but with fastboot you extract the boot.img from the rom and place it in the adb folder and with the phone in fastboot and in the terminal type fastboot flash boot boot.img
bmryner said:
this is where I found regaw mod
http://forum.xda-developers.com/showthread.php?t=1690919
after unlocking/rooting I used quick boot to get to TWRP and flashed this rom
This is the rom I used
http://forum.xda-developers.com/showthread.php?t=1764914
Click to expand...
Click to collapse
Thanks mate for providing the link as regaw already providing support on his software u need to go on the first link,he has given the link for live support try to talk to him first despite opening a new thread he is already providing support on
if it helped you don't forget to press thanks, it isn't that much hard to do u sent from Samsung Galaxy Note using XDA Premium
shreshth89 said:
Thanks mate for providing the link as regaw already providing support on his software u need to go on the first link,he has given the link for live support try to talk to him first despite opening a new thread he is already providing support on
if it helped you don't forget to press thanks, it isn't that much hard to do u sent from Samsung Galaxy Note using XDA Premium
Click to expand...
Click to collapse
You didn't help him. All you did was tell him to go to live support to get help from someone there. He shouldn't have to thank you for that. The fact that you posted that mess after someone gave him the right instructions makes this a useless post anyways.
om4 said:
You need to flash the kernel separately. Grab boot.img installer or use fastboot. Reboot the phone and hold power+volume down to get into the bootloader, then select recovery. I'm not familiar with boot.img installer but with fastboot you extract the boot.img from the rom and place it in the adb folder and with the phone in fastboot and in the terminal type fastboot flash boot boot.img
Click to expand...
Click to collapse
ive installed and the android sdk and ran the command adb devices. adb does not see my phone although its in fast boot
bmryner said:
ive installed and the android sdk and ran the command adb devices. adb does not see my phone although its in fast boot
Click to expand...
Click to collapse
I just flashed the zip in recovery. I was having the same problem myself. Give it a shot.
eXplicit815 said:
I just flashed the zip in recovery. I was having the same problem myself. Give it a shot.
Click to expand...
Click to collapse
sorry, what zip did you flash exactly ?
eXplicit815 said:
You didn't help him. All you did was tell him to go to live support to get help from someone there. He shouldn't have to thank you for that. The fact that you posted that mess after someone gave him the right instructions makes this a useless post anyways.
Click to expand...
Click to collapse
Sorry mate but these instructions where updated while I was typing these reply sorry for that mess
And by the way as I was unable to understand he wasn't able to enter into recovery as op is having clear instructions about such issues and entering in recovery so I thought to route him to the owner of software
As per forum first developer should be informedbefore creating a new thread about issues with his development or instructions about
if it helped you don't forget to press thanks, it isn't that much hard to do u sent from Samsung Galaxy Note using XDA Premium
bmryner said:
ive installed and the android sdk and ran the command adb devices. adb does not see my phone although its in fast boot
Click to expand...
Click to collapse
Because adb is for Android, fastboot is a command line tool that you run from hboot. Type fastboot devices instead and you will see you phone listed
om4 said:
Because adb is for Android, fastboot is a command line tool that you run from hboot. Type fastboot devices instead and you will see you phone listed
Click to expand...
Click to collapse
I had the same problem that he's having, and for some reason I couldn't get the command to work either. Not sure why. I ended up flashing the boot.img found on THIS PAGE for Capt Throwback's stock rooted ROM in recovery and it worked.
eXplicit815 said:
I had the same problem that he's having, and for some reason I couldn't get the command to work either. Not sure why. I ended up flashing the boot.img found on THIS PAGE for Capt Throwback's stock rooted ROM in recovery and it worked.
Click to expand...
Click to collapse
You were trying to run android debug commands in hboot and you fixed it with a stock kernel? Because that's what my post is referring to
If fastboot and adb don't see your device, make sure you have JAVA installed. That's what confounded me, initially.
hurled from my AOKP'd Evo LTE. Enjoy.
Come to think of it, probably. I might have been in HBoot, and not in Fastboot... Good call.
Sent from my EVO using xda app-developers app
bmryner said:
ive installed and the android sdk and ran the command adb devices. adb does not see my phone although its in fast boot
Click to expand...
Click to collapse
That's because you have to change the path of where your cmd prompt is looking. If you haven't changed it then it wont find adb inside of sdk. change the pathway so it looks inside SDK then looks inside the tools folder or whatever folder contains the adb.exe. After its changed correctly it will find adb
Sent from my EVO using xda app-developers app
There is a red text that shows up on the boot screen and on the boot to recovery screen about "this build is for developmental purposes only" after flashing stuff. Is there a way to remove it?
Nope.
Sent from my HTC6435LVW using xda app-developers app
dkris2020 said:
There is a red text that shows up on the boot screen and on the boot to recovery screen about "this build is for developmental purposes only" after flashing stuff. Is there a way to remove it?
Click to expand...
Click to collapse
only if we had S-OFF then we could
.torrented said:
only if we had S-OFF then we could
Click to expand...
Click to collapse
Well we (I) do now. That being said how do you remove the text now with S-off?
^^^^^ what he said
Sent from my HTC6435LVW using Tapatalk 2
dkris2020 said:
Well we (I) do now. That being said how do you remove the text now with S-off?
Click to expand...
Click to collapse
You Could always flash a Splash screen with a red background until we can remove it.
Nowak4G said:
You Could always flash a Splash screen with a red background until we can remove it.
Click to expand...
Click to collapse
I think we can remove it now.
Sent from my HTC6435LVW using xda app-developers app
Download program and dll from here:
http://forum.xda-developers.com/showthread.php?p=29093291
(Put exe and dll in same location)
Modify the hboot as you wish with the program
Save it in your adv location on pc
Rename the hboot zip you just made to update.zip
Open command prompt
one by one type:
adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip update.zip
(Rename to update because neither PL832IMG.zip nor ModdedPL832IMG.zip worked for me)
Let me know if it works for you!
I didn't create this method just combining posts... Props to the guys who created this method!
Sent from my ViperDNA infected with ViperBlue DNA
termin8tor22 said:
Download program and dll from here:
http://forum.xda-developers.com/showthread.php?p=29093291
(Put exe and dll in same location)
Modify the hboot as you wish with the program
Save it in your adv location on pc
Rename the hboot zip you just made to update.zip
Open command prompt
one by one type:
adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip update.zip
(Rename to update because neither PL832IMG.zip nor ModdedPL832IMG.zip worked for me)
Let me know if it works for you!
I didn't create this method just combining posts... Props to the guys who created this method!
Sent from my ViperDNA infected with ViperBlue DNA
Click to expand...
Click to collapse
its actually PL83IMG.zip theres no 2 in it... all you have to do is start typing P and press [TAB] and it will auto fill the rest
Does anyone know how to flash a totally different splash screen now that s-off is here? I was thinking a shot from Prometheus or something
gris1016 said:
Does anyone know how to flash a totally different splash screen now that s-off is here? I was thinking a shot from Prometheus or something
Click to expand...
Click to collapse
Look in the themes section. There are already ones to flash, and instructions on how to make your very own
Sent from my Vipered DNA
Hey guys. Here is the PL832IMG with the HTC disclaimer removed as well as removed **Unlocked**.
1. adb reboot bootloader
2. fastboot oem rebootRUU
3. fastboot flash zip ModdedPL832IMG.zip
4. Profit
Credit to beaups, jcase, and crew for S-Off
Credit to RegawMod for the tools to make this possible
Credit liamstears for the plugin (saved me time lol)
Credit to Fnoji111 for the ENGHboot
Enjoy!
what partiton is the hboot located so i can backup my bootloader
.torrented said:
what partiton is the hboot located so i can backup my bootloader
Click to expand...
Click to collapse
I'm a bit of a daredevil. I just put together the zip using Regawmods tool and flashed it. You could always use the EngHboot from the other thread to flash back i guess.
Nice work OP, didn't much care for the Pink text.
What would be awesome imo is in that top line that's blank now put something like this: -DNA-
EDIT: that's a nice tool, didn't even know it existed.
Worked great for me looks much better this way
md5sum ModdedPL832IMG.zip
81390d9f12e9afaf196d29744587652b
.torrented said:
can we get an MD5 please
Click to expand...
Click to collapse
81390D9F12E9AFAF196D29744587652B for the one the OP posted
PhantomApollyon said:
81390D9F12E9AFAF196D29744587652B for the one the OP posted
Click to expand...
Click to collapse
well i flashed it anyways and it worked so i updated my post lol thanks anyways
.torrented said:
well i flashed it anyways and it worked so i updated my post lol thanks anyways
Click to expand...
Click to collapse
No worries, you can actually use the tool the OP mentioned to make your own and customize it a bit more.
PhantomApollyon said:
No worries, you can actually use the tool the OP mentioned to make your own and customize it a bit more.
Click to expand...
Click to collapse
Is it the tool from the EVO LTE forums?
.torrented said:
Is it the tool from the EVO LTE forums?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1786498
.torrented said:
Is it the tool from the EVO LTE forums?
Click to expand...
Click to collapse
From here http://forum.xda-developers.com/showthread.php?p=29093291
Sent from my HTC6435LVW using Tapatalk HD
This is awesome! Thanks!
Sent from my HTC6435LVW using xda app-developers app
idkwhothatis123 said:
Hey guys. Here is the PL832IMG with the HTC disclaimer removed as well as removed **Unlocked**.
1. adb reboot bootloader
2. fastboot oem rebootRUU
3. fastboot flash zip ModdedPL832IMG.zip
4. Profit
Credit to RegawMod for the tools to make this possible
Credit liamstears for the plugin (saved me time lol)
Credit to Fnoji111 for the ENGHboot
Enjoy!
Click to expand...
Click to collapse
lol... I bribed Liam Stears to make that dll for me to do this very thing.
He'll make a .dll for the stock bootloader too, but someone has to give him a copy of it... all I had was the ENG HBOOT
I made my own and kept the "unlocked" message.
Why? Because I like having true info on that screen so I know what settings are there.
You can always flash the bootloader again in the future if you need to "make it look stock again" if you need to have the unit returned or something.
I just wanted to remove that splash screen disclaimer since we can now set our own splash screen images.
SwordOfWar said:
I made my own and kept the "unlocked" message.
Why? Because I like having true info on that screen so I know what settings are there.
You can always flash the bootloader again in the future if you need to "make it look stock again" if you need to have the unit returned or something.
I just wanted to remove that splash screen disclaimer since we can now set our own splash screen images.
Click to expand...
Click to collapse
You can even make it look like its locked and s-on
i put torrented at the top cause im cool like that oh and the hboot number says 1.39.9001 (its over 9000 lol)
How often will yall be in the bootloader though? Lol Seems like a lot of work just to change a few things
Sent from my Vipered DNA
BFirebird101 said:
How often will yall be in the bootloader though? Lol Seems like a lot of work just to change a few things
Sent from my Vipered DNA
Click to expand...
Click to collapse
My main goal was the disclaimer removal.
Sent from my HTC6435LVW using Tapatalk HD
Cool Man,works fine,Thankyou
ummm in the ruu screen after flashing the green bar that shows up has been here for like 15 mins! what now!
edit nvm i got it working
hi guys im a total noob bought a droid dna on craigslist that was rooted. i tried to set back to stock with ruu got message error 158. i then tried hboot method and when i put cmd fastboot oem writeflagsecure 3 my phone now says tampered ,relocked, security warning and when you reboot just keeps going to fast boot menu.again im new to this and dont know what im doing so maybe i shouldnt have dabbled with it...ill attach a pic of the screen its a red employee edition droid dna... thanks for any help you can offer
Leave it alone! Go to recovery and delete data and reboot the phone.
Sent from my HTC6435LVW using XDA Premium HD app
ifi try recovery or anything just brings me back to the same screen
worm1977 said:
hi guys im a total noob bought a droid dna on craigslist that was rooted. i tried to set back to stock with ruu got message error 158. i then tried hboot method and when i put cmd fastboot oem writeflagsecure 3 my phone now says tampered ,relocked, security warning and when you reboot just keeps going to fast boot menu.again im new to this and dont know what im doing so maybe i shouldnt have dabbled with it...ill attach a pic of the screen its a red employee edition droid dna... thanks for any help you can offer
Click to expand...
Click to collapse
Did you know if it had an Engineer's HBOOT before? Writeflagsecure 3 is to remove S-OFF. You didn't need to do that to go stock.
Try flashing a recovery?
If this for insurance purposes? Just wondering what you're trying to do with your phone since it was working when you got it.
karn101 said:
Did you know if it had an Engineer's HBOOT before? Writeflagsecure 3 is to remove S-OFF. You didn't need to do that to go stock.
Try flashing a recovery?
If this for insurance purposes? Just wondering what you're trying to do with your phone since it was working when you got it.
Click to expand...
Click to collapse
i think i tried to flash recovery. i just want to get it to work so i can use it or sell it. when it poered up normally it had the red writing on the bottom that said for htc developer purposes also instead of the dna boot up it said htc one
worm1977 said:
i think i tried to flash recovery.
Click to expand...
Click to collapse
That isn't a good sign. What steps did you take to flash a recovery?
karn101 said:
That isn't a good sign. What steps did you take to flash a recovery?
Click to expand...
Click to collapse
tried recovery then reboot on phone just takes me to the same screen. also believe i tried fastboot-flash recovery
worm1977 said:
tried recovery then reboot on phone just takes me to the same screen. also believe i tried fastboot-flash recovery
Click to expand...
Click to collapse
No offense, but you keep saying things like "i think" or I "believe"; if you want our help, we need to know if you did it or not.
What recovery were you flashing?
Basically, what I'm saying is you might have deleted your recovery since you're saying that you keep ending up on the bootloader. You need to flash a recovery into your phone. If this doesn't make sense, just let me know and I'll point you in the right direction.
EDIT:
Follow these directions and then select RECOVERY from your bootloader. Let us know what happens please.
http://forum.xda-developers.com/showthread.php?t=1994662
karn101 said:
No offense, but you keep saying things like "i think" or I "believe"; if you want our help, we need to know if you did it or not.
What recovery were you flashing?
Basically, what I'm saying is you might have deleted your recovery since you're saying that you keep ending up on the bootloader. You need to flash a recovery into your phone. If this doesn't make sense, just let me know and I'll point you in the right direction.
Click to expand...
Click to collapse
It had clock work mod on it.no offense taken im just new to this and its kind if confusing to me.since it wouldnt boot thru ruu thats when I tried the hboot method.i dont quite understand the cmd's and flashing I guess.
karn101 said:
No offense, but you keep saying things like "i think" or I "believe"; if you want our help, we need to know if you did it or not.
What recovery were you flashing?
Basically, what I'm saying is you might have deleted your recovery since you're saying that you keep ending up on the bootloader. You need to flash a recovery into your phone. If this doesn't make sense, just let me know and I'll point you in the right direction.
EDIT:
Follow these directions and then select RECOVERY from your bootloader. Let us know what happens please.
http://forum.xda-developers.com/showthread.php?t=1994662
Click to expand...
Click to collapse
ok after i download do i just try to flash thru the adb commands?
worm1977 said:
It had clock work mod on it.no offense taken im just new to this and its kind if confusing to me.since it wouldnt boot thru ruu thats when I tried the hboot method.i dont quite understand the cmd's and flashing I guess.
Click to expand...
Click to collapse
I hear you, it can be overwhelming at first. I've been flashing since the WM 6.5 days and still don't know as much as some of the people here!
When you select RECOVERY, it's bringing you back to the BOOTLOADER screen, right?
If that's the case, the RECOVERY may have been removed, which is why I'm saying to flash a new one in. Did you follow the instructions on that thread I linked to?
---------- Post added at 04:04 AM ---------- Previous post was at 03:53 AM ----------
worm1977 said:
ok after i download do i just try to flash thru the adb commands?
Click to expand...
Click to collapse
Just saw this. No, you should be using fastboot commands, not ADB
fastboot flash recovery recovery.img
To begin, do you have the Android SDK installed on your computer? (Platform Tools)
You save the TWRP .img file in that folder.
Shift+Right Click on the folder and click Open Command Prompt Here
The phone should be connected to the PC
From the BOOTLOADER, go to FASTBOOT
It should say FASTBOOT USB
You can double check by typing 'fastboot devices'
Then run 'fastboot flash recovery recovery.img'
recovery.img will be named whatever your TWRP file is named
Then for good measure do 'fastboot reboot'
Now, you should be back in BOOTLOADER
Go to RECOVERY, and what do you see?
karn101 said:
I hear you, it can be overwhelming at first. I've been flashing since the WM 6.5 days and still don't know as much as some of the people here!
When you select RECOVERY, it's bringing you back to the BOOTLOADER screen, right?
If that's the case, the RECOVERY may have been removed, which is why I'm saying to flash a new one in. Did you follow the instructions on that thread I linked to?
---------- Post added at 04:04 AM ---------- Previous post was at 03:53 AM ----------
Just saw this. No, you should be using fastboot commands, not ADB
fastboot flash recovery recovery.img
yeah fastboot sorry. im at work now ill try it when i get home in 2 hours i have the sdk downloaded
To begin, do you have the Android SDK installed on your computer? (Platform Tools)
You save the TWRP .img file in that folder.
Shift+Right Click on the folder and click Open Command Prompt Here
The phone should be connected to the PC
From the BOOTLOADER, go to FASTBOOT
It should say FASTBOOT USB
You can double check by typing 'fastboot devices'
Then run 'fastboot flash recovery recovery.img'
recovery.img will be named whatever your TWRP file is named
Then for good measure do 'fastboot reboot'
Now, you should be back in BOOTLOADER
Go to RECOVERY, and what do you see?
Click to expand...
Click to collapse
i get home in 2 hours ill try then. i have sdk installed and was using fastboot commands
worm1977 said:
i get home in 2 hours ill try then. i have sdk installed and was using fastboot commands
Click to expand...
Click to collapse
Cool. Same here. I work 2300-0700 hours.
karn101 said:
Cool. Same here. I work 2300-0700 hours.
Click to expand...
Click to collapse
down loaded that goo manager tried fastboot flash recovery GooManager_2.1.2.img said unknown error cant load GooManager
worm1977 said:
down loaded that goo manager tried fastboot flash recovery GooManager_2.1.2.img said unknown error cant load GooManager
Click to expand...
Click to collapse
You need to flash a recovery twrp is probably the best one. Goomanager is a app use to download and install ROMs.
Sent from my HTC6435LVW using Tapatalk 2
coachcrey said:
You need to flash a recovery twrp is probably the best one. Goomanager is a app use to download and install ROMs.
Sent from my HTC6435LVW using Tapatalk 2
Click to expand...
Click to collapse
What he said ^^
Here are the direct links.
http://techerrata.com/browse/twrp2/dlx
I'd suggest downloading 2.5 as 2.6 gave me issues.
karn101 said:
What he said ^^
Here are the direct links.
http://techerrata.com/browse/twrp2/dlx
I'd suggest downloading 2.5 as 2.6 gave me issues.
Click to expand...
Click to collapse
I've had no problems with 2.6 personally but either one will work. Once your in
Recovery you can download a ROM on your computer and on adb use.
adb push "C:\Documents and Settings\Josh\My Documents\Downloads\ViperDNA_1.3.5.zip" sdcard
Clearly that's how I would do it via my computer after you type adb push you can hit the space bar and drag the file to the command prompt and drop it there that will do the dirty work lol then you just hit space and tell it to install on the sdcard.
Dont let your phone or computer go to sleep or the push will corrupt the file it can take up to 10 mins to transfer the file and once you hit enter it won't acknowledge its actually transferring Dont worry it is. It will tell you when its done how long it took and how much it transfered. After that you can flash the ROM and you should be golden man!
Sent from my HTC6435LVW using Tapatalk 2
coachcrey said:
I've had no problems with 2.6 personally but either one will work. Once your in
Recovery you can download a ROM on your computer and on adb use.
adb push "C:\Documents and Settings\Josh\My Documents\Downloads\ViperDNA_1.3.5.zip" sdcard
Clearly that's how I would do it via my computer after you type adb push you can hit the space bar and drag the file to the command prompt and drop it there that will do the dirty work lol then you just hit space and tell it to install on the sdcard.
Dont let your phone or computer go to sleep or the push will corrupt the file it can take up to 10 mins to transfer the file and once you hit enter it won't acknowledge its actually transferring Dont worry it is. It will tell you when its done how long it took and how much it transfered. After that you can flash the ROM and you should be golden man!
Sent from my HTC6435LVW using Tapatalk 2
Click to expand...
Click to collapse
thanks guys im going to try it when i get home in the morning...lol i got alot to learn!!
worm1977 said:
thanks guys im going to try it when i get home in the morning...lol i got alot to learn!!
Click to expand...
Click to collapse
Not a problem man I hope this helped let me know if your still having issues I'm no dev but I have gathered a plethora of knowledge over the years playing with stuff.
Sent from my HTC6435LVW using Tapatalk 2
@worm1977 any luck man?
Sent from my HTC6435LVW using Tapatalk 2
Red text Removed from aboot for our Sprint M9 Firmware version 1.32.651.30, 2.6.651.11 & 2.11.651.19 & 3.41.651.4
I have made a Modified Hboot(aboot) for the Sprint M9 that removes the annoying red text after Unlocking bootloader.
This is only for the Sprint M9 Firmware 1.32.651.30, 2.6.651.11 & 2.11.651.19 & 3.41.651.4Thanks to @OMJ for Firmware from which I used aboot image
YOU MUST BE S-OFF TO FLASH THIS!!!
Download
Sprint M9 Red Text Removed Firmware 1.32.651.30
Sprint M9 Red Text Removed Firmware 2.6.651.11
Sprint M9 Red Text Removed Firmware 2.11.651.19
Sprint M9 Red Text Removed Firmware 3.41.651.4
Instructions:
1. Download attached zip
2. Reboot to bootloader
3. reboot to download mode
4. type fastboot devices (Make sure your device is displayed)
5. type fastboot flash zip Sprint_M9_Red_Text_Removed.zip
6. After flash is done, you may need to reflash again(I did, said failed flush image)
7. Phone reboots, leave command prompt open type "fastboot reboot", place phone back in download mode
8. type fastboot flash zip Sprint_M9_Red_Text_Removed.zip again (should receive [email protected])
9. type fastboot reboot
10. Enjoy no more red text!
Thanks to
@herwegan for guide to edit aboot
Oh yeah, I am not responsible if you break, brick, didn't follow instructions, or can't read. Flash at your own Risk!
Reserved
Sweet, thanks bro!
Sent from my 0PJA2 using XDA Premium 4 mobile app
Thank you! Been waiting for this. I was gonna try and modify the hboot myself but I would be pissed if I bricked the phone. I hate the red text.
So I want to flash a custom splash as well from here however the android-info.txt if for the international version. File type should be the same but I didn't wanna take a chance doing it wrong for this phone. As long as the file format is correct and the android-info.txt is correct is should be fine?
Sim-X said:
Thank you! Been waiting for this. I was gonna try and modify the hboot myself but I would be pissed if I bricked the phone. I hate the red text.
So I want to flash a custom splash as well from here however the android-info.txt if for the international version. File type should be the same but I didn't wanna take a chance doing it wrong for this phone. As long as the file format is correct and the android-info.txt is correct is should be fine?
Click to expand...
Click to collapse
you can always take the android-info.txt file from the firmware zip. i used it from the red text removed zip.
Haven't really checked it out yet, so im not sure what img is the Splash on the M9.
schmeggy929 said:
you can always take the android-info.txt file from the firmware zip. i used it from the red text removed zip.
Click to expand...
Click to collapse
I should have thought of that. Awesome! Gonna flash hboot and splash as soon as my phone is done charging.
Threw you & OMJ a couple of small donations. Thanks for all you guys do.
Sim-X said:
I should have thought of that. Awesome! Gonna flash hboot and splash as soon as my phone is done charging.
Threw you & OMJ a couple of small donations. Thanks for all you guys do.
Click to expand...
Click to collapse
Thanks buddy first donation in a long time!
schmeggy929 said:
Thanks buddy first donation in a long time!
Click to expand...
Click to collapse
not a problem! Red Text is now gone and I got my breaking bad splash screen back. When I flashed it the 1st time it failed like you said, what's odd phone rebooted immediately. Just left command prompt open, did an adb reboot and flashed again once back into download mode took right away. Figure I let people know incase it does the same thing.
Sim-X said:
not a problem! Red Text is now gone and I got my breaking bad splash screen back. When I flashed it the 1st time it failed like you said, what's odd phone rebooted immediately. Just left command prompt open, did an adb reboot and flashed again once back into download mode took right away. Figure I let people know incase it does the same thing.
Click to expand...
Click to collapse
Yeah did the same thing to me, almost like flash the ADSP.img on the M8, had to flash it twice.
Glad it worked!
Sim-X said:
not a problem! Red Text is now gone and I got my breaking bad splash screen back. When I flashed it the 1st time it failed like you said, what's odd phone rebooted immediately. Just left command prompt open, did an adb reboot and flashed again once back into download mode took right away. Figure I let people know incase it does the same thing.
Click to expand...
Click to collapse
Ok what steps did you take to flash the breaking bad splash? Could you share please?
Sent from my HTCONE using Tapatalk
motoelliot said:
Ok what steps did you take to flash the breaking bad splash? Could you share please?
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
@SoLdieR9312 made some custom splashes that are compatible with the M9. I'm not sure if they changed the file format from the M8 or not here. Remove the .txt file in the zip and replace it with the one schmeggy929 posted here . Make sure both the new .txt file and splash screen are in the same zip. Then just flash it per the instructions posted on soldiers splash screen thread. Worked perfect, same one I was using on my M8. His .android info file was for the international version so you just have to update that to work for the Sprint version. File format is the exact same on both variants for the splash screen so you don't have to mess with editing the splash screen file.
Thanks. Worked perfectly! Now we just need more splashes to choose from...
Sent from my 0PJA2 using Tapatalk
motoelliot said:
Thanks. Worked perfectly! Now we just need more splashes to choose from...
Sent from my 0PJA2 using Tapatalk
Click to expand...
Click to collapse
Yea I have been rocking a breaking bad one since m7. Since the screen resolution is the same I don't see why the m7 & m8 splashes that are out there wouldn't work. If htc changed the format but could be as simple as just renaming the file and updating the Android info file. Although I'm not a dev so I don't know if that would work or not.
Sim-X said:
Yea I have been rocking a breaking bad one since m7. Since the screen resolution is the same I don't see why the m7 & m8 splashes that are out there wouldn't work. If htc changed the format but could be as simple as just renaming the file and updating the Android info file. Although I'm not a dev so I don't know if that would work or not.
Click to expand...
Click to collapse
I'll look at some m8 files, but I think the m7 ones won't work without changing the resolution. Maybe it's not but how do you make a nb0 file? Or can we just
fastboot flash splash1 splash.img
Sent from my 0PJA2 using Tapatalk
motoelliot said:
I'll look at some m8 files, but I think the m7 ones won't work without changing the resolution. Maybe it's not but how do you make a nb0 file? Or can we just
fastboot flash splash1 splash.img
Sent from my 0PJA2 using Tapatalk
Click to expand...
Click to collapse
Now that I got my breaking bad splash I'm good for the time being. I have seen some stuff about making splash screens before around XDA if you poke around.
motoelliot said:
I'll look at some m8 files, but I think the m7 ones won't work without changing the resolution. Maybe it's not but how do you make a nb0 file? Or can we just
fastboot flash splash1 splash.img
Sent from my 0PJA2 using Tapatalk
Click to expand...
Click to collapse
once you convert Splash1.img to Splash1.nb0 and using M9 android-info.txt you are good to go. Sim said look around for Splash flasher 1.0.
Take your image and put it in the right folder type number for convert png, Jpg or bmp to img and rename to Splash1.nb0.
I just made this one
schmeggy929 said:
once you convert Splash1.img to Splash1.nb0 and using M9 android-info.txt you are good to go. Sim said look around for Splash flasher 1.0.
Take your image and put it in the right folder type number for convert png, Jpg or bmp to img and rename to Splash1.nb0.
Click to expand...
Click to collapse
Linky?
Sent from my HTCONE using Tapatalk
motoelliot said:
Linky?
Sent from my HTCONE using Tapatalk
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2784348
schmeggy929 said:
http://forum.xda-developers.com/showthread.php?t=2784348
Click to expand...
Click to collapse
I'll see about updating the splash flasher so it will flash the splash also beings the OG was made for the M7