Maarten Fonville

Results 24 issues of Maarten Fonville

Maybe you want to integrate our latest patch into the mainstream dummydroid? (I believe the latest sources are not published anymore?) https://github.com/mfonville/dummydroid/commit/3911096fa59cab010abad5971c05c8c149e546aa

Hi, when trying to deodex the following APKs from the latest Fugu image ( https://dl.google.com/dl/android/aosp/fugu-mmb29v-factory-2db4c688.tgz ) oat2dex fails at the following apps (that were actually correctly deodexable on the lollipop...

http://forum.xda-developers.com/android/apps-games/app-microg-gmscore-floss-play-services-t3217616 https://github.com/microg/android_packages_apps_GmsCore - Base a package around the MicroG services from the thread - Install GsfProxy as core - By default install/bundle the BlankStore - If user chooses not to...

enhancement

When Android N will be released, even more changes for our compatibility-mechanisms will probably have to be applied. Our codebase becomes more difficult to manage over time, because of the...

enhancement

We don't need to have update-binary dependend on installer.data anymore, we can put it all together in one file when the result is being generated. But the current inc.update-binary.sh is...

enhancement

The intermediate output of apkhelper can also be useful to search for missing APKs on Google. Could we find a way to output this in a convenient way?

Should probably become part of apkdownload-helper

To prevent crawling too many pages of the really big stores

a new "to be downloaded"-url would be added to the apkdownload-helper instance; the helper would only do 1 download at a time per host e.g.: so 1 at aptoide can...

Enable the possibility to use (public) proxies during the crawling of aptoide, avoiding the delay limits (and skip the initial-delay request in that situation)

enhancement