[TOOL] AndroidControl v1.3.1 - control your Android - Desire HD Android Development

{
"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"
}
Hi guys
I want to introduce you a multi-functional tool which makes your life with your Android device much easier.
There are so many tools which can do one helpful thing. But here are the most needed things ins one place:
Features:
Copy files from device to pc
Copy files from pc to device
Normal restart, reboot in bootloader and reboot in recovery
ADB kill- and start-server, Remount and shell
List all on the device installed packages and uninstall, enable and disable them (good against float ware)
Install apk from pc (internal storage OR SD card)
Fix permissions
Flash radio image
Flash recovery image
Flash zImage (Kernel) and kernel-modules
Flash boot image
Languages:
English
German
Requirements:
.NET Framework 3.5 (on your pc)
Drivers (HTC Sync)
USB Debugging turned on
Android Phone
S-Off if you want to use the flashing stuff
USB cable
Pictures:
I am not responsible if your device takes any damage.
(also attached)
Older versions:
Download v1.3
Download v1.2.1
Download v1.2
Download v1.1
Download v1.0
Notes:
You have some questions about the tool and need support? Or do you want to become a beta tester?
I am looking for people which can translate the tool to other languages
Join me on my freenode IRC channel #NickiB . Click here to join
Please post your noticed bugs, feedback or ideas what features I could add too.
Have fun!

Changelog
v1.3 2nd upload - 03.05.2011:
Some German translations fixed
v1.3 - 03.05.2011:
Multi language
- Added "Language" menu
- Added German translations
Added option under "Advanced" to fix permissions on the phone
v1.2.1 - 28.04.2011:
fixed bug where adb.exe and fastboot.exe were expected in c:/
v1.2 - 27.04.2011:
Menu "Advanced" added
Remount and Shell moved to "Advanced"
Menu "About" added
Moved Changelog to "About"
"About..." window added in "About"
Window is now smaller
Footer in General moved to "About..." window
Some ui changes
Some code changes
v1.1 - 25.04.2011:
Shell-button added
File -> Changelog added
some code optimizations
v1.0 - 24.04.2011:
Initial release

F.A.Q
Q: Which versions of .NET Framework do i have?"
A: Navigate with the Windows explorer to "%systemroot%\Microsoft.NET\Framework". There you can see some folders with the version of .NET Framework as their names.
Q: If I try to start the exe file i get this error: "Application failed to initialize (0x0000135)"
A: Your .NET Framework version is too old. Download version 3.5 here.
Q: If I try to start the exe file i get this error: "unable to find a version of the runtime to run this application"
A: That means that you have installed .NET Framework 4.0. But 4.0 hasn't include 3.5. Download version 3.5 here.

Nice. Will try it. Thanks for the great work!!!

Nice tool....

looks awesome!

It's perfect, thanks!!!

works also with non-rooted DHDs ?

Yes, but not all features. F.e. the flashing stuff.

yeah..nice tool
cool man
but i still want control my android full control with my pc hahah...
but this tool make easy
thx nickiberli

You're all welcome!
I hope it works for you as it works for me!
So please report bugs!

nice tool thanks

Interesting, will give it a try thanks!

good!
Hi,
I successfully updated my radio using your tool. Great work! Thx

download link doesn't work

Moskiller said:
download link doesn't work
Click to expand...
Click to collapse
Sure it works
Here for Rapidshare...

Neat so in essence,a windows only version of QtADB

Hm maybe, but i don't know QtADB ^^
There are always other programs

really nice tool help for saving time ... keep work hard
does it work for replace framework-res.apk ?

psuser said:
really nice tool help for saving time ... keep work hard
does it work for replace framework-res.apk ?
Click to expand...
Click to collapse
Yes that should work!
I just tested it and it worked well

Related

[Application] RGB565Converter v0.3c two way RGB565<->image converter

Hey guys. I've done with this little application for converting Images to RGB565 and back from RGB565 to png, gif, jpg etc.
EDIT: Version 0.3 is out. Added direct splash1 flash feature and "strange-bug" fixed (at least I hope it is).
Get it here http://www.mediafire.com/?yroknozmkj2
{
"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"
}
Thanks to Koush. The idea of this application is based on his source codes (and application of course).
TO-DO in next versions:
- add Icon (anyone interested in creating one?)
- add more output formats (in RGB565 to Image convertion)
- rewrite for Linux & Mac (into Mono)
- add feature to select from which device screen shot will be taken (if there are more than one)
- add ability to backup splash1
- multi-language support
- list of PixelFormats and you can choose (for devices with other BPP-s (like oPhone))
There is two files, "RGB565Convertor.exe" and "librgb565.dll".
First one is just the main window with UI. Opening and Converting is in this library so you can use it in your application if you want. Mine is written in C#.
I will release full source codes soon (when I will get changes done and full comments
Changelog:
v0.3
Added feature to flash splash1 to device.
Fixed bug when no device was connected and "Screenshot" button was pressed.
v0.2
Added ability to make screenshot's (from first connected device/emulator)
v0.1 - First release
Can convert images to RGB565 and back.
By the way, if you want to try RGB565 to image conversion, try this:
Download ADB (if you dont have it till now)
And type
Code:
adb pull /dev/graphics/fb0 C:\screenshot.rgb565
it will pull an screenshot from your device (C:\screenshot.rgb565 replace with path you want but you need to use rgb565 or bin extension to be opened by my app)
Version 0.2 is out, now with screenshot feature! Download link in first post!
can i use mono to run this on mac?
You can try but I'm not sure if it will work (screenshot wont because these binaries are for windows only). But I have the conversion for other OS-es in my To-Do...anyway, that one is developed under .NET 2.0 so it wont be too hard to port it i hope.
New version v0.3 in first post!
Sorry to ask this... so, is this to change the splash screen on the phone?? Thus making custom?? Sorry for the noobish question
I'm very sorry... I'm sorta a n00b when it comes to this also but what exactly does this accomplish?
It's windows application that is built to get first boot logo (T-Mobile G1) changeing simplier. With this you can select image and hit flash splash1 button and it will flash it on your phone directly . It also allows to take screenshots or convert rgb565 binary files to "readable" image formats.
Awesome app, works great and very easy to use.... thanks you so much for this
It got the phone into the SPL and then the program froze on me. Rebooted and it didn't successfully flash. Using Windows 7 x64
I dont know if it's not because of the x64 architecture. I can't check that out. I found one bug which is similar to that one. I will upload new version shortly.
hm strange. it's not working for me. i wonder what the problem is.
Not working...what is not working? I need to debug it and I hope you guys will help me with it.
well it got into the phone into SPL but didn't flash successfully. I still have the default t-mobile g1 splash image.
Yep, I'm working on that strange bug. I will release v0.4 shortly.
nice. keep up the good work!
Check out new version 0.3b in the first post. That "strange-bug" should be fixed. Just try and say if it is fixed. Thank you guys for testing
EDIT: Dont download v0.3b. I've created small bug with fixing the "strange-bug". Wait for v0.3c (which should have fixed both).
Bug free (i hope) version v0.3c in the first post.

[TOOL]QtADB (AndroidManager for Linux, Windows and MacOS)

hello,
QtADB is window app based on adb.it lets you to copy,remove etc your files and apps from PC and Android Phone
This app is under developing so be tolerant for any bug...
visit QtADB website: http://qtadb.wordpress.com/
Features:
1. File manager
-copying files and dirs between phone and computer
-removing files and dirs
-creating new dir
-and other
2. App manager
-installing apps
-removing apps
-creating backup of apps with data
-restoring backups of apps with data
3. Shell
-opens android shell
4. Screenshot
-take screenshot of your device
-save screenshot to png file
5. Fastboot
-flash bootloader, radio and recovery
-boot recovery
6. Recovery
-nandroid backup/restore
-wipe data
-flash rom
-wipe battery stats
-fix uid mismatches
7. Reboot
-to bootloader
-to recovery
-normal reboot
8. Settings
-set font used by app
-set starting paths (or remember paths on exit)
-and other
9. Automatically detects phone (device, fastboot and recovery mode)
it requires installed AndroidSDK and busybox on phone (so and root)
linux and macOS version reguires installed Qt libraries(libqtgui4, libqt4-declarative and libqt4-network 4.7 version)(install it from synaptic or some similar app)
if you have connected phone but the file list is empty run with root permisions:
1)adb kill-server
2)adb start-server
or:
create file:
gksudo gedit /etc/udev/rules.d/51-android.rules
and insert this line:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
Ive got HTC Magic with Cyan6 and im testing everything on this. QtADB should work with every phone with busybox
if you have any suggestions/questions or you found any bug please let me know
{
"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"
}
More screenshots on official site
I am not responsible for damage done to your phone while using QtADB.
DOWNLOAD FROM OFFICIAL SITE
Do You miss fome feature that QtADB doesn't have? please post Your idea here: http://qtadb.uservoice.com/forums/87039-general
[size=+2]DO YOU HAVE SOME PROBLEMS WITH QTADB? PLEASE READ FAQ FIRST[/size]
If You like QtADB please consider donation:
What language is the windows version written in? Are the libraries able to be referenced from VS?
both versions are in c++ and this is the one source code compiled under windows and linux. it requires Qt libraries for VS
ps.i would like to add some screenshots but i have no permissions:/
where do i put the librays stuff?? im confused.... nvm i think i got it...
ok it says my phones connected for like 5seconds.. then it tells me to connect my phone.??
Nice app thanks!
wow this is AWESOME! thank you!
Looking good! Android management apps are really coming out of the woodwork now
I've attached a screenshot of my own Android manager 'Spot'
Crashes when i try to access a directory on the phone. Win 7 x64 and HTC Desire.
At the beginning, it looks great to use, but then I tried to open any directory, it crashed and forced close
it crashes after 2 - 3 seconds after opening
Windows 7 Pro - HTC Magic 1.5 with Sens UI - official
Acidmax: i dont know why you are having this issues.maybe its because you are using 64bit system...(i will support 64bit when app will be done)
cryshop: what phone?what OS?is phone rooted?which dir are you trying to open (on sdcard/in system).give me something information
crysu_x: "it crashes" has many meanings...what do you see?what error is appearing?what busybox do you have?you have to be more specific
the new version with new upgrades and fixes is almost ready so be patient
Works great for what i've used it for so far. Thank you sir.
@7ymekk : I'm using Windows 7 32bit and rooted HTC Legend.
I tried to open /system folder on the phone.
you know what??if you want to use my app please wait couple of days...i will end my new version and if you'll have the same issue i'll investigate it
how do you install it with ubuntu?
download first attach from first post and install libqtgui4 from synaptic
Hi, this is giving me segfault. I have installed both Sdk and libqtgui4. when i run "adb devices" i can see my tattoo attached.
I run the app, it asks me for the sdk path , then i point it to the "tools" subfolder under the sdk folder and then it segfaults.
This occurs even if i run it with root privileges.
Am i doing anything wrong?
Thanks in advance
if you are expecting some help you have to be more specific! what distro, what phone...the more informations-the better
7ymekk said:
if you are expecting some help you have to be more specific! what distro, what phone...the more informations-the better
Click to expand...
Click to collapse
Oops,
I'm working under Ubuntu 10.04 with a htc tattoo phone.
maybe this evening i will upload new version with screenshots and a lot improvements so i recommend to wait a little if you still will have those problems i will look into this

[TOOL] AndroidControl v1.3.1 - control your Android

{
"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"
}
Hi guys
I want to introduce you a multi-functional tool which makes your life with your Android device much easier.
There are so many tools which can do one helpful thing. But here are the most needed things ins one place:
Features:
Copy files from device to pc
Copy files from pc to device
Normal restart, reboot in bootloader and reboot in recovery
ADB kill- and start-server, Remount and shell
List all on the device installed packages and uninstall, enable and disable them (good against float ware)
Install apk from pc (internal storage OR SD card)
Fix permissions
Flash radio image
Flash recovery image
Flash zImage (Kernel) and kernel-modules
Flash boot image
Languages:
English
German
Requirements:
.NET Framework 3.5 (on your pc)
Drivers (HTC Sync)
USB Debugging turned on
Android Phone
S-Off if you want to use the flashing stuff
USB cable
Pictures:
I am not responsible if your device takes any damage.
(also attached)
Older versions:
Download v1.3
Download v1.2.1
Download v1.2
Download v1.1
Download v1.0
Notes:
You have some questions about the tool and need support? Or do you want to become a beta tester?
I am looking for people which can translate the tool to other languages
Join me on my freenode IRC channel #NickiB . Click here to join
Please post your noticed bugs, feedback or ideas what features I could add too.
Have fun!
Changelog
v1.3.1 - 04.05.2011:
Bug fixed where "Fix permissions" wasn't working
v1.3 2nd upload - 03.05.2011:
Some German translations fixed
v1.3 - 03.05.2011:
Multi language
- Added "Language" menu
- Added German translations
Added option under "Advanced" to fix permissions on the phone
v1.2.1 - 28.04.2011:
fixed bug where adb.exe and fastboot.exe were expected in c:/
v1.2 - 27.04.2011:
Menu "Advanced" added
Remount and Shell moved to "Advanced"
Menu "About" added
Moved Changelog to "About"
"About..." window added in "About"
Window is now smaller
Footer in General moved to "About..." window
Some ui changes
Some code changes
v1.1 - 25.04.2011:
Shell-button added
File -> Changelog added
some code optimizations
v1.0 - 24.04.2011:
Initial release
F.A.Q
Q: Which versions of .NET Framework do i have?"
A: Navigate with the Windows explorer to "%systemroot%\Microsoft.NET\Framework". There you can see some folders with the version of .NET Framework as their names.
Q: If I try to start the exe file i get this error: "Application failed to initialize (0x0000135)"
A: Your .NET Framework version is too old. Download version 3.5 here.
Q: If I try to start the exe file i get this error: "unable to find a version of the runtime to run this application"
A: That means that you have installed .NET Framework 4.0. But 4.0 hasn't include 3.5. Download version 3.5 here.
Will be checking this out! Looks cool.
Looks like a really handy little tool! Nice job.
IMO you could make the window a lot smaller.
Maybe I will make the window smaller in the next version. But maybe there will be new features which need that space
Be aware that certain kernels have exposed an issue with HTC Sync Windows driver and caused reboots upon plugging in via USB.
On the kernel end most devs have resolved it - but there may be some people out there that haven't encountered it yet or updated their kernel.
No need to panic - it's a known issue.
In case it happens to anyone in your thread.
Nice but scary to use! I think I'll wait for others to use and report back.
symonc said:
Be aware that certain kernels have exposed an issue with HTC Sync Windows driver and caused reboots upon plugging in via USB.
On the kernel end most devs have resolved it - but there may be some people out there that haven't encountered it yet or updated their kernel.
No need to panic - it's a known issue.
In case it happens to anyone in your thread.
Click to expand...
Click to collapse
Thanks for the warning. So I will know that's not my tools fault if the device gets a bootloop
mj0528 said:
Nice but scary to use! I think I'll wait for others to use and report back.
Click to expand...
Click to collapse
What are the options in the tool you are afraid of?
I think you can't break (or brick) your device with this tool. If you flash a wrong radio rom, the device should have a backup from the right one.
Version 1.2 is up! Have fun
The version 1.2.1, which fixes a huge bug in v1.2, is up now!
ill have to check this out!
Hey guys
The version 1.3 is up now. With multi language!
So it would be great if you guys could translate it to your language!
I uploaded version 1.3.1 which fixes a bug where "Fix permissions" wasn't working.
Okay...
I think a beta version with featurse to flash custom roms, nandroid, and wipe should be ready tomorrow. So I need a few beta testers, before I release the version officially!
If anyone is interested in testing the new features, please contact me!
regards
Very cool tool. (Or actually, compilation of tools.) Looking forward to how it gets developed. Good work.
It would be awesome if the flashing rom feature becomes available soon! Still waiting for the beta to become official!
I could really need a few testers more, that I don't publish a tool which doesn't work..
Please contact me if you want to help! (you will be mentioned in the OP )
could u make this to work on mac??
whats is the idea behind this tool. I see it talks about copy files to and from and some adb etc. Is it like android wonder machine I mean as in transferring .apks files also

[UTIL][WIN]I Don't Want You! || Get rid of unwanted mods || No data loss || No backup

Hi guys,
Have you ever installed a mod without making a backup before? Did the mod break your system or was not working the way you expected? The only way to recover the system to the previous state was to restore an old backup and loose all new data.
Thanks to my mod, this won't happen again! I present to you "I Don't Want You!".
It means NO NEED TO ALWAYS MAKE BACKUP BEFORE INSTALLING A MOD!
How it works?
It creates update.zip containing apps changed by mod in comparison to stock system and deleting files added by the mod to our system.
What it does?
-creates update.zip
-signs the zip
-Additionally: pulls /system from the device (using adb) (you need to do that once before installing mods instead of unpacking system manually form FTF/.zip file)
Requirements:
-Windows
-.NET Framework 4.5 or higher
-files installed/changed by mod (the content of mod's .zip file without META-INF)
-Recovery installed on your Android device
-Rooted android device
-Java
Compatibility:
Every device and every Android build!
It does not fully support mods with AROMA Installer
Currently It works only with mods influencing /system.
Screenshots:
{
"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"
}
DOWNLOAD
[MIRROR]
Be aware that I am a real beginner in programming and some bugs may occur, so I would be very thankful if you could tell me how my work could be improved and what to fix
Please leave a feedback below!
Do not mirror my files! Ask for permission before posting my work anywhere!​
CHANGELOG:
2.1(25.06.2015)
-fixed bug "zip not found"
2.0 (17.06.2015)
-now the update-binary will be taken from mod's zip file so the mod should be compatible with EVERY device
-added ability to extract the mod's zip file so you don't have to extract it by yourself
-no need to write the path now! just drag and drop the folder or file to the program's window!
1.6 (31.12.2014)
-fixed bug when there were no files to delete
-fixed permission
-should be signed now
1.5 (27.12.2014)
-FIXED CRASH DURING CLEANING UP
1.4 (27.12.2014)
-no need to give path to pulled system!
-fixed little bug when there are no files changed by the mod
1.3
-fixed icon
-fixed temp folder bug
BUGS:
-icon bugs
-some users experience ADB bugs if someone could help me with this one, I will be really grateful​
Maciek602 said:
[place for changelog&bugs]
Click to expand...
Click to collapse
This looks handy. Thanks for sharing. Hopefully I'll be able to test it in the next few days after switching roms.
Looks really handy...been looking for this
Too soon to ask for, but I will stick around for a Linux version to come out
Cheers till then.
Happy Holidays
Saatvik Shukla said:
Too soon to ask for, but I will stick around for a Linux version to come out
Cheers till then.
Happy Holidays
Click to expand...
Click to collapse
Would you like a port of it?
Can the update.zip be flashed with stock recovery?
(Probably not, but I don't have my PC around to check )
Sent from my D620r [Stock 4.4.2]
Vagelis1608 said:
Can the update.zip be flashed with stock recovery?
(Probably not, but I don't have my PC around to check )
Sent from my D620r [Stock 4.4.2]
Click to expand...
Click to collapse
Update.zip made by my tool should work on all recoverys using edify language. Please provide me an example of flashable zip for your recovery and I will check.
If It comes to porting the tool for linux, I need help in that matter as far as I am not using Linux and I haven't made any program for that system yet. Of course I will provide source code. Please contact me via PM. However you can try opening the tool with Wine. The ADB wont work but you can copy your /system manually and provide path to it in program.
Maciek602 said:
Update.zip made by my tool should work on all recoverys using edify language. Please provide me an example of flashable zip for your recovery and I will check.
Click to expand...
Click to collapse
Update.zip (attached) : http://forum.xda-developers.com/showthread.php?p=52214999
Sent from my D620r [Stock 4.4.2]
This doesn't also back up the modem/radio, does it?
Such a nice tool .....
Sent from my Moto G using XDA Free mobile app
Great job man!
Would you mind to put up kind of a noob tutorial with a brief description/explanation of what each option would exactly do?
...dont need to explain what the option "EXIT" will do though! Lol
RMarques said:
Great job man!
Would you mind to put up kind of a noob tutorial with a brief description/explanation of what each option would exactly do?
...dont need to explain what the option "EXIT" will do though! Lol
Click to expand...
Click to collapse
+1
Crashed
Looks like it copied /system but then failed at the last minute
Like jshare, crashed in last minute!
crashes during cleaning up process.....maybe add code to kill ADB and restart it before cleaning
@Vagelis1608
It should work
@ChazzMatt
Of course it doesn't! Currently it works only with /system mods.
@RMarques
The only options you need is:
1. For pulling system from your phone
2. To make update.zip (all other options are included in this one)
@jshare @Limac @Manvindar
Yeah, I forgot to add line for killing "adb" process in latest version, because I slightly rearranged whole code. I will upload fixed version in 10 min
UPDATE
I have uploaded fixed version!
Maciek602 said:
@Vagelis1608
It should work
@ChazzMatt
Of course it doesn't! Currently it works only with /system mods.
@RMarques
The only options you need is:
1. For pulling system from your phone
2. To make update.zip (all other options are included in this one)
@jshare @Limac @Manvindar
Yeah, I forgot to add line for killing "adb" process in latest version, because I slightly rearranged whole code. I will upload fixed version in 10 min
UPDATE
I have uploaded fixed version!
Click to expand...
Click to collapse
Backing up modem would be a neat feature.
There is a message saying "This app cannot be executed on your PC".
Im running Windows 8.1 64bits
Do you have .Net framework 4.5?

[TOOL][WINDOWS] HAT- Hybrid APK Tool - Bringing New Era of Modding!

INTRODUCTION
{
"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"
}
What is HAT?​Well, HAT is short-form of Hybrid APK Tool. HAT makes decompiling/recompiling of all apk files easy as 1 2 3, HAT supports both apk's and jar files and is very easy to work with. HAT provides all features necessary for any modder/user.
Why use HAT?​Honestly, that's up to you. There are many tools out there but mostly fail at critical times but HAT can be a good bet.
FEATURES​
● Fast and light (Only 11 mb).
● High success rate while decompiling/recompiling.
● Special method of decompiling/recompiling jar files! Never seen before this method will never fail and you can easily edit any jar file (deodexed jar). HAT uses special method for the process.
● Avoid bootloops while editing framework-res.apk especially for SONY devices. HAT uses special method that avoids bootloops.
● Real time logging. Generate logs for every action.
● Choose your own version of apktool. Currently HAT comes with two versions of apktool (the folder is hidden due so to avoid any unwanted deletion of the folder, kindly enable the show hidden files option). To use your own version of apktool keep your apktool in "tools/apktool" folder
● Normal method of decompiling and recompiling of jar also present giving two methods to simultaneously work at jar files/
● Clear the junk files if too populated
HOW TO USE​
Simple just download the file and extract it in core C: drive. It should be C:HAT or it won't work
DOWNLOAD​
Here is the download link for the tool - DOWNLOAD HERE
FAQ
Q) I open HAT.exe and it shows a black screen and closes. Why?
Ans) Two possible reasons a) You have not extracted it in C: drive
b) You have space in your username eg Tech N You instead of TechNYou
Solution
a) Extract it in C and execute
b) Make a new account with no space in between
Q) I see errors related to java, what are they?
A) To work with apk's and jar's you must have JAVA installed on your machine. Install JAVA then proceed also if you have java installed make sure it has been defined in system path
Q) I have java still I face errors, why?
A) Reason is java not defined in system. Open cmd and type "java" and "javac" (without quotes) and press enter if you get error(s) like :"java" or "javac" is not an external or internal command define java in your PC. Search google on how to.
If you get some response on trying both commands it's an issue with tool. Please report here.
Q) Do I need anything else than java?
A) No you don't need anything else than java. Recommended latest version java
CREDITS​
@iBotPeaches for apktool
@JesusFreke for smali/baksmali
@Ticklefish for his awesome Tickle my android! Best tool so far!
@BDFreak for his AdvancedAPKTool
Me for creating this tool
XDA:DevDB Information
HAT - Hybrid APK Tool for Windows, Tool/Utility for all devices (see above for details)
Contributors
Tech N You, Tech N You
Version Information
Status: Stable
Current Stable Version: v1
Stable Release Date: 2015-03-31
Created 2015-03-30
Last Updated 2015-03-30
CHANGELOG​● v1 Initial Release​
Reserved.
Mirror needed for this awesome tool also.
Download link for H.A.T not working! Please post working one. Thanks
babydouggie said:
Download link for H.A.T not working! Please post working one. Thanks
Click to expand...
Click to collapse
babydouggie is correct and the Link is still not working anyone got a working link please ?
download link not working !!!

Categories

Resources