Recent content by Husain136

  1. H

    Thread Help with getting network again on my Moto G5 Plus (XT16868-Indian Model)!

    Hello guys, So I have a Moto G5 Plus Indian Model (XT1686) and I was using Pixel Experience ROM on it and then when I tried to revert to the stock ROM, I unknowingly deleted IMEI number and I'm left with no network and Sim Card detection. I have tried every possible ways to probably get it...
  2. H

    Post Android n, and custom roms!

    For your kind information guys, android n preview 1 source code is out. Check it out - https://android.googlesource.com/platform/manifest/+/android-n-preview-1 . You can sync it using the repo tool, repo init -u https://android.googlesource.com/platform/manifest -b android-n-preview-1 . Good...
  3. H

    Thread Moto G3 (Osprey) AOSP ROM Development

    Hi Guys, I want to make an AOSP ROM for Moto G3 (Osprey), I l have the source code of the Master Branch of AOSP. Please guide me guys, I'll really appreciate. Regards.
  4. H

    Thread How to make an AOSP ROM for Moto G 3rd Gen?

    I want to build my first pure working AOSP ROM for Moto G 3rd Gen, can anyone help me out :( ? And yes, its a 2GB variant. Moto G 3rd Gen Developers :confused: ? I've never build a build for Android :rolleyes: , Please Guide Me!! Any Answer will be Appreciated, Regards.
  5. H

    Post [4.3] Can't mount external partition with Link2SD on rooted Xperia M

    You are writing it wrong. It's not "mount -o rw, remount /system" , It's "mount -o remount, rw /system" . Try this, adb shell su mount -o remount, rw /system For me this works perfectly. Hope this works for you :P .
  6. H

    Post Where Is Launcher2.apk in Nexus 5's Firmware

    So where that apk would be? Sent from my GT-I9082 using XDA Free mobile app
  7. H

    Thread Where Is Launcher2.apk in Nexus 5's Firmware

    Hi Developers! I need a little help, I downloaded nexus 5's latest firmware of android version 5.1.1 and i extracted its system.img and in "/system/priv-app/Launcher2/", there was no Launcher2.apk. Any Idea About What Would Have Happened? I tried Extracting it 4-5 times but then also there...