[TOOL] WinDroid Toolkit | Unlock | Root | Flash | Install | Desire X - HTC Desire X

Link To Main Thread
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
About
The WinDroid Toolkit is a Windows program built in Visual Studio using the C# programming language that simplifies the rooting process for many Android devices. The toolkit makes it easy to unlock your bootloader, flash a custom recovery and gain permanent root. It also includes other functions such as flashing kernels, pushing files and installing apps. If you find it helpful, give me a thanks and a donation if you can. If you find a bug or have a feature request, feel free to leave a reply. Thanks!
Download
WinDroid Toolkit
Changelog
Check out this document for current and past changelogs.
Supported Devices
Check out this spreadsheet for a list of currently supported devices.
Device not supported? Make a request here!
Contribute
Check out the source code on GitHub here.
Disclaimers
Please do not post, mirror, or take credit for this toolkit or any related work without explicit permission.
I am in no way responsible for any harm, damage, nuclear fission or bee infestation that may occur to your device through the use of this toolkit.

Does write supercid work because I thought it didn't work for desire x
Sent from my HTC Desire X using xda app-developers app

What is sideload ROM's
Btw: thanks for your work! I'm 16 too
HTC Desire X || Android 4.1.2 || mySENSEdx5

Good job. I will decompile it and look at code and if there are deprecated uses of code I will teach you something.
Btw try to use object as much as you can.
Don't limit only at the guide who you looked in because I saw it uses basic commands of C#.
xpirt

use for s-off?

@WindyCityRockr
Ok looked into it.
Some advices:
- Remove HTC One X 3.0 references
- Please use instead of buttonXX the name of button, there are almost 60 buttons! (for ex. installAdbDrivers_Click/DragDrop, etc.. you can help also other people or devs looking at your code
- Same for forms
- Catch exceptions for EVERY thread you do! And write it as error.log so if there are problems with it, people can send you this file
- If an OS doesn't use C: as default hard drive (like laptops)? Fix it.
- Is there a Form2 that is not used with a textbox in it??
- You can use StatusStrip to let people know what the program is doing
- You put a link to a Label?? Use LinkLabels lol
- And last, give name at all controls and comment some of them
This was for code side, you can decide to not change nothing but I reccomend you to make these changes.
Except these, well done!
EDIT: I forgot.. you download from your website adb files if they are missing, but you forgot to download them in a folder.
xpirt

Major update to version 2.0! Check it out and let me know what you think! :highfive: And @xpirt, I followed a lot of your advice, so I hope that it is up to your standards.

Major update to version 2.0! Check it out and let me know what you think! :highfive: And @xpirt, I followed a lot of your advice, so I hope that it is up to your standards.
Click to expand...
Click to collapse
Good job! Today I will take a look.
Nice you used MetroUI.
xpirt

OK. Really good job! Now ALL is very conprensible, do you see it? Also helps you to look at your code, imagine you don't have GUI with controls, etc. you have to create them at runtime, what did you do with button1, button2.........button50 ?
Minor forgots:
- You left metroButton1, metroComboBox1 and Form1
- You left the Form1 exceptions to save to log, also if there is a minor error and only you display message you should save just let users give you this log and you see all error happend with him
- Why you make dll invisible?? xD You can integrate them into the app with this tool made by my friend Predator: http://www.nexenteam.net/index.php?option=com_content&view=article&id=13:dotqube&catid=12&Itemid=125
It merges Dot Net executable and library, performing autoscan of dependencies.
xpirt
---------- Post added at 02:47 PM ---------- Previous post was at 02:11 PM ----------
@WindyCityRockr Which problems you have with androidLib? I think it's not difficult to use it.
See there: https://github.com/regaw-leinad/AndroidLib-Samples-C-
There are some examples using C#.
xpirt

Suggestion,
You can make apk decompile, mod and recompile tool for people.
Framework mods
System ui mods
And similar stuff
That way, people just create images and let the tool do the rest
Sent from my HTC Desire X using xda app-developers app

Just a quick comment... It's "Gain Root", not "Gaint Root"; (yeah, I know, I'm a grammar nazi...)

xpirt said:
OK. Really good job! Now ALL is very conprensible, do you see it? Also helps you to look at your code, imagine you don't have GUI with controls, etc. you have to create them at runtime, what did you do with button1, button2.........button50 ?
Minor forgots:
- You left metroButton1, metroComboBox1 and Form1
- You left the Form1 exceptions to save to log, also if there is a minor error and only you display message you should save just let users give you this log and you see all error happend with him
- Why you make dll invisible?? xD You can integrate them into the app with this tool made by my friend Predator: http://www.nexenteam.net/index.php?option=com_content&view=article&id=13:dotqube&catid=12&Itemid=125
It merges Dot Net executable and library, performing autoscan of dependencies.
xpirt
---------- Post added at 02:47 PM ---------- Previous post was at 02:11 PM ----------
@WindyCityRockr Which problems you have with androidLib? I think it's not difficult to use it.
See there: https://github.com/regaw-leinad/AndroidLib-Samples-C-
There are some examples using C#.
xpirt
Click to expand...
Click to collapse
Thanks for looking at it again. I shall look into those pesky unnamed buttons. I didn't know the DLL's could be directly integrated either! I'll be sure to do that for the next update. Also, I'll take a look at AndroidLib again, but I just can't seem to get it to work. I previously downloaded that C# example, but it froze on me just like the others, and I couldn't seem to figure anything out. I will try my hand at it again though.
neXus PRIME said:
Suggestion,
You can make apk decompile, mod and recompile tool for people.
Framework mods
System ui mods
And similar stuff
That way, people just create images and let the tool do the rest
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
Do you mean to make this as a separate program, or implement it into my toolkit? I don't want to overload it with features, but some of that does sound interesting. I'm just not sure how that could be used in my toolkit in place of anything else.
dansou901 said:
Just a quick comment... It's "Gain Root", not "Gaint Root"; (yeah, I know, I'm a grammar nazi...)
Click to expand...
Click to collapse
HOLY CRAP. How did I miss that!? I'm a huge grammar nazi as well, so I gotta decide if I want to agonize over it until the next update, or re-upload a fixed version and hope no one notices.

Hi, when I use your toolkit, it can find my device but can't flash a kernel, i keep getting a device not found message

The manual s-off function is not sending any command to my phone.
When i press step 1 a cmd windows opens and it showing
Code:
[email protected]:/ $
But nothing further happends...
The auto s-off was not working either, i got
Code:
Kernel version is Froyo... Using psnueter to temproot...
Failed to set prot mask (Inappropriate ioctl for device)
Can you help me to get s-off?

bas_vdl said:
The manual s-off function is not sending any command to my phone.
When i press step 1 a cmd windows opens and it showing
Code:
[email protected]:/ $
But nothing further happends...
The auto s-off was not working either, i got
Code:
Kernel version is Froyo... Using psnueter to temproot...
Failed to set prot mask (Inappropriate ioctl for device)
Can you help me to get s-off?
Click to expand...
Click to collapse
Was this meant for the Desire HD toolkit? Because the Desire X doesn't have a method for S-OFF at the moment.

WindyCityRockr said:
Was this meant for the Desire HD toolkit? Because the Desire X doesn't have a method for S-OFF at the moment.
Click to expand...
Click to collapse
Trying to s-off my HTC Desire HD. I've unlocked my bootloader and gained root access... But in order to get my GPS fixed, i need -radio s-off to flash a different radio...

bas_vdl said:
Trying to s-off my HTC Desire HD. I've unlocked my bootloader and gained root access... But in order to get my GPS fixed, i need -radio s-off to flash a different radio...
Click to expand...
Click to collapse
I'd love to help you, but I want to keep this thread for discussion on the Desire X only. Please PM me or post your question in the Desire HD thread here. Thanks!

Version 2.1 Now Out!
Verson 2.1 update is now out! Lots of new features and fixes, so check it out and let me know what you think! :highfive:
EDIT: Aaaaand, something major came up. I may have to redesign a function, so the update may be a few more days. Sorry everyone!

Version 2.1 is back online now! I had to redesign a few functions on the Setup page, and took some of that extra time to add even more features to it as well! Hope you all enjoy it! :laugh::good::highfive:

So what is the benefits between flashing a ROM on this and flashing one with TWRP or CWM (all due respect) ??

Related

[TOOL] HTC Evo 4G LTE All-In-One Toolkit V2.0 [1-18-2013] [PERM ROOT][Noob-Proof]

Post 1 - Information
Post 2 - Downloads and Release / Change Information
Post 3 - Bugs, Future Additions to the GUI, FAQ
I would like to add for those that like my toolkit, PLEASE DO NOT POST IT ELSEWHERE WITHOUT MY PERMISSION!
I have seen multiple sites who copy and paste my work to their site! If I do not approve of it, then do not do it! it will discourage me from adding updates since it is being used for their own benefits!
tl;dr.
If you post my work without permission, don't expect updates!​
I created an easy to use GUI program for the HTC Amaze and I decided to make one for the HTC Evo 4G LTE. I spent a good over 10+ hours to learn how to script, watch videos on how to do it, working on it during school when I should have been listening lol and all that fun stuff. I am going to fix it and up and add more updates to it. You CAN place requests and I will try to fulfill it!
If this helped you out, Please press the thanks button and if you want, you can always donate!​
FEATURES​
- Install HTC Drivers
- Enter Bootloader (after it enters into bootloader, press the power button to enter Fastboot) REMOVED. No longer necessary.
- Get Token ID. Register at HTCDev, login to the site and submit the Token ID here. Buttons have been replaced and include links.
- Unlock Bootloader (Must place Unlock_code.bin in the folder)
- Install Recoveries
TWRP 2.3.3.0
User Provided Recovery
-Flash Kernels provided
User Provided Kernel
- Link to this thread
- Link to PM me if you need a phone unlocked
- Link to the Evo 4G LTE Development thread
- Boot Into Recovery
- Boot into Bootloader
- Relock Bootloader (must be in fastboot)
- APK Batch Installer (Credits to hamsteyr)
- Donate to me (Hasoon2000) -> Donating to yours truly for putting time into this! (A great motivator for me to continue updating for the Evo 4G LTE!)
Here is a screenshot.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How To Use. THIS IS FOR THE PC ONLY. No plans ever for Mac or Linux. Sorry.
1. Download the toolkit DO NOT RENAME THE FOLDER
2. Download Winrar from here. Install it after you download it
3. Extract the folder anywhere.
4. Run the program.
Credits
- The guys at the AutoIT help forum that helped me learn how to make the script!
- Mods of the forum!
- Devs for making us ROMS!
- The community for being awesome!
- HTC for making us the phone so we can be a community!
- To everyone else I may have forgotten!
*DISCLAIMER*​
I take no responsibility for any fault or damage caused by any procedures within this guide. No warranties of any kind are given.
DONATIONS​​
You can show your appreciation by donating to me via PayPal by clicking THIS. It helps me continue going to school and gives me a motivator to update the toolkit for the Evo 4G LTE!
- michael.stollaire
Click to expand...
Click to collapse
Downloads
Mod edit: Download links removed
Changes
V1.0 Released! 6-24-2012
- Initial Release
V1.1 7-25-2012
- Updated TWRP to 2.2.0
- Updated SuperSU to 0.94
- Fixed script for Flashing your own recovery
v2.0 Released! 1-18-2013
- Major Overhaul
- Updated TWRP 2.3.3.0
- Users can now select their own recovery, kernel and unlock_code.bin. You no longer need to place it in a the data folder. Just browse for it
- Removed a lot of .bat scripts and integrated it in the program
- Updated SuperSU to 0.99
- Added a few links
- Added ADB sideload
Bugs
- Directory has to have one word.
Ex:
Will Work. This will solve any issues if the buttons don't work when you press them.
C:\Users\John\Dropbox\Phones\Amaze_All-In-One_Kit_V2.4
C:\Users\John_Smith\Dropbox\Phones\Amaze_All-In-One_Kit_V2.4
Will NOT work. Your directory will look something like this and buttons won't work when you press it.
C:\Users\John Smith\Dropbox\Phones\Amaze_All-In-One_Kit_V2.4
If you have 2 words, put the folder in Drive C:
Ex. This will solve any issues if the buttons don't work when you press them.
C:\Amaze_All-In-One_Kit_V2.4
Click to expand...
Click to collapse
Looking to add in the future
- Kernels
- More recoveries
- Makes Requests!!!
FAQs
Q - Why Did you make this?
A - To make life easier
Q - You are limited on features. Why?
A- You can always make a request!
Q - Will this work on other devices?
A - Only the fastboot commands, HTC Dev unlock (device specific) and the HTC drivers. Toolkit is made for the specific device.
Q - Will you support more devices in the future?
A - If people REALLY want, I can make it happen. I just don't want to make anything that nobody would use.
Q - Awesome! Can I make a donation?
A - Of course! Do not feel obligated though. If you would like to make a donation, you can click the button on my toolkit or under my username.
Toolkit is uploaded! I close my threads when I am uploading so I don't get "Where is the link" comments lol
Number one yes sir
Sent from my htc_jewel using Tapatalk 2
This is awesome, thanks for sharing
JT man said:
Number one yes sir
Sent from my htc_jewel using Tapatalk 2
Click to expand...
Click to collapse
Actually, you are second. I'm the first one
Would you like help fixing the "One Word in Path" Bug? Should be a simple fix. Also, the flash "Your Own Recovery" option points to a bat that doesn't exist in the data folder.
regaw_leinad said:
Would you like help fixing the "One Word in Path" Bug? Should be a simple fix. Also, the flash "Your Own Recovery" option points to a bat that doesn't exist in the data folder.
Click to expand...
Click to collapse
The bug from what I know is due to the batch scripts not liking spaces lol
You need a recovery.iMG in the recovery folder . When the command is executed, it'll see the recovery.img and flash it. I'm positive it is linked. If not, ill take a look in the morning
Sent from my Amazon Kindle Fire using Tapatalk 2
hasoon2000 said:
The bug from what I know is due to the batch scripts not liking spaces lol
You need a recovery.iMG in the recovery folder . When the command is executed, it'll see the recovery.img and flash it. I'm positive it is linked. If not, ill take a look in the morning
Sent from my Amazon Kindle Fire using Tapatalk 2
Click to expand...
Click to collapse
There's a way to allow spaces in paths in batch files, pm me if you want to work on that. Also, the flash your own thing is looking for \data\FlashStock.bat, and it doesn't exist. But that should be an easy fix.
regaw_leinad said:
There's a way to allow spaces in paths in batch files, pm me if you want to work on that. Also, the flash your own thing is looking for \data\FlashStock.bat, and it doesn't exist. But that should be an easy fix.
Click to expand...
Click to collapse
I guess I gotta check it in the morning. Doing homework and working on it was not a good idea.. lol
I'll PM you on the spaces. Thanks again
Sent from my HTC_Amaze_4G using Tapatalk 2
thanks for this!
There is NO need to belittle or talk down any member or their work here in a public thread. If you have a complaint then you likely should keep it to your self, but if you can't at most PM them.
Since Regaw has already posted his comments and offered his help to the OP I see ZERO need for the three troll posts in here that I deleted...last warning guys....maybe you should take up building your own toolkit/mod instead of talking down/bad about someone elses that they have provided for free...
Its not about who's toolkit/mod is better here, and never will be, so dont make it that. The more development the better.
sgt. slaughter said:
There is NO need to belittle or talk down any member or their work here in a public thread. If you have a complaint then you likely should keep it to your self, but if you can't at most PM them.
Since Regaw has already posted his comments and offered his help to the OP I see ZERO need for the three troll posts in here that I deleted...last warning guys....maybe you should take up building your own toolkit/mod instead of talking down/bad about someone elses that they have provided for free...
Its not about who's toolkit/mod is better here, and never will be, so dont make it that. The more development the better.
Click to expand...
Click to collapse
Very well said sgt. slaughter.
HTC dev site doesnt support EVO LTE... Am I missing something here?
Sent from APX325C on CKT Network
djisia87 said:
HTC dev site doesnt support EVO LTE... Am I missing something here?
Sent from APX325C on CKT Network
Click to expand...
Click to collapse
Choose "other supported devices"
Sent From My HTC Amaze 4G Via Someone's Room
SWEET !!!!!!
Thanks man that look awesome,
FIRST :angel:
hasoon2000 said:
Post 1 - Information
Post 2 - Downloads and Release / Change Information
Post 3 - Bugs, Future Additions to the GUI, FAQ
I would like to add for those that like my toolkit, PLEASE DO NOT POST IT ELSEWHERE WITHOUT MY PERMISSION!
I have seen multiple sites who copy and paste my work to their site! If I do not approve of it, then do not do it! it will discourage me from adding updates since it is being used for their own benefits!
tl;dr.
If you post my work without permission, don't expect updates!​
I created an easy to use GUI program for the HTC Amaze and I decided to make one for the HTC Evo 4G LTE. I spent a good over 10+ hours to learn how to script, watch videos on how to do it, working on it during school when I should have been listening lol and all that fun stuff. I am going to fix it and up and add more updates to it. You CAN place requests and I will try to fulfill it!
If this helped you out, Please press the thanks button and if you want, you can always donate!​
FEATURES​
- Install HTC Drivers
- Enter Bootloader (after it enters into bootloader, press the power button to enter Fastboot) REMOVED. No longer necessary.
- Get Token ID. Register at HTCDev, login to the site and submit the Token ID here. Buttons have been replaced and include links.
- Unlock Bootloader (Must place Unlock_code.bin in the folder)
- Install Recoveries
TWRP 2.1.8
User Provided Recovery
-Flash Kernels provided
User Provided Kernel
- Link to this thread (Android-Dev / XDA)
- Link to PM me if you need a phone unlocked (Android-Dev / XDA)
- Link to the One X Development thread (Android-Dev / XDA)
- Boot Into Recovery
- Boot into Bootloader
- Relock Bootloader (must be in fastboot)
- APK Batch Installer (Credits to hamsteyr)
- Donate to me (Hasoon2000) -> Donating to yours truly for putting time into this! (A great motivator for me to continue updating for the Evo 4G LTE!)
Here is a screenshot.
How To Use. THIS IS FOR THE PC ONLY. No plans ever for Mac or Linux. Sorry.
1. Download the toolkit DO NOT RENAME THE FOLDER
2. Download Winrar from here. Install it after you download it
3. Extract the folder anywhere.
4. Run the program.
Credits
- The guys at the AutoIT help forum that helped me learn how to make the script!
- Mods of the forum!
- Devs for making us ROMS!
- The community for being awesome!
- HTC for making us the phone so we can be a community!
- To everyone else I may have forgotten!
*DISCLAIMER*​
I take no responsibility for any fault or damage caused by any procedures within this guide. No warranties of any kind are given.
DONATIONS​​
You can show your appreciation by donating to me via PayPal by clicking THIS. It helps me continue going to school and gives me a motivator to update the toolkit for the Evo 4G LTE!
Click to expand...
Click to collapse
Great tool and utilities. Soooo helpful. love, Love, LOVE IT! :good:
Put a game-like slick interface on your UI, and you've got a sellable item that will make you some serious coin in the Google Play Store.
PS: Donation on the way!
michael.stollaire said:
Great tool and utilities. Soooo helpful. love, Love, LOVE IT! :good:
Put a game-like slick interface on your UI, and you've got a sellable item that will make you some serious coin in the Google Play Store.
PS: Donation on the way!
Click to expand...
Click to collapse
Haha. That would be awesome! Glad you like and PM me when you send the donation so I add you to the list!
V1.1 7-25-2012
- Updated TWRP to 2.2.0
- Updated SuperSU to 0.94
- Fixed script for Flashing your own recovery
Download is in Post 2.

[TOOL] HTC Desire X All-In-One Toolkit V3.0 [7-16-2013] [PERM ROOT] [Noob-Proof]

Post 1 - Information
Post 2 - Downloads and Release / Change Information
Post 3 - Bugs, Future Additions to the GUI, FAQ
I created an easy to use GUI program for the HTC Amaze and I decided to make one for the HTC Desire X. I spent a good over 10+ hours to learn how to script, watch videos on how to do it, working on it during school when I should have been listening lol and all that fun stuff. I am going to fix it and up and add more updates to it. You CAN place requests and I will try to fulfill it!
If this helped you out, Please press the thanks button and if you want, you can always donate!​
FEATURES​
- Install HTC Drivers
- Enter Bootloader (after it enters into bootloader, press the power button to enter Fastboot) REMOVED. No longer necessary.
- Get Token ID. Register at HTCDev, login to the site and submit the Token ID here. Buttons have been replaced and include links.
- Unlock Bootloader (Must place Unlock_code.bin in the folder)
- Install Recoveries
User Provided Recoveries
CWM
Kernels
User provided kernels
- Link to this thread (XDA)
- Link to PM me if you need a phone unlocked (XDA)
- Link to the One S Development thread (XDA)
- Boot Into Recovery
- Boot into Bootloader
- Relock Bootloader (must be in fastboot)
- APK Batch Installer (Credits to hamsteyr)
- Donate to me (Hasoon2000) -> Donating to yours truly for putting time into this!
Here is a screenshot.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How To Use. THIS IS FOR THE PC ONLY. No plans ever for Mac or Linux. Sorry.
1. Download the toolkit DO NOT RENAME THE FOLDER
2. Download Winrar from here. Install it after you download it
3. Extract the folder anywhere.
4. Run the program.
Credits
- The guys at the AutoIT help forum that helped me learn how to make the script!
- Mods of the forum!
- Devs for making us ROMS!
- The community for being awesome!
- HTC for making us the phone so we can be a community!
- To everyone else I may have forgotten!
*DISCLAIMER*​
I take no responsibility for any fault or damage caused by any procedures within this guide. No warranties of any kind are given.
DONATIONS​​
Downloads
Mod edit: Download links removed
Changes
V1.0 Released! 10-18-2012
- Initial Release
v1.1 Released! 10-23-1012
- Updated CWM to LLoir's CWM 6.1.5
v2.0 Released 1-1-2013
- Major Overhaul
- Users can now select their own recovery, kernel and unlock_code.bin. You no longer need to place it in a the data folder. Just browse for it
- Removed a lot of .bat scripts and integrated it in the program
- Replaced SuperSU with SuperUser
- Added a few links
- Added ADB sideload
- Updated APK Batch Installer Tool to v1.4.1
v2.1 released! 3-13-2013
- Added support for Windows 8
- Removed CWM
- Added TWRP 2.4.3.0 (Credits to Yasir)
- Updated SuperUser
- Added commands to check CID, Getvar All, Erase Cache
- Added a feature to flash RUU ZIP
v3.0 Released! 7-16-2013
- Updated File Hosters. I have 2 file hosting services so if one goes down, there will be another up!
- Added TWRP 2.6.0.0 for JB HBOOT
- Added Philz CWM 5.0.8.5 for ICS/JB HBOOT
- Updated TWRP to 2.5.0.0 for ICS HBOOT
- Added popular links
- Removed HTC Drives and replaced it with a link. It will take you to the latest drivers that I upload! No need to keep updating my toolkit with drivers. Also, decreases the size by 14MB!
- Fixed some other bugs
Bugs
- Directory has to have one word.
Ex:
Will Work. This will solve any issues if the buttons don't work when you press them.
C:\Users\John\Dropbox\Phones\Amaze_All-In-One_Kit_V2.4
C:\Users\John_Smith\Dropbox\Phones\Amaze_All-In-One_Kit_V2.4
Will NOT work. Your directory will look something like this and buttons won't work when you press it.
C:\Users\John Smith\Dropbox\Phones\Amaze_All-In-One_Kit_V2.4
If you have 2 words, put the folder in Drive C:
Ex. This will solve any issues if the buttons don't work when you press them.
C:\Amaze_All-In-One_Kit_V2.4
Click to expand...
Click to collapse
Looking to add in the future
- Kernels
- More recoveries
- Makes Requests!!!
FAQs
Q - Why Did you make this?
A - To make life easier
Q - You are limited on features. Why?
A- You can always make a request!
Q - Will this work on other devices?
A - Only the fastboot commands, HTC Dev unlock (device specific) and the HTC drivers. Toolkit is made for the specific device.
Q - Will you support more devices in the future?
A - If people REALLY want, I can make it happen. I just don't want to make anything that nobody would use.
Q - Awesome! Can I make a donation?
A - Of course! Do not feel obligated though. If you would like to make a donation, you can click the button on my toolkit or under my username.
Thanks, but
1 is the cwm able to write system?
2 can you please add a feature to remove root when flashed superuser?
Sent from my HTC Desire X using xda premium
MaartenXDA said:
Thanks, but
1 is the cwm able to write system?
2 can you please add a feature to remove root when flashed superuser?
Sent from my HTC Desire X using xda premium
Click to expand...
Click to collapse
This is the same CWM you guys have been using. That's why I put it in big, red, bold letters.
I can add the feature, but SuperSU will allow you to do it from the app itself.
Ah okay, thnx for the quick response
Sent from my HTC Desire X using xda premium
One short question: will i lose the data on my phone while rooting? I think I did read something in the manual rooting thread.
tsx777 said:
One short question: will i lose the data on my phone while rooting? I think I did read something in the manual rooting thread.
Click to expand...
Click to collapse
Yup. It has to wipe your data for "security" reasons.
Sent From My HTC Amaze 4G via Someone's Room
Thanks for the information. Maybe you should add this to the first post (or someone will be complaining)
BTW: Did someone test the tool allready?
tsx777 said:
Thanks for the information. Maybe you should add this to the first post (or someone will be complaining)
BTW: Did someone test the tool allready?
Click to expand...
Click to collapse
It warns the user first and you have to accept that it will wipe the phone lol.
The tool works. Look in my signature. Thousands of people have used it.
And could you add a feature to backup one, or multiple apk's?
---------- Post added at 12:00 PM ---------- Previous post was at 11:50 AM ----------
Seems that till now no developer is interested in making a CM 10 for Desire X? Or the users are just more willing to wait for HTC's official Jelly Bean update?( If they really provide)
Haomuch said:
Seems that till now no developer is interested in making a CM 10 for Desire X? Or the users are just more willing to wait for HTC's official Jelly Bean update?( If they really provide)
Click to expand...
Click to collapse
No CWM=No CM10. Waiting for a CWM Pro. BTW, failed to build TWRP
Sent from my LG-P970 using Tapatalk 2
To be sure...is it possible to use Titanium Backup and other root-needing apps after using this AIO-Tool?
Thanks!
Recovery
Hey Guys is there a fully working recovery for our Desire X (Clockwork Mod ... ) because I could try to make a full sense 4.0 ROM for you guys, or I could just flash a ROM Via Fastboot (fastboot flash zip....) ?
---------- Post added at 08:36 AM ---------- Previous post was at 08:02 AM ----------
Goldbaer said:
To be sure...is it possible to use Titanium Backup and other root-needing apps after using this AIO-Tool?
Thanks!
Click to expand...
Click to collapse
Yes
Well, there isn't any properly working CWM that is able to mount system yet, but i think there will be one in a week or so.
And yes, please, try to build that full Sense 4.0 ROM, i really want that.
---------- Post added at 08:36 AM ---------- Previous post was at 08:02 AM ----------
To be sure...is it possible to use Titanium Backup and other root-needing apps after using this AIO-Tool?
Thanks!
Yes
Click to expand...
Click to collapse
Unfortunately I do not get root. I tried my best, it didn't work (Titanium Backup tells me "No root").
Maybe tomorrow...
Thanks!
I will be having a go at porting CM 10 to HTC Desire X when I have the phone (ordered) and CWM is out
EDIT: and also we need the kernel source of course.
MaartenXDA said:
And could you add a feature to backup one, or multiple apk's?
Click to expand...
Click to collapse
I do have one. It's called APK Installer/Data Backup.
Well, it worked at the second time! Thank you!
Unfortunately I'm not able to uninstall some "system-apps" like chrome, 7digital etc. Tried it with Root Uninstaller.
Is it not possible to uninstall those apps at the moment?

[S-OFF] DirtyRacun S-OFF - Droid Incredible 4G LTE (Fireball) - HBOOT 1.15 ONLY

We have released the Racuns! This new tool provides S-OFF for Droid Incredible 4G LTE (Fireball) - HBOOT 1.15 ONLY
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please see our Website for Instructions and Downloads: http://unlimited.io
WARNING: If your device hard-bricks you will need to contact HTC for a replacement. There is no way for Team Unlimited to help you if your device hard-bricks. Be sure that you are following ALL of the directions on our website and in the tool exactly!
Support:
Update regarding Windows versions of our tools:
Team Unlimited has decided to drop all support for the Windows OS. This is due to massive amounts of trolling on forums and in our support channel as well as flamming us for our decision to not support Windows 8 or any version of Windows 64bit.
We attempted to explain to anyone who had questions why this was not supported - drivers are unreliable, percentage of risk for bricking was too high, and just general complications - but we were greeted with people who demanded support and others that came into our support # to tell us that "clearly we didn't test 64bit because it works" and "wanted to let us know that we could support 64bit."
We want to make it clear that we make these tools with our free time, for free, for you - our users. We made a decision to provide clear and concise directions and a live support channel. We can revoke all or part of this at any time and will should people become abusive to our team members.
To receive real-time support for S-OFF please visit our IRC channel.
If you do not have an IRC client you can use this link.
If you need help we highly suggest coming to our IRC #, we do not monitor this thread as much as we keep an eye on our IRC #. If you run into an error you will need to come to # for quick response and help - quick response may save your device!
Using how-to guides, "kits" and using other instructions on XDA to S-OFF your device is not recommended and will not be supported by Team Unlimited. If you want the best experience and results - go direct to the source. Dealing with support issues through the forums is inefficient and posts may get lost in long support threads, of which we would have too many to actively monitor. We have therefore decided that all support should be through our IRC channel. This will allow us to help you in real-time and through the whole process.
**You may not redistribute nor link directly to any of our tools without the expressed consent of Team Unlimited. We DO NOT authorize any dev use of our tools within other kits or tools. Please do not write up "How To's" or guides on how to use our tools. We would like the end user experience to be consistent and if we need to change some of the steps we want our users to get them all at the same time - from our website.**
***If this thread gets out of control or if anyone outside of Team Unlimited post instructions we will close this thread and delete the bad instructions***
Sweet!!! Thanks!
**Reserved**
All for me..
Thank you so very much!
Sent from my Fireball using Xparent Blue Tapatalk 2
Ignore this...was on wifes phone that hadn't been updated to new HBoot
Dope!
Edit: Hmm... No support for Windows 7 64–bit??
Awesome!
Many thanks to Unlimited.io
Fuses, Hyuh and LadyX!
No 64 bit at all. Here's an interesting step:
"12. Temproot your phone via any method available - we cannot help with this step and it is REQUIRED!"
http://unlimited.io/fireball.htm
step 6 "Relock your device (with your phone in fastboot): "
-when did we unlock it?
for step 12 "Temproot your phone via any method available"...
-what method does everyone plan to use?
once we're done have we lost temproot? if so - which procedure should we use to gain normal root?
i rooted my original inc and flashed roms, but unrevoked was pretty simple by that time ; any help or more details for the newbies would be appreciated...
Great days incoming please sticky
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Thank you so much!!!!!
Sent from my ADR6410LVW using Tapatalk 2
Thanks unlimited! You guys are awesome!
Guys, temp root using team fire ballas method. Before the auto script came out you had to temp root (shell root) your phone manually
---------- Post added at 02:58 PM ---------- Previous post was at 02:54 PM ----------
Relock your boot loader if you used fake cid. You must be on the stock rom too do flash the ruu. Look in Andy's ruu thread for the whole ruu should be a 4shared link
Linch89 said:
Thanks unlimited! You guys are awesome!
Guys, temp root using team fire ballas method. Before the auto script came out you had to temp root (shell root) your phone manually
Click to expand...
Click to collapse
exactly, I was a little bit confused at first thinking htc dev unlock was needed, but I believe to get temproot either use the team fireballas method as insturcted above or this site http://forum.xda-developers.com/showthread.php?t=1886460
Having issues with step 13
C:\RabiesShot>adb shell echo "ro.kernel.qemu=1" > /data/local.prop
The system cannot find the path specified.
Stop by unlimited.io for support. You need to be on Linux for those who don't know or haven't found out yet!
The Temp Root instructions are in the "manual" section of Team Fireballas' OP: http://forum.xda-developers.com/showthread.php?t=1986346
Start at: "Quick how-to temproot (written by captainrewind)" and follow the steps until you get to "Verify that the prompt is "#" (meaning root)"
Linch89 said:
Stop by unlimited.io for support. You need to be on Linux for those who don't know or haven't found out yet!
Click to expand...
Click to collapse
It says Windows 7 32 Bit is OK too... I'll be trying that way tonight...
Linch89 said:
Stop by unlimited.io for support. You need to be on Linux for those who don't know or haven't found out yet!
Click to expand...
Click to collapse
Windows 32bit will work just fine.
Followed the directions. Worked for me. Thanks!
-xdadevelopers-user
the dirty racun got in my fricken fridge
worked for me as well

[SUPER-TOOL] Team PWN Stars' HTC One Max Super-Tool v1.2 FOR ALL HTC ONE MAX VARIANTS

[SUPER-TOOL] Team PWN Stars' HTC One Max Super-Tool v1.2 FOR ALL HTC ONE MAX VARIANTS
Team PWN Stars' HTC One Max Super-Tool v1.0​ALL VARIANTS​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The Tool's features consist of:
Support for ALL Variants
Unlock
Root
Recovery (TWRP/CWM)
Lock (NOT ReLock)
Super-CID
Retrieve Device-Info
Install User-Provided Files (images and zips)
FONT THEMING (by gianton )
Coming SOON:
Restore to OUT-OF-BOX State.. NO RUU
Backup to PC
Restore From PC
Install user-provided Images Done!​
Feel Free to leave some feedback! This is a 4,434 line Program and that is about 3/4 of what I have planned, I need to get small stuff ironed out before this gets too large!!! ​
DOWNLOAD v1.2
[/SIZE]
​
FAQ in Post #2
Changelog in Post #3​
CREDITS TO:
rummrunner for S-OFF
gianton for the Custom Fonts
flyhalf205 for TWRP and CWM for ALL VARIANTS. YOU ROCK!​
XDA:DevDB Information
Team PWN Stars' HTC One Max Super-Tool , a Tool/Utility for the HTC One Max
Contributors
Kwongger, ricky310711
Version Information
Status: Stable
Current Stable Version: 1.2
Stable Release Date: 2013-12-24
Created 2013-12-21
Last Updated 2014-01-04
Frequently Asked Questions
Does rooting void my warranty?
Umm... YES.
Do you warranty this Tool?
No, but I'll help you if you run into any issues.
Is the for all models of the One max?
Yes.
The Tool says "Searching for Device" or something similar, What is wrong?
You need to (re)install your drivers.
Does the tool have TWRP and CWM for every model.
Yes
Are you awesome?
Hell Fuggin YES!
Am I awesome for reading this!
Hell Fuggin YES!
​
Changelog
Changelog:
v1.1
Fixed bug with HTC-Dev Unlock.
DO NOT USE THE pwnMax ROOT YET!!! I am sorry,, but it is not yet done!!! If you run it, it isn't dangerous... It just will do NOTHING.
The Release version will (with the grace of god) be releasing December 26th
v1.0
Initial Release.
Nice
This will take all the fun out of it !
Max
iondokk said:
Nice
This will take all the fun out of it !
Max
Click to expand...
Click to collapse
That's what I say! Jklol...
I like to do these, I literally started this yesterday when I got off of school for Christmas break.... 3605 lines later, Here I am. :silly:
This works on both Sprint and Verizon variants how sweet is that!
Max
I just realized that this is General. I created it in Orig. Development.... Hmm.... THAT is odd. Mods!!! Please move this to it's correct location!
iondokk said:
This works on both Sprint and Verizon variants how sweet is that!
Max
Click to expand...
Click to collapse
As well as China/International!
Trying to relock boot loader and it is hanging waiting for root permissions... Phone not asking me.
Unplug replugged hit enter and your program crashes
Max
Okay, this makes playing with the phone much easier thanks!
how does this compare to Squabbi's tool kit?
thanks
iondokk said:
Trying to relock boot loader and it is hanging waiting for root permissions... Phone not asking me.
Unplug replugged hit enter and your program crashes
Max
Click to expand...
Click to collapse
I take it that you mean Lock, my Kit doesn't relock. Are you S-OFF? That is required to Lock your bootloader. What superuser app are you using?
pradeepvizz said:
Okay, this makes playing with the phone much easier thanks!
Click to expand...
Click to collapse
ignore.
wase4711 said:
how does this compare to Squabbi's tool kit?
thanks
Click to expand...
Click to collapse
Squabbi has no recovery, lock, Font Theming, device info get, etc.... It also has a GUI, which in reality, is a MINUS. Unless he is just using the gui to launch a bat, then it is a VERY inefficiant and risky way of doing things, that's why I nixed my GUI tools (it bricked my Nexus 5, luckily I saved it).
Kwongger said:
Squabbi has no recovery, lock, Font Theming, device info get, etc.... It also has a GUI, which in reality, is a MINUS. Unless he is just using the gui to launch a bat, then it is a VERY inefficiant and risky way of doing things, that's why I nixed my GUI tools (it bricked my Nexus 5, luckily I saved it).
Click to expand...
Click to collapse
Hey there Kwongger.
like you said its really incomplete. Which is true... No batch files are used in mine.
" that's why I nixed my GUI tools " Just wondering what's 'nixed'? Is it a typo? Last one, was it my Nexus 5 toolkit that bricked your phone? (I'm really sorry. :'( ). This was posted with no harm or aggression in any way.
Sent from my GT-N7105 using Tapatalk
not trying to act the role of N00b, but, when you get a chance, can you post either a step by step directions list, or, even a video on how to use this?
I haven't tried it yet, but I assume you just plug your phone into a windows pc, and if you have the proper drivers installed, the program starts up when you click on it..
thanks!
squabbi said:
Hey there Kwongger.
like you said its really incomplete. Which is true... No batch files are used in mine.
" that's why I nixed my GUI tools " Just wondering what's 'nixed'? Is it a typo? Last one, was it my Nexus 5 toolkit that bricked your phone? (I'm really sorry. :'( ). This was posted with no harm or aggression in any way.
Sent from my GT-N7105 using Tapatalk
Click to expand...
Click to collapse
nixed- put an end to; canceled.
Yes. It was your kit that bricked it :/ and then I tried to fix it with a kit I made, which fixed it, and then bricked it.
Tools like that are inefficient. They can't natively run the commands, so the open a sort of "emulated" command prompt to execute them. That is where we run into issues. I think GUI kits are GREAT minus that.
wase4711 said:
not trying to act the role of N00b, but, when you get a chance, can you post either a step by step directions list, or, even a video on how to use this?
I haven't tried it yet, but I assume you just plug your phone into a windows pc, and if you have the proper drivers installed, the program starts up when you click on it..
thanks!
Click to expand...
Click to collapse
Double click the. "HTC One Max Super-Tool v1.0.bat" The menus are in there. I'll make a vid once I get my One Max.
thanks, that's what I thought, but I have modded phones for years, and there are gonna be newbs that will be really confused.
I thought you got this bad boy last week?
wase4711 said:
thanks, that's what I thought, but I have modded phones for years, and there are gonna be newbs that will be really confused.
I thought you got this bad boy last week?
Click to expand...
Click to collapse
Nah. I decided to get it. I am waiting until I get the refund from the Nexus5 that I returned before I buy this one.
NOTICE:
Please use DevDB pages to request features, review, and report bugs. Links are below...
REPORT BUGS HERE
REVIEW THE TOOL HERE
REQUEST NEW FEATURES HERE​

