Skip to content

Commit

Permalink
add new Magisk auto-update support
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis committed Mar 19, 2022
1 parent 881d2e6 commit cd331d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
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.
5 changes: 3 additions & 2 deletions module.prop
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
6 changes: 6 additions & 0 deletions update.json
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"
}

0 comments on commit cd331d2

Please sign in to comment.