[ROM][5.1.1][OFFICIAL]SlimLP[08/16/2015][ZE551ML/ZE550ML]

Status
Not open for further replies.
Search This thread

deadman96385

Retired Forum Moderator / Recognized Developer
Aug 19, 2011
2,283
7,856
Saint Paul, Minnesota
attachment.php


SlimLP Android 5.1.X

All of the sources can be publicly viewed through GitHub and you can stop by the public Gerrit to submit patches of any type.

SlimLP is the project name for SlimRoms based on Android 5.0 Lollipop and offers the following original features:
Slim Dialer
A full replacement of the official Google closed source dialer with added features. - We've got you covered.
Privacy guard
Disable unnecessary permissions set by app developers. - Privacy is part of the experience.
Slim Center [WIP]
Downloads, contact information, system app removal. - More fun than you can shake a stick at.
System-Wide Keyboard Controls
Rotation, cursor control, optional emoticons..etc. - You'll be tapping away to your heart's content.
Slim Global Menu
Full Layers 2.1 Support
Custom Shortcuts [WIP]
Hardware keys, Navigation Ring, Navigation Bar, Lockscreen, Tiles, Notifications etc. - Customize it the way you like it.

SlimLP is currently in alpha / beta stage, some custom features are already in place, but much much more is planned for the future

Download:
Z00A Here
Z008 Here

The official webpage where you find everything you need to know about SlimRoms.

slimroms.eu


Deathly Kernel Source


Get in touch! - Contact SlimRoms at these places if you have questions, requests or feedback.

Google+

Twitter

Facebook

@crpalmer , @jrior001, @hharte for bringing up the zf2

Disclaimer: SlimRoms are not responsible for any damages to your device.
 
Last edited:

deadman96385

Retired Forum Moderator / Recognized Developer
Aug 19, 2011
2,283
7,856
Saint Paul, Minnesota
How to build slim at home

My Local Manifest:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest> 
  <!-- ZenFone 2 repos -->
  <project name="SlimRoms/device_asus_Z008" path="device/asus/Z008" remote="github" revision="lp5.1" />
  <project name="SlimRoms/device_asus_mofd-common" path="device/asus/mofd-common" remote="github" revision="lp5.1" />
  <project name="SlimRoms/device_asus_Z00A" path="device/asus/Z00A" remote="github" revision="lp5.1" />
  <project name="SlimRoms/kernel_asus_moorefield" path="kernel/asus/moorefield" remote="github" revision="lp5.1" />
  <project name="TheLoonyBin/proprietary_vendor_asus" path="vendor/asus" remote="github" revision="lp5.1" />
</manifest>

Just building with that local manifest will make a build that does not have dual sim support you will need to include a cherry-pick from gerrit there is also a few cherry-picks from the slim gerrit for dual sim stuff (Run it on the root of your build dir)


The Chained Command:
Code:
cd hardware/ril && git fetch https://review.slimroms.eu/SlimRoms/hardware_ril refs/changes/40/7040/1 && git cherry-pick FETCH_HEAD && cd .. && cd ..  && cd frameworks/base && git fetch https://review.slimroms.eu/SlimRoms/frameworks_base refs/changes/89/2589/4 && git cherry-pick FETCH_HEAD && git fetch https://review.slimroms.eu/SlimRoms/frameworks_base refs/changes/92/2592/4 && git cherry-pick FETCH_HEAD && git fetch https://review.slimroms.eu/SlimRoms/frameworks_base refs/changes/79/6979/1 && git cherry-pick FETCH_HEAD && cd .. && cd ..
 
Last edited:

Ratedzelaya

Senior Member
Mar 27, 2012
91
21
MMS isn't working for me and camera pictures are very grainy compared to stock. Overall seems smooth and quicker than stock. Really like some of the custom options on here. Tap2wake and tap2sleep work fine too.
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 81
    attachment.php


    SlimLP Android 5.1.X

    All of the sources can be publicly viewed through GitHub and you can stop by the public Gerrit to submit patches of any type.

    SlimLP is the project name for SlimRoms based on Android 5.0 Lollipop and offers the following original features:
    Slim Dialer
    A full replacement of the official Google closed source dialer with added features. - We've got you covered.
    Privacy guard
    Disable unnecessary permissions set by app developers. - Privacy is part of the experience.
    Slim Center [WIP]
    Downloads, contact information, system app removal. - More fun than you can shake a stick at.
    System-Wide Keyboard Controls
    Rotation, cursor control, optional emoticons..etc. - You'll be tapping away to your heart's content.
    Slim Global Menu
    Full Layers 2.1 Support
    Custom Shortcuts [WIP]
    Hardware keys, Navigation Ring, Navigation Bar, Lockscreen, Tiles, Notifications etc. - Customize it the way you like it.

    SlimLP is currently in alpha / beta stage, some custom features are already in place, but much much more is planned for the future

    Download:
    Z00A Here
    Z008 Here

    The official webpage where you find everything you need to know about SlimRoms.

    slimroms.eu


    Deathly Kernel Source


    Get in touch! - Contact SlimRoms at these places if you have questions, requests or feedback.

    Google+

    Twitter

    Facebook

    @crpalmer , @jrior001, @hharte for bringing up the zf2

    Disclaimer: SlimRoms are not responsible for any damages to your device.
    27
    How to build slim at home

    My Local Manifest:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <manifest> 
      <!-- ZenFone 2 repos -->
      <project name="SlimRoms/device_asus_Z008" path="device/asus/Z008" remote="github" revision="lp5.1" />
      <project name="SlimRoms/device_asus_mofd-common" path="device/asus/mofd-common" remote="github" revision="lp5.1" />
      <project name="SlimRoms/device_asus_Z00A" path="device/asus/Z00A" remote="github" revision="lp5.1" />
      <project name="SlimRoms/kernel_asus_moorefield" path="kernel/asus/moorefield" remote="github" revision="lp5.1" />
      <project name="TheLoonyBin/proprietary_vendor_asus" path="vendor/asus" remote="github" revision="lp5.1" />
    </manifest>

    Just building with that local manifest will make a build that does not have dual sim support you will need to include a cherry-pick from gerrit there is also a few cherry-picks from the slim gerrit for dual sim stuff (Run it on the root of your build dir)


    The Chained Command:
    Code:
    cd hardware/ril && git fetch https://review.slimroms.eu/SlimRoms/hardware_ril refs/changes/40/7040/1 && git cherry-pick FETCH_HEAD && cd .. && cd ..  && cd frameworks/base && git fetch https://review.slimroms.eu/SlimRoms/frameworks_base refs/changes/89/2589/4 && git cherry-pick FETCH_HEAD && git fetch https://review.slimroms.eu/SlimRoms/frameworks_base refs/changes/92/2592/4 && git cherry-pick FETCH_HEAD && git fetch https://review.slimroms.eu/SlimRoms/frameworks_base refs/changes/79/6979/1 && git cherry-pick FETCH_HEAD && cd .. && cd ..
    19
    We are now Official, i will be maintaining the zenfone 2 for Slim (Next builds will be marked as Official)

    Device Trees:
    Z008
    Z00A
    Common Repo

    Forked Deathly kernel
    11
    8/9 builds in op

    First builds marked as Official

    Changes:
    I have built these with the following WIP commit: https://review.slimroms.eu/7047 this brings the dual sim code inline with aosp instead of caf this gets rid of some of the annoying aspects of having a dual sim like the permanent icon when there is no sim a slot as well as the carrier info on the bottom of the lockscreen and notification drawer as well as a ton of other fixes changes under the hood, CM did this quite a while ago. Currently the only downside is it breaks the ability to disable the activity arrows on wifi but that will be fixed hopefully by the next build
    5.1.1_R9 merged
    Even more Slimdim performance improvements

    For the music issue try enabling awesome player in developer options it might fix your issue and personally i have not experienced a major battery drain that others are reporting.
    11
    8-16-15 Build

    Z00A is uploaded and link updated in the op
    Z008 is uploaded and link updated in the op

    Added Slim Global menu (Power menu options) from gerrit
    Full Layers 2.1 Support
    Increasing Ringtone option from gerrit
    Allow Unlinking ringer with notification volume from gerrit
    Allow/prevent notification light in Zen mode from gerrit
    Added a notification tile that acts as a quick toggle from gerrit
    Allow disabling the sound that plays when you adjust the volume from gerrit

    Lots and lots of msim changes from cm in settings here are a few of the main ones (Keep in mind these changes are still open on gerrit so they may have issues)
    Data toggle in sim settings
    Mobile settings for both sims in sim settings
    Sim color options
    Ringtone per sim
    Preferred network type fixed so it now shows in settings (Thanks to @ a_sh_ for pointing that out)
    About phone > status's layout/theme is not layed out like everything else in settings
    Moved IMEI info out of the sim status menus on to the main status page like non-msim devices

    I personally fixed the fc in Phone > Settings > Call Settings so you can now access the custom dialer settings slim has added i have also pull the flip actions from gerrit