Questions tagged [custom-rom]

88 questions
1
vote
1 answer

Error Building Lineage OS on macOS;unknown type name 'StringPiece'

When I was trying to build my first custom rom based on 7.1.1 (lineage os) the following error occurred. SPECS ARE : Macbook pro 2015 retina Ram:8GB Storage:512 Processor Name: Intel Core i5 Processor Speed: 2.9 GHz OS: MacOs Sierra…
1
vote
0 answers

/dev/block/bootdevice/by-name/userdata Error

I have tried to install RR-N-v5.8.0-20170106-dior-Official.zip with PhilZ Touch 6. After Wipe Dalvik/ART Cache and tried to install zip I got the below error. could not detect file system for /dev/block/bootdevice/by-name/userdata Can any one help…
Ravindra Nadh
  • 131
  • 2
  • 10
0
votes
0 answers

How to change system ui / Status Bar icons in android custom rom

I am building Custom rom based on AOSP i just want to make application from which i can change system ui Icons just like other roms ( Application in which you can modify whole ui ) . Any idea how to ? or any resource ? something like I can modify…
Yash
  • 55
  • 2
  • 6
0
votes
0 answers

How to integrate MapMyIndia SDK in AOSP 13?

I'm building custom AOSP ROM. I would like develop my own navigation/map application inside AOSP. How can I use/integrate MapMyIndia SDK in AOSP ?
0
votes
0 answers

can we build custom ROM for touch table(27" inch monitor) having Android os?

I want to build custom rom for android os (touch table),for customizing launcher and specific apps only available in that. like this table :https://popshap.com/27-inch-touch-table
Mayuri
  • 121
  • 10
0
votes
0 answers

Is there a way to restore the original system partition on an android device using adb or TWRP?

Successfully rooted my grandfather's old Lenovo K6 Power to install kali nethunter for a project, but it was on android 6 and termux requires android 7+. i didnt realize this at the time and so I tried to update my software, but instead of rebooting…
Adi B.
  • 37
  • 4
0
votes
0 answers

Start service from system app in a custom rom

My usecase is really simple, I want to create a system app which starts a Service. (I'm new to custom-rom development) To do so I've added: android:sharedUserId="android.uid.system" in my AndroidManifest.xml. As of now I'm still using an official…
Biscuit
  • 4,840
  • 4
  • 26
  • 54
0
votes
0 answers

Ninja build failing while building lineageos 17.1

This is the error that is shown: FAILED: ninja: 'out/soong/.intermediates/system/core/init/libinit/android_arm_armv8-a_core_static/gen/proto/system/core/init/persistent_properties.pb.h', needed by…
0
votes
0 answers

Turn off auto restart on android when remove screen?

I am editing Android 10 ROM to run on phones without a screen. However, when I remove the screen, the phone automatically restarts. How can I disable this feature? "I have researched many forums, but there is no solution."
0
votes
0 answers

Error while building Pixel experince 13 "Failed to resolve classcommon statement at out/....../plat_policy_for_vendor .cil:"

[ 0% 398/56578] //system/sepolicy:plat_policy_for_vendor.cil Building cil for plat_policy_for_vendor.cil [common] FAILED:…
0
votes
0 answers

How do I deodex a .kdz file for the LG X Power (K210)?

So, I'm trying to make an os made for the LG X Power (K210), and I can't find a deodexed version of the rom. So, I went on Google, and found a .kdz file and I tried to deodexed it, turns out however, I don't know how to deodex a .kdz file beacause…
Shan
  • 13
  • 5
0
votes
0 answers

Custom Rom FM Radio Native Library Class Path Loading

I am working on a custom rom for the Unihertz Titan and have come across an issue with the FM Radio application. It requires a library "libfmjni.so" to run. Originally, this shared library is found at /product/lib and /product/lib64. I exported the…
0
votes
2 answers

Change bootanimation in aosp code for custom rom

I have successfully compiled the aosp code for android 11, I tried to change the bootAnimation, but still I am seeing the legacy android bootAnimation on emulator after successfull build. Below are the changes I have done: Created boot.zip file…
Sanat Pandey
  • 4,081
  • 17
  • 75
  • 132
0
votes
0 answers

The AOSP build is not booting, anyway to fix?

[ 0.363026] SELinux: Loaded file_contexts [ 0.364133] [libfs_mgr]Invalid f2fs superblock on '/dev/block/bootdevice/by-name/userdata' [ 0.364605] recovery: [libfs_mgr]Failed to mount /data: File exists [ 0.364611] recovery:…
0
votes
0 answers

AOSP BUILD : Audio and vibrator not working, any way to fix?

I build riceDroid rom but no audio and vibration feedback. I will add logcat snippet showing the audio and vibration errors and links to device tree and hardware configs with this post. Please help me to fix Device Tree Hardware Logcat…