custom-rom

#### failed to build some targets (1 seconds) ####

最后都变了- 提交于 2021-01-29 08:05:27
问题 I am building unofficial AOSP rom for my device(OnePlus One) I followed the steps in to initialise I have used the following commands source build/envsetup.sh lunch aosp_arm64-eng make -j4 output: ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=10 TARGET_PRODUCT=aosp_arm64 TARGET_BUILD_VARIANT=eng TARGET_BUILD_TYPE=release TARGET_ARCH=arm64 TARGET_ARCH_VARIANT=armv8-a TARGET_CPU_VARIANT=generic TARGET_2ND_ARCH=arm TARGET_2ND_ARCH_VARIANT=armv8-a

Generated system.img is not running on emulator. Api 25

廉价感情. 提交于 2019-12-11 15:41:32
问题 So I am trying to replace some small text files and add some apks into the system files of android. I am working on an emulator for api levle 25 x86 and no gplay. The system.img file is of around 2.5 gb (274783648 bytes ) First I unpacked the system.img using with the help of these files here https://github.com/nlitsme/extfstools and ran the code mentioned to extract the files sudo ./ext2rd system.img ./:savedir The files I got were of around 650 mb. After making the changes I tried to pack