-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# ADB & Fastboot for Android NDK | ||
## ADB & Fastboot for Android NDK | ||
### osm0sis & Surge1223 @ xda-developers | ||
*Static ARM adb and fastboot binaries for Android built with the NDK* | ||
|
||
### Links | ||
* [GitHub](https://github.com/Magisk-Modules-Repo/adb-Installer) | ||
* [Support](https://forum.xda-developers.com/showthread.php?t=2239421) | ||
* [Support](https://bit.do/osm0) | ||
* [Sponsor](https://github.com/sponsors/osm0sis) | ||
* [Donate](https://www.paypal.me/osm0sis) | ||
|
||
### Description | ||
Marshmallow removed adb from the /system/bin directory. For those wanting this functionality back, here's a simple installer to push static compiles of adb and fastboot to /system/xbin and uses a command wrapper to point adb to the correct HOME directory and set TMPDIR for compatibility. Detects and supports "systemless" install via SuperSU/Magisk as well. It can then be used from Terminal while booted from that point on. | ||
Marshmallow removed adb from the /system/bin/ directory. For those wanting this functionality back, here's an installer to push static compiles of adb and fastboot to /system/xbin/, with a wrapper to point adb to the correct HOME directory and set TMPDIR for compatibility. Detects and supports SuperSU/Magisk systemless installs. Can then be used from Terminal while booted. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
id=adb-ndk | ||
name=ADB & Fastboot for Android NDK | ||
version=1.0.41 | ||
versionCode=104107 | ||
versionCode=104108 | ||
author=osm0sis & Surge1223 @ xda-developers | ||
description=Static ARM adb and fastboot binaries for Android built with the NDK | ||
support=https://forum.xda-developers.com/showthread.php?t=2239421 | ||
updateJson=https://raw.githubusercontent.com/Magisk-Modules-Repo/adb-ndk/master/update.json | ||
support=https://forum.xda-developers.com/t/tools-zips-scripts-osm0sis-odds-and-ends-multiple-devices-platforms.2239421 | ||
donate=https://www.paypal.me/osm0sis | ||
template=1500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"version": "1.0.41", | ||
"versionCode": "104108", | ||
"zipUrl": "https://forum.xda-developers.com/attachments/update-adb-installer-v1-0-41-signed-zip.5565065/", | ||
"changelog": "https://raw.githubusercontent.com/Magisk-Modules-Repo/adb-ndk/master/README.md" | ||
} |