[TOOL][WINDOWS] 15 Seconds ADB Installer Reborn V2.0 - ADB/Fastboot, and Drivers. - Android Software/Hacking General [Developers Only]

15 Seconds ADB Installer Reborn V2.0
{
"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"
}
Introduction:
We can all agree with the fact that the Android Debug Bridge (ADB) is one of the most important tools when it comes to developing for android, uninstalling bloatware, flashing recoveries, flashing custom roms, and changing the way our Android devices work entirely. However, if you want ADB you have to download the entire SDK just to use a few files. Well this tool solves this issue. Entirely based on and inspired by Snoop05's 15 Seconds ADB Installer, this tool includes a few features he was planning on adding but never got around to adding. This is the 15 Seconds ADB Installer Reborn!
Features:
Built-in Updater - A powerful and stable built-in updater insures you with the latest updates for ADB/Fastboot, the installer itself, and Google Drivers.
Compact and Light - Coming in at only 10MB the installer is light, portable, reliable, and powerful!
Unique UI - Instead of being text based the UI is interactive via buttons.
Safe and Reliable - Programmed in pure batch, and being open source you can view the code at anytime!
Downloads:
Version 1.0 - Download - Mirror #1 - Mirror #2
Version 2.0 - Download - Mirror #1 - Mirror #2
Installation instructions:
To install download the latest version from the links below and launch it (You will need Administrative rights to install). From here all you have to do is follow the instructions given by the installer to install ADB/Fastboot, and Google Drivers.
Changelog:
Version 2.0
Merged updater with main script.
Improved updates UI.
Improved update speed.
Improved main menu UI.
Added the option to skip installing ADB if you want to install drivers only.
Added toast notifications to update UI.
Fixed bug that caused installing adb to hang.
Added an "About" page.
Fixed an issue where the XDA Forum button was redirecting to the wrong forum.

Reserved.
reserved for future edit.

Thanks a lot!

Sander9847 said:
Thanks a lot!
Click to expand...
Click to collapse
No problem! Hope you enjoy the new tool! Have a fantastic day friend!

So a while back I installed minimal adb, worked great for about 10 min because the program I was using at the time wouldn't work with that adb library. So began a journey of getting different versions of adb and in doing so my %PATH% was starting to get a little embarrassing. So one day I decided to clean it up by misclicking and deleting the entire entry... Since that day I was unable to get ADB/Fastboot working 100%. It worked but would just give errors all over saying stupid things like ADB not found and such even though all the commands worked. I tried multiple installers, cleaners and spend hours adding entries to my user and system environment settings... I just happened to see this today and figured what the heck, it can't get much worse so ill try it... seconds later I can now use ADB without having to write extra command line crap to ignore/silence errors. The funny part though is everything this does I had done manually but somehow it worked with this....
Thanks I appreciate it

Great tool and packaging.
Actually very clever usage of batch features, I didn't know buttons could be emulated in that way.
Is this installer available also on github?

Mr.Gamer said:
Great tool and packaging.
Actually very clever usage of batch features, I didn't know buttons could be emulated in that way.
Is this installer available also on github?
Click to expand...
Click to collapse
Thanks! The button aspect actually isn't a native batch feature, the buttons are injected into cmd through the use of C# and a few hybrid batch files.
Unfortunately, the installer isn't available on Github... but I can add it if you'd like.

Koncrete said:
So a while back I installed minimal adb, worked great for about 10 min because the program I was using at the time wouldn't work with that adb library. So began a journey of getting different versions of adb and in doing so my %PATH% was starting to get a little embarrassing. So one day I decided to clean it up by misclicking and deleting the entire entry... Since that day I was unable to get ADB/Fastboot working 100%. It worked but would just give errors all over saying stupid things like ADB not found and such even though all the commands worked. I tried multiple installers, cleaners and spend hours adding entries to my user and system environment settings... I just happened to see this today and figured what the heck, it can't get much worse so ill try it... seconds later I can now use ADB without having to write extra command line crap to ignore/silence errors. The funny part though is everything this does I had done manually but somehow it worked with this....
Thanks, I appreciate it
Click to expand...
Click to collapse
Dang, sounds like one heck of a journey! If that happened to me I don't know what I would of done! It would have driven me up the wall!
Anyways, I'm so glad I was able to help you out and bring some sanity back!

Mac version?

doesnt this tool supposed to download latest adb drivers ?

Datastream33 said:
Thanks! The button aspect actually isn't a native batch feature, the buttons are injected into cmd through the use of C# and a few hybrid batch files.
Unfortunately, the installer isn't available on Github... but I can add it if you'd like.
Click to expand...
Click to collapse
yes, please do! thank you!

Er. Aditya said:
doesnt this tool supposed to download latest adb drivers ?
Click to expand...
Click to collapse
it's supposed too, but I'm not sure if it does. So I made an updated version (current as of 9/244

codenation said:
it's supposed too, but I'm not sure if it does. So I made an updated version (current as of 9/244
Click to expand...
Click to collapse
where is the source for this 2.1 bro ?

Er. Aditya said:
where is the source for this 2.1 bro ?
Click to expand...
Click to collapse
I just took the 2.0 installer, and updated it with the latest drivers/adb/fastboot and repackaged it, and added 2.1 to keep track of changes.

codenation said:
I just took the 2.0 installer, and updated it with the latest drivers/adb/fastboot and repackaged it, and added 2.1 to keep track of changes.
Click to expand...
Click to collapse
ohhh understood , still would have been good if this app auto updated drives on installation

Er. Aditya said:
ohhh understood , still would have been good if this app auto updated drives on installation
Click to expand...
Click to collapse
agreed, but that may be hard, because Google doesn't give direct links, you have to accept ToS before downloading. So manually is the next best option.

codenation said:
agreed, but that may be hard, because Google doesn't give direct links, you have to accept ToS before downloading. So manually is the next best option.
Click to expand...
Click to collapse
There was a script that surely does that but i lost it while pc format

Er. Aditya said:
There was a script that surely does that but i lost it while pc format
Click to expand...
Click to collapse
Well the installer is a script basically, it pulls files from gdrives but I don't think those are current. I'm sure there is a way to download the latest from google direcly and install it, but my scripting skills haven't reached that stage as yet.

codenation said:
Well the installer is a script basically, it pulls files from gdrives but I don't think those are current. I'm sure there is a way to download the latest from google direcly and install it, but my scripting skills haven't reached that stage as yet.
Click to expand...
Click to collapse
I am sure you will do it someday bro , till then il just use ur updated version , once u do please make a thread and point ne to it

May I know how to uninstall?
Thank you.

Related

[10 OCT 2011][IceCreamSandwich MARKET][SCRIPT]MarketUpdater for all Android Devices!!

MarketUpdater​
by ScumpinatoS​
Screen​
{
"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 it?​This script allows you to install the Latest version of android market even if you don't live in the U.S.A!
Requirements​
- Windows 98 or above
- An Android Device
- Admin rights (Vista/7)
- USB DEBUG ON
How to use?​
1. Download the Link at the end of the post
2. Double click on MarketUpdater.exe
3. Now the script is running
4. Choose the option that you want and the script will do everything
In the guided mode the script guides you trough the script telling you something about the command and how to use them It's good if you want to know how the script work or if you want to learn something about adb scripting
Now the download link:
MarketUpdater.exe
Changelog:
v3.2.0
1. New Ice Cream Sandwich Market (v3.2.0)
2. New style (black-cyano)
v3.1.5
1. New market (v3.1.5)
2. New style (black-red)
v3.1.3b1
1. Totally new script!
2. Added a restore mode in the specific mode
3. Now the script will work on every android device, rooted, not rooted, samsung, htc, lg and so on...I am 101% sure or that
4. Small BUG fixes
5. Change of the style XD
v3.1.3
1. Totally new script
2. 3 method
3. Market updated to v3.1.3
4. More Stylish
v1.1:
1. Updated the Market from 3.0.26 to 3.0.27.
2. The script doesn't need the reboot anymore!!
3. Now the Market is installed in /data instead of /system
Enjoy and leave a feedback
Who wants the source code, ask to me in PM
IF YOU LIKE MY WORK, PLEASE THANK ME AND CONSIDER DONATE TO ME, EVEN 1$ IS GOOD, I'M JUST A STUDENT
Thanks This seems to work like it is supposed to
I'm making a new script, because this isn't working for everybody!
Just Stay tuned
The fix will be posted tomorrow because i've bricked my ideos XD
its working on u8150 great job!!!
You're welcome ulissescg
If you want, thank me clicking on the Thanks button under my first post, thank you!
Anyway...I cannot do further tests because my smartphone is blocked (Ideos U8150) on the Stock Vodafone ROM and the bootloader does not work, so if the script doesn't work for you, follow these steps:
- Extract the .exe file (You need WinRar I think)
- Take the .apk files
- Send it to the phone
- Install it manually from the phone
This should work
Script updated!
Now it will works on all Android Devices!!
If you find any BUG please report it here, so I can fix it
*bump*
Any bug?
Can't wait to try it. What exactly does this script? I mean how it is working
Sent from my GT-I9100 using XDA Premium App
It works like that:
-It makes the BackupMarket folder in C:\
-It copies the com.android.vending-1.apk (which is in /data/app/ and this file could not exist!) in the phone to the C:\BackupMarket folder
-It copies the file Vending.apk (whic is in /system/app/ this file exist in every devices) from the device to C:\BackupMarket
-It copies the com.android.vending-1.apk (whic is included in the script) to the /data/app/ directory into the device
-It copies the file Vending.apk (whis is included in the script) to the /system/app/ directory in the device
-The script will reboot the phone.
This is how it works, if you wants the source-code, don't hesitate to contact me in PM or at [email protected]
Thanks for the explanation, tried it and works great. Thanks for this script mate.
Sent from my GT-I9100 using XDA Premium App
This fix the movie root problem thank's in advance.
Sent from my HTC Desire HD using XDA Premium App
*bump*
Have you find a bug in the script? If Yes, please tell me so I can fix it
BTW the script was downloaded a 191 times until now Thanks people!!
No joy...
ScumpinatoS said:
*bump*
Have you find a bug in the script? If Yes, please tell me so I can fix it
BTW the script was downloaded a 191 times until now Thanks people!!
Click to expand...
Click to collapse
Doesn't work for me - creates the directory and then sits there, doing nothing. No files copied. Debug is on, USB Storage off (also tried with it on). Unarchived and ran ADB in archive with "devices" - nothing shows as connected so that's probably why.
Will try again at home where I did the original root - maybe ADB is not working here. Will update later.
Droid incredible, CM7.10 RC1 w/std kernel, Clockwork 3.0.0.8 w/ S-OFF
Hi,
it isn't working for me either. tried everything i can think off.
any help
thanks scott
rpitera said:
Doesn't work for me - creates the directory and then sits there, doing nothing. No files copied. Debug is on, USB Storage off (also tried with it on). Unarchived and ran ADB in archive with "devices" - nothing shows as connected so that's probably why.
Will try again at home where I did the original root - maybe ADB is not working here. Will update later.
Droid incredible, CM7.10 RC1 w/std kernel, Clockwork 3.0.0.8 w/ S-OFF
Click to expand...
Click to collapse
You have no ADB Drivers in your PC. I'm 100% sure of that, and now I will explain to you why is that:
The script controls that your phone is connected to the PC and that is correctly running with ADB. If the phone isn't working fine with ADB the script will NOT run until the phone is correctly running with ADB.
In english, that means that your ADB Drivers aren't installed properly
Let me know if the script works on your main PC
scalda said:
Hi,
it isn't working for me either. tried everything i can think off.
any help
thanks scott
Click to expand...
Click to collapse
Can You explain a little bit more your problem? Thank you
PS: I'm sorry for my bad english, but I study English only at school, other than watch series in English with English subtitles
I've got this message (got it and another one first time, but hadn't the reflex to do a screen ...).
Running rooted HTC Desire with Oxygen ROM.
Version of Market installed shows 2.3.4 in the app list and when I run the app, it still is the old version.
That isn't normal...try to re-download the script...are you using Windows?
Success
You have no ADB Drivers in your PC. I'm 100% sure of that, and now I will explain to you why is that:
Click to expand...
Click to collapse
Yes, and I figured that out after awhile and tried to install them but was unsuccessful. I tried it again on the home PC (Vista64) where I had previously installed the SDK and it appeared to start but not finish - after showing the transfer statistics, it basically just stopped.
I did see activity on the phone, but not a full reboot. When I looked at the market however, it had definitetly updated it and it was working great. With the script still active and the phone connected, I did a manual reboot. At that point the script declared the update a success.
So guess the only thing it missed was doing a full cold reboot.
The new market looks and works great - thanks so much for putting this together for noob hackers like myself. In addition to making it easy, looking at the syntax of the script taught me a few things. Cheers!
ScumpinatoS said:
That isn't normal...try to re-download the script...are you using Windows?
Click to expand...
Click to collapse
I did it ... twice.
Yes this is windows. Maybe something different about my ROM then?
Sent from my HTC Desire using XDA App

[TOOL]i9001 Quick Flasher v1.4 (25-05-2012)

i9001 Quick Flasher​
Version: 1.4 (Final)​
This tool allows you to flash kernels, recoveries, system.img.ext4 and other partitions while operating your phone. it works with ADB obviously. I've chosen to sent direct commands to adb (adb -d shell) instead of a batch script, I used batch scripts for the checks though. Because all ADB actions are hidden I created a log, which tells you what's is going on. Remember that this tool is not a toy to play around with, only use it when needed.
--- i9001 Quick Flasher 1.4 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"
}
--- CHANGELOG ---​
Changelog for version 1.4
Added check for i9001 USB Connections
Added check for root access
Updated the graphics in the log
Made app more dynamic
Slightly adjusted the instructions
Changelog for version 1.3
Added better root support (also working on stock kernel now)
Added a check for stock kernel / custom kernel. app adjusts it's behaviour to it
Changelog for version 1.2
Added progress bar
Integrated images into exe
Fixed incorrect persist partition number
Changelog for version 1.1
Added allot of compatibility checks
Coded function for flashing a custom partition
Resized the GUI a couple of times
Coded function for Instructions button
Coded function for About button
--- DOWNLOAD ---​
Download v1.4
http://www.mediafire.com/?xd6g8eu9241r12q
Download v1.3
http://www.mediafire.com/?hrftqd1yx7ol1zb
Download v1.2
http://www.mediafire.com/?ixe2c85q4hpb8q4
Download v1.1
http://www.mediafire.com/download.php?77rxxt3vgln1lbp
Another nice tool Brood! I personally wont use it but its an outcome for all the Rom users out here, keep up the good work!
THX for your work
broodplank1337 said:
i9001 Quick Flasher
Version: 1.0 (BETA RELEASE)
What's not working in the beta version yet:
- Option to flash custom partitions
- Instructions/About button
Click to expand...
Click to collapse
Hi Brood,
nice to see you developing noob-proved proggies to prevent a wrong handling. Do i have to start this little proggie within the adb-folder or is it enough to have a path as a system variable ?
THX in advance
Rhonin
Dutch.ly said:
Another nice tool Brood! I personally wont use it but its an outcome for all the Rom users out here, keep up the good work!
Click to expand...
Click to collapse
Thanks I think some people can use it good
Rhonin86 said:
Hi Brood,
nice to see you developing noob-proved proggies to prevent a wrong handling. Do i have to start this little proggie within the adb-folder or is it enough to have a path as a system variable ?
THX in advance
Rhonin
Click to expand...
Click to collapse
Just extract all and run it since ADB is included. No specific folder is required nor a system variable
This a great little tool, especially for the new comers here
nail16 said:
This a great little tool, especially for the new comers here
Click to expand...
Click to collapse
Yes that's what I was thinking to, Since it's so easy to make I can keep producing such tools , got a working beta from scratch in 2-3 hours. (allot of copycat business ^^)
Released v1.1, this version includes all functions
I tested Flashing a kernel, flashing recovery and flashing an empty 100mb cache.img.ext4, all working
Haven't tested flashing system.img.ext4 yet, but I think most people will use this tool for easy kernel/recovery switching, not for flashing whole roms
Enjoy
Lol dunno why but everything wat brood says gets like 3 thanks.. not fair ;p and in which situation this is useful? can't really imagine that
FlorisNL said:
Lol dunno why but everything wat brood says gets like 3 thanks.. not fair ;p and in which situation this is useful? can't really imagine that
Click to expand...
Click to collapse
It's handy in the situation when loads of people ask how to combine Feamod 1.4 with Cranium Kernel v6 for example. Also I prefer it's speed. it's faster then booting in recovery.
And I will continue creating such tools since they are so easy to make and they help people, so why not?
And I really got most "thanks" from broodROM it's not that everything I say deserves a thanks
FlorisNL said:
and in which situation this is useful? can't really imagine that
Click to expand...
Click to collapse
As a ROM developer you should realize it Imagine creating new /system partition and testing it? Changing kernels without fiddling with recovery? Fast wipe of /data? Etc.
wintel_mac said:
As a ROM developer you should realize it Imagine creating new /system partition and testing it? Changing kernels without fiddling with recovery? Fast wipe of /data? Etc.
Click to expand...
Click to collapse
Why are you always posting this kind of negative answers to me..... "as a rom developer you should know this" "as a rom developer you should realize it" im a bit done of it, try yourself man
sorry for off-topic. I won't use it myself because I dont really need it ;p
That was not meant to be offending... but right for ROM developers, like you, it might improve your workflow when developing and testing new ROMs as it makes recurring tasks easier to handle.
heheheheh
FlorisNL said:
Why are you always posting this kind of negative answers to me..... "as a rom developer you should know this" "as a rom developer you should realize it" im a bit done of it, try yourself man
sorry for off-topic. I won't use it myself because I dont really need it ;p
Click to expand...
Click to collapse
I think he doesn't actually mean that you should know it, such tools are just handy as a rom developer
wintel_mac said:
That was not meant to be offending... but right for ROM developers, like you, it might improve your workflow when developing and testing new ROMs as it makes recurring tasks easier to handle.
Click to expand...
Click to collapse
Idd. basically everything that uses adb and is fully/partially automated can save you time. So it can become handy for a ROM developer
Excuse me if i breaking rules Is this tool may help me with results of my incompetence? Probably i've destroyed or just wiped Recovery and download mode partitions, but i don't know how or when . More here: http://forum.xda-developers.com/showthread.php?t=1575680
BzArEx said:
Excuse me if i breaking rules Is this tool may help me with results of my incompetence? Probably i've destroyed or just wiped Recovery and download mode partitions, but i don't know how or when . More here: http://forum.xda-developers.com/showthread.php?t=1575680
Click to expand...
Click to collapse
Reflashing the recovery should be plenty. Just connect your phone in debugging mode to your pc, download Feamod 1.4 and extract the recovery.img from it, in the app choose "Flash a new recovery" and "Wipe before flashing", click "Browse..." to browse for the recovery.img file and click "Start Now". This should do the trick
broodplank1337 said:
Reflashing the recovery should be plenty. Just connect your phone in debugging mode to your pc, download Feamod 1.4 and extract the recovery.img from it, in the app choose "Flash a new recovery" and "Wipe before flashing", click "Browse..." to browse for the recovery.img file and click "Start Now". This should do the trick
Click to expand...
Click to collapse
Thank You Your tool is great and so easy for noobish user like me! Working great but instead of flash FeaMod I used rom original recovery.img.
BzArEx said:
Thank You Your tool is great and so easy for noobish user like me! Working great but instead of flash FeaMod I used rom original recovery.img.
Click to expand...
Click to collapse
Thanks The purpose of the tool is to be user friendly and easy (without loads of options), just what it needs to do, that's all
brood, or anyone.. can attach deodex version of memo.apk? i need it badly
broodplank1337 said:
Thanks The purpose of the tool is to be user friendly and easy (without loads of options), just what it needs to do, that's all
Click to expand...
Click to collapse
It's interesting. Recovery flash was temporary, 1 boot and all over again (wipe checked). But when i flash, asap enter download and flash via odin my original i9001XXKG3 recovery becomes stable and works properly every time, why? Maybe permissions were messed up or sth?

[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?

[STABLE] ADB and Fastboot Installer for Windows - Small size and extremely fast

The really small and blazing fast ADB and Fastboot installer for Windows
{
"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"
}
Apart from many other installers widely available on XDA, they all had two things missing; ability to fetch latest version automatically and be really small in size. Well, I have loads of free time so I started working on this small nifty installer for ADB and Fastboot for Windows. What sets it apart from the all other installers?
** FEATURES **
Installer entirely coded in C++ and uses default Win32 APIs
Compatible with all versions of Microsoft Windows later than Windows XP
Really small size (146 kB installer + 1 MB adb / fastboot zip)
Latest version of ADB downloaded automatically from Github Repository and installed system-wide
Seamless install of ADB/Fastboot drivers (Google only for now)
Fully Open Source
** REQUIREMENTS **
Microsoft Windows Vista or later
Active Internet connection
Administrative privileges
** DOWNLOADS **
installer-version-1.2-stable: https://github.com/hackslashX/ADB-F...ster/versions/adb_fastboot_installer-1.2s.exe (146 kB size; adb package will be downloaded separately)
** SOURCE CODE **
For all my Open Source software fans: https://github.com/hackslashX/ADB-Fastboot-Installer-for-Windows/tree/master/source
ADB version update 1.0.39-r3db08f2c6889-android has been successfully pushed to the GitHub repository. Simply rerun the installer to automatically download and install the latest version.
Great, thank you... you saved me
a noob question: where does it install adb ? i try the command "adb devices" in terminal but it says following
Code:
C:\Users\John>adb devices
'adb' is not recognized as an internal or external command,
operable program or batch file.
i also saw in C: drive but no folder like android or adb ?
i just want to access my adb shell for my nougat device on my pc win7.
thanks in advance
Mr.LOVER said:
a noob question: where does it install adb ? i try the command "adb devices" in terminal but it says following
i also saw in C: drive but no folder like android or adb ?
i just want to access my adb shell for my nougat device on my pc win7.
thanks in advance
Click to expand...
Click to collapse
It installs it to C:\Windows\adb.exe.
Did you run the installer as administrator and did the installation completed successfully. You also must be connected to internet during installation.
your installer is recognised as a trojan: https://www.virustotal.com/de/file/...45688791ea9abed7b75386e0/analysis/1505028376/
Cyagon said:
your installer is recognised as a trojan: https://www.virustotal.com/de/file/...45688791ea9abed7b75386e0/analysis/1505028376/
Click to expand...
Click to collapse
The installer is fully open source. You can check the source code and rest assured there is no Trojan. Even compile it for yourself
Bitdefendender removes what I assume to be the temporary download of an ADB file. Any way we can fix that?
Mattwmaster58 said:
Bitdefendender removes what I assume to be the temporary download of an ADB file. Any way we can fix that?
Click to expand...
Click to collapse
I'll test it on Bitdefender today to check if it is really the case. The only reason why antivirus detects it as a suspicious file is because it copies all files to Windows directory
hackslash said:
I'll test it on Bitdefender today to check if it is really the case. The only reason why antivirus detects it as a suspicious file is because it copies all files to Windows directory
Click to expand...
Click to collapse
Could you stick the files somewhere safe (but unsuspicious) then add that to PATH?
Mattwmaster58 said:
Could you stick the files somewhere safe (but unsuspicious) then add that to PATH?
Click to expand...
Click to collapse
Yep, can be easily done. I'll implement this functionality in the weekends.
Hi there, I just wanted to stop by and say thanks for developing this. All the other quick installers seem to be abandoned, and the newest versions of adb do actually make a difference. For example, it used to be that a pull would skip files with certain characters, and I believe they've ironed that out now. I am going to download this and give it a shot asap.
Thanks again.
hackslash said:
Yep, can be easily done. I'll implement this functionality in the weekends.
Click to expand...
Click to collapse
Any news about that?
Also, could you add in your installer adb/fastboot generic drivers?
Thanks in advance
provolinoo said:
Any news about that?
Also, could you add in your installer adb/fastboot generic drivers?
Thanks in advance
Click to expand...
Click to collapse
Maybe dev abandon?
codename:acero said:
Maybe dev abandon?
Click to expand...
Click to collapse
Not abandoned. I'll rewrite it within this week. Extremely sorry for the delay.
Thank you. Ill be waiting.
hackslash said:
Not abandoned. I'll rewrite it within this week. Extremely sorry for the delay.
Click to expand...
Click to collapse
No need to be sorry, it's something you do for free and we can't complain
Thanks a lot for your time and support
provolinoo said:
No need to be sorry, it's something you do for free and we can't complain
Thanks a lot for your time and support
Click to expand...
Click to collapse
I've already added support for installation on non Windows directory and updating the Path variable system-wide to allow using adb from any command prompt.
What's left now is to add support for downloading and installing drivers on the go. I already have silent packages for Huawei, Samsung and Google drivers. Will add the support for it too as soon as I get free this Friday after my exams.
New update 0.3-b
- Remove installation of adb directly to Windows directory.
- Installed now in C:\hcX-af directory with system-wide PATH variable automatically updated so that you can run adb from anywhere
- Updated adb and fastboot version
Download Link:https://github.com/hackslashX/ADB-F...ster/versions/adb_fastboot_installer-0.3b.exe
After installation if you're unable to use adb, please logoff or reboot your PC for changes to take affect.
Duplicate

[KFHD10] Any Demand for an AIO Root/Mod Tool?

Hello all! Apologies ahead of time if this post is in the wrong area or breaks any rules!
I currently have a short batch script that can offline root/unroot (including SuperSU install), install GAPPS, toggle Lockscreen ads, and perform many other tweaks in a few short motions. I've tested it on several HD 10 tablets that I own and it has made life easy. After doing a bit of searching I noticed that most of the root guides use Kingoroot (which does some shady operations) or are instructions that I've automated to increase speed and decrease typos / errors.
Would anyone be interested in a polished version of my KFHD10 Multitool? I will gladly release my tools if there is demand for them! I just wanted to ask before I spent the time making a nice interface and adding options to my existing script.
iamz3r0 said:
Hello all! Apologies ahead of time if this post is in the wrong area or breaks any rules!
I currently have a short batch script that can offline root/unroot (including SuperSU install), install GAPPS, toggle Lockscreen ads, and perform many other tweaks in a few short motions. I've tested it on several HD 10 tablets that I own and it has made life easy. After doing a bit of searching I noticed that most of the root guides use Kingoroot (which does some shady operations) or are instructions that I've automated to increase speed and decrease typos / errors.
Would anyone be interested in a polished version of my KFHD10 Multitool? I will gladly release my tools if there is demand for them! I just wanted to ask before I spent the time making a nice interface and adding options to my existing script.
Click to expand...
Click to collapse
I've been working on a similar zip. A tool would probably be easier. Has activating location services been a problem? I've found it to be less of an issue if flashing a zip because Amazon removed com.google.android.gms from the framework. The zip I made replaces the framework with my modded one, that replaces com.google.android.gms.
I haven't played with Location Services just yet. The script I have can root, unroot, install Play Store/Services, swap the launcher, and toggle lockscreen ads. I plan on adding more tweaks as I go.
I've spent the last hour or so rooting and unrooting just to test the success rate, and it's doing very well!
iamz3r0 said:
I haven't played with Location Services just yet. The script I have can root, unroot, install Play Store/Services, swap the launcher, and toggle lockscreen ads. I plan on adding more tweaks as I go.
I've spent the last hour or so rooting and unrooting just to test the success rate, and it's doing very well!
Click to expand...
Click to collapse
I have a fix or two to do in my framework mod. It's version specific, but I can make one for a few versions. If it's a root tool, it would be useful to add and be installed after the play store etc. It just requires location services be turned on before either the play store apps or framework is installed.
Sent from my MotoG3 using XDA Labs
DragonFire1024 said:
I have a fix or two to do in my framework mod. It's version specific, but I can make one for a few versions. If it's a root tool, it would be useful to add and be installed after the play store etc. It just requires location services be turned on before either the play store apps or framework is installed.
Sent from my MotoG3 using XDA Labs
Click to expand...
Click to collapse
Hey! If you're offering to add some functionality and collaborate, I'm 100% down with that. Send me a PM with the details of what you have and I'll see how I can fit it into the AIO utility. I'm sure I'm missing some neat options.
Yes, please!
Ill test it please
DragonFire1024 said:
I have a fix or two to do in my framework mod. It's version specific, but I can make one for a few versions. If it's a root tool, it would be useful to add and be installed after the play store etc. It just requires location services be turned on before either the play store apps or framework is installed.
Click to expand...
Click to collapse
Yes this is the problem. I tried to install framework and it bootlooped. Had to side load factory.bin
gerryl432 said:
Yes this is the problem. I tried to install framework and it bootlooped. Had to side load factory.bin
Click to expand...
Click to collapse
Is this a modded framework or the unmodified version? The version I have is older and unmodified but installs and works just fine. I haven't played with all of the settings yet, though.
iamz3r0 said:
Is this a modded framework or the unmodified version? The version I have is older and unmodified but installs and works just fine. I haven't played with all of the settings yet, though.
Click to expand...
Click to collapse
What version?
Sent from my Amazon KFSUWI using XDA Labs
iamz3r0 said:
Is this a modded framework or the unmodified version? The version I have is older and unmodified but installs and works just fine. I haven't played with all of the settings yet, though.
Click to expand...
Click to collapse
i honestly cant remember. but i assume it was the wrong one
{
"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"
}
I'd gladly let everyone test it out but I'm trying to perfect the auto-root script. I can easily root - that isn't the issue. The issue is the way that the Kindle doesn't prompt for SU requests. You can work around this by changing the default setting in SuperSU to "Grant" but I'm attempting to automate this process. I've gotten it automated by sending touch commands to the device to change the prompt setting but I'd much rather just change the setting manually.
I'm not 100% sure if this will work but I'm trying to:
1. Root using the exploit script (here, thanks retyre)
This works fine. 80% of the time, it quickly roots the device and I can get the SU prompt just fine. I'm able to run about one or two SU commands before anything stops working. Root + SuperSU + Manually setting the prompt config to "Grant" works 100% - obtaining root isn't the issue.
2. Upload a pre-modified SuperSU preferences file
Instead of editing the settings - we might be able to just upload the preferences XML file to the SuperSU data folder before installing SuperSU itself. That way we already have the "Prompt" setting switched to "Grant". We then change the permissions so that SuperSU doesn't modify this file when it is installed.
3. Revert permissions so that edits can be made to the settings in the SuperSU app
I would of course need to change the permissions of the SuperSU preferences XML back to the normal settings so that SuperSU can make changes to it again. This way adjustments in the app actually stick.
----
After running the root exploit script I can get a SU prompt (#) and run a command. I'm not installing SuperSU until the script makes the modification to the preferences file, but as soon as I try to run another SU command after the first - it hangs and everything stops working . I end up having to restart the tablet by holding the power button and I'm unable to get a SU prompt again without installing SuperSU and changing the setting to "Grant".
I think there is a way to make it work but I'm still digging into it. If anyone has any ideas, I'm open to listen!

Categories

Resources