-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pm.getApplicationInfo null on Samsung A13 #10
Comments
Sorry, but I cannot use the remote test lab. |
Could you check the output of |
I use Samsung A13 from https://developer.samsung.com/remotetestlab/devices/101/galaxy-mobile with Brevent 4.2.18.3 (https://jianyv.com/br/), and check Android 12 and Android 13, it works. |
I'm still seeing this issue from users. I will retest on samsung test lab soon. |
I use all A13 devices on remote test lab, there is null only once, and i cannot reproduce. However, retry 3 times for pm path: 1f18032 I even make a pm path solution, however, give it up. |
define CHECK_HOOK or just comment it out. |
As I cannot reproduce, so is there any update? @pulsarrush |
@liudongmiao Did a simple test, seems like it's working now. To test the crash, I think we need to compile an apk with armv7 only, don't include armv8 binary in it and run on android 13 |
@xDragonZ Cloud you show the log? it should show a log like '%d: %s', with %d is count, %s is the apk path. |
我没有三星A13所以我用了不同的方式测试,不确定是否是同一个bug Commit: 9c4395a (with "getApplicationInfo" log) armeabi-v7a only binary on arm64-v8a Samsung (Android SDK 28) OK
armeabi-v7a only binary on arm64-v8a Samsung (Android SDK 33) Error
arm64-v8a only binary on arm64-v8a Samsung (Android SDK 33) OK
Commit: 31d23b7 armeabi-v7a only binary on arm64-v8a Samsung (Android SDK 28) OK
armeabi-v7a only binary on arm64-v8a Samsung (Android SDK 33) OK
arm64-v8a only binary on arm64-v8a Samsung (Android SDK 33) OK
|
@xDragonZ Then it seems be fixed. However, I'm waiting for feedback from users. |
@xDragonZ Then, you can try again with latest codes, it will try 3 times. |
https://github.com/brevent/genuine/blob/master/src/main/jni/pm.c#L676
You can test on Samsung's remote test lab: https://developer.samsung.com/remotetestlab/devices/101/galaxy-mobile
The text was updated successfully, but these errors were encountered: