Search results

  1. Slavon-93

    Thread [Q]Is it real to add these functions to TWRP?

    Hello, everyone. I'm an Android Developer with some experience in platform development. I've got an interesting task: to teach TWRP to take pictures from camera. I just wanna know if that is possible and what should I start with?
  2. Slavon-93

    Thread Speaker noise while calling

    Hi everyone. I've got a question: does anyone have a little noise in speaker during the call? This noise sounds like when you get the phone close to a computer loudspeaker during an active call or while loading something with mobile internet. It's not very loud, but when I speak without the...
  3. Slavon-93

    Thread Bootloop after flashing AOSP 8.0.0 to Pixel XL.

    Hello everyone. I have a problem. I'm building AOSP 8.0.0_r11 for Pixel XL and when I flash the result zip I'm getting a bootloop. How am I building? 1) Select java 1.8 2) cd AOSP_8.0 3) source build/ensetup.sh 4) lunch aosp_marlin-userdebug 5) make -j9 updatepackage 6) wait a couple of hours...
  4. Slavon-93

    Thread Persist partition permissions and owners

    Hi everyone. Got a bootloop, so had to format the persist partition. I made a backup of it with adb before formatting, but forgot to save permissions/owners of every file. Could anyone just make an "ls -l" in all folders of /persist? Thank you. P.S. I'd appreciate if anyone makes a full image...
  5. Slavon-93

    Thread OEMINFO collection

    Hello everyone. I have an idea: let's share our oeminfo? What is oeminfo? Oeminfo is a partition in Huawei devices that defines what regional settings will be applied on boot. How does it work? No one except Huawei knows what exactly this partition contains. It can't be mounted, most likely...
  6. Slavon-93

    Thread [Q] Theme Chooser doesn't change interface.

    Hello everyone. Some time ago I've got a task to port T-mobile Theme Engine from Cyanogen to AOSP 4.3 and launch it in the emulator (goldfish). I have never ported anything before and have never developed anything for Android, so the way I've done this task can be irrational. Well, I moved the...