In case you're wondering why am I inactive of late: I have got yet another cold and fever. This time the fever is really bad. Could be bacterial fever.
I am back! I will be making a new release tagged v2.6.5 very soon containing fixes for known issues in Android 12, but Android 12 changed a lot from Android 11 both internally and externally. So, AM still won’t target Android 12 until I get my hands on an Android 12 ROM myself.
AM Debug v2.6.4 Run#1600
Refactor Fix SSAID issues in Android 12
This “hotfix” is neither optimized nor tested on Android 12.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix SSAID issues in Android 12
This “hotfix” is neither optimized nor tested on Android 12.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
Setting SSAID seems to be broken in the debug builds. Does anybody notice this?
It’s weird that it works when I do this manually and it doesn’t when I do this through the app. The modified entry is being deleted during the next boot for some reason. I must be missing something. However, this (and the SAF entries) can easily be modified without needing for a restart once zygisk comes out (but we still have to support the other non-zygisk users).
AM Debug v2.7.0 Run#1604
Scanner Scan JNI libraries for potential trackers and libraries
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Scanner Scan JNI libraries for potential trackers and libraries
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1605
Backup Replace : (colon) in backup names
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Backup Replace : (colon) in backup names
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1606
Refactor Fix sanitizing . (dot) prefix from a file name
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix sanitizing . (dot) prefix from a file name
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1607
Profile Display all possible apps in the selection list
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Profile Display all possible apps in the selection list
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1608
Update trackers and native libraries
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Update trackers and native libraries
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1609
Scanner Apply proper escaping to patterns, improve efficiency
According to Android documentations,
characters in the regular expressions are further escaped. In addition,
patterns are compiled only once in order to improve efficiency while matching
the native libraries.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Scanner Apply proper escaping to patterns, improve efficiency
According to Android documentations,
\. in XML should be literally \ and., but in reality, it is only .. To mitigate this issue, the \ (escape)characters in the regular expressions are further escaped. In addition,
patterns are compiled only once in order to improve efficiency while matching
the native libraries.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1610
Scanner Skip fetching package info if it is a split
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Scanner Skip fetching package info if it is a split
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v2.7.0 Run#1611
AppInfo Add APK selector for scanner if there are splits
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppInfo Add APK selector for scanner if there are splits
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>