[App][Tools] Windows 10 Amazing Tools[Hash verification] - Android Apps and Games

Amazing Hash Utility for Windows 10 is an easy to use and fast hashing utility for your Windows 10 PCs, and it's a bit smart(ish) too, just drag and drop or browse a file and that's it.
It can also help you verify hashes from SUM files without the need to manually open the file and looking for matching hashes, simply drop the file and it'll tell you if there's a match or not.
XDA:DevDB Information
Amazing Hahser, App for all devices (see above for details)
Contributors
eizsoft
Version Information
Status: Stable
Current Stable Version: 1.0.17.0
Stable Release Date: 2016-10-23
Created 2016-10-24
Last Updated 2016-10-24

Related

Android Open Source Toolkit [ALPHA]

Android Open Source Toolkit or ATK for short​
I started this to simply multiple processes with one tool and hopefully bring other tools into it. So now instead of using a ton of different tools you can only use one for all the processes you need. This project is currently in an alpha status since not everything is working and I haven't gotten it to a state that I think is release worthy,but since its open source it doesn't rely on only me,anyone developer can add new features.
One day I hope this tool will be all we need to do most things(ex:root,backup,adb type stuff,and more). Currently its windows only and 'coded' in shell. I plan to revamp this soon to make it cross platform and easier to use.
The project and some help files are on the github page here. I'll make this pretty later.
CURRENT VERSION: ALPHA 12
DOWNLOAD: https://github.com/CovXX/AndroidToolKit​

See phone's battery status on computer screen

I have made a program to display the percentage of your phone on your computer. Requirements:
[*]Computer that can run bash - Linux WILL work, Mac might.
[*]USB-to-phone cable
[*]ADB enabled on phone
Has been tested on the following:
LG P716 Jelly bean stock- One Works the other doesn't
LG P716 KitKat - Works
LG P500 with CM11 (by mukulsoni)and rooted- Works
Samsung S3 stock - Doesn't work
HTC One S (Thanks LS.xD)
Samsung Galaxy Ace II (Thanks LS.xD)
To run, use
Code:
cd,
to navigate to the folder containing the files then the Terminal folder. After that run
Code:
./BatteryStatus.sh
Your help is greatly appreciated to porting it to Windows/Mac and adding new devices. If you have got screenshots or working devices, feel free to tell me or pm me about these. I will add them to this list.
Secondary mirror: http://www.mediafire.com/download/n2qbb537jpn22p3/batteryStatus.zip (contains both terminal & alpha graphical version)
Warning:
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed. Please
do some research if you have any concerns about features included in this ROM
before flashing it! YOU are choosing to make these modifications, and if
you point the finger at me for messing up your device, I will laugh at you.
A lot.
XDA:DevDB Information
BatteryStatus, Tool/Utility for all devices (see above for details)
Contributors
wilk.gr76
Version Information
Status: Stable
Created 2015-04-02
Last Updated 2015-04-02
wilk.gr76 said:
I have made a program to display the percentage of your phone on your computer. Requirements:
Computer that can run bash
USB-to-phone cable
ADB enabled on phone
Has been tested on the following:
LG P716 Jelly bean stock- One Works the other doesn't
LG P716 KitKat - Works
LG P500 with CM11 and rooted- Works
Samsung S3 stock - Doesn't work
Your help is greatly appreciated to porting it to Windows/Mac and adding new devices. Screenshots are coming soon
XDA:DevDB Information
BatteryStatus, Tool/Utility for all devices (see above for details)
Contributors
wilk.gr76
Version Information
Status: Stable
Created 2015-04-02
Last Updated 2015-04-02
Click to expand...
Click to collapse
I'll give other linux versions a try later this day helping you to figure out on which linux environments it works. Read out the battery level (with terminal) works on both of my phones, so you could add them to the supported list as found in my signature.
On 32bit Linux Mint KDE: CMD + GUI (find all libs but crashes) work with both phones. So the error occured as the 32bit libs can't be handled correctly on a 64bit os for GTK even with multiarch activated.
LS.xD said:
I'll give other linux versions a try later this day helping you to figure out on which linux environments it works. Read out the battery level (with terminal) works on both of my phones, so you could add them to the supported list as found in my signature.
On 32bit Linux Mint KDE: CMD + GUI (find all libs but crashes) work with both phones. So the error occured as the 32bit libs can't be handled correctly on a 64bit os for GTK even with multiarch activated.
Click to expand...
Click to collapse
The graphics is done through Zenity. I just checked, Zenity has problems running on 64-bit systems. You might want to try installing zenity like this:
Code:
sudo apt-get install zenity:i386
and then changing the code in the .sh file from ./zenity to zenity. Might work, might not. My computers are all 32-bit.
wilk.gr76 said:
The graphics is done through Zenity. I just checked, Zenity has problems running on 64-bit systems. You might want to try installing zenity like this:
Code:
sudo apt-get install zenity:i386
and then changing the code in the .sh file from ./zenity to zenity. Might work, might not. My computers are all 32-bit.
Click to expand...
Click to collapse
I'dgive it a try, but you actually removed the GUI version and I have it not stored. The screensgots are attached.
EDIT: Zenity:386 can't be installed on my 64bit system due to not resolveable dependencies.
LS.xD said:
I'dgive it a try, but you actually removed the GUI version and I have it not stored. The screensgots are attached.
Click to expand...
Click to collapse
Just changed it. You can use the mediafire link or the in the downloads tab, graphical.zip
Thanks for the screenshots!
UPDATE: As Microsoft will support BASH in the Anniversary (a.k.a. Redstone I) update, it will be compatible with all 3 'big' platforms. Yay!

Install Multiple APK in Single Click on Unrooted Android Device

I have created a small WINDOWS based application(APK Installer) which is capable of installing multiple APK file on your Unrooted or Rooted Android Device in single click.
System Requirements:
> Android SDK or you can also use Minimal ADB and Fastboot by shimp208
> JAVA 1.4.0 and further
> Less than 1 MB space
> Windows operating system
Steps:
1] Download APKInstaller developed by me from the link given below
2] Enable Developers Option in your Android Phone.
3] Enable USB Debugging in your phone.
4] Connect your phone to the PC using Data cable.
5] Click on the APKInstaller.exe file which you downloaded.
6] Give path of Android SDK Directory (for example : C:androidsdkplatform-tools).
7] Click on Select APK button.
8] Select all the APK files you want to Install.
9] CMD window will popup and it will install all the APK Files one by one.
Download Link: Google Drive
If you find any buy or any problem in using this application dont forget to report it and if you need any help kindly post it in comments.
Thank you.
**Hit Thank Button If You Think I Helped**
XDA:DevDB Information
APKInstaller, Tool/Utility for all devices (see above for details)
Contributors
Rajatk95
Version Information
Status: Testing
Created 2016-01-09
Last Updated 2016-01-09
Thanks for your helpful information
Thanks buddy
Rajatk95 said:
I have created a small WINDOWS based application(APK Installer) which is capable of installing multiple APK file on your Unrooted or Rooted Android Device in single click.
System Requirements:
> Android SDK or you can also use Minimal ADB and Fastboot by shimp208
> JAVA 1.4.0 and further
> Less than 1 MB space
> Windows operating system
Steps:
1] Download APKInstaller developed by me from the link given below
2] Enable Developers Option in your Android Phone.
3] Enable USB Debugging in your phone.
4] Connect your phone to the PC using Data cable.
5] Click on the APKInstaller.exe file which you downloaded.
6] Give path of Android SDK Directory (for example : C:androidsdkplatform-tools).
7] Click on Select APK button.
8] Select all the APK files you want to Install.
9] CMD window will popup and it will install all the APK Files one by one.
Download Link: Google Drive
If you find any buy or any problem in using this application dont forget to report it and if you need any help kindly post it in comments.
Thank you.
**Hit Thank Button If You Think I Helped**
XDA:DevDB Information
APKInstaller, Tool/Utility for all devices (see above for details)
Contributors
Rajatk95
Version Information
Status: Testing
Created 2016-01-09
Last Updated 2016-01-09
Click to expand...
Click to collapse
Can you post the source code of the application please?
Will this work for split apk's?

EFS Pro 2.1.80.0 All Backup Functions don't work

Open EFS Pro, starts up....
Checking application environment...
-----------------------------------
Terminating process: adb.exe, PID: 7204 ...
Initializing ADB server... Okay.
ADB server is running!
Searching for device... Okay.
Connecting to device... Okay.
Checking device status... Okay.
-----------------------------------
Performing device checks...
-----------------------------------
Root status: Perm Rooted
SU binary version: 3.26:kinguser_su
-----------------------------------
BusyBox status: Installed
BusyBox version: 1.20.1-Stericson
Checking BusyBox applets... Okay.
-----------------------------------
EFS Professional is ready for use.
-----------------------------------
Device info works and displays:
---------- Hardware Information ----------
Connected Device SN.: S567018180b68
Device Manufacturer: SAMSUNG
Device Model: GT-S5670
Product Code: GT-S5670PWATHR
Hardware Version: MP 0.301
---------- Firmware Information ----------
PDA Version: S5670JPKQ7
Baseband Version: S5670XWKQ4
CSC Version: S5670OJPKQ4
---------- Software Information ----------
Kernel Release: 2.6.35.7-perf-CL577623
Kernel Version: #1 PREEMPT Sun Sep 18 18:34:47 KST 2011
ROM Build: GT-S5670-user 2.3.4 GINGERBREAD JPKQ7 release-keys
Android Version: 2.3.4
BusyBox Version: 1.20.1-Stericson
SU Binary Version: 3.26:kinguser_su
When I select 'All Partitions' in device filters, I get the following messages:
Enumerating device partitions...
Extracting PIT from device for mapping... Skipped, already exists.
Checking PIT file integrity...
Operation Failed!
This is stock ROM for Galaxy Fit GT-S5670. I want to make sure I can correctly backup my IMEI and the EFS data before pushing modified ROM image to the device. I used mobogenie to do initial push of .apk files for rooting, and also ran the Mobogenie ROOT tool.
On EFS Pro (Beta) (couldn't find a stable OLDER version...I would like to try an old one.) I go to the Backup Tab, and under device filters I don't see my version of Samsung Galaxy FIT In the Manage section of device filters. Anytime I try to do anything with the Device Partitions or Device Filters I get the message: Number was less than the array's lower bound in the first dimension. Parameter name: srcindex
Please advise me if this is just a dumb question of a newbie?

[Windows] Quick and easy apk|zip|jar file signing

SimpleSigner
Platform: Windows
A program for quickly signing one or more apk | zip | jar files.
Just drag the file or group of files onto the part of the window corresponding to the required type of signature. The resulting file will be created next to the file for processing and have the inscription "_signed".
XDA:DevDB Information
SimpleSigner, Tool/Utility for all devices (see above for details)
Contributors
nonamer1990
Source Code: https://drive.google.com/open?id=18SvOjD__wN9QNmhqksaaJAN7ugwah0Xu
Version Information
Status: Testing
Created 2020-05-24
Last Updated 2020-06-13
SimpleSigner (Google Drive)

Categories

Resources