-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
The app crash on the last beta #225
Comments
Same to me. Crashes only when Shizuku is running. If Shizuku is stopped then Pixel IMS launches but obviously can't do anything. |
EDIT: Please don't quote reply this long comment, it will make this thread a mess for other people to read. You can quote one of the lines or use @ to mention people. This is because in the latest beta the following method changed. They added a third parameter which is a boolean.
The source code of beta versions won't be released until it reaches stable. There is no documentation and I don't know what the boolean means. EDIT: the third parameter is named I haven't used hidden apis in Android Studio. So I modified Pixel IMS using APKTool. The only file I modified is CarrierModer.smali, starting at line 310.
Passing false for the third parameter works (at least for now). If you need it you can download it below. GitHub doesn't allow uploading apk files so I put it in a zip archive. or get it on Google Drive: https://drive.google.com/file/d/1zqVShKvd9adwXSFVB1yVh81jjcX4dagB/view?usp=sharing |
IT works |
It works for me thanks |
It doesn't work for me on my pixel 6 pro. |
@ofir29200 Could you please check if you have the latest version of Shizuku installed (v13.5.3 as of now)? I did just modify the two lines of code I've posted, that shouldn't affect other parts of the app. |
It works. Thank you |
i have Shizuku version 13.5.3.r1036.fff3f87 |
@ofir29200 Please try restarting the app after granting permission. If it's still not working, then I don't know why. I can't reproduce it on both my phones (one with my modified version of Pixel IMS and one with the original version). |
i already tried to restart it. i even tried to clear all of the data of the app, and even reinstall the app, and its still the same.... |
It works on pixel 6 pro. Thanks for the help. |
Device: pixel 7 Even after using a modified version of the program, it still crashes and cannot enter pixel ims normally. |
are you sure you are using the modified version? |
With modified version all work fine.
Px6 14 (AP11.231215.007) |
@kyujin-cho do you plan to release a new version? |
Should be resolved by #231. |
The text was updated successfully, but these errors were encountered: