haystack icon indicating copy to clipboard operation
haystack copied to clipboard

Android 10

Open ghost opened this issue 5 years ago • 7 comments

ghost avatar Sep 27 '19 22:09 ghost

we are waiting for your update for android 10 dude

jpourmalek avatar Nov 23 '19 13:11 jpourmalek

i am not working on it. all roms seem to be odexed.

Lanchon avatar Nov 23 '19 16:11 Lanchon

@Lanchon Android 10 can be compiled, even LineageOS is available at their 17th version.

How can I help to make this a solution? I tried this patch, and might work https://github.com/microg/android_packages_apps_GmsCore/pull/957

waltercool avatar Nov 30 '19 15:11 waltercool

also it appears that some of the jars that haystack patches are in APEX packages now.

ghost avatar Nov 30 '19 21:11 ghost

@steamp0rt,

yes i know, though android rom builds default to flattened apex mode which means the plain old files are accessible somewhere by default.

and odex files inside apex files can possibly be in cdex format.

the open source community should really fork away from google's android once and for all. we should all be seen externally as android 7 maybe. and devs who want to stop support of android 7 loose a sizable fraction of power users. if we are enough, they won't do it.

Lanchon avatar Nov 30 '19 23:11 Lanchon

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 recently.

The code I use for mounting APEX for proper working environment in TWRP can be found here: https://gitlab.com/Nanolx/NanoDroid/blob/master/CommonInstaller#L231

Nanolx avatar Jan 01 '20 13:01 Nanolx

any updates?

anoosa1 avatar Feb 13 '22 03:02 anoosa1