Tampilkan postingan dengan label Android Tools. Tampilkan semua postingan
Tampilkan postingan dengan label Android Tools. Tampilkan semua postingan

Senin, 07 September 2015

ANDROID MULTI TOOL v3.5.6 Download here

ANDROID MULTI TOOL v3.5.6 Download here


Hello,
I�m glad to present my Android Multitool wich makes it easier to decompile/recompile applications + jar framework files. You can also sign your apk by easily clicking a button.

Requirements:

Winows OS XP / 7 / 8 / 8.1
Installed Java on Windows
Installed Microsoft Powerpacks here
Installed .NET framework

- Easy handling: Select your apk and push the "decompile" button! 
- This tool makes modding much faster and easier, no cmd handling any more.
- You can read the log which is integrated in the tool to find your mistake in the error. 
- ADB inside: Push files into your file system with a few clicks

How to use this tool?

Follow this small how to! 

Here you go..
Well, first extract the AndroidMultitool folder to C:\. Otherwise it propably won�t work
-copy your framework-res.apk and other files you want to mod in the "Files" folder (this folder is for all your files you want to mod, don't pick files from any other location)
-Next you have to start AndroidMultitool.exe
-select your framework-res.apk and push the "install" button (check log for errors)

Decompiling and recompiling apk files:

-select the apk you want to mod/decompile and push the "decompile" button (check log for errors)
Note: You can check the "use baksmali" checkbox, then e.g. the useless .line text will be removed
-your decompiled apk will be located in C:\AndroidMultitool\Decompiled_apk"apkname" as a folder
-if you want to compile your apk again, select your decompiled folder, check the "apk" radio button and compile it again (check log for errors)

-your recompiled apk will be located in C:\AndroidMultitool\Compiled_apk"apkname"

Decompiling and recompiling jar files:

-select in the combobox ".jar" (check the "use baksmali" checkbox for deleting the useless .line comments) 
-select the ".jar" file you want to mod
-push the "decompile" button
-your decompiled jar file will be locaten in C:\AndroidMultitool\Decompiled_jar"jarname"
-for recompiling you have to check the "jar" radiobutton and select the folder within your decompiled ".jar" file
-push the compile button
-your compiled jar file will be located in C:\AndroidMultitool\Compiled_jar"jarname"\classes. dex
-delete the "classes.dex" file in your ".jar" file 
-copy the new "classes.dex" file you compiled in the ".jar" file

Signing apk files:

-select the ".apk" you want to sign
-push the "sign" button
-the signed apk file is located in C:\AndroidMultitool\Signed_apk"apkname_signed" 

Using tags:

You want to decompile many files from different devices or different android versions / frameworks? Tagging makes it possible!
- before installing your framework type in any tag (like "hero")
- then install your framework and work normally

Android Debug Bridge:

You want to push files with adb to your device? Follow these instructions:
Please klick on the "advanced" register in the tool
-push "check" to control if your device is ready
-if the device is not ready please follow the instructions, which are listed in the tool (device offline, no device...)
-if the device is ready, choose a file you want to push
-choose a path on the device, where the file should be placed later
-push the "push" Button
-alternately: press "Reboot device" to reboot your device and to let changes take effect

Download link

Questions and answers:


Q: The programm does not start, it crashes.
A: Please install Powerpacks, this one: http://go.microsoft.com/fwlink/?Link...27&clcid=0x804

Q: What do you mean exactly with "!!!NOTE!!! After compiling you have to copy the AndroidManifest.xml and the META-INF folder from your old apk to your newly compiled one!! Otherwise you�ll get bootloop! " .. I don't understand. 
A: You have to open your old apk (this one you selected for decompiling in the folder /files) and copy from that apk the AndroidManifest.xml and the META-INF folder to the apk you just decompiled and recompiled. 

Changelog:

v3.5.6:
fix progressbar not disappearing after decompiling
fix loop after/while compiling
save compiling path and jump into it when he starts folder browsing
update user interface

v3.5.5:
fix infinite loop on compiling when errors appeared
folderbrowserdialog (compiling): jump into /decompiled_apk default
update build tools and platform-tools (aapt, adb and needed dll's)

v3.5.4:
add option to copy AndroidManifest.xml automatically into the apk after compiling
layout cleanup
force overwrite already compiled or decompiled files when new compiling/decompiling thread started
update to apktool rc3 (mainly lollipop support)

v3.5.3:
copy AndroidManifest.xml and META-INF folder automatically into the apk after compiling
added some links
code cleanup

v3.5.2:
add more detailed log
fix decompiling/compiling/signing/installing framework multiple times sometimes
add batch decompiling (preview)
fix donation image not fitting center
add txt files with descriptions for all tools inside (thanks to bovirus)

v3.5.1:
update all files

v3.5:
code rework
fix UI freezing on long tasks
add progress bar
many other small fixes

v3.4:
access files from all locations of the pc (you're not limeted to the /Files folder)
add version number to the tool

v3.3:
add tag support (tagging allows multiple framework support)
rework interface
small additions and fixes
support for Win7 / 8 / 8.1 (no extra versions)

v3.2.1:
add apktool b9

v3.2:
add different apktool, aapt and batch files
should solve some problems on de - and recompiling

v3.1:
Fixes for adb push
button to reboot device
many other fixes and code rework

v3.0:
SlimBean apktool ((de)compiling also with inverted folders from trds)
ADB (AndroidDebugBridge for pushing files to your device)
Some Links in the tool for support and donation

v2.2 Beta1:

apktool 2.0.0
Details:
[hide]
Details
v1.5.x -> v2.0.0
Java JRE 1.7 is required!
Update apktool to v2.0.0
aapt is now included inside the apktool binary. Its not required to maintain your own aapt install under $PATH. (However, features like -a / --aapt are still used and can override the internal aapt).
Remove framework $HOME/apktool/framework/1.apk or manually update via (FrameworkFiles)
Eagle eye users will notice resources are now decoded before sources now. This is because we need to know the API version via the manifest for decoding the sources.
Parameter Changes

Smali/baksmali 2.0 are included. This is a big change from 1.4.2. Please read the smali updates here for more information.
-o / --output is now used for the output of apk/directory.
-t / --tag is required for tagging framework files
-advance / --advanced will launch advance parameters and information on the usage output.
-m / --match-original is a new feature for apk analysis. This retains the apk is nearly original format, but will make rebuild more than likely not work due to ignoring the changes that newer aapt requires.
After [d]ecode, there will be new folders (original / unknown) in the decoded apk folder.
original/ = META-INF folder / AndroidManifest.xml, which are needed to retain the signature of APKs to prevent resigning. Used with -c / --copy-original on [b]uild.
unknown/ = Files / folders that are not part of the standard AOSP build procedure. These files will be injected back into the rebuilt APK.
apktool.yml collects more information than before
SdkInfo = Used to re-populate the sdk information in AndroidManifest.xml since aapt requires it to be passed at runtime.
packageInfo = Used to help support Android 4.2 due to renamed manifest packages. Automatically detects difference between manifest and resources and performs automatic --rename-manifest-package on [b]uild.
versionInfo = Used to re-populate the version information in the AndroidManifest.xml since aapt requires it to be passed at runtime.
compressionType = Used to determine the compression that resources.arsc had on the original apk to duplicate on uild.
unknownFiles = Used to record the name/location/compression type of non-standard files in Apk.

Android ONE Toolkit OneClick Root/Recovery,Unlock/ReLock Bootloader

Android ONE Toolkit OneClick Root/Recovery,Unlock/ReLock Bootloader


Supported Devices:

Micromax Canvas A1
Karbonn Sparkle V
Spice Dream UNO
Nexian Journey One
Symphony Roar A50
Evercoss One X
Mito Impact
MyPhone Uno
Cherry Mobile One 

Features:

One click Unlock or Relock Bootloader.
One click Root Locked or Unlocked Bootloader.
One click Flash recovery and 3 custom recoveries.
Install Single apk or Bulk apks.
SUPPORT ALL ANDROID ONE DEVICES

Requirement:

.Net 4.0 (Click here to Download) 
How To Use:
Turn ON USB Debugging Mode under Setting>>Developer options
Open Android ONE Toolkit 
Click on Install Drivers Button(Skip if already installed)
Click List Devices button, your device will be listed
Unlock/Relock/Root your device else install apps

Unlocking Bootloader:

Unlocking bootloader will Wipe/format Userdata**
Click on List device just to make sure your device is properly connected to adb
Click on Unlock Button, wait for device to boot in fastboot mode
Press Vol+ key on your on phone to confirm Unlocking
Phone will be reboot and may take some time to Boot.
DONE
Now you can Install Custom recovery

Flashing Recovery:

Make Sure your device Bootloader is Unlocked
Click on List device and see your device is listed
Select any recovery from the Recovery List
Click on Flash Recovery Button
Wait for few seconds device will boot in normal mode
DONE
You can Boot to your recovery by clicking on "Recovery" button
Now can Root your Unlocked Bootloader device

Rooting with Unlocked Bootloader: 

Unlock Bootloader
Flash any custom recovery
Click on List device and see your device is listed
Click on ROOT Button
Wait for recovery to load 
and follow the instructions
Now your device is Rooted
Device will reboot 
Now your device is Rooted

Rooting with locked Bootloader: 

Click on List device and see your device is listed
Click on ROOT Button
Wait for recovery to load 
and follow the instructions
Now your device is Rooted

Relocked Bootloader: 

Click on List device and see your device is listed
Click on Relock Button, wait for device to boot in fastboot mode
Press Vol+ key on your on phone to confirm Unlocking
Phone will be reboot and may take some time to Boot.
DONE

Download Link
Android One ToolKit 1.2[UPDATED 25.2.15]- Click here to download

Android One Toolkit 1.2.1 Patch install on 1.2[7mb] - Click here to download

Jumat, 29 Mei 2015

Android Tool V1.1 By Dawood1208 Free download here

Android Tool V1.1 By Dawood1208 Free download here


Android Tool V1.1 By Dawood1208 Free download here

One click

Start/kill Adb server
List Devices
Reboot
Go Recovery
Go Download
Wipe Data in Adb/Fastboot Mode
Remove Password (Root Needed)
Remove Pattern (Root Needed)
Remove Gmail Account (Root Needed)

Zip Flasher

Select Zip File And send automatically to sdcard
And Send phone to Recovery Mode With instructions

App Installer (one click) 

Select apk file and it will install 

Utilities 

Full Key Tool ( Usefull incase your phone button not work :-O
Root Checker 
Permission Fixer

File Manager 

Shows All installed Apps 

Flasher (Fastboot Mode)

One Click Flash splash\Hboot\Recovery\Radio

Added 10 Different Themes

If you like my Work Donate - special gifts for who donates
Android Tool By Dawood1208
Credit to Mr. Dawood1208

Note : Internet Connection is Needed

Jumat, 22 Mei 2015

Universal Advance Unlocker V1.0 by Josedavido & Dawood1208 free download here

Universal Advance Unlocker V1.0 by Josedavido & Dawood1208 free download here


This tool develop by Josedavido & Dawood1208, this tool support are many device like Alcatel, Doro, ZTE MTK, ZTE Android, Huawei, SFR, VeryKool, Samsung, Blackberry, LG, Motorola p2k, iPhone support in this tool mostly working of imei calculate for unlock or unlock see below which models are supported in this tool below mention all are show.

Universal Advance Unlocker V1.0 by Josedavido & Dawood1208 Download here

Alcatel Support Models:

EL03
MANDARINA(DUCK)
MISS(SIXTY)
OT-C700
OT-C701
OT-C707
OT-C717
OT-C820
OT-S215
OT-S218
OT-S319
OT-S320
OT-S321
OT-S520
OT-V670
OT-V770
PLAYBOY

Doro Support Models:

Doro 345
Doro 345
Doro 345 GSM
Doro 409
Doro 409s
Doro 410
Doro 410s
Doro 610
Doro 610s

ZTE MTK Imei Calculate

A261
GR230
GX760
GX761
Orange Vegas
T-Mobile Vairy Touch
vodafone indie
X760
X761
X960
X990
X990D
Easy 50
Easy 10
Easy 1
Dallas
Vodafone 547

ZTE Android Imei Calculate

X850
Link
Xiang
Blade
N61
Mercury
811
Raise
E810
SFR 552
T-Mobile Zest
Softstone
Silverbelt
BlueBelt
BlueBelt II
Orange
SanFransisco
Vodafone 1230/1231
A5

Huawei Support Models:

E220
K3520
K3565
K3715
K1552
K155
K156
E156G
E170
E172
E176
E180
E182
E196
E226
E270
E271
E510
E612
E618
E620
E630
E630+
E660
E660A
E800
EG161
EG162G
EG602
EG602G
VODA K2540
VODA K3515
VODA K3565
VODA K3520
VODA K3565

SFR Imei Calculate

SFR 114
SFR 132
SFR 231
SFR 232
SFR 241
SFR 251
SFR 341
SFR 342
SFR 343
SFR Messenger Edition 251

VeryKool Imei Calculate

i200 model

Samsung

Android Pattern Bypass
Read Info

Blackberry

Read Info
Reset All
Wipe Phone

LG KG110 Unlock Code Calculator

Factory reset

Motorola p2k

Functions:
Master Reset
Reset User Lock
Master Clear
Restart Phone
Read Info

Iphone 3G/3GS no Wifi unlocker

Unlock

Rabu, 20 Mei 2015

Intex Cloud Z6 Root done without any box 100% tested by me

Intex Cloud Z6 Root done without any box 100% tested by me




In this tool you can do root of Intex Cloud Z6 for imei repair or network repair etc no need to any box for root this device it's free tool for everyone who work in mobile software related some device of Intex Cloud Z6 need to flash of recovery file but now this tool really working good in this device just a few minute without any risk also must your device battery charged up to 60% to 80% and here simple step for tutorial here some required for root success some time if not update vroot tool you can' root device first when you open tool vroot first check update after do root so remember this first after you can do next step like of imei repair or other now let's go how to root Intex Cloud Z6 in vroot tool.

Download vRoot tools from HERE

Required for Root

1. Intex Cloud Z6 device with battery charged
2. vRoot tool with update
3. Internet Connection for vRoot update tool
4. Micor USB Cable
5. Computer or Laptop

Procedure:

1. Download vRoot tool from above link
2. Turn on your Intex Cloud Z6 device if Turn off device
3. Attach usb cable in to Computer or Laptop
4. Insert USB cable in to Intex Cloud Z6 Device
5. Open vRoot tool and wait until vRoot update done
6. Click on Root Button
7. You are done

Note : Must Enable USB Debugging

Rabu, 15 April 2015

Android Tablet Touch solution free download here

Android Tablet Touch solution free download here

Android Tablet Touch Screenshot:

This android tool not tested by me but testing very one who working in software related in technician field if this working so most useful for everyone some issue full flash tablet but touch not working so check this tool and give me result in below comment box so i share more in other forum. This tool work from adb driver so remember everyone if you want to use this tool so must install adb driver and also enable usb debugging without enable usb debugging you can't solve if this tool working very well so remember everyone.
Android Tablet Touch solution tool download here

Required:

1. Android Tablet (touch not working)
2. Micro usb cable
3. Computer or Laptop
4. Enable usb debugging (MUST)

Procedure:

1. Root your tablet
2. Must Enable usb debugging
3. Connect android tablet to Computer or Laptop
4. Click one by one touch button
5. You are done

Selasa, 17 Maret 2015

Samsung Android Pattern, Password, Pin reset tool without any root free download

Samsung Android Pattern, Password, Pin reset tool without any root free download

Samsung Android Pattern, Password, Pin reset tool Screenshot:

This tool made by Dawood1208 he is developer and he has many tool made for android phone and all are tool working very well now discuss for this tool this tool support to Samsung Android tool for pattern unlock, password reset, pin reset with all without user data loss it's free for everyone who working in mobile software related and this is free no need to any box for run this tool now let's go some information for this tool.
Download Unltimate Samsung Pattern Unlock Tool here

Required for run this tool:

1. Internet Connection

Support Version:

Android 2.x.x (Tested some Models)
Android 4.x.x (Tested Some Models)

Credit to Mr : Dawood1208

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Best WordPress Web Hosting