[ROM][CM11][4.4.4][NOV24]temasek's UNOFFICIAL Build - V162.1 [Grouper/Tilapia] - Nexus 7 3G Android Development

temasek's UNOFFICIAL CM11 BUILD
NOTE
This is an UNOFFICIAL build of CM11 ( CyanogenMod 11 ) for Nexus 7 (GSM) tilapia and Nexus 7 (WiFi) grouper by NO means this is my ROM. I am just compiling from CM Source and 100% credits goes to TeamDouche, fattire, nemith (GSM) the device maintainers of Grouper/Tilapia and all other coders who contributed to CyanogenMod.
This is similar to a nightly from CM but has some extra goodies baked in. If you can't handle some things possible being broken, please don't use this and then complain to me for building it.
DISCLAIMER
Code:
/*
* 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. Hard. A lot.
*/
NEW builds will always be uploaded to http://temasek.hopto.org first. The rest of
download sites will follow later. Vadonka is the sponsor of temasek.hopto.org​
Remember to VOTE this thread if you like it.​
IMPORTANT
Click to expand...
Click to collapse
Do NOT expect daily builds. I'll build when I'm free.
Do NOT ask for support in this thread.
Do NOT use this unofficial build and ask for support at the official threads.
Do NOT be rude.
Respect all users
If u see a NOOB question and u don't feel like replying, DON'T, just ignore that post. If u do reply, good for u.....and be nice in your reply.
Do NOT use extFAT sdcard with CM11. I do NOT guarantee your sdcard will NOT corrupt.
HOW TO INSTALL
Click to expand...
Click to collapse
1st Time Installing
Download the zip
Download Gapps
WIPE DATA/FACTORY RESET
Mounts & Storage ---> Format /system
Install the update zip from recovery
Install gapps
Reboot
Already installed CM11
Download the zip
Install the update zip from recovery
Reboot
MISC
Click to expand...
Click to collapse
PA OFFICIAL 4.4 GAPPS
BaNkS GApps Thread
GAPPS
CHANGELOGS
Click to expand...
Click to collapse
Post #2
Screenshots/User Comments
Click to expand...
Click to collapse
Post #3
DOWNLOAD SITES:
http://temasek.hopto.org [Tilapia]
http://d-h.st/users/temasek [Grouper/Tilapia]
AndroidFileHost [Tilapia]
CREDITS
@temasek (who develop the ROM)
fattire, nemith (GSM) , maintainers for grouper/tilapia
TeamDouche
Vadonka (sponsor of temasek.hopto.org server)
All other coders for making CM possible!​
BIG Thanks For @temasek
Please thanks him
i just sharing the ROM nothing else
if u asked for help will try my best

Changelog
Temasek Unofficial CM11 Builds Changelog
V50
HERE
Older versions:
V45
HERE
V30
CHANGELOG
V27
http://forum.xda-developers.com/showpost.php?p=49091437&postcount=52229
V24
HERE
V23
Settings: Add missing up navigation in menus
Settings: fix quickpulldown summary and clean up code - SlimROM
- on default value it showed left summary and code is to complicated
Settings: enable/disable lockscreenwidgets preferences - SlimROM
- it is just nicer if the user can see which preferences are active or not
fb: Allow disabling the privacy guard notification
Fix Immersive confirmation in expanded mode.
- The confirmation should come only once.
fb: Keyguard: let the user drag the challenge down if widgets are disabled
- for the system clock widget this does not make much sense but due that our system default is DashClock it makes a lot sense to allow it to see more content of DashClock extensions So allow it for overlay added app widgets if the binding was sucessfull.
QuietHours: disable volume change tone during quiet hours
- Its quiet time, you're trying to be quiet, why would the volume change make noise when you're being quiet?
- Turn this off when system sounds are disabled during quiet hours
Revert "Telephony: Add data rat constant"
- See http://review.cyanogenmod.org/#/c/55832/ for reasons.
core: added national roaming info for Tesco Mobile in Ireland.
- Users of Tesco Mobile in Ireland(MCC 272 MNC 11) can roam on O2 Ireland (MNC 02)
base: added national roaming info for Pepephone in Spain
- Users of Pepephone in Spain (MCC 214 MNC 06) can roam on Vodafone ES (MCC 214 MNC 01).
Clear the scan list when an empty list is received
- When the framework receives an empty scan list from supplicant, it does not clear the local list. So the UI will continue to show the previous scan list even when there are no APs around. So clear the local list, when an empty list is received.
wlan: Error handling on PNO failure due to active P2P session.
- If set PNO fails due to concurrent active p2p sessions, handle the error condition in framework and issue a regular scan for every framework background scan interval until set PNO is either success or disabled.
- CRs-Fixed: 552212
Close sockets on wpa_supplicant termination.
- Framework does not close the sockets on supplicant termination, leading to leakage of file descriptors. Thus close the socket on supplicant termination.
frameworks/base: add app launch timeline instrumentation
- Displayed Activity is often being used to measure application launch times. However Displayed Activity only accounts for a subset of the app launch. This additional instrumentation will allow for more accurate measurements of applications launch times.
wlan: Fix for delay in PNO scan trigger after p2p disconnect.
- If PNO is disabled due to concurrent active p2p session, on P2P disconnect PNO scan is not triggered until the next framework scan is scheduled.
To mitigate this issue trigger the PNO scan on receiving P2P_CONNECTION_CHANGED intent in disconnect state of the wifi state machine.
framework/base: get proper obb mountpoint based on user handle
Due to invalid obb mount point, CTS test case was failing to mount
- obb file at /mnt/shell/emulated/0. Added new API to support user based mount point for obb.
Keyguard: disable statusbar clock for dashclock, lockclock and desclock
Revert "Statusbar: Time and Date actions" from Omni
Framework: Change stock Clock-Click Actions - SlimROM
Separate into two views and add:
Date: View Today Calendar
DateLong: New Event Today
Clock: View Alarms
ClockLong: New Alarm
systemUI: fix date and clock layout
- in notification drawer after clickable actions change
Updated cm source.
V21
Fix ART crash during initialization. - @KrissN
- The CDMAPhone has a static member that initializes a regexp pattern.
Unfortunately the java.util.regex.Pattern class is not allowed to be called
during ART bootstrap process which causes a bootloop.
- To fix this the initialization has been moved into the only method that
uses this regular expression.
Active display: Ability to turn off the screen, when a not clearable notification is present
- Removing the last clearable notification in AD turns of the screen. But if there is a not clearable notification, there is no ability to turn it off directly. This patch adds a power target on place of the 'clear notification' target of AD.
Pimp up ActiveDisplay
This is a squashed commit of the following:
- Active display: turn off display if device gets pocketed again
- Active display: Option to change display timeout
- Active display: Add some log output
- Active display: Add threshold to proximity sensor
- Display will only be activated if the proximity sensor was covered for 5 seconds or more.
Fix pimp up ActiveDisplay
- This is a fix for the new features added with change: https://gerrit.omnirom.org/#/c/2819/
- 1. Fix the bug when Pocket mode is set to Notifications only and you unlock your device with power key and if you put your hands over proximity sensor the device will turn off (very annoying). The problem was that mWakedByPocketMode it was put in wrong place.
- 2. Added an option in active display settings for "turn off display if device gets pocketed again" (it's annoying for me, because i cover the proximity very often).
- 3. Added an option in active display settings for proximity threshold. I use this active display feature as an replacement for "sweep2wake", and when my phone it's on the table, i just want to pass my hand over it to show me the clock or notification (this was ok before the pimp up commit), and now, you can choose how many seconds for proximity threshold.
- Practicaly, this commit fix one bug, and add settings for the features added in 'pimp up' commit.
BatteryService: fix FC on boot until battery stat is present
- updateLightsLocked() can be called from CM's added SettingsObserver when battery stat is not present, causing an FC and a loop until battery stat is present.
Profile: disable triggers when profiles are disabled
QS: enable haptic feedback and change Alarm tile longpress - SlimROM
- nice idea from xploid to have haptic feedback on the tiles just a bit to complicated to do on every tile so activate it centralized as well change the longressbehaviour of alarm tile to the normal onClick behaviour
QS: make dynamic tiles configurable - SlimROM
- instead of using a bunch of provider settings var like it was on 4.3 and almost all other roms are doing use one and split like we do for the normal tiles. This
is more consistent and saves us to observe a bunch of values As well this is integrated into the one layout screen we have. So all QS related is easy and logical usable for the user on one screen
QS: do not show ringer options on devices which do not support vibrate - SlimROM
- if a device like grouper does not support vibration it does not make sense to show the settings dialog for it due that this devices just can switch between sound/mute
Fix and pimp custom lockscreen handle - SlimROM
- problem on current implementation is that it is not multiDpi compatible. As well it looks a bit weird if the user set a square image always. This commit does
- introduce central circleimage method to get circle image crops
- before it was assumed that the height of the handle image is 108px (mdpi base) which is correct but the original handle has a lot unused space around to fit better into the view. Whatever after messurment of the real height 68px is correct of course calculated against the current density
- both above combined results into a always nice looking custom circle icon on the lockscreen dpi and device undependent
- saved file in settings calculates the needed image size
base on the current density.
- use for custom bitmap our colorize methods due that the result looks way nicer then the usual colorfilter
- use AntiAlias
Add temasek shortcuts based on Slim shortchuts - SlimROM
National roaming info for yesss! in Austria
National roaming info for Drei in Austria
- 3AT roams in T-Mobile AT networks
base: Remove duplicated key handling
Add "allow disabling call end sound" - Omni
Address the 'ART' Issue
Rather than outright remove this completely, address primary concerns:
* Add a more verbose warning message on alert dialog
* Explicitly state experimental form
* Explicitly state not supported (no bug reports)
* Explicitly state issues (crashes, bootloop, etc)
Additionally, move option to 'Apps' header (bottom), as this is it's
primary impact.
Only show ART information if switching from dalvik to ART
- We do not want to confuse users with a big information dialog, if they change from ART to dalvik as dalvik is still the official solution, supported and considered safe.
Settings: Lockscreen Temasek Handle - SlimROM
- Grab large temasek icon and resize it rather than process another variable while the lockscreen initilizes.
Settings: remove preference if device hasn't LockClock installed
Fix and pimp custom lockscreen handle - SlimROM
- problem on current implementation is that it is not multiDpi compatible. As well it looks a bit weird if the user set a square image always. This commit does
- introduce central circleimage method to get circle image crops
- before it was assumed that the height of the handle image is
108px (mdpi base) which is correct but the original handle
has a lot unused space around to fit better into the view.
Whatever after messurment of the real height 68px is correct
of course calculated against the current density
- both above combined results into a always nice looking
custom circle icon on the lockscreen dpi and device undependent
- saved file in settings calculates the needed image size
base on the current density.
Settings: Long Term Orbits (LTO)
- Ported from http://review.cyanogenmod.org/#/c/51422/3
settings: Enable location mode header switch
frameworks/native - gralloc: implement fb_set_swap_interval - Omni
- https://gerrit.omnirom.org/#/c/3496/
Updated cm source.
V20
Android 4.4.2_r1 Build KOT49H
Remove 'force overflow button' logic & settings
- It's force-enabled now anyway.
fb: allow to disable quicksettings - SlimROM
- on 4.3 we had an extra settings option for it. Due that we want to reduce the settings to improve the UX and due that we are doing it this way on all dslv settings we change the old 4.3 way.
- Now it is very easy like dslv.....remove all tiles and QS is completly disabled and cannot be opend any more. Notification drawer shows the settings icon on the top right in this case. As well compared to 4.3 this works on phones and tablets
Add option to hide power menu when screen is locked - Omni
- Option in Security Settings
Fix for screenshot animation glitch in portrait
fb: added national roaming info for Free Mobile in France
- Users of Free Mobile in France (MCC 208 MNC 15) can roam on Orange (MNC 01)
Add new alarm/notification audios
- Alarm -> Alarm_Day_by_day
- Notifications -> S_Whistle
sepolicy: allow vold to mount fuse-based sdcard
- exfat and NTFS-3g requires access to /dev/fuse
Updated cm source.
V19
DocumentsUI: Add a standalone File Manager - Omni (XplodWild)
- This commit adds a standalone mode to the DocumentsUI, to let it act as a file manager/explorer. You can browse your storage contents, open files, and delete them, as well as do everything that the DocumentsUI can do (ie. sort by name/size/type, list and grid view, recents, search, ...).
- This gives us a consistent file browsing UX accross all apps
that uses the new documents API.
Ability to Enable/Disable Smart Wake covers - For tilapia/grouper only
- Settings -> Display -> Smart cover wake
FIXED - fix possible NPE on back button transition
fb: slightly adjust navigationring background drawable size for custom icons to fit the system icons - SlimRom
fb: navigationbar use always slimactions and add contentdescription - SlimRom
- No need to use the AOSP implementation at all...we can send all actions over SlimActions....so remove AOSP implementation and clean up.
- As well add contentdescription for accessibility events like talkback for ppl who are not able to see. Gives the user all information back needed.
SystemUI: fix wrong statusbar background.
- If we turned off screen while some panel was visible than background of PhoneStatusBarView will not be updated because we receiving single panelExpansionChanged call and after super.panelExpansionChanged mFadingPanel will be null (onAllPanelsCollapsed cause this).
- Allow updating background when mFadingPanel is null.
Add back all keyboard IME features - SlimRom
this commit adds:
- ime switcher notification - thanks cm
- slims fullscreen disable on landscape
- slims force autorotation on IME
- volume button control for navigate in the message - thanks cm
- slims force to show always enter key
some fixes to the 4.2/4.3 implementations + added full multiuser
support for all this features
fb: Put FileUtils back into android_runtime
- We still use it for non-fat volume management
fb: added national roaming for BOB in Austria
- http://jira.omnirom.org/browse/OMNI-121
- Users of BOB in Austria (MCC 232 MNC 11) can roam on A1 (MNC 01)
Add WhisperPush category to security settings - cm
Enable OTG natively kk4.4 style - For tilapia Only (untested as my OTG cable lost )
Updated cm source.
V18
FIXED - SMS FC on short codes - rmcc
- http://review.cyanogenmod.org/#/c/55462/
- For both charging and potential timing factors on emergency and carrier
services, short codes should be delivered directly to the network.
FIXED - RamBAR
USB Mass Storage support - @Oranav
- Tested working with stock cm kernel & temasek kernel on Windows 7 PC
change default for unknown sources & verify apps
Improve AOSP Download/Upload animation
- This increases the number of png required for a full download/upload animation cycle. These new png makes the animations much smoother.
Add option to enable activity indicators on status bar Omni
- You can now enable/disable network activity indicators
i9300 cm stock kernel - Add exFAT support - Omni (psndna88)
i9300 cm stock kernel - Add Boeffla sound support - Omni (AndiP71)
i9300 cm stock kernel - Add Notification LED controls - Omni (Yank555)
Updated cm source.
V17
Quote:
I would recommend you enable RAMBAR so that your RECENTS icon is not cut off at the top right/left. If not pls select the position at the bottom right/left.
Merged Android 4.4.1_r1, Build KOT49E
Fix Duplicate Alarm : Replace Cesium with Classic
fb: Make ImageView drawable update more efficient in some cases.
- When updating the view's drawable via setImageResource or setImageURI, make sure to skip the layout pass if the old and new drawable have equal sizes. This follows what is already done for setDrawable().
fb: Avoid layout passes when updating data activity indicators.
- ImageView can optimize out layout passes if old and new drawable have equal sizes. Take advantage of that by displaying a transparent drawable with the same size as the in/out drawables when there's no activity instead of clearing out the drawable in that case.
Restored "Handle backup transport registration dynamically" but soon reverted again + Android 4.4.1_r1 commit of "Harden against transiently unavailable backup transports"
- Android 4.4.1_r1 introduction of above commit requires the one I just restored but it breaks Google backup account (again).
fb: Fix a bootloop problem when /data/system/usagestats/usage-history.xml is empty.
- This often occurs after an incomplete reboot/shutdown or battery pull.
- Ported from cm-10.2
fb: added national roaming info for Play in Poland - Omni
- http://jira.omnirom.org/browse/OMNI-105
- Users of Play in Poland (MCC 260 MNC 06) can roam on Plus, T-Mobile, Orange (MNCs 01/02/03)
fb: Parse UUID string with Long.parseLong - Omni
- Integer.parseInt throws an NPE for values greater than 0x7fffffff.
Add "Lockscreen Colors and Lock Image" - SlimROM
Add "Config for menu unlock" in Security Settings
- Allow to define if menu unlock is enabled or not
Add "QS Tweaks" - SlimROM
- fix fc problem on tablets
- fix filtering of unsupported tiles
- add music tile options (disable artwork, disable track title optional)
- add instance handling as well to the tile chooser dialog
- add cancel button to chooser dialog
- battery tile short press now battery stats - longpress batteryicon settings
- rotation tile lonpress - rotation settings
- collapse drawer on go to sleep tile
Development shortcut in StatusBar and Recent Panel
- It enables the wipe data and application force close option in the recent tasks list and in the notification area. These options will be available only if the Development shortcut option is enabled.
Add support for allow-permission extension.
- This will grant a sharedUserId arbitrary permissions as defined by XML files in /system/etc/permissions.
wifi: Allow configuration of country code for wifi
- Wifi country code handling is a nightmare - Most retail devices have region customization in /system for each country a device is shipped to.
- This doesn't work very well for a firmware like Cyanogenmod, where we try to support all target countries with one firmware package. For whatever reason, with newer Broadcom drivers/firmware blobs, the old trick of using a universal region code (ccode=ALL in nvram_net.txt) does not seem to work. Who knows
what the deal is for other wifi chipsets.
- The good thing is that wpa_supplicant has a standardized cross-chipset method for setting the region code, and we use that here.
healthd: disable periodic polled battery status
- This change will stop too much of logging made by healthd in kernel logs
smdk4412-common - Update storage permissions in init.smdk4x12.rc - temasek
Before
Quote:
on init
chmod 0701 /mnt/media_rw
chown root root /mnt/media_rw
mkdir /mnt/shell/emulated 0700 shell shell
mkdir /storage 0550 system sdcard_r
mkdir /storage/emulated 0555 root root
mkdir /storage/sdcard1 0775 system system
mkdir /storage/usbdisk0 0775 system system
mkdir /mnt/media_rw/sdcard1 0775 system system
mkdir /mnt/media_rw/usbdisk0 0775 system system
export EXTERNAL_STORAGE /storage/emulated/legacy
export EMULATED_STORAGE_SOURCE /mnt/shell/emulated
export EMULATED_STORAGE_TARGET /storage/emulated
export SECONDARY_STORAGE /storage/sdcard1
After
Quote:
on init
chmod 0701 /mnt/media_rw
chown root root /mnt/media_rw
mkdir /mnt/shell/emulated 0700 shell shell
mkdir /storage/emulated 0555 root root
mkdir /mnt/media_rw/sdcard1 0700 media_rw media_rw
mkdir /mnt/media_rw/usbdisk0 0700 media_rw media_rw
mkdir /storage/sdcard1 0770 root root
mkdir /storage/usbdisk0 0770 root root
export EXTERNAL_STORAGE /storage/emulated/legacy
export EMULATED_STORAGE_SOURCE /mnt/shell/emulated
export EMULATED_STORAGE_TARGET /storage/emulated
export SECONDARY_STORAGE /storage/sdcard1
Updated cm source.
CHANGELOGS
​

Screenshots
User Comments on Tamsek build:
yusopa said:
Temasik battery live in v22.1 so good. How you do that. Because I want try to implement it in my another phone running KitKat 4.4.2. Any sugesstion?
Sent from my Nexus 7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
sgt. meow said:
May I just say, sir, what an amazing experience the past 24 hours with my Grouper on this ROM has been. Absolutely fantastic.
Click to expand...
Click to collapse
dexviajiboy said:
stock kernel + dalvik runtime also impressive for battery life
.. my screenshot on v26 (battery 55%)
{
"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"
}
but for performance+battery I preferred Oxydo v15 kernel (ART)
Sent from my Nexus 7
Click to expand...
Click to collapse
... to add more

V11 pulled.
V10 is the latest.

V12 is up.

temasek said:
V12 is up.
Click to expand...
Click to collapse
Was using your v8 grouper build and now using your v12 grouper build, very nice! I Really like the additional features for status bar, nav bar and animations. Thanks for sharing.
Mike T

temasek said:
V12 is up.
Click to expand...
Click to collapse
Running great. Thank you.
Sent from my Nexus 7 using XDA Premium 4 mobile app

Pls update in OP
Tilapia download sites in hopto & dev host
Grouper in dev host only.

temasek said:
Pls update in OP
Tilapia download sites in hopto & dev host
Grouper in dev host only.
Click to expand...
Click to collapse
OK but i think make thread for grouper will be more active anyway edited
thanks

As usual, quiet here.
Been sometime since I'm back at this corner of xda.

@temasek
Then I will make a little bit of noise. :laugh: Your v12 is running very well for me, I'm using it as a secondary rom on multirom. Currently, this rom offers the most features of any other N7 4.4 rom and is very stable.
For those interested in having native OTG usb with this rom, please see here: http://forum.xda-developers.com/showpost.php?p=48006718&postcount=1
Also, I have to agree with 3andala, if you put a thread in the grouper section, you'd get a lot more action...that's if you want more action???
Again, great job! Thanks.
Mike T

Been using this for a while. Thank god I stumbled upon it in the S3 section!
Matched it with M-Kernel a65 and my N7 3G works beautifully. Thank you, temasek!

how is battery drain for this ROM ?
I am looking for ROM and Kernel with minimal battery drain during sleep (not power off)
my current Tilapia, 4.4 stock ROM and Kernel is suffering from > 5% / Hr battery drain during sleep in airplane mode
Thank you

dicxz80 said:
how is battery drain for this ROM ?
Click to expand...
Click to collapse
My tablet has been going in to deep sleep more often with this ROM than CM 10.2 (official, and running the exact same set of apps) so it isn't really draining anything unless I'm doing something.
I'm sorry, it's the only 4.4 ROM I've used for longer than a day so that's as much as I can report accurately

dicxz80 said:
how is battery drain for this ROM ?
I am looking for ROM and Kernel with minimal battery drain during sleep (not power off)
my current Tilapia, 4.4 stock ROM and Kernel is suffering from > 5% / Hr battery drain during sleep in airplane mode
Thank you
Click to expand...
Click to collapse
I get 0% over many hours in airplane mode.

redrivera said:
My tablet has been going in to deep sleep more often with this ROM than CM 10.2 (official, and running the exact same set of apps) so it isn't really draining anything unless I'm doing something.
I'm sorry, it's the only 4.4 ROM I've used for longer than a day so that's as much as I can report accurately
Click to expand...
Click to collapse
Is yours tilapia?
What kernel are you using for this ROM?
Thx
---------- Post added at 09:30 PM ---------- Previous post was at 09:29 PM ----------
temasek said:
I get 0% over many hours in airplane mode.
Click to expand...
Click to collapse
Interesting.. Is yours tilapia?
Which kernel are you using?
Thx

Yes I'm on tilapia, stock kernel.

Really Good ROM
Thx mate for the really good ROM, good battery life and the speed is good also :good:

Hello. Downloaded the latest version and when flashing in TWRP I get an error saying something about the binary updater script. I've read the OP and through the thread. Either I'm the only one with this issue or I've missed something.

coming from 4.4 STOCK ROM and KERNEL
using CWM 6.0.3.5
after format and wipe cache, I install the zip file and hit an error on "set_metadata_recursive"
any idea ?

Related

[ROM][4.2.2][ -- Purity v.5.5.0-m3- Unofficial -- ] [Linaro][16.06.2013]

DISCLAIMER
This is an UNOFFICIAL build of Purity for Nexus 7 3G (tilapia) and by NO means this is my ROM.
I just added the support for tilapia to the Purity source and recompiled. Therefore 100% credits goes to DariosF, the creator of Purity. Grazie Dario !!
DISCLAIMER#2
Using this code you may damage your device, void its warranty, make it unusable, increase global warming, ruin your life etc. Use it at your own risk.
= What is Purity =
Purity is an highly optimized, ultra smooth, stable and fast ROM, developed by DariosF. These are the main features of the current version:
JellyBean 4.2.2 JDQ39E
Stock Kernel
Fully deodexed, Rooted, Busybox included
Built with Linaro Gcc 4.8.1 ( O3, -fstrict-aliasing, etc.)
0,90,180,270 degree rotation option
Navbar Extra Settings
Dual Pane Settings
DSP Manager
720p recording support for video camera (not for Nexus7)
CM Tiles fully customizables!
Navbar height settings
Pie control Settings (Color settings included)
CM Lockscreen security Settings
Extended power menu with settings
Theme Chooser
Clear all button on recent apps
Option to control cursor in text fields using volume keys
Allow volumes to be unlinked
Volume rocker wake & Volume music control
Fixed dream settings
Increased lock screen widget limit to 9
Advanced Browser Settings
Clock style Settings (Right-Center)
Status bar brightness control
Navigation Bar Settings
Expanded Desktop Mode
Cm Calculator App
Statusbar Settings
Lockscreen shortcut Settings
Silent Mode & Quite Hours
Kill app back button
Custom lockscreen background
Purity Wallpapers app
Hide ime switcher feature
Bind VolUp+VolDown to toggle the ringer
Navigation bar Quick launch shortcuts
= Why "Unofficial" =
Purity was originally developed for Galaxy Nexus (maguro). Recently there was an official version for Nexus 7 (grouper). But I own a tilapia, so.. instead of sitting and waiting for an official support I decided to build it by myself.
Just because it's an unofficial version, I added the stock GoogleGalley from 4.2 in order to have picasa sync, and a nice LegacyCamera, just in case someone wants to take a pic of himself
= Download & Instructions =
Install a custom recovery
Download the ROM http://d-h.st/D0O
Download the Gapps http://goo.im/gapps/gapps-jb-20130301-signed.zip
Boot in recovery
Do a backup [fool-proof!!]
Flash Rom
Flash Gapps
Wipe cache/dalvik [ a full wipe is suggested if coming from stock ]
Reboot
= Credits =
All the credits go to DariosF and everyone is mentioned in his thread. http://forum.xda-developers.com/showthread.php?t=2012706
= Q&A =
- What kernel is included ?
* Stock recompiled with RNDIS +some cherry picks
- May I use other kernels ?
* If you need tethering,you have topick a kernel which support it. Stock & Franco#61 works *but* this feature. Other kernels may/may not work.
- Will this rom be updated/upgraded ?
* Yes until Dario will not officially support Tilapia
- May I see some images?
* Yes, of course..
{
"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"
}
-reserved-
Thanks for this new release, I will add asap to the Index for N7 3G.
Can you add some screenshots for show this rom. Thanks in advance
kliw said:
-reserved-
Click to expand...
Click to collapse
sorry kliw, have you put in ,on quick setting ,data icon fast toggle?
Good work bro!
manolohd said:
sorry kliw, have you put in ,on quick setting ,data icon fast toggle?
View attachment 1984544
Click to expand...
Click to collapse
Did you turn off mobile data?
Thanks so much mate!!!
Great
manolohd said:
sorry kliw, have you put in ,on quick setting ,data icon fast toggle?
View attachment 1984544
Click to expand...
Click to collapse
Indeed it's there. The mobile data should be obviuosly turned on (of course with the correct APN)
DariosF said:
Good work bro!
Did you turn off mobile data?
Click to expand...
Click to collapse
yes, i prefer don't stay online on all day.
Awesome
will give it try later
Battery life?
Any help will be appreciated
thanx in advance
Cheers
3andala said:
Awesome
will give it try later
Battery life?
Any help will be appreciated
thanx in advance
Cheers
Click to expand...
Click to collapse
Battery life depends on many factors. First of all personal usage. I have to say that I'm more than happy with this ROM/kernel combo.
Anyway I'll do some measurement.
Rom looks nice can i ask before i download it no reported problems with 3g or wifi ? thanks :good:
can7 said:
Rom looks nice can i ask before i download it no reported problems with 3g or wifi ? thanks :good:
Click to expand...
Click to collapse
It's the rom I currently use, and I did't have any problem so far :fingers-crossed:
V. 5.4.4 - m1 is out.
Since I activate tethering I cannot remain with "pure stock" kernel ( since RNDIS support is disabled ) and I had to recompile it. Not a big deal, after all...
See the complete changelog below
# Purity v5.4.4 # 26/05
Dalvik:
- JIT: Combine add with shift and offset for array load & store.
- JIT: Combine shift & sub for monitor unlock.
- JIT: Use vmla.f64 instead of vmuld + vaddd.
- JIT: Allow use of cbz/cbnz for conditional branch gen.
- JIT: Use rsb and shift in easy multiply.
- JIT: Combine add with shift.
- JIT: Suppress loop suspend checks.
- Fix a minor bug in dvmCreateInterpThread
- Fix minor leaks caused by failed initialization in JNI_CreateJavaVM
- Fix a minor leak in dvmCreateInlineSubsTable
External_skia (graphics library):
- Restore cutil memsetX functions for Cortex-A9. …
- Modify sample buffer size for larger displays.
- Add shader for Clamp_S32_Opaque_D32_filter_DX.
- Add shader for Clamp_SI8_opaque_D32_filter_DX.
- Add shader for Repeat_SI8_opaque_D32_filter_DX.
- Add shader for Clamp_S32_Opaque_D32_nofilter_DX.
- Revert "Neon optimized implementation of S16_opaque_D32_nofilter_DX"
- Add optimized S16_opaque_D32_nofilter_DX blitter.
- Add optimization of Skia S32A_Opaque blitter
- Add optimization of Skia S32A_Blend blitter
- Add optimized S32A_D565_Opaque_Dither blitter.
Framework_base:
- Fix layout of MultiWaveView and GlowPadView.
- Remove opaque check in GLRenderer when preparing dirty region.
- Pie controls: Reduce observer footprint of PieController
- Reduce observers in SystemUI: StatusBarIconView
Launcher2:
- Preventing Launcher crash on some folder operations
- Code cleanup
Mms:
- Remove DEBUG to avoid to run checking at every turn
Settings:
- Navbar : Lock current orientation in edit mode
System_core:
- init.rc: remove duplicated led-related nodes
- libsysutils: fix null pointer and memory leak issue
# Purity v5.4.4 -M1 (Unofficial Modifications/Add-on)
- Stock GalleryGoogle + Legacy Camera
- Add USB / WiFi / BT Tethering
- Add Wifi AdHoc AP (For WiFi Tethering)
- Recompiled kernel with RNDIS support
kliw said:
V. 5.4.4 - m1 is out.
Since I activate tethering I cannot remain with "pure stock" kernel ( since RNDIS support is disabled ) and I had to recompile it. Not a big deal, after all...
See the complete changelog below
# Purity v5.4.4 # 26/05
Dalvik:
- JIT: Combine add with shift and offset for array load & store.
- JIT: Combine shift & sub for monitor unlock.
- JIT: Use vmla.f64 instead of vmuld + vaddd.
- JIT: Allow use of cbz/cbnz for conditional branch gen.
- JIT: Use rsb and shift in easy multiply.
- JIT: Combine add with shift.
- JIT: Suppress loop suspend checks.
- Fix a minor bug in dvmCreateInterpThread
- Fix minor leaks caused by failed initialization in JNI_CreateJavaVM
- Fix a minor leak in dvmCreateInlineSubsTable
External_skia (graphics library):
- Restore cutil memsetX functions for Cortex-A9. …
- Modify sample buffer size for larger displays.
- Add shader for Clamp_S32_Opaque_D32_filter_DX.
- Add shader for Clamp_SI8_opaque_D32_filter_DX.
- Add shader for Repeat_SI8_opaque_D32_filter_DX.
- Add shader for Clamp_S32_Opaque_D32_nofilter_DX.
- Revert "Neon optimized implementation of S16_opaque_D32_nofilter_DX"
- Add optimized S16_opaque_D32_nofilter_DX blitter.
- Add optimization of Skia S32A_Opaque blitter
- Add optimization of Skia S32A_Blend blitter
- Add optimized S32A_D565_Opaque_Dither blitter.
Framework_base:
- Fix layout of MultiWaveView and GlowPadView.
- Remove opaque check in GLRenderer when preparing dirty region.
- Pie controls: Reduce observer footprint of PieController
- Reduce observers in SystemUI: StatusBarIconView
Launcher2:
- Preventing Launcher crash on some folder operations
- Code cleanup
Mms:
- Remove DEBUG to avoid to run checking at every turn
Settings:
- Navbar : Lock current orientation in edit mode
System_core:
- init.rc: remove duplicated led-related nodes
- libsysutils: fix null pointer and memory leak issue
# Purity v5.4.4 -M1 (Unofficial Modifications/Add-on)
- Stock GalleryGoogle + Legacy Camera
- Add USB / WiFi / BT Tethering
- Add Wifi AdHoc AP (For WiFi Tethering)
- Recompiled kernel with RNDIS support
Click to expand...
Click to collapse
typical i just flashed 5.4.3 :laugh: just flashed 5.4.4 all good thanks
can7 said:
typical i just flashed 5.4.3 :laugh: just flashed 5.4.4 all good thanks
Click to expand...
Click to collapse
You are welcome
Stay tuned for more ...
toggle drop down
hey, just downloaded the rom, super smooth so far, but one little yet major problem, the quick settings panel is not working, you know? blue tooth, wifi tiles etc...no drop down :/ i keep tapping the upper right hand of the screen but nothing drops down. it's a real shame if that doesn't work cause the rom really looks nice and smooth
mufakir said:
hey, just downloaded the rom, super smooth so far, but one little yet major problem, the quick settings panel is not working, you know? blue tooth, wifi tiles etc...no drop down :/ i keep tapping the upper right hand of the screen but nothing drops down. it's a real shame if that doesn't work cause the rom really looks nice and smooth
Click to expand...
Click to collapse
Do you mean these quicksettings ? Just slide down from the upper right..
kliw said:
Do you mean these quicksettings ? Just slide down from the upper right..
Click to expand...
Click to collapse
well, yea, that is what i was doing. it's not working. also not working is the gesture keyboard typing. it makes a trail and everything but nothing is being typed :/
i have wiped twice, wiped dalvik-cache twice.. did everything twice. didn't do the trick.
Quite strange I'm just trying with gesture keyboard (that i don't like, but it's woking..) in order to test it. Please, can you PM me with a logcat when you do those two things? ( plug USB cabke , then "adb logcat | tee logcat.txt " )
Best ROM because of the dual-panel toggle,, but I get frequent random SystemUI FC`s. I do not have access to a PC, so I can not attach the bug report .txt file. This is what I have found parsing the file
*** exec(/system/bin/stagefright): No such file or directory
*** /system/bin/stagefright: Exit code 255
========================================================
== dumpstate: 2013-05-29 20:58:19
========================================================

[ROM] [M7] [official] [4.4.4.] [sep9] [AOSB] [1.3.7]

Introduction About AOSB Project KitKat Edition
AOSB Project based on CyanogenMod the best stable source
AOSB is the new face of ProBAM ROM , We have been blown up ProBAM
{
"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"
}
features
OTA Support
AOSB Exclusive Feature: Custom SmoothProgressBar
AOKP Navigation bar menu in settings for all devices now
AOKP Animation Control
ListView Animation
Keyboard Animation
Scrolling Animation
AOKP Custom Navigation Ring
AOKP Custom Navigation Bar
ChameleonOS Gesture Anywhere
ChameleonOS Screen Recording
ChameleonOS Screen Recorder: add ability to record audio from mic
TeloRadio (Connection Manager)
Omni Audio Themes Settings
OmniSwitch App
Omni allow disabling call end sound
Omni Audio : Stereo widening
Omni Audio : Center frequency for Bass Boost
AOSPAL LockScreen Notifications
AOSPAL Lockscreen Blur
Slim CRT animation: add scale down
Slim IME options
Slim DarkUI (system wide in black)
Add Music Tile
Flip to Mute/Reject Call
Advanced BatteryBar
Chainfire SU App
User selectable camera click sound (disable camera sound)
Quicktile row option:set 3,4,5 tiles per row
LTE toggle support and Configurable up to user (LTE or 4G)
Add Wifi name to notification drawer and option to enable/disable
Frameworks: notification drawer background
wide support for chinese language
wide support for dutch language
MediaScanner behavior on boot
HALO
HALO MODS
HALO: make windows move able and scale able
Mobile Network Battery Saver Mode
Configurable up to user (LTE or 4G)
Advanced Battery Bar
FB sync abbility to connect facebook contacts into contacts app
App sidebar
IME switcher notification
Navigation bar with custom dimensions
Screen video recording
Configurable init.d
Build PropModder
Incoming calls dialog
RAM bar with custom colors
Builtin Xposed Framework
Xposed : Per-App Layout
Network usage stats
ChameleonOS Active display (s-view alternative)
AD: Display Time out
AD: Turn Off Display
AD: Threshold to proximity
AD: Sort notifications by newest to oldest
AD: HUGE Fixes
mms: iOS features
mms: Emoji and Smiley support
samsung kernel super charged
advanced low battery indicator options
Custom Carrier Label
CyanogenMod 11 “Android 4.4.4 base” The highest degree of stability and performance , battery life
Virtual surround sound
App Privacy
Privacy Guard more informations
Change Device colors Like Dynamic , Standard , Cinama like Sammy rom
Vibration Customization
S Pen detecte/Pointer/Gesture
S-PEN Notfications
S-PEN QuickBar app
LED Colors , you can change led color while charging for example
LED Fading/Blinking
LED Disable
Privacy Guard
Hardware keys remapping
Lockscreen ring and notification shortcuts
Power widget
USB Mass Storage
Clock settings
Quiet Hours
Power Sounds
Profiles
Gesture Lockscreen
Hover
Heads-up
Driving mode
Weather header
The Team
codexc AOSB chief and original founder
Team Members
Installation instructions so If installing for the first time:
To install this ROM you will need to have an unlocked boot loader and a custom Recovery such as TWRP or ClockWorkMod installed
1 Copy the downloaded AOSB to your phone.
2 update recovery, is required for install android kitkat
3 Boot into your recovery
4 Back up your ROM
5 Enter recovery
6 Make full wipe "included "system"
7 Install the ROM
8 install GAPPS package
9 Reboot - the first boot can take up to 2 minutes
10 Recommended to Reboot again after ROM is up for the first time
User Friendly Developer
If you like my work please consider a donation!
Powered by
DOWNLOAD
aosb_kk_1.3.7_m7
PA gapps
What is Android Open Source BAM Project?
it is a custom ROM developed as free and open source software based on the official releases of Android by CyanogenMod,
AOSB (ProBAM) ROM have been the pinnacle of perfection employing the best of all the Best ROMs in a Package which makes sense!.. While the latest one doesn’t incorporate a slew of features.
Changelog
Find our latest Full change logs
Find our latest GitHub change logs
Follow us to keep in touch ::
G+:
https://plus.google.com/+ProBamNet
Facebook:
https://www.facebook.com/AOSB.Project
Twitter:
https://twitter.com/AOSB_ROM
Offical website
http://probam.net
Source on github
GitHub
AOSB Gerrit
Build AOSB from source
source
About the developer
http://codexc.com/me/
Thanks and Credits for :
CyanogenMod Team!!!
All Open Source Projects !
​
FAQ and Know issues:
when probam in black turn on , the systemui make force close
try to switch off black ui then restart and try enable it again
after dirty flash the device hangs and systemui make force close
you need to make wipe all and clean cache and make fresh install in this case
when try video recoding the device freeze or slow down
screen video record with ondemand or pegasusq governors u will have a laggy recorded video. If you try with performance governor from performance in settings , then the video will be a lot smoother.
Camera crashing some times and not works anymore "camera not connected"
the rom included an small application "camera restart" you can use it for fix this issue
titanium recovery not restore my applications
For those who cannot find their previous files, because CM based rom will target the sdcard storage to use root/0/ directory.
So normally all the files besides the root/0/ directory will not be shown on the file explorer.
To solve this, you will need a file browser that has ROOT capability, eg. Root Explorer
then go to mnt/shell/emulated/ all your file should be here.
Now move all the files into mnt/shell/emulated/0/ folder.
Should solve the problem.
Privacy guard IS working?
after enabling privacy guard in security settings
you have to switch to settings>apps and then choose to enable or disable each app individually.
I'm sure nobody would want to tick every single app, that would almost be the same as enabling airplane mode.
General Questions:
Need to install Gapps ?
yes
"Wipe needed before install ProBam?"
If you come from a different Rom :
FULL WIPE/CACHE/DALVIK CACHE/SYSTEM/DATA
"How do I edit custom toggles?" :
Go into Settings/Custom tiles.
What is the newest stable version?
ProBAM v1.3.3
What kernel does this ROM use?
CM kernel - supercharged!
Which launcher(s) are included in ProBAM?
Google launcher
Which equalizer(s) is included in ProBAM?
DSP with Stereo effects
Does this ROM with kernel supports UMS? (USB Mass Storage)
Yes
Important please read:
I. Appreciation
There are many ways to show your support to us. You can:
Press the "Thanks" button.
Wear our specially prepared banner
Share your opinion about my work and write some feedback in our threads.
Advertise our work to your friends, family, anyone who owns this device.
Rate our threads with 5 stars.
Click to expand...
Click to collapse
II. Sharing
XDA-Developers.com is all about sharing. If you would like to use any part of our work, please feel free to do so but remember to do the following beforehand:
Inform - Please send us a PM or email telling us
Permission - Please, if you do not have permission from us, don't use it. Most of the time, we will allow you to, but if you don't get our permission first, we will report.
Credits - No one wants their work stolen. Please remember to give proper credits when using our work.
Click to expand...
Click to collapse
III. Support
If you have any issues or questions, please feel free to post them in the our threads. However, because all of us have social lives outside of XDA, your questions may not always be answered right away. Members who are more experienced in our work, please help out the ones who don't.
If you want to get the fastest and the best answer - ask the question in our threads instead of PM'ing us. Chances are, other users will be able to help you when Team Members don't have the time to.
Click to expand...
Click to collapse
reporting bugs:
1 - report your bug in the forum of your device and see if other people having the same problem :crying:
2 - try to solve it with all the knowledge you can get :silly:
3 - if that doesn't work go to our support center and place your findings there, report your bug and which device you have , this way it goes straight to the developers
4 - only report a bug if your really sure it's not your own fould! --- clean install , stock kernel , no weird home manufacturing stuff ,etc,etc,
5 - you can also request features there :victory:
:laugh:
Click to expand...
Click to collapse
Changelog
AOSB 1.3.7
New Features/Improvements:
Android 4.4.4 R2
AOSB: New BootAnimation supported all devices!
Frameworks: SlimROM Heads up
Swipe left for notifications and recents
Swipe left an app in recents to open in floating mode
Swipe down an app in AOSB recents to open in floating mode
ActiveDisplay: Huge Fixes/improvements
Sync AOSPA Floating window Changes with AOSB
Implement App circle sidebar
Floating widow: snap modes (up, down, left, right)
HALO windows moveable and scaleable
Over scroll effects
code fixes HOVER And HALO
Navbar: reimplement navbar cursor keys
User defined wifi/usb tether network.
Torch: fix torch toggle delay on boot
Make torch shutdown by camera usage work properly
Download: add to support pause/resume download by manual
Bring DownloadManager API inline with AOSPA
Send a boost hint when a key on the navbar is pressed
MultiWindow: Improvement and more [buggy]
Fix lock screen notifications proximity sensors
Add APN for Tele2 4G, Claro (Panama), Tiscali Mobile (Italy), TIGO and VOX for Paraguay
Themes: Fixes on Style, boot animation, and wallpaper , etc
NavRing: Fix visibility issues on some devices
SystemUI: New Smart Pull-Down
SystemUI: Smart Pull-Down - Any Notification
SystemUI: Over scroll effects
SystemUI: Weather
SystemUI: show statusbar icon if quiet hours is active
SystemUI: Fix crash of SystemUI (OutOfMemory)
SystemUI: Fix SystemUI crash on Recent App
SystemUI: Fix crash of SystemUI (AOSB Recent Landscape)
SystemUI: Show notification when charging.
SystemUI: Fix Airplane mode toggle issue using Quick Access menu.
SystemUI: Update UserTile from Google 4.4 code
SystemUI: fix double tap to sleep not working with secure lock screen
SystemUI: Swipe to float mode for notifications and recents
SystemUI: Fix tile fliping
HeadsUp: Fix dismiss on back key press.
AOSB Bubble: Integrate with gesture SlideLayer
AOSB OTA: Gapps auto update
AOSB OTA: integration with Sourceforge download servers
Settings: Search anywhere for anything !
Settings: Driving Mode
Settings: Heads up
Settings: Show heads up at the bottom of the screen
Settings: Implement App circle sidebar
Settings: Vibration options customizer
Settings: App Sidebar, Support for Configurable Trigger Region
Settings: Protected apps
Add native heads up support on dialer
Remove Old non-intrusive dialog
Remove Old Wakelock Blocker
Mms: Fix thread view bugs also in black UI
Mms: Fix FC issue that when tapping contact icon many times
Mms: Add native heads up support
Mms: Emoji and Smiley support
Mms: Add quick emoji button next to text input
DownloadProvider: add to support download into sdcard storage
DownloadProvider: fix the crash when rotate screen.
Add to support pause/resume download
DownloadNotifier: Standardize play store and browser downloads
DownloadNotifier: Normal notification for singles
DownloadProvider: Add transfer speeds in notification
Camera2: remove the pause button when timelapse is on
Camera: Fix beauty mode & slow shutter indicator
Camera2: Fix camera application memory leak
Camera2: Add 50MP, 37.5MP resolution entry
Camera: Fix JPEG quality DB update
Blacklist call recording for US/EU mccs, remove sysprop flag for enabling
Call recording service implementation, show recordings and allow playback in call history
Dialer: Refactor SmartDial for additional languages
Hardware: Add high touch sensitivity support
Devices Blob:
msm8960-common: kk gps blobs
msm8960/express: ril blob dance
HLTE: Update to GSM KK blobs
klte: use prebuilt NFC HAL
serrano: Remove prebuilt GPS blobs
msm8960-common: update mpdecision/libqc-opt
serrano: Massive KitKat blob updates
klte: Import proprietary libs
kltespr: Import proprietary libs
klte: Initial import of klte
jflte: gpe 4.4.4 adreno
jflte: use gpe camera hal
jflte: Clean up and remove extra libs
hammerhead: Update proprietary libs
KitKat Camera Blobs
m7spr: update blobs from 5.03.651.3 RUU
s4-common: update wcnss blobs from mint 9.2.A.0.295
Samsung Kernel:
Update WiFi drivers from 1.61.47 --> 1.61.58
Boeffla sound 1.6.6
prevent freeze on smart dock plug
updates ROW to V4.
tweaks SIO a bit.
add more governor
add more schedulers
enable conservative
update mali driver
mali r3p1 for devices that need it
audio: Remove hackaround for broken audio in first call
Telephony And Dialer (Technical):
Contact photo in call log can not change in time
Dialer: revert old non-intrusive dialoger for incoming calls
Dialer: Blacklist call recording for Australia.
Add up navigation to call barring activity.
Fix handling of unavailable network in call barring activity.
Fix FC when phone type switched from GSM to CDMA.
Delay setting of active subscription
Fix crash during back to back emergency calls.
Fix issue that phone would crash when PLMN search
TeleService: Return to previous activity when click back icon in Dual SIM settings
TeleService: Remove the option menu of the restore defaults
Fix crash when call to voicemail with no number.
TeleService: Do not save an empty quick respond message
TeleService : Disable network mode select when it is GSM only
TeleService: Remove "vibrate when ringing" from multi sim call settings
TeleService : Add networkmode changed listener and CDMA APN item
Fix the failure when doing unit test
TeleService: Highlight the forbidden network operator
TeleService: Remove the function of MO call on APM
TeleService: Support call waiting on CDMA phone
TeleService: Hide sim label when calling sub is absent
Disable data in manual PLMN search on non-dsda mode.
Add MSIM check to avoid phone app crash
Phone: Disconnect current call if there is an active call on other sub
MSIM: on permanent failure cause, don't redial
Fix call barring always request from default sub
Telephony: Add Multi SIM support for voicemail ringtone
TeleService: Add FDN seting for CDMA network type
MSIM(DSDA): if any sub is active dont disconnect BT
fix cannot end videocall issues after NFC read contact and lauch another call
Make incoming call screen style configurabl
AOSB v1.3.4
Merge tag 'android-4.4.3_r1.1' #KTU84L
Merge CM changes
Battery consumption's issues fixed
Stability issues patched
Minor Dialer app redesign
The Dialer app has a light color scheme instead of dark.
rearrange contact cards in the Dialer.
FLAC playback improved/fixed
improved camera quality
New Contacts , icons , ...
Performance improvement is incredible
Fix resource leaks
Fix hiding ADB notification
Excessive battery drain issue
more compatible with high resolution devices
apn: national roaming for ONO (Spain)
Settings: Import init.d.cfg and fix "fi unexpected"
Enable KSM deferred timer for kernels supporting it
Telephony: Add setting for WhitePages Canada reverse lookup provider
Telephony: Add setting for YellowPages Canada reverse lookup provider
pause downloads of large games from the Play Store
appops: enforce appop for bluetooth disabled action
AOSB v1.3.3
Base: PA PEEK Notification
Base: PA PEEK wake timeout && configurable timeout
Base: SmoothProgressBar: update to v0.4.0
Base: Volumepanel: always show option icon
Base: Fix STE "OK Google"
Base: Add support for multiple storage configurations
Base: UserTile: Fix SystemUI force close
Base: Launch floating notifications from notification panel (long click)
Base: Fix setup wizards force close
Base: Download: add to support pause/resume download by manual
Base: fonts: Add LBha****aComplexSans font for Sinhala
Active display huge bug fixes
Active display douple tab to sleep
Active display limit notifications
Active display bypass, pocket and sunlight mods
Base: Fix SystemUI because Activedisplay
Base: Squash: Memory leaks, NPEs, races and optimizations for fw/base
Base: fix LTE toggle
Base: On-The-Go: Turn stop and start service if screen turns off and on
Base: On-The-Go: Toggle flashlight when shaking
Base: Battery saver mode updates
Vendor: update App Settings to latest version (1.9)
Vendor: update Xposed Installer to latest version (2.6.1)
DSPManager: add boeffla sound control! (AOSB kernel support boeffla)
AOSB Recents: Launch as Floating App
AOSB Recents: Fix the memory leak and more
AOSB Recents: reduce memory usage
AOSB Recents: Improvement thumbnail size also on landscape mode
AOSB Recents: Attach the default thumbnail size for solutions not conflict with slim recents
AOSB Recents: Fix possible crash
ThemeEngine: New CM Theme Engine
ThemeEngine: Add new themes items to personalization menu
ThemeEngine: Lockscreen custom wallpaper
ThemeEngine: add Custom Lockscreen switch
ThemeEngine: Add wallpaper pickers to seperate package
Settings: enable QuickBoot Settings UI
Settings: Add blacklist provider permission
Settings: On-The-Go Tile
Settings: PEEK wake timeout
Settings: detect if device support for Proximity/Gyroscope sensor
Settings: PEEK configurable pickup timeout
Settings: Don't Hide navigation bar category
Settings: Peek wake timeout
Settings: Add Slim Recents Warning
Settings: Add option to enable/disable navring
Settings: Navigation bar width & height
Settings: Add navbar enablement for hw key devices
Settings: Mirroring layout on RTL languages
Settings: Add screen color settings
Settings: Wifi :: Add support for Ad-hoc (IBSS) networks
Settings: Fix VoiceWakeup settings crash
Settings: Show "Eject card" for usb storage
Settings: Display BTH connected status correctly
Settings: Apply Processor settings to all cpus
Settings: Increase allowed duration to connect to a profile
Settings: Fixes error message during pairing of HOGP devices
Settings: Add missing mdpi, hdpi, xhdpi drawables for new theme engine
Settings: Accept all files" option for incoming files via Bluetooth
Settings: add equalizer tile toggle
Settings: PowerMenu :: On-The-Go Mode
Settings: Option to enable Notification Light when screen is on
Settings: Pumping missing icons mdpi, hdpi, xhdpi drawables for AOSB
Settings: Follow Xposed 2.6.x
Mms: QuickMessagePopup: pager fix on multiple messages.
Mms: Implement SMS mark for unread
Mms: Enable link to Cell broadcast activity forcibly
Bluetooth: Release pan proxy object while coming out from tethering menu
Bluetooth: Improve sending web link with Bluetooth
Bluetooth: Fix crash when sending SMS from handset instead of MAP
Bluetooth: add "Accept all files" option for incoming files via Bluetooth
Dialer: Landscape support
Dialer (MSIM): display all IMEI/MEID for *#06#
Dialer: Add support for OpenCNAM paid accounts
Dialer: restore full compatibility with theme chooser
LockClock: do not use GPS if Play Services is available
Camera2: Fix camera application memory leak
Camera2: Fix default slow shutter option
Camera2: Prevent autofocus when video snapshot is in progress
Camera2: Disable ZSL for slow shutter shots
Camera2: Add 50MP, 37.5MP resolution entry
Camera: Fix JPEG quality DB update
DeskClock: Add feature to play random song as an alarm.
DeskClock: Support double-digit hours for timers
Kerneltweaker: Add TRDS (Dark-UI)
Kerneltweaker: add Power key suspend/Wake Timeout option
Kerneltweaker: MSM Mpdecision Control
Apollo: Avoid crash when attempting to load many items
Apollo: Use correct preference keys for artwork download
Telephony:Fix MSIM Network Settings
Telephony:Reform toggleLTE is required in order for CM
Telephony: Fix network selection array
Telephony:actually fix LTE toggle
Telephony:Fix crash in network mode settings
Telephony:Fix mounting of ext4 formated sdcards
Torch: toggle on/off once
update Trebuchet , CMFileManager
hlte: Update blobs
jflte: update adreno
jflte: remove old rilblobs
hlte: Use camera wrapper.
d802: Enforce known good ADSP images
g2: Updated bcmdhd firmware
mako: Add dxhdcp implementation
g2: Update sensors HAL
g2: Update Adreno
v500: Updated adreno
Samsung devices: add another camera firmware binary
Fix Etisalat UAE, TalkTalk,QUAM APNs [/QUOTE]
Got failure (signature, updater script) on m7ul while flashing.
Any solution?
Keasby said:
Got failure (signature, updater script) on m7ul while flashing.
Any solution?
Click to expand...
Click to collapse
Maybe about recovery ?? use twrp 2.7.0.8
My fault, twrp 2.7.0.8 is no longer available...
Using latest CWM now, thaks for your work!
Keasby said:
My fault, twrp 2.7.0.8 is no longer available...
Using latest CWM now, thaks for your work!
Click to expand...
Click to collapse
Twrp 2.7.0.8
Great rom, working in multirom
Thanks
Enviado desde mi One mediante Tapatalk
Excellent work. Love this ROM. Might do some compiling myself haha.
Are you planning on cooking up to latest 4.4.3?
Sent from my One using XDA Free mobile app
JDR0iD said:
Excellent work. Love this ROM. Might do some compiling myself haha.
Are you planning on cooking up to latest 4.4.3?
Sent from my One using XDA Free mobile app
Click to expand...
Click to collapse
Wil be up tomorrow
Sent from my Galaxy Nexus using Tapatalk 4
Is this Verizon compatible?
Tried to flash TWRP 2.6.3.3 flash failed. Does it not work on that version?
Sent from my HTC One using XDA Premium 4 mobile app
jaysun3000 said:
Tried to flash TWRP 2.6.3.3 flash failed. Does it not work on that version?
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Upgrade to TWRP 2.7.0.8
Sent from my HTC One using XDA Premium 4 mobile app
Hope to see the update to 4.4.3 soon
Installing 1.3.3 now..
Thanx
Glad to see this back hopefully 4.4.3. This is my favorite Rom
aosb_kk_1.3.4_m7
Merge tag 'android-4.4.3_r1.1' #KTU84L
Merge CM changes
Battery consumption's issues fixed
Stability issues patched
Minor Dialer app redesign
The Dialer app has a light color scheme instead of dark.
rearrange contact cards in the Dialer.
FLAC playback improved/fixed
improved camera quality
New Contacts , icons , ...
Performance improvement is incredible
Fix resource leaks
Fix hiding ADB notification
Excessive battery drain issue
more compatible with high resolution devices
apn: national roaming for ONO (Spain)
Settings: Import init.d.cfg and fix "fi unexpected"
Enable KSM deferred timer for kernels supporting it
Telephony: Add setting for WhitePages Canada reverse lookup provider
Telephony: Add setting for YellowPages Canada reverse lookup provider
pause downloads of large games from the Play Store
appops: enforce appop for bluetooth disabled action
Your the best
Finally official support for m7 from this ROM. Fantastic!
Inviato dal mio HTC One utilizzando Tapatalk
Finally managed to flash this ROM, using latest TWRP 2.7.1.1.
Looking good so far, only thing missing for me is sweep2wake and HTClogo2menu.
Are these features planned to be implemented into the ROM settings?
Tried a bit and it's one of the best rom
Inviato dal mio HTC One utilizzando Tapatalk

[ROM][5.0.2][WAKE GESTURES][M7][LINARO] Resurrection Remix 5.3.9 Stable 21.03.2015

Code:
[B][COLOR="Red"]Your warranty is now void.[/COLOR][/B]
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.
A lot.
Introduction:
I proudly announce the first lollipop RESURRECTION REMIX Rom for our beloved HTC One M7 ,The Rom is stable with lots of feature can be used for daily usage without any problems ,Resurrection Remix the ROM has been based on CM,slim.omni and original Remix ROM builds, this creates an awesome combination of performance, customization, power and the most new features, brought directly to your Device ,Many things that in previous versions were tweaked with mods, are now included by default in the ROM so, please enjoy!, I will be building a new rom once or twice a week please don't rush me or ask my the latest build wasn't build yet I have my reasons and believe me it worth waiting for it and get it stable ! (it refer to the rom lol ) any how ,I know I type alot without making sense so long story short enjoy the Rom .
Click to expand...
Click to collapse
Screen Shots:
{
"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"
}
Features:
- all the new stuff is RR and CM.
- better sound quality.
- exfat usb storage support with auto mount.
- USB fast charge enforcing.
- Logo2Menu See post #2 for more how it works
- Double Tap 2 wake and wake gestures. See post #2 for more how it works
- suport Ad-Hoc networks (wifi)
- Kernel build with linaro 4.9.3 for more optimization
- Statusbar clock customization + second + fonts
- Network traffic monitor
- Toast animations
- Listview animations
- Navigation bar dimensions and customization
- Quick unlock
- Overall Speed up system
- Included all cm 12 features
- IR Blaster
- And many more slim omni and orginal RR improvements and system ui changes running in this build. So enjoy
- Gestures anywhere.
- Improve the booting time by 4% (yes not that much but that's all I can do for now)
Installation instructions
- Download the latest build
- Download Gapps
- Take a nandroid backup
- Full wipe and factory reset (must do it when coming from an other rom optional if you are already using RR Rom)
- Flash ROM using latest ClockworkMod recovery or TWRP
- Flash Gapps
- Reboot (do not say yes to fix root permission boot normally then go to settings >> development >> root acces and set it as you like)
- Enjoy!
Changelog:
Resurrection Remix ROM
# Resurrection Remix Lollipop 5.0.2 - v5.3.9
- Fix 2g/3g/LTE switch
- Allow lock screen visualizer to be disabled
- Use 100K steps for color temperature sliders.
- livedisplay: Fix for multiuser
- merge ProfilesList into ProfilesSettings
- Regulatory text color: make this readable
- Return stock colors on default material settings theme
- Add left padding to wakelock title/summary
- Dotted circle battery option
- livedisplay: Add an "off" state
- Added a check if a custom activity can be started
- Revert Port long press back to kill configurable timeout
- MTP: Update JNI for new packet getters
- Themes: Switch themes when user changes
- Factory reset: Allow passing wipe_media to recovery
- SystemUI: CellularTile support multi-sim
- Lockscreen visualizer: Disable out animation
- Do not start music app when headset is unplugged
- Clean up keyguard carrier text handling.
- livedisplay: Updated icon from Asher
- Themes: Change themeChange config value to 0x300000
- Themes: Add CONFIG_THEME_FONT to Configuration.diff()
- SysUI: Clip to outline in ActivatableNotificationView
- Remove more duplicate sounds
- Provider: Add multi SIM ringtone support in SettingsProvider
- Properly clean up when setting new InputFilter.
- AudioEffect JNI: use new max preprocessing constant
- Fix build breakage in older branches by avoiding <> notation
- keyguard: don't use eq visualized in LowEndGfx devices
- Themes: Process theme resources after package scanned
- Themes: Switch themes when user changes
- Improve system ui pngs & add missing navbar buttons for other resolutions
- Mising back_ime_land.png
- Unknown source apps: enable apk installation by default
- SystemUI: improve recreating statusbar
- And other bug fixes and improvements
# Resurrection Remix Lollipop 5.0.2 - v5.3.8
- Implement ambient display as Active Display
- add visualizer to lock screen
- Double tap to sleep on navigation bar
- Wakelock Blocker
- Fix race condition in setting notification panel height
- Implement active display adjustment and tile
- Change to CmHardwareService
- Force Expanded Notifications
- Hide unused msim icons on setting preference
- Mirroring layout on RTL languages
- animate clear recents exit
- Fix some notification still unreadable
- Quick settings customizations and fixes
- Improve HeadsUp
- Materialize toast frames
- Ambient display tile
- fix qs main tiles settings not refreshing tiles
- long press lock screen lock icon to sleep (1/2)
- hide floating clear all only if were removing all tasks
- update battery saver off and sync drawables
- don't show headsup if IME is showing
- launch default music player on headset connect
- Don't show warning notification on disabled.
- Fix MSimSignalClusterView padding when no sims inserted.
- Themes: fixes and improvements
- Volume panel timeout
- Fix Battery saver mode
- Themes: fix copy paste error for applying ringtone/alarm
- modify default system profiles
- add advanced_mode
- prevent doze notifications from inverting
- fix doze pickup
- Add missing back_ime_land.png
- Fix NP transparency background vector glitches
- hide Ambient display tile if not supported
- Move vibration intensity option to misc settings
- translation imports
- g3: enable otg storage settings
- And ton of improvements
- includes all cm updates
- And much more.
# Resurrection Remix Lollipop 5.0.2 - v5.3.7
- Add power button to navbar
- App Circle Bar tile
- NavBar tile
- long press back to kill configurable timeout
- Themes: Use rounded rect for heads up notification
- Themes: Enhanced theming capabilities
- Avert duplicating translation in drawing a background drawable
- Strings improvements
- base: LT translations
- Update DPI settings
- Fix mobile network settings for multi sim
- Update mobile network settings
- Update data usage settings
- set volume wake dependency in code
- Update Translations
- TeleService: Add all supported network modes
- Improve multi-sim data configuration
- Lot of bug fixes and improvemens
- includes all cm updates
- And much more.
- Happy flashing..
# Resurrection Remix Lollipop 5.0.2 - v5.3.6
- Removed PitchBlack Theme from system/app
- PitchBlack Now available on play store for free: https://play.google.com/store/apps/details?id=com.resurrectionremix.pitchblack
Notelaystore version wont work on RR version 5.3.5
- Fixed bootloop after theme change
- Themes: Get mFontPkgName hashCode not mIconPkgName's
- Expanded Desktop : Fix Left handed navbar during landscape mode
- Enable Buttons and Status Bar settings Multi-user enabled
- Use actual storage type for format message strings
- Fix for ambiguous and broken disk formatting dialog
- Storage; Fix apps2sd for noemulated secondary storage
- GlobalActions: Always add power off option to power menu
- Expose hardcoded colors
- Themes: Include ThemeConfig for ResourceKey hash
- Themes: Add theme change timestamp to ThemeConfig
- Fix Profiles settings screen padding
- Power Menu: remove power as an option
- Don't show "Eject card" if the card is not accessible
- Fix detection of USB/UICC volumes
- Performance -> Battery mode
- improved performance and stability
- g3: fix external storage permissions
- g3: Remove deprecated Camera2 overlays
- hammerhead: Tweak speaker and headphone volumes
- includes all cm updates
- And much more.
- Happy flashing..
# Resurrection Remix Lollipop 5.0.2 - v5.3.5
- Update and fixes for PitchBlack theme
- Navigation bar button color
- QS:Battery saver tile
- QS:Brightness tile
- QS:Expanded desktop tile
- QS:Screen off tile
- QS:notifications tile
- Slim doze options
- fix performance profile not showing up
- Optimizing app dialog on first boot
- fix bunch of issues after apply theme
- Create configurable default expanded desktop style.
- Don't lookup application keyguard notification visibility unnecessarily
- Hide privacyguard notifications on keyguard
- AppOps: fix deadlock issue when showing dialog
- Themes: Include ThemeConfig for ResourceKey hash
- Themes: Add theme change timestamp to ThemeConfig
- Themes: Don't clip notification when a theme defines a larger radius
- Themes: Fix theme package name being set to target's
- fix flashlight tile inconsistency
- Disable lock screen after boot
- Prevent power key capture when screen is off
- Hide msim 'no-sim' icons
- fix performance profile not showing up
- fix status bar activity indicators getting stuck when disabling
- Hide privacyguard notifications on keyguard
- Move changelog to about resurrection
- Rename : Resurrection tools >>> Configurations
- Add touchscreen hovering support
- Update translations
- move gestures setting in to device section
- hammerhead: Update removable disk configuration
- hammerhead: return to stock DPI
- includes all cm updates
- Bug fixes
- And much more..
- Enjoy!
# Resurrection Remix Lollipop 5.0.2 - v5.3.4
- PitchBlack Theme Initial release
- Option to disable search panel (navrings)
- Add ability to disable a lockscreen shortcut
- fix more battery drain
- improved overall stability
- Add default revision for AOSP remote
- apply default profile after resetting them
- Fix for bluetooth issues
- RR Tools RU and PL translations
- Update and make cLock app themeable
- Move cLock app to misc
- Remove image from about resurrection
- Fix lockscreen issues
- Disable Ambient display bools as default
- Fix profiles crash
- lowmemorykiller: Fix high min-free values
- Performance: fix mix/max cpu frequency
- improve lockscreen tile behavior
- Stylus gestures features for note devices
- Add setting for updating recovery
- AppOps: fix deadlock issue when showing dialog
- VolumePanel : Check if StreamControl is null
- Themes: Add tm command line tool
- Msim: Use SIM display name
- Fix for some of theme issues
- Move navring app loading to background tasks
- Make navbar back,recent not re-assignable
- Improve nav ring swipe behavior
- Fix Power Shutter Exception
- PhoneWindowPolicy: Fix NPE race condition by excessive screen on delay
- Camera : allow camera to use power key as shutter
- g3-common: increase overall volume levels
- includes all cm updates
- Bug fixes
- And much more..
- Enjoy!
# Resurrection Remix Lollipop 5.0.2 - v5.3.3
- Lockscreen shortcut customization
- Navbar customization
- Navbar ring targets
- NavigationBar fixes
- Option to show four tiles per row
- Add new 100 hd lockscreen shortcus icons
- Add screen timeout tile
- Fix AudioFX tile
- QS: add Screenshot tile
- QS: add Sync tile
- protected SMS
- Fix for statusbar header weatherReceiver issue
- fix unpinning locked apps
- Fixes and update Theme chooser resources
- Disable ticker
- fix ambient display issues
- Fix issues .system ui fc s and ui refreshes after apply themes
- Update lockscreen quick unlock
- Exact solution for FC s on NavigationBarView
- Fixes for lockscreen issues
- Fixes for profile settings
- Update theme chooser icon
- g3-common: cmhw: Don't cache tap-to-wake setting
- g3: Fix hispeed frequency
- g3 kernel updates
- hammerhead: Add QCOM effect blobs
- hammerhead: Remove speaker drc flag from audio policy
- hammerhead: kernel updates
- includes all cm updates
- And much more..
- Enjoy!
# Resurrection Remix Lollipop 5.0.2 - v5.3.2
- Fix and Enable DOZE (Ambient Display) (it will works if your device supports)
- Doze (ambient display) timeout option
- Skip Misc/Overcounted battery stats in builds
- Add expanded desktop
- Make power dialog profile and screenshot PNGs themeable
- Update Gestures anywhere close button to (Material FAB) and make gesture color themeable
- Fix Status bar Carrier label issues
- clean up hiding search bar
- Update cLock theme
- Expand Recents to the top if Search is disabled
- Fixes for bluetooth
- Add "Accept all files" option for incoming file via BT
- SystemUI: reset timeout when expanding volume panel
- Revert Keyguard: Create lockscreen weather (Because CM Team reverted from their source to)
- Hide GlowPadView warnings
- Themes: Restructure resource cache
- SystemUI: Fix the wrong speech in TalkBack application.
- Keyguard: Avoid null pointer exception
- Include material ringtones and notification sounds
- storage: Don't list removed volumes in storage list
- WindowManagerService: Fix On-Screen keyboard popups when hw-keyboard is present
- Do not allow the navigation bar to move if width == height
- Centralize QuickSettings constants
- bootanim: Add continuous splash support
- Themes: Ensure themed fonts always have fallbacks
- lowmemorykiller: Overwrite LMK parameters for low-tier devices
- Themes: System theme should clear wallpaper
- Themes: Update LoadedApk resources.
- Themes: Fix font layout missing a view
- Themes: Clear out icon resources for non-composed icons
- Themes: Fix launching themes using APP_THEMES category
- SystemUI: animate expanded volume panel
- ExpandedVolumePanel: Fix SystemUI FC when expands volume panel from Notifications tile
- fix derp after theme engine implemented
- Prevent AudioService dead lock issue.
- MediaCodec/Image: handle null cropRect correctly
- Fix GPS for old GPS HALs
- SystemUI : Add QSDetailItems
- SystemUI: add Profiles tile
- SystemUI : Add adb over network tile
- SystemUI: add NFC tile
- SystemUI: port compass tile to cm-12.0
- SystemUI: port lock screen toggle tile
- SystemUI: Create LteTile
- SystemUI: add AudioFX/visualizer tile (beta)
- Reduce default animation duration
- DocumentsUI: update launcher icon
- ShutdownThread: dont show advanced reboot options when long pressing power off
- Settings: fix empty Wifi triggers screen
- Settings : Update for centralized quick settings
- Cleanup and fix QS tile implementation
- Settings: Enforce non-blank profile names
- Update APN S
- G3 - Boost cpu and performance
- G3 - Add bools for DOZE
- G3 - charger: fix warnings
- G3 - charger: remove charger pecentage
- G3 - Fix kernel issues
- hammerhead: mixer_paths: Enable compander last
- hammerhead: Kernel updates
- Bug fix and source updates from cyanogenmod
- For more information about changelog check out the RR Github sources
- Note :Full Wipe installation (Highly Recommended) .After a long test. There is no problem found. Happy flashing..
# Resurrection Remix Lollipop 5.0.2 - v5.3.1
- Switch to Resurrection style light material theme
- Make RR tools icons themeable
- Remove italic fonts from settings
- Power menu: add sound toggle
- Keyguard: Create lockscreen weather
- Settings: check if ime switcher pref was remove previously
- Privacy guard: option to disable notification
- Fix NPE in HighTouchSensivity
- Settings: Show SAR on Regulatory Info (from CM11)
- Delay Explicit GC from the SystemServer.
- SystemUI: Remove redundant and broken setText on temperture view.
- Camera2 legacy: retry EGL config without EGL_RECORDABLE_ANDROID
- Fix nav button ripple getting stuck (Update)
- Phone: Sprint MWI Quirk: Phantom message wait indicator workaround
- G3 - fix WIFI cannot connect issue
- Hemmerhead : Enable performance processor settings
- Bug fix and source updates from cyanogenmod
- For more information about changelog check out the RR Github sources
- Happy flashing.
# Resurrection Remix Lollipop 5.0.2 - v5.3.0
- Update heads up notifications with swipe actions +(Master Switch-Timeout-Blacklist and do not disturb options)
- Add Theme engine
- Quick Settings Updates
- Re themed settings and Themes app
- Update cLock app with material theme
- Create expandable volume panel.
- App Circle Sidebar & Support for Configurable Trigger Region
- Custom System Animations
- Status bar header long click actions
- Allow custom density option
- Fix more memory leaks
- Fix FC on HU language update settings strings
- Revert ticker option for now :Causes system ui fc s(enabled as system default)
- Settings : Make RR Tools icons themeable
- Fix system ui crash while continuously click flash light tIle issue
- SystemUI: Fix user profile activity overlapped by status bar panel issue
- Quick settings: fix ripple placement for dual tiles
- ConnectionSettings: Add 4g as connection options for profiles
- SystemUI: unbreak accesibility longpress Overview to unpin
- wifi: Framework support for Ad-Hoc WiFi (IBSS mode)
- Fix "ghost" weather display in expanded status bar
- DocumentsUI: catch NPE
- Update RemoteController on Session update
- ProcessList: Handle invalid state when computing next PSS Time
- privacyguard: Add Superuser summary
- Update RR_string french translations
- Settings: Improve battery percentage title
- hammerhead: set persist.sys.isUsbOtgEnabled to enable USB storage.
- G3 : change DPI to 532
- G3 . boost sound volume
- G3 : Increase boost duration
- G3 : enable all hardware button options
- Bug fix and source updates from cyanogenmod
- For more information about changelog check out the RR Github sources
- Enjoy..
# Resurrection Remix Lollipop 5.0.2 - v5.2.9
- Add customization for Quick Settings
- Quick settings: Option to disable brightness slider
- Power menu customizations
- Status bar carrier label
- Gestures lockscreen Secure
- Battery bar customizations
- DocumentsUI: Add a standalone File Manager
- Enable tap to be developer
- Improve settings fonts
- SystemUI: fix navbar ripple getting stuck
- Changed profile selection to single-tap action
- Clean up keyguard carrier text handling.
- Option to ignore the last app when clearing recents
- Use fadein/fadeout anim on FAB button
- Add Fade in and Fade out effect to Recents FAB button
- Add system setting for t9 search input locale
- Wake Keys: enforce the wake keys overlay
- Allow disabling Search/Recents button wake
- profiles: clean up default profiles
- MountService: support UMS on any volume
- System UI :Add HU translations
- Edit Status bar BatteryLevelTextView
- Edit status bar text size and style
- Resurrection Tools FR Translations
- G3 - d855: Add LTE support
- G3 - fix wifi issues
- G3 - add usb charging mode
- G3 - add dummy LgDataFeature telephony class
- MSıM updates
- Bug fix and source updates from cyanogenmod
- For more information about changelog check out the RR Github sources
- Enjoy..
# Resurrection Remix Lollipop 5.0.2 - v5.2.8
- Update popups animation
- StatusBar Ticker option
- Add navigation bar master switch option
- Add resurrection remix logo to about settings
- Recents panel clear all button tweaks
- Replace recents clear all button with a fab button
- update maintainer list
- Update Hungarian RR strings
- Remove the superuser app
- Update superuser
Downloads
The Rom
GAPPS​
XDA:DevDB Information
[ROM][5.0.2][WAKE GESTURES][M7][LINARO] Resurrection Remix, ROM for the HTC One
Contributors
lord-ralf-adolf, westcrip, JustArchi, arter97
Source Code: https://github.com/lord-ralf-adolf
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Nightly
Created 2015-02-16
Last Updated 2015-03-21
Reserved
Wake Lock gestures Guide :
- The wake gestures need (chainfire's) SuperSU and root methode to foncution properly
1 / get proper Root :
After flashing the rom and booting the first time do the following :
1 - download the UPDATE-SuperSU-v2.45.zip
2- boot into recovery.
3- flash the UPDATE-SuperSU-v2.45.zip then reboot.
2/ installing wakegesture.apk
This app will help you configure the wake gestures behavior and add custom custom shortcut fir each gueture.
Go to this thread to download the app
Special thanx to @flar2 For making wake guetures for M7 the first time on his kernel ElementalX and making this app
Click to expand...
Click to collapse
LOGO2MENU Guide:
Logo2menu feature allow the "HTC" logo to be used as a physical menu button (you have to click a bit above the logo)
this feature is anabled by default you cab disable it by taping this commands in the terminal or the adb shell
Code:
$ su
# echo 0 > /sys/android_touch/logo2menu
if you wanna anable it again do the following
Code:
$ su
# echo 1 > /sys/android_touch/logo2menu
I will make a setting entry for this in the next build
Special thanx to @flar2 For making logo2menu for M7 the first time on his kernel ElementalX
Click to expand...
Click to collapse
verizon and sprint version of the HTC ONE
I compiled a build for this two variants including the same features but I can't test them I will put the pre-release versions here for tester ,please write me a feadback on this build and weather it is ready to be official public build or not your help is very appreciated
Code:
[COLOR="Red"]WARNNING[/COLOR] :
this is a non tested build It is here for testers only you can go ahead
and test it but I can't be held for any damaged that may happens
to your phone ,I say it again this is a non tested version I am not
responsible if it kills your cat or set fire to your house
Verizon Version : Download link ==> cm-Resurrection_Remix_LP_v5.3.6-20150221-m7vzw.zip With baseband issue fix (testers only)
Verizon Version 5.3.9 (test 02) ==> Download link
Sprint version : Download link ==> cm-Resurrection_Remix_LP_v5.3.6-20150221-m7spr.zip With baseband issue fix (testers only)
TEST AT YOUR OWN RISK I AM NOT RESPONSIBLE FOR ANY DAMAGE BUT I WILL ASSIST YOU IF YOU NEED HELP
Click to expand...
Click to collapse
IR Blaster
For now you can use this app ASmart Remote IR in order to use the IR Blaster toggle the sense 6 option in the application settings and reboot the IR Blaster will work with that app just find and it has a big devises remotes build in to it.
the learning function is not working yet it needs some htc apps and frameworks to work ,the needed apps and framworks are already added to the Rom but they wont work because of the signature verification I can't disable the signature verification just to make this work because it will create a big security hole so it was a big decision to take it for all the users it means that you can disable it if you want by patching the andoid policy jar library using lucky patcher or an other app of your choice but do that at your own risk I don't even recommend it.
Click to expand...
Click to collapse
Use the report bug tab to report bugs here , use the thanks button to thank me (don't post thank you in a reply !) , go ahead and right a review here or ask you a new feature Here Thank you for keeping this thread clean
This looks promising.
First boot with Muti-Rom with this as the primary ROM did not work, and I had to hard power down. After that - it booted fine.
The FM Radio does not want to work as well as the IR Blaster. A few things to fix.
Otherwise looks good!
Wow very beautifull ROM and fast but in Audio FX reverb, surround sound, bass booster it doesn't work can you fix what please ? thank you.
Medfordite said:
This looks promising.
First boot with Muti-Rom with this as the primary ROM did not work, and I had to hard power down. After that - it booted fine.
The FM Radio does not want to work as well as the IR Blaster. A few things to fix.
Otherwise looks good!
Click to expand...
Click to collapse
Thanx for testing my ROM ,I will work on the IR and FM radio as soon as I fix the bug of random reboots stay tuned ,it is the first build I just made it compilable and bootable thanx for your feedback sir
fiocco said:
Wow very beautifull ROM and fast but in Audio FX reverb, surround sound, bass booster it doesn't work can you fix what please ? thank you.
Click to expand...
Click to collapse
Thanx for trying my ROM ,yes I know about that bug I will work on it as soon as the critical bugs are fixed thanx for your feedback sir and stay tuned
For now I suggest you try the gesture any where feature it is amazing to performe frequent tasks more quickly
Using santod NuK3 kernel and works a treat on your ROM. Apart from what's been said already I'll be using this as my daily ROM!! Many thanks and a drink will be coming your way!!
Can you add function wifi ad hoc for the next update ? plz thx.
fiocco said:
Can you add function wifi ad hoc for the next update ? plz thx.
Click to expand...
Click to collapse
wifi ad hoc is already there look under : settings >> wifi >> click on menu (three dots on then top right corner) >> advanced >> wifi direct
smileyanz said:
Using santod NuK3 kernel and works a treat on your ROM. Apart from what's been said already I'll be using this as my daily ROM!! Many thanks and a drink will be coming your way!!
Click to expand...
Click to collapse
thanks for your feedback ,glad you liked my rom stay tuned more features and stability coming soon
Hello, i have this msg "failed" when i install gAPP modular at fisrt page, what 's happend ? why only 4.4 rom and how to go the play store with ur rom ?
# Begin PA GApps Install Log
--------------------------------------------------------------------------------
ROM Android Version | 5.0.2
--------------------------------------------------------------------------------
# End PA GApps Install Log
INSTALLATION FAILURE: This GApps package can only be installed on a 4.4.x ROM.
Your ROM is listed as version
# Begin User's gapps-config
*** NOT USED ***
# End User's gapps-config
it says 5.0.2 rom so you have to install 5.0..... gapps!
---------- Post added at 05:48 AM ---------- Previous post was at 05:47 AM ----------
check latest pa gapps they were released at 11-1-2015 read the op!!!!
I'm sorry but app radio doesn't work, i have crash and this message FM operation failed andd it stop and no reconize a jack when i plug the headset.
lord-ralf-adolf said:
[/B][/INDENT][/CENTER][/I][/SIZE]
known Issues​- Random reboots from time to time (bug related to kernel I am currently working on it thanks for your understanding)
Click to expand...
Click to collapse
Hi,
How often does it happen, because after flasing this ROM, my M7 rebooting like crazy, when im trying to using.
Its happen - in settings, clock apps, google play...and so on. Logcat always different.
Regards
To all having these random boots try using santod NuK3 kernel, grab it from liquidsmooth. I'm having no reboots what so ever using multirom with lollipop pa gapps.
---------- Post added at 02:54 PM ---------- Previous post was at 02:42 PM ----------
Regarding FM I used one from play store and it works just great!!
fiocco said:
I'm sorry but app radio doesn't work, i have crash and this message FM operation failed andd it stop and no reconize a jack when i plug the headset.
Click to expand...
Click to collapse
I know that the FM radio doesn't work I will add it to the known issues.
oldfield said:
Hi,
How often does it happen, because after flasing this ROM, my M7 rebooting like crazy, when im trying to using.
Its happen - in settings, clock apps, google play...and so on. Logcat always different.
Regards
Click to expand...
Click to collapse
not that often ,it just reboot when doing resource consuming apps in Multitasking I fixed it in the new build that I will be posting in a couple of days
what you're having is not the random reboots I talked about ,can you give me the errors from the logcat ? and did you made a clean install ?
smileyanz said:
---------- Post added at 02:54 PM ---------- Previous post was at 02:42 PM ----------
[/COLOR]Regarding FM I used one from play store and it works just great!!
Click to expand...
Click to collapse
what's the name of the app may be I can figure out why the stock one doesn't work ,(I think the problème is comming from the system doesn't update properly that a headphone is plugged)
lord-ralf-adolf said:
I know that the FM radio doesn't work I will add it to the known issues.
not that often ,it just reboot when doing resource consuming apps in Multitasking I fixed it in the new build that I will be posting in a couple of days
what you're having is not the random reboots I talked about ,can you give me the errors from the logcat ? and did you made a clean install ?
what's the name of the app may be I can figure out why the stock one doesn't work ,(I think the problème is comming from the system doesn't update properly that a headphone is plugged)
Click to expand...
Click to collapse
RadioFM works fine, listening to talksport without no problems. Perhaps also there using wrong gapps with the other errors there getting. Scratching me head coz its working great and as smooth as liquidsmooth[emoji106]
smileyanz said:
RadioFM works fine, listening to talksport without no problems. Perhaps also there using wrong gapps with the other errors there getting. Scratching me head coz its working great and as smooth as liquidsmooth[emoji106]
Click to expand...
Click to collapse
thanks for the feedback ,happy that you're enjoying this rom and get ready because the next build gonna be smoother
lord-ralf-adolf said:
thanks for the feedback ,happy that you're enjoying this rom and get ready because the next build gonna be smoother
Click to expand...
Click to collapse
Looking forward to it. Many thanks!!! [emoji41]
@lord-ralf-adolf is this an unofficial port? West has released Resurrection remix 5.2.9. I also look forward to the new update thanks very much for the work.
smileyanz said:
RadioFM works fine, listening to talksport without no problems. Perhaps also there using wrong gapps with the other errors there getting. Scratching me head coz its working great and as smooth as liquidsmooth[emoji106]
Click to expand...
Click to collapse
bahmonkeys said:
@lord-ralf-adolf is this an unofficial port? West has released Resurrection remix 5.2.9. I also look forward to the new update thanks very much for the work.
Click to expand...
Click to collapse
Yes for now it is unofficial port ,waiting for the RR team to add me to the official device maintainers ,but first I need to make this rom rock solid

[ROM] BrokenPOP 3.9 - OFFICIAL [Android 5.1.1_r24][hboot 2.15] DISCONTINUED

{
"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"
}
About ROM
Github : BrokenROM
Google+ : BrokenOs
Credits
From the lead dev.
"This started as my personal project..I was looking to start something that was exactly what I wanted on my nexus 7 instead of either a rom with a bunch of features you need a search to find (not that there's anything wrong with that, just not my cup of tea), or too light where i needed a module to get it (not that there's anything wrong with that either). It is very early in, but I and my team are trying to make this a enjoyable project and keep it updated as best we can regularly. Keep it friendly, or GTFO.....Thanks guys..
Thanks to AOSP for the best base...SlimRoms for all the help...and anyone (person or team) who has helped me along the way."
BrokenPop is the Broken team's LP offering. the vast majority of the base is tracking from AOSP but there's much help from the hard working Slim team as well! Those guys kick ass. If you're looking for a clean, lean moderately themed LP offering, your search is over. More features will be built back in as we move forward but it's time to show you around the new Broken goodness.
Click to expand...
Click to collapse
ALL CREDITS SHOULD GO TO BROKEN TEAM FOR BRINGING US THIS ROM
Installation Procedure (TWRP 2.8.6.0 Recommended)
- Gapps needed. The latest Broken 5.1 Gapps are recommended so grab them from HERE.
- Download the ROM using the links below and make sure it and the GAPPS zip are all copied to sdcard.
- FULLY WIPE (Data, System, Cache, Dalvik) when coming from any other ROM. Dirty flashes can only be performed when upgrading from a previous BrokenPOP build, unless otherwise stated. (NOTE: Though you can dirty flash, a clean flash is always recommended)
- Install the ROM, followed by the gapps package
- Reboot, profit
Downloads
Android File Host: HTC One S (Ville) - HERE
Changelog
Changelogs are in post #2. Alternatively, you can view the live changelog in the BrokenCenter app (Settings > BrokenCenter).
*WHEN DO UPDATES COME*
Whenever the team decides to level up. The goal is an operable ROM with excellent battery life...we're getting there. ETA asks will not be responded to, thanks for your understanding and patience.
Questions?
Read the FAQ in third post...and I mean it. ALL of you! If you don't find your answer there, post your questions in the Q&A thread for this ROM HERE. THIS thread is for development. Thank you!
ENJOY!
SCREENSHOTS
​
THANKS
I would like to thank first to the BrokenOS Team and to it's lead dev. for granting me the permission to open this thread and for helping me during the process.
@javelinanddart for telling me about this ROM and helping me to setup the build environment
@mikronac.ns and @Hai96 for giving me directions and advice while buiilding
All of you who support me all this time and who will try this ROM, as there's no bigger reward than to see a project you've participating in, being used and enjoyed by others too.
XDA:DevDB Information
BrokenPOP, ROM for the HTC One S
Contributors
Rapier
Source Code: https://github.com/BrokenROM
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: 2.13.0000, 2.15.0000, 2.15.4444
Based On: AOSP, Slim, CyanogenMod (device tree/kernel)
Version Information
Status: No Longer Updated
Current Stable Version: 3.9
Stable Release Date: 2015-10-08
Created 2015-06-08
Last Updated 2016-09-21
Changelogs
BrokenPOP - 3.9 - 08.10.2015
project bionic/
cb81f2a bionic: Allow devices to add device specfic static libs
project build/
d2a09c7 build: Add Flag to Use Oracle JDK on Codefire * Works just fine, easier to deploy Oracle JDK Locally
426e8f3 build: Add Config Option To Keep Compressing APKs * Some older devices only have a limited system partition Enabling this universally would make it too big to fit
project frameworks/base/
6d584f0 Frameworks: Lockscreen blur & see through (1/2)
cadbff9 WindowManager: Upper level changes to expose blur effect
97d8af4 Frameworks: Lockscreen blur & see through (1/2) FIXES credits to David96
36801ba SystemUI: improve blur layer behavior on lockscreen
9c8e6b9 systemui: Underp blur effect after theme change
400eafb BlurLayer: Remove unnecessary surface transactions
ff9678a SystemUI: hide blur when showing keyguard media
1bf92d6 systemui: Fix the blur effect
153e3a9 base: start nfc service prior to systemui
project frameworks/native/
2aca90d SurfaceFlinger: Native changes to add blur effect
b7cea7f SurfaceFlinger: Featurize libuiblur module for OSS build
project packages/apps/Nfc/
31abd4d nfc: create a bootstrap service
project packages/apps/Settings/
7cd460f Update custom_strings.xml
6baf086 Lockscreen see-through & blur (2/2)
project platform_manifest/
02d2f50 Track @arter97's Linaro LTO GCC 5.2 TC
c1f3c62 track our own NFC
7b7f009 put 2 forgotten repos together..
project prebuilts/gcc/linux-x86/arm/arm-eabi-4.9/
004516e 10/01/15 - 4.9.4 UBERTC Snapshot
project prebuilts/gcc/linux-x86/arm/arm-eabi-5.2/
9345268 10/01/15 - 5.2.1 UBERTC Snapshot
project prebuilts/gcc/linux-x86/arm/arm-eabi-6.0/
bfb6bf4 10/01/15 - 6.0.0 UBERTC Snapshot
project prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/
3df2a0c 10/01/2015 - 4.9.4 UBERTC Snapshot
project vendor/broken/
61dccf6 v3.9
BrokenPOP - 3.7 - 20.09.2015
project build/
e3f5911 Add darwin support for f2fs host tools
8e7a48a build: Allow QC platforms to share/customize HAL variants
5cd3651 Adding msm8909 as a QCOM board platform
ff41df7 build: kernel: arm64 uses Image.gz as the target
project external/sepolicy/
44301a4 Add policy to SELinux to allow ViPER4Android in enforcing mode
project frameworks/av/
613cdc2 audiopolicy: Never use low-latency audio for ringtones
4d97392 audiopolicy: Fix the incall fix
d2612cc Media: Make media support DRM file's playing
e299e7c frameworks/av : Drm media file uses mm-parser sniffer
7d3722f libmedia: Add 1440p camcorder quality
project frameworks/base/
ff5ff51 systemui: Fix the keyguard issues
8996f3a Forward port "Add option to hide AlarmClock Icon in StatusBar" [2/2]
1a5b2ce [1/3] base: alarms and no interrupt zen mode and bring back an import for alarm icon statusbar allow to exclude alarms from no interruptions
699b649 Fix return to task when single task activity is brought to front
3d22343 zygote: fix memory leak when fork process
860b0ba Add basic support for VorbisComment DATE tags
72ae18f Fast loadInverse() implementation for the common case
e25101f binder: adjust GC interval for binder ops
5bbba94 msim: Fix saving default sim from select SIM dialog (1/2)
5cd7e13 Add ability to ignore interruptions while active media playback [1/2]
d06ccb0 [1/2] Slim Recent App Sidebar
c810dd7 CamcorderProfile: Add 1440p camcorder profile
571d68d StrictMode: Disable all strict mode functions when disable prop is set Strict mode can still be used to produce red border flashes even when the disable property is set, among other things.
project hardware/libhardware/
2eb7781 amplifier: add set_parameters method
a4b99b7 fingerprint: add generic set_parameters
project hardware/qcom/display-caf/msm8916/
1e93f5e hwcomposer: Add support to specify dynamic FPS when idle
project packages/apps/ContactsCommon/
03accc4 Add a checkable QuickContactBadge.
project packages/apps/DeskClock/
93f00ab Forward port "Add option to hide AlarmClock Icon in StatusBar" [1/2]
project packages/apps/LockClock/
4bdff09 LockClock : Ensure configuration screen doesn't crash on orientation
db50ca9 Automatic translation import
52d0cb8 LockClock: Force ltr on clock display.
project packages/apps/Mms/
78a406b Mms: Port custom notification vibrations
0632b12 Per conversation notification settings/ringtones
3b584c9 Moving some more custom bits
6e649b1 Set notification color.
e7e0737 Fix hint text color in quick popup with light theme
675834e Use CheckableContactBadge.
project packages/apps/Settings/
6acb2ba System app remover: add priv-app apps to list
c18dba3 Fix system app remover to work in 5.1
47f5763 Add a few more protected apps for remover
cbf853e [3/3] Settings: alarms and no interrupt zen mode
ce34917 LCD Density: Input DPI value instead choosing it from the list
e17cc68 Add ability to ignore interruptions while active media playback [2/2]
9a35777 Fix mediascanner on boot sticking
7181ea0 [2/2] Slim Recent App Sidebar
04fda35 Clean up a few things
410fd2e Remove selinux switch and all files associated
project packages/apps/SnapdragonCamera/
df9396e SnapdragonCamera: Fix reversed video flash-mode icons
project packages/services/Telecomm/
d1a160b msim: Fix saving default sim from select SIM dialog (2/2)
project packages/services/Telephony/
e321e2a Telephony: Make voicemail notifications dismissable
project platform_manifest/
2c95232 our deskclock
c737264 update lockclock branch
project system/core/
c008afd Fix build break for multiple definition
project vendor/broken/
ca116ff Its ****ing official, not release
2354e62 Kill a few prebuilt apks (omniswitch,Viper,LockClock)
d52ec3a Kill some livewallpaper ****
141ef15 Massive APN update from Slim ALL CREDIT TO THEM @josue Rivera @nicholas Flintham @anthony king and anyone else who committed anything...
0a0d610 add yet another g3 variant
3b076bc Kill the dpi shrinker in favor of new dpi option
2084f90 3.7
328ba87 Just cause it bothered me
BrokenPOP - 3.6 - 12.09.2015
project build/
a2b4e18 releasetools: Fix the bug in symlink deletion.
ec82fe2 build: allow using host flex binary
67b5310 releasetools: Fix the bug when deleting files.
414f233 LMY48P
project external/skia/
fc079b3 DO NOT MERGE Prevent integer wrap around for malloc size when creating a SkRegion
project frameworks/av/
2bed09b Revert "DO NOT MERGE: Lock drm plugin API calls globally, not per MediaDrm instance"
98f4616 DO NOT MERGE: Lock drm plugin API calls globally, not per MediaDrm instance
1d14657 Revert "DO NOT MERGE: Lock drm plugin API calls globally, not per MediaDrm instance"
project frameworks/base/
62043e4 Weather Temprature Status Bar Icon 1/2
c8fda84 FWB: Statusbar weather color (1/2)
c586d94 SystemUI: Status bar weather font style (1/2)
b205d4f FWB: statusbar weather temperature placement (2/2)
dbc7b1c Fix left weather temp padding
a8b6aa0 systemUI: carrier first, weather second
8a96ad0 More weather font styles 2/2
0cf9bef Status bar weather: Add BOLD ITALIC to font style (1/2)
a063e24 FWB: Make all 14 font variants available to Weather (2/2)
e5a0b2a Fix font type not refreshing on placement change
9a0fc4f FWB: Statusbar clock font style (1/2)
f9d5148 Status bar clock: Add BOLD ITALIC to font style (1/2)
698f94e FWB: Make all 14 font variants available to Statusbar Clock (1/2)
630b274 Hide carrier label completely on keyguard
ca768d1 Make weather icon changes restart systemui and shuffle **** into a cleaner order
8537ccc Tighten up statusbar padding
dced587 Weather and hide carrier lable for msim
4560230 SystemUI: long press lock screen lock icon to sleep (1/2)
85d388a SystemUI: Change long press lock screen lock icon to TORCH (1/2)
f46c3ae SystemUI: reset to QS panel if task manager was visible last
9e51c25 Status bar carrier: don't show Emergency text if no sim is installed
cb8fdd3 Battery Mode tile: Remove on devices that don't support it
3cc2ca4 mess with layout , and reenable lockscreen keyguard carrier
07e95b7 Sick of this keyguard carrier label
d94e221 Tired of this string on my busted sim
a090cb6 Prevent insanely long passwords from crashing SystemUI
8d74e45 DO NOT MERGE: Ensure that unparcelling Region only reads the expected number of bytes
ba331ba Check that the parcel contained the expected amount of region data. DO NOT MERGE
59113d4 Them sneaky ****ing nulls
project frameworks/native/
df7703c Disregard alleged binder entities beyond parcel bounds
project frameworks/opt/telephony/
24bf0fa Externally-reported Moderate severity vulnerability in SMS: Apps can bypass the SMS short code notification prompt
project frameworks/webview/
f45e7ca Update all the things!
project hardware/libhardware/
0f42a6c libhardware: Add POWER_HINT_LAUNCH_BOOST for PowerHAL
project packages/apps/BrokenWalls/
53678e3 Broke that *****
56bc8f0 Update README.md
35cd1b8 Update README.md
c4d5fae Adding a ****ton of new walls
project packages/apps/Mms/
6b081fe Forward port Templates functionality
b9ebcca Bring back QuickMessage, Unicode stripping, TimeStamps and Add to Calendar
35da15d Bring back Split SMS
63be858 Port "Fix cropping on MMS inline thumbnails"
945a153 Remove text/plain for ACTION_SEND
05c070b Fix SMS sending.
02dc91e Fix up receiver declaration.
f8cf5a3 Bring back layout color abstraction
3030637 Option to delay SMS Sending
aacab42 Don't recycle messages by default.
6da4680 Pager fix on multiple messages.
bccbb19 Prevent popup window from closing
6c1c415 mms: update theme to material
18e3dcb Ability to pinch zoom in/out
3ea0d93 Mms: new launcher icon by Sven R.
456026f Mms: Because I am a material girl
f9838d0 Fix ripple on fab
a89953f Use material delete icon
8fef867 Updated status bar notification icons
0e7080a Match count per thread to message per thread
f67f553 More materialization
c9c98e7 Expose hard coded background and text colors for compose activity.
54ddfe6 Expose hard coded background colors from layouts for search activity.
e857a80 Bye checkboxes. Hello sexy switches
a9c90e7 This ain't cm
d1806c3 Moving custom bits to their proper place
fafcf17 Going dark because material sucks
0c4ead9 Blacklist (5/9)
225bc6d Mms: Add missing mdpi/hdpi drawables
b61de71 Fixing some color calls for better theming Thanks to daveyannihilation for the assist
6080ef7 Fixing QM mark as read This stuff was accidentally removed with this commit: f67f5535cf3501065408d9c609158511d863dcd7
89b80cd Mms: fix quick message layout on 320dp
project packages/apps/Settings/
f099d20 Tint msim icon
fa5f9cd Use new BrokenWalls package
502601a German Translations Strings
576798c Build fix
11fdf9f Dem damn translations
688c6f2 Weather Temprature Status Bar Icon 2/2 and a ****ton of shufflin by me Change-Id: I3761e20c0bdf58e098eaab41eeef5e56f4a3c6d9
2a6684f Settings: Status bar weather font style (2/2)
0012fc1 Settings: Statusbar weather color (2/2)
5cc5ab2 Settings: statusbar weather temperature placement (1/2)
d39bd64 More weather font styles 1/2
3f6b78f Status bar weather: Add BOLD ITALIC to font style (2/2)
b91c96c Settings: Make all 14 font variants available to Weather (1/2)
21f6266 Settings: Statusbar clock font style (2/2) credits to daxxmax <> used from AICP gerrit Brokenify
7795cc3 Settings: Make all 14 font variants available to Statusbar Clock (2/2)
e54c2bd Fix array issues for styles
c284971 Broken Home string
4662f60 Rearrange clock settings
bc692fb Settings: long press lock screen lock icon to sleep (2/2)
1bce780 Settings: Change long press lock screen lock icon to TORCH (2/2) adapted for our lockscreen
6101d95 Fix fc for sim lock options
771f484 Lets stop the dumbass questions about Advanced Display settings
project platform_manifest/
a3e6409 update toolchain for N9 and add toolchain for ZF2
445bf01 track new BrokenWalls repo
de1c259 manifest: Add Candy Linaro 4.9.3 GCC Toolchain
5ee1c2b Manifest: Update to android-5.1.1_r16
project prebuilts/gcc/linux-x86/aarch64/aarch64-linux-gnu-5.2/
8c94ead push chain
project system/security/
8806c13 Fix unchecked length in Blob creation
project vendor/broken/
2e28a8c New Brokenwalls
57bbda1 3.6
ebe4390 Put **** (prebuilt apks) in the right place
884bc85 These ****ers and their NINJA's
FAQ
First of all, I am NOT the developer of this ROM, I was building it for my own use and with permission from BrokenOS Team I've decided to share my builds with you.
So please DON'T ask for features as I can't add them, also don't report bugs since this is an unofficial build and the chances to have them solved are minimal. Edit: Since 3.0 Milestone we got official support for our device. Reporting bugs should be done with a logcat attached.
I will try to answer some questions here in order to avoid issues
Q: I was flashing this ROM and now my phone is broken. What should I do?
A: NOTHING. Isn't that exactly what you wanted?
Q: I flashed this ROM and now I got into bootloop. What's wrong?
A: Most probably you're S-On and you forgot to flash boot.img in fastboot mode AFTER you flashed the ROM. There are many threads detailing the procedure, search for it.
Q: Will it be available for hboot 2.16 also?
A: NO. I am building this only for the hboot I can test on and I have no intention to switch to 2.16
Q: Does this ROM have root?
A: Yes, SuperSU is included and you can update it via Play Store when a newer version is out
Q: Flashed the ROM but I have the NavBar active. Our phone has hardware buttons and I don't need NavBar. Is there a way to remove it?
A: YES it is. You have 2 ways of doing this. Either go to Settings - Broken Pieces - Navigation and set Navigation bar height to 0dp or, edit build.prop in /system and set qemu.hw.mainkeys=1 or remove the line. EDIT: Starting 3.3 build this is no longer needed, NavBar is hidden by default
Q: After flashing the ROM, everything on screen is small and font can be barely seen. Can I change this?
A: Yes you can. By default, Broken has set 200DPI screens res. You can change this in Settings - Display - LCD density. You can also increase font size if needed
Q: I wanted to install Viper4Android, I made all the right steps but it is still not working. What can I do?
A: Viper4Android and other programs as well, need selinux to be set as "permissive". This ROM has it set to "enforcing" by default. You can change this setting by using a third party app from HERE. EDIT: Starting with build 2.7, ROM contains an selinux permissive/enforcing switch so there's no need for an external app anymore.
Q: Sound during calls seems to be low for me, what options do I have?
A: You can either modify snd_soc_msm_2x file located in /system/etc/snd_soc_msm or...you can use THIS file that I've already modified to increase the volume. NOTE: THIS IS NOT A FLASHABLE ZIP FILE. DO NOT FLASH IN RECOVERY. You should just extract the file in the zip and replace the one on your phone. Make a backup of the original file for safety
Q: GAPPS on Broken site are not updated frequently, can I use other GAPPS packages?
A: Theoretically any GAPPS package can be used as long as it is made for Android 5.1.1. Broken GAPPS are updated but not so often as others. If you're not satsfied. as an alternative, you can use TK GAPPS HERE
Q: Can I flash a custom kernel like IceCode, Mrak...?
A: You can but if having ANY issues you should revert back to ROMs kernel. I've tested Mrak and IceCode and both worked but that's not a guarantee they'll work for all.
Q: I've tried to customize the buttons but all I can see in that section is for customizing Home button. Aren't any other options yet?
A: They are, just they're not in the usual places you've got used with. You can assign "kill app" to Back button in Settings - Broken Pieces - Navigation. You can set "volume wake" (wake the device by volume buttons) in Settings - Broken Pieces - Volume keys.
Q: But I cannot assign the "menu" function to Recents button.
A: So what? Assign it to long-press Home
Q: I see there is a different recents screen in this ROM and I like more the "standard" Lollipop recents screen. Can we have that one instead?
A: YES you can. In this ROM, recents screen has 2 "styles" : standard Lollipop and Slim Recents. You can switch between them in Settings - Broken Pieces - Navigation - Recent apps panel. By default, Slim Recents is active.
Q: I've noticed that the Layers Manager is an older version, there's a newer one on Play Store. Can I have that one?
A: YES you can. You should first delete the existing Layer Manager application from /system/app (by using a root file explorer), reboot, then install the latest version from HERE. The entry in Settings will work with the new installed version.
Q: The Performance menu in Settings is using an older version of Kernel Adiutor, can I have the latest one?
A: YES, you can. Same as for Layer Manager, you should first delete the existing Kernel Adiutor application (by using a root file explorer), reboot, then install latest version from HERE. The entry in Settings will work with the new installed version.
Q: I found a BUG, what should I do?
A: Reporting bugs should only be made by including steps to replicate the bug and logcats. If those two are not included, such posts will be ignored and not even answered, sorry.
Q: The BrokenCenter in Settings has an OTA feature. Is it working for us too?
A: NO, it is not. OTA support was not yet configured for our device. The only way to upgrade is by the builds I will upload on AFH on the link provided in OP
EDIT: Starting 3.4 build, OTA functionality has been integrated and working. BrokenCenter is gone for now and you can check for updated software in Settings - About Phone - Broken Updates
Q: How often will you update this ROM?
A: The team is releasing it once per week, on each Saturday. The builds will be available each Saturday/Sunday.
Q: How long do you plan to build this ROM?
A: As long as I'll use it and I'll have this phone. There's no point for me to build a ROM, on a regular basis, when I don't use it. And of course as long as I won't have build errors that I cannot solve
Q: Is CM's Theme Engine supported in this ROM?
A: NO, BrokenPOP is using RRO/Layers. There is the BitSyko Development G+ Community HERE, where you can learn more and download Layers for this ROM. Theme layers are also available on Google Play Store.
Q: There is an annoying indicator when activating USB debugging in Developer Options and I don't find the option to turn off notification. Is there any way to hide it?
A: YES, the option is not present but you can edit build.prop (using a root file explorer) found in /system and add the following line persist.adb.notify=0
Q: There are several mentions above, about using a "root file explorer". What is that and where do I get it?
A: If you're asking this, you shouldn't even think to flash this ROM...really
Q: On other ROMs there were distortions and cracking noise while using a headset during a call. Is this happening in this ROM too?
A: NO. The reason for this was a setting found in build.prop file. It is about the persist.audio.handset_mic=digital entry and that should have been set to analog instead. This setting is properly set in the ROM so you're good to go.
Q: I don't find the option to enable Advanced Reboot Menu in Developer Options, Is there a way to activate it?
A: This is because it is not there. Look in Settings - Security - Advanced reboot instead...set it to Enabled
Q: I was checking the Advanced reboot option as instructed in previous answer and I found two entries labeled Disabled. What is that?
A: Guess what? You've just found a bug, they both do the same...Check the question related to finding/reporting BUGs for more info. EDIT: This is fixed from versioon 2.5
Q: I've activated the Advanced Power Menu in Security but still all I can see is Power Off entry. Where are other options like Reboot, Screenshot, Sound...?
A: After enabling Advanced Power Menu, you should go to Settings-Broken Pieces-Power Menu and choose which options do you want to be shown.
Q: The Power Menu is placed at the bottom instead the center of the screen. Why is that?
A: Because it's cool...and easier to access with one hand
Q: I just saw a "cool" feature in another ROM. What should I do in order to have it included in this ROM?
A: Pray for it! Features are added only by BrokenOS Team and only if they consider it worth it.
Awesome mate will flash on my One S i'm having troubles building a new ROM for it can i PM you? Maybe you can help me
phoenixita said:
Awesome mate will flash on my One S i'm having troubles building a new ROM for it can i PM you? Maybe you can help me
Click to expand...
Click to collapse
Of course you can...just that your knowledge in building ROMs could be bigger than mine Let me know how's the ROM working...or not
Wow Rapier congrats for that one . its the first time u built a rom right?
Well seems awesome and with RRO even better , will try it thanks!
Rapier said:
Of course you can...just that you're knowledge in building ROMs could be bigger than mine Let me know how's the ROM working...or not
Click to expand...
Click to collapse
Nice one @Rapier!
matu89 said:
Wow Rapier congrats for that one . its the first time u built a rom right?
Well seems awesome and with RRO even better , will try it thanks!
Click to expand...
Click to collapse
Thank you. It is not the first time, I've been experimenting a little until I built this one. I've built Candy and XenonHD before this to learn how to do it. The guys from Candy team were very helpful on that, without them I would have still reading how-to's now.
Sent from nowhere over the air...
javelinanddart said:
Nice one @Rapier!
Click to expand...
Click to collapse
And without you I would have never thought to build BrokenPOP. Thanks alot for help and be sure I'll still bug you with questions
Sent from nowhere over the air...
Rapier said:
And without you I would have never thought to build BrokenPOP. Thanks alot for help and be sure I'll still bug you with questions
Sent from nowhere over the air...
Click to expand...
Click to collapse
No problem
I always thought you should be building Roms
Nice one my friend!!
Sent from my One S using XDA Free mobile app
Rapier said:
Of course you can...just that your knowledge in building ROMs could be bigger than mine Let me know how's the ROM working...or not
Click to expand...
Click to collapse
Really appreciate this. Thank you very much bro. am flashing right now
Anyone tried it? Any feedback?
Sent from nowhere over the air...
Rapier said:
Anyone tried it? Any feedback?
Sent from nowhere over the air...
Click to expand...
Click to collapse
There's 1 guy that always gives the best reviews of rom's, maybe you can ask him
Sent from my One S using XDA Free mobile app
mmarkvoort said:
There's 1 guy that always gives the best reviews of rom's, maybe you can ask him
Sent from my One S using XDA Free mobile app
Click to expand...
Click to collapse
I know how the ROM works for me, I was just curious if others have flashed it too and if they like it. I can easily build it just for me if there's nobody interested
Sent from nowhere over the air...
Flashed it; no Gapps installed; noticing some lag when going through the settings and getting the minimizing keyboard. camera didnt work at first but started after cache and Dalvik wipe. Other than that, it is really nice Layers and ambient display, FM radio and Nova along with the gallons of other tweaks make it a very, very good Rom.
PS: I cant seem to get enough of the boot animation. Absolutely LOVE it!!! Keep hope alive @Rapier
Rapier said:
I know how the ROM works for me, I was just curious if others have flashed it too and if they like it. I can easily build it just for me if there's nobody interested
Sent from nowhere over the air...
Click to expand...
Click to collapse
I know was just teasing.
But i understand. Sometimes you get no response and it looks like you are only building it for yourself. But people will appreciate it. They won't let it know so much though.....
Sent from my One S using XDA Free mobile app
Nice job! Thanks @Rapier
Edit: And please keep your device (and your work) as long as possible !
Rapier said:
Anyone tried it? Any feedback?
Sent from nowhere over the air...
Click to expand...
Click to collapse
Well, congrats neighbour . This cat haven't seen this thread, so i may be pardoned. Coming back home on Sunday and feedback will be as soon as I play a bit with a rom.
Loreane Van Daal said:
Well, congrats neighbour . This cat haven't seen this thread, so i may be pardoned. Coming back home on Sunday and feedback will be as soon as I play a bit with a rom.
Click to expand...
Click to collapse
My bad, should've send you a PM....when you'll come back there'll be a new version out I think and it already has some new things in it

[ROM] [6.0.1] [UNOFFICIAL] LiquidSmooth v6.0 - i9305 [16.02.2016]

{
"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!
Many thanks to Liquid team and for the permission to release an unofficial version. I have only built it from source, all work has been done by them, so all credits go to them too.
| deadman96385 | jsnweitzel | johnnyslt | santod040 | Somber73 | TheBr0ken | CPA-Poke | Cdub50 |
Code:
[B]FEATURES[/B]
[B]LiquidSmooth 6.0[/B]
initial release
Code:
[B]SOURCE LINKS[/B]
[url="http://github.com/LiquidSmooth"]LiquidSmooth Github[/URL]
Code:
[B]ROM DOWNLOAD[/B]
[url="https://www.androidfilehost.com/?fid=24421527759880429"]LS-MM-v6.0-rodman01-2016-02-16-liquid_i9305.zip[/URL]
[B]GAPPS[/B]
[URL="http://opengapps.org/"]Check Here[/URL]
Code:
[B]ROM INSTALLATION[/B]
1) WIPE DATA/FACTORY RESET
2) FORMAT SYSTEM and DATA
3) Wipe Cache/Dalvik Cache
4) Flash the ROM and Gapps.
5) Reboot
IF UPDATING FROM OLDER VERSION OF LIQUIDSMOOTH
1) Wipe Dalvik, Cache, and format System
2) Flash ROM and Gapps
3) Reboot[/URL]
After 1st reboot and every another you will get the message: new SIM card detected, please reboot.
But don't reboot, just dismiss the message by clicking on the touch somewhere else.
Code:
[B]SCREENSHOT[/B]
[url="http://forum.xda-developers.com/showpost.php?p=62837450&postcount=2"]Check Here[/URL]
Please Support Liquid by Donating HERE​
XDA:DevDB Information
LiquidSmooth v6.0, ROM for the Samsung S3 LTE i9305
Contributors
rodman01, LiquidSmooth Team
ROM OS Version: 6.0.x Lollipop
Based On: SlimRoms
Version Information
Status: Stable
Current Stable Version: 4.1
Stable Release Date: 2015-09-14
Created 2014-05-15
Last Updated 2016-02-16
Screenshots
Screenshots:[/SIZE]
just in case I need another one
"ROM Kernel: Linux 3.4.x"
there is 3.4.x kernel for s3 lte?
No, sorry thats a copy and past error. Sorry.
Yeah, rodman01 did it again!
Finally LS comes back to my i9305, like in the good old kitkat times. ?
I'm going to report back after some testing time.
Great job rodman as usual; just a question, could you please display the changelog for LS4.1 ? In your 1st post i can only see 3.2
I'm very curious to see how it runs against my SlimLP as liquid is known to be a speed-aiming rom
Wut "INOFFICIAL"
aaz03 said:
Great job rodman as usual; just a question, could you please display the changelog for LS4.1 ? In your 1st post i can only see 3.2
I'm very curious to see how it runs against my SlimLP as liquid is known to be a speed-aiming rom
Click to expand...
Click to collapse
No sorry there is no proper changelog, or maybe I cannot find it. All I found is this:
====================
09-08-2015
====================
* frameworks/base/
025bbed systemui: Fix ClassCastExceptions
71b4b9a [1/2] Add ability to ignore interruptions while active media playback
95324ad [1/2] Refactor lockscreen shortcuts
25a53ce Fix xml parsing error
* packages/apps/Settings/
8f5142d [2/2] Add ability to ignore interruptions while active media playback
3cf36d9 [2/2] Refactor lockscreen shortcuts
====================
09-07-2015
====================
* frameworks/base/
88cbdea keyboard: re-add code to detect lid state and handle lights fix missing keyborad light code Depends on libhardware patch for the light ids: http://review.cyanogenmod.org/77944
====================
09-06-2015
====================
* frameworks/av/
fd2e17b mediascanner: handle DATE tag
* frameworks/base/
854ca8c Fix derps after rebase
* packages/apps/Settings/
992537f Nav buttons: add missing shortcut arrays
====================
09-05-2015
====================
* android/
dd7ed92 5.1.1_r13
* frameworks/base/
bdab6d3 Themes: Use warning level logging for getBootTheme
b6cfb90 Themes: Compose icons that just have scale defined
3d50fb5 Themes: Allow packages to be set as non-themeable
36d99cc Themes: Theme power off and reboot dialog
344a69a Fix memory leak in AAPT
b2d7468 systemui: add weather text size dimen
18d4682 Only clear icon cache when theme/icon pack applied
fc3ede0 SystemUI: Expose values in status bar expanded header
161b638 SystemUI: Add new dimens values for expanded status bar padding
b485d17 SystemUI: Expose weather text colors
9015ffb Merge fixes
95e58a0 Store manifest hash code in PackageParser.Package
74b0aa4 SystemUI: hide navigation bar faster in SetupWizard
67b3683 Stop checking for resources.arsc in shouldCreateIdmap
4724cf9 themes: Load icon packs outside the big lock
11d5170 themes: Fix strictmode warnings
3c86ff1 Close cursor after getting supported components.
2f4b2c8 Conglomerate utils for consistency and cleanliness
22a7edd Show reboot dialog using themed resources
59c9d69 Get themed resources in KeyButtonView
d5381d1 [1/3] Improve PreviewsColumns Implementation
0964e5b SystemUI: Expose values in status bar expanded header
ca88872 Add File.separator to end of internalPath
b0532ef [1/2] Themes: Multiwallpaper support
62af913 [1/2] Recognized multiple wallpapers in theme
a6ba298 Make ACCESS_THEME_MANAGER permission system|signature
30333b3 Return original value if icon info is null
5e906a2 [1/3] Implement better legacy support for themes
59796c2 PackageManager: don't attempt to get theme on core boot
a828d9d Don't dismiss keyguard if recreating status bar
0fb59ae Remove resources.apk from ZipSet when removing overlay
6e4ae7a Adding additional Nova theme identifier to legacy icon support.
0ceca20 Themes: Make parse() method in FontListParser public
79beebf Themes: include new icon features in shouldComposeIcon()
904fff9 Apply sounds on theme update
5bc47a2 Themes: Translate before rotating composed icons
df107e4 Themes: Add randomization to composed icon rotation
c697af8 Themes: Pass ComposedIconInfo into createIconBitmap
a540a87 Themes: Add rotation and translation to composed icons
c54bdc5 Themes: Add palettized icon background support
3ccc28d SysUI: Invert notification backgrounds
002024e Remove legacy ThemesTest
b3e268b Themes: Remove unnecessary query in updateWallpaper
450fe66 VolumeUI: Call mContext.recreateTheme() on theme change
e526813 Themes: Don't add android overlay if target is android
e464b7a Themes: Properly hide recreateTheme
83445d6 Revert "Themes: Don't break API in MockContext"
469cd3f Themes: Don't break API in MockContext
c4a32f3 Don't start theme service on core only boot
7ae69f0 Clear Theme in System UI
565850e Themes: Perform mapping when not from overlay
a80bec0 Avoid boot looping when theme provider is unavailable
9e1def2 Themes: Always clone the new theme if non-null
51bded6 Themes: Switch themes when user changes
d29b003 Themes: Change themeChange config value to 0x300000
8daace5 Themes: Add CONFIG_THEME_FONT to Configuration.diff()
fd24b54 Themes: Process theme resources after package scanned [1/2]
e6bc462 Themes: Add previous value and update time to mixnmatch [1/2]
87df1bb Themes: Perform null check on fontPkgName
b11f6c9 Themes: Check if newTheme has null fonts, icons, or overlays
1bfe453 Themes: Handle null request types in ThemeConfig
c315f46 SystemUI: Allow seperate theming of guts icons
da45daf Themes: fix copy paste error for applying ringtone/alarm
3ed9ce2 Themes: update themeChange value
a7b8fb8 SysUI: Be smarter about theme changes
908c2e0 Themes: Don't recreate network controllers
e6fc23b SystemUI: Expose values for themes.
49a61d2 Themes: Add config change flag for font change
ba5f013 Themes: Drop timestamp and add change request type
9d1a256 Themes: Add RequestType to ThemeChangeRequest [1/3]
8e347a9 Themes: Use ThemeChangeRequest when resetting theme
c5e0925 Themes: Update ThemesContract with install state [1/3]
06e1c53 Themes: Make resolver list fully themeable
cebe5b9 Themes: Making DocumentsUI fully themeable
da2c8ed Themes: Check if updateConfiguration should be called
4b4d8d8 Themes: Enhanced theming capabilities [1/3]
9845377 Themes: Use rounded rect for heads up notification
91a97f2 ThemeService: Setupwizard has a new package
3220685 Expose hardcoded colors
933f963 Themes: Get mFontPkgName hashCode not mIconPkgName's
67c91f6 Themes: Include ThemeConfig for ResourceKey hash
389e641 Themes: Add theme change timestamp to ThemeConfig
bfcab4c Themes: Don't clip notification when a theme defines a larger radius
389e17e Themes: Fix theme package name being set to target's
59c3cd5 Themes: Add tm command line tool
5a859f4 Themes: Pass themePackageName to createApplicationContext()
ad73a9b Themes: Get boot theme config from ThemeUtils
da07d6c Themes: Allow notification shadows to be rounded
d9e47e8 Themes: Clear bag cache when removing overlay assets
acefcb6 Themes: Use mRealPackage, when available, for idmapping
5760cff Themes: Handle case when keyguard is showing during theme change
20954ff Themes: Let garbage collector free up native instances
b78ee89 base: Add theme support to Ringtone and Profile pickers activities
269b074 Themes: properly dispatch calls to all connected listeners
ee97dc4 Themes: Check common resource paths at java layer
b38b055 Themes: Allow setting a default theme
7e6fd1b Themes: Watch all app crashes for problematic themes
3d83b42 Themes: System theme should clear wallpaper
0a2182b Themes: Update LoadedApk resources.
2070ce4 Themes: Don't add common assets if files cannot be accessed
0017606 Themes: Ensure themed fonts always have fallbacks
9eaedc5 Themes: Restructure resource cache [1/2]
b7b3a45 Themes: Call startKeyguard() when recreating status bar
6d38f24 Themes: Fix GlobalAction Background
65adeee Clean host static libaapt
ceea12d Themes: Hide LegacyFontParser and THEME_PREV_BOOT_API_LEVEL
a0cae24 Themes: Port to CM12 [1/6]
c22e9b0 Revert "Layers 2.1 (backwards compatible)"
e22023e Revert "Add missing exposed colors"
4709576 SystemUI: do not load header bar if boot isn't complete
b0188e6 SystemUI: fix keyguard unlock drawable not updating
8a8d82a Fix keyguard wallpaper issues
d31bf6b Show icon of package associated with Toast
1342096 Fix "Select correct 12 or 24 time format" breaking Chrome
2e01eac Select correct 12 or 24 time format according to Locale
b84f44a Base: Allow/Prevent notification light in Zen mode (1 of 2)
0dcd44c Notification tile long press: show a persistent expanded vol panel
fef0f44 QS: add Notification tile and make it act as a quick toggle [1/2]
f1e6b72 Base: expanding volume panel
34dc9ed Base: bring back silent mode
ee35759 Base: persist default unmute ringer volume
27c63a3 [1/2] base: allow unlinking ringer with notification volume
517da19 [1/3] base: alarms and no interrupt zen mode
bd961ed Allow disabling adjusting volume sounds [1/2]
e8c6bb0 [2/2] Base : Slimified CM Navigation Ring Targets
b8b6017 SystemUI: Add vector support to SlimRecents
77e8575 Lets Trim the RECENTS card style to look more "NICER"
a4826db Fix NPE with WeatherStatus on KeyguardStatusView
46bb70b Ls weather: options to hide the weather when notifications are visible (1/2)
73c8706 autobrightness: Fix the brightness dialog is not work when first enable auto-backlight
98ce284 WifiTile: Fix wifi toggle state in detail view
ce2304a Mobile data tile: open network settings
6f5932f CellularTile: Fix secondary button doesn't work and change single click behavior
0bde312 SystemUI: SlimDim performance boost
5272b5a SlimDim: Use semaphore to cancel ontouch callback
2047e11 SlimDim: don't dim navbar on lockscreen
066a68f livedisplay: Round values up
19d832e livedisplay: Fix issue where settings weren't applied
175cd64 livedisplay: Fix outdoor mode detection
e12e455 QS: Add heads up tile (1/2)
96d894b [1/2] SystemUI: Add time-context headers to the notification header
* hardware/libhardware/
0f42a6c libhardware: Add POWER_HINT_LAUNCH_BOOST for PowerHAL
* packages/apps/Settings/
9394d5d Expose values for themes.
62e65d3 Remove hardcoded textAppearance for better theme support.
fed2a28 Expose text color in MSIM edit dialog.
c09dc60 Break out the add icon to be separately themeable.
4c3be87 Themes: Allow switchbar text color to be themeable
3459473 Expose hardcoded and @ANDROID colors from layouts
695c767 Fix subsettings FC
f845da8 Themes: Port to Liquid [3/5]
4d99188 Revert "Layers 2.1 (backwards compatible)"
297d26e Revert "Fix subsettings FC"
a9a5ca7 Revert "Exposing Settings backgrounds for more theming options, while not impacted stock."
0d3043f Revert "KIO - Exposed Settings Background"
7fdd459 Revert "Add layers to settings"
063d10d settings: Display apk path in App info
f0989b7 Settings: Allow/Prevent notification light in Zen mode (2 of 2)
e7c4509 QS: add Notification tile and make it act as a quick toggle [2/2]
9fe0f7b Settings: unlink volumes enhancements
649dcf7 [2/2] Settings: allow unlinking ringer with notification volume
24cc93d [3/3] Settings: alarms and no interrupt zen mode
c85c91a Allow disabling adjusting volume sounds [2/2]
e59140a [1/2] Settings : Slimified CM Navigation Ring Targets
47f6772 Forward port SMS rate limit setting
345aab5 QS: Add heads up tile (2/2)
d7c3c02 [2/2] Settings: Add time-context headers to the notification header
3e92b1e ColorPicker: add missing layouts
====================
09-04-2015
====================
* frameworks/webview/
b502bb7 Update Webview (arm) to 45.0.2454.87
* packages/apps/Settings/
be3a5d4 Lockscreen shortcuts: fix broken string refs
* prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/
e675c48 9-1-2015 - 4.8.5 UBERTC Snapshot
* prebuilts/gcc/linux-x86/arm/arm-eabi-4.9/
0f1ee28 9-1-2015 - 4.9.4 UBERTC Snapshot
* prebuilts/gcc/linux-x86/arm/arm-eabi-6.0/
becca30 9-1-2015 - 6.0.0 UBERTC Snapshot
* prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/
a62e384 9-1-2015 - 4.8.5 UBERTC Snapshot
* prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/
d354031 9-1-2015 - 4.9.4 UBERTC Snapshot
limnaln said:
Wut "INOFFICIAL"
Click to expand...
Click to collapse
oh come on, are you all only looking for my typos? hopefully all other things and posts will be read such careful too :good:.
Awesome, awesome, awesome ... But now that I thought I'd found my daily, you're making me flash ANOTHER ROM There's no way I can't at least test this with how much I loved LS KK. Nicely done.
---------- Post added at 04:42 PM ---------- Previous post was at 03:58 PM ----------
aaz03 said:
Great job rodman as usual; just a question, could you please display the changelog for LS4.1 ? In your 1st post i can only see 3.2
I'm very curious to see how it runs against my SlimLP as liquid is known to be a speed-aiming rom
Click to expand...
Click to collapse
And you know for me it will be between LS and your Slim port, which is my daily. Slim is working great, so that's my nandroid backup when I flash this. I'm wondering though, whether Liquid uses the F2FS partition format or EXT4. Switching between the two is an extra gnarly headache
Wow
My first 'working' Rom on the S3 Lte was the Liquid Smooth KK which I really liked. Moved on to RR since but this is quite tempting news.
Your ROM production seems to have gone into hyperdrive Rodman1
used LS 4.4.4 version. and loved it. was perfect smooth.
downloading and testing. any recomended kernel? or we should just use stock?
Edit: all works well. setup worked perfect(on some roms it would got stuck at 1 point).
on all 5.1 ROMS i had a hard time figuring where the weather settings are. I want to change from farenheit to celsius. location is spot on. but units is bad.
used search in settings but no use.
It's definitely a nice stab at LS and I like the few additional tweaks, but too many key bugs to use as a daily driver, I'll have to revert back to SlimLP. Namely:
- Can't get LTE data (or any data at all) to stick. On my Canadian carrier, with 5.1 ROMs I've typically had to set a new APN. Whether I use the auto downloaded ones or set up a new one, it won't connect to my data.
- I love that Eleven is included in this, but each time I reboot, it can't read my music, despite the fact that I can easily see it when I navigate to it on the ext SD via root explorer. It will randomly see it or not occasionally.
- Battery seems very much on par with SlimLP (excellent) but I'm finding it less responsive. Not unusably so or anything, but I'm guessing the F2FS partition format may help Slim in this regard.
- While it includes the CM theming engine, this is not working properly. Applying any theme will cause some system UI FCs, but usually straighten out with a system UI restart or warm reboot. However, the one CM 12.1 theme I like the best and which I've purchased completely shuts down the system UI. The only way to remove it is a dirty flash with a system/cache wipe.
I would really love the extra features, and this seems like a great port, but switching between partition formats makes testing a *****, since I'm using Slim. With an update regarding the data and music player bugs, on an F2FS partition, and I'd be happy to give it another spin.
Thanks for the effort.
Installed the ROM as well for testing and I can't confirm the bugs ultyrunner has mentioned.
- LTE is working for me
- CM theme engine works without any issues. Downloaded two themes I have used in the past on RR/AICP. Everything was themed, no FCs
Can't say much about battery since it's a fresh install. GPS/mobile data are working, app2sd is working. Eleven is not working for me however. As soon as I start it, it's just closing itself. Other than that your build has some more features than Slim, which are a nice addition.
This ROM with the optimized Slim Kernel would be the best ROM so far. The ROM is smooth as well on ext4, I don't think there will be a noticeable improvement over F2FS.
Thanks and congrats on another great ROM.
maultasche said:
Installed the ROM as well for testing and I can't confirm the bugs ultyrunner has mentioned.
- LTE is working for me
- CM theme engine works without any issues. Downloaded two themes I have used in the past on RR/AICP. Everything was themed, no FCs
Eleven is not working for me however. As soon as I start it, it's just closing itself. Other than that your build has some more features than Slim, which are a nice addition.
This ROM with the optimized Slim Kernel would be the best ROM so far. The ROM is smooth as well on ext4, I don't think there will be a noticeable improvement over F2FS.
Click to expand...
Click to collapse
My LTE issue is likely due to being on Rogers in Canada. Every 5.1 ROM without fail has issues for me. However, I was able to set up a manual APN. Not here. I have read on other device forums (flashing LP on my son's rooted Z3) that some people were having issues with CM bases and ext SD cards randomly unmounting/losing access. The intermittent nature of my Eleven issues seem to point to something of this nature. However, as I can always see all mounts in root explorer, not sure what this issue is. I even experienced it once on Slim so ... ? Also, just anecdotal on the F2FS, but I have found Slim to be really snappy with killer battery. While LS has fewer governors available, I've set them the same - pegasusq, 200/1400 and readahead buffers 512/1024 (really all I'm tweaking). LS is still very good, just a little less so. And, agreed, I'd love to be able to use LS due to the extra features, but music and theming and switching between partition formats makes it difficult at present.
Also agreed that this is a very nice job and so close ...
As well, while I wouldn't want anyone to buy it to test, the specific theme that totally borked this for me was Flux and it's absolutely amazing, as almost the entire UI is dark themed, with a beautiful font and very good system icons. If anyone already has a license and wanted to test that, it would be interesting.
ultyrunner said:
My LTE issue is likely due to being on Rogers in Canada. Every 5.1 ROM without fail has issues for me. However, I was able to set up a manual APN. Not here. I have read on other device forums (flashing LP on my son's rooted Z3) that some people were having issues with CM bases and ext SD cards randomly unmounting/losing access. The intermittent nature of my Eleven issues seem to point to something of this nature. However, as I can always see all mounts in root explorer, not sure what this issue is. I even experienced it once on Slim so ... ?
Click to expand...
Click to collapse
Thankfully I never had issues with mobile data but I have seen posts on here and on other boards, too where people couldn't even get 2G/3G working. I guess I was lucky, LTE worked right out of the box after installing LS. What I encountered on AICP was the randomly SD card unmounting. I never found any solution. One reason I stopped using it since I lost quite a few data, music etc. Never happened on any other CM-based ROM. I was able to access my SD card on LS as well but as I stated, Eleven just closed itself after starting. Not even deleting data/wiping cache did help. With Google Play Music no issues. Maybe a bad installation?
ultyrunner said:
Also, just anecdotal on the F2FS, but I have found Slim to be really snappy with killer battery. While LS has fewer governors available, I've set them the same - pegasusq, 200/1400 and readahead buffers 512/1024 (really all I'm tweaking). LS is still very good, just a little less so. And, agreed, I'd love to be able to use LS due to the extra features, but music and theming and switching between partition formats makes it difficult at present.
Click to expand...
Click to collapse
I didn't tweak the kernel that much but with the few apps I installed the ROM was pretty smooth. I did not feel any difference compared to Slim. I guess in the long run you might see/feel advantages off F2FS to ext4. Lock screen weather and maybe carrier logo on home screen would make Slim even better, the only two things I have missed. I already said but with the customized kernel from Slim (battery, sound, tweaks), the features included in LS ... that ROM would be major killer.
ultyrunner said:
Also agreed that this is a very nice job and so close ...
Click to expand...
Click to collapse
Rodman deserves more recognition. I'm amazed at how many ROMs he has given the community within the last few weeks. He even updates them frequently. Kudos to him.
ultyrunner said:
As well, while I wouldn't want anyone to buy it to test, the specific theme that totally borked this for me was Flux and it's absolutely amazing, as almost the entire UI is dark themed, with a beautiful font and very good system icons. If anyone already has a license and wanted to test that, it would be interesting.
Click to expand...
Click to collapse
I only tried Euphoria Dark Theme and the Dark Red Resurrection Theme, no issues as stated. But then the theme you used hasn't been updated in a while (last update was in May) which could be the reason it was not working 100%.
Before I'm way too off topic I keep it short and I'm looking forward to the next build.
maultasche said:
Thankfully I never had issues with mobile data but I have seen posts on here and on other boards, too where people couldn't even get 2G/3G working. I guess I was lucky, LTE worked right out of the box after installing LS. What I encountered on AICP was the randomly SD card unmounting. I never found any solution. One reason I stopped using it since I lost quite a few data, music etc. Never happened on any other CM-based ROM. I was able to access my SD card on LS as well but as I stated, Eleven just closed itself after starting. Not even deleting data/wiping cache did help. With Google Play Music no issues. Maybe a bad installation?
Click to expand...
Click to collapse
Who knows. Data was fine for me on all early 5.0 LP ROMs and just started being a problem on, primarily, CM12.1 based stuff. Back on Slim and it's working well. The biggest setting change from the downloaded APN from the SIM, is setting APN type to just an asterisk and not filling in a few other fields. As for your data loss, that's why I can't jump between EXT4 and F2FS any more. The first time I stupidly forgot to back up a bunch of pics on my internal SD card. 20 gigs of music on my ext SD so safe. I'd love to see LS on F2FS instead, because it's also a buggar restoring a nandroid. You have to reformat the partitions for each move back and forth (or at least I do, or the backup won't restore properly).
maultasche said:
I didn't tweak the kernel that much but with the few apps I installed the ROM was pretty smooth. I did not feel any difference compared to Slim. I guess in the long run you might see/feel advantages off F2FS to ext4. Lock screen weather and maybe carrier logo on home screen would make Slim even better, the only two things I have missed. I already said but with the customized kernel from Slim (battery, sound, tweaks), the features included in LS ... that ROM would be major killer.
Click to expand...
Click to collapse
Agreed. Particularly the way cLock weather allows the forecast floating window on touch without unlocking. I find that to be a majorly useful feature and likely not coming to Slim.
maultasche said:
Rodman deserves more recognition. I'm amazed at how many ROMs he has given the community within the last few weeks. He even updates them frequently. Kudos to him.
Click to expand...
Click to collapse
Absolutely. I've tested Cyanide, Blisspop and now LS, all courtesy Rodman, so big kudos.
maultasche said:
I only tried Euphoria Dark Theme and the Dark Red Resurrection Theme, no issues as stated. But then the theme you used hasn't been updated in a while (last update was in May) which could be the reason it was not working 100%.
Click to expand...
Click to collapse
Maybe, though I had it enabled on the last stable 5.0 based LP ROM (AICP) I was using for probably a couple months and no problems. My first foray into LTE hell was when I upgraded to AICP 9. Slim is the only one since that works for me.
---------- Post added at 04:13 PM ---------- Previous post was at 03:50 PM ----------
spiderman07 said:
on all 5.1 ROMS i had a hard time figuring where the weather settings are. I want to change from farenheit to celsius. location is spot on. but units is bad. used search in settings but no use.
Click to expand...
Click to collapse
You can't put weather on the lockscreen, so really the best way is to add the weather widget to a homescreen, then you'll get presented with the clock, weather and calendar options before it's placed.
Smooth ROM, but some issues:
Cant get notification sounds - like incoming call ring, sms, whatsapp notification sound. Tried rebooting few times, no help.
When i disconnect the call, the screen just shows hanging up and stays there forever, i have to use the back button to get out of that.
Also I am on 3UK network, the network coverage is bad, is there a way to flash 3 uk modem?
Appreciate your help
maultasche said:
Rodman deserves more recognition. I'm amazed at how many ROMs he has given the community within the last few weeks. He even updates them frequently. Kudos to him.
.
Click to expand...
Click to collapse
+1000000
Theziggy said:
+1000000
Click to expand...
Click to collapse
O yes! To Roadman! +1000000000000000000000000000000, the man with the plan

Categories

Resources