Questions tagged [custom-rom]

88 questions
0
votes
1 answer

Android 8 System App update effective only after reboot

TL;DR: When updating system apps on android, the updated app is only started after reboot. I am developing a custom ROM based on Android 8.1.2 for a custom device based on Rockchip RK3126c. I took the AOSP source from the board manufacturer and only…
Erlkoenig
  • 2,664
  • 1
  • 9
  • 18
0
votes
1 answer

Note 5 No SIM Card, No WI-FI and invalid imei after flashing LineageOS 16 and HyperKernel

Thanks for care of my problem. i have Samsung glaxy note 5(SM-N920C) and im flashed android 9 custom rom for s6+ and hyperkernel. after flashing them, my phone's imei is gone ,i cant use wifi and phone is not dedectimg SIM. i was try installing…
0
votes
0 answers

getStrengthSupported returns true on Stock roms but false on custom roms

After i flashed my phone with LineageOS which is a custom rom, my equalizer got alot of UnsupportedOperationExceptions. getStrengthSupported also returns false on custom roms but true on stock android. For now i just disable my equalizer if i catch…
Vince VD
  • 1,506
  • 17
  • 38
0
votes
1 answer

How can I fix this error, building OmniRom?

Currently, I am building OmniRom for the android device beryllium. First, I downloaded the source. Then I cloned the xiaomi vendor from https://github.com/TheMuppets/proprietary_vendor_xiaomi. After that I executed the "breakfast" command with…
Venji
  • 63
  • 1
  • 9
0
votes
1 answer

How to include custom splash.img in AOSP build

I am building a version of Android Nougat from the AOSP source tree. I have a custom splash screen image which I am flashing with fastboot(code below) and I'd like to include it in the AOSP build if possible. fastboot erase splash fastboot flash…
A. Watson
  • 83
  • 2
  • 9
0
votes
1 answer

system/core/include/utils/String16.h:20:10: fatal error: 'string' file not found

I was trying to build PixelExperience 9.0 pie rom. I only get string file missing error. I looked inside that string16.h file but I didn't understand much. Does anyone know why it's happening. some helpful…
0
votes
1 answer

Android Addon.d script not running properly

I have an addon.d script that removed unwanted apps after every update so that they don't come back but it seems that the code responsible for it isn't executed whenever I update my device. Is it that the restore function isn't executed so that is…
user9861845
0
votes
1 answer

How to display a custom signal strength UI when the actual signal strength is empty?

I built my own custom ROM from AOSP Source using Google Cloud Platform. I synced and compiled everything into a flash able zip. Everything works fine except the signal strength keeps flickering (empty cellular signal strength) which I've never seen…
iJusPan
  • 15
  • 8
0
votes
0 answers

Error while compiling android source code android-6.0.1_r7

Hello I have latest ubuntu 16.0.4,I am following this tutorial for compiling android source code source code for android but I am getting this error clang: error: linker command failed with exit code 1 (use -v to see…
shankey
  • 343
  • 2
  • 9
0
votes
1 answer

Problems with compiling Android Oreo for tablet

Hi could someone tell me what this error is related to? I don't know whats causing it. Error - cannot assign to readonly variable: SOONG_CLANG_CONFIG_arm_TARGET_TRIPLE The build log: ============================================ [44/44] bootstrap…
0
votes
2 answers

Where is the corresponding device folder for aosp x86_64 lunch combo?

I have successfully built the aosp_x86_64 from lunch combo. Now I want to customize the build by adding overlay folder. But I couldn't find it's corresponding device tree folder. Please let me know the location of the folder.
0
votes
1 answer

How to add a zip file in a custom ROM's zip

I want magisk & viper to be flashed in my aosp built. I want it to happen in 1 zip. Like after flashing of rom magisk should be flashed on same zip How to do it?
0
votes
1 answer

How to fix "device/asus/msm8916-common/ms8916.mk does not exist" error while compiling Atomic OS from source?

I have recently started learning comoiling rom from source. I have followed this guide https://forum.xda-developers.com/showpost.php?p=54118852&postcount=9 to make the the lineage device tree(for my device) compatible with Atomic OS. But after…
0
votes
0 answers

How to build custom Cyanogenmod for Galaxy S5 Exynos (G900H)?

I am trying to build my own custom Cyanogenmod ROM for Galaxy S5 Exynos (G900H), but it seems that this model was never supported by CM and now by LineageOS. At first I tried to flash the regular Galaxy S5 (klte) ROM, however the regular system.img…
J. Doe
  • 191
  • 1
  • 10
0
votes
1 answer

How can I change the default home page url in an Android custom ROM?

Hello I'm working in a custom ROM for Android. I would like to change the default home page url of the browsers like Chrome. Is there any file to change this?
Pablo Martinez
  • 1,573
  • 12
  • 31