Search results

  1. BusinessKid

    Thread Kernel sources for Redmi 7 [onc] released!

    The kernel sources for our beloved device Redmi 7 [onc] has been released on MiCode/Xiaomi_Kernel_OpenSource! The code is not on master yet and a stable rollout is expected by the end of this month. Hurrah! Finally we can begin development for this all-rounder device. So get your development...
  2. BusinessKid

    Thread Does the AOSP 9.0 GSI have camera2api enabled by default?

    Hi there, I came across phhusson's GSI for arm64 a-only and am looking forward to flashing it. But the question is - is camera2api enabled by default so that I can run GCAM? Regards, SN
  3. BusinessKid

    Thread Which GCAM to use?

    All right, I unlocked my Redmi 7 [onclite] and now I need to enable camera2api and install GCAM. Can anyone guide me on the same?
  4. BusinessKid

    Thread Flashed custom ROM now can't revert to stock

    Yeah yeah, I know I didn't do a Nandroid Backup before flashing the custom ROM. But saying that isn't too much a help now - is it? So here's the story: Downloaded TWRP Official (twrp-x.x.x.img.tar) (from twrp.me) Flashed by selecting AP in Odin 3.1 Downloaded custom ROM ZIP and GApps and copied...
  5. BusinessKid

    Thread How does GSF detect a device?

    Let's say I have a Pixel, how would Google know it is one? Of course the old days are gone, the build.prop is no longer a big deal, because I've tried out a couple of tweaks on my devices (A5, Nexus 6P, Pixel C) and Google would easily detect that it's not a device as defined in the build.prop...
  6. BusinessKid

    Thread [GUIDE][MEDIATEK] A no-fuss guide to rooting ANY mediatek device (UPDATED)

    /* * Your warranty is... well void!:( * * I am not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app failed. * Before flashing the boot image do some research! * YOU are choosing to make these modifications, and if * you point the...
  7. BusinessKid

    Thread 'Device not play protect certified' after rooting my Pixel

    I rooted my Pixel 2 following the guide on XDA Portal, by flashing the patched boot image to my device and now I get this alert from Google Play that 'Device is not Play Protect Certified' when using the Google Play Store. I have had this kind of issue previously, while rooting my Nexus 6P and...
  8. BusinessKid

    Thread [OFFICIAL]Zenfone Max Pro M1 official unlock tool and latest kernel sources

    Unlock bootloader using this tool: Unlock Tool (ASUS Official) Kernel Sources (over last version): Kernel Sources (X00TD) That's all! Enjoy modding!
  9. BusinessKid

    Thread How to add SuperSU to system.img?

    I'm working on a custom ROM and I'm done with the building part (from source). Now the issue is, how do I add SuperSU for root as soon as the ROM is flashed. I don't want to go into custom boot images, as supporting lots of devices would be a pain. So how should I go about getting this done...
  10. BusinessKid

    Thread TWRP Touch does not work

    I successfully ported TWRP for my device, and can boot it up. However it is not very successful if as I can't use touch. I can only use the power button, which unfortunately just locks TWRP, rendering the whole thing to be more useless. I unpacked my stock recovery and my port recovery using...
  11. BusinessKid

    Thread [RECOVERY][MT6735]TWRP for Panasonic Eluga Arc 2

    Now the sweat-less part: TWRP Recovery for Eluga Arc 2 I have ported TWRP for Panasonic Eluga Arc 2 owners, who have been struggling for the last 2 years looking for rooting their phone. How to flash: How to TWRP: 1. Get SPFlashTools 2. Get the Android_scatter_file (attached below) 3. Double...
  12. BusinessKid

    Thread Calling all developers

    This thread will be removed
  13. BusinessKid

    Thread How to check if background app service is running?

    I want to check whether my background service: `com.sntdev.devapp.bg_svc` is running or not? I have tried using this code: private boolean isServiceRunning() { ActivityManager manager = (ActivityManager) getSystemService(ACTIVITY_SERVICE); for (RunningServiceInfo...
  14. BusinessKid

    Thread [BACKPORT] Storage Manager from AOSP 7.1.2

    I have successfully ported Storage Manager from AOSP 7.1.2 to API23+. Download the file and enjoy. 1. You don't need root: Enable unknown sources in Settings 2. Now open the APK 3. Install and enjoy! Download here: https://mega.nz/#!ZvolBLYT!JvsCJeNCgM7wB7rUapByBcmFtX2mzUmtiCD4eBE6j1U
  15. BusinessKid

    Thread [REQUEST]To download a file

    IDK but I failed in downloading 3 files. Can anyone download and mail it to me? These are the links: http://reliablefiles.com/file/A5gG94 http://reliablefiles.com/file/A5ghE http://reliablefiles.com/file/A5gl63 Please mail the files to [email protected] Best regards, BusinessKid (a kind request)
  16. BusinessKid

    Thread [REQUEST] Please provide support for Panasonic Eluga Arc 2

    I own a Panasonic Eluga Arc 2 and would like to install a custom ROM on it. Is there any ROM for it, or can be developed? Please let me know.
  17. BusinessKid

    Thread Is there any custom ROM for Eluga Arc 2?

    I have an old device, that I use for testing purposes, which is currently running marshmallow. I'd like to install a custom ROM on my Nexus 5X, such as AOSPA, to get Android 7.1.2 or something similar. I'm looking forward to working with anyone to get a ROM developed, for my device or is there a...
  18. BusinessKid

    Thread Does anyone need Storage Manager? [BACKPORT]

    I have successfully ported Storage Manager from Android 7.1.2 to Android 6.0+ (API23). If you need it please contact me. Sent from my Pixel XL using XDA-Developers Legacy app
  19. BusinessKid

    Thread Google settings port

    This might sound crazy, but can anyone port Google Settings 8.0 or Google Settings 7.1 to Android marshmallow? I've got the APKs, but can anyone try resolving this for me? Android Settings 8.0 Android 7.1.2 Settings: Thanks