We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[releng/android] 提供armeabi-v7a ABI兼容的apk (32-bit arm apk)
目前在售的品牌安卓智能机中,仍有出厂设备仅搭载32位系统的,如:Redmi 9A (codename: dandelion)
目前siyuan只提供ABI arm64-v8a 的apk构建,无法在这类机型上直接安装使用。
适配arm (armeabi-v7a ABI) build.
线刷64位的三方ROM,如果厂商已开源该设备的内核树并且有第三方维护相应的ROM(如Redmi 7A codename:pine的情形)
这类情况多见于入门机型,可能是出于节约DRAM资源占用的考量,即便SoC支持arm64-v8a且性能足够,也只出厂预装搭载32位系统。(如: Redmi 7A与Redmi 8A使用了相同的SoC,但只有后者出厂时搭载了64位系统)。
The text was updated successfully, but these errors were encountered:
88250
No branches or pull requests
在什么情况下你需要该特性? In what scenarios do you need this function?
[releng/android] 提供armeabi-v7a ABI兼容的apk (32-bit arm apk)
目前在售的品牌安卓智能机中,仍有出厂设备仅搭载32位系统的,如:Redmi 9A (codename: dandelion)
目前siyuan只提供ABI arm64-v8a 的apk构建,无法在这类机型上直接安装使用。
描述可能的最优解决方案 Describe the optimal solution
适配arm (armeabi-v7a ABI) build.
描述候选的解决方案 Describe the candidate solution
线刷64位的三方ROM,如果厂商已开源该设备的内核树并且有第三方维护相应的ROM(如Redmi 7A codename:pine的情形)
其他信息 Other information
这类情况多见于入门机型,可能是出于节约DRAM资源占用的考量,即便SoC支持arm64-v8a且性能足够,也只出厂预装搭载32位系统。(如: Redmi 7A与Redmi 8A使用了相同的SoC,但只有后者出厂时搭载了64位系统)。
The text was updated successfully, but these errors were encountered: