[WINDOWS] One Click ADB, Fastboot, ApkTool and Drivers Installer / Uninstaller - Android Software/Hacking General [Developers Only]

One Click ADB, Fastboot, Apktool and Google Android Drivers Installer / Uninstaller
Screenshot​
{
"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"
}
Disclaimer​This tool is to install Adb, FastBoot, Apktool and Google drivers and more importantly setting environment variables in one click. I will not take any responsibility if something goes wrong because of it. Please backup your data and environment variables paths before flashing this.
Tested On​
* Windows 10 x64
* Windows 8 x64
Installation​
1. Run it as Admin (Require administrator privileges)
2. Select Options
3. Click on Install
Versions​One Click installer will install following version numbers of
* Apktool 2.0.3
* Adb 1.0.32
* Google Usb Driver for Android 11.0
Important​
* Installer requires .Net Framework 4.5.2
* Apktool need java jdk / jre Please install these ito make apktool working
* Current user only: Installation directory is %UserProfile%\adb directory, and environment variables path added to installation directory.
* System-wide: Installation directory is %SystemDrive%\adb directory, and environment variables path added to installation directory.
Reporting Bugs & Feature Requests ​
Please feel free to report any bugs and feature request, i am more than happy to add new features in it

Downloads​
Please do not make mirrors​v1​

ChangeLogs​
v1 6/03/2016​initial release​

Good job mate..... Thanks.
Sent from my SM-N910C using Tapatalk

Download says no mirrors found for me

rascal9 said:
Download says no mirrors found for me
Click to expand...
Click to collapse
Thanks for reporting, Link fixed

Thread closed on OP Request.

Related

Gaguing Intrest in a AIO one click Rom cooker (Dirty Rom Cooker)

So I'm currently coding a One click AIO rom cooker for ALL OFFICIAL CM supported devices (if it's on the CyanogenMod Downloads page, it'll be included).
Pretty much all you have to do is:
1) Download the folder from my github (link will eventually be included in the thread)
2) select your device
3) Select your version of CM (CM7, CM9 or CM10). IF IT IS SUPPORTED OFFICIALLY (a one click compile CM10 for a HTC Wildfire is outside my coding knowledge and patience level)
4) Set Options (Name your mod, Compile a custom kernel or use stock, copy the rom to your SD card and reboot to recovery, etc)
5) hit go!
It will:
Set up your Linux install (should work for Ubuntu and Debian)
Download the CM Source
Download the required files for your specific device (provided it can be found in the CM repository)
Build the rom
If selected compile Kernel and then recompile including the new Kernel
Copy the rom to an easy folder for you to send to your SD card (or have it do it for you)
Should be easy to update, just repo sync, then recompile (I think)
Easy debugging. All errors are automatically logged to a easy to find file.
What does everyone think of this? I'm aiming to have it released around Christmas, At least a beta version (may not support all devices out of the box, but I will keep working to add more (I need to test each and every device to make sure the cooker works). This will be released under some open source license (currently researching)
Here's a screenshot of what I have working so far (not much but it's a start). It's based on the layout of Android Kitchen.
{
"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"
}

[Utility][WIN] [Updated 09/04]FakeShell for ADB

Have you tried using the ADB shell from windows?? Are you as frustrated as I am??
Here is the answer.
Introducing FakeShell for ADB - the ultimate terminal emulator for android power users
Features:
* The closest you will ever get to a Linux Terminal on a windows machine
* Most of the features of adb shell which were only available to linux users (like tab completion, termio support etc ) are available on windows
* Uses the core components of Konsole terminal emulator from linux. So linux users will feel right at home
* Has built in adb, so no need to install Android SDK
* Apps like vi, which were not working correctly in windows version of adb-shell due to lack of termio support, works flawlessly.
<more features to come>
Credits:
Google, for ADB source code
QTermWidget - https://github.com/qterminal/qtermwidget
mman-win32 library - http://code.google.com/p/mman-win32/
Download
Latest Version: http://d-h.st/9kB
Changelog 09/04:
* Fixed there issue where application was not starting in windows 7 and windows 8..
Installation:
Just unzip the file and run the FakeShell.exe file
Make sure that you have installed the usb driver for your phone. (If you have not installed, i recommend installing this )
Note:
This application is still in the beta version. Please use with caution.
Also, let me know the comments.
Screenshots
Start 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"
}
Shell using Tab Completion
Different Color Scheme
Vi using FakeShell
reserved again...
This does not run on Windows 7
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
---------------------------
OK
---------------------------
Click to expand...
Click to collapse
shardul_seth said:
This does not run on Windows 7
Click to expand...
Click to collapse
same here on win7 SP1 x64
edit:
reinstalling c++ redist 2005,2008,2010,2012 did not help.
Thanks for the comments. I have identified the issue. Will fix soon..
fake_japanese_guy said:
Thanks for the comments. I have identified the issue. Will fix soon..
Click to expand...
Click to collapse
I'm waiting patiently to try this... I hate the adb shell but have to use it often. Once you get this fixed, I will be downloading it immediately
i have updated the application. The new binary is tested on windows 7 and windows 8..
please try and let me know the results..
fake_japanese_guy said:
i have updated the application. The new binary is tested on windows 7 and windows 8..
please try and let me know the results..
Click to expand...
Click to collapse
Now it works perfectly! Thank you for the great work!
How about ability to change font type & font size on the next release?
By the way, the settings dialog still shows "PTPTestApp Settings" on it's title.
Keep up the good work!

[TOOL][WINDOWS]ADB, Fastboot and Drivers - 15 Seconds ADB Installer Reborn V1.0

15 Seconds ADB Installer Reborn V1.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!
Click to expand...
Click to collapse
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!
Click to expand...
Click to collapse
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.
Click to expand...
Click to collapse
Changelog:
Will include changelog when a new update is released.
Click to expand...
Click to collapse
Downloads:
Version 1.0 - Download
XDA:DevDB Information
15 Seconds ADB Installer Reborn, Tool/Utility for all devices (see above for details)
Contributors
DataStream3
Source Code: https://github.com/DataStream3/15-Seconds-ADB-Installer-Reborn
Version Information
Status: Stable
Current Stable Version: 1.0
Created 2018-10-11
Last Updated 2018-10-11
this program dont install fastboot drivers only adb drivers

[Root/No root][App] Get the url of an OTA Update [Android One]

OTA Link​
{
"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
Root method:
The updates to Android One devices are handled by Google Play services(GMS). GMS stores the update url in the tag control.installation.current_update_url of the file /data/data/com.google.android.gms/shared_prefs/com.google.android.gms.update.storage.xml. The url is read from that file and displayed.
Non-root method:
If the device is not rooted, a permission(android.permission.READ_LOGS) has to be granted. Then the app can read the system logs and extract the update url. Connect your device to a computer with Android platform tools installed and run the following command (needs to be done only once):
Code:
adb shell "pm grant app.akilesh.ota android.permission.READ_LOGS && am force-stop app.akilesh.ota"
Click to expand...
Click to collapse
Downloads
Find the latest release here
Click to expand...
Click to collapse
XDA:DevDB Information
OTA Link, App for Android One devices
Contributors
Akilesh_15, singhnsk
Source Code: https://github.com/Akilesh-T/OTALink
Version Information
Status: Stable
Current Stable Version: 1.2
Stable Release Date: 2020-03-08
Created 2019-06-23
Last Updated 2020-03-08
Good stuff. Thanks for making this. Saves time from messing into the files manually [emoji846][emoji1696]
Sent from my Nokia 8.1 using Tapatalk
singhnsk said:
Good stuff. Thanks for making this. Saves time from messing into the files manually [emoji846][emoji1696]
Sent from my Nokia 8.1 using Tapatalk
Click to expand...
Click to collapse
I should have credited you for the idea. Done now
v1.1
What's new:
Major refactoring!
Updated dependencies.
App now uses TJW's libsu.
New app icon, launch screen and UI.
Added Dark theme(follows system).
Use XmlPullParser for reading the OTA URL.
Download link
v1.12
What's new:
Support for devices without root access. User has to grant permission using adb to read logs:
Code:
adb shell "pm grant app.akilesh.ota android.permission.READ_LOGS && am force-stop app.akilesh.ota"
Add hints/notes.
Download link
Thanks for This, Very Useful
Will this tool work on a one plus 8 device Verizon branded ,unlocked and rooted?

[APP][Audio][5.0+]Cyanogenmod DSPManager Magisk

I'm not a dev.
I just try to let this app to work above 8.0.
Now it can actually work on android 11.
And work with other audioeffect apps.
Bugs:
1.Sound burst while playing next with other sound effects(like v4a)
2.App crash if not detect the lib
3.Don't know about usb effect
4.could not detect the audio sessionID because of my poor knowledge
5.could not auto switch theme with system because of my poor knowledge
6.I didn't make a flashable zip for 7.1.2 or below it
Note:
1.The preset folder(DSPpresets)'s location:
If you're on android 10 or above
Location is /sdcard/Android/data/com.bel.android.dspmanager/files/DSPpresets
If you're on android 9 or below
Location is /sdcard/DSPpresets
Features:
1.profile save/load
2.same as cyanogenmod
Requirements:
1.this is the magisk module not flashable zip
2.Audio Modification Library is necessary
Thanks:
1.james3460297 's source code
2.magisk module maker: 隨風飄逸
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"
}
Sorry about my English
Download link: Download (please download which one is the latest)
App source: Source of app
Lib source: Source of Lib
Original source: Cyanogenmod(Android kitkat) OmniDspmanager(Oreo)
Reference Link: JamesDSP
ChangeLog:
v3:
1.fix EqualizerChange not working while close the EQ Dialog
2.target SDK version update to 31(will post the source to github)
v2:
1.avoid effect in different output preference
2.fix sound burst when only use DSPManager(don't know what i've done, but it works)
3.fix bassboost preference crash when open the app again
v1:
1.adapt to Android 11
2.fix dynamic range compression
3.fix bassboost point
Thanks for sharing
Very cool,please keep it up,maybe anyone here with more knowledge may help you (i hope) i love DSP,good job.Cheers!!!
-CALIBAN666- said:
Very cool,please keep it up,maybe anyone here with more knowledge may help you (i hope) i love DSP,good job.Cheers!!!
Click to expand...
Click to collapse
module update to v2
It_ler said:
Thanks for sharing
Click to expand...
Click to collapse
module update to v2

Categories

Resources