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

[ROM] OFFICIAL 5.0.x Liquid Smooth v4 {Trltespr} {Trlteusc}

spleef

Senior Member
Jul 6, 2009
4,272
4,408
0
41
port arthur, texas
goo.im

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
 
Last edited:

spleef

Senior Member
Jul 6, 2009
4,272
4,408
0
41
port arthur, texas
goo.im
Reserved

a few screenshots
 

Attachments

Last edited:

spleef

Senior Member
Jul 6, 2009
4,272
4,408
0
41
port arthur, texas
goo.im
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
 
Last edited:

spleef

Senior Member
Jul 6, 2009
4,272
4,408
0
41
port arthur, texas
goo.im
So smooth!
I can't figure out how to boot into recovery or set lockscreen shortcuts.
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
 
  • Like
Reactions: hermeticist

dewwah

New member
Jun 16, 2012
2
0
0
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
 

hermeticist

Elite Member
Jul 21, 2008
1,649
356
83
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.
 
Last edited:
  • Like
Reactions: spleef