Skip to content

bug(Angulus): Hide ads succeeded but the app won't open #4776

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

Open
3 tasks done
throttledbw opened this issue Apr 13, 2025 · 1 comment · May be fixed by #4927
Open
3 tasks done

bug(Angulus): Hide ads succeeded but the app won't open #4776

throttledbw opened this issue Apr 13, 2025 · 1 comment · May be fixed by #4927
Labels
Bug report Something isn't working

Comments

@throttledbw
Copy link

Bug description

It was redirected to the Play Store.
v5.0.16 and v5.0.20 same result.

Image

Error logs

- Device Info
ReVanced Manager: 1.24.1-dev.3
Model: Redmi Note 9 Pro
Android version: 12
Supported architectures: arm64-v8a, armeabi-v7a, armeabi
Root permissions: No

- Patch Info
App: com.drinkplusplus.angulus v5.0.20 (Suggested: Any)
Patches version: v5.19.1
Patches added: Default
Patches removed: None
Default patch options changed: None

- Settings
Allow changing patch selection: false
Version compatibility check: true
Show universal patches: false
Patches source: revanced/revanced-patches

- Logs
Reading APK
Decoding app manifest
Loading patches
Initializing lookup maps
Executing patches
Applied 1 patches
Aligning APK
Signing APK
Patched APK

Solution

No response

Additional context

No response

Acknowledgements

  • I have checked all open and closed bug reports and this is not a duplicate.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@throttledbw throttledbw added the Bug report Something isn't working label Apr 13, 2025
@hoo-dles
Copy link
Contributor

Looks like the developer added Play Protect; in particular com.pairip.licensecheck. Crashing on start for any merged and re-signed apk. Logs weren't too helpful, but here's some relevant ones:

14:09:45.609 18057 18057 D LicenseClient: Connecting to the licensing service...
14:09:45.658 18057 18057 D LicenseClient: Connected to the licensing service.
14:09:45.658 18057 18114 D LicenseClient: Sending request to licensing service...
14:09:45.668 18057 18114 D LicenseClient: Request to licensing service sent.
14:09:45.949  1631 18651 I ActivityTaskManager: START u0 {flg=0x14008000 cmp=com.drinkplusplus.angulus/com.pairip.licensecheck.LicenseActivity (has extras)} with LAUNCH_MULTIPLE from uid 10358 (BAL_ALLOW_VISIBLE_WINDOW) result code=0
14:09:45.958  1631  6264 W ActivityTaskManager: startActivity called from non-Activity context; forcing Intent.FLAG_ACTIVITY_NEW_TASK for: Intent { act=android.intent.action.VIEW dat=http://play.google.com/... pkg=com.android.vending cmp=com.android.vending/com.google.android.finsky.activities.MainActivity }
14:09:45.960  1631  6264 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW dat=http://play.google.com/... pkg=com.android.vending cmp=com.android.vending/com.google.android.finsky.activities.MainActivity} with LAUNCH_SINGLE_TASK from uid 10181 (realCallingUid=10358) (BAL_ALLOW_VISIBLE_WINDOW) result code=0
14:09:45.962 18057 18057 I lusplus.angulus: System.exit called, status: 0
14:09:46.002  1631 29002 I WindowManager: WIN DEATH: Window{5d63ae6 u0 com.drinkplusplus.angulus/com.drinkplusplus.angulus.SplashScreenActivity}
14:09:46.003  1631 18651 I ActivityManager: Process com.drinkplusplus.angulus (pid 18057) has died: fg  TOP
14:09:46.459  1631  1685 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{56850664 u0 com.drinkplusplus.angulus/com.pairip.licensecheck.LicenseActivity t1751 f} isExiting}
14:09:46.544  1631 29002 W WindowManager: Exception thrown during dispatchAppVisibility Window{5d63ae6 u0 com.drinkplusplus.angulus/com.drinkplusplus.angulus.SplashScreenActivity EXITING}
14:09:46.544  1631 29002 W WindowManager: android.os.DeadObjectException
14:09:46.544  1631 29002 W WindowManager: 	at android.os.BinderProxy.transactNative(Native Method)
14:09:46.544  1631 29002 W WindowManager: 	at android.os.BinderProxy.transact(BinderProxy.java:592)
14:09:46.544  1631 29002 W WindowManager: 	at android.view.IWindow$Stub$Proxy.dispatchAppVisibility(IWindow.java:557)
14:09:46.544  1631 29002 W WindowManager: 	at com.android.server.wm.WindowState.sendAppVisibilityToClients(WindowState.java:3298)
14:09:46.544  1631 29002 W WindowManager: 	at com.android.server.wm.WindowContainer.sendAppVisibilityToClients(WindowContainer.java:1343)
14:09:46.544  1631 29002 W WindowManager: 	at com.android.server.wm.WindowToken.setClientVisible(WindowToken.java:437)
14:09:46.544  1631 29002 W WindowManager: 	at com.android.server.wm.ActivityRecord.setClientVisible(ActivityRecord.java:7147)
14:09:46.544  1631 29002 W WindowManager: 	at com.android.server.wm.ActivityRecord.postApplyAnimation(ActivityRecord.java:5841)
14:09:46.544  1631 29002 W WindowManager: 	at com.android.server.wm.ActivityRecord.commitVisibility(ActivityRecord.java:5784)
14:09:46.544  1631 29002 W WindowManager: 	at com.android.server.wm.Transition.finishTransition(Transition.java:1373)
14:09:46.544  1631 29002 W WindowManager: 	at com.android.server.wm.TransitionController.finishTransition(TransitionController.java:986)
14:09:46.544  1631 29002 W WindowManager: 	at com.android.server.wm.WindowOrganizerController.finishTransition(WindowOrganizerController.java:526)
14:09:46.544  1631 29002 W WindowManager: 	at android.window.IWindowOrganizerController$Stub.onTransact(IWindowOrganizerController.java:293)
14:09:46.544  1631 29002 W WindowManager: 	at com.android.server.wm.WindowOrganizerController.onTransact(WindowOrganizerController.java:215)
14:09:46.544  1631 29002 W WindowManager: 	at android.os.Binder.execTransactInternal(Binder.java:1411)
14:09:46.544  1631 29002 W WindowManager: 	at android.os.Binder.execTransact(Binder.java:1350)

Interesting that the LicenseClient never logs a response

@hoo-dles hoo-dles linked a pull request May 8, 2025 that will close this issue
@LisoUseInAIKyrios LisoUseInAIKyrios linked a pull request May 16, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug report Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants