• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM] RASTAPOP [Android 5.1.1_r9 LMY48I] [PRODUCT_DEVICE := mako]

rascarlo

Inactive Recognized Developer
Oct 31, 2010
2,956
32,308
0
The Land of the Lion of Judah
THIS IS RASTAPOP FOR THE MAKO

/// WHAT IS RASTAPOP
the way I want Android

@morfic
@simms22
@Vangelis13
for being my friends and for being them.

@fitsnugly for euroskank.

Android Open Source Project

CyanogenMod

HTML:
***2015-08-06***
PLATFORM_VERSION=5.1.1_r9
BUILD_ID=LMY48I
MERGE BUILD 5.1.1_r9 - LMY48I

***2015-08-03***
PLATFORM_VERSION=5.1.1_r6
BUILD_ID=LMY48G
MERGE BUILD 5.1.1_r6 - LMY48G

***2015-05-21***
PLATFORM_VERSION=5.1.1_r3
BUILD_ID=LMY48B
MERGE BUILD 5.1.1_r3 - LMY48B

***2015-05-13***
PLATFORM_VERSION=5.1.1_r2
BUILD_ID=LMY47X
MERGE BUILD 5.1.1_r2 - LMY47X

***2015-01-29***
- platform/build:
        .Add QCOM target-specific cong & helper macros
        .drop AOSP mms
        .drop AOSP camera
- platform/frameworks/base:
        .RRO: prevent duplicate system overlays
        .RRO: reintroduce lost ResTable insert of assets
        .RRO idmap: pad with 0xffffffff, not 0x00000000
        .RRO tests: fix potential NPE
        .RRO tests: adapt tests to split apks
        .status bar power menu: add rotation animation
        .status bar power menu alignment
        .status bar power menu: simplify update resources 

***2014-12-31***
- platform/frameworks/base - platform/packages/apps/settings:
        .volume rocker music controls
        .make status bar brightness control work with automatic brightness enabled

- platform/vendor/rascarlo:
        .update telephony icons

***2012-12-20***
PLATFORM_VERSION=5.0.2_r1
BUILD_ID=LRX22G
MERGE BUILD

***2014-12-19***
- platform/frameworks/base - platform/packages/apps/settings:
    .status bar battery percentage: option for percentage inside icon
- platform/vendor/lge:
        .mako: binaries LRX22C

***2014-12-10***
- platform/frameworks/base - platform/packages/apps/settings:
    .status bar power menu
- platform/frameworks/base:
    .PackageManager: allow build-time disabling of components (allows stock OTA components to be marked as disabled)
    .volume rocker wake: add volume keys to isWakeKey KeyEvents
    .PackageManager: add persist property to enable lazy dexopt
- platform/packages/apps/settings:
    .rastapop settings rearrangement

***2014-12-03***
PLATFORM_VERSION=android-5.0.1_r1 - BUILD_ID=LRX22C
merge build - android-5.0.1_r1 - LRX22C

***2014-11-25***
- build busybox
- platform/packages/apps/settings - platform/frameworks/base:
        .status bar battery percent text
        .configurable advanced power menu
        .status bar brightness control
- platform/frameworks/base:
        .clear all recents

***2014-11-19***
PLATFORM_VERSION=android-5.0.0_r7 - BUILD_ID=LRX21V
merge build
- platform/frameworks/base - platform/packages/apps/settings:
        .volume rocker wake

***2014-11-18***
PLATFORM_VERSION=android-5.0.0_r6 - BUILD_ID=LRX21T
- platform/frameworks/base:
        .Add global reboot option
- platform/packages/apps/settings - platform/frameworks/base:
        .navigation bar: custom height
        .volume key adjust sound
        .kill app long press back
        .volume rocker: volume key cursor control
        .status bar: native battery percentage
        .add few more steps to battery saver trigger values

***2014-11-11***
- platform/build:
        .main: ro.secure=0
        .main: enable_target_debugging := true
        .main: WITH_DEXPREOPT := false
        .main: remove the listing of make files
        .ota_release_tools: comment out build date assert
        .core: PRODUCT_BUILD_PROP_OVERRIDES
        .allow override of device asserts
        .core: remove vendor_module_check.mk 
        .envsetup: one does not simply pick a combo, but a Nexus
        .core: drop the check-product-copy-files
        .core: use rastapop and shell date for ota package
        .telephony: default dataroaming=false
        .drop AOSP VoiceDialer
        .drop AOSP Music
        .drop AOSP QuickSearchBox
        .drop AOSP Calendar
        .fix up ota_from_target_files symlink detection
        .add adb to the disttools
        .ota_from_target_files: do not update recovery
        .build only L audio package
        .default audio notification, alarm and ringtone
- platform/packages/apps/settings:
        .hide System update setting PreferenceScreen
        .expose rastapop build date
- platform/system/extras:
        .drop AOSP su- platform/system/core:
        .allow su to gain root
/// FLASH (TWRP FTW!)
latest TWRP is higly recomended
- DO NOT WIPE YOUR INTERNAL STORAGE
- full wipe if coming from a different rom, else skip this step
- wipe cache
- flash build
- flash gapps
- (opt.) flash SuperSu/Superuser
- live up

/// MD5SUM
you can also download the md5sum file, just click on it

/// LINK
http://fitsnugly.euroskank.com/?rom=rastapop&device=mako

/// NEW BUILDS
will be posted here, on twitter and on G+

/// CHANGELOG & FEATURES
you can always find latest changes on the download page

/// SOURCE
all my code is available on my github
 
Last edited:

rascarlo

Inactive Recognized Developer
Oct 31, 2010
2,956
32,308
0
The Land of the Lion of Judah
/// BUILD RASTAPOP
all my code is available on my github

you can init your repo using my manifest:
current branch for android-5.1.1_r9 is lollipop-ras-mr1
Code:
repo init -u https://github.com/rascarlo/android_manifest.git -b lollipop-ras-mr1

Code:
repo sync -jX
where is X the number of jobs

Code:
source build/envsetup.sh
Code:
lunch
choose device

Code:
make -jX
where X is the number of jobs
to build boot.img, system.img and userdata.img

Code:
make otapackage -jX
where X is the number of jobs
to build flashable zip
 
Last edited: