Chris 'Nano' Bratusek
Chris 'Nano' Bratusek
APEX isn't so much of a problem, you can easily mount those files loop-back, they look like normal odex files inside and vdexextractor was updated with Android 10 support just...
I worked something out. In https://github.com/Nanolx/NanoMod you'll now find the sub directory `framework-patcher` this is indeed an on-device framework-patcher. You can use it in two ways: * flashable zip *...
Ah... about the speed: on my Galaxy Tab 4 that process takes about 3 - 4 Minutes. Edit: on my Moto X Play it also takes about 3 Minutes. Quite...
Almost: * ROM * Magisk * Patcher NanoMod stays intact until you wipe /data (regardless of Magisk re-install). That is, if the patcher zip works for you, too. If that's...
I pushed an updated version to github which fixes several issues and uploaded a new zip to https://www.androidfilehost.com/?a=show&w=files&flid=150729 (it's the "NanoMod-patcher-YYYYMMDD.zip" file)
@Lanchon I noticed the following regarding dalvikvm/dexpatcher on device: * some devices need to boot atleast once into the ROM after full wipe, else `dalvikvm` fails to initialize * happens...
@lanchon Thanks! My zip mounts `/system` and runs the `dalvikvm` command from the ROM, on clean flash it takes ages - as you said because everything is still in unprepared...
I made avian-pack finally compile on my linux-x86_64 box, but not (yet) an cross-compiled one for use on android. * patch for [avian-pack](http://www.nanolx.org/x/avian-pack.diff) * patch for [avian sub-module](http://www.nanolx.org/x/classpath-android.diff) * apply...
OK, I'll have a look at both. Currently trying to build avian-pack for arm, let's see how this will work out.
I spent my time with different things, for now I have not succeeded in creating a static build of avian-pack. But I further improved the dalvik-vm based one, so that...