Questions tagged [android-rom]

Topics related to Android custom ROM development. For topics related to Android app development, use the Android tag

46 questions
0
votes
0 answers

Is there any way to dump physical ROM memory in android

Most of partitions in android can be copied by mounting partition and then using dd command. But in case I want to copy area memory of uboot, That solution can't resolve. My question is that is there anyway I can dump whole ROM memory in an android…
hugtech
  • 379
  • 2
  • 4
  • 11
0
votes
1 answer

MutableLiveData won't trigger loadAfter to fetch from Android ROM using PagedList

I have 70 itens stored on my ROM and I would like to fetch a paged amount of 15. I read many posts so far with related issues, however none of them were useful for me. Some possible causes for loadAfter not being triggered: Solution 1 : call…
0
votes
0 answers

Keep screen off when power supply is connected/disconnected

A rooted device I use, namely HTC 10 running stock Android 8 firmware, has annoying behavior: when power supply is connected/disconnected, its screen goes on for about 15 seconds. I know it for sure that other devices (even different models from HTC…
Alexander Abakumov
  • 10,817
  • 10
  • 71
  • 111
0
votes
1 answer

Android - What folder can I use to save the apps data against wipe?

I am building the Android 9 Pie GSI from the AOSP and flashing it into the PIXEL 3XL. I have my own application and I have added it to the Android 9 Pie GSI ROM - so this application builds together with the ROM. This application has privileged app…
drkr
  • 81
  • 1
  • 6
0
votes
1 answer

Jack ERROR while building AOSP Extended ROM

I'm trying to build Aosp Extended oreo ROM for Leeco le 2(s2) I have a Google Cloud platform VM with 16GB RAM, 4cores. I searched for similar cases but couldn't find anything. I also asked XDA, Reddit, Custom Rom development telegram groups but…
0
votes
1 answer

Remap device power button to show a dialog

I want to remap the power button to show a custom system dialog / alert dialog instead of turning the screen off and on. I've looked at the Button Remapper apps but haven't seen any way I can do it. I want to do it without making a custom ROM but…
0
votes
1 answer

How to install Google play services in Custom Android ROM(ETM machine)

I am using ETM machine to make a payment receipt in my android application.My android app is having google Signin which requires google services so when I use my app on ETM machine it will give an error. So my question is how we can add google play…
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
0 answers

How can we prebuilt 3rd app to android ROM

I'm try to prebuilt Facebook to my ROM in two way Android.mk file like below. But Facebook till does not work ... 1. try this way my_archs:=arm arm64 my_src_arch :=$(call get-prebuilt-src-arch,$(my_archs)) LOCAL_PREBUILT_JNI_LIBS…
caopeng
  • 746
  • 11
  • 22
0
votes
1 answer

Android custom ROM: force software decoders

I'm building a ROM from AOSP, running on Nexus 5X (bullhead). I wish to completely disable hardware audio/video decoders and make the platform route everything through software - to work exactly the same as on emulator. I've tried editing…
0
votes
1 answer

Camera and Music does not open in Android Pixel

I have compiled the android OS from the AOSP source code (7.1) and flashed the image on to the google Pixel device. I was successful in flashing the image but the camera and music do not seem to work. On clicking on the camera it shows "Camera error…
Akshaya
  • 17
  • 5
0
votes
0 answers

Is it possible to flash or install stock Android on a smart watch?

I am looking to install stock Android (Lollipop/Marshmallow etc.) on my LG Watch Urbane. I cannot find any help on this since everywhere I search, I only get information about Android Wear. I do not want Android Wear but a full, regular version of…
Potato
  • 121
  • 7
0
votes
1 answer

How can I edit Settings.apk in android GB

Hi I need to add Tab Named Developed By inside option About Phone in my Setting.apk in Android GB containing Developer name, ROM Developer and Contact with me... etc please help me. I tried a lot but all attempts failed. About Phone > Developed By:…
-1
votes
2 answers

make error : No rule to make target

I am trying to add an application into the android custom rom. While running the make command I get this error: *** No rule to make target packages/apps/MyApp/AndroidManifest.xml', needed…
-2
votes
1 answer

how to root and use google play service

i am using project tango development kit( Tablet model NX-74751) and the lenovo phab2 pro(smartphone model Lenovo PB2-690N) to develop project tango. problem 1: how to root the tablet of project tango development kit( Tablet model NX-74751) problem…