[ROM] OFFICIAL 5.0.x Liquid Smooth v4 {Trltespr} {Trlteusc} - Sprint Galaxy Note 4 Android Development

{
"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"
}
Quote:
DISCLAMER
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in this ROM before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
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!
- LiquidSmooth Website
- Liquid0624
- Deadman96385
- Jsnweitzel
- Somber73
- TheBr0ken
- Cdub50
- Cameron581
- Cl3Kener
- IiD4x
- Johnnyslt
- Sspencer10ls
- Android OS 5.0.x
- Lockscreen Shortcuts
- Supersu Builtin
- Custom Animations
- App Circle Bar
- Gesture Anywhere
- Heads Up Feature
- Built in Ad Blocker
- Performance Features Built in
- NavBar Settings
- Lift To Wake
- And so much much more..
Issues:
- Stock messaging app..use a third party app like google messenger...see post #3 for setup
Changes:
20150207 Changelog:
upstream liquid and cm changes
911 calling issue is fixed
20150201 Changelog:
upstream cm and liquid changes
20150131 Changelog:
upstream cm and liquid changes
camera fixed
spen working
few kernel changes
20150129 Changelog:
upstream liquid and cm changes
a few kernel changes
20150125 Changelog:
upstream cm and liquid changes
20150124 Changelog:
upstream cm and liquid changes
using pure cm sources
20150123 Changelog:
upstream liquid and cm changes
20150117 Changelog:
themer added
upstream cm and liquid changes
fixed call audio
new kernel
20150116 Changelog:
Upstream cm and liquid changes
20150115 Changelog:
Upstream cm and liquid changes
20150114 Changelog:
Upstream cm and liquid changes
20150113 Changelog:
Upstream cm changes
Upstream liquid changes
20150111 Changelog:
upstream cm changes
upstream liquid changes
kernel changes for sound card
boosted recording volume
ambient display fixes
music streaming issues fixed
selinux changes
560dpi setup
UHD Now working in the Normal Camera APK as well as Google Camera
20150107 Changelog:
Tweaked CPU throttle temps
Minor kernel tweak to prevent panic
20150106 Changelog:
Added CPU throttle when device is overheating
Fixed No Sim message in status bar
Added APN settings on Cellular menu
Added hardware backed keystore
20150104 Changelog:
- a few small kernel changes
- a few audio updates
LiquidSmooth Github
My Github Page
Thanks Section
- Cyanogenmod
- LiquidSmooth
- @nivron
- @Drcrimzon
- @Slayher
- @Fattire
- @Allenjthomsen
- @Cmdmoto
- @Mod57
- @Shabbypenguin
- @Pbedard
- @Herk718
- And anyone else i might be forgetting
Flash/Install Instructions:
If installing MY liquid rom for the first time, or coming from any other ROM:
- Make sure you're running a proper working Team Win Recovery Project
- Copy Gapps and Rom to your SdCard/Micro-SDCard
- Boot into recovery
- Make a nandroid backup
- Go to the wipes tab and wipe everything except internal storage and micro sdcard...Do Not Wipe Internal Storage or Micro SdCard!!
- Flash Rom, then Gapps
- Reboot
Upgrading from an earlier version:
- Copy the Rom to your SdCard/Micro-SdCard
- Boot into recovery
- Make a nandroid backup
- Go to the wipes tab and wipe cache and dalvick cache
- Flash the ROM and Gapps
- Reboot
Downloads:
please note these builds should flash on the trlteusc and the trltespr...please report which device you have when reporting issues..thanks
- AFH liquid link
- Recommended gapps
- Alternative gapps
XDA:DevDB Information
[ROM] OFFICIAL 5.0.x Liquid Smooth v4, ROM for the Sprint Samsung Galaxy Note 4
Contributors
spleef, drcrimzon, nivron, slayher
Source Code: https://github.com/spleef
ROM OS Version: 5.0.x Lollipop
Based On: cyanogenmod
Version Information
Status: Alpha
Created 2015-01-04
Last Updated 2015-02-07

Reserved
a few screenshots

Reserved
fixes
data connectivity issues / loss of data
open dialer and enter *#*#4636#*#*
click phone information
scroll down and select lte/cdma auto prl
turn off radio then turn it back on
note: this shouldnt happen but i felt it necessary to have this posted just in case it does
getting texts to work
after installation of new rom, update google play services
install google messenger
set it as default sms application
dial *#*#4636#*#*
Place into cdma auto prl
Wait a bit
Place into LTE/CDMA auto prl
Then text will work again
Time issues?
Time Fix Zip
here is a little step by step of sorts to help anyone wanting to get in on the fun
first you need to initialize a build environment...not going into detail there cause there are multiple threads and sites that can service you there....soo...once you have a build enviro. set up...
open a terminal
type:
mkdir -p ~/liquid
type :
cd liquid (or what ever you named your directory to build from, mine is called liquid so ill refer to it as that some name it android)
now you need to download the sources for cm so...
type:
repo init -u git://github.com/LiquidSmooth/android.git -b lollipop
let it do its thing ....once it finishes you will need to place a roomservice.xml in the liquid/.repo/local_manifests directory ..... i am building for sprint so mine will be a little different if you are building for another variant ..... but ill post it to serve as an example of what you need
my roomservice.xml
once you have the roomservice.xml for your device in the local_manifests directory....you are ready to sync...so now...
type:
repo sync -j6 (i use -j6 but basically the number here represents the number of jobs your computer can handle ...the better the computer the more you can handle but choosing too high of a number will make everything sluggish and will take longer...using -j6 works for me yours might be higher or lower)
so now its syncing it will take a few so can watch it scroll or come back n a few to check on it....once syncing completes....you can begin to edit & build if everything is in place....so...
Go to liquid/device/samsung/qcom-common
and rename cm.dependencies to liquid.dependencies
now go to vendor/liquid/vendorsetup.sh and add this to it if it isnt already present
add_lunch_combo liquid_trltespr-userdebug
note: if already present no worries just exit....also depending on which device...you would want to change trltespr to whatever device name you are building for...so now the editing is complete...
type:
. build/envsetup.sh
type:
lunch
now select the number that corresponds with the device you are building for..literally type the number in
type:
make liquid -j6 (i use -j6 but basically the number here represents the number of jobs your computer can handle ...the better the computer the more you can handle but choosing too high of a number will make everything sluggish and will take longer...using -j6 works for me yours might be higher or lower)
now it will begin building and you can either watch the progress or walk off and come back and check on it... mind you there could be errors then you will have to scroll through or search for them and fix them... hope this helps a bit
getting titanium to work:
install supersu..
open supersu app
update binary
go into settings
uncheck mount namespace separation
check trust system user
reboot

I'm first, lol
Looks good, gonna try it out. (Got a lot of others DLing right now also).

JoeBear1975 said:
I'm first, lol
Looks good, gonna try it out. (Got a lot of others DLing right now also).
Click to expand...
Click to collapse
yeah ill be uploading it to https://goo.im/ as well

Dam afh !! Can't fn wait and its sticking at begin dl
Dl now

Can't change time zone i tried different gapps , its ahead 1hr
Sent from my SM-N910P using XDA Free mobile app

So far running flawlessly for me. No superheating on AC and no Miscellaneous dominating battery.

lilmeanz said:
Can't change time zone i tried different gapps , its ahead 1hr
Sent from my SM-N910P using XDA Free mobile app
Click to expand...
Click to collapse
go to date/time uncheck auto time and auto system time....then choose correct time zone then recheck both...idk why your having this happen mine was fine

Thank you guys
Sent from my SM-N910P using XDA Free mobile app

Totally forgot about system clock that worked thanks
Sent from my SM-N910P using XDA Free mobile app

So smooth!
I can't figure out how to boot into recovery or set lockscreen shortcuts.

hermeticist said:
So smooth!
I can't figure out how to boot into recovery or set lockscreen shortcuts.
Click to expand...
Click to collapse
To boot into recovery go into settings/security enable always on for advanced reboot.
For lock screen shortcuts go to settings/security/shortcuts then click the plus sign and add whatever you want.... Then back out.... Then lock the screen turn screen back on then long press the shortcut to use it

This is so smooth. Omg. Thank u. No issues so far.

uploading today's build just a few small changes can check the op for specifics

Downloading now gonna do a clean flash. You guys are awesome.
Sent from my SM-N910P using XDA Free mobile app

nice work. nice and fast. was disappointed when the cm12 build would boot, but not reboot. but now i have 5.0 on my note and works good except the messaging issue. thanks

I'm still on yesterday's build.
Every time I boot I have to do the 4636 fix for lack of signal.
Also, I'm not getting any GPS signal.

GPS not working properly for me. Does not lock or track with Maps.

lopies said:
GPS not working properly for me. Does not lock or track with Maps.
Click to expand...
Click to collapse
I get instant GPS lock and navigation is fast and fluid.

Related

[L5][E610/E612][ROM][4.3.1][JLS36I][BETA 2.4] Unofficial CyanogenMod 10.2 Builds

{
"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"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.3 (JB), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Unofficial build of CyanogenMod 10.2 (Android 4.3.0) for the LG-E610/12​
What's working:
GSM
Receiving and making calls
Display
Camera (photos, camcorder & panorama)
Audio playback
Audio recording
Video playback
Touch
WiFi
Wifi tethering
Bluetooth
Bluetooth tethering
OpenGL rendering
Hardware video decoding & encoding
USB-tethering
Mtp/ptp
Sending/receiving SMS/MMS
Sd card
GPS
NFC - beam working, tag not
Not working:
small things
Download
BETA 2.4: https://www.mediafire.com/?gg381vd0grwdwrd
Gapps: http://goo.im/gapps/gapps-jb-20130813-signed.zip
e612 user install latest kernel from here to get deep sleep working in cm-10.2 :
http://www.mediafire.com/?v8ko5syn3ucolc9
Install instructions:
Note : CM-10.2 is only for jellybean (v20) baseband. If you are on ics (v10) baseband flash v20 baseband from this thread
Wipe data and cache
Flash the CM10.2 zip
Reboot
boot into recovery mode
Install gapps
Reboot
Upgrading from earlier version of CyanogenMod 10.2:
Boot into Recovery
Flash CM10.2 zip
Reboot
PLEASE DONT MIRROR MY DOWNLOAD LINKS
Screenshots:
Source:
https://github.com/TeamHackLG
https://github.com/CyanogenMod
Thanks to:
TeamHackLG
Codeaurora forum
CyanogenMod Team
and everyone who's been working on CM10.2
IRC SUPPORT:
Join us in #teamhacklg on the Freenode IRC network.
If you like my hard work and want to give a small amount of money for me to buy a bear, please click the "Donate to me" button under my username. Otherwise I would be grateful if you can click the "Thanks" button on the bottom right of this post. Thanks
BETA 2.4 28-11-2013
Fixed offline charging
Updated cm source
BETA 2.3 14-11-2013
Fixed ISO Modes - now we can use ISO 100,200,400 and 800
disable Camera wrapper verbose logging
Updated cm source
BETA 2.2 30-03-2014
Fixed LQ and HQ you tube video's playing in browser - this was broken since few beta's
Reverted adreno blobs to jb_rel_2.0.3
other small changes
Updated cm source
BETA 2.1 22-03-2013
Fixes for WIFI direct
Fixes camcorder stuck for 1st time
Updated adreno,omx and camera blobs to v20g
Updated cm source
BETA 2 14-10-2-13
Fixed gmap reboots
Fixed non play-able music with dsp manager effect enable
other small fixes
Updated omx blobs
lots of kernel updates (detail kernel changelog can be found found here : https://github.com/TeamHackLG/lge-kernel-lproj/commits/android-msm-3.4-jb4.3)
Update to android 4.3.1 JLS36I
Updated cm source
BETA 1.5 06-10-2013
audio/msm7627a: Move LPA memory to bootloader heap
init: Fix sdcard permissions for native apps.
msm7x27a-common: let's try to get more battery life
GPU stability fixes and disabled shadow writes
total userspace ram is now 409mb
big updates in kernel (detail kernel changelog can be found found here : https://github.com/TeamHackLG/lge-kernel-lproj/commits/android-msm-3.4-jb4.3)
updated cm source
BETA 1.4 29-09-2013
Fixed Accelerometer sensor
Fixed sound recorder
Fixes for voip calls
fix sometime failed to symlink /mnt/shell/emulated/0 as /storage/emulated/legacy
Revert "msm7x27a-common: build power hal"
using mdpi optimized dalvik heap
Updated omx blobs from v20g
bulk qdsp5 (adsp) updates from msm-3.4
Updated cm source
BETA 1.3 21-09-2013
Fixes for screen flickers on launching some apps
Trying to fix battery issue
libagl: Allow use of copybit to accelerate 2D rendering
update to JLS36G (android-4.3_r3.1)
Updated cm source
- file manager now show internal sd with root access
BETA 1.2 14-09-2013
Fixed playing of some audio formats like aac
Emulate internal sd
- fixes some uninstalled after reboot
- all apps now works without ext sd
- apps to sd option from setting now gone - our device don't support this
Enable qcom bsp
Enable BTC
Gralloc hal updates
Updated cm source
BETA 1.1 10-09-2013
Fixed camcoder - it was accidently broken in BETA 1
rootdir: cleanup init after bluetooth merge
updated cm source
BETA 1 10-09-2013
Fixed Bluetooth
- Turn on and off working
- Scanning and re-scanning working
- Pairing Works
- File Sending receiving works
actually Fixed instagram bug (Tested by me and photo upload works)
1st beta release
Updated cm source
ALPHA 3.1 08-09-2013
Fixed cutted date in lockscreen
Fixed instagram bug
libaudio: Fix no music during voice call on BT headset
libaudio: Set proper device for Voip routing commands
Trying to fix deep sleep bug that is in alpha 3
Cleanup props
Now Total userspace ram is 407 mb
Full kernel change log is here
Seems more Smooth and Fast
Updated cm source
ALPHA 3 29-08-2013
Fixed green lines in recorded video
Fixed torch
Fixed pin lockscreen
move dalvik cache to data partition - fixes gapps problem on some devices
init updates from caf + stock
Revert "msm7x27a-common:camerawrapper: do not store metadata in buffers"
libaudio: use new api for devices
libaudio: Port heap mask change to ion
enable Low power audio (LPA)
enable qcom voip
Updated cm source
Removed cm updater
added partition info in setting by konsta + external sd support by me
ALPHA 2 24-08-2013
Fixed camera
Fixed offline charging reboots
Updated cm source
ALPHA 1.5 17-08-2013
switch to caf DISPLAY_VARIANT
Build power hal
Use audio policy manager from ALSA
cleanup bt startup script
switch to new ion api
thumbnails preview in recent apps view works now
Add support for jellybean bootloaders - untested but should work
Enable qcom a/v enhancements
Update adreno blobs to jb_rel_2.0.3
Updated cm source
ALPHA 1 07-08-2013
gps now working
Ported KGSL (GPU) Driver from caf's jb_2.6 branch (fixes lags etc)
Updated cm source
PRE-ALPHA 30-07-2013
Initial release
FAQ
Q: there is no reboot options in power menu, Why?
A: Go to the Settings -> Developer options -> Advanced reboot
Q: The 'Developer and Performance options' from 'settings' are gone. Where are they?
A: Touch the 'Build number' seven times in 'about phone'. Then they will appear.
Q: After installing cm10.1 i can't view my internal sd data, Why ?
A: Go to Data/media now move your all internal sd data to folder named 0 Means under /data/media/0 then you can view your internal sd data
reversed again
PecanCM said:
last one for me
Click to expand...
Click to collapse
what do you mean last?
velosa said:
what do you mean last?
Click to expand...
Click to collapse
i mean last reversed post for me
hiu, we thought you will not work more on LG L5, you scaried us man )
PecanCM said:
i mean last reversed post for me
Click to expand...
Click to collapse
what a fright!
Cool, tomorrow i'll start testing.
Just one cuestion, to swap between cm10.1 and 10.2 with cwm backup, its a must-do full format? Or just wiping?
I'll try both anyways xD
Enviado desde mi LG-E612g
you can send and get messages right?
---------- Post added at 02:51 PM ---------- Previous post was at 02:51 PM ----------
raul338 said:
Cool, tomorrow i'll start testing.
Just one cuestion, to swap between cm10.1 and 10.2 with cwm recovery its a must-do full format? Or just wiping?
I'll try both anyways xD
Enviado desde mi LG-E612g
Click to expand...
Click to collapse
i think you need to wipe everything, because this is 4.3 not 4.2.2
raul338 said:
Cool, tomorrow i'll start testing.
Just one cuestion, to swap between cm10.1 and 10.2 with cwm recovery its a must-do full format? Or just wiping?
I'll try both anyways xD
Enviado desde mi LG-E612g
Click to expand...
Click to collapse
I think that you could do swap without wiping but you may have errors, so its recommended to wipe when you switch between ROMs esspecialy when its in alpha/beta stage
*sory i didt read that you asking for a full format ^^
Sabyn said:
you can send and get messages right?
---------- Post added at 02:51 PM ---------- Previous post was at 02:51 PM ----------
i think you need to wipe everything, because this is 4.3 not 4.2.2
Click to expand...
Click to collapse
oops forgot to test sms
and yes wipe all , you can also boot without wipe anything thought
PecanCM said:
oops forgot to test sms
and yes wipe all , you can also boot without wipe anything thought
Click to expand...
Click to collapse
And cook on the fly a cm10.1 and cm10.2.... It could work (?
Enviado desde mi LG-E610
CRY OF HAPPINESS.
Thanks, bro.
It was very cool to install cm10.2 and Andriod 4.3 on my L5 when it's barely coming out on high end devices.
What I noticed so far:
- Trebuchet froze on first boot
- Phone becomes really slow
I'll update this if I notice anything else along the way.
Awesome
Sent from my LG-E610 using xda app-developers app
E.jr said:
It was very cool to install cm10.2 and Andriod 4.3 on my L5 when it's barely coming out on high end devices.
What I noticed so far:
- Trebuchet froze on first boot
- Phone becomes really slow
I'll update this if I notice anything else along the way.
Click to expand...
Click to collapse
wait for few more updates and we will get good usable cm10.2
PecanCM said:
wait for few more updates and we will get good usable cm10.2
Click to expand...
Click to collapse
thank you!message works.ROM after a time works a little smoother.
I know this 10.2 update would be much better than the Last the 10.1 which still a 4.2 hehehe..
We will wait until the next updates for this ROM 4.3 hehehe... YOUR THE BEST SIR PecanCM
Settings are not translated into Portuguese!deep sleep works!

[ROM][4.4.4][UNOFFICIAL] ParanoidAndroid 4+ [4.6 Beta6][24/12/2014]

PLEASE REFER TO THE CHANGE LOGS FOR CURRENT FEATURES.
IF IT'S NOT LISTED THERE, IT'S NOT IN THE BUILD
{
"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"
}
INSTRUCTIONS:
1. UPDATE RECOVERY (use latest arco's CWM)
2. PRISTINE-WAY (If coming from another rom or stock)
3. INSTALL ROM
4. INSTALL GAPPS (Micro is better)
4. REBOOT
5. CUSTOM KERNELS MAY BREAK ROOT, SIMPLY RE-FLASH SUPERSU
## PA 4+ UPDATES DO NOT NEED A FACTORY RESET.
SOURCES:
AOSPA-legacy
arco github
pa-ancora org @github
CREDITS:
AOSP'Google' , CyanogenMod , educk , arco68 , Xda , Supporters , Users
Links:
Development:
Change Logs
XDA Forum
Github(AOSPA)
Gerrit
Social:
Google+
Twitter
Facebook
Images:
FACETS
​
XDA:DevDB Information
ParanoidAndroid 4+, ROM for the Samsung Galaxy W I8150
Contributors
Madridii
Source Code: http://github.com/madridii
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: CWM with new assignment by arco68
Based On: AOSP
Version Information
Status: Stable
Current Beta Version: 4.6 Beta6
Beta Release Date: 2014-12-24
Created 2014-04-28
Last Updated 2014-12-24
Info. and Screenshots
ScreenShots
Unofficial Banner
Additional Info
**The build will be updated weekly following the official PA team releases. (Tuesday or Wednesday)
**This build is built from Legacy AOPSA source so added featers to official AOSPA are not included in this release!
**You can use any GAPPs for Kitkat 4.4.4
** Added CMFileManager and DSP manager and Apollo!
ROM source of ancora
Org. @github (pa-ancora) Here.
and everything else is AOSPA 4+ Pure!
Additional info on Peek (Thanks to educk):
[Peek]
Please note that after taking a look on the sources and commit notes, Peek does require gyroscope in order to work as intended. Our device is missing this hardware but Peek still works somehow (ok, not how the PA team imagined it but still it does work):
*How it currently works on our phone:
When screen is off and the device receives a notification, for 10 seconds, the device will wake up, showing the notification (without having to pick it up).
*How it should have been:
When screen is off and the device receives a notification, within 10 seconds, if the phone is picked up, it displays the notification.
[/Peek]
If you want to maove app to sd, move it and lunch it before any reboot to prevent any damage of app!!
CHANGE LOG
Code:
[B]4.6 Beta6 24/12/2014[/B]
- Remove Card Style Recent apps (due to unstablity)
- new assignment of partitions by arco and christopher83
- Move apps to sd card (which is now external SD) implemented
[CODE][B]4.6 Beta6 08/11/2014[/B]
- Add DSB (Dynamic Status Bar) [WIP]
- Add Card Style Recent Apps [WIP]
- Remove Documents app from Drawer
- Some changes in device and kernel source
- Added some commits to test performance
[B]4.6 Beta4 10/10/2014[/B]
- Still there is no Card recent and DSB (Closed source)
- Enable LPA and Tunnel to fix Stuttering
- Fix Camera stop after first shot (bug in latest CM11 by arco68)
- Device built from (github.com/pa-ancora)
- Add smartass and SIO to kernel
- Synced with AOSPA-Legacy github!
[B]4.6 Beta2 10/09/2014[/B]
- Still there is no Card recent and DSB!
- Sync latest updates from arco's github for device, kerne, vendor with some changes from me which I see that better for this ROM!
- Sync latest update from AOSPA-legacy's github
- Fix for dissapearing button of notify or QS in header of notification panel [URL="https://github.com/pa-ancora/android_frameworks_base/commit/17b56994d946ad5608f1029ac5aaf31c4c091b4f"](Here)[/URL]
- Fixes for Themes engine!
- [URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official Change Log[/URL]
[B]FINAL 4.4 25/06/2014[/B]
- This is the most stable build from AOSPA (Final doesnt mean the last build)
- Bug fixes
- Add the volume indicator when use buttons of it into Hover
- [URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official Change Log[/URL]
[B]RC2 4.4 19/06/2014[/B]
- Readd ClearAll button for devices with Hardware buttons
- New based kernel with 375MB RAM
- Fix move to SD card bug
- Bug fixes in source
- [URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official Change Log[/URL]
[B]RC1 4.4 11/06/2014[/B]
- Add Hover
- Fixes in source
- in testing for other bugs
- [URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official Change Log[/URL]
[B]Beta1 4.4 05/06/2014[/B]
- Add theme engine
- Fixes in ROM
- New KK adreno libs Used so I reverted the needed commits from arco's github
- Ariesve-Dev-Con-team source for kernel with fix for camera
- built with 4.8 GCC Linaro
- [URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official Change Log[/URL]
[B]Beta4 4.3 17/5/2014[/B]
- Fixed issue with freezes and reboots
- Improvement for Floating mode (from recent the main app close, from notification it will not close)
- Synced with arco's kernel source and device source
- [URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official Change Log[/URL] (There is no Hoover till now)
[B]Beta3 4.3 6/5/2014[/B] Thanks for educk
- Fixed issues with Documents/Downloads crashing while opening a file
- Fixed issue with launcher loading as a recent app while using the quick switch feature of the recents button
- Added ability to launch apps from recents as floating (long press on a recent item and select floating mode)
- Added ability to go directly to floating mode from notification drawer (long press on a notification)
- Added root access modes available in Developer options (disabled, apps only, adb only, apps and adb)
- Removed AppOps category tab, as we only offer one category in App privacy
- Bug fixes throughout
- [URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official Change Log[/URL]
[B]Beta1 4.3 29/4/2014[/B]
- Clean Flash Required (with clean /data and /system)
- Added notification Peek (info ubove) (doesn't work how it should due to missing gyro) (thanks to BigBrother1984 D4rKn3sSyS Anu6is)
- [URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official Change Log[/URL]
[B]Beta5 4.2 28/4/2014[/B]
- Initial Release
- Device tree : [remove insecure MM heap (test the freeze), add overlay for LightBulb for LED flash and tile, remove classic webview, fix building error of recovery]
Great! thanks for all your work :good: downloading and testing soon..
Thank guys... You rock!!!
Sent from my GT-I8150 using Tapatalk
Thanks
thanks madridi
can i use khan kernel like cm11 by sir arco?
Thanks waiting for link *-*
Edit: So smooth i love it No bugs so far i will check the battery life later
Ohhh!
I lost connection to internel while uploading
Please be patient guys I am uploading it again
Uploaded!!!
Enjoy guys!
All information you need is in 2nd Post, yes all information about this ROM
Wow, Beta 5 is 25% smoother than Beta 4. Thank you so much!
And hey, could you please compile a stock kernel that works on GT-I8150B? Because the one that we (Brazilian people) use for make 4.4.2 works on our device is a bit outdated.
Thanks again!
FelixMG said:
Wow, Beta 5 is 25% smoother than Beta 4. Thank you so much!
And hey, could you please compile a stock kernel that works on GT-I8150B? Because the one that we (Brazilian people) use for make 4.4.2 works on our device is a bit outdated.
Thanks again!
Click to expand...
Click to collapse
If you have the source of it, I will help you, because I don't know what it the different between yours and ours ..
Sent from my GT-I8150 using XDA Premium 4 mobile app
Hey guys!
I need your feedback if any freeze like CM ..
Until now there isn't any freeze on my device which is working with Beta5..
Sent from my GT-I8150 using XDA Premium 4 mobile app
Thanks Madridii for your work, you make the development section of wonder still alive .And i'll try it too :thumbup:
Madridii said:
Hey guys!
I need your feedback if any freeze like CM ..
Until now there isn't any freeze on my device which is working with Beta5..
Sent from my GT-I8150 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Until now there isn't any freeze on my device too.
Edit: Right after turn off mass storage the device freezed.
Madridii said:
If you have the source of it, I will help you, because I don't know what it the different between yours and ours ..
Sent from my GT-I8150 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I don't know if this is enough, but I took from MoKee thread, the only that works is the original or swapped 3.4.84 Release 3 kernel.
I don't know what's the difference between the GWs. Everything else since the firsts custom roms for Galaxy W worked perfectly, but now all ION kernels doesn't work, except the above one. Maybe @theloneseeker could help us, since it's his amazing kernel.
FelixMG said:
Until now there isn't any freeze on my device too.
I don't know if this is enough, but I took from MoKee thread, the only that works is the original or swapped 3.4.84 Release 3 kernel.
I don't know what's the difference between the GWs. Everything else since the firsts custom roms for Galaxy W worked perfectly, but now all ION kernels doesn't work, except the above one. Maybe @theloneseeker could help us, since it's his amazing kernel.
Click to expand...
Click to collapse
If i remember, my GW is a 'B' one...all the kernels with ION works for me...when i come home, i'll confirm this
EDIT: My GW is a 'B'...and everything works
Madridii said:
Hey guys!
I need your feedback if any freeze like CM ..
Until now there isn't any freeze on my device which is working with Beta5..
Sent from my GT-I8150 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Well no freezes so far and so smooth Btw battery seems draining a bit fast with default kernel
IWRH said:
Well no freezes so far and so smooth Btw battery seems draining a bit fast with default kernel
Click to expand...
Click to collapse
Wait 2 cycles with battery ..
The most important that is no freeze
Sent from my GT-I8150 using XDA Premium 4 mobile app
I just saw PA 4.3+ with Hover feature... is it going to release for the next update??
Or those code source still not open yet?
more screenshot please?
Up to now, no frezees at all.

[ROM][UB][OFFICIAL][MultiROM (Unofficial) ] VanirAOSP [5.0.2] {Honami}

Code:
#include <disclaimer.h>
/*
* This is for unlocked bootloaders only, If you haven't unlocked it yet
* be aware that it does void your warranty.
*
* I am not responsible for bricked devices, dead SD cards,
* or you getting fired because the alarm app failed.
* YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
{
"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"
}
Welcome to VanirAOSP.
Our mission is to deliver a clean optimized version of Android to as many devices as possible. This is not a kang rom. You will find versions of the features you love that we've rewritten and improved on plus a few we wrote ourselves. we've tried to acheive a more organized and cohesive setup to improve the user experience while correcting any performance regressions and improving functionality.
If you're the kind of person that needs options to change the font and color on every letter and expect the ROM to end up looking like kid's cereal box then GTFO. You will not find customizations that are done just because someone figured out how to do them. Everything in here has a purpose and is held to a high standard of coding.
General features:
stock mode - ability revert to stock AOSP code with the exception of a few custom features we chose to keep active
enhanced performance.. longer uptime with less slowdown
custom written CRON and init.d.
minor UI and graphics improvements
custom navbar, navring, and hardware key features
active notifications (improved active display + lockscreen notifications)
usability improvements like power reboot menu and sound
animation control
Improved Vanir keyboard
CM's profiles & quicksettings
additional quicksetting tiles
immersive desktop <- fully configurable immersive mode
low profile mode
statusbar mods
clock & battery mods
lockscreen blur and other mods
soon to come -> quick cam and flash notifications
busybox, embedded root, init.d, cron etc
many improvements and new features unique to vanir
more to come when i feel like updating the op
Issues
CM Bugs
Maybe other some random bugs
Join our Google+ community for news/updates
Please help Vanir continue developing, or simply just toss them some loose change for a coffee
tutorials for building, translating, testing
Kernel Source
Download:
OFFICIAL BUILDS
Build Folder
UNOFFICIAL BUILDS BY ME
Build Folder
Builds at the bottom are the newer ones so take note
GAPPS: Vanir's Gapps
Instructions
fastboot boot.img in zip
boot to recovery
format system, data, cache and wipe dalvik
flash zip
reboot
flash gapps(optional)
Credits:
CyanogenMod - Device Trees and Kernel
@Info4Geek - Server
@DHO
@OmarEinea
Let me know if I missed anyone
Donate to HubDroid Server for future builds.
You can also throw me some change with the donate button under my username.
XDA:DevDB Information
VanirAOSP, ROM for the Sony Xperia Z1
Contributors
AndroidNoob69
ROM OS Version: 5.0.x Lollipop
Based On: AOSP with CM repos
Version Information
Status: Beta
Current Beta Version: 5.0.2
Created 2015-02-08
Last Updated 2015-02-27
Reserved
Reserved 2
Let's try it
Thanks!!
Thanks for this rom. Looking forward to the screenshots of this.
"No it has not got to do with it.
Have you tried http://forum.xda-developers.com/show...php?p=57104064
If it works I know the issue. If not I will investigate"
Weird thing. Installed the latest version from 02.07. and everthing works. But thx for your help.
AndroidNoob69 said:
Code:
#include <disclaimer.h>
/*
* This is for unlocked bootloaders only, If you haven't unlocked it yet
* be aware that it does void your warranty.
*
* I am not responsible for bricked devices, dead SD cards,
* or you getting fired because the alarm app failed.
* YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Welcome to VanirAOSP.
Our mission is to deliver a clean optimized version of Android to as many devices as possible. This is not a kang rom. You will find versions of the features you love that we've rewritten and improved on plus a few we wrote ourselves. we've tried to acheive a more organized and cohesive setup to improve the user experience while correcting any performance regressions and improving functionality.
If you're the kind of person that needs options to change the font and color on every letter and expect the ROM to end up looking like kid's cereal box then GTFO. You will not find customizations that are done just because someone figured out how to do them. Everything in here has a purpose and is held to a high standard of coding.
General features:
stock mode - ability revert to stock AOSP code with the exception of a few custom features we chose to keep active
enhanced performance.. longer uptime with less slowdown
custom written CRON and init.d.
minor UI and graphics improvements
custom navbar, navring, and hardware key features
active notifications (improved active display + lockscreen notifications)
usability improvements like power reboot menu and sound
animation control
Improved Vanir keyboard
CM's profiles & quicksettings
additional quicksetting tiles
immersive desktop <- fully configurable immersive mode
low profile mode
statusbar mods
clock & battery mods
lockscreen blur and other mods
soon to come -> quick cam and flash notifications
busybox, embedded root, init.d, cron etc
many improvements and new features unique to vanir
more to come when i feel like updating the op
Issues
CM Bugs
Maybe other some random bugs
Join our Google+ community for news/updates
Please help Vanir continue developing, or simply just toss them some loose change for a coffee
tutorials for building, translating, testing
Kernel Source
Download:
OFFICIAL BUILDS
Build Folder
UNOFFICIAL BUILDS BY ME
Build Folder
Builds at the bottom are the newer ones so take note
GAPPS: Vanir's Gapps
Instructions
fastboot boot.img in zip
boot to recovery
format system, data, cache and wipe dalvik
flash zip
reboot
flash gapps(optional)
Credits:
CyanogenMod - Device Trees and Kernel
@Info4Geek - Server
@DHO
@OmarEinea
Let me know if I missed anyone
Donate to HubDroid Server for future builds.
You can also throw me some change with the donate button under my username.
XDA:DevDB Information
VanirAOSP, ROM for the Sony Xperia Z1
Contributors
AndroidNoob69
ROM OS Version: 5.0.x Lollipop
Based On: AOSP with CM repos
Version Information
Status: Beta
Current Beta Version: 5.0.2
Created 2015-02-08
Last Updated 2015-02-08
Click to expand...
Click to collapse
Tried the February 6 official build, seems great. But seems to be lacking a few features, e.g. an ability to display the date in the status bar. Other than that, it's been a smooth ride so far.
Just a question, is it possible to flash an unofficial build over an official build, or an official build over an unofficial build when updating?
jenova941 said:
Tried the February 6 official build, seems great. But seems to be lacking a few features, e.g. an ability to display the date in the status bar. Other than that, it's been a smooth ride so far.
Just a question, is it possible to flash an unofficial build over an official build, or an official build over an unofficial build when updating?
Click to expand...
Click to collapse
You should be able to flash over
AndroidNoob69 said:
You should be able to flash over
Click to expand...
Click to collapse
is the rom compiled with sony aosp sources or with cm sources?
mo120697 said:
is the rom compiled with sony aosp sources or with cm sources?
Click to expand...
Click to collapse
Cm sources
Running the unofficial February 7 build, very nice. Buttery smooth performance. Not sure why this thread is going unnoticed.
Bugs:
1. The keyboard randomly stops accepting input, but starts working fine again after locking and unlocking the phone. Happens a few times every day.
2. Proximity sensor does not turn off screen during calls.
3. Sometimes the person on the other end can't hear me when I make an outgoing call, but it seems to work fine when I call them again.
Feature Requests:
1. Colour calibration options in kernel
2. Option to display date in status bar
3. Dark Material theme
jenova941 said:
Running the unofficial February 7 build, very nice. Buttery smooth performance. Not sure why this thread is going unnoticed.
Bugs:
1. The keyboard randomly stops accepting input, but starts working fine again after locking and unlocking the phone. Happens a few times every day.
2. Proximity sensor does not turn off screen during calls.
3. Sometimes the person on the other end can't hear me when I make an outgoing call, but it seems to work fine when I call them again.
Feature Requests:
1. Colour calibration options in kernel
2. Option to display date in status bar
3. Dark Material theme
Click to expand...
Click to collapse
1, 2, and 3, should be cm issues.
Features will be slowly added in don't worry
How about use ChromeCast ? Or cast screen?
Build is up. Read this also as I think it applies to vanir. http://www.cyanogenmod.org/blog/public-service-announcement-sony-cm12-users
Please delete
AndroidNoob69 said:
Build is up. Read this also as I think it applies to vanir. http://www.cyanogenmod.org/blog/public-service-announcement-sony-cm12-users
Click to expand...
Click to collapse
Could you please add screen controls from this link to your kernel :
http://forum.xda-developers.com/android/software-hacking/dev-kcal-advanced-color-control-t3032080
It enables saturation, contrast and gamma controls and other advanced things such as grayscale mode.
Kindly implement it in your rom/kernel ASAP ! I was really looking forward to this feature !
Thank You !
AndroidNoob69 said:
Build is up. Read this also as I think it applies to vanir. http://www.cyanogenmod.org/blog/public-service-announcement-sony-cm12-users
Click to expand...
Click to collapse
With multirom and as first rom it is not necessary. Tested by myself
AndroidNoob69 said:
Build is up. Read this also as I think it applies to vanir. http://www.cyanogenmod.org/blog/public-service-announcement-sony-cm12-users
Click to expand...
Click to collapse
Is not needed because the commit in external_busybox is not implemented yet
davidteri91 said:
Is not needed because the commit in external_busybox is not implemented yet
Click to expand...
Click to collapse
I guess the vanir team hasn't merged it then
Build queued (2hr)
Changelog
Spirit FM radio now works
Sources updated

[CAF/AOSP][LA.BF.1.1.3-01010-8x74.0][6.0.1][STABLE]AOSParadox Project 2.1 - 20160328

{
"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"
}
​The AOSParadox Project 2.1​
What's CodeAurora Forums ?
Code Aurora Forum (CAF) is a consortium of companies with projects serving the mobile wireless industry. Software projects it concerns itself with are e.g. Android for MSM, Femto Linux Project, LLVM, MSM WLAN and Linux-MSM. Code Aurora is basically AOSP plus all Qualcomm specific enhancements and optimization.
What's AOSParadox Project ?
AOSParadox is a vanilla ROM. Our goal is to pick the least amount of commits possible on AOSP code. While trying to add features, when CodeAurora provide us with chipset's specific sources ?
At the opposite of most of ROMs that you can find, the trees are made by ourselves to be integrated in this new ROM type.
What should I be aware of ?
Everything is custom and made to work with CodeAurora Forum's sources so custom kernels won't boot (ramdisk is different, selinux rules too, ...).
Extra features
Code:
- Snapdragon camera
- Compatible with layer themes
What doesn't work ?
Code:
- Tell us
Downloads :
http://download.aosparadox.org/AOSParadox/bacon/
How to install ?
1) Place ROM & Gapps in your virtual SD
2) Reboot in Bootloader Mode
3) Go to "Recovery"
4) Wipe Data/Factory Reset
5) Wipe Dalvik cache
6) Install the ROM zip
7) Install the Gapps
8) Install SuperSU zip
9) To disable software keys you can flash the ZIP made by @TanayPoddar56 (Post #2345)
10) Reboot
Users Tips and benchmarks
- How to enable software keys ?Find the original @theratedrock post here
Code:
Most of you would want to skip to Step 1.3 as that's why I created this post and everything else is almost similar. If this works out (especially 1.3), please give me feedback.[/B]
[B]1.1 [U]Enabling softkeys:[/U] [/B]
1. Make sure you have got / & /system mounted as rw.
2. Go to device/system/build.prop.
3. Scroll down to the extreme bottom.
4. Add this line there :
[I]qemu.hw.mainkeys=0[/I]
5. Save the file and reboot. (To be sure that it has got enabled and we're gonna disable the hard-keys in the next step.)
[B]1.2 [U]Disabling the Hardware keys:[/U] [/B]
1. Go to Device/system/usr/keylayout/generic.kl.
2. Scroll down and find the following keys and add # before each of them.
It should then look like this:
# key 139 MENU
# key 158 BACK
# key 172 HOME
3. Save and Reboot.
[B]Alternatively[/B] you can go set the long press and short press of the hard keys to "No action" from settings , in newer builds. (But [B]back button would still work though[/B])
[B]1.3 [U]Disabling the backlight of the HW keys:[/U] (Permanent as long as a systemless SuperSU is available.)[/B]
1. Download this :- [url]https://www.dropbox.com/s/lbx8fogscy8v0xc/DisableSoftkeysBacklight?dl=0[/url]
2. Have [B]a systemless version of [user=631273]@Chainfire[/user] 's SuperSU flashed [/B] (very important)
3. Go to /su/su.d
4. Paste the "DisableSoftkeysBacklight" you downloaded inside su.d
5. Change permissions of the file (Give Owner read, write and execute permissions.)
6. Now reboot.
Team AOSParadox Members / Official Contributors
@edisile @Quasar @h2o64 @loveboy_lion
Sources
device/oneplus/bacon homemade tree, we credited only what belong to us
kernel/oneplus/msm8974
vendor/oneplus/bacon
If you want to build the ROM by yourself here is the tutorial.
XDA:DevDB Information
[CAF/AOSP][LA.BF.1.1.3-01010-8x74.0][6.0.1][STABLE]AOSParadox Project 2.1 - 20160328, ROM for the OnePlus One
Contributors
Quasar, h2o64
Source Code: https://github.com/AOSParadox
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: CAF/AOSP
Version Information
Status: Stable
Current Stable Version: LA.BF.1.1.3-01010-8x
Stable Release Date: 2016-03-28
Created 2015-09-06
Last Updated 2016-05-05
Changelog
- Release 20150906
Code:
-Initial release
- Release 20150911
Code:
-Fixed NFC
-Fixed hardware button backlight (brightness is low)
-Fixed video recording
-Added Google Webview support to fix Google Play Services FC at startup wizard
-Fixed a bunch of wakelocks caused by AOSP systemupdateservice
-Added remaining charge time
-Added a bunch of APN fixes, so messaging issues should be fixed now
-Release 20151001
Code:
Fixed d2tw and added Oppo Gestures (Fully ported from omnirom and thanks to @spanish33)
- Fixed black screen when calling (Thanks to @spanish33)
- Cleanup sources
- Update the default apps to the latest version available
- Fetch latest sultanxda's kernel
- Fix mismatched sizes on system/data partitions
- Fix audio/speakers related issues
- Fix some memory leaks
- Fix miss-aligned no-SIM icon
- Fixed carrier label on lockscreen
- Add F2FS support
- Fixed WiFi Hotspot
- Add screenshot delete option in the notification
- Add CAF Task Manager
- Add compatibility for Google WebView package (on google play)
We also played a lot around the CAF AppOps Manager, but it's not stable enough, so we decided to not use it.
Gr8 ROM !
I found it odd that CAF task manager and CAF appops weren't there. Is this strictly CAF when it comes to just the kernel?
_ASSASSIN_ said:
I found it odd that CAF task manager and CAF appops weren't there. Is this strictly CAF when it comes to just the kernel?
Click to expand...
Click to collapse
Yep. Pretty much as CAF as Sultan's kernel is. And nope. No app opps or task manager here. We've kinda stuck to as less bloat as we can manage.
ROM working fine on Multirom (secondary). Its always good to see a new ROM surface :thumbup:
@Quasar then would you mind removing all of those really outdated AOSP apps that are really useless? xD
Also I don't know about you.. but I'd think that CAF App ops is extremely useful.
_ASSASSIN_ said:
@Quasar then would you mind removing all of those really outdated AOSP apps that are really useless? xD
Also I don't know about you.. but I'd think that CAF App ops is extremely useful.
Click to expand...
Click to collapse
Well, it's just gallery, browser and music. Also, CAF App Ops needs some commits that we don't want to use. You could download App Ops from the play store, though.
Booted on render, lost WiFi, but booted.. Going to try tyr and ak...
*update..
Tyr doesn't boot and ak loses WiFi too..
Sent from my A0001 using XDA Premium 4 mobile app
Quasar said:
Well, it's just gallery, browser and music. Also, CAF App Ops needs some commits that we don't want to use. You could download App Ops from the play store, though.
Click to expand...
Click to collapse
Quasar are you using anything for wakelocks and such?
OmegaBlaze said:
Quasar are you using anything for wakelocks and such?
Click to expand...
Click to collapse
Don't really need those anymore since Google fixed the systemupdateservice wakelock. I haven't been on this for a full cycle yet, but on falcon, the SOT almost doubled with this ROM, so I don't think you'd need anything.
Quasar said:
Don't really need those anymore since Google fixed the systemupdateservice wakelock. I haven't been on this for a full cycle yet, but on falcon, the SOT almost doubled with this ROM, so I don't think you'd need anything.
Click to expand...
Click to collapse
Thanks for the speedy reply. I like keeping my ROMs minimalistic as well.
Added to OnePlus One index thread:
[INDEX] OnePlus One Resources Compilation Roll-Up
Yay more AOSPs.
Pretty smooth ROM. I would love to see some basic features being added.
Thanks a lot for this great ROM.
@Quasar
Will you add the backup functionalities on addon.d in the future? Or it will stay as it is?
This is exactly what we need! Looking forward to this ROM and if you don't mind ,just a suggestion.. Please don't add any "extra" features such as app side bar app circle bar, floating window etc.
Battery life is too good on this ...
Network traffic and this will be the dream!
Setting.Out said:
Booted on render, lost WiFi, but booted.. Going to try tyr and ak...
*update..
Tyr doesn't boot and ak loses WiFi too..
Sent from my A0001 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
This ROM uses one heck of a lot of modules. Including prima wich isn't build "in-kernel" anymore (this way we always use the latest one and we match caf format)
_ASSASSIN_ said:
@Quasar then would you mind removing all of those really outdated AOSP apps that are really useless? xD
Also I don't know about you.. but I'd think that CAF App ops is extremely useful.
Click to expand...
Click to collapse
If there are outdated... Why wouldn't we update it simply?
The ROM (on all the concerned devices) is quiet young. Once we added a few features (clean all task) and fixed all the bugs. We will start working apps by ourselves.
Jazz365 said:
Yay more AOSPs.
Pretty smooth ROM. I would love to see some basic features being added.
Thanks a lot for this great ROM.
Click to expand...
Click to collapse
Ideas are always welcome
astrall said:
@Quasar
Will you add the backup functionalities on addon.d in the future? Or it will stay as it is?
Click to expand...
Click to collapse
It will stay as it is to match CAF as much as we can.
Status bar says 3g even though it says lte in quick settings and no lights on capacitive keys. An option for softkeys would be awesome if possible. I also tried to flash open gapps stock package and I got an error that there wasn't enough room on system. I guess it's an error in the updater script. Works fine in CM. Thanks for the ROM I've been waiting for something like this for a while.
There are three major bugs listed and you are calling it stable?

[ROM][UNOFFICIAL][PIE] LineageOS 16.0 for Wileyfox Swift 2/Plus/X

{
"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"
}
/*
* Your warranty is... still valid?
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
Click to expand...
Click to collapse
"LineageOS is a free, community built, aftermarket firmware distribution of Android 9.0 (Pie), which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit."
What's working:
- Bootable
- RIL
- WI-FI
- BLuetooth (A2DP, aptX, Calls)
- Audio (with sound amplifier too)
- Sensors
- LED
- GPS
- Video Playback
- NFC
- Fingerprint
- Camera
- Camcorder
- Flash
- FM Radio
What's not working:
- Selinux
Installation:
Download the zip(s)
Install a compatible Recovery (TWRP 3.2 recovery recommended)
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash LineageOS
Optional: Install the Google Apps addon http://opengapps.org/
Reboot
Download:
nikith290 builds: G.Drive
vm03 builds: https://vasy.ru/LineageOS-16/marmite/ | POST with addithional info
Additional: Recovery | Bootloader (G.Drive)
Source Code:
ROM: https://github.com/LineageOS
Device Tree: DevelopedInside
Kernel: Developed Inside
Vendor: DevelopedInside
Screenshoots and main post on 4PDA.
If you reporting a bug - please, attach system logs (aka logcat) and kernel logs (dmesg). If system crash randomly, check tombstone logs and console-rampoos.
Thanks.
Contributors: vm03
Android Version: 9.0 Pie
Kernel version: 3.18.120
Based On: LineageOS
Status: Beta
Created: 02.03.2019
Lats Updated: 14.04.2019
Nice job! I was following this @ 4pda since day one.
There is a serious issue with the last 2 builds on the swift 2x. The screen keeps going off and the device locks itself . Not sure what the problem is. The first build doesnt have that issue tho.
logs:
https://drive.google.com/file/d/1A1KZ7ZktqdSpS-yEsrKOKP6xMvBjRMVh/view?usp=sharing
https://drive.google.com/file/d/1Ateb7-r1hFYzzEl1NgufnnhHzbZVk5EM/view?usp=sharing
Abdullah S.A. said:
There is a serious issue with the last 2 builds on the swift 2x. The screen keeps going off and the device locks itself . Not sure what the problem is. The first build doesnt have that issue tho.
logs:
https://drive.google.com/file/d/1A1KZ7ZktqdSpS-yEsrKOKP6xMvBjRMVh/view?usp=sharing
https://drive.google.com/file/d/1Ateb7-r1hFYzzEl1NgufnnhHzbZVk5EM/view?usp=sharing
Click to expand...
Click to collapse
Finnaly have a time to check it.
And what can i say: you using Treble kernel and treble repartition. Its not bad, but LOS kernel have a huge part of updates and highly recommended to useage
[ 0.000000] Linux version 3.18.71-treble ([email protected]) (gcc version 4.9 20150123 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Sep 28 18:40:23 +03 2018
Click to expand...
Click to collapse
I cant help you or debug it, untill you using not standart kernel supplied with LOS16.
UPD: yeah, seems like its ROM bug, sorry for misunderstanding. Working on it.
nikith290 said:
Finnaly have a time to check it.
And what can i say: you using Treble kernel and treble repartition. Its not bad, but LOS kernel have a huge part of updates and highly recommended to useage
I cant help you or debug it, untill you using not standart kernel supplied with LOS16.
UPD: yeah, seems like its ROM bug, sorry for misunderstanding. Working on it.
Click to expand...
Click to collapse
Thank you for you work. I just tried the new update (the one with OTA) and the problem is solved. That ROM is really stable. I am facing the same bugs you mentioned in OP so nothing unusual. Waiting for the fixes.
Keep up the great work!
Thanks for supporting Swift 2 @nikith290 ...currently on crDroid Oreo but will definitely try this out ..hoping you find the time to fix screen bug meantime ..:good:
Do you take donations for a beer or coffee via PayPal ?
KevMetal said:
Thanks for supporting Swift 2 @nikith290 ...currently on crDroid Oreo but will definitely try this out ..hoping you find the time to fix screen bug meantime ..:good:
Do you take donations for a beer or coffee via PayPal ?
Click to expand...
Click to collapse
Screen already fixed with RIL data. Several new builds can be downloaded from Gdrive folder =D I just don't give any announcements before camera will be fixed.
Coffee, but not now. Many thanks!
My builds: https://vasy.ru/LineageOS-16/marmite/
What's working:
- Boots
- RIL (Calls, SMS, Data)
- NFC
- Wi-Fi
- Bluetooth
- Audio
- Sensors
- LED
- GPS
- Fingerprint
- Camera
- Camcorder
- Video Playback
- Flash
- FM radio
What's NOT working:
- SELinux Permissive
Changelog
20190413
- fix FM radio
- fix LiveDisplay
- upstream updates
20190407
- fix FP in apps
- fix GPS crash
- add WiFi display(miracast)(need testing)
- upstream updates
20190324
- You are welcome! (first public release)
All source's also on DevelopedInside github
Wow that was quick.
Just tested the new release
Bugs:
- Fingerprint not working with 3d party apps like banking apps (Probably because of SeLinux?)
-Sometimes I got a message of 'Process System is not responding'. Not a big deal tho.
-Casting to a wireless display is not working ( It causes a system UI crash)
-Two camera apps, the lineage os one and the AOSP one.
-FM radio not working
Note: these are the same bugs that I face with gsi ROMs (except for the two cameras and process system)
Everything else (which means almost everything) is working fine. Great job guys!
would you guys say this rom is at a state where i can use it as a daily driver?
also thanks for the hard work in making this
yamileon said:
would you guys say this rom is at a state where i can use it as a daily driver?
also thanks for the hard work in making this
Click to expand...
Click to collapse
It's fine as a daily driver as long as you don't use FM radio. I am using it right now, it is very stable and it offers better battery life than project treble GSIs do.
Also I'd like to report that LiveDisplay isn't working for me on the Swift 2 Plus
Update!
~~~08.04.2019~~~
- LineageOS Upstream
- April Security Path
- Fixed "System Error" message
- Fixed Fingerprint Authentication in 3rd party apps
- Added Qualcomm's WI-FI Display implementation (needs check, my miracast dead)
- Removed AOSP Camera
Download: https://drive.google.com/drive/folders/1p47DeslJmlmuxURwPjJKxiizt3aTvcYP
https://vasy.ru/LineageOS-16/marmite/
20190407
- fix FP in apps
- fix GPS crash
- add WiFi display(miracast)(need testing)
- upstream updates
vm03 said:
https://vasy.ru/LineageOS-16/marmite/
20190407
- fix FP in apps
- fix GPS crash
- add WiFi display(miracast)(need testing)
- upstream updates
Click to expand...
Click to collapse
Is this a different build than the one Nikith90 provided?
Two questions:
1. Is there any simpler and less intrusive ways to get root than Magisk? SuperSU is not an option.
2. When can we foresee a working webview?
Other than that, great work! Very stable and smooth indeed!
Abdullah S.A. said:
Is this a different build than the one Nikith90 provided?
Click to expand...
Click to collapse
No.
We just forgot to ask each other about who gonna release next build
beamscotty said:
Two questions:
1. Is there any simpler and less intrusive ways to get root than Magisk? SuperSU is not an option.
2. When can we foresee a working webview?
Other than that, great work! Very stable and smooth indeed!
Click to expand...
Click to collapse
1. You can download LineageOS SU manager from https://download.lineageos.org/extras (arm64, LOS16)
2. Hm... Its already provided by Chomium-Based Webweiw included in LOS source code, as i know... Can you provide a little more info?
For 1. Great. Thanks. I wan't sure if the standard add on would work.
For 2. I noticed today after upgrading to this version from CRdroid 8.1 (I did a dirty flash of the OS and GAPPS 9, not noticed any other problems so far) when you get the prompt to connect to a WiFi hotspot which requires you to accept terms (in webview) I only get a blank page. I am using Opera as my browser, but it shouldn't be related.
Other suggestions: Can one have the battery icon as a circle? That, and automatic log on when correct PIN is entered would be nice. I miss those features (and a few others) from CRdroid.
beamscotty said:
For 1. Great. Thanks. I wan't sure if the standard add on would work.
For 2. I noticed today after upgrading to this version from CRdroid 8.1 (I did a dirty flash of the OS and GAPPS 9, not noticed any other problems so far) when you get the prompt to connect to a WiFi hotspot which requires you to accept terms (in webview) I only get a blank page. I am using Opera as my browser, but it shouldn't be related.
Other suggestions: Can one have the battery icon as a circle? That, and automatic log on when correct PIN is entered would be nice. I miss those features (and a few others) from CRdroid.
Click to expand...
Click to collapse
1. I will try to check webwiew bug later, now im using mini gapps with Chrome Webwiew
2. LOS not providing that type of features anymore.
Wait for CrDroid PIE builds
anyone able to use faceunlock ? using pico gapps no option for face unlock in smart unlock settings ...if i install trusted face apk from apk mirror settings appear as expected and setup launches but crashes before finishing setup
*should i :
1. install stock gapps package
2. put trusted face apk ..in /system/priv-app/
3. or is there a flashable patch zip
4. or another version of trusted face ( using version 9 latest from apk mirror)
5. or something else
6. or it's broken and take logs ...

Categories

Resources