-
Notifications
You must be signed in to change notification settings - Fork 646
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
Application is not working(Crashing while opening whatsapp) on android 13 Google Pixel 4XL #160
Comments
请问解决了吗 |
请问解决了吗??? |
你也遇到了? |
是的,我也遇到了 |
我知道这里的应用程序失败了,但我不明白你为什么有任何想法或者你会修复它吗? |
我这边反正没有遇到l了。我安装的whatsapp 没有问题 |
any luck how to work this code in android 13? |
I have no problem on android 13 |
you are using same code base? |
or you have done any modification in code? |
it is not working on android 12 nor 13 i have pixel 3a and pixel 4XL |
As far as I remember, android 12 needs to adapt pending intent, but this and what you provided |
|
you can try |
where to paste it? |
doAttachBaseContex in BlackBoxCore |
Is your problem solved? |
no, still my problem is not solved, do you find any solution???? |
你好,你这边可以在 android 13 上运行吗?我这边在13上无法安装 |
可以运行 |
所以请帮助我们,我们被困在 android 13 中,我们也想在 android 13 上运行这个项目 |
同样这个问题也发生在我这边 |
你好,能加下联系方式吗?我这边被困在这个问题这里了 |
`public class IPackageManagerProxy extends BinderInvocationStub {
// if (ClientSystemEnv.isFakePackage(packageName)) {
}` |
抱歉 不加联系方式,有问题可以把你的崩溃日志发到我邮箱,有时间看到会回复 |
同时修改HCallbackProxy这个类:` if (BuildCompat.isS()) {
问题应该会得到解决 |
好的,谢谢,我先试下,谢谢您了 |
snapchat is not working here are logs that are comming
|
在hook setActivityLocusContext 方法的地方替换包名为容器包名 |
Brother can anyone fix open close problem in android 13 and 14 please reply |
Describe the bug / 描述一下这个错误
When i start whatsapp it crash
To Reproduce / 复现步骤
Steps to reproduce the behavior:
Just install whatsapp in the application and run it will crash
Expected behavior / 预期的行为
A clear and concise description of what you expected to happen.
清晰而简明地描述你所期望发生的事情。
Screenshots / 截图
If applicable, add screenshots to help explain your problem.
如果有,请添加屏幕截图以帮助解释你的问题。
Mobile Phone Info / 手机信息
android 13 Google Pixel 4XL
Logcat / 日志
If you are a developer or capable please provide logs for us to analyze.
2023-02-23 15:39:20.223 4761-4761/com.whatsapp.w4b E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.whatsapp.w4b, PID: 4761
java.lang.RuntimeException: Unable to makeApplication
at top.niunaijun.blackbox.app.BActivityThread.handleBindApplication(BActivityThread.java:390)
at top.niunaijun.blackbox.app.BActivityThread.bindApplication(BActivityThread.java:294)
at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleLaunchActivity(HCallbackProxy.java:168)
at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleMessage(HCallbackProxy.java:82)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7898)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.Application.onCreate()' on a null object reference
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1266)
at top.niunaijun.blackbox.fake.delegate.BaseInstrumentationDelegate.callApplicationOnCreate(BaseInstrumentationDelegate.java:225)
at top.niunaijun.blackbox.fake.delegate.AppInstrumentation.callApplicationOnCreate(AppInstrumentation.java:140)
at top.niunaijun.blackbox.app.BActivityThread.handleBindApplication(BActivityThread.java:377)
at top.niunaijun.blackbox.app.BActivityThread.bindApplication(BActivityThread.java:294)
at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleLaunchActivity(HCallbackProxy.java:168)
at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleMessage(HCallbackProxy.java:82)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7898)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
2023-02-23 15:39:23.653 2058-11902/? E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
2023-02-23 15:39:23.653 2058-11902/? E/TaskPersister: File error accessing recents directory (directory doesn't exist?).
2023-02-23 15:39:38.831 4839-4839/? E/m.facebook.lite: Not starting debugger since process cannot load the jdwp agent.
2023-02-23 15:39:39.353 4839-4884/? E/AppController: Unsupported advanced HNF choice
Additional context / 额外内容
Add any other context about the problem here.
在此添加关于该问题的任何其他内容。
APK
If applicable, add the apk file for me to test.
如果有,请添加APK文件给我测试。
The text was updated successfully, but these errors were encountered: