Questions tagged [custom-rom]

88 questions
0
votes
0 answers

cannot turn on Wi-Fi and hotspot at the same time

I have a Redmi 9 (LAVA) android phone. I'm using custom ROMs and I just upgraded my android 12 custom ROM to android 13. Now I only have one problem. I cannot turn on wifi and hotspot at the same time as before. At first I thought it was because of…
joe04
  • 1
0
votes
0 answers

How to check if or not my (custom) ROM has 'classes.dex' in 'services.jar'?

I have a degoogled device (cactus) having a cr - lineage os 17.1 (unofficial) - and in order to use micro-g I have to first patch my device first, and to do that I first have to manually deodex 'services.jar' as preparation for signature spoofing…
0
votes
0 answers

error: "camera.msm8953 (SHARED_LIBRARIES android-arm) missing libqdMetaData (SHARED_LIBRARIES android-arm)

While building Miku OS for Mi A1(tissot) im getting this error:- warning: BOARD_PLAT_PRIVATE_SEPOLICY_DIR has been deprecated. Use SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS instead. [ 99% 1230/1231] finishing build rules ... FAILED:…
0
votes
0 answers

How to fix the sdk_addon data copy build error?

I tried to build the Android SDK Addon System Image of halogenOS 13 (AOSP 13, nothing was changed in the AOSP source code yet). The steps to build are as usual: source build/envsetup.sh lunch aosp_sdk_phone_x86_64-eng m sdk_addon At 100%, the build…
xdevs23
  • 3,824
  • 3
  • 20
  • 33
0
votes
0 answers

Can I Update Security Patch Custom Rom Android?

Can I update the custom rom android security patch?, The custom rom is in zip format
0
votes
0 answers

LineageOS build error OutOfMemoryError : Java Heap Space

I'm been trying to build LinageOS 18.1 but keep running into OutOfMemoryError : Java Heap Space I've increased the heap size with -Xxm25g and I can confirm it with java -version that the new heap size is indeed picked up by java, which shows Picked…
joke4me
  • 812
  • 1
  • 10
  • 29
0
votes
1 answer

Build Android for unsupported device

I want to build Android (in particular lineageOS) for an unsupported device that uses a Rocketchip 3399 processor. As far as I found out I need: device tree kernel vendor blobs Is it somehow possible to build a version for the ARM64 architecture…
jossdb
  • 43
  • 4
0
votes
0 answers

Unable to perfom flutter run and adb install/uninstall on Custom Rom [Android 11 (Rooted-Magisk) ]

I recently installed the Pixel Experience Plus ROM on my Redmi Note 8 Pro. When I try a streamed install or uninstall through adb , it fails and $ flutter run command fails/stalls at the "installing apk" step. This applies to existing apps as well…
Suraj Kumar
  • 81
  • 1
  • 2
0
votes
1 answer

Can't use anything(like touch, network and ADB) after freezing android 7

I have an app which is running videos 24 hr using exo-player. sometimes app running fine all day but sometimes whole android box were freeze and we don't do anything except power reboot. and also we don't have any logs to trace this issue.
Abdul Rafay
  • 131
  • 5
0
votes
1 answer

Get permission by default in AOSP project

I'm building a custom OS with my app as system app. I need to get storage, camera, etc., permissions by default when the OS is installed. How can I get these permission by default without any user interaction?
Jerin
  • 688
  • 1
  • 9
  • 21
0
votes
1 answer

How to get memory (RAM/ROM) consumption details in Android?

I am developing an Android App, where I have to display RAM consumption by each app running on the device as a foreground and background, I have gone through multiple solutions, but they only talk about total RAM and available RAM, So my queries…
ramkrishna kushwaha
  • 380
  • 1
  • 6
  • 17
0
votes
0 answers

error: libloc_eng: LOCAL_COPY_HEADERS is obsolete

Hey i am trying to build Sakura Rom 11 for ocean (Moto G7 Power). here is the logs i get when mka bacon. My common device tree is bringing gps so i removed hardware/qcom/gps/utils and hardware/qcom/gps/core (these gave me already definded…
user15254501
0
votes
1 answer

failed to build some targets for AOSIP

my question is similar to #### failed to build some targets (1 seconds) #### but there were no further updates. I'm trying to compile the image for AOSIP branch ten for OnePlus 7T and I used the following commands: repo init -u…
0
votes
1 answer

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

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…
0
votes
1 answer

Trying to replace supersu with magisk in customrom.zip

What if I want Magisk to be flashed with my custom Rom but the Rom has update-binary which is a shell script and the updater-script is just a dummy file, how to make?