[TOOL] WinDroid Toolkit | Unlock | Root | Flash | Install | Shield TV

Link To Main Thread
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
About
The WinDroid Toolkit is a Windows program built in Visual Studio using the C# programming language that simplifies the rooting process for many Android devices. The toolkit makes it easy to unlock your bootloader, flash a custom recovery and gain permanent root. It also includes other functions such as flashing kernels, pushing files and installing apps. If you find it helpful, give me a thanks and a donation if you can. If you find a bug or have a feature request, feel free to leave a reply. Thanks!
Download
WinDroid Toolkit
Changelog
Check out this document for current and past changelogs.
Supported Devices
Check out this spreadsheet for a list of currently supported devices.
Device not supported? Make a request here!
Contribute
Check out the source code on GitHub here.
Disclaimers
Please do not post, mirror, or take credit for this toolkit or any related work without explicit permission.
I am in no way responsible for any harm, damage, nuclear fission or bee infestation that may occur to your device through the use of this toolkit.
Reserved
Reserved.
I Alway love simple tools makes flashing a breeze. Thanks
Sent from my LG-H811 using Tapatalk
Hi, thank you for this great tool but someone can confirm or proof that works good with Nvidia Shield TV, please ? Because idon't want to brick it...
Thank you !
did not work for me
Globel said:
did not work for me
Click to expand...
Click to collapse
Thank you for your feedback !
Regards.
Envoyé de mon D5803
Will this wipe the current ROM back to new installation? I've used WinDroid a few months ago to root my Moto X Style (Pure) and I recall it wiping my ROM to a fresh installation. Just asking because it took me a while to install all of the current Apps and Kodi add-ons.
My main reason for wanting to root is to sideload Greenify and AdAway so that Nvidia TV will run more smoothly. Any ideas?
Rapscallion16 said:
Link To Main Thread
This is a GUI program built in Visual Studio using the C# programming language that takes many ADB and Fastboot commands and puts them into an easy to use toolkit that supports a ton of Android devices. It's goal is to simplify the process of unlocking a device's bootloader, flashing a custom recovery and gaining root for the newbies of the Android world. If you find it helpful, give me a thanks and a donation if you can. If you find a bug or have a feature request, feel free to leave a reply. Thanks, and happy rooting!
Features
- Many Devices Supported
- Beautiful MetroUI Theme
- Full Bootloader Unlock
- Gain Permanent Root
- Flash Custom Recovery
- Flash Custom Kernel
- Flash Custom ROMs
- Sideload Zips
- Push Files
- Install Apps
- Relock Bootloader
- and so much more!
Download
WinDroid Universal Android Toolkit
Changelog
Check out this document for current and past changelogs.
Supported Devices
Check out this spreadsheet for a list currently supported devices.
Device not supported? Make a request here!
Disclaimers
- I am in no way responsible for any harm, damage, nuclear fission or bee infestation that may occur to your device through the use of this toolkit.
- Please do not post, mirror, or take credit for this toolkit or any related work without explicit permission.
Click to expand...
Click to collapse
alero5752 said:
Will this wipe the current ROM back to new installation? I've used WinDroid a few months ago to root my Moto X Style (Pure) and I recall it wiping my ROM to a fresh installation. Just asking because it took me a while to install all of the current Apps and Kodi add-ons.
My main reason for wanting to root is to sideload Greenify and AdAway so that Nvidia TV will run more smoothly. Any ideas?
Click to expand...
Click to collapse
Yes, unlocking the bootloader, which is required to root, will wipe the ROM.
Rapscallion16 said:
Yes, unlocking the bootloader, which is required to root, will wipe the ROM.
Click to expand...
Click to collapse
Is it not just like a factory reset, it will erase all your data so it will be like starting from new again but with a unlocked bootloader.
Thank you for your kit. Please did you ever make a flashing guide as stated in the main thread ?
Oijkn said:
Thank you for your feedback !
Regards.
Envoyé de mon D5803
Click to expand...
Click to collapse
So no one got this to work?
daweeze02 said:
So no one got this to work?
Click to expand...
Click to collapse
It should be working fine. The toolkit uses this method to unlock and root, and it's seems people had success with it.
Rapscallion16 said:
It should be working fine. The toolkit uses this method to unlock and root, and it's seems people had success with it.
Click to expand...
Click to collapse
okay I have my bootlader done already, I will run it now for root and report back
---------- Post added at 01:37 AM ---------- Previous post was at 12:54 AM ----------
Not sure but it says offline the entire time but if I run adb devices I see the serial number of my shield
---------- Post added at 02:02 AM ---------- Previous post was at 01:37 AM ----------
I tried the nvidia drivers and the universal ones. Both work with adb manually but with the tool it will only see my shield in fastboot. The funny thing is I can root it manually if I just had a damn wired mouse hahaha
does this work for anyone?
WinDroid Toolkit v3.0 Is Now Out!
WinDroid Toolkit v3.0 has been released! It's a huge update with a material redesign, major recode and support for 43 new devices!
You can out more specific changes in the changelog here.
You can download the new update here.
All versions before v3.0 will not have their files updated anymore since I've moved from hosting on BasketBuild to Amazon S3. Please update to v3.0 to ensure you're getting the latest recovery and root files!
Rapscallion16 said:
WinDroid Toolkit v3.0 has been released! It's a huge update with a material redesign, major recode and support for 43 new devices!
You can out more specific changes in the changelog here.
You can download the new update here.
All versions before v3.0 will not have their files updated anymore since I've moved from hosting on BasketBuild to Amazon S3. Please update to v3.0 to ensure you're getting the latest recovery and root files!
Click to expand...
Click to collapse
not works for me, offline shows me but cmd works
visitor29 said:
not works for me, offline shows me but cmd works
Click to expand...
Click to collapse
That's odd. Sometimes when multiple instances of ADB are running the toolkit has a hard time recognizing devices. Go into Task Manager and end any adb.exe or fastboot.exe processes you see running then see if the toolkit will recognize your device.
Rapscallion16 said:
That's odd. Sometimes when multiple instances of ADB are running the toolkit has a hard time recognizing devices. Go into Task Manager and end any adb.exe or fastboot.exe processes you see running then see if the toolkit will recognize your device.
Click to expand...
Click to collapse
i tried like you advice but nothing , tried also v2.6
win 10 64bit - nstv
but from cmd recognize without problems?!
Thetering a recovery like the amazon fire tablet maybe an option. go to amazon FT forums in xd developers
I echo what everyone else says I cant get it to detected my device even though I can still run cmds manually through command prompt

Categories

Resources