Forked from TheFreeman193's repo (v100) with additions such as:
- Flag tested profiles by moving them into a 'tested' folder, these will not be selected again during next run
- Fallback to fuzzy-match for ABIlist folder, e.g., if the detected ABI is
arm64-v8a
, after all JSONs have been tested in the main folderarm64-v8a
, it will use JSONs from the following folders next, before using random folders:- arm64-v8a,armeabi-v7a,armeabi
- x86_64,arm64-v8a,x86,armeabi-v7a,armeabi
- x86_64,x86,arm64-v8a,armeabi-v7a,armeabi
- x86_64,x86,armeabi-v7a,armeabi,arm64-v8a
- If using osm0sis v5 fork, will automatically run the
migrate.sh
script after applying print. - Once you have collected your own list of working prints, put them in the
works_for_me
folder and runpickaworkingprint.sh
to shuffle between working prints.