Skip to content
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

OnePlus 12 / Android 15: Patcher fails instantly #8553

Open
twwn opened this issue Nov 13, 2024 · 12 comments
Open

OnePlus 12 / Android 15: Patcher fails instantly #8553

twwn opened this issue Nov 13, 2024 · 12 comments

Comments

@twwn
Copy link

twwn commented Nov 13, 2024

Device: OnePlus 12
Android version: 15
Magisk version name: v28.0
Magisk version code: 28001 (D)

Trying to patch the init_boot.img (in the Download folder) from OxygenOS-CPH2581_15.0.0.204(EX01) (already installed & running) instantly aborts with nothing but

  • Device platform: arm64-v8a
  • Installing: 070719d (28001)
  • Copying image to cache
    Killed
    ! Installation failed

Debug version adds no further info.

Same Magisk version on on another device (Nord 2, Android 13) claims to process it fine.

@canyie
Copy link
Collaborator

canyie commented Nov 15, 2024

Please upload the image, the app log and installation log saved from magisk app

@twwn
Copy link
Author

twwn commented Nov 15, 2024

@canyie
Copy link
Collaborator

canyie commented Nov 17, 2024

Do you know how to use adb or terminal apps? Try extracting lib/arm64-v8a/libbusybox.so from the magisk apk, set execute permission by chmod +x, execute the file, and see if any error occurs?

@twwn
Copy link
Author

twwn commented Nov 17, 2024

OP595DL1://sdcard $ ls -al | grep libbusybox
-rw-rw---- 1 u0_a278  media_rw 1710600 2024-11-17 14:49 libbusybox.so
OP595DL1://sdcard $ chmod +x libbusybox.so
OP595DL1://sdcard $ ./libbusybox.so
/system/bin/sh: ./libbusybox.so: can't execute: Permission denied
126|OP595DL1://sdcard $ ls -al | grep libbusybox
-rw-rw---- 1 u0_a278  media_rw 1710600 2024-11-17 14:49 libbusybox.so

chmod has no effect?

@twwn
Copy link
Author

twwn commented Nov 17, 2024

with termux I at least get past chmod, but then

~/lib/arm64-v8a $ ls -al | grep libbusy
-rwxr--r--. 1 u0_a486 u0_a486 1710600 Dec 31  1979 libbusybox.so
~/lib/arm64-v8a $ ./libbusybox.so
error: "/data/data/com.termux/files/home/lib/arm64-v8a/libbusybox.so" has unexpected e_type: 2

edit: ah that's a Google Play termux limitation

edit2: But I can't install the dev's recommended F-Droid or GitHub version, or rather, after installing termux fails with "Unable to install bootstrap"

@twwn
Copy link
Author

twwn commented Nov 17, 2024

I think Magisk breaks for the same reason:

Termux processes will get killed on shell startup or even bootstrap installation second stage may fail. Disabling phantom process killer will not work and that is a separate issue. There is no known fix and affects both OxygenOS 15 And ColorOS 15. Related BBK electronics brands like Realme, etc may be affected too.

OnePlus and Realme has also recently started killing processes running under proot on older Android versions, apparently by detecting syscalls.

My fault for buying this device, apparently.

edit: I suppose somebody could try patching the A15 img on a device still running A14, but I'm very afraid that kernel alteration then would brick the A15 device.

@canyie
Copy link
Collaborator

canyie commented Nov 17, 2024

OP595DL1://sdcard $ ls -al | grep libbusybox
-rw-rw---- 1 u0_a278  media_rw 1710600 2024-11-17 14:49 libbusybox.so
OP595DL1://sdcard $ chmod +x libbusybox.so
OP595DL1://sdcard $ ./libbusybox.so
/system/bin/sh: ./libbusybox.so: can't execute: Permission denied
126|OP595DL1://sdcard $ ls -al | grep libbusybox
-rw-rw---- 1 u0_a278  media_rw 1710600 2024-11-17 14:49 libbusybox.so

chmod has no effect?

You need to move the file into partitions other than /sdcard. If you are using adb, you can use /data/local/tmp.

@canyie
Copy link
Collaborator

canyie commented Nov 17, 2024

Ah, I read the issue you mentioned and someone mentioned it is fixed in a recent system update. Maybe you can try applying an OTA if any?

@twwn
Copy link
Author

twwn commented Nov 17, 2024 via email

@jhlee2222
Copy link

Same issue here. I'm on the latest version, Android 15, on a OnePlus Pad 2, NA. Latest version incremental release is OPD2403_15.0.0.202(EX01). Magisk fails to patch the image file.

@SCOS100
Copy link

SCOS100 commented Dec 17, 2024

Settings > Developer Options > Allow External Commandos (or something.)

@pndwal
Copy link
Contributor

pndwal commented Dec 27, 2024

You need to move the file into partitions other than /sdcard. If you are using adb, you can use /data/local/tmp.

... So did you try patch with file in internal storage?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants