First time attempting unlock and root - HTC Droid DNA

Hello XDA peeps going to attempt to unlock, root and flash a Rom for the first time tonight...any tips, suggestions and knowledge thrown my way would be greatly appreciated. Already looked around threads for "how to" I think I got good idea but knowledge is power haha
Sent from my HTC6435LVW using xda app-developers app

kenohki88 said:
Hello XDA peeps going to attempt to unlock, root and flash a Rom for the first time tonight...any tips, suggestions and knowledge thrown my way would be greatly appreciated. Already looked around threads for "how to" I think I got good idea but knowledge is power haha
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
unlocking is easy now with the new method, as long as htc's website is working.
then just install a recovery via fastboot and flash a rom. Id recommend viperdna

Bigandrewgold said:
unlocking is easy now with the new method, as long as htc's website is working.
then just install a recovery via fastboot and flash a rom. Id recommend viperdna
Click to expand...
Click to collapse
Im having issues with the new method. I feel like I have followed every bit of instructions yet my computer can seem to either recognize my device or does not find "fastboot" as internal or external storage.
It seems so easy too...

KevC90 said:
Im having issues with the new method. I feel like I have followed every bit of instructions yet my computer can seem to either recognize my device or does not find "fastboot" as internal or external storage.
It seems so easy too...
Click to expand...
Click to collapse
That just means you didn't correctly install the android sdk, or whatever its called.
Sent from my HTC6435LVW using xda app-developers app

Bigandrewgold said:
That just means you didn't correctly install the android sdk, or whatever its called.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Been meaning to ask this now but when it comes to downloading the new method APK file and hasoons toolkit v2.1 for the dna do I have to install them both through my phone or do I download them on to my computer and transfer the files through there.
Sorry if I ask a lot. I have just been reading so much and every time I thought I figured it out it shows the same message.

KevC90 said:
Been meaning to ask this now but when it comes to downloading the new method APK file and hasoons toolkit v2.1 for the dna do I have to install them both through my phone or do I download them on to my computer and transfer the files through there.
Sorry if I ask a lot. I have just been reading so much and every time I thought I figured it out it shows the same message.
Click to expand...
Click to collapse
Apk file just install on your phone. And I never used a toolkit so idk.
Sent from my GT-P7510 using xda app-developers app

Bigandrewgold said:
Apk file just install on your phone. And I never used a toolkit so idk.
Sent from my GT-P7510 using xda app-developers app
Click to expand...
Click to collapse
Are you using a windows vista comp or apple? Originally I just installed the apk, ran it, rebooted my phone (manually, ive seen a video where the phone rebooted itself and he manually booted it into bootloader), ran cmd "fastboot oem readcid" and nothing... it almost makes me want to return the phone.

KevC90 said:
Are you using a windows vista comp or apple? Originally I just installed the apk, ran it, rebooted my phone (manually, ive seen a video where the phone rebooted itself and he manually booted it into bootloader), ran cmd "fastboot oem readcid" and nothing... it almost makes me want to return the phone.
Click to expand...
Click to collapse
Did you select fastboot in bootloader.
Sent from my HTC6435LVW using xda app-developers app

Bigandrewgold said:
Did you select fastboot in bootloader.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Yes I did.
Installed apk through my phone
Ran the apk
Manuel reboot into bootloader (should I have fastboot check on in app>settings>battery?)
Hit the power button on fastbook
Open up CMD script and type "fastboot oem readcid"
and....
nothing... =[
Should my usb settings be set to anything in particular?

KevC90 said:
Yes I did.
Installed apk through my phone
Ran the apk
Manuel reboot into bootloader (should I have fastboot check on in app>settings>battery?)
Hit the power button on fastbook
Open up CMD script and type "fastboot oem readcid"
and....
nothing... =[
Should my usb settings be set to anything in particular?
Click to expand...
Click to collapse
What does your cmd prompt say after you press enter.
Sent from my HTC6435LVW using xda app-developers app

Bigandrewgold said:
What does your cmd prompt say after you press enter.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
'fastboot' is not recognized as an internal or external command, operable programs or batch file.

KevC90 said:
'fastboot' is not recognized as an internal or external command, operable programs or batch file.
Click to expand...
Click to collapse
That's because you're doing it out of a regular ol' command prompt.
There's two things you an do to alleviate that problem.
1) Follow this:
Right click on the My Computer icon and select the properties tab.
Select Advanced and click the Environment Variables button.
In the new dialog box double-click on Path (located under System Variables) and type in the full path location to the tools directory.
So essentially if your directory for ADB and fastboot are under C:\<SDK FOLDER NAME>\tools or C:\<SDK FOLDER NAME>\platform-tools, add those to the Path.
2) Go to the directory where ADB/Fastboot, hold SHIFT and then right click. It'll give you the option to open up a command prompt from that directory with should allow you to run those specific commands.
Also, getting back to the Paths. Make sure when you go to add a new path that you put a ; IMMEDIATELY after the very last one. Then absolutely no spaces right after that ;. So.... example coming up..
Let's say a path was C:\banana\peel, and you want to add your ADB folder. So it'll be typed like so, C:\banana\peel;C:\<SDK FOLDER>\tools and then you repeat the same exact thing for the next folder.
I really hope this helps!

Shamrock13 said:
That's because you're doing it out of a regular ol' command prompt.
There's two things you an do to alleviate that problem.
1) Follow this:
Right click on the My Computer icon and select the properties tab.
Select Advanced and click the Environment Variables button.
In the new dialog box double-click on Path (located under System Variables) and type in the full path location to the tools directory.
So essentially if your directory for ADB and fastboot are under C:\<SDK FOLDER NAME>\tools or C:\<SDK FOLDER NAME>\platform-tools, add those to the Path.
2) Go to the directory where ADB/Fastboot, hold SHIFT and then right click. It'll give you the option to open up a command prompt from that directory with should allow you to run those specific commands.
Also, getting back to the Paths. Make sure when you go to add a new path that you put a ; IMMEDIATELY after the very last one. Then absolutely no spaces right after that ;. So.... example coming up..
Let's say a path was C:\banana\peel, and you want to add your ADB folder. So it'll be typed like so, C:\banana\peel;C:\<SDK FOLDER>\tools and then you repeat the same exact thing for the next folder.
I really hope this helps!
Click to expand...
Click to collapse
Following the first method (thanks alot for the help too man, I appreciate it).
Ive found the PATH section you told me about, but I dont understand what you mean by "the full path location to the tools directory".
2) Where is the ADB/Fastboot directory?

New member here as well and was my first rooting and not as hard or challenging as you might think unless things go wrong.

Talk about noob on my part haha I didn't have any files (adb and sdk) well in my defense when I rooted my razr I had some program I downloaded that basically did everything for me so I guess haha thanks for these tips people keep them coming well attempt this again tonight or weekend
Sent from my HTC6435LVW using xda app-developers app

kenohki88 said:
Talk about noob on my part haha I didn't have any files (adb and sdk) well in my defense when I rooted my razr I had some program I downloaded that basically did everything for me so I guess haha thanks for these tips people keep them coming well attempt this again tonight or weekend
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Its okay. I was confused on this too because i ran the fastboot and it said it didn't recognize it. So i realized that fastbook has to be a program that i have to install. Eventually i figured out it was from the android sdk, but all the guides assume you have android sdk installed. They might want to consider adding something like "make sure you have android sdk installed and your Path set" in their guides. I know that would have saved me some trouble haha. ^_^

Yea that would have saved me some sleep haha I still can't get it to work though when I do CID exploit command prompt says no recognized ADB devices I think it might be cause I can't install HTC drivers (I hope cause I'm getting frustrated) haha will try again in next couple days
Sent from my HTC6435LVW using xda app-developers app

Related

Ultimate Noob Rooter [Mytouch Slide]

Making Rooting easier for people, I present to you
Ultimate Noob Rooter
I have built this following the rooting techniques from the following places:
http://forum.xda-developers.com/showthread.php?t=754020
http://wiki.cyanogenmod.com/index.php?title=TMobile_myTouch_Slide:_Full_Update_Guide
By using this method, you agree that you take full responsabily of any actions or concequences
that might happen to you or your phone. Once again, I will not be responsible for anything.
STEPS
Make sure your phone is connected to your PC, if it asks to install drivers just click yes..
1) Download: http://www.fileserve.com/file/M6guyMH
2) Extract the .zip folder named "RootMEnow.zip" anywhere on your computer
3) Open cmd.exe and drag it from the *bottom right corner* to make cmd full screen. (Must be full screen!).
4) on cmd type: root.bat
5) read and follow what it says
6) you're done
----------------------
Some people might get errors saying "missing .dll"
Simply copy the .dll files and place them in this 2 places in your computer
C:\windows\system
C:\window\system32
----------------------
Credits go to..
cdsbj6508 (For alllll the testing)
Cyanogen, nbetcher (for the rooting methods)
and me, Xologist
I'm a total noob and this way of rooting my slide was easy and worked GREAT!!!! Thank you Xologist you ROCK!!
Thanks-
One thing you may want to add: users have to cd to the directory that they extract the RootmeNOW.zip in, e.g., if you extracted it into the documents folder, you'd have to open cmd, and type
cd C:\users\usernamehere\documents\rootmenow
and then the commands. Some SUPERnoobs don't know to cd to be able to run a batch file.
MusicMan374 said:
One thing you may want to add: users have to cd to the directory that they extract the RootmeNOW.zip in, e.g., if you extracted it into the documents folder, you'd have to open cmd, and type
cd C:\users\usernamehere\documents\rootmenow
and then the commands. Some SUPERnoobs don't know to cd to be able to run a batch file.
Click to expand...
Click to collapse
Normally that would be true.. but since I put CMD.exe in that folder, cmd starts at the path of the folder
xologist said:
Normally that would be true.. but since I put CMD.exe in that folder, cmd starts at the path of the folder
Click to expand...
Click to collapse
Wait.. what?? You are distributing cmd.exe?
I think that MS is not going to be cool with that....
I didn't download the file, so if I've misunderstood then you have my apologies.
JTB
JTownBrewer said:
Wait.. what?? You are distributing cmd.exe?
I think that MS is not going to be cool with that....
I didn't download the file, so if I've misunderstood then you have my apologies.
JTB
Click to expand...
Click to collapse
What's wrong with sending cmd.exe ?
that's like me sending you a text.txt document.. everyone has it on windows either way..
xologist said:
What's wrong with sending cmd.exe ?
that's like me sending you a text.txt document.. everyone has it on windows either way..
Click to expand...
Click to collapse
xologist: I appreciate that you have been trying to consolidate information in the MT3GS forums lately and make things a bit more noob friendly, but this comment just blows my mind.
It is in no way like sending a text.txt document. Not sure how you can even make that leap .
Cmd.exe is a proprietary program written by MS and governed by the license under which you have acquired Windows. One of the chief points in that license is that you are not allowed to redistribute, in whole or in part, Windows. Cmd.exe is quite clearly a part of Windows and not allowed to be distributed.
On the other hand, if I were to create a file called Test.txt, I would presumably put some text in there. That is a file I would have created and is therefor mine to do with what I please, as I would be the creator of the work..
You really MUST remove cmd.exe from your download. Not trying to be difficult, just want the forums here to stay legal
JTownBrewer said:
xologist: I appreciate that you have been trying to consolidate information in the MT3GS forums lately and make things a bit more noob friendly, but this comment just blows my mind.
It is in no way like sending a text.txt document. Not sure how you can even make that leap .
Cmd.exe is a proprietary program written by MS and governed by the license under which you have acquired Windows. One of the chief points in that license is that you are not allowed to redistribute, in whole or in part, Windows. Cmd.exe is quite clearly a part of Windows and not allowed to be distributed.
On the other hand, if I were to create a file called Test.txt, I would presumably put some text in there. That is a file I would have created and is therefor mine to do with what I please, as I would be the creator of the work..
You really MUST remove cmd.exe from your download. Not trying to be difficult, just want the forums here to stay legal
Click to expand...
Click to collapse
alright fine.
Ill fix that.. geez, you guys just try to find errors everywhere
xologist said:
alright fine.
Ill fix that.. geez, you guys just try to find errors everywhere
Click to expand...
Click to collapse
Lol. Like I said I appreciate what you're trying to do! Just (trying) to keep it from getting removed...
JTB
stupid question, i know...
however, how easy is it to unroot the device and return to tmo software?
JTownBrewer said:
Lol. Like I said I appreciate what you're trying to do! Just (trying) to keep it from getting removed...
JTB
Click to expand...
Click to collapse
Youre right. Its cool to make things easy for people, but legality is a must. Plus it wouldnt kill noobs to learn how to mount a directory (personally dont think its rocket science)
Sent from my T-Mobile myTouch 3G Slide using XDA App
During the progress bar, I get message that saysnno image, and wrong image. After the progress bar is done, I get this on my screen. Main version is older. Update Fail! Do you want to reboot the device? <vol up> Yes, <vol down> No. Finally I get E: failed to verify whole-file signature. E: verification failed Installation aborted.
There are two threads devoted to unrooting your phone. Please search.
The easiest away to make it "noob proof" would be to make a batch file (.bat) to cd to the directory and execute the commands for the user instead of including command prompt.
Sent from my T-Mobile myTouch 3G Slide using XDA App
good i hope this help the noobs
nikol4s said:
The easiest away to make it "noob proof" would be to make a batch file (.bat) to cd to the directory and execute the commands for the user instead of including command prompt.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
Doesn't work.
When cmd returns the # (pound sign), the .bat doesn't know what to keep doing.
Not only that, but if someone downloads it to their user folder, there MIGHT be a windows variable for the user directory similar to ~ in linux, but not sure. So you might not be able to do that. Even so, if someone downloaded it to the wrong location after only scanning directions, it would break the whole process and they'd come here whining "HERP FAIL DEV DIS BROKEN HERE HOW2ROOT DERPPPPPPPP".
It'd be all bad, is what I'm trying to say here, lol.
Sent from my T-Mobile myTouch 3G Slide
Or just include a shortcut to cmd using the %SYSTEM variable with a target location of current directory
Sent from my HTC Hero CDMA using XDA App
danaff37 said:
Or just include a shortcut to cmd using the %SYSTEM variable with a target location of current directory
Sent from my HTC Hero CDMA using XDA App
Click to expand...
Click to collapse
Guys, calm down.. everything has been fixed..
really didn't think it was possible to screw this up...
but i guess, where there's a will, there's a way.
tried going through instructions. kept getting a lot of errors from cmd, but the commands kept going.
booted back into white screen with writing, and nothing happened.
4. The device will show a progress bar (can take time), ABSOLUTELY DO NOT POWER DOWN WHILE IT'S STILL FLASHING!!!
that step does not happen, nor any of the ones after it. not correctly, anyway.
what am I missing here?

[Q] HELP!!! Crackin.bat doesn't work

Hi, I was wanting to root my legend 2.2 froyo. I came across a simple guide:
[Guide] Hboot 1.0.1 root, made easy
The guide was easy to understand but on one of the steps, it stated
open crackin.bat (your phone will reboot 5 times)
Click to expand...
Click to collapse
I opened it but it doesn't work! My phone doesn't reboot 5 times like what it was supposed to. Am I doing something wrong? Any helps appreciated. Tks!
EDIT: Ok I got it to work but the problem is it gives me an error code!
Code
error: more than one device and emulator
Click to expand...
Click to collapse
and the phone only reboots twice.
After that, temproot the device, typed
adb shell
error: more than one device and emulator
Click to expand...
Click to collapse
May I know what's the issue here? Sry new to this. Really appreciate any helps.
Maybe try unplugging all other usb-related stuff, mouse keyboard, etc.. so it can't confuse them as other devices?
ahhh, I had this issue when rooting, if you do a "adb devices" you might find you have 2 devices listed, in my case i had 1 "(my device serial) offline" and 2 "(my device serial) recovery"
you have to issue an adb command to kill the server, but I can't remember the command,
oh guess what the command is "adb kill-server" i think thats all you need?
Then it should work.
If not, then you might have to do a search for the exact problem your having, 100's if not 1000's have had simular problems one way or another, so your not alone and the solution should be out there, key word "search"
Ah! Tks for ur generous replies. I actually restarted my pc and then when I typed adb shell, it automaticallies kills the server by itself tks for ur help! Another thing is that when I make my goldcard using goldcard tool 0.07, everything was fine but when I checked my removable disk drive, it doesn't show anything except 3 folders (Android.secure, LOST.DIR and whatsapp) is it supposed to be like that?
Sent from my HTC Legend using XDA App

"My phone number" in About Phone==>Status

Hi, I've read a lot of threads about this and have found no feasible answer to this (at least for me). My Atrix 4G running android 2.3.4 on Blue Chronic firmware "HomeBase Mega4 - Gingerbread 2.3.4" shows a blank field in the "My phone number" section. I know that using a Sony Ericsson or an old Samsung phone will allow me to edit this on my sim card, however I do not have access to either of these types of phones. Has anybody found a way to edit this on the Atrix itself, either by using SQLite editor or even using Root Explorer's text editor? I can do it easily if I can just find the fields that need to be edited. Please help.
Any possible solutions will be much appreciated.
Also does anybody know where I can find the .apk files after an apps been installed, do they get saved to a folder on the phone like a computer's "Temporary Internet Files" folder when you just click "run" in the dialog box?
Erebus671 said:
Also does anybody know where I can find the .apk files after an apps been installed, do they get saved to a folder on the phone like a computer's "Temporary Internet Files" folder when you just click "run" in the dialog box?
Click to expand...
Click to collapse
Download AppMonster, select the app you want the apk for, select backup. Use Root Explorer to navigate to sdcard/appmonster2/[the app you want]/rev/you will find the apk here
Thanks Pirate.
Now I still need the My phone number info, hopefully someone has that info....
You can edit the phone number using CM7
hmm, I have blue chronic right now, maybe I'll try to install CM7 again, last time I tried my phone soft bricked itself.. well, I soft bricked it...
Edit: Thanks for the tip though, I'll try it again...
Update: For some reason I am unable to install CM7. No clue why, I'll do a little research and try again. In the mean time if anyone has any other possible solutions, they would be much appreciated.
Still having trouble with this, if anyone has any roms other than CM7 that they would recommend that would be nice.
Sent from my MZ601 using xda premium
Erebus671 said:
Still having trouble with this, if anyone has any roms other than CM7 that they would recommend that would be nice.
Sent from my MZ601 using xda premium
Click to expand...
Click to collapse
Are you sure you have the latest recovery recommended for CM7?
thewarhawk said:
Are you sure you have the latest recovery recommended for CM7?
Click to expand...
Click to collapse
How can I be sure and what is the recommended?
Erebus671 said:
How can I be sure and what is the recommended?
Click to expand...
Click to collapse
Just download the Rom Manager app from the market, it should let you know if your recovery is up to date and offer to update it for you if it isn't
Okay, I stated doing that after I saw your post, but just to be on the safe side, what is the recommended version, or if you're not entirely sure, where can I get it?
Sent from my MZ601 using xda premium
thewarhawk said:
Just download the Rom Manager app from the market, it should let you know if your recovery is up to date and offer to update it for you if it isn't
Click to expand...
Click to collapse
Okay, so I have 5.0.2.0. Do you know if that's the latest recommended?
Sent from my MZ601 using xda premium
Yes sir you should be good..happy flashing
thewarhawk said:
Yes sir you should be good..happy flashing
Click to expand...
Click to collapse
Okay, I have one last question for you, I can't find any threads that really explain how to fastboot and the requirements thereof, would you be kind enough to help me there? I used to know, but know my computer doesn't recognize the command and I've forgotten how to get it to recognize them...
Sent using my Motorola XOOM using XDA premium
Erebus671 said:
Okay, I have one last question for you, I can't find any threads that really explain how to fastboot and the requirements thereof, would you be kind enough to help me there? I used to know, but know my computer doesn't recognize the command and I've forgotten how to get it to recognize them...
Sent using my Motorola XOOM using XDA premium
Click to expand...
Click to collapse
You have to use the cd (change directory command) in your command prompt to get to where you fastboot program is so for example if its file path is c:/androidtools/fastboot.exe
you would have to open cmd and type
Code:
cd c:\androidtools\
and then you could run any fastboot commands from there
if you don't already have fastboot it's here
thewarhawk said:
You have to use the cd (change directory command) in your command prompt to get to where you fastboot program is so for example if its file path is c:/androidtools/fastboot.exe
you would have to open cmd and type
Code:
cd c:\androidtools\
and then you could run any fastboot commands from there
if you don't already have fastboot it's here
Click to expand...
Click to collapse
Sorry I missed it, I figured it out after a while though, my directory is also different than yours, but thank you.
Sent from my MB860 using xda premium
i use stock rom and can't see my number in settings
gokhansouth said:
i use stock rom and can't see my number in settings
Click to expand...
Click to collapse
It's the same for me
I had that problem when I switched my carrier. I have not came across a ROM for it that allows SIM number change. If you dont have an issue installing this, use that to change your number, otherwise you might need to borrow someone's blackberry phone to do it, most of the BB's are known to be able to edit SIM numbers apparently.
I ended up digging out my old Acer Liquid E running CM7 based ROM which had the SIM number option and worked like a charm on my current SIM (it is the proper number now). But this option is no where to be found on the Atrix's CM7 ROMs

[Q] DNA: Root proccess, having an issue

So, im coming from a Gnex, so obviously the process there is wicked easy, BUT i have some experience with adb, and i aint scrred...BUT I'm feeling quite noobley atm, as while im attempting to install CIDgen.apk it keeps saying it can find the file. its in the same folder as adb, adb devices locates my phone & SN. Im using the "newer" sdk just re-downloaded it today. any advice would be greatly appreciated.
thanks
DigitalJedi_NC said:
So, im coming from a Gnex, so obviously the process there is wicked easy, BUT i have some experience with adb, and i aint scrred...BUT I'm feeling quite noobley atm, as while im attempting to install CIDgen.apk it keeps saying it can find the file. its in the same folder as adb, adb devices locates my phone & SN. Im using the "newer" sdk just re-downloaded it today. any advice would be greatly appreciated.
thanks
Click to expand...
Click to collapse
what command are you typing in?
DigitalJedi_NC said:
So, im coming from a Gnex, so obviously the process there is wicked easy, BUT i have some experience with adb, and i aint scrred...BUT I'm feeling quite noobley atm, as while im attempting to install CIDgen.apk it keeps saying it can find the file. its in the same folder as adb, adb devices locates my phone & SN. Im using the "newer" sdk just re-downloaded it today. any advice would be greatly appreciated.
thanks
Click to expand...
Click to collapse
Are you opening the command prompt from the same directory as your adb/fastboot/etc.?
Navigate to the directory containing those items, shift/right click, choose open command prompt.
Not insulting your intelligence, just throwing it out there.
MustafaHadaKing said:
what command are you typing in?
Click to expand...
Click to collapse
adb install CIDgen.apk
[/quote]Are you opening the command prompt from the same directory as your adb/fastboot/etc.?
Navigate to the directory containing those items, shift/right click, choose open command prompt.
Not insulting your intelligence, just throwing it out there.[/quote]
no worries
yeah thats exactly how i opened the Cmd prompt.
DigitalJedi_NC said:
adb install CIDgen.apk
Click to expand...
Click to collapse
so are you in the right folder?
MustafaHadaKing said:
so are you in the right folder?
Click to expand...
Click to collapse
hahaha yeah i am. its cool im gonna just delete the dir and start again, its obv i screwed up somewhere.
thanks anyway though.
DigitalJedi_NC said:
hahaha yeah i am. its cool im gonna just delete the dir and start again, its obv i screwed up somewhere.
thanks anyway though.
Click to expand...
Click to collapse
send me a screen shot of what your typing
MustafaHadaKing said:
send me a screen shot of what your typing
Click to expand...
Click to collapse
I got it working, i just deleted it all and started over. IDk where i went wrong, probably i wasn't typing it correctly.i was using my wifes net book. i just switched over to the real computer so my old eyes could see =)... thanks for attempting to help my stupidity,

[Q] List of Roms Compatible with the new tp Driver

Hi everyone,
I was wondering if we could compile or could someone link me to a list of Roms that are compatible with the new tp driver? I've looked everywhere, and haven't found anything. Thanks in advance!
Sense-based roms based on 3.16 firmware including meanbean, viper rom, blues and jazz, sharkie Rom etc
Sent from my EVO using xda app-developers app
JManekia said:
Sense-based roms based on 3.16 firmware including meanbean, viper rom, blues and jazz, sharkie Rom etc
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
Thanks! I kinda knew that already. I was looking for more. Any chance of getting cm 10.1 to work? I've had a hard time getting s off with facepalm...
No I am afraid you will have to get s-off and downgrade the tp drive. I can help you get started if you need help.
Sent from my EVO using xda app-developers app
JManekia said:
No I am afraid you will have to get s-off and downgrade the tp drive. I can help you get started if you need help.
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
Okay, that would be great. I can get through basically all of the directions for facepalm, but when I do the final reboot the rich screen is unresponsive. I can't touch anything.....
Ok facepalm doesnt work for 3.16 so you will need to downgrade to 3.15 using DirtyRacun method. Go to unlimited.io for instructions. Basically you can't use windows for this, so you will need to make ubuntu livecd and use that to go through the process
http://unlimited.io/
Sent from my EVO using xda app-developers app
JManekia said:
Ok facepalm doesnt work for 3.16 so you will need to downgrade to 3.15 using DirtyRacun method. Go to unlimited.io for instructions. Basically you can't use windows for this, so you will need to make ubuntu livecd and use that to go through the process
http://unlimited.io/
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
Okay. I have awful internet, so I'll download ubuntu overnight. I'll burn the live CD tomorrow, and try the process. If I fail, I'll let you know.
nickmilla15 said:
Okay. I have awful internet, so I'll download ubuntu overnight. I'll burn the live CD tomorrow, and try the process. If I fail, I'll let you know.
Click to expand...
Click to collapse
Here are a few pointers to get you started
Go to this website and download 32bit 12.04 LTS version
http://www.ubuntu.com/download/desktop
Depending on the version of the windows you are using, you can follow the instructions as to how to make the livecd
http://www.ubuntu.com/download/desktop/burn-a-dvd-on-windows
From there on out, the instructions from the unlimited.io should help you. If not, try this thread which was helpful to me
http://forum.xda-developers.com/showthread.php?t=2282998
Wow. This is outstanding. Hopefully this will help others as well. I have another question. When I was running cm 10.1 on my other LTE, (it had to be replaced,) I wouldn't get notifications from Facebook, Twitter, or other apps. Had that been fixed? I love cm, except for that.
Sent from my Nexus 7 using xda app-developers app
nickmilla15 said:
Wow. This is outstanding. Hopefully this will help others as well. I have another question. When I was running cm 10.1 on my other LTE, (it had to be replaced,) I wouldn't get notifications from Facebook, Twitter, or other apps. Had that been fixed? I love cm, except for that.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Sorry can't help you with that since I don't use either of the apps. But I've used CM10.1 based roms like carbon and slimbean and they're top notch.
JManekia said:
Sorry can't help you with that since I don't use either of the apps. But I've used CM10.1 based roms like carbon and slimbean and they're top notch.
Click to expand...
Click to collapse
Everything is ready to go. Running ubuntu as we speak. I have all the files in one folder on my desktop, but when i open a command terminal using control, alt, and t it doesn't recognize the first command (chmod 755 RabiesShot adb fastboot)
nickmilla15 said:
Everything is ready to go. Running ubuntu as we speak. I have all the files in one folder on my desktop, but when i open a command terminal using control, alt, and t it doesn't recognize the first command (chmod 755 RabiesShot adb fastboot)
Click to expand...
Click to collapse
If you're on the newest OTA you might want to take a look at this. Looks much less complicated than Dirty Racun, and it's Windows friendly
http://forum.xda-developers.com/showthread.php?t=2321072
Sent from my EVO using xda premium
FinZ28 said:
If you're on the newest OTA you might want to take a look at this. Looks much less complicated than Dirty Racun, and it's Windows friendly
http://forum.xda-developers.com/showthread.php?t=2321072
Sent from my EVO using xda premium
Click to expand...
Click to collapse
It's not working. I get stuck at test 3, it just keeps showing dots...
nickmilla15 said:
Everything is ready to go. Running ubuntu as we speak. I have all the files in one folder on my desktop, but when i open a command terminal using control, alt, and t it doesn't recognize the first command (chmod 755 RabiesShot adb fastboot)
Click to expand...
Click to collapse
Make sure you extract files in a folder named DirtyRacun in a folder named Download
Launch terminal (click the ubuntu button, type "terminal" without quotes to find the program). Than type the following commands
cd Downloads
cd DirtyRacun
chmod 755 RabiesShot adb fastboot
After the last command, you should get the same prompt as before, i.e. /Downloads/DirtyRacun$. That is your signal that the command worked
Staying in the /Downloads/DirtyRacun directory in the terminal, type
sudo ./fastboot getvar mainver
It'll tell you the version of the software.
After that, follow the commands on unlimited.io
The key is to stay in the /Downloads/DirtyRacun directory in the terminal and just type the commands as said.
The only hiccup I had is during step 14 when, after typing
sudo ./RabiesShot
I had to manually reboot my phone to bootloader (fastboot)
So I downloaded the ruu while running ubuntu. Actually all files I downloaded were on my ubuntu desktop. I booted back to Windows to do something, then back to ubuntu. All my downloaded files were gone.... I can't find them anywhere...
Sent from my EVO using xda app-developers app
nickmilla15 said:
So I downloaded the ruu while running ubuntu. Actually all files I downloaded were on my ubuntu desktop. I booted back to Windows to do something, then back to ubuntu. All my downloaded files were gone.... I can't find them anywhere...
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
Livecd doesn't save anything you do on your ubuntu. If you went out and back to windows, you'll have to start over
I suggest you take out enough time to get through this process from start to finish before going back to windows.
Okay. So the ruu is gone? No way to get it back? This is a major setback. I'll have to redownload the ruu tonight. But this is definitely a learning experience, and it's worth it to get s off
Sent from my EVO using xda app-developers app
nickmilla15 said:
Okay. So the ruu is gone? No way to get it back? This is a major setback. I'll have to redownload the ruu tonight. But this is definitely a learning experience, and it's worth it to get s off
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
Yea, RUU takes a long time to download, which is a pain when using Ubuntu livecd. Good luck and I'll try to help as much as I can.
Okay. I have an exam tomorrow. I think I'll go to the town library to download the ruu quickly. Can I just copy the files into the download folder? Like download them in Windows, put them on a flash drive, and paste them to the ubuntu downloads folder?
Sent from my EVO using xda app-developers app
nickmilla15 said:
Okay. I have an exam tomorrow. I think I'll go to the town library to download the ruu quickly. Can I just copy the files into the download folder? Like download them in Windows, put them on a flash drive, and paste them to the ubuntu downloads folder?
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
That I am not sure of, but if ubuntu recognizes the usb, than you should be able to transfer it to the Download/DirtyRacun folder from your flash drive.

Categories

Resources