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
AM Debug v3.1.0-alpha01 Run#2103

Refactor Fix deleting residuals during testing

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2104

Path Disable copy/move to the same/child directory of source

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2105

Refactor Enable writing in zip files via VirtualFileSystem

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2106

Refactor Enable writing in dex files via VirtualFileSystem

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2107

AppDetails Replace block/unblock button with material switch

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2108

Refactor Use UserManager to fetch user info in no-root mode

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2109

IPC Check permission for Binder communication in root mode

Certain superuser implementations does not enable communications through Binder
(that, is binder transactions) from user applications. A check has been added
to ensure that the currently used superuser supports such communications before
attempting to create a service.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2110

Refactor Fix a typo: myPid -> myUid

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2111

IPC Fallback to ADB if root mode is not supported

If App Manager cannot connect using root, root itself is used to start ADB
over TCP and connect to it. This is also useful for certain rooting solutions
which do not support Binder transactions.

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha01 Run#2112

AppInfo Enable launching activity and settings in work profile in no-root mode

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