AM Debug v3.2.0-alpha01 Run#2422
Usage Improve fetching data usage
- Use privileged alternative in Android 6 and later. However, even this cannot
return data usage for other users in root mode as the logic only includes the
system UID.
- Fetch data usage for all apps in Android 5 and 5.1.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Usage Improve fetching data usage
- Use privileged alternative in Android 6 and later. However, even this cannot
return data usage for other users in root mode as the logic only includes the
system UID.
- Fetch data usage for all apps in Android 5 and 5.1.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v3.2.0-alpha01 Run#2423
Usage Fetch usage stats and package size info only when the feature is enabled
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Usage Fetch usage stats and package size info only when the feature is enabled
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3
AM Debug v3.2.0-alpha01 Run#2424
Refactor Improve code convention
- Use AOSP-style Java formatting e.g. m- and s-prefixes for private non-static
static fields respectively
- Remove dependencies on Application context.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Improve code convention
- Use AOSP-style Java formatting e.g. m- and s-prefixes for private non-static
static fields respectively
- Remove dependencies on Application context.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
AM Debug v3.2.0-alpha01 Run#2425
Installer Fix setting installer package in Android < 9
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Installer Fix setting installer package in Android < 9
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4❤1
AM Debug v3.2.0-alpha01 Run#2426
Refactor Rename AdbShell to PrivilegedShell to support both ADB and system shells
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Rename AdbShell to PrivilegedShell to support both ADB and system shells
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4
A lot has been changed since v3.1.x and even more are coming. So, I decided to skip v3.2.0 and move directly to v4.0.0. First alpha version should be available at the beginning of the next month.
🔥6😱2❤1
AM Debug v3.2.0-alpha01 Run#2427
Setting Prevent a crash occurs on importing the rules if some of them are invalid
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Setting Prevent a crash occurs on importing the rules if some of them are invalid
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4
AM Debug v3.2.0-alpha01 Run#2428
Refactor Sort the list of features
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Sort the list of features
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5
AM Debug v3.2.0-alpha01 Run#2429
Refactor Fix checking cross user permission while retrieving storage info
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix checking cross user permission while retrieving storage info
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍3❤2
AM Debug v3.2.0-alpha01 Run#2431
Update libsu to 5.0.4 and sync other features
- Resolved /proc/self/exe to possibly fix some old Samsung kernel restrictions
- Prevented root process leaks when client process crashes before establishing
a connection
- Added workaround for broken framework implementations in some LG ROMs
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Update libsu to 5.0.4 and sync other features
- Resolved /proc/self/exe to possibly fix some old Samsung kernel restrictions
- Prevented root process leaks when client process crashes before establishing
a connection
- Added workaround for broken framework implementations in some LG ROMs
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍4