ADB Installer ScriptA simple Python script for installing ADB (Android Debug Bridge) on Windows and Linux systems, and automatically adding ADB to the system's PATH.
Windows Usage: Download, and run the executable with Admin permissions.
Linux Usage: Download, install Python, cd into downloaded folder, run pip3 install -r requirements.txt and finnaly execute python3 main.py or python3 gui.py if you want.
{
"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"
}
Features:
Free & OpenSource
Mantained
Windows & Linux
Automatic path adding
Click to expand...
Click to collapse
System Requirements: Windows 8.1 and above or Linux distribution which can run Python 3.x
DOWNLOAD LINK HERE!
Related
Hello all. I have been working on a project that is a portable, easy to use flashing tool for android. I know a lot of tools already exist like this, but im making mine portable which means no adb/fastboot is required to be installed on the machine to use. They are already embedded in the program. I am currently working on adding more features like a custom ZIP maker, adb push/pull files, etc... Its supposed to be an all in one utility.
--Supported features on version 1.1--
Start/Stop ADB
Flash system, kernel, recovery
Start interactive shell
adb reboot commands, push/pull files.
Install APKs
----------------------------
{
"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 NEW version 1.1 - here
If you would like to view/edit source code for this contact me PM. I will gladly send it to you. I could definitely use a little help with it.
{
"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"
}
Nexus Tools is an installer for the Android debug/development command-line tools ADB (Android Device Bridge) and Fastboot for Mac OS X and Linux. The script does not need to be downloaded, simply copy and paste this command into the terminal and run it to install Nexus Tools:
Code:
bash <(curl https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/install.sh)
and this command to un-install Nexus Tools:
Code:
bash <(curl https://raw.githubusercontent.com/corbindavenport/nexus-tools/master/uninstall.sh)
These commands will download the selected script and run it. The script will download the files it needs during runtime, so it requires an internet connection. The script works on both Mac OS X and Linux (as long as the curl package is installed).
Nexus Tools requires sudo privileges to install/uninstall the adb and fastboot tools to /usr/bin, so they can be run without typing the full directory. Nexus Tools is licensed under the GPLv3 license.
GitHub Project
XDA News Article
{
"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've been digging around on the Linux terminal for a bit. Using vim is tricky but actually quite usable with some awesome plugins. Like it regardless, I been trying to find where the Android system files are. I.e data/misc/wifi
Has anyone managed to find the actual Android home root? Or is it not possible?
Thanks.
cd host-rootfs
cd storage
cd sdcard0
@Archtects
You move to Android's home directory by
either
Code:
cd /
or
Code:
cd $HOME
To access ( view ) system files device's Android must be rooted.
Help please in GNuRoot Debian permission denied
./configure
permission denied
make
permission denied
chmod +x and su and others not work
{
"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 decided to release latest version ADB and Fastboot since others were pretty outdated.
This will also save your time from downloading entire SDK if you have slow speed
ADB and Fastboot Version: 29.0.2-5738569
Notes:
If you want to add it in PATH, you must do it manually. I could make a batch file but I won't because i'm afraid it will break your enitre PATH
How to use:
Install ADB drivers if you haven't already.
Go to Drivers and open DPInst_x64 if your Windows is 64-bit or DPInst_x86.exe if your Windows is 32-bit
To install appropriate OEM drivers, you might want visit the page which includes links to OEMs
https://developer.android.com/studio/run/oem-usb.html#InstallingDriver
And don't forget to disable Driver Signature Verification if you are using Windows 8 and above
https://www.howtogeek.com/167723/ho...8.1-so-that-you-can-install-unsigned-drivers/
Open the ZIP and extract the files to your desired folder
Open Launcher.bat and type straight forward. It's portable
Download:
https://drive.google.com/file/d/1n_UYgi2AZPTIsvSZ7lz9EBBEs-cHeND6/view
https://www.androidfilehost.com/?fid=1899786940962572143
{
"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,
wrote a small Windows command script to install APKs - provided with this tool - per user on a multiple-user Android system.
Requirement:
Android device with
1. Android 9 and higher
2. ADB enabled
Usage:
Download the .ZIP-file from link given below, extract the archive to any location of your Windows computer, feed the subfolder
named APK-repository with APKs of your choice, establish an ADB-connection with your Android device, run Windows command
script what is named APK-Installer-For-Multiple-User-Systems.bat.
DL:
APK-Installer-For-Multiuser-ROMs
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
Important:
This script is "AS IS". If bugs found, let it me know here.