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-alpha03 Run#2196

Refactor Fix uninstalling user apps from work profile in no-root mode

Due to API limitations, the results will not be immediately communicated to App
Manager.

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

Main Use install-existing method to install system apps

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

AppInfo Add option to install the app in another profile

A new menu item, namely “Install for…” is added in the three-dots menu which
allows a privileged user to quickly install the same app in another profile
without performing a complete installation.

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

Installer Display ”confirm uninstallation” notification

If the uninstallation operation is running in the background and user interac-
tion is required, a confirmation notification shall be displayed just like dur-
ing the installation.

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

Refactor Prevent a crash on trying to update the database

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

Main Remove removed items from the selection list after an operation

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

Main Fix displaying an installed app as uninstalled if it has backups

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

Settings Disable wireless debugging, not ADB over TCP in API < 30

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

Term Initial UI for terminal

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4
App Manager | DEBUG
AM Debug v3.1.0-alpha03 Run#2204 Term Initial UI for terminal Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This is currently a super unstable and hidden feature. To access the feature, find TermActivity in the activities tab of AM Debug. While the UI does not currently look very promising, it actually took several days to figure out an effective way to achieve a full-duplex communication between App Manager and a remote process. This can be very soon given a skin — either taken from the Android Terminal project (like all the others) or Termux UI library (Termux, although quite different from Android Terminal, was also based on Android Terminal). Although most root/no-root user may not find any benefit of having a terminal in App Manager, it’s crucial for ADB users since it will save them from installing yet another app.
👍8🔥4
AM Debug v3.1.0-alpha03 Run#2205

Refactor Fix dimming the freeze icons

The transparent section of the freeze icons are no longer dimmed.

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