-
Notifications
You must be signed in to change notification settings - Fork 45
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
[FIXED] [REFERENCE] Broken patch on current LineageOS 13 builds (20/10) #21
Comments
+1 |
As a TEMPORARY fix, you can copy the entire method from this repo to your patchrom tree.. it worked here. |
i am always getting this error while building any ideas? |
Got this on your method EDIT: explaination, there is no |
On mine? where? |
Line 15967 |
I will revert the patch I've made and test it, just give me about an hour.. I'm an absolute beginner at smali :'v |
It fixed the method, thanks. I'm not closing this issue, if anyone have the same problem, it's easier to find the solution. TLDR; #21 (comment) fixes it. |
At some point, the patch in com.android.server.wm.WindowManagerService.addWindow broke. Causing it to not boot anymore, the addWindow method is being rejected at boot-time.
Here is the paste of the output on logcat: https://ghostbin.com/paste/w5gt3
TLDR; [0x4BD] monitor-exit on non-object (Undefined)
Here is a tree to test with: https://gitlab.com/h4ndshake/flyme_devices_motorola_ghost
TLDR²; (The method is located at 14478-16533) https://gitlab.com/h4ndshake/flyme_devices_motorola_ghost/blob/72969ae206f5c3b7d79229858ad7d0dd574cb4e1/services.jar.out/smali/com/android/server/wm/WindowManagerService.smali
The text was updated successfully, but these errors were encountered: