PLEASE HELP With New Version of the Qin F21, Different Hardware and ROM

Did this one work?

trying it now

does it make sense that the original is 14,076kb and this one is 12,953

Yeah that happens don’t worry about it

1 Like

Do it this way

From the new firmware

You don’t plan on adding Google services?

right now it doesnt have gms (adb install is still blocked) but i plan on adding it after

gonnna try the services.jar from baidu now

1 Like

Ah. Because adding gms to:

  • ro.build.product
  • ro.product.name

Would give you the same result. The patch is cleaner though.

in the build.prop

its stuck booting but somethings wrong because when i replace it with the original i get the same problem and it wont complete boot

1 Like

Did you everything here

heres what i did copied from my shell

Android:/ # mount -o remount,rw /
Android:/ # cp /sdcard/Download/services.jar /system/framework/services.jar <
Android:/ # chown root:root /system/framework/services.jar
Android:/ # chmod 0644 /system/framework/services.jar
Android:/ # restorecon -v /system/framework/services.jar || chcon u:object_r:system_file:s0 /system/framework/services.jar
SELinux: Loaded file_contexts
Android:/ # rm -rf /data/dalvik-cache/*
rm: /data/dalvik-cache/arm64: Directory not empty
1|Android:/ # rm -rf /data/system/package_cache/*
Android:/ # rm -rf /data/dalvik-cache/*
Android:/ # rm -rf /data/system/package_cache/*

I dunno. Just rebuild the ROM. Good shabbos

same - good shabbos - thanks for all your help really appreciate

1 Like

gotta go - but i put the services.jar from the baidu link in the systam_a and compiled using crb and flashed with fastbootd and it booted but i still cant install apps

what smali files did you edit

More patches were applied in many locations.

Also includes:

  • adb_install_bypass.sh (put in `android-framework-jar-patching/patches)
  • patch-report.txt

Did not include the patch sh for background app kill, could add later (it is patched though in services.jar that I uploaded above though).

And again, if you add gms to build.prop, you wouldn’t have adb install issues anyway.

I’d test this on mine but it bootloops with your updated services.jar

And make sure you clear dalvik and art cache before rebooting, or just rebuild system or system+super and flash.

Let me know. It should work.

im gonna try this - i also will be adding gms to the build.prop, thanks

1 Like