[TOOL][AFM][7 Nov] ADB & Fastboot Manager | v0.2 | Simple & Easy - Android Software 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"
}
This is a simple C++ writen programm which allowes you to use the most important ADB & Fastboot commands. It's easy to use and compatible for every Android Device. I am NOT responsible for any damage to your device. This is still in alpha stage - there are only a few Features included. But more about that later...​
Click to expand...
Click to collapse
So you will be asking whats different to many great other tools out there which have features like that ? Well i have never seen a tool which implements the most important ADB & Fastboot commands for the daily use. You will never have to search for commands. In addition you dont have to type much because the most features allow drag & drop.​
Click to expand...
Click to collapse
Features:
Install an applikation:
Just drag and drop the app you like and it will be installed instantly to your device
Deinstall an applikation:
Enter the Package name of the app and it will be deinstalled instantly
Pull an applikation from your device:
Just enter the Path of your file and you will have it saved in the tools folder
ADB Logcat:
With one click you can logcat your device and save the log.txt in the tools folder
Reboot your device:
Simply reboots your phone
Reboot to bootloader:
Simply reboots your phone into bootloader
Reboot to recovery:
Simply reboots your phone into recovery
Flash boot.img via fastboot:
Just place the boot.img in tools folder and it will be flashed instantly
ADB Shell:
Opens the Android Terminal - you can close it with just typing "exit"
CID Getter:
With CID Getter you will get shown your CID Number quickly
Erase Cache:
This will simply erase your cache via fastboot
Click to expand...
Click to collapse
Click to expand...
Click to collapse
How-To:
-Download the AFManager.zip below
-Unpack it somewhere you like
-Make sure you have the tools folder and the .exe in the same directory
-Start the AFManager.exe and follow the intruductions
-Your Device have to be rooted and make sure you have USB-Drivers installed for your device
-Your Phone have to be turned on and usb-debugging have to be enabled
Click to expand...
Click to collapse
Click to expand...
Click to collapse
More to follow:
-ADB Push
-Installing bootanimation
-Displaying Phone info
-Implement APKManager
-Saving Screenshots
-just to tell some...
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Changelog:
Code:
[B]Changelog 0.2:[/B]
-Added displaying the Device Model in main menu
-Added CID Getter
-Added Erasing cache
-Added function to reboot your phone after doing something in fastboot
-Added XDA-Thread in About
-Some Clearing up and code fixes
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Last Notes:
-If you have any suggestion how you would make it better or which features i could include let me know.
-And always remember this is a alpha build so please report back what works and what not
Click to expand...
Click to collapse
Click to expand...
Click to collapse

placeholder...

nice one mate, useful for n00bies and not only:good:

New version is online with some new cool features.
I didn't tought that there is such a lack of interest, but anyway i will keep updating this

New Features
New Features for the next update will be:
-Adb push
-Batch installing of apps
-Batch pushing files
-Batch pulling files
-Some more Device infos
-Displaying SDcard folder
Should be online by tomorrow :fingers-crossed:

zFr3eak said:
New Features for the next update will be:
-Adb push
-Batch installing of apps
-Batch pushing files
-Batch pulling files
-Some more Device infos
-Displaying SDcard folder
Should be online by tomorrow :fingers-crossed:
Click to expand...
Click to collapse
Nice!
Inviato dal mio HTC Sensation Z710e con Tapatalk 2

Related

[FONT] Ubuntu Font for Android (Update.zip)

After lots of blood, sweat, and tears, I present to you...
The OMGThisIsSoFuckingAwesome Ubuntu font, on your phone! :O
I did not make this font, it's just ripped from Ubuntu (Linux Distro)
Gimme Screenies!
{
"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"
}
Gimme Downloads!
Download (New version with updater-script by david1171, thanks!)
Note: As I have a bit of a reputation for making dodgy update-scripts, this has been tested on a Hero and two Desires, it should work for all phones.
Thanks! it works with font changer!
flashed and it works fine in my Desire!
really nice to see!!
thanks
Does this work on SenseHD from Desire HD?
Sent from my HTC Desire HDified.
Skimi said:
Does this work on SenseHD from Desire HD?
Sent from my HTC Desire HDified.
Click to expand...
Click to collapse
Any Android phone will work.
Nice job on the update.zip
A lot of people will be happy!
I personally like the Ubuntu font, but I'm stuck on NeutraFace ATM.
Thanks, will give it a go. Is there a .zip we can flash to take us back to stock if necessary?
nice looking, however, seems not to be a complete set? Got empty boxes in Genie Widgets... - ca someone help?
what is the standard sense font? I do not have it anymore =(
Font not fully change in MIUI ROMs.. i can just see the font changes at clock at lock screen and password field... anybody can help?
thank
Working perfectly on OpenDesire 4 Thanks!
flashed and confirmed working on mij leedroid 2.2b desire.
awesome!
terminal emulator app don't works fine when i install the fonts
the cursor are showed not text aligned
bartito said:
terminal emulator app don't works fine when i install the fonts
the cursos are showed not text aligned
Click to expand...
Click to collapse
Try pushing the fonts via ADB.
Assuming you have the Android SDK all ready @ C:\Android and USB debugging enabled:
(My fonts are named UbuntuRegular and UbuntuBold. Names can obviously differ).
- All you need to do is extract the fonts to C:\Android\tools
- Open Command Prompt (cmd) and type "adb devices" (See your device?)
- Type "adb push UbuntuRegular.ttf system/fonts/DroidSans.ttf [ENTER]
- Type "adb push UbuntuBold.ttf system/fonts/DroidSansBold.ttf [ENTER]
- Type "adb reboot" [ENTER]
ALWAYS WITHOUT ""
zHk3R said:
Try pushing the fonts via ADB.
Assuming you have the Android SDK all ready @ C:\Android and USB debugging enabled:
(My fonts are named UbuntuRegular and UbuntuBold. Names can obviously differ).
- All you need to do is extract the fonts to C:\Android\tools
- Open Command Prompt (cmd) and type "adb devices" (See your device?)
- Type "adb push UbuntuRegular.ttf system/fonts/DroidSans.ttf [ENTER]
- Type "adb push UbuntuBold.ttf system/fonts/DroidSansBold.ttf [ENTER]
- Type "adb reboot" [ENTER]
ALWAYS WITHOUT ""
Click to expand...
Click to collapse
same result....
Works on the RCMixHD ROM, although it does cut the bottom off the temperature on the clock widget...anyone got a ZIP to revert back to stock?
Yeah, how to get the stock font back?
/CK
Good job; I'll try this.
Café King said:
Yeah, how to get the stock font back?
/CK
Click to expand...
Click to collapse
I've got a ZIP that'll upload later on when home from work
bartito said:
same result....
Click to expand...
Click to collapse
Uhm. How's that possible? :S
Boot your phone into Recovery - Mount /system and try again.
It's bound to work if you've got the SDK set up all OK.
zHk3R said:
Uhm. How's that possible? :S
Boot your phone into Recovery - Mount /system and try again.
It's bound to work if you've got the SDK set up all OK.
Click to expand...
Click to collapse
the fonts installation works fine (with adb), but the Terminal Emulator shows bad (see my previous post).
i have tried with connectbot also, with same result

[APPLICATION] - Android Package Installer v1.3 - User Friendly ADB - [10/03/2011]

Hello XDA,
I have created a simple GUI frontend to ADB which will perform a number of useful ADB functions including a batch APK installer, object pusher and more...
INSTALLATION INSTRUCTIONS:
1. Extract Archive 'AndroidPackageInstaller.zip'
2. Navigate to extracted directory and Launch 'Android Application Installer.exe'
3. Use any of the required options within the menu's...
Click to expand...
Click to collapse
Download: Click Here - V1.3
Click to expand...
Click to collapse
NEW VIDEO:
Click to expand...
Click to collapse
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"
}
Click to expand...
Click to collapse
CHANGELOG:
10/03/2011 V1.3 Release
*NEW* Object Pusher - (SYSTEM FILES ONLY) - If the directory you wish to push too does not exist simply create the folder with the file enclosed.
*NEW* Drop Into Shell Added
*NEW* Perform logcat Added
*NEW* Restart Services Added (Troubleshooting purposes, will be advanced in future releases)
04/03/2011 Release
*NEW* Redesigned WPF Windows
*NEW* Backup APK(s)
*NEW* 1-Click Include Backup APK(s) for quick reinstallation
*NEW* ADB Driver Installer (Need Confirmation)
*NEW* Folder Structure for future additions
Code further cleaned
02/03/2011 Release
*NEW* APK checker to close Script gracefully on undetectable APK(s)
*NEW* GUI Notification Screens (WPF)
Cleaned Code
Faster
Now 100% Automated (No User Input Required)
Executable no longer minimizes all open windows
Corrected minor console output errors
26/02/2011
Initial Release...
Click to expand...
Click to collapse
Best Regards,
ST1Cl<^^aN
Reserved...
Reserved again...
nice
thanks stickman
Thankyou tnpapadakos for your appreciation
Best Regards,
ST1Cl<^^aN
Nice, but it would be good if it is an app in android like file explorer. you just tick which apk you want to install and at 1 button, it will install all for you
nice app will install it once i get more time!
Is it in any way better than Droid Explorer's batch installer?
Is it possible to transform this into a installation method like the one provided by Cabviaactivesync for winmobile??
With the device connectd to the pc, with just two clicks, a right click over an .apk file and then choosing the installation option, could be great to install easily an apk
If you don't know cabviaactivesync, just go here to see what I'm talking about...
http://www.modaco.com/content/windo.../cabviaactivesync-free-edition-now-available/
Thanks for your app.
Does it rebuild the link with the market per single apk it installs ?
Thx man! great job!
gonna win time with it!!!!
Very nice! Thanks!!!
peja_ said:
Is it in any way better than Droid Explorer's batch installer?
Click to expand...
Click to collapse
droid explorer is an app on the device itself
this is a PC based tool which very quickly installs many apps when the device is plugged into the PC via adb
two different things
Works perfect in my legend
thanks for for work man
Looks like a very useful tool! Can't wait to try it! Thanks Stickman!!
ronlkh said:
Nice, but it would be good if it is an app in android like file explorer. you just tick which apk you want to install and at 1 button, it will install all for you
Click to expand...
Click to collapse
Take a look at AppAdmin
Can this be used to install "sideload" or non-market apps on an att phone with that feature disable? Like 'side load wonder machine', but with a batch option? If so.. Nice! Will make transferring apps from the Cap to the Atrix very simple later this week!
tnpapadakos said:
droid explorer is an app on the device itself
this is a PC based tool which very quickly installs many apps when the device is plugged into the PC via adb
two different things
Click to expand...
Click to collapse
http://de.codeplex.com/
its 'a pc based tool' and has a batch installer among other things
Very cool, many thanks
Wow ..thanx man.
Sent from my LG-P500 using XDA Premium App
peja_ said:
http://de.codeplex.com/
its 'a pc based tool' and has a batch installer among other things
Click to expand...
Click to collapse
i stand corrected

[TOOL] Zipster Tool - Extract, Compress and sign.

{
"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've made a batch command program to Archive and Extract files to zips. Why would you use this? Well, back at the time where I was porting backwards and forwards, I worked in a certain folder, then I just have to click on my batch command and it automatically get's zipped.
How does it work:
Extracting: Place your zip in /EXTRACT/INPUT and your file will be extracted to /EXTRACT/OUT
Compressing: Place your zip in /COMPRESS/INPUT and your file will be compressed in the folder /COMPRESS/OUT
Signing: After you Compressed your files, you just select sign and it will be named " updated-signed "
Note:- At the moment the tool and it's folders need to be ran from the desktop!
Ui:
It's a very basic command prompt.
What I'm working on:
I am going to add the following features:
The ability to Root and Unroot Ace
The ability to Odex and Deodex Ace
The ability to Add scripts to Ace.
The ability to be ran from anywhere not just the Desktop.
Installer and windows Ui.
ADB Tools
Sign Apk's
This shall later on be renamed to something like : The Ace All-In-One tool.
------------------------------------------------------------------------------------------------
Translations:
Porteguese:
Translated and modded by Danilo_Pascal
Download Zipster Porteguese
------------------------------------------------------------------------------------------------
Have fun!
Thanks to my dad for helping me with Windows Scripting and Programming, lolz.
Changelog:
27/03/13
Initial release.
28/03/13:
Added capability to sign zip files.
Changed name to: Zipster Tool
Can i use this with wine in linux ?
Mm7 said:
Can i use this with wine in linux ?
Click to expand...
Click to collapse
Yes.
useful for porting roms..nice idea..thanks and subscribed
The Alchemist said:
useful for porting roms..nice idea..thanks and subscribed
Click to expand...
Click to collapse
Thanks!
Updated the thread, renamed and added the ability to sign. I am thinking of making a Galaxy Ace only tool that can Root and everything in one, and perhaps a universal one like this one is at the moment.
PulseDroid said:
Thanks!
Updated the thread, renamed and added the ability to sign. I am thinking of making a Galaxy Ace only tool that can Root and everything in one, and perhaps a universal one like this one is at the moment.
Click to expand...
Click to collapse
Something like nexus phones have?
root toolkit
Sent from Ace on JB (4.2.2)
n0p3zz said:
Something like nexus phones have?
root toolkit
Sent from Ace on JB (4.2.2)
Click to expand...
Click to collapse
Yep.
Hey PD.. I cant sign my update.zip
when I try to sign the update.zip it show the line like this >> 'java' is not recognized as an internal or external command, operable program or batch file.
look at the attachment. can you help me with this, please :angel:
isafarady said:
Hey PD.. I cant sign my update.zip
when I try to sign the update.zip it show the line like this >> 'java' is not recognized as an internal or external command, operable program or batch file.
look at the attachment. can you help me with this, please :angel:
Click to expand...
Click to collapse
Need to download the Java Development package (JRE)
Translation added.
delete, Problem solved

[TOOL - ADB&Fastboot] OneClick Tool - Universal Tool for 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 all! I want to introduce the first tool developed with Shadow, for the management of any Android phone using ADB and Fastboot.
This idea came to follow some tutorial here, on XDA, and elsewhere on the Web. We are quite satisfied with this first public version, the functions are not many, but are intended to grow, even with your help and suggestions (of course) and in the future will also an easy graphical interface, The tool is still in a very basic stage, but over time will certainly become richer.
Android ADB & Fastboot OneClick Tool allows you to access quickly and easily to some features of ADB and Fastboot, without having the Android SDK installed and without any particular knowledge. You can reboot your device in recovery, start the ADB Shell, generate logcat, ROM flash components and much more!
Click to expand...
Click to collapse
Functions:
ADB
-Connection control device
-Control serial device
-Checking the device status
-Reboot Device
-Restart in Recovery
-ADB-Shell
-ADB Shell (root)
-Generate logcat
-Backup system / app
-Backup EFS (Samsung)
-Install Applications
Fastboot
-Restart Fastboot
-Flash Boot
-Flash System
-Flash Flex
-Flash Recovery
-Clean Boot
-Clean System
-Clear-Flex
-Delete Recovery
-Clear cache
-Delete user data
-Reboot Device​
How to:
Simply just connect your phone to your PC, start the tool and enter the number of 'option that you want to use. End.
Compatibility:
Work with both Windows 32&4 bit
Language:
-Italiano
-English
Download:
OneClick Tool - Official Site
In next version:
-Root
-Root checker
-Bootanimation changer
-Unlock bootloader for Nexus device
Other(?)
Hi,
It's give me this message:
This version of the file is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or an x64 (64-bit) version of the program
I have Windows 7 Ultimate SP1 32 bit
Thank you, It sounds good.
Just asking, does this application unlock bootloader and root device?
Sent from my Galaxy Wonder running CM10.1
LoRd4LoL said:
Hi,
It's give me this message:
This version of the file is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or an x64 (64-bit) version of the program
I have Windows 7 Ultimate SP1 32 bit
Thank you, It sounds good.
Click to expand...
Click to collapse
Yay, we are checking this error and we can fix it fast, sorry for the incovenience.
iDelta said:
Just asking, does this application unlock bootloader and root device?
Sent from my Galaxy Wonder running CM10.1
Click to expand...
Click to collapse
At this time no, but in future (next version) yes for Nexus. For other device will come. This is a first release, we need people to try it and feedback for improve this work
Stinocon said:
Yay, we are checking this error and we can fix it fast, sorry for the incovenience.
At this time no, but in future (next version) yes for Nexus. For other device will come. This is a first release, we need people to try it and feedback for improve this work
Click to expand...
Click to collapse
Oh, then I guess Atrix support will take ages...
Sent from my GT-I8150 using xda app-developers app
iDelta said:
Oh, then I guess Atrix support will take ages...
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
What version of Android is your Atrix?
N.B. Reuploaded new version: full english support and it work with Windws 32&64Bit
Stinocon said:
What version of Android is your Atrix?
N.B. Reuploaded new version: full english support and it work with Windws 32&64Bit
Click to expand...
Click to collapse
2.3.4 but its firmware is 4.5.141...
Sent from my 4.1 running Galaxy W.

[TOOL] PoshADB - PowerShell ADB & Fastboot GUI Tool for Windows!

I have been diving further and further into PowerShell, so I challenged myself to create an Android Developers Bridge (ADB) and Fastboot Tool built on PowerShell.
{
"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"
}
It's simple, but easy to use. Simply extract and run the PoshADB.exe (right click - Run as Administrator if UAC is enabled)
Requires: PowerShell (included with Windows 7 and newer)
Code:
[B]Current Features:
[I]ADB[/I]
[/B]Push/Pull from Device
Install APK
Reboot / Bootloader / Recovery
[B][I]Fastboot[/I][/B]
Flash update, boot or recovery images
Unlock/Lock Bootloader
Reboot / Reboot Bootloader
Code:
[B]Changelog:[/B]
7/17/2013 - Added WiFi ADB
4/25/2013 - Added source code to the ZIP file under _source directory
4/24/2013 - Added Fastboot!!!
4/24/2013 - Initial Release
DOWNLOAD HERE
Let me know what you think, or if you have any issues.
Download and try!!!
Working great for me Win7 and Win8. (note on Win8 you need to install .Net 3.5)
Awesome tool is awesome!!!!
REQUEST: Merge fastboot into this as well and most of my typing would be gone!!!
slimdizzy said:
Working great for me Win7 and Win8. (note on Win8 you need to install .Net 3.5)
Awesome tool is awesome!!!!
REQUEST: Merge fastboot into this as well and most of my typing would be gone!!!
Click to expand...
Click to collapse
Will do! That was part of my future plans
J33per said:
Will do! That was part of my future plans
Click to expand...
Click to collapse
Added Fastboot abilities! Let me know if there are any other features/commands you would like to see!
Minor "update" (if you can consider it that). I have added the source code to the Zip file under the _source directory in case anyone wants to play around with the "guts". Feel free to modify it as you see fit, just remember to give credit if you distribute it
J33per said:
Added Fastboot abilities! Let me know if there are any other features/commands you would like to see!
Click to expand...
Click to collapse
I will update my install today and let you know how the app works for me.
Sent from my Nexus 7 using XDA Premium HD app
Bump!
some suggestions
hey i like your app some things i would like added are:
1. i use adb over wifi can you please add an option to run "adb connect x.x.x.x" at the start.
2. with both push and pull the source/destination being able to select a folder from the computer as adb supports whole folder push/pull of contents.
3. some way to ls the directory tree of the android device.
nonato said:
hey i like your app some things i would like added are:
1. i use adb over wifi can you please add an option to run "adb connect x.x.x.x" at the start.
2. with both push and pull the source/destination being able to select a folder from the computer as adb supports whole folder push/pull of contents.
3. some way to ls the directory tree of the android device.
Click to expand...
Click to collapse
Thanks for the suggestions! I have added ADB WiFi (please test it) and also, if you select a file inside a directory, then edit the path, removing the file, it will push the directory.
Enjoy!
TechJeeper
I get a sig verify error when trying to flash boot
---------- Post added at 11:00 PM ---------- Previous post was at 10:35 PM ----------
also i noticed under ADB there are no devices shown.....there are under fastboot though?
saeker said:
also i noticed under ADB there are no devices shown.....there are under fastboot though?
Click to expand...
Click to collapse
Then that means your in your bootloader - where there is only Fastboot....
The download link on first post is still active
My Norton 2014 says its suspicious,
Mods certainly need to check this upload for threats.
ghpk said:
My Norton 2014 says its suspicious,
Mods certainly need to check this upload for threats.
Click to expand...
Click to collapse
it's just a false positive detection..
Can't flash system.
How to use it!
Can you please illustrate the steps.
POSHADB not responding
J33per said:
I have been diving further and further into PowerShell, so I challenged myself to create an Android Developers Bridge (ADB) and Fastboot Tool built on PowerShell.
It's simple, but easy to use. Simply extract and run the PoshADB.exe (right click - Run as Administrator if UAC is enabled)
Requires: PowerShell (included with Windows 7 and newer)
Code:
[B]Current Features:
[I]ADB[/I]
[/B]Push/Pull from Device
Install APK
Reboot / Bootloader / Recovery
[B][I]Fastboot[/I][/B]
Flash update, boot or recovery images
Unlock/Lock Bootloader
Reboot / Reboot Bootloader
Code:
[B]Changelog:[/B]
7/17/2013 - Added WiFi ADB
4/25/2013 - Added source code to the ZIP file under _source directory
4/24/2013 - Added Fastboot!!!
4/24/2013 - Initial Release
DOWNLOAD HERE
Let me know what you think, or if you have any issues.
Click to expand...
Click to collapse
POSHADB not responding
good tool
della96 said:
Download and try!!!
Click to expand...
Click to collapse
Hi thanks but the link is not working for me ?
Parrynormal said:
Hi thanks but the link is not working for me ?
Click to expand...
Click to collapse
It works with a download manager like 1DM, tested personally

Categories

Resources