[Rom] SLIM 5.0.2 + FULL -O3 support [10-01-2015]

Search This thread

phillysmako

Senior Member
Mar 1, 2013
346
87
Hey I clean flashed the latest omni build with pa gapps and uber kernel, then switched to art and I started getting system ui force closes any idea why?
 

Kaemo

Senior Member
Oct 10, 2012
198
214
The new recents along with Dynamic System Bars (PA) is still not opensource, right? Any reason to update besides bugfixes?
 

satyr007

Senior Member
Dec 9, 2008
291
386
Cracow
xdaforums.com
I don't track PA changes. Probably not, since it's still beta.
I'm building new aospa with some optimization for cortex-a15. I built the latest sabermod 4.10 with some new options. Wish me luck. Hope, it won't break :D
EDIT: OFC broken, will fight for this
 
Last edited:
  • Like
Reactions: Naebic
D

Deleted member 2479225

Guest
+1 for mahdi ROM, I use mahdi with ART as my daily driver and would love to try an optimised version. PA hasnt got enough features for me as im on ART (no xposed) and I cant get your Omni build to boot, it just hangs on the google splash screen doesnt load the boot animation. I downloaded twice to be sure it wasnt a bad download and did a clean install on both. Any suggestions?

Edit: Fixed the problem, for some reason it wouldnt boot with the preinstalled kernel so i flashed elementalx kernel after flashing the ROM and it booted :) it is a very fast build, i'm looking for a build with themes and ART but its so fast i might opt for xposed just need to try the slim build :)
 
Last edited by a moderator:
  • Like
Reactions: cdonald

Top Liked Posts

  • There are no posts matching your filters.
  • 61
    I present you my private slim builds.
    It's pure stock slim with full -O3 support.

    Features:

    Official changelog:

    My changelog:

    • 10-01-2015 Slim5.02: Latest source, used GCC 4.8 for rom and kernel.
    • 14-12-2014 Slim5.0: Latest source: alpha 9, changed a lil bit flags, rom should be flawless now
    • 09-12-2014 Slim5.0: Latest source: alpha 8
    • 01-12-2014 Slim5.0: Latest source: alpha 6
    • 27-11-2014 Slim5.0: Latest source: alpha 5, fixed playstore.
    • 24-11-2014 Slim5.0: Latest source: alpha 4, full -O3 included, some icons in google play are glitchy. Linaro 4.8
    • 22-11-2014 Slimpop: Latest source: alpha 3
    • 13-11-2014 Slimpop: Latest source: alpha 2

    Bugs:
    • You tell me (it's alpha)
    • Gapps force close = reflash gapps without wipes (u wont lose accounts etc).

    Installation:
    • moving from another rom? do full wipe before flashing
    • moving from previous versions of slim5.0 (built by me/official/sb else)? Just install, no wipes required.
    • having system crashes etc. - full wipe
    • gapps force close - reflash gapps
    • for root access, flash SuperSU

    Download:

    Slim 5.0


    Credits:

    Source:

    How to build:

    • You need 64bit linux, I use Manjaro based on Arch
    • Follow this turorial (Ubuntu based): Ubuntu
    • Follow this turorial (Arch based): Arch
    • Sync source: repo init -u git://github.com/SlimRoms/platform_manifest.git -b lp5.0 && repo sync
    • Initialize building environment to bash: . build/envsetup.sh
    • Try to build, it should download device source: time brunch slim_hammerhead-userdebug
    • After downloading device tree u can stop compilation process
    • Go to slim_folder/.repo/local_manifests and replace it with following code:


    <?xml version="1.0" encoding="UTF-8"?>
    <manifest>

    <!-- Removals -->
    <remove-project name="platform/external/webp" />
    <remove-project name="SlimRoms/android_build" />

    <!-- Slim device and kernel source -->
    <project name="SlimRoms/device_lge_hammerhead" path="device/lge/hammerhead" remote="github" revision="lp5.0" />
    <project name="SlimRoms/kernel_lge_hammerhead" path="kernel/lge/hammerhead" remote="github" revision="lp5.0" />

    <!-- My choice, usually these repos are ahead of default ones -->
    <project name="JustArchi/android_external_webp" path="external/webp" remote="github" revision="cm-11.0" />
    <project name="TheLoonyBin/proprietary_vendor_lge" path="vendor/lge" remote="github" revision="lp5.0" />
    <project name="TheLoonyBin/proprietary_vendor_qcom" path="vendor/qcom" remote="github" revision="lp5.0" />
    <project name="TheLoonyBin/proprietary_vendor_broadcom" path="vendor/broadcom" remote="github" revision="lp5.0" />
    <project name="ArchiDroid/Toolchain" path="prebuilts/gcc/linux-x86/arm/arm-linux-androideab-4.8Li" remote="github" revision="linaro-4.8-arm-linux-androideabi" />

    <!-- My repos, fixes, patches etc -->
    <project name="xenuPL/android_build" path="build" remote="github" revision="lp5.0" />

    </manifest>

    • Clean all stuff: make clean
    • Wipe ccache: rm -rf ~/.ccache
    • Build rom: brunch hammerhead -jx (x-number of cores)
    11
    New slimkat 8.8
    Uploading fixed mahdi, eta 10 min.
    7
    Bad news guys!
    My linux distro crashed and I had to set up new one... I'm not gonna download Mahdi. source (15GB) just for 3 fixes. Sorry, I coudnt predict that. All Kitkat roms will be abandoned. Good news: I'm building omni-L-rom right now.
    7
    Added tutorial for Slimkat with linaro 4.9.
    PS Tomorrow all roms will be on 4.9 xD
    6
    Got aospa sources, but i need to fix some stuff. Will try to build it this week.