Random Builds-AOSP

Search This thread

bigv5150

Senior Member
Jan 8, 2011
1,275
360
The link in post 25 works put it won't let me download I click the download button and it does nothing.
 

mikeyinid

Senior Member
Sep 4, 2010
8,871
4,001
Boise
AOKP is a little behind the game these days and ROM control sucks balls now. When you open ROM control the first thing you see is donation links and team member info. Shouldn't be Like that

Sent from my Moto X using XDA Premium 4 mobile app
 

mikeyinid

Senior Member
Sep 4, 2010
8,871
4,001
Boise
Changed the thread name, for obvious reasons. And I'll post the info for anyone else to build slim if they'd like.

Sent from my Moto X using XDA Premium 4 mobile app
 

mikeyinid

Senior Member
Sep 4, 2010
8,871
4,001
Boise
Slim info...

To build SlimKat. Put this in your local_manifest.xml:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest> 
  <remove-project name="platform/external/sepolicy" />


  <project path="device/motorola/moto_msm8960dt" name="CyanogenMod/android_device_motorola_moto_msm8960dt" remote="github" revision="cm-11.0" />
  <project path="device/motorola/qcom-common" name="CyanogenMod/android_device_motorola_qcom-common" remote="github" revision="cm-11.0" />
  <project path="device/qcom/common" name="CyanogenMod/android_device_qcom_common" remote="github" revision="cm-11.0" />
  <project path="external/sepolicy" name="CyanogenMod/android_external_sepolicy" remote="github" revision="cm-11.0" />
  <project path="hardware/qcom/audio-caf" name="SlimRoms/hardware_qcom_audio-caf" remote="github" revision="kk4.4" />
  <project path="hardware/qcom/display-caf" name="SlimRoms/hardware_qcom_display-caf" remote="github" revision="kk4.4" />
  <project path="hardware/qcom/media-caf" name="SlimRoms/hardware_qcom_media-caf" remote="github" revision="kk4.4" />
  <project path="kernel/motorola/msm8960dt-common" name="CyanogenMod/android_kernel_motorola_msm8960dt-common" remote="github" revision="cm-11.0" />
  <project path="vendor/motorola" name="TheMuppets/proprietary_vendor_motorola" remote="github" revision="cm-11.0" />
</manifest>

Then repo sync. Make sure youre on the caf branch.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    I've been messing around for a few days trying to get AOKP on my Moto X. Finally got it working. Thought I would share the build. It has been a while since I ran AOKP and I'm surprised to say that it isn't what it use to be...Anyway, here is the build. I still have some sepolicy stuff to sort through so it has the kernel from yesterdays cm nightly.

    ROM~~~~> https://app.box.com/s/pdvjj7cikxhk6hg0087n

    GAPPS~~~~> http://goo.im/devs/kxp/gapps/aokp-full_gapps-kk-20140211.zip

    Check under your Google acct after setting things up and make sure you didnt get a sync error. If you do just uncheck then recheck everything. It will sync correctly. I havent encountered any bugs yet.

    And It should work on ALL variants :)

    Of course you do flash this at your own risk...
    2
    Slim info...

    To build SlimKat. Put this in your local_manifest.xml:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <manifest> 
      <remove-project name="platform/external/sepolicy" />
    
    
      <project path="device/motorola/moto_msm8960dt" name="CyanogenMod/android_device_motorola_moto_msm8960dt" remote="github" revision="cm-11.0" />
      <project path="device/motorola/qcom-common" name="CyanogenMod/android_device_motorola_qcom-common" remote="github" revision="cm-11.0" />
      <project path="device/qcom/common" name="CyanogenMod/android_device_qcom_common" remote="github" revision="cm-11.0" />
      <project path="external/sepolicy" name="CyanogenMod/android_external_sepolicy" remote="github" revision="cm-11.0" />
      <project path="hardware/qcom/audio-caf" name="SlimRoms/hardware_qcom_audio-caf" remote="github" revision="kk4.4" />
      <project path="hardware/qcom/display-caf" name="SlimRoms/hardware_qcom_display-caf" remote="github" revision="kk4.4" />
      <project path="hardware/qcom/media-caf" name="SlimRoms/hardware_qcom_media-caf" remote="github" revision="kk4.4" />
      <project path="kernel/motorola/msm8960dt-common" name="CyanogenMod/android_kernel_motorola_msm8960dt-common" remote="github" revision="cm-11.0" />
      <project path="vendor/motorola" name="TheMuppets/proprietary_vendor_motorola" remote="github" revision="cm-11.0" />
    </manifest>

    Then repo sync. Make sure youre on the caf branch.
    2
    Just finished a Slimkat build but camera is broken. Soon as I get that sorted I'll post a build.

    Sent from my Moto X using XDA Premium 4 mobile app
    2