App Manager | DEBUG – Telegram
App Manager | DEBUG
2.11K subscribers
104 photos
2 videos
2.33K files
1.79K links
Read policies here before downloading: https://github.com/MuntashirAkon/AMInsecureDebugBuilds

RELEASE channel: @AppManagerChannel
Download Telegram
Note: If you're having trouble charging, enable Always write CTRL file in settings. In my phone, it only works if this is enabled.
AM Debug v2.6.5.1 Run#1629

fastlane Prepare for v2.6.5.1

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Working on a new app just for ADB users. This is a prototype. A debug build along with source code will be available for you to test very soon.
App Manager | DEBUG
Working on a new app just for ADB users. This is a prototype. A debug build along with source code will be available for you to test very soon.
If you have an idea of a logo for this app, you can submit it via this group (the link is time and rate limited). Note that your logo must be in SVG format, and once approved, it would be dual licensed under CC-BY-SA-4.0 and GNU General Public License 3.0 or later.
App Manager | DEBUG
If you have an idea of a logo for this app, you can submit it via this group (the link is time and rate limited). Note that your logo must be in SVG format, and once approved, it would be dual licensed under CC-BY-SA-4.0 and GNU General Public License 3.0…
ADB Shell v1.0 Debug.apk
4.9 MB
ADB Shell v1.0 Debug

This is a prototype but working release for demonstration purposes only. The real app would be very different from this.

Features
- ADB Shell
- ADB over TCP
- ADB over Network
- Wireless Debugging
- su support for rooted users
AM Debug v2.7.0 Run#1630

ADB Use the newly made LibADB to manage ADB operations

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
ADB Shell v1.0 Debug.apk
ADB Shell v1.0 DEBUG#2.apk
4.9 MB
ADB Shell v1.0 Debug Run#2

Fixed hanging forever if the command is too large.
AM Debug v2.7.0 Run#1631

Separate SplashActivity from BaseActivity

Previously, when an activity was opened, AuthenticationActivity was launched if
authentication wasn't available. Due to how activity works, this would result
in the creation of duplicate activity if the device is sufficiently fast.
Instead of opening a new activity, authentication is now done inside the
activity itself (as all important activities extend BaseActivity). As a result,
SplashActivity is separated from BaseActivity which is displayed when the user
click the App Manager icon in the application launcher app.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1632

Installer Support updating apps without interaction in Android 12

In no-root mode, if the app to be updated was previously installed with
App Manager, it can be updated without user interaction. This is a new feature
introduced by the AOSP in Android 12.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1633

Refactor Fix crashes on PendingIntent in Android 12

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1634

Backup Fix backup error for failing to list volumes for other users

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1635

Backup Synchronise app installation and data encryption/decryption

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>