[Windows] Quick and easy apk|zip|jar file signing - Android Software/Hacking General [Developers Only]

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)

Related

[TOOL] [AAPKTOOL] Apktool - Easy edit with adb function

Artiven Apktool with adb​
AAPKTOOL 1.148​NOW​GET IT ON OFFICIAL AFX SITE .....​Edited Decode SystemUi.apk and all apk files and push with reboot device for easy test... option setup and menu in quick mode.. edit any apk with this tool in 5min.. selfsetup will do some extra main need to do work for you. be quick to edit ur system now.... apktool java extractor and aapktool runner. with adb functions. no apk codes. to do this..
​
newbie and dev in theming...? and want a tool to do fast with out codes and adb pulling... hate of typing apktool d systemui and etc.... here now a special and easy tool to edit system ui and framework on 5min.... just some easy options .... more updates coming soon release alpha now at aapktool 1.148.8​
How to theme your systemui.apk on any android device.
don't do if you don't have a brain and common sense.​........
Web- http://artiven.waplux.com
FB - http://facebook.com/SE7ENNTWK
xda - http://forum.xda-developers.com/android/software-hacking/artiven-apktool-suite-apks-t2841795​
wants to to base-
JAVA SDK running backgrd
ADB installed and working fine
Windows c:/ drive with minmum 100MB
Rooted Phone
AAPKTool suite​
1. install aapktool and make your base
you must have java sdk dont ask how and etc get on google.
adb running android phone connected and adb drivers installed.
must be rooted to push systemui...
2. After all you have a shortcut on desktop as 'aapktool' open it.
now connect your phone to pc adb debugged. press any key.
3. Now you see a cmd window with options....
4. Steps..
A. Type R and enter for check system base. if all ok you will enter to main menu.
B. Type 1 and enter for Pulling files from phone...
C. Type 2 for installing framworkres and systemui on windows to recommanded for apk decoding and ecoding..
D. Type D for Decode then edit your apk in folder as extracted..
E. Type B for build apk again.
F. Type S for systemui and F for framework to install on devices again.
G. Type RB for reboot device
Thats all enjoy edited UI on system...​
NOTE...- Dont edit scripts and .9.png if u dont know what to do..
or you will end up on boot loops....
Do it on your own risk....
always keep a backup of old apk till no need​
All download links at official site- http://artiven.waplux.com​
XDA:DevDB Information
AAPKTOOL, Tool/Utility for all devices (see above for details)
Contributors
ErickNoz
Version Information
Status: Alpha
Current Stable Version: 1.148.8
Stable Release Date: 2014-08-08
Created 2014-08-08
Last Updated 2014-08-11
First time first post.....
where is the tool?
i can´t see any download information.
Link - artiven.waplux.com
Maximus1a said:
where is the tool?
i can´t see any download information.
Click to expand...
Click to collapse
Frnd link updated now
i´ll try it later this day.
check your installer. if your tool is not installed in your default folder it will generate errors.

inception: Hands-off auto-configuration tools for android

Inception is a set of tools for auto configuring android devices. You can do the following:
Include any apps to be (pre)installed
Remove any stock apps
Root the device
Install busybox
Configure Wifi networks
Generate all device settings
Patch APKs
Replace Kernel, and/or ramdisk data in both boot and recovery imgs
Place your adb keys, configure USB debugging
You specify all this in a JSON config file. And then inception creates the following depending on what you specify in your configuration:
OTA Update Package that applies all your changes once installed
Modified recovery img
Modified boot img
Cache img that bundles the update package and instructs android to install it once in recovery
Odin flashable tar.md5
With the right configuration, you can also generate auto-root update packages, or update packages that just install busybox, or both.
Code:
incept autoroot --code samsung.degaswifi
or
Code:
incept busybox --code samsung.degaswifi
Or out of a stock recovery img:
Code:
incept autoroot --code inception.device --recovery /path/to/recovery.img
Inception does not create a full system image or compile roms. It bundles only the required changes in an Android update package and generates an update script which applies those changes. This results in update packages that are substantially smaller than when flashing a whole ROM.
As an output example, I posted this Samsung SM-T230 auto-root package, and another Samsung SM-T113 auto-root package that were both generated using inception.
Full source code for inception and installation instructions are available here: https://github.com/tgalal/inception
Please post feedback/questions/problems here
XDA:DevDB Information
inception, Tool/Utility for all devices (see above for details)
Contributors
tgalal
Source Code: https://github.com/tgalal/inception
Version Information
Status: Testing
Created 2015-06-11
Last Updated 2015-06-11
i have a file %USERPROFILE%\.android\adbkey.pub in windows, how to incept into /data/misc/adb/adb_keys with odin? (Samsung Galaxy Tab 3 Lite SM-T113)
where exactly place the key? is this a JSON config file?
Code:
{
"update": {
"adb": {
"__make__": true,
"keys": [
"PUBLIC_KEY_DATA_1",
"PUBLIC_KEY_DATA_2"
]
}
}
}
edit: found the README.md but it is a lot of information. can you please post minimal steps how to create a tar.md5 from adbkey.pub?
1. install linux
2. add packages (requirements)
3. download and install inception (at this point it fails with exit 1 older version of dulwich)
4. incept bootstrap?
5. pass the adbkey.pup to json?
6. incept make?
7. generate odin package??
8. ... ?

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?

[App][Tools] Windows 10 Amazing Tools[Hash verification]

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

[TOOL][LINUX][ANDROID][WINDOWS] Jancox Tool Unpack Repack ROMs

Jancox Tool Unpack Repack ROMs
Jancox tool is a tool for unpacking and repacking ROMs, in other words this is a tool for modification Android ROM, and it supports Linux, Android and Windows.
Requestment
Requestment Linux
- Installed Python 3
Requestment Android
- Installed Python 3 in Termux
Requestment Windows
- None
How To Use In Linux
]
Code:
~$ ./unpack.sh
~$ ./repack.sh
~$ ./cleanup.sh
How To Use In Android
- Rename your rom to input.zip
- Move input.zip to /sdcard/input.zip or /sdcard/download/input.zip or /data/local/jancox-tool/input/input.zip
- Open termina/termux
Code:
~$ su
~$ jancox
- Output in /data/local/jancox-tool/editor
How To Use In Windows
- Extrack Jancox-Tool-Windows
- Rename your rom to input.zip
- Move input.zip to jancox tool folder
- Run unpack
- Edit rom in editor folder
- Run repack
- Cleanup for clean files
Video
Linux Guide :
Android Guide :
Windows Guide :
Download
Click Here
Source
https://github.com/Wahyu6070/Jancox-tool
https://github.com/Wahyu6070/Jancox-tool-Linux
https://github.com/Wahyu6070/Jancox-tool-Android
https://github.com/Wahyu6070/Jancox-Tool-Windows
Credit :
Jamflux SUR windows : https://github.com/jamflux/SUR
Magiskboot : topjohnwu
make_ext4fs : SuperR
Busybox : https://busybox.net/
7za : https://www.7-zip.org/
Brotli : https://github.com/google/brotli
Img2sdat/sdat2img : https://github.com/xpirt/img2sdat
python : based termux
Changelog
Linux v2.0
- Support img only
- Added brotli support
- Added boot extractor
- Added brotli level set
- and other improvements
Mobile v2.3
- Using kopi installer (support magisk non magisk)
- move zip compression 7z to zip
- improv debloater
- added disable dm-verity
- added change name
- added dat prop (jancox.prop)
- and other improvements
Windows v2.0
- Initial Release
Repack gagal terus pak
How to fix?
Erwin Abs said:
How to fix?
Click to expand...
Click to collapse
try install busybox
Wahyu6070 said:
try install busybox
Click to expand...
Click to collapse
l
Hello! I got error "unzip: invailid zip magic C26CB134"
How can i solve this problem? Busybox was installed.
Thanks
thienmoc198x said:
l
Hello! I got error "unzip: invailid zip magic C26CB134"
How can i solve this problem? Busybox was installed.
Thanks
Click to expand...
Click to collapse
update to version 2.2 if you still find problems send me the log
awesome work bro. thank you so much!
Really excited about this app!
One question: tools can only ota zip? If only .img file is available, then split first in boot.img, system.img, vendor.img etc but then?
How to fix ?
Malware Alert
Sourceforge link is showing a malware alert for your build. See the attached image.
hi, i want unpack only boot.img, made a input.zip with boot.img, unpack perfect, but cant pack again, receive a message please unpack, some idea why?
thanks and good work
sir, do you know how to unpack blackshark1's rom ?
failed by payload dumper
-----
bg, tau cara unpack rom nya blackshark 1 ga ?
pake payload dumper ga mempan
Need to be able to unpack Nokia roms. Format .nb0. Its possible to add this support to your already awesome tool? (Linux) Thanks in advance.
Hi
I unpacked and repacked the miui 12 ROM with this method, but unfortunately, after flashing the ROM, it did not boot and the phone was transferred to fast boot.pleace help to solve this problem .Thank you.
Please help me admin and all,
Has anyone already edited service.jar using the jancoxx tool.?
Wahyu6070 said:
Jancox Tool Unpack Repack ROMs
Jancox tool is a tool for unpacking and repacking ROMs, in other words this is a tool for modification Android ROM, and it supports Linux, Android and Windows.
Requestment
Requestment Linux
- Installed Python 3
Requestment Android
- Installed Python 3 in Termux
Requestment Windows
- None
How To Use In Linux
]
Code:
~$ ./unpack.sh
~$ ./repack.sh
~$ ./cleanup.sh
How To Use In Android
- Rename your rom to input.zip
- Move input.zip to /sdcard/input.zip or /sdcard/download/input.zip or /data/local/jancox-tool/input/input.zip
- Open termina/termux
Code:
~$ su
~$ jancox
- Output in /data/local/jancox-tool/editor
How To Use In Windows
- Extrack Jancox-Tool-Windows
- Rename your rom to input.zip
- Move input.zip to jancox tool folder
- Run unpack
- Edit rom in editor folder
- Run repack
- Cleanup for clean files
Video
Linux Guide :
Android Guide :
Windows Guide :
Download
Android
Linux
Windows
Source
https://github.com/Wahyu6070/Jancox-tool-Linux
https://github.com/Wahyu6070/Jancox-tool-Android
https://github.com/Wahyu6070/Jancox-Tool-Windows
Credit :
Jamflux SUR windows : https://github.com/jamflux/SUR
magiskboot : topjohnwu
make_ext4fs : SuperR
busybox : https://busybox.net/
busybox : https://github.com/Magisk-Modules-Repo/busybox-ndk
7za : https://www.7-zip.org/
brotli : https://github.com/google/brotli
img2sdat/sdat2img : https://github.com/xpirt/img2sdat
python : based termux
XDA:DevDB Information
[TOOL[LINUX][ANDROID][WINDOWS] Jancox Tool Unpack/Repack ROMs, Tool/Utility for the Android General
Contributors
Wahyu6070
Version Information
Status: Stable
Current Stable Version: 2.0
Created 2020-04-11
Last Updated 2020-08-12
Click to expand...
Click to collapse
supports super.img?
How can I add a apk to the priv-apps folder and give the apk all the permissions like camera, location ,draw over other apps, etc
I unpacked miui china rom, added some gapps and now when i am trying to repack i am getting following error.
[system/product/app/LatinImeGoogle] not found in canned fs_config, using defaults
How to fix this issue and continue repacking?
I have only following files related to configs.
RSM10 said:
I unpacked miui china rom, added some gapps and now when i am trying to repack i am getting following error.
[system/product/app/LatinImeGoogle] not found in canned fs_config, using defaults
How to fix this issue and continue repacking?
I have only following files related to configs.
View attachment 5338745
Click to expand...
Click to collapse
add system/product/app/LatinImeGoogle to fs_config file.

Categories

Resources