[ROM][4.3.1][JLS36I][Oct25][PA based] **crDroid AOSPA** [Build 4] - Nexus 4 Android Development

This is crDroid AOSPA for Nexus 4
crDroid AOSPA build will always be based on Paranoid Android with some extra features (Cool and useful).
My goal is: include as many features (useful) as possible and try to keep up to date with Paranoid Android
commits
Extra Features!!!​Frameworks and Settings​
Halo custom colors;
Auto close drawer behavior;
Notification drawer + Notification row Transparency, custom Colors and custom image;
Turn screen on when plug/unplug the USB cable as an option in settings;
Notification Behavior (Normal, Always Expanded, Never Expanded and Old Style);
Quick pulldown without notification;
Flip tiles;
Kill app back button (only in navigation bar);
Low battery warning customization;
Custom navigation rings;
Custom Carrier Label;
crDroid Version Build in Settings;
Status bar network speed indicator with option to custom colors;
Option to auto hide network speed indicator when there is no traffic;
Full screen apps quick peek;
Low Battery Warning (Pop-up and sound, Notification and sound, Pop-up dialog only, Notification only, Sound only, Disable);
Option to enable notifications light even with screen on;  
Quick settings pulldown (Off, Non-permanent only and All notifications);
RAM bar;
NFC polling mode;
Alternate default app picker;
Option to show Wifi name in notification drawer;
Media scanner behavior on boot;
Active display from ChameleonOS;
Lockscreen pin keypad shuffler;
CPU info overlay;
Power menu Quick settings tile;
Always Have a full functional Backup. Just in case!
Click to expand...
Click to collapse
Flash only JWR custom kernels!
Click to expand...
Click to collapse
Downloads
Click to expand...
Click to collapse
Build 4 - 25.10.2013
PAST BUILDS
Build 3 - 21.10.2013
Build 2 - 20.10.2013
Build 1 - 19.10.2013
---------------------------------------------
Download PA Gapps 4.3.1
---------------------------------------------
Changelogs in second post
Click to expand...
Click to collapse
Thanks to:
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ParanoidAndroid Team
CM Team
David
TheMrcool212
Slim Roms Team
temasek
AOKP Team
ChameleonOS
Der_schubi
And Many More...
Github
XDA:DevDB Information
**crDroid AOSPA** , a ROM for the Google Nexus 4
Contributors
Cristiano Matos
ROM OS Version: 4.3.x Jellybean
Based On: Paranoid Android
Version Information
Status: Testing
Created 2013-10-19
Last Updated 2013-10-27

Changelog:
Build 4 - 25.10.13
- Halo custom colors with option to reset stock colors;
- CPU info overlay;
- Lockscreen pin key pad shuffler;
- RAM bar moved to top of screen;
- Power Menu QS tile;
- Traffic meter re-coding (settings part);
- RAM bar re-coding (settings part);
- Active Display: Force FULLSCREEN flag;
- Active Display: Force portrait orientation;
- Active Display: Force fullscreen;
- Active Display: Catch possible NPE during handleDismissNotification();
- Active Display: send unlock broadcast (possible memory leak fix);
Build 3 - 21.10.13
- Active display from ChameleonOS;
Build 2 - 20.10.13
- Possible fix to SystemUI force close due a "indexOutOfBoundsException";
- Quick peek now works in any expanded mode. Even with PIE enable;
- Less frequent notification sound;
Build 1 - 19.10.13
- Initial build;

another

Cristiano you make me mad ... i have made kernel with cm10.2 source for your crdroid rom and now ... i have to switched to jwr based at this point.
Thanks a lot for your hard work.

Can't wait for the upload to finish, thank you for this.

anarkia1976 said:
Cristiano you make me mad ... i have made kernel with cm10.2 source for your crdroid rom and now ... i have to switched to jwr based at this point.
Thanks a lot for your hard work.
Click to expand...
Click to collapse
I will keep both, don't worry!

I'm excited!
Sent from my Nexus 4 using XDA Premium 4 mobile app

Cristiano Matos said:
I will keep both, don't worry!
Click to expand...
Click to collapse
Its very interesting ... mmm probably a version of my kernel for jwr will coming ... :silly:

Thanks for the work Cristiano.. Waiting download link :good:

Wait, does this mean we have crDroid features together with PA Hybrid and Colours?
Sent from my Nexus 4 using xda app-developers app

Online!

nice to see this release. i'm sure it's going to be as great as your cm rom.
Just one thing I have come across is a system ui crash after flashing when trying to use the nav bar. Pie works for getting around things for the time being. Hope this helps: https://db.tt/LPVZTfH6

great work, can you make the same build do the i9505 ???
thanks a lot

Riddlah said:
nice to see this release. i'm sure it's going to be as great as your cm rom.
Just one thing I have come across is a system ui crash after flashing when trying to use the nav bar. Pie works for getting around things for the time being. Hope this helps: https://db.tt/LPVZTfH6
Click to expand...
Click to collapse
How exactly did it happen?
You are caught in a "indexOutOfBoundsException" inside this method.
Code:
private String getTargetDescription(int index) {
if (mTargetDescriptions == null || mTargetDescriptions.isEmpty()) {
mTargetDescriptions = loadDescriptions(mTargetDescriptionsResourceId);
if (mTargetDrawables.size() != mTargetDescriptions.size()) {
Log.w(TAG, "The number of target drawables must be"
+ " equal to the number of target descriptions.");
return null;
}
}
return mTargetDescriptions.get(index);
}
To be honest it never happens with me.

Cristiano Matos said:
How exactly did it happen?
You are caught in a "indexOutOfBoundsException" inside this method.
Code:
private String getTargetDescription(int index) {
if (mTargetDescriptions == null || mTargetDescriptions.isEmpty()) {
mTargetDescriptions = loadDescriptions(mTargetDescriptionsResourceId);
if (mTargetDrawables.size() != mTargetDescriptions.size()) {
Log.w(TAG, "The number of target drawables must be"
+ " equal to the number of target descriptions.");
return null;
}
}
return mTargetDescriptions.get(index);
}
To be honest it never happens with me.
Click to expand...
Click to collapse
happened after a clean install (factory reset, wipe system, cache, and dalvik). i also just did a re-wipe and just flashed the rom and pa gapps and getting the same systemui crash on the nav bar

Riddlah said:
happened after a clean install (factory reset, wipe system, cache, and dalvik). i also just did a re-wipe and just flashed the rom and pa gapps and getting the same systemui crash on the nav bar
Click to expand...
Click to collapse
Force close persists?

Cristiano Matos said:
Force close persists?
Click to expand...
Click to collapse
yup, only pie works for navigating

Cristiano Matos said:
Force close persists?
Click to expand...
Click to collapse
having same issue
system ui crashs unless using pie

I'm having no problem using nav bar.. I've been playing around for 1 hour and 10 minutes and no FC.
Sent from my Nexus 4 using XDA Premium 4 mobile app

I'm building again with a possible fix...

Related

[20 APR][JB 4.2.2] PAC-man 22.1.0 [PA 3.15][AOKP][CM-10.1]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
for i9300
ported to you by Erachter.
Paranoid + Aokp + Cyanogen = PACman
Description:
The struggle to find the rom you need is over. Some people like CyanogenMod 10.1, Some prefer AOKP, Some like the advantages of Paranoid Android
To cure your rom hunt we have come up with the P A C man Rom.
PACman is a unique rom.
We have picked the best features from CM10.1, Aokp and PA and combined them in a single rom so you get the experience you deserve.
To enjoy the features of every available project without the hassle of flashing regularly.
The Rom is rock stable for an average user but keep in mind the Rom is in WIP stage so expect some minor hickups but we are trying our best to resolve these issues
Click to expand...
Click to collapse
Changelog:
Code:
20 APR
[B]PAC 22.1.0[/B]
- Latest CyanogenMod, AOKP, ParanoidAndroid changes
- Fixed Quick Pulldown (Instant Tiles Pulldown)
- Fixed back button will collapse statusbar
- Toggle to disable Fullscrean Keyboard
- Pie and Volume Toggle
- Network Tile Updates
- Fixed FC's related to changing Navbar targets
- Added Option for Quicktile row Settings
- Added QuietHours QuickSettings Tile
- Added Hybrid QuickSettingsTile
- Added QuickSettingsModeTile
- NavBar buttons in Landscape in PhabletUI fixed
- Quick pulldown now changed to Left/Right
- [B]PA Updated to 3.15[/B]
- Settings cleaned up
- CM performance removed from settings
23 MAR
[B]PAC 22.0.0[/B]
- latest CM-10.1, PA3.10, AOKP changes
- various fixes
10 MAR
[B]PAC 20.1.0[/B]
- Android 4.2.2
- latest CM10.1 , PA 3.10 , AOKP changes
- Settings FC's fixed
14 FEB
- updated to 4.2.1 :)
17 JAN 2013
[B]PAC v19.0.0 - v19.3.0[/B]
- Fixed some permission
- Add an "Automatically Connect" option for WiFi networks
- Extend PreferenceActivity for title text on a single pane mode
- Remove duplicated features: CM volume panel style & CM kill app longpress back, use ROM Control instead
- Remove buggy AOKP torch toggle
- PAC default wallpaper
- latest CM10 , PA 2.55 , AOKP changes (there are much)
23 DEC 2012
-latest PA, CM10, AOKP changes
-fixed kernel exploit
11 DEC 2012
-fixed bootanimation
-fixed many issues
-latest PA, CM10, AOKP changes( settings; framework; trebuchet from what I remember)
7 DEC 2012
-added Paranoid Settings
-fixed some AOKP settings
-latest changes from CM10 , AOKP, PA.
6 DEC 2012:
-initial release for i9300
Build 18
Another Fix for volume & music track using volume rocker button when display off (15 steps)
MMS CM10 base - AOKP style
AOKP nightly
SystemUI: Fix/Update Cog Circle battery mod
Add alpha settings to Circles lockscreen rings
CM10 Nightly
PA 2.55
Fixed AOKP toggles (all available now)
Fixed AOKP navigation bar targets (7 now)
Changed to SuperSU on user request
Build 17
Provide haptic feedback on long pressing keys in lockscreen.
Default device volumes not initialised
Merge "core and telephony: Additional HSPAP support" into jellybean
Prevent Sym key from showing the IME picker
UMS support with any volume, not only primary
Stylus gestures features
AudioService: Don't adjust volume when vol-downing to vibrate or silent
Merge "PT-BR: Added missing translations" into jellybean
Framework: Fix Profiles Insecure lock screen not working
Remove duplicated and unneeded code
shorter debug out
Notification: add option to show connected wifi network
Suppress String resources build warnings
WeatherPanel: Add toast
SystemUI: Cog Circle Mod Battery
Default device volumes not initialised
Lockscreen: Add Circles Lockscreen to AOKP
SystemUI:Widgets fix & Class Move
Lefty Mode for NavBar
SystemUI : Fix NPE on Rotate
NavRing: Long press actions.
TransportControl: Remove unnecessary check
Fix volume track skip control with 3rd party applications
Build 16
AOKP Milestone 1
Disable Vibrate on lockscreen
Toggles can be hidden(AOKP toggles only)
Clickable (short & long configurable) Clock and Calendar in the Notification Slider
Paranoid Android 2.53
Color Engine from PA
Per app color, latest PA invention, Let's you define navbar color, navbar glow color, navbar buttons color, and statusbar color on per app basis
Statusbar and navbar color (Independently from per app color, define default colors)
Statusbar transparency and navbar transparency are finally back (Navbar transparency is only enabled on launcher)
A lot of fixes to ParanoidPreferences
Home Button to unlock
CM File Explorer Added
Lot of under the hood changes ROCK STABLE
Initial Release (Alpha build15, keeping the project build naming)
To be updated with future releases
BUGS:
Code:
- Every CM-10.1 bug
- There can be some workarounds ...
Installation instructions:
Code:
[B]Coming from other ROM:[/B]
- Enter CWM or TWRP
- Make A Backup (note:TWRP backups don't work with CWM and viceversa)
- Wipe Data/Factory Reset In Recovery
- Flash ROM [20APR]:[URL="http://www.androidfilehost.com/?fid=22909751817930565"]LINK1[/URL] | [URL="http://d-h.st/C0P"]LINK2[/URL] And [URL="http://goo.im/gapps"]Gapps[/URL]
- Reboot
[B]Updating PAC-man:[/B]
- Enter CWM or TWRP
- [OPTIONAL] Wipe cache, Dalvik Cache, Battery Stats.
- Flash ROM [20APR]:[URL="http://www.androidfilehost.com/?fid=22909751817930565"]LINK1[/URL] | [URL="http://d-h.st/C0P"]LINK2[/URL] And [URL="http://goo.im/gapps"]Gapps[/URL]
- Reboot
-Here is a 4.1.2 ROM version [URL="http://www.youtube.com/watch?v=gPDX8iOL5dM"]video instruction[/URL] made by [URL="http://forum.xda-developers.com/member.php?u=4543219"]udimars30[/URL]
Thanks to:
Code:
-szl.kiev and Team
-CyanogenMod Team
-Team Kang
-ParanoidAndroid Team
reserved
reserved 2
Sound interesting already I'm going to have to try it once uploaded
Sent from my GT-I9300 using Tapatalk 2
I can't believe that this hasn't had enough adopters. I've been waiting.
Sent from my GT-I9300 using xda app-developers app
Paranoid setting is not in the rom
AndroidGaalaxy said:
Paranoid setting is not in the rom
Click to expand...
Click to collapse
It's strange, but you are right.
I will se tomorrow what I can do.I didn't knew about this coz after I flashed tis zip and saw that it works I restored my backup...
Probably its just the apk file,but...
Instead of restoring your backup,why not use siyah kernel where u got dualboot option,so u can flash your build as second ROM and have first ROM as your daily driver..
Anyway gonna try this rom,sound interesting..and welcome to gs3
Very cool.
As to settings:
I remember from my nexus that paranoid settings must be installed separetly cause mol wants it in his original ROM only. He does not want it to be added on other ROMs.
GerManiac said:
Very cool.
As to settings:
I remember from my nexus that paranoid settings must be installed separetly cause mol wants it in his original ROM only. He does not want it to be added on other ROMs.
Click to expand...
Click to collapse
na, jellybam have pa settings
Skickat från min GT-I9300 via Tapatalk 2
Yeees, that is the rom I've been wating for !! Great work!
So will this rom be update regullary? And is this the port from the latest PAC rom?
Thank you once again, great!!
thanks
sweet will check this out in time
awesome ROM! thanks a ton mate
keep it updating
Quick question: in CM there was option to center clock on lockscreen, I can't find this option anywhere, any ideas?
Bucika said:
Yeees, that is the rom I've been wating for !! Great work!
So will this rom be update regullary? And is this the port from the latest PAC rom?
Thank you once again, great!!
Click to expand...
Click to collapse
It is a port from my pacman ROM for the US s3's.
Sent from my SGH-T999 using Tapatalk 2
klin1344 said:
It is a port from my pacman ROM for the US s3's.
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
No. I built it from PACman repo
New version uploaded.
seems cool
thanks for this port mate
what about common features between roms?
like "Navigation bar" option in PA and AOKP rom
what will happen if we enable Nav bar in PA settings and same, in AOKP settings?
SignalX said:
seems cool
thanks for this port mate
what about common features between roms?
like "Navigation bar" option in PA and AOKP rom
what will happen if we enable Nav bar in PA settings and same, in AOKP settings?
Click to expand...
Click to collapse
Attention! Because this is a mashup of CM10, AOKP, and PA, there are some settings that might conflict with others because they are duplicate.
Click to expand...
Click to collapse
Next time look at 1st post
Erachter said:
Next time look at 1st post
Click to expand...
Click to collapse
owps! sorry mate, i hadn't seen this line
my mistake
thanks, will try it after download, in a minute

[ROM™ 4.4.4][DUAL] N5 Experience R10.1.1 - CM11 Based - [16th October]

N5X Website || N5X G+ Community
N5X Choose ur device
Moto G || Moto X || Nexus 4 || Nexus 5 || Nexus 7 || Galaxy S3 ​
Moto E Dual/Sigle and DTV​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks to percy_g2 and savoca for source this Rom and kernel!
N5X is a pure CyanogenMod 11 Rom with much more features. Features are added to every new build. The main rom is developed by Anderson Aragão . For official rom support please visit N5X G+ Community
Click to expand...
Click to collapse
Code:
[CENTER][COLOR="blue"] [U]Some Features[/U] [/COLOR][/CENTER]
[LIST]
[*]This is built from CM11 Sources
[*]Works DUAL SIM
[*]Deodexed Rom
[*]ART Runtime enabled by default
[*]HOVER (Thanks to AOSPA team)
[*]HALO with Full Enable or Disable option
[*]Slim Heads up
[*]Volume Panel from AOSPA
[*]Clear all Recent Apps button in Navigation Bar from AOSPA
[*]New Boot animation and New fonts from Android L
[*]Slim Recents Panel with Enable/Disable option
[*]Toggle last app on Recents button long press
[*]Sweep-to-wake and Double-tap (Thanks to [user=4316709]@savoca[/user])
[*]Search in Settings (CM)
[*]Themes Support
[*]PIE Control - (Thanks to SlimRom Team)
[*]QuickBoot Mode
[*]Expanded Desktop
[*]Integrated Superuser from CM11 in Settings without Launcher icon
[*]Integrated Privacy Guard in Settings
[*]Incoming Call in Background option
[*]Flip to Mute/Reject Call
[*]Call Recorder
[*]Fullscreen photo contact on Incomming call screen
[*]Blacklist for Incoming calls and Messages
[*]Active display (Thanks to ChameleonOS team)
[*]Lockscreen Notifications (Thanks to AOSPAL team)
[*]Gesture Lockscreen
[*]On-the-go mode
[*]Wakelock Blocker
[*]Init.d Controller to enable S2W, D2W, Force Fastcharge and Color Profiles in Settings
[*]Quiet Hours Automatic Switch
[*]Option to disable Camera shutter sound in Settings > Sound
[*]Option to disable FC dialogs
[*]LCD Density Changer
[*]Screen-off animation style
[*]Clock and Date customizations from SlimRoms
[*]Show Statusbar Carrier and Custom Label with Emoji support
[*]Statusbar Traffic (Network speed indicator)
[*]System App Remover in Settings > Development
[*]Advanced Reboot menu working on Dalvik and ART
[*]Navigation Bar buttons and Quick launch shortcuts perzonalization
[*]Custom navigation bar height
[*]Screen Record with Volume UP button + Power button and Power Menu Action
[*]Lockscreen Power Menu enabled/disabled option
[*]Lockscreen See through (Blur)
[*]Some good things from CM11
[*]Full Nexus 5 Experience since the first boot with Google Launcher,
[*]Google Dialer, Stock Wallpapers including the default Nexus 5 wallpaper,
[*]Ringtones, Lockscreen transparency and Stock apps. [COLOR="blue"] WHEN YOU INSTALL N5X GAPPS! [/COLOR]
[*]Always the latest Gapps Updates from Google [COLOR="blue"] N5X PACKAGE! [/COLOR]
[/LIST]
================================================== ==================================================​
>>Screenshots<< ​
How to install ​Requires Unlocked Bootloader, CWM/TWRP​1) Place ROM & Gapps ZIPs to your SDCard;
2) Reboot in Recovery Mode;
4) Do a Wipe Dalvik Cache/Data/Cache/System;
5) Flash N5XROM zip and N5XGapps zip;
6) Reboot System;
================================================== ==================================================
Downloads ROM & GAPPS
ROM Download Page
All files to download and the Changelog are in ROM Page now!
If u like, u can use any other Gapps.
Click to expand...
Click to collapse
================================================== ==================================================​
If u like this work, make a donation to Anderson Aragão plss!!​
Special Thanks to
@percy_g2 for CM11 base and trees
@savoca for Kernel
@andersonaragao for Features
and me for Compilation
All Developers of XDA Forum for for sharing information​
One more rom for moto e thanks @Paulo Narley
very well seems to be nice much eager to test it out...
.
as mentioned in the OP that on-the-go mode available is it USB otg or some thing else??
Awesome ROM using on my i9300 :thumbup:
Sent from my XT1022 using XDA Free mobile app
AshuGite said:
very well seems to be nice much eager to test it out...
.
as mentioned in the OP that on-the-go mode available is it USB otg or some thing else??
Click to expand...
Click to collapse
On-the-go mode is a mode for Camera with layer in device that make screen "transparent". Test it. This is great!
Test USB Storage mount and post here if this works. And this ROM supports too App2sd.
@AshuGite
Look at the last link of the screenshot image to give you an idea of ​​what is on the go
Paulo Narley said:
@AshuGite
Look at the last link of the screenshot image to give you an idea of ​​what is on the go
Click to expand...
Click to collapse
got it!!!
anybody tried it
Fine working in my moto e xt1021. Tanks
Hey Op,
Thanks for the new ROM looks awesome
Was just wondering if this has: Dark Gummy or The Real Dark Slim when the entire ROM's UI gets Pure Black background.
If not, I would have a humble request to you to pleaseeeeeeee add this killing feature as well
Thanks for this ROM..
and i found a issue with Whatsapp installation.
unable install Whatsapp via PlayStore also tried using Titanium backup..
Thanks for the Great Rom.
Pie seems to be not working, any one else...
[email protected] said:
Hey Op,
Thanks for the new ROM looks awesome
Was just wondering if this has: Dark Gummy or The Real Dark Slim when the entire ROM's UI gets Pure Black background.
If not, I would have a humble request to you to pleaseeeeeeee add this killing feature as well
Click to expand...
Click to collapse
No, we do not have this feature, but we see the possibility of adding.
mrpkarthik said:
Thanks for this ROM..
and i found a issue with Whatsapp installation.
unable install Whatsapp via PlayStore also tried using Titanium backup..
Click to expand...
Click to collapse
whatsapp works well here, it turns out that this ROM with ART by default, you may be using the file manager as root, and manually move the apk to / data / app and give the permissions rw-rr, after that just restart.
kmsrao said:
Thanks for the Great Rom.
Pie seems to be not working, any one else...
Click to expand...
Click to collapse
It is true, will fix on next update.
Guys, anyone faced issue in installing Whatsapp ?
unable to install on my Device
Whatsapp not installing. Downloaded twice from play store. Package file is invalid.
whatsapp
mrpkarthik said:
Guys, anyone faced issue in installing Whatsapp ?
unable to install on my Device
Click to expand...
Click to collapse
kramkumar said:
Whatsapp not installing. Downloaded twice from play store. Package file is invalid.
Click to expand...
Click to collapse
@mrpkarthik and @kramkumar, see it: http://goo.gl/p0qdKl :fingers-crossed:
Paulo Narley said:
@mrpkarthik and @kramkumar, see it: http://goo.gl/nP9NAw :fingers-crossed:
Click to expand...
Click to collapse
Mate it will be nice if the video is in english
amarjit_rsingh said:
Mate it will be nice if the video is in english
Click to expand...
Click to collapse
@amarjit_rsingh
ok updated, now in English.

[ROM][4.4.4][SPIRIT][v1.7][OFFICIAL]KLTE]

----> Samsung Galaxy S5 ((Unified-GSM))<----
SPIRIT ROM
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Screens
ABOUT SPIRIT ROM:
Spirit Rom is based on cyanogenmod with the addition of many great AOSP features pulled from Omni ROM, Paranoid Android, SlimROM and more. The ROM and Kernel are both compiled with GCC SaberMod toolchain. It is Compiled with -O3 level optimization with Strict Aliasing rules (most of the patches are coming from Linaro Gitweb) We aim to supply our users with fully working stable builds. We encourage you to take a crack at building Spirit for yourself, provided you take full responsibility for anything that may happen to your device in the process. Spirit ROMs cannot and WILL NOT be held responsible for anything that may happen to your device as a result of flashing a ROM. Please do your research first and Flash at your own risk!!​
SPIRIT ROM TEAM:
NICO AKA SPIRIT CREATURE
BLINGA AKA SPIRIT LIBERATOR
PURIYA AFSHAR AKA GAMERMAN123X
DAVIDE FRANZINO
MARK WEBBER
JORN LISKE
JOE CARBONE
-SPIRIT CONTROLS-
ANIMATION:
-CRT animation
-Toast animation
-List View animation
-List View interpolater
-Over Scrolling effect with color
-Custom System Animation
-Scrolling Modifiers
-IME Animations
APP LAUNCHER:
-App Circle Sidebar
-AppBar
-Gesture Anywhere with tile
-Ribbons (AOKP feature)
GENERAL:
-Lockscreen Features
-Notification Drawer Features
-Quick Settings Panel Features
-Recent App Panel Features
-Status Bar Features with Color Features
-Dynamic color changer
NAVIGATION:
-Pie Control
-Navigation Ring
-Navigation Bar
NOTIFICATIONS
-Active Display
-Halo
-HeadsUp with master Switch and Colors
-Hover
-Driving Mode
-Lockscreen Notifications
Misc
-Identicons
-Custom Progress Bar
-Suspend Actions
-Wakelock Blocker
AND MANY MORE TO COME...
Development download link below
Download: HERE
RECOMMENDED GAPPS
Download: LINK
SPIRIT BASE: 4.4.4
SPIRIT INSTALL INSTRUCTIONS:
-Make sure you are on latest recovery for your device CWM,PHILZ, or TWRP
-WIPE DATA/FACTORY RESET
-WIPE CACHE
-FORMAT SYSTEM
-FLASH THE ROM THEN RECOMMENDED GAPPS
-REBOOT SYSTEM
ENJOY THE GHOST IN THE MACHINE
SPIRIT ROM G+ community
SPIRIT SOURCE ROM:https://github.com/Nico60
KERNEL SOURCE KERNEL: https://github.com/markewebber/android_kernel_samsung_klte
CyanogenMod Github: https://github.com/CyanogenMod
Device tree
Contributors
albinoman887, ktoonsez
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Version Information
Status: Beta
Log cat it! or it did not happen...​
i might need this later
maybe one more...
I'll report later. 50% downloading.
Ave Nymphetamine
Ave666 said:
I'll report later. 50% downloading.
Ave Nymphetamine
Click to expand...
Click to collapse
excellent, i am looking forward to hearing some feedback thank-you
tinted status bar feature ??? and screen density ..... please ad this feature also
chanthoeunpen said:
tinted status bar feature ??? and screen density ..... please ad this feature also
Click to expand...
Click to collapse
tintedsystembar is being added for next release, i am not clear on screen density as of yet though
puk3n said:
tintedsystembar is being added for next release, i am not clear on screen density as of yet though
Click to expand...
Click to collapse
ok thanks for the info..
first aosp rom that run properly with themes :good:
chanthoeunpen said:
ok thanks for the info..
first aosp rom that run properly with themes :good:
Click to expand...
Click to collapse
your welcome ~enjoy
puk3n said:
your welcome ~enjoy
Click to expand...
Click to collapse
will this rom also get nightly build ??
chanthoeunpen said:
tinted status bar feature ??? and screen density ..... please ad this feature also
Click to expand...
Click to collapse
For density just change at build.prop?
Do you use archidroid optimizations?
Thanks @puk3n for you work
Enviado desde mi SM-G900F
chanthoeunpen said:
will this rom also get nightly build ??
Click to expand...
Click to collapse
unfortunatly we do not do nightly builds, rather than rush our smallish team with deadlines it makes much more sense for us to release every 10-14 days.
ahrion said:
Do you use archidroid optimizations?
Click to expand...
Click to collapse
we use these here
anderson79 said:
Thanks @puk3n for you work
Enviado desde mi SM-G900F
Click to expand...
Click to collapse
thank-you
No screenshots?
This may sound silly but how to make halo to work on this ROM? Already tick the option but notification don't come to halo ring either black list or white list.
Running great with all customization, getting some FC's on larger games though like GTA and Zenonia
Ave666 said:
This may sound silly but how to make halo to work on this ROM? Already tick the option but notification don't come to halo ring either black list or white list.
Click to expand...
Click to collapse
try ticking the checkbox to enable halo, then untick and re-tick it.
manage apps>'blacklist' will get you notification options for individual apps
fmuncher456 said:
Running great with all customization, getting some FC's on larger games though like GTA and Zenonia
Click to expand...
Click to collapse
is there any chance i can get a logcat on those larger game crashes? it may help thanks
puk3n said:
is there any chance i can get a logcat on those larger game crashes? it may help thanks
Click to expand...
Click to collapse
Will do once the problem persists lol.. haven't run into the problem yet today.

[ROM] [p3110] [5.0.2] [feb14] [CM12-based] [official] **crDroid**

this is crDroid for Samsung Galaxy Tab 2 (p3110/p3100)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
crDroid Custom Features:
Nav bar tweaks (on/off toggle and custom dimensions);
Animated rotation tile;
Wake up on plug;
Development shortcut;
Clock and time clickable in expanded status bar;
Notification ticker;
Quick unlock;
PIN keypad shuffler;
Custom lockscreen shortcuts;
Answer calls with hardware home button;
Status bar clock tweaks (right, center or hide clock with many dates formats to show. Custom colors included);
Notifications counter;
Volume keys wake the device;
Ability to hide the alarm clock icon from status bar;
Dialer Lookup;
Profiles form CyanogenMod (new merges and lollipop style);
Protected apps (using trebuchet launcher);
Filter spam notifications;
CyanogenMod SuperUser;
Clear all button in recent panel with custom option (hide, top right or top left);
Privacy guard from CyanogenMod;
Quick settings pull down with one finger (right, left or off);
Smart pull down;
Configurable 0, 90, 180 and 270 degree rotation;
Toggle to not allow quick settings on secure lockscreen;
Brightness control through status bar;
Double tap status bar sleep;
Data activity indicators;
Call blacklist support;
Increasing ring tone;
In call vibrations;
Advanced reboot menu;
Option to hide adb notification;
Screen shot quick delete with confirmation;
Long press back to kill with configurable timeout;
Less frequent notifications sound;
Advanced keyboard features (auto rotation with timeout, disable full screen, selector notification, show enter key, volume key cursor control);
New Eleven music player and AudioFX from CyanogenMod;
Statusbar network speeds;
AOKP system animations;
Left handed navbar during landscape mode;
App circle sidebar;
Toast Animations;
Media Scanner on boot behaviour;
Gesture Anywhere;
LCD density;
cLock;
Among others. For more info visit our github
Always Have a full functional Backup. Just in case!
Download P3110
MD5 P3110
[======= test build ======]
Download P3100
MD5 P3100
[======= /test build ======]
PA gapps
First time installing crDroid to your p3110, or coming from another ROM:
- Make sure you're running a proper working Recovery (CWM or TWRP)
- Copy GApps and crDroid zip to your internal/external SDCard
- Boot into Recovery
- DO DATA WIPE / FACTORY RESET
- Flash crDroid zip
- Flash GApps zip
- Wipe Cache / Dalvik-Cache
- Reboot
- Don't restore Apps using Titanium Backup!
Don't expect any support if you:
- are not running stock crDroid-kernel
- have modified system files
Thanks to:
CM Team
Slim Roms Team
ParanoidAndroid Team
temasek
Omniteam
androidfilesharing for his awesome contribution
And Many More...
Our Team:
Cristiano Matos
davidteri91
firebird11
ChemoNL
http://crdroid.org/
crDroid G+ community
https://github.com/crdroidandroid
https://github.com/NickRJanssen​
Changelog
P3110
14-02-2015 Changelog
04-02-2015 Changelog
27-01-2015 Changelog
P3100
14-02-2015 Changelog
04-02-2015 Changelog
27-01-2015 Changelog
Looks nice.are you going to support P3100 as well ?
lokesh.3440 said:
Looks nice.are you going to support P3100 as well ?
Click to expand...
Click to collapse
I don't have the device myself, but i can try to compile it.
i'll have a look tomorrow
Thank you very much. I would love to test it.
Nice!!!!!! Thank you!
Thanks for bringing this rom to Tab 2. It's a really nice rom with excellent features, although I came across a couple of issues.
1. Stock camera force closes. For the heck of it, I downloaded a couple of other camera apps from PS, including Google camera but they also force closed.
2. AOKP system animation not working properly. Activity open works fine but Activity close doesn't work no matter what animation is chosen.
Aside from those 2 issues, with the minimal testing I've done so far it looks really good. Thanks again for building it.
Mike T
webdroidmt said:
Thanks for bringing this rom to Tab 2. It's a really nice rom with excellent features, although I came across a couple of issues.
1. Stock camera force closes. For the heck of it, I downloaded a couple of other camera apps from PS, including Google camera but they also force closed.
2. AOKP system animation not working properly. Activity open works fine but Activity close doesn't work no matter what animation is chosen.
Aside from those 2 issues, with the minimal testing I've done so far it looks really good. Thanks again for building it.
Mike T
Click to expand...
Click to collapse
i'll take a look at it when i have the time. thanks for reporting
can you take logcat of the camera fc ?
ChemoNL said:
i'll take a look at it when i have the time. thanks for reporting
can you take logcat of the camera fc ?
Click to expand...
Click to collapse
Sorry, normally I'd get a logcat but my wife uses the Gtab and needs the camera, so I already restored a nandroid of CM12 . Hopefully it's something easy to fix.
Mike T
ChemoNL said:
i'll take a look at it when i have the time. thanks for reporting
can you take logcat of the camera fc ?
Click to expand...
Click to collapse
This issue was in slimlp as well . Android-Andi has fixed it.. you can contact him for the solution
hey ChemoNL, awesome features and awesome rom.... Pls try to support GTP3100...
Hi guys,
i updated OP with a test build for the p3100.
I don't know what is working or not since i don´t have the device myself.
Please test and let me know.
ChemoNL said:
Hi guys,
i updated OP with a test build for the p3100.
I don't know what is working or not since i don´t have the device myself.
Please test and let me know.
Click to expand...
Click to collapse
Downloading, I am outside so after testing i will update you...... and Thank you
Found bugs.....( GTP3100)
Camera force close....
Recents panel bug....
Super Su.zip must be flashed for root access...
Testing ......
Hi,
Flashed for p3100.
Sim is not detected.
Pls suggest
Thanks..
Rinku.Batra said:
Hi,
Flashed for p3100.
Sim is not detected.
Pls suggest
Thanks..
Click to expand...
Click to collapse
Hi, I did not check the sim because i use it as a wifi only device...
Found another bug....
Setting fc when selecting keyboard in settings...
New build up - 27-01-2015
OP updated with new download links
ChemoNL said:
OP updated with new download links
Click to expand...
Click to collapse
Hey, when are you going to upload for P3100 ?
[email protected] said:
Hey, when are you going to upload for P3100 ?
Click to expand...
Click to collapse
Last time i replied i created a testbuild for p3100 with no future support plans for it, since i don't own the device.
But you are in luck. i have a new build for p3100 ready.
Will be uploaded in 5 mins
GPS
It seem to be that the Gps is not working
Gps test without any result
Tab 2 P3110

[ROM][5.1.1]LiquidDark ROM for sprout4![LAYERS][-o3][12/10/2015]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LiquidSmooth is an aftermarket firmware based on the Android Open Source Project.
Dedicated to providing users with smooth, stable and fast ROMs. A Lightweight modified AOSP base, and then add the features you crave!
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device.
We ask that you do your part to know your device and know how to recover from problems before you flash!
Features
RRO layers
All LiquidSmooth features
- Android-5.1.1_r13 (LVY48E) -
- LiquidDark (CM-Base) Kernel -
- Build with UBERTC toolchains -
- Download Center -
- Layers -
- Battery and Notification Lights -
- Status bar clock customization
- Status bar brightness control -
- Status bar customization Quick Settings -
- Status bar tap to sleep -
- Navbar customization -
- LCD Density -
- Blacklist -
- Quick pulldown listpreference -
- Weather display to status bar -
- Listanimation Views and Interpolator -
- AOKP Custom System animations -
- App Circle Sidebar -
- Custom Carrier label -
- Advanced Reboot -
- Battery text mode -
- Live Volume Steps -
- Volume key cursor control -
- Network speed indicator -
- Clear recents button -
- Back button app kill -
- Toast Animations -
- LiquidDark Wallpaper app -
- CM LockClock -
- Slim Recents -
- Live Display -
- Get more RAM and faster responses by disabling verify-bytecode! -
Get ChangeLog
- Created first build from LS sources
- Download Rom And GAPPS.
- Boot Into Recovery
- Perform A Full Wipe (you don't have to wipe your internal SD)
- Flash Rom & GAPPS.
- Have Fun!!!
Downloads Folder
NOTE - DONT MIRROR THE DOWNLOADS
LiquidDark for sprout
GAPPS - You can use any GAPPS
Device tree:- https://github.com/srisurya95/android_device_google_sprout4
Credits
LiquidSmooth
AOSP
CyanogenMOD
akhilnarang
Others I may have forgotten (please tell me if you feel left out)
XDA:DevDB Information
LiquidDark, ROM for the OEM Cross Device Development
Contributors
srisurya95
Source Code: https://github.com/t-rex600?tab=repositories
ROM OS Version: 5.1.x Lollipop
Based On: AOSP
Version Information
Status: Stable
Created 2015-09-10
Last Updated 2015-09-15
Yo great
Kernel Source ---> https://github.com/akhilnarang/android_kernel_mediatek_sprout :v
thanks for sharing dude downloading
Status: Stable and it is .
Thanks Bro . I love your layer theme and now its too
Wooww yrr.superb..
Sent from my Micromax AQ4502 using Tapatalk
I get "No SIM card" on the bottommost part of the lockscreen, and its icon on the status bar, yet I can receive or send messages. Tried reseating the card. Any ideas? I only use one sim tray.
EDIT: I found out the No SIM card icon was coming from the SIM 2 slot which is empty! Any ideas?
i am facing some problems..........some options do not appear...they are just ofthe same colour as the background :/
i found this problem at 2-3 places :/
vikrantarya1 said:
i am facing some problems..........some options do not appear...they are just ofthe same colour as the background :/
i found this problem at 2-3 places :/
Click to expand...
Click to collapse
what
cause the rom is blue and black themed....some options at some places werent visible
vikrantarya1 said:
cause the rom is blue and black themed....some options at some places werent visible
Click to expand...
Click to collapse
change layer
sprout_b
thankyou
lel...i know thats a solution but the stock look shouldnt have that bug cause blue and black looks cool :V
New build up!
-android 5.1.1_r18
-Fixed lockscreen lag
-Hide unused sim icon
-systemui: Fix the keyguard issues
-msim: Fix saving default sim from select SIM dialog
-SystemUI: hide navigation bar faster in SetupWizard
-SystemUI: fix keyguard unlock drawable not updating
-Change Liquid logo
srisurya95 said:
New build up!
-android 5.1.1_r18
-Fixed lockscreen lag
-Hide unused sim icon
-systemui: Fix the keyguard issues
-msim: Fix saving default sim from select SIM dialog
-SystemUI: hide navigation bar faster in SetupWizard
-SystemUI: fix keyguard unlock drawable not updating
-Change Liquid logo
Click to expand...
Click to collapse
Klol :v
Sent from my A0001 using Tapatalk
problem in installation
It stuck in starting apps process
@srisurya95,Clean install for latest build stuck at apps process..Can u check it?
warlord92 said:
It stuck in starting apps process
Click to expand...
Click to collapse
xxxMADxxx said:
@srisurya95,Clean install for latest build stuck at apps process..Can u check it?
Click to expand...
Click to collapse
I fixed,new build will be up by tomorrow or tomorrow
srisurya95 said:
I fixed,new build will be up by tomorrow or tomorrow
Click to expand...
Click to collapse
If i flash old build and then flash new build thats problem will solved?
Sent from my One X using Tapatalk
xxxMADxxx said:
If i flash old build and then flash new build thats problem will solved?
Sent from my One X using Tapatalk
Click to expand...
Click to collapse
Nope...i fixed it,new build will be up
Sent from my iPhone using Tapatalk
srisurya95 said:
Nope...i fixed it,new build will be up
Sent from my iPhone using Tapatalk
Click to expand...
Click to collapse
There is one more bug in 1st build when we tap on mobile data toggle in quick setting, it doesn't work. BTW thanks for quickly support.
Sent from my Spice Mi-498 using Tapatalk

Categories

Resources