Chris 'Nano' Bratusek
Chris 'Nano' Bratusek
@Lanchon maybe I get a kiss soon(tm)? I finally managed to create a dalvik-vm based patcher, that does **not** require ROM boot, instead instantly works. At least for me, need...
I've dropped the cpu core check accordingly. I'll have a look at Flashize soon(tm), but first I want to ensure everything works as-is currently. The problem with a bundled DalvikVM...
So, for the record: I've added addon.d support. (Once it works as it is now, I'll have a look at flashize.)
Using official Pixel C LineageOS I've succesfully tested 7.x patches (core, hook, ui) against 8.0 services.jar/Settings.apk, so you can use them as 7.0-8.0. https://forum.xda-developers.com/showpost.php?p=73577659&postcount=237
I haven't thought about that, will check it out.
Did you happen to test on Oreo on-device yet? Patching now takes about 3 to 4 times as long as on Nougat, besides that all AOSP/LineageOS based ROMs are patchable,...
Long time no see, I just tried dexpatcher 1.6.1, but if fails with a NullPointerException on a real device (will do more tests and post logs during the next days)....
This is what I personally use (for now) as wrapper script: ``` #!/bin/sh config="${HOME}/.config/solarus/solarus.conf" if [ ! -f "${config}" ]; then mkdir -p "$(dirname "${config}")" echo "[General] last_quest=" >> "${config}"...
I didn't know about the -add switch, fancy. Thanks. Am 27. Juli 2017 10:12:39 MESZ schrieb Nathan Moore : >See here, line 22: >https://github.com/Nate-Devv/solarus-debian-source/blob/master/zsdx/debian/postinst > >-- >You are receiving this...
Logcat between when trying to buy something. I can't get it to work with any custom ROM, though it works fine on Samsung TouchWiz. TouchWiz ROMs are granting much more...