[TWEAKS] Build.prop tweaks - Galaxy S III General

Hello,everybody,i like modify my own build.prop tweaks,now modify this on WANAMLITE V3.7,run more smoothly
does everyone have another better sharing
debug.sf.hw=1
video.accelerate.hw=1
debug.performance.tuning=1
ro.config.nocheckin=1
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=15
mot.proximity.delay=15
ro.ril.disable.power.collapse=0
pm.sleep_mode=1
ro.config.nocheckin=1
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
#Disable the ADB notification Icon
persist.adb.notify=0
#Disable Google Report service
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Disable Sending Usage Data
ro.config.nocheckin=1
# Disable Kernel Error Checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
# Disable Bytecode Verification
dalvik.vm.verify-bytecode=false
dalvik.vm.dexopt-flags=v=n,o=v,m=y
# Turn on Just In Time in dalvik virtual machine
dalvik.vm.execution-mode=int:jit
# Ringtone Fix
ro.telephony.call_ring.multiple=false
# Video Quality
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
#Force Launcher Into The Memory
ro.HOME_APP_ADJ=1
#Enable the Hardware Rendering of the GUI
debug.sf.hw=1
video.accelerate.hw=1
debug.performance.tuning=1
persist.sys.composition.type=gpu
# Increase battery saving
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
#Proximity sensor tweak
ro.telephony.call_ring.delay=0
ro.lge.proximity.delay=25
mot.proximity.delay=25
#Better video streaming
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
# disable touch below 1 pixels
mot.proximity.distance=1
# Ui Tweaks
windowsmgr.max_events_per_sec=160
# 3G TurboCharger Enhancment!
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.tcp.buffersize.default=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.wifi=262144,524288,1048576,262144,524288,1048576
net.tcp.buffersize.lte=262144,524288,1048576,262144,524288,1048576
net.tcp.buffersize.hsdpa=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.evdo_b=6144,262144,1048576,6144,262144,1048576
net.tcp.buffersize.umts=6144,87380,110208,6144,16384,110208
net.tcp.buffersize.hspa=6144,87380,262144,6144,16384,262144
net.tcp.buffersize.gprs=6144,8760,11680,6144,8760,11680
net.tcp.buffersize.edge=6144,26280,35040,6144,16384,35040
# Signal (3G) tweaks
ro.ril.hsxpa=3
ro.ril.gprsclass=32
ro.ril.hep=1
ro.ril.enable.dtm=1
ro.ril.hsdpa.category=28
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=268449905
ro.ril.hsupa.category=9
ro.ril.def.agps.feature=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411

70% of these build.prop tweaks are placebo
http://www.jeffmixon.com/examining-build-prop-tweaks-for-android-ics-a-comprehensive-guide-part-1/

Related

[Master List] Build Prop Edits

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hello all!
Build Prop Edits, useful to some, useless to others, either way..B]
Dalvik Tweaks
dalvik.vm.heapstartsize=6m
dalvik.vm.heapgrowthlimit=32m
dalvik.vm.heapsize=128m
dalvik.vm.execution-mode=int:fast
dalvik.vm.execution-mode=int:jit
dalvik.vm.verify-bytecode=false
dalvik.vm.checkjni=false
dalvik.vm.dexopt-data-only=1
dalvik.vm.lockprof.threshold=250
dalvik.vm.jmiopts=forcecopy
dalvik.vm.dexopt-flags=m=y,v=n,o=a,u=y or dalvik.vm.dexopt-flags=m=y
Disable Error Checking
ro.kernel.android.checkjni=0
ro.kernel.checkjni=0
ro.config.nocheckin=1
Battery Life
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
Misc Tweaks
debug.qc.hardware=true
debug.qctwa.statusbar=1
debug.qctwa.preservebuf=1
debug.egl.profiler=1
debug.egl.hw=1
debug.composition.type=gpu
debug.sf.hw=1
debug.performance.tuning=1
video.accelerate.hw=1
hw3d.force=1
ro.product.gpu.driver=1
persist.sys.use_16bpp_alpha=1
persist.sampling_profiler=0
hwui.render_dirty_regions=false
hwui.disable_vsync=true
Scrolling Responsiveness
windowsmgr.max_events_per_sec= (something you should mess with)
ro.maxfling_velocity=4000
ro.max.fling_velocity=4000
(4000 allows for a little more ram)
Misc Performance Tweaks
persist.sys.purgeable_assets=1
sys.mem.max_hidden_apps=10
persist.sys.use_dithering=0
Better Call Clarity
ro.ril.enable.amr.wideband=1
persist.audio.hp=false
Media Stream Tweaks
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.stagefright.enable-scan=true
media.stagefright.enable-meta=true
media.stagefright.enable-rtsp=true
Higher Photo Resolution
ro.media.enc.jpeg.quality=100
ro.media.dec.jpeg.memcap=10000000
ro.media.enc.hprof.vid.bps=8000000
Better Internet Browsing Speeds
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.ppp0.dns1=8.8.8.8
net.ppp0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.hspa=6144,87380,262144,6144,16384,262144
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reserved (Idk why seemed like a good idea)
Make a Flashable Zip!
Shall i make a flashable zip?
System Tuner by 3c has some tweaks under SysCtl. Just hit the Recommended button (probably not advisable) and you'll prolly notice the overall speed improvements.

[OwnROM-Bullhead]{6.0.1-MTC19T} Official OwnROM V3.0 by TeamOwnDroid (20160604)

{
"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"
}
please be patient and all features will find there way back...
​
Code:
[CENTER][COLOR="red"]YOUR WARRANTY IS NOW VOID[/COLOR]
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.[/CENTER]
Features:
All new Features in last build displayed in RED
General:
- FULLY TRANSLATED TO DUTCH (NL)!!!!!
- Voted Apps:
- Nova Launcher (instead of Trebuchet)
- Google Chrome (instead of AOSP Browser)
- ESFileExplorer (instead of CMFileManager)
(Join us on G+ (link below) to help us make importand choices)
- ROM and Kernel build with UBER-TC
- OwnKernel-Angler
- Root Acces (Activate trough Developer Options)
- Optional decryption
- CMTE
- Quick Tiles Customizations
-Improved Colorpicker
OwnSettings:
StatusBar
- Statusbar icons
- Hide SuperUser icon
- OwnROM icon in statusbar
- Clock and Date Settings
Hide, font, color, size, date format
- Battery options
Icon, percentage, BatteryBar (Location, Style, Charge animation, color, width)
- Others
Screenbrightnes control, Network Traffic (Color, BPS, Update Interval, Automatic hideColor arrows to, Updated), Notification Count
Notification Drawer:
- Quick Open
- Time Contextual Headers
- Caf Task Manager
Buttons:
- Navbar
Show Navbar, Left handed modes, Dimensions, Re-arange, Cursor control, Color, DT2S
- SlimDIM
- Hardware Buttons
Remap, Enable, Disable
- PA PIE (V3.0)
- Volume Buttons
Wake Device, Music Control, Cursor Control, Switch Orientation
- Recents Apps Screen:
Fullscreen, Show Search Bar, RAM Bar, Close all Recents Button (Location, Inlude forground app)
- OmniSwitch (+ Option to set as default recents screen
- Slims recent apps screen + appbar
Lockscreen:
-Slims Lockscreen Shortcuts
-CMs Corner Shortcuts
Gestures:
- App Side Bar
- App Circle Side Bar
- Gesture Anywhere
Animations:
- System animations
- Toast animations
- Listview animations
- Listview interpolator[/COLOR][/B]
OwnROM ChangeLog
- See All changes we made
Kernel Settings
- Kernel Adiutor
Sounds:
- Link Volumes
- Incrasing Ringtone
- Vibration intensetie
Display and Lights
Display
- Brightness control
- Live Display
- Screen rotation(0, 90, 180, 270 degrees)
- Active Display
- DT2W
- DT2S
- Slims Doze Options
Interface
- Expanded Desktop
- LCD Density
- Toast Icon Switch
- Font Size
Lights
- Battery light
- Notification light
Notifications:
- Heads Up (Switch on/off, Do not disturb)
LockScreen:
- Live LockScreen
- Lock Screen Message
- Custom Corner Shortcuts
- Music Visualizer
Battery:
- Waring Color (Switch On/Off)
- Set Waring on custom percentage
Security:
- Optional Encryption
- Screen Pinning
Multi User
System Profiles
App Permisions
Privacy Guard
Screenshots:
CLICK HERE FOR SCREENIES
Downloads:
Blazing Phoenix
Source Forge
Banks Dynamic G-apps
Vendors, BL and Radio's
Installation instructions:
1. Backup whatever you have to, also do take a nandroid backup via recovery (Just in case)
2. Erase '/system', '/data', Cache and Dalvik Cache
3. Flash OwnROM
4. Flash G-apps
5. Flash Custom Kernel of your liking or keep stock
6. Flash Matching Vendor.img
5. Boot
Links:
OwnROM Github
OwnROM Devices and Kernel Github
Bullhead KernelSource
OwnROM Website
OwnROM G+
Changelog
Donations
Thanks to:
Me (lol)
The Whole OwnDroid Team (Where Would i been without you guys...)
AOSP
Google
CyanogenMod
AOSPA
OmniROM
SlimROMs
Beanstown106 - Vendor, BL and Radio files
Banks - G-apps
Most importantly YOU - the users
Anybody left out please do feel free to PM me
XDA:DevDB Information
OwnROM for Bullhead, ROM for the Google Nexus 5x
Contributors
OwnDroid Team Get to know them Via G+
XDA:DevDB Information
OwnROM, ROM for the LG Nexus 5X
Contributors
OwnDroid, akhilnarang, OwnDroid
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: TWRP 3.0.2-0 + a Nexus 5x
Based On: CyanogenMod
Version Information
Status: Stable
Created 2016-06-04
Last Updated 2016-06-04
Changelog:
====================
06-01-2016
====================
* android/
d0f939a Remove Gmail add AOSP mail back [OwnDroid]
b6d6bf0 Fix sync error [OwnDroid]
e773c28 Remove duplicate repo [OwnDroid]
313ef94 Remove Gello [OwnDroid]
61c0bcc Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android into own-mm [OwnDroid]
* build/
820a665 qcom: Support 8937/8953 [OwnDroid]
c8f824e build: Fix caf and aospremote [OwnDroid]
db8948d ereleasetools: Allow for custom boot image signing tools [OwnDroid]
c5be740 Avoid accidentally using the host's native 'as' command. [OwnDroid]
8d38d0f repopick: support specifying a range of commits to pick [OwnDroid]
* device/huawei/angler/
1c51388 Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_device_huawei_angler into own-mm [OwnDroid]
* device/qcom/sepolicy/
4c32771 Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_device_qcom_sepolicy into HEAD [OwnDroid]
* frameworks/base/
55a8d57 Merge derps [OwnDroid]
aeff0f7 Yet another fix [OwnDroid]
7bb1969 Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_frameworks_base into own-mm [OwnDroid]
699b834 Add Slack icon to LockScreenShortCuts [2/2] [OwnDroid]
930227f Revert "Add double tap option to lockscreen shortcuts" [OwnDroid]
44e91e0 fw: reintroduce PRIVATE_FLAG_PREVENT_POWER_KEY [Scott Mertz]
70d2082 services: Kick off to CMSystemServer for external service init. [Gerrit Code Review]
9a23f2e am: clear state for every protected app invocation. [Adnan Begovic]
* frameworks/native/
6500d42 Add dalvik heap/hwui overrides for xxxhdpi phone with 4096MB RAM [Gerrit Code Review]
* hardware/samsung/
9dad4fe exynos: multimedia: implement proper EOS signalling for encoder [Gerrit Code Review]
* packages/apps/Camera2/
d2bb13d Camera2: only override power key [Scott Mertz]
* packages/apps/Settings/
9abd465 More revertion derps [OwnDroid]
1762c99 Clean up revertion leftovers [OwnDroid]
5c7c0a9 Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_packages_apps_Settings into own-mm [OwnDroid]
ff17d25 Add Slack icon to LockScreenShortCuts [1/2] [OwnDroid]
d7f8b7d Revert "Add double tap option to lockscreen shortcuts" [OwnDroid]
* packages/apps/Snap/
a0a8d92 Snap: Only override power key [Scott Mertz]
* system/core/
99927ed Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_system_core into own-mm [OwnDroid]
* vendor/cmsdk/
5ba7017 Merge branch 'cm-13.0' of https://github.com/CyanogenMod/cm_platform_sdk into HEAD [OwnDroid]
b51572d cmsdk: Create CMSystemServer to handle our platform init. [Gerrit Code Review]
* vendor/ownrom/
79ccedb Remove Gmail add AOSP mail back [OwnDroid]
876ec27 Yeah right, git these days.... [OwnDroid]
caf66b1 Merge branch 'cm-13.0' of https://github.com/CyanogenMod/android_vendor_cm into own-mm [OwnDroid]
====================
05-31-2016
====================
* android/
59ed518 derp LOL [OwnDroid]
ff8fdca Cleanup, Categorize and add opt/cards [OwnDroid]
* frameworks/base/
0c8bd12 Add delete icons to SystemUI [OwnDroid]
876cad3 [1/2] Slim Recent App Sidebar [OwnDroid]
4ecf9c7 Add SlimRecents 1/2 [OwnDroid]
531c80f Lockscreen shortcuts improvements 2/2 [OwnDroid]
df48706 Add WhatsApp icon to LockScreenShortCuts [2/2] [OwnDroid]
ed162b0 Add double tap option to lockscreen shortcuts [OwnDroid]
f785bc5 base: header image tweaks [OwnDroid]
681f037 NotificationPanelView.java -> add missing imports [OwnDroid]
cd73808 Add emergency calls only string [OwnDroid]
b00abe8 Update task manager icon [OwnDroid]
febd350 Improve expanded header icon padding [OwnDroid]
50e513c Fix Task manager icon layout and get rid of QS emergency calls only text [OwnDroid]
b64a579 SystemUI:Add Missing Parts for CAF Task Manager [OwnDroid]
b82ea5b Materialize task kill button [OwnDroid]
e085804 Reset to QS panel if task manager was visible last [OwnDroid]
00fdef1 Task Manager: Use one observer for changes, misc cleanup [OwnDroid]
27b558b Add more icons for task manager switch [OwnDroid]
1025b17 Task manager : Remove empty notification after switch on/off logic [OwnDroid]
9256344 Task Manager : On switch recreate statusbar to fix task view [OwnDroid]
e62f7de Update some Task Manager functions [OwnDroid]
d417d93 Fix Task Manager Strings [OwnDroid]
b62cc89 Task manager improvements [OwnDroid]
651405a Improve Task manager UI improved task and button view removed task manager text and layout Screenshot- https://drive.google.com/file/d/0B-nhdyBCbCSxbEdUUFZMU0p0Qnc/view?usp=sharing [OwnDroid]
a9f46be Expose task manager values for themers [OwnDroid]
9c6ebc2 Fixed Task Manager bug described in post below [OwnDroid]
c11aea9 CAF Task Manager switch [1/2] [OwnDroid]
eb975f6 SystemUI: Add task manager [OwnDroid]
aa238e9 Core: Fix OOB [Michael W]
* packages/apps/Settings/
e808864 clearafy a bit [OwnDroid]
028371d Slim recet app sidebar [2/2] [OwnDroid]
fbb3788 Add Slim Recetns app screen 2/2 [OwnDroid]
031e607 Lockscreen Shortcuts improvements 1/2 [OwnDroid]
a07ea2f Add WhatsApp icon to LockScreenShortCuts [1/2] [OwnDroid]
66f871e Add double tap option to lockscreen shortcuts Change-Id: I640a8724e41b5549c0b949b2e94b54a0c5834e4b [OwnDroid]
589fd87 Create an entry for CAF Task Manager [OwnDroid]
5dd2c9b CAF Task Manager switch [2/2] [OwnDroid]
* vendor/huawei/
5c7dfbc Merge pull request #30 from dianlujitao/cm-13.0 [ciwrl]
* vendor/samsung/
62285ef Merge pull request #774 from crpalmer/adreno [Dan Pasanen]
099e55b mondrianwifi: Update adreno blobs to may 2016 qcom snapshot [Christopher R. Palmer]
====================
05-30-2016
====================
* frameworks/base/
3b827ee DisplayPowerController.java -> Add some missing imports [OwnDroid]
89450d0 Enable/disable notification color inversion [1/2] [OwnDroid]
737fd19 [2/2] Frameworks: Slim doze options [OwnDroid]
* packages/apps/InCallUI/
42df587 Remove ring around activated glowpad targets. [Danny Baumann]
* packages/apps/Settings/
3af5b60 Enable/disable notification color inversion [2/2] [OwnDroid]
2c22a8d [1/2] Settings: Slim doze options [OwnDroid]
* vendor/huawei/
ddea55d msm8916: Split che10 from cherry and commonize blobs [dianlujitao]
656843f Merge pull request #28 from dianlujitao/cm-13.0 [ciwrl]
* vendor/ownrom/
52f8e1e update COOPVOCE apn [RGIB]
fcb8147 vendor: add back bootanimation selection code [Akhil Narang]
f66a546 Merge https://github.com/m-i-n-a-r/android_vendor_ownrom into own-mm [Akhil Narang]
====================
05-29-2016
====================
* device/qcom/sepolicy/
236f12d netmgrd: Allow netmgrd to set xlat property [Ricardo Cerqueira]
8ad941e sepolicy: Add zram, swap disks creation permission [Ricardo Cerqueira]
090aa3b sepolicy: add selinux polices for gamed [Ricardo Cerqueira]
fed995e sepolicy : Add new properties for ubwc support [Ricardo Cerqueira]
* packages/apps/Stk/
f9aecea Stk: Make the text a little smaller [Michael Bestas]
053ce97 Stk: Materialize message dialog icon [Michael Bestas]
* vendor/huawei/
ff108c7 cherry: Update QNfc.apk [dianlujitao]
f3ab608 Merge pull request #27 from dianlujitao/cm-13.0 [ciwrl]
====================
05-28-2016
====================
* packages/apps/CellBroadcastReceiver/
d6461d6 Correct the broadcast channel for Colombia [Deepak Kundra]
* packages/apps/Messaging/
4cc542b Automatic translation import [Gerrit Code Review]
ddf7c99 [SMS] Replace message content for protocol 0x41-0x47 [Deepak Kundra]
* packages/apps/Screencast/
1ecd521 Automatic translation import [[email protected]]
* packages/apps/Stk/
65aaf67 Change the theme and the style of the activities [Michael Bestas]
a1e3c60 Fix tab/space inconsistencies in stk_msg_dialog.xml [Michael Bestas]
* packages/apps/ThemeChooser/
cd53946 ThemeChooser: fix on theme installed notification [Joey Rizzoli]
* packages/services/Telephony/
1262004 Automatic translation import [[email protected]]
* vendor/huawei/
67b3189 cherry: Add QCA1990 blobs [dianlujitao]
* vendor/ownrom/
30e0b17 Don't dex-preopt Gello [Abhisek Devkota]
* vendor/samsung/
63c5d45 Merge pull request #773 from fourkbomb/cm-13.0 [Chirayu Desai]
1772c8d kona-common: use own cbd from n5100 4.4.4 [Simon Shields]
2632159 Revert "smdk4412 : latest CBD from stock 4.4.4 n5100" [Simon Shields]
d001648 Merge pull request #772 from RGIB/cm-13.0 [Ethan Chen]
2510661 Revert "smdk4412 : bcmdhd" [RGIB]
====================
05-27-2016
====================
* frameworks/base/
1c1efe4 appops: Respect screen interactivity before creating dialogs. [Adnan Begovic]
b4088dd appops: Implement concept of delayedcount. [Gerrit Code Review]
8e897a5 Automatic translation import [Jessica Wagantall]
c73e481 PhoneWindowManager: add ability to use EdgeGestureService for system gestures. [OwnDroid]
b4a1c93 [2/2] framework/base: Add EdgeGesture service. [OwnDroid]
14a5d7f FWB: PIE 3.0 (1/2) [OwnDroid]
d9a6ee5 New contextual header images [OwnDroid]
4d0556b Fix FC when killing apps with app circlebar [OwnDroid]
f5e2185 Disable PIN entry after successful quick unlock [OwnDroid]
127caf0 Keyguard: Forward port lockscreen quick unlock (1/2) [OwnDroid]
5b05d97 Implement App circle sidebar [1/2] [OwnDroid]
* frameworks/native/
ea0ee31 dumpstate: add CM version to output [Gerrit Code Review]
* packages/apps/Bluetooth/
8a156be Automatic translation import [Jessica Wagantall]
* packages/apps/CMBugReport/
9ff9513 Automatic translation import [Jessica Wagantall]
* packages/apps/Calendar/
411ad09 Automatic translation import [Jessica Wagantall]
* packages/apps/CellBroadcastReceiver/
eadcfcd Automatic translation import [Jessica Wagantall]
* packages/apps/Contacts/
ffaa045 Automatic translation import [Jessica Wagantall]
f05914c Contacts : fix FAB when an InCall plugin tab is in focus [Gerrit Code Review]
* packages/apps/ContactsCommon/
f759863 Automatic translation import [Jessica Wagantall]
* packages/apps/Dialer/
b4316ea Automatic translation import [Jessica Wagantall]
03c2c84 Alias Dialer's settings activity for use as caller-info settings [Rohit Yengisetty]
bafc8fd Fix NPE in caller-info settings migration component [Rohit Yengisetty]
* packages/apps/InCallUI/
241d00a Automatic translation import [Gerrit Code Review]
84db99a Fix copy constructor of ContactInfoCache [Rohit Yengisetty]
* packages/apps/Messaging/
26db7cf Automatic translation import [Jessica Wagantall]
* packages/apps/PhoneCommon/
2c6c8d3 Automatic translation import [Jessica Wagantall]
* packages/apps/Profiles/
77051de Automatic translation import [Jessica Wagantall]
* packages/apps/Screencast/
1ad771f Fix reference to a renamed string [Greg Wilard]
e66278d Automatic translation import [Jessica Wagantall]
* packages/apps/Settings/
de99454 man I'm tired [OwnDroid]
0961b67 Forgot this [OwnDroid]
5f6176e Fix FC on Navigation Settings [OwnDroid]
d13fe2c Automatic translation import [Jessica Wagantall]
e228a15 Small Fixes [OwnDroid]
4359910 Settings: PIE 3.0 (2/2) [OwnDroid]
02ca2dd Keyguard: Forward port lockscreen quick unlock (2/2) [OwnDroid]
39d0f25 Squash: [2/2] Settings: Implement App circle sidebar [OwnDroid]
* packages/apps/SoundRecorder/
0023df8 Automatic translation import [Jessica Wagantall]
* packages/providers/DataUsageProvider/
c42d795 Automatic translation import [Jessica Wagantall]
* packages/services/LiveLockScreenService/
ba3b4f9 Automatic translation import [Jessica Wagantall]
* packages/services/Telephony/
1554030 Automatic translation import [Jessica Wagantall]
926776b Move IMS strings to proper resource file [Gerrit Code Review]
* vendor/cmsdk/
970f0b6 Automatic translation import [Jessica Wagantall]
* vendor/ownrom/
25de700 New bootanimations [minar]
====================
05-26-2016
====================
* frameworks/base/
34acda1 Add CM version to dropbox entries [Scott Mertz]
7e417ec Add missing ernum (}) [OwnDroid]
10d6366 WHY????? [email protected]#$% ("-_-) [OwnDroid]
10fdd3e Why tel me why... [OwnDroid]
392b86d Revert "App sidebar: notify if app is not installed" [OwnDroid]
cb20dd5 Fixes [OwnDroid]
9b2e90c SystemUI: fix qs pulldown on certain themes [Roman Birg]
* packages/apps/Contacts/
765f3a0 Contacts: only schedule metrics JobService if Ambient exists [Erica Chang]
* packages/apps/Dialer/
5b9db20 Add migrations for CallerInfo related settings [Rohit Yengisetty]
* packages/apps/Messaging/
a29d139 Integrate CallerInfo with notifications [Gerrit Code Review]
* packages/apps/Snap/
b3cfd09 Snap: Update comment to reflect audio focus changes [Michael Bestas]
2bcea7e SnapdragonCamera: Release audio focus when video recording is done [Michael Bestas]
ed07584 SnapdragonCamera: request audio focus before starting video recording [Michael Bestas]
ccd3e81 SnapdragonCamera: Recording screen to be dynamic [Michael Bestas]
02fa448 SnapdragonCamera: Fix the memory leak on view. [Gerrit Code Review]
* packages/services/Telephony/
f228ce1 Switch back to Auto selection if Manual fail's [Deepak Kundra]
* system/core/
2a02799 debuggerd: add CM version to tombstones [Scott Mertz]
* vendor/lge/
b3b8bbb vk810: switch to thermal-engine [Dan Pasanen]
1421d59 vk810: update all the things from VK81036B [Dan Pasanen]
* vendor/motorola/
0846a9f clark: move init.mmi.touch.sh to ramdisk [Dan Pasanen]
* vendor/ownrom/
bdc5d03 cm: Remove GMS guard [Tom Marshall]
====================
05-25-2016
====================
* cts/
978b415 Merge "DO NOT MERGE ANYWHERE: Update CTS to 6.0R7" into marshmallow-cts-release [Gerrit Code Review]
63ce966 DO NOT MERGE ANYWHERE: Update CTS to 6.0R7 [Daniel Xie]
* device/huawei/angler/
d800f36 Gello: Add Gello browser [Gerrit Code Review]
* external/koush/ion/
3bee672 Ion: Ignore get exif rotation exception [Keith Mok]
* frameworks/base/
1f02ff1 frameworks/base: Fix ContentService JNI leaks [OwnDroid]
ba3b8cc App sidebar: Fix Left/Right position. [OwnDroid]
86f726b App sidebar: notify if app is not installed [OwnDroid]
c6f5a11 Fix force close for App Sidebar. [OwnDroid]
c73e559 App sidebar (1/2) [OwnDroid]
24196a4 Revert "Enable SystemUI Tuner By Default" [OwnDroid]
2ca88f6 pm: Use sourcerecord if available for protected app validation. [Gerrit Code Review]
955c97f SystemUI: improve keyguard with SIM PIN interactions [Gerrit Code Review]
c1aab91 Frameworks: icon materialization [OwnDroid]
82f8b7b frameworks: vectorize slim shortcut action icons [OwnDroid]
3092b0e Frameworks: rest of shortcut icons by Sven R. [OwnDroid]
851e8e2 Frameworks: moar shortcut icons by Sven R. [OwnDroid]
ef2bb7b Base : Add more lockscreen shortcut custom icons Part2 [OwnDroid]
45cf6d9 Base:Add new 73 hd lockscreen shortcus icons [OwnDroid]
7515691 SystemUI: vector support for action icons [OwnDroid]
76046c2 squash Frameworks: Keyguard - Add user configurable shortcuts [OwnDroid]
1f6e9ed Enable SystemUI Tuner By Default [OwnDroid]
d1bac5b StatusBar: Do not just define vars... [Gerrit Code Review]
* frameworks/native/
0921754 Add dalvik heap/hwui overrides for xxhdpi phone with 3072MB RAM [Bruno Martins]
* kernel/lge/bullhead/
8063dcc setlocalversion: remove deprecated code [Akhil Narang]
* kernel/samsung/klte/
fe288ca USB: usbfs: fix potential infoleak in devio [Kevin F. Haggerty]
* packages/apps/CellBroadcastReceiver/
89bcf56 Enable broadcast channels for Colombia [Deepak Kundra]
25e7ce5 Support playing the alert and vibrate until dismissed [Deepak Kundra]
* packages/apps/Dialer/
560f3a8 Crash Fix When DeepLinkEnabled callback returns to a null Context. [Gerrit Code Review]
* packages/apps/Messaging/
110cdf8 Add handling of MMS Read report. [Gerrit Code Review]
9da3129 Revert "[SMS] Replace message content can't be replaced" [Deepak Kundra]
88b174e [SMS] Replace message content can't be replaced [Gerrit Code Review]
54374cf Added support for video and audio mms attachments [Gary Kipnis]
* packages/apps/Settings/
47af181 Create GestureSettings with App Sidebar [2/2] [OwnDroid]
b9214c7 Squash: Add user configurable lockscreen shortcuts [2/2] [OwnDroid]
084f557 Add Locksreen category to OwnSettings [OwnDroid]
134ca21 add dslv controller [OwnDroid]
398ecc1 Settings: Add CM's shortcut picker [OwnDroid]
e3b9678 Settings: Disable cancelable with multi-windows confirm dialog [Keith Mok]
d48e7e9 Settings: Update oem unlocking status with back button [Keith Mok]
317b86e Settings: Update oem unlocking status when dismiss [Gerrit Code Review]
* packages/providers/TelephonyProvider/
f320e09 Support playing the alert and vibrate until dismissed [Deepak Kundra]
* vendor/ownrom/
243d369 cm: Fix the backuptool importation logic [Adrian DC]
b9f0c17 Fix GMS guard [Gerrit Code Review]
184bb3d Update ambientsdk version 1.5.11 [Stephen Bird]
* vendor/samsung/
dad583d Merge pull request #771 from raymanfx/cm-13.0 [ciwrl]
ade921d gts210ltexx: Import SM-T815 blobs from T815XXU2BPD6 [Christopher N. Hesse]
7261500 gts2-common: Import Galaxy Tab S2 blobs from T815XXU2BPD6 [Christopher N. Hesse]
Finally up
Nice!
Sent from my Nexus 5X using Tapatalk
... Shouldn't this be in a Development forum?
Eelviny said:
... Shouldn't this be in a Development forum?
Click to expand...
Click to collapse
Yes it should, thuagt it was there lol
OwnDroid said:
Yes it should, thuagt it was there lol
Click to expand...
Click to collapse
No worries lol, I'm sure a friendly mod will come and fix it

[ROM][CM13.0.1][DASH] ★★★ PureCM ★★★ [24/08][ODEX][6.0.1]

[ROM][CM13.0.1][DASH] ★★★ PureCM ★★★ [24/08][ODEX][6.0.1]
★★★ Welcome To PureCM ★★★
{
"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"
}
PureCM is my personal build of CM13 with much more tweaks and addons under the hood. My goal is to make a fast, stable and battery friendly rom for me and now for you guys. I made alot changes to system, framework, vendor, bionic and and and... PureCM will be updated nearly every day when there are important changes to get latest CM13 commits
PureCM review
Click to expand...
Click to collapse
==============================================
Installation PureCM
Go to Recovery do a Wipe/Factory Reset (Necessary if you come from a different ROM also stock CM13 nightly)
Wipe also Dalvik/Cache
Flash PureCM.zip
Flash Gapps
Reboot your device!
Click to expand...
Click to collapse
==============================================
Download PureCM Rom
Please make a FULL WIPE and install PureCM than Gapps before you post any bugs !!!
PureCM 24/08/16
==============================================
Download latest Gapps
Gapps
==============================================
Changelog
Code:
[B][U]PureCM 24/08/16[/U][/B]
fixed setup fc
gello: increase res of shared images (android_packages_apps_Gello)
Fix Discovery permission blockage (android_vendor_cm)
mobicore: Silence date/time warnings (android_hardware_samsung_slsi-cm_exynos7420)
mobicore: Purge makefiles (android_hardware_samsung_slsi-cm_exynos7420)
Fix dual defintion (android_cts)
op3: Fix the LED happy dance (android_device_oneplus_oneplus3)
power: bq27541: Don't queue work onto a specific CPU (android_kernel_oneplus_msm8996)
power: bq27541: Silence log spam (android_kernel_oneplus_msm8996)
msm: qpnp-haptic: Process haptics asynchronously (android_kernel_oneplus_msm8996)
input: synaptics: s3320: Don't run baseline on resume (android_kernel_oneplus_msm8996)
input: synaptics: s3320: Clean up PM routines and move them into worker (android_kernel_oneplus_msm8996)
input: synaptics: s3320: Actually set BTN_TOOL_FINGER keybit (android_kernel_oneplus_msm8996)
input: synaptics: s3320: Remove wild msleeps from init (android_kernel_oneplus_msm8996)
input: synaptics: s3320: Silence log spam (android_kernel_oneplus_msm8996)
misc: fpc1020: Clean up PM routines and move them into dedicated worker (android_kernel_oneplus_msm8996)
misc: fpc1020: Report key input when interrupt is fired with screen off (android_kernel_oneplus_msm8996)
misc: fpc1020: Set fingerprintd priority to max when screen is off (android_kernel_oneplus_msm8996)
misc: fpc1020: Clean up interrupt handler (android_kernel_oneplus_msm8996)
power: oneplus_fastcg: Remove project_info dependency (android_kernel_oneplus_msm8996)
ARM: dts: 15801: Enable wakeup events for the volume keys (android_kernel_oneplus_msm8996)
op3: Adjust display power settings (android_kernel_oneplus_msm8996)
releasetools: Wipe DDR partition when updating SBL or RPM (android_device_oppo_common)
Handle headset hook multi click in playback service. (android_packages_apps_Eleven)
charger: Fix 640dpi symlink (android_vendor_cm)
ipv6: fix endianness error in icmpv6_err (android_kernel_oneplus_msm8996)
net: ipv6: Fix ping to link-local addresses. (android_kernel_oneplus_msm8996)
BACKPORT: tcp: make challenge acks less predictable (android_kernel_oneplus_msm8996)
UPSTREAM: usb: gadget: configfs: add mutex lock before unregister gadget (android_kernel_oneplus_msm8996)
ANDROID: net: fib: remove duplicate assignment (android_kernel_oneplus_msm8996)
usb: gadget: f_accessory: remove duplicate endpoint alloc (android_kernel_oneplus_msm8996)
SnapdragonCamera: Fix first-time crash and cleanup permissions (android_packages_apps_Snap)
Snap: Fix bad merge of "Fixed M permission issue" (android_packages_apps_Snap)
CMFM: Recognise .opus file extension (android_packages_apps_CMFileManager)
services: core: use proper tags when logging (android_frameworks_base)
op3: Support WeChat fingerprint payment (android_device_oneplus_oneplus3)
keystore: Fix SoterTest issues (android_system_security)
keystore: Add SOTER support in keystore (android_system_security)
keymaster: Add SOTER support (android_system_keymaster)
keymaster: Add SOTER tags and API definations (android_hardware_libhardware)
sepolicy: Cleanup permissions (android_device_oneplus_oneplus3)
You are now a developer! (cm_platform_sdk)
dt_image: Rename target (android_build)
Snap: Make developer menu more accessible (android_packages_apps_Snap)
Revert "ffmpeg: Additional APE extradata" (android_external_ffmpeg)
Fix audio route issue. (android_device_oneplus_oneplus3)
ffmpeg: Additional APE extradata (android_external_ffmpeg)
stagefright: Disable thumbnail mode for 8996-class devices (android_frameworks_av)
audioflinger: Always process volume commands from a latest track (android_frameworks_av)
audioflinger: set flush pending on invalidating offload track (android_frameworks_av)
Don't place large objects on the stack (android_frameworks_av)
[B][U]PureCM 20/08/16[/U][/B]
op3: Tweak autobrightness (android_device_oneplus_oneplus3)
SnapdragonCamera: Turn off LONGSHOT on ubifocus scene mode (android_packages_apps_Snap)
SnapdragonCamera: Adjusting view initialization (android_packages_apps_Snap)
SnapdragonCamera: Force removing preview cover (android_packages_apps_Snap)
Minimum viable Android M runtime permissions handling for H. (android_packages_apps_Snap)
SnapdragonCamera: Remove custom location permission request window (android_packages_apps_Snap)
snap: Change to target SDK 23 (android_packages_apps_Snap)
SnapdragonCamera: Fix NPE caused by empty permission result (android_packages_apps_Snap)
SnapdragonCamera: Force removing preview cover for camcorder (android_packages_apps_Snap)
op3: Set missing RIL_QCOM_VERSION (android_device_oneplus_oneplus3)
op3: Remove unsupported wipower properties (android_device_oneplus_oneplus3)
system.prop: Change the GLES version string to 3.1 (android_device_oneplus_oneplus3)
build: Add dt.img and kernel target (android_build)
generate_extra_images: Rename targets and add 'sec' prefix (android_build)
Revert "LatinIME: add shortcut functionality" Fix broken build from incomplete checkin for this change This reverts commit 877f8b481a6c6452a3894df14ec527c21d8e2d8c. (android_packages_inputmethods_LatinIME)
surfaceflinger: Add support for Exynos HWC services (android_frameworks_native)
core_minimal.mk: Remove duplicate packages (android_build)
Fix xxhdpi 3072 heap sizes (android_frameworks_native)
op3: Add Alipay fingerprint payment support (android_device_oneplus_oneplus3)
Ensure packages on adopted media do not move when updated (android_frameworks_base)
Apps on adopted storage should stay there during update (android_frameworks_base)
Fix potential memory leak (android_frameworks_opt_net_wifi)
cm: "Released" means current. (android_vendor_cm)
LatinIME: add shortcut functionality (android_packages_inputmethods_LatinIME)
cmsdk: Finalize api level 6 (Fig). (cm_platform_sdk)
Fix xxxhdpi 3072 heap sizes (android_frameworks_native)
charger: Add 640dpi support (android_vendor_cm)
Convert to new media button receiver logic. (android_packages_apps_Eleven)
Revert "Add qrd.xml for working with caf projects" (android)
WeatherManagerService: Fix build without jack (android_packages_services_WeatherService)
ContactsProvider: Fix build without jack (android_packages_providers_ContactsProvider)
SystemUI: Fix build without jack (android_frameworks_base)
Dialer: Fix build without jack (android_packages_apps_Dialer)
Contacs: Fix build without jack (android_packages_apps_Contacts)
LiveLockScreenService: Fix build without jack (android_packages_services_LiveLockScreenService)
LockClock: Clean up proguard, fix build without jack (android_packages_apps_LockClock)
LockClock: Don't forcefully enable widget calendar on resume (android_packages_apps_LockClock)
version: Keep the maintenance version defined and use it if needed (android_vendor_cm)
Fix crash when block incoming call without caller ID (android_packages_apps_ContactsCommon)
wifi: Stop spamming logs (android_frameworks_opt_net_wifi)
mobicore: Add kernel header dependencies (android_hardware_samsung_slsi-cm_exynos7420)
[B][U]PureCM 16/08/16[/U][/B]
dalvik: rework 3 and 4-GB dalvik heap configurations (android_frameworks_native)
Kover Libre (android_packages_themes_HexoLibre)
Fix string (android_packages_apps_OpenWeatherMapProvider)
Unachive conversations from unblocked participants (android_packages_apps_Messaging)
wifi: Create new WifiConfiguration for savedConfig in addOrUpdateNetworkNative (android_frameworks_opt_net_wifi)
Wifi: Issue Disconnect when Ip is changed (android_frameworks_opt_net_wifi)
WifiService:Fix profile can't be updated when SIM changed (android_frameworks_opt_net_wifi)
Reply with a FAILURE if enable network is received for invalid id (android_frameworks_opt_net_wifi)
Do not process the results array if no results are received (android_frameworks_opt_net_wifi)
Wifi: Do full DHCP if framework roam to a new SSID (android_frameworks_opt_net_wifi)
TetherController: fix forwarding request aggregation logic (android_system_netd)
Listen to xt_quota2 kobject event for quota (android_system_netd)
MediaProvider: Fix SQLiteDiskIOException. (android_packages_providers_MediaProvider)
Music: Fix force closed when plug out the SD card while music is playing. (android_packages_providers_MediaProvider)
Gallery2: Fix thumbnails of new edit photos display wrongly in Documents. (android_packages_providers_MediaProvider)
MediaProvider: Fix failure in android.provider.cts.MediaStore_FilesTest (android_packages_providers_MediaProvider)
MediaProvider: catch data exception to avoid crash (android_packages_providers_MediaProvider)
surfaceflinger: Access s3d flags only for valid display ID. (android_frameworks_native)
Allow Weather service to write to secure settings (android_packages_services_WeatherService)
apns: Fix T-Mobile MK DATA access (android_vendor_cm)
cm: Allow LiveDisplay to write to display misc dir (android_vendor_cm)
op3: Fix mergefail (android_device_oneplus_oneplus3)
CMSDK : Fix generateAlertColorFromDrawable for non BitmapDrawable (cm_platform_sdk)
am: Account for time changes when showing recent activities (android_frameworks_base)
op3: Remove healthd extension (android_device_oneplus_oneplus3)
op3: Cleanup QC init script (android_device_oneplus_oneplus3)
op3: Correct cluster 2 minumum frequency property (android_device_oneplus_oneplus3)
build: Source a CM-specific global BoardConfig (android_build)
cm: charger: Export the RTC Clock and Alarm timestamps (android_vendor_cm)
cm: charger: Add support for double backlight displays (android_vendor_cm)
cm: Add custom off-mode charging screen (android_vendor_cm)
op3: Add sha1sums for pinned blobs (android_device_oneplus_oneplus3)
extract-utils: Add pinning support (android_vendor_cm)
Refactor OpenWeatherMap weather provider service (android_packages_apps_OpenWeatherMapProvider)
WeatherService: add icons (android_packages_services_WeatherService)
[B][U]PureCM 14/08/16[/U][/B]
updated with OTA 3.2.4 blobs
op3: Underp thermal-engine (android_device_oneplus_oneplus3)
op3: Allow 60 background apps (android_device_oneplus_oneplus3)
Snap: String improvements (android_packages_apps_Snap)
Gallery: Remove more possible NPEs (android_packages_apps_Gallery2)
UpdatesSettings: Remove padding on create as well (android_packages_apps_CMUpdater)
Fix slow anim when using a gesture to open status bar pulldown (android_frameworks_base)
Add CM Weather service repo (android)
config: Add WeatherManagerService to PRODUCT_PACKAGES (android_vendor_cm)
WeatherManagerService: Initial port from CMSDK (android_packages_services_WeatherService)
CMSDK: Broker out WeatherManagerService (cm_platform_sdk)
br0tips: GUYS GUYS GUYS. (android_packages_apps_Protips)
br0tips: Come on baby light my fire. (android_packages_apps_Protips)
Remove device specific assignments. (android_packages_themes_HexoLibre)
Remove custom package signature (android_packages_themes_HexoLibre)
br0tips: Guys, Android can't parse this kind of texts. Come on. (android_packages_apps_Protips)
Settings: move high touch sensitivity setting to Display (android_packages_apps_Settings)
[B][U]PureCM 12/08/16[/U][/B]
power-8916: Simplify missed soc_id check in 9e40a0e (android_device_qcom_common)
Settings:Fix mImsi null cause ApnSettings crash (android_packages_apps_Settings)
cmsdk: allow MANAGE_AUDIO_SESSIONS to be whitelisted (cm_platform_sdk)
CMAudioService: sign with private keys if available (android_packages_services_CMAudioService)
Kmobs is a real doctor (android_packages_apps_Protips)
cm: Build HexoLibre as part of common_full (android_vendor_cm)
LiveLockscreenService: add icons (android_packages_services_LiveLockScreenService)
ThemeManager: add icon (android_packages_services_ThemeManagerService)
ProfileManager: add icons (android_packages_services_CMProfileManagerService)
CMAudioService: add icons (android_packages_services_CMAudioService)
Add HexoLibre to manifest! (android)
hexolibre: Fix strings (android_packages_themes_HexoLibre)
build: Allow all possible JDK editions by default (android_build)
Settings: remove wifi hotspot timeout when hotspot settings are removed (android_packages_apps_Settings)
TelephonyProvider: Fix Default APN Preference Overlay on 1st Boot (android_packages_providers_TelephonyProvider)
Settings: Show only one tab on PrivacyGuard direct access (android_packages_apps_Settings)
Settings: Root appops access in developer settings (android_packages_apps_Settings)
Snap: Support 9.6 MP 16:9 picture resolution (android_packages_apps_Snap)
If the device has FRP, prompt the user to set up a lockscreen (android_packages_apps_SetupWizard)
op3: Claim pro audio feature \o/ (android_device_oneplus_oneplus3)
ARM: dts: 15801: Correct MPP4 behaviour (android_kernel_oneplus_msm8996)
Revert "leds: qpnp: turn off the button-backlight on boot" (android_kernel_oneplus_msm8996)
[2/2] base: cm custom boot dexopt UI (android_frameworks_base)
[1/2] cmsdk: cm custom boot dexopt UI (cm_platform_sdk)
mediascanner: Accept .opus file extension. (android_frameworks_av)
Snap: Remove storage menu if no external storage available (android_packages_apps_Snap)
pm: resolver: Don't hold the lock when calling into the resolver (android_frameworks_base)
contributors: update Galaxy Nexus maintainers (android_vendor_cm)
cm: Update Xperia Blue contributor (android_vendor_cm)
stagefright: Remove the HAL3 limitation from the video reference clock selection (android_frameworks_av)
livedisplay: Float-to-string conversions considered harmful (cm_platform_sdk)
Introduce a hysteresis for outdoor condition determination. (cm_platform_sdk)
IconPackHelper:Use un-tinted iconback when no defaultSwatchcolor is specified (android_frameworks_base)
Settings: Animate pin/pattern fragment only if available (android_packages_apps_Settings)
msm: kgsl: Defer adding the mem entry to a process (android_kernel_oneplus_msm8996)
sepolicy: Move new QCOM-specific policy to the right place (android_vendor_cm)
wpa_supplicant: Remove unnecessary QMI linkage (android_external_wpa_supplicant_8)
sepolicy: Additional policy for LiveDisplay (android_vendor_cm)
cmhw: Minor change to color balance API (android_hardware_cyanogen)
cmhw: Add support for picture adjustment via LiveDisplay native API (android_hardware_cyanogen)
cmhw: Add PictureAdjustment stubs - take deux (android_frameworks_opt_hardware)
cmsdk/livedisplay: Add support for picture adjustment (cm_platform_sdk)
livedisplay: Add picture adjustment settings (android_packages_apps_Settings)
Revert "Settings: Add screen color settings" (android_packages_apps_Settings)
Revert "build: Allow building with Oracle JDK 8" (android_build)
Clear avatar media cache on theme change (android_packages_apps_Messaging)
framework: extend provision check to SEARCH intents (android_frameworks_base)
build: Allow building with Oracle JDK 8 (android_build)
Fixed stylus eraser being rejected by palm rejection (android_frameworks_native)
[B][U]PureCM 07/08/16[/U][/B]
PureCM is now odexed (please make full wipe when comming from last build)
op3: Match upstream GPS configuration (android_device_oneplus_oneplus3)
Revert "Merge branch 'linux-3.18.y' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-stable into HEAD" (android_kernel_oneplus_msm8996)
snap: fix untraslatables (android_packages_apps_Snap)
Allow maintenance versions to be ignored (android_vendor_cm)
Add ape file mimetype (android_packages_apps_CMFileManager)
Revert "cmhw: Add PictureAdjustment stubs" (android_frameworks_opt_hardware)
Use app settings for conversation settings if no custom set (android_packages_apps_Messaging)
Revert "Adding back pdf_printer_media_sizes for values-zh-rCN to accomodate mediasize_default" (android_frameworks_base)
fw: enforce android.permission.PREVENT_SYSTEM_KEYS in system server (android_frameworks_base)
cm: extract_utils: Add a firmware extraction method (android_vendor_cm)
cmhw: Add PictureAdjustment stubs (android_frameworks_opt_hardware)
power: Undo video decode hint for ondemand (android_device_qcom_common)
cm: extract_utils: Fixup xml files (android_vendor_cm)
cm: extract_utils: Implement oat2dex (android_vendor_cm)
op3: Add remapping table for display modes (android_device_oneplus_oneplus3)
cm: sepolicy: Fix the vold blkid.tab denial from recovery (android_vendor_cm)
power: Simplify display_hint_sent (android_device_qcom_common)
Add LG msm8226 family maintainers (android_vendor_cm)
Add Asus Z380KL maintainer (android_vendor_cm)
bootanimation: add multithreaded decode (android_frameworks_base)
cmhw: Add support for display mode remapping (cm_platform_sdk)
livedisplay: Enable by default (cm_platform_sdk)
op3: move perf related items to init.qcom.power.rc (android_device_oneplus_oneplus3)
SystemUI: Display bluetooth battery status when available (android_frameworks_base)
bluetooth: Broadcast battery status (android_packages_apps_Bluetooth)
make music gesture summary straightforward (android_device_oppo_common)
MobileNetworkSettings: Check CarrierConfig on isWorldMode (android_packages_services_Telephony)
Allow restricted users to change status bar settings (android_packages_apps_Settings)
EditPhoneNumberPreference: Prevent empty text from being set (android_packages_services_Telephony)
GlowpadView: Properly scale ring for block option (android_packages_apps_InCallUI)
InCallController: don't strip can send SMS capability on MSIM (android_packages_services_Telecomm)
Fix missing prototype for x86_64 build (android_external_p7zip)
MimeUtility: ensure streams are always closed (android_packages_apps_UnifiedEmail)
Add missing cflags for x86_64 build (android_external_strace)
mm-dash: Add msm7x27a to build barrier (android_external_mm-dash)
linker: Avoid logcat spam with some blobs (android_bionic)
build: Readd msm7x27a to QCOM Targets (android_build)
Stk: Don't override back button behavior. (android_packages_apps_Stk)
bt: Fix ANT support for MSM8992/4 (android_hardware_qcom_bt)
icu: Regenerate ICU data (android_external_icu)
ant_native: Fix compilation errors for MSM8992/4 (non CAF) (android_external_ant-wireless_ant_native)
dtbtool: use O_TRUNC when writing to output file (android_device_qcom_common)
system.prop: Change the GLES version string to 3.2 (android_device_oneplus_oneplus3)
DCT: Tear down MMS+default connections raised by config_enable_mms_with_mobile_data_off (android_frameworks_opt_telephony)
bionic: Sort and cache hosts file data for fast lookup (android_bionic)
op3: remove hard-coded photo preview size (android_device_oneplus_oneplus3)
Revert "SnapdragonCamera: Fix AEC lock issue after non-zsl snapshot." (android_packages_apps_Snap)
[B][U]PureCM 04/08/16[/U][/B]
op3: Support for OP3 camera modes (android_device_oneplus_oneplus3)
op3: Update FOSS config (android_device_oneplus_oneplus3)
SnapdragonCamera: Disable CDS and TNR if SeeMore is enabled (android_packages_apps_Snap)
SnapdragonCamera: Fix the issue that IS is not disabled (android_packages_apps_Snap)
SnapDragan: Changes to enable UI option for ASD mode. (android_packages_apps_Snap)
SnapdragonCamera: Disable continuous shot when HDR is enabled (android_packages_apps_Snap)
SnapdragonCamera: Fix AEC lock issue after non-zsl snapshot. (android_packages_apps_Snap)
SnapdragonCamera: Fix face detection UI offset (android_packages_apps_Snap)
SnapdragonCamera: fix a panorama memory leak (android_packages_apps_Snap)
SnapdragonCamera: fix crash with persist.panel.orientation (android_packages_apps_Snap)
SnapdragonCamera: fix camera FC when internal storage isn't enough (android_packages_apps_Snap)
SnapDragon: Changes to fix popup menu issue in camcorder (android_packages_apps_Snap)
SnapdragonCamera: Fix app auto close when repeat plug in/out USB cable (android_packages_apps_Snap)
SnapdragonCamera: Fix app crash when taking longshot during countdown (android_packages_apps_Snap)
SnapdragonCamera: fix crash after photo deletion (android_packages_apps_Snap)
SnapdragonCamera: limit AF animation FPS (android_packages_apps_Snap)
SnapdragonCamera: Reduce number of countdown timer option (android_packages_apps_Snap)
SnapdragonCamera: Fix FD roll_dir issue (android_packages_apps_Snap)
SnapdragonCamera: Fix display smaller thumbnail on panorama preview (android_packages_apps_Snap)
SnapdragonCamera: Use StorageManager for SDCard (android_packages_apps_Snap)
SnapdragonCamera: Fix app freeze when connect to camera failed (android_packages_apps_Snap)
SnapdragonCamera: add button border (android_packages_apps_Snap)
SnapdragonCamera: Limit preview size by capping display dimensions. (android_packages_apps_Snap)
SnapdragonCamera: Reduce the latency for panorama preview starting (android_packages_apps_Snap)
SnapdragonCamera: Fix not able to view other pictures when macro mode (android_packages_apps_Snap)
SnapdragonCamera: Fix the preview thumbnail issue (android_packages_apps_Snap)
SnapdragonCamera: Fix progress indicator overlapped by thumbnail icon (android_packages_apps_Snap)
SnapdragonCamera: Always enable FD with TruePortrait on (android_packages_apps_Snap)
SnapdragonCamera: Reset navigation bar state whenever screen turns on (android_packages_apps_Snap)
SnapdragonCamera: Fix to make back key event work normally (android_packages_apps_Snap)
SnapdragonCamera: Handle startPreview exception in camera. (android_packages_apps_Snap)
VideoModule: Removing tmpPath and use path (android_packages_apps_Snap)
SnapdragonCamera: Fix crash issue with enable FD with TruePortrait (android_packages_apps_Snap)
SnapdragonCamera: Do not update panorama thumbnail when cancelled (android_packages_apps_Snap)
SnapdragonCamera: Improving Burstmode performance (android_packages_apps_Snap)
SnapdragonCamera: Adding toast for media recording failure. (android_packages_apps_Snap)
SnapdragonCamera: Adding current camera null check (android_packages_apps_Snap)
SnapdragonCamera: Removing filmstrip view touch handler (android_packages_apps_Snap)
SnapdragonCamera: Register media status listener (android_packages_apps_Snap)
SnapdragonCamera: Adding null exception handler. (android_packages_apps_Snap)
SnapdragonCamera: Fix menu highlight issue when rotating device (android_packages_apps_Snap)
SnapdragonCamera: fix null pointer exception (android_packages_apps_Snap)
SnapdragonCamera: Reset menu when device is rotated (android_packages_apps_Snap)
SnapdragonCamera: Fix missing icon issue in error condition (android_packages_apps_Snap)
Fix android.process.media got killed when capture (android_packages_apps_Snap)
SnapdragonCamera: Resolve camera control overlapping issue (android_packages_apps_Snap)
SnapdragonCamera: hide the preview surface during suspend (android_packages_apps_Snap)
SnapdragonCamera: Fix viewfinder flashing issue in camcorder mode (android_packages_apps_Snap)
SnapdragonCamera: Removing unnecessary orientation check (android_packages_apps_Snap)
SnapdragonCamera: Add support for outputting MPO format files (android_packages_apps_Snap)
SnapdragonCamera: resolve touch af issue during countdown (android_packages_apps_Snap)
SnapdragonCamera: Fix incorrect focus mode (android_packages_apps_Snap)
SnapdragonCamera: adjust video recording duration margins (android_packages_apps_Snap)
SnapdragonCamera: Add manufacture and model info (android_packages_apps_Snap)
SnapdragonCamera: Fix the issue that camera control is removed (android_packages_apps_Snap)
SnapdragonCamera: Fix panorama cancel button location (android_packages_apps_Snap)
SnapdragonCamera: implement optizoom and chromaflash UI (android_packages_apps_Snap)
SnapdragonCamera: Fix the advanced features relative toast issue (android_packages_apps_Snap)
snap: Add missing resource (android_packages_apps_Snap)
snap: Always turn touch-af-aec on (android_packages_apps_Snap)
snap: Fixes for advanced features and scene modes (android_packages_apps_Snap)
snap: Additional fixes for auto-HDR mode (android_packages_apps_Snap)
snap: Add constrained longshot mode (android_packages_apps_Snap)
Revert "Revert "Revert "Revert "Revert "op3: Enable sdcardfs""""" (android_device_oneplus_oneplus3)
surfaceflinger: Fix uninitialized variable (android_frameworks_native)
framework: don't allow assist activities while not provisioned (android_frameworks_base)
version: Set version string to 13.0.1 to reflect security update (android_vendor_cm)
surfaceflinger: Add check for number of queued buffers (android_frameworks_native)
surfaceflinger: Unbreak casting and other use cases (android_frameworks_native)
Tele2 (LT) APN updates (android_vendor_cm)
[B][U]PureCM 31/07/16[/U][/B]
PureCM is now deodexed with same speed
settings added Supersu switch
settings added date, style and format
msm8996: Update sw codec profiling results (android_device_oneplus_oneplus3)
msm8996: Enable HDCPCD server for 8996 (android_device_oneplus_oneplus3)
op3: Remove deprecated props (android_device_oneplus_oneplus3)
Snap: Unbreak auto-HDR (android_packages_apps_Snap)
op3: Updates for camera (android_device_oneplus_oneplus3)
op3: Tune FOSS (android_device_oneplus_oneplus3)
op3: Pimp out Snap a little (android_device_oneplus_oneplus3)
sys: Horrible hack for compat_sysinfo userspace confusion (android_kernel_oneplus_msm8996)
Gello artifact: v29 (android_vendor_cm)
gello: unbreak the gellin'time (android_packages_apps_Gello)
Add missing OnePlus Two contributors (android_vendor_cm)
mountservice: Don't nuke all volumes when decrypting (android_frameworks_base)
Fix orientation handling in secure camera. (android_packages_apps_Snap)
CMSettings: Add default overlay for forward and reverse lookup (cm_platform_sdk)
[B][U]PureCM 29/07/16[/U][/B]
initial release
==============================================
Known Bugs
You tell me
Click to expand...
Click to collapse
==============================================
Credits and thanks
CyanogenMod
entropy512
Jubakuba
DJLaMontagneIII
David van Tonder
Temasek
TeamDouche
SlimROM
AOKP
CarbonROM
ChameleonOS
ParanoidAndroid
Yank555
AndreiLux
AndiP71
DerTeufel
t-ryder for logo
Click to expand...
Click to collapse
==============================================
Sources
Rom
Kernel
Click to expand...
Click to collapse
mine...
Tnx buddy!!!Is it possible to know which are the tweaks that you did?They are for battery and speed?Tnx a lot
added dash charge and sRGB?
Great to see you here.
Gesendet von meinem ONE A3003 mit Tapatalk
Flamehell said:
Tnx buddy!!!Is it possible to know which are the tweaks that you did?They are for battery and speed?Tnx a lot
Click to expand...
Click to collapse
The system is faster and battery lasts longer
mkr2511 said:
added dash charge and sRGB?
Click to expand...
Click to collapse
DASH Charging is full working, sRGB option is still missing in CM13.
Whoaaa another rom . Great work
PureCM is online guys. Have fun...
Is the memory bug, which occurs in the last official nightlies, fixed in your version?
Trinaaa said:
Is the memory bug, which occurs in the last official nightlies, fixed in your version?
Click to expand...
Click to collapse
I would like to know this as well...
Trinaaa said:
Is the memory bug, which occurs in the last official nightlies, fixed in your version?
Click to expand...
Click to collapse
Which memory bug?
m3dd0g said:
Which memory bug?
Click to expand...
Click to collapse
https://github.com/CyanogenMod/android_device_oneplus_oneplus3/issues/2
https://github.com/CyanogenMod/android_device_oneplus_oneplus3/issues/3
Gerrit507 said:
https://github.com/CyanogenMod/android_device_oneplus_oneplus3/issues/2
https://github.com/CyanogenMod/android_device_oneplus_oneplus3/issues/3
Click to expand...
Click to collapse
**** didnt noticed that bug today in CM13. I think with next build its fixed
OTA support?
m3dd0g said:
**** didnt noticed that bug today in CM13. I think with next build its fixed
Click to expand...
Click to collapse
I tried editing the build.prop and revert ro.sdcardfs.enable=true. It did not fix the issue... Did I do something wrong? Does it have to be changed in system.prop before building maybe?
samisharora said:
OTA support?
Click to expand...
Click to collapse
No...
Gerrit507 said:
https://github.com/CyanogenMod/android_device_oneplus_oneplus3/issues/2
https://github.com/CyanogenMod/android_device_oneplus_oneplus3/issues/3
Click to expand...
Click to collapse
Sorry to say: Same bugs in this rom.
ok having an issue.. if I go into gallery and click on a picture my phone reboots
bkeaver said:
ok having an issue.. if I go into gallery and click on a picture my phone reboots
Click to expand...
Click to collapse
Yes i noticed it also 10 minutes ago. Its a CM13 bug today...
Ty dev! Great to see so many roms, flashing time!
Sent from my OnePlus3 using XDA Labs

[ROM][AOSP/SLIM][CAF] AquariOS for Natrium [OFFICIAL][SUPER SMOOTH]

{
"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"
}
Disclaimer:
We are NOT responsible for anything that may happen to your device as a result of flashing ROMs, kernels, or installing any other mod. You are responsible for your own actions and bad decisions - so stop blaming others!
This is a user friendly thread. Please be respectful and courteous to other users. While feature requests will be considered, AquariOS tries to maintain a ROM that is smooth and stable, so adding every feature under the sun is not the plan here.
READ!​1. Unless I tell you otherwise, you MUST always, absolutely, positively, most certainly wipe data AND system before flashing AquariOS...without a doubt!
2. Don't report bugs if you haven't followed directions - most likely it's user error at that point as far as I'm concerned.
3. Always run a backup before doing anything.
4. Provide a log when reporting a bug (see more info below).
5. Be respectful.
​AquariOS Team:
LEAD DEVELOPERS:
calebcabob (Nexus builds)
rc420head (All things CAF)
DEVICE MAINTAINERS:
@jhenrique09
@NexusPenguin
TESTERS:
@p70shooter
@Ghoshnik
@biron_w
@Thisismyringtone
@tcat007
Features:
Featured attractions
*Smart Bar, Pulse, and Fling
*Custom status bar battery options
*Custom status bar clock and date
*Status bar weather (OmniJaws engine)
*Lock screen weather (OmniJaws engine)
*QS Weather tile (OmniJaws engine)
*Custom Headers (contextual or custom)
*Battery Bar (status bar & navbar)
*Rootless Substratum - fully theme-ready and up-to-date
*Magisk (root access)
*Battery and Notification LED controls
*Optional "Clear all" recents button
*Volume rocker options
*Lock screen visualizer
Expand to see full list of features:
Navbar & Status bar
*Smart Bar, Pulse, and Fling
*One-handed mode
*Ripple/Spring/Flip/Pixel animations
*Optional seek arrows for media playback
*All visualizer customizations
*Custom status bar battery options
*Custom status bar clock and date
*Status bar weather (OmniJaws engine)
*Battery Bar (status bar & navbar)
*Network traffic indicator
Notification Drawer
*QS Weather tile (OmniJaws engine)
*5-day weather display in header (OmniJaws)
*Custom Headers (contextual or custom)
*Advanced quick settings easy toggle (3-mode location toggle)
*Easy toggle for Wi-Fi, Bluetooth, and Location
*Brightness slider on/off toggle
*Haptic feedback on quick setting on/off toggle
*Ability to change number of quick settings columns/rows
*All tile scroller for small QS tiles
*Option to hide QS tile titles
Lock screen
*Lock screen item options (time, date, alarm text toggles & Clock font style)
*Lock screen shortcuts
*Lock screen weather (OmniJaws engine)
*Lock screen visualizer
Buttons
*Power Menu customizations (shortcuts, actions)
*Volume keys control media volume
*Volume key wake
*Volume key music control
*Volume key orientation swap
*Volume key keyboard cursor control
*Volume down to enter do not disturb
*Volume up to exit do not disturb
*Do not disturb volume panel switch
*Long-press power button for torch
System and Misc
*Rootless Substratum - fully theme-ready and up-to-date
*Magisk (root access)
*Battery and Notification LED controls
*Optional "Clear all" recents button
*Lots of system animation
*Optional dashboard columns
*Increasing ringtone option
*Ability to unlink notification volume from ringer volume
*Option to force show Enter key
*Power notification controls
*ADB enhancements (ADB over wifi, Hide ADB icon)
*Long-pressing settings icon enters custom settings
*Download speed in notification
*Status bar brightness control
*Advanced Reboot menu
*Advanced screenshot functionality (longpress tile/power menu for selectable screenshot)
*Ability to lock app in landscape via rotation tile
*Advanced charging sound controls
*Advanced seekbar style animation controls
*Quick setting header Longpress actions
*App package name to app info screen
*Ability to launch app when touching app icon in app info screen
*Phone info shortcut to about phone/status on top
*Dynamic vendor image notification
*Double tap anywhere to sleep
*Long press power for torch
*Option to disable pin needed after fingerprint unlock (even after first boot)
*Option to disable fingerprint success vibration
*Option to hide dashboard hints, summaries, etc.
*Bug fixes and stability improvements
*Developer settings enabled by default
*Custom night light brightness options
*Disabled forced encryption
*Disabled tether provision checks
*Expanded desktop options
*Option to enable/disable wake on plug
*Volume step options
Changelog:
Code:
====================
06-13-2017
====================
* frameworks/base/
c8e52ae update api
e2dfdf3 Merge branch 'a7.1.2' of https://github.com/aquarios/frameworks_base into a7.1.2-caf
* packages/apps/CoralReef/
a904f4e Merge branch 'a7.1.2' of https://github.com/aquarios/CoralReef into a7.1.2-caf
* packages/apps/Settings/
3b74851 Merge branch 'a7.1.2' of https://github.com/aquarios/packages_apps_Settings into a7.1.2-caf
* packages/apps/Snap/
bd1d6ea Snap: Sign with platform key
* vendor/aquarios/
a67c26b Update Nova and Substratum
====================
06-12-2017
====================
* kernel/samsung/jf/
84402df drivers: staging: prima: build non-debug version and don't panic on error
4a269a6 drivers: staging: make prima buildable
e8fafd8 drivers/sensors: Add i9515/i9515L
f3702b1 fix issue with faster extSDCards
2f0e3c6 Bring changes from board-jf_eur.c
ab1e9d7 net/wireless: Fix kernel crash while doing iwlist scan
f8b8d10 cfg80211: avoid restoring the regulatory during disconnect
331f68c cfg80211: unblock user hint when cfg80211_regdom is intersected
4c290d9 msm: wlan: Regulatory callback is ignored second time.
d222ebe msm: wlan: Update tx power limits of country UA
c623bd4 msm: wlan: Update regulatory database for some countries
17ad9dd cfg80211: add space after the b/w in db.txt
d2313c3 regulatory: add 5.9 GHz frequency range to US regulatory domain
7e49b35 msm: wlan: Update the wifi regulatory database
bb7c875 msm: wlan: Update US wifi database for TDWR channels
a1e75c2 msm: wlan: correct db.txt for country code RU
5d5327f nl80211: fix attrbuf access race by allocating a separate one
8fb5fda cfg80211: Add attributes describing prohibited channel bandwidth
c6a1fb1 cfg80211: add a flag to indicate inclusion of wdev and ifindex
804f8bb cfg80211: allow drivers to selectively disable 80/160 MHz
ea5b5c4 nl80211: Fix backport of struct wiphy_vendor_command
286a6fd nl80211: Correct the usage of command NL80211_CMD_VENDOR
e3e805d cfg80211: Correct API cfg80211_vendor_cmd_reply_skb
61be203 cfg80211: Add new wiphy flag WIPHY_FLAG_DFS_OFFLOAD
dde909c mac80211: implement HS2.0 gratuitous ARP/unsolicited NA dropping
f4a6fd2 cfg80211: Allow NL80211_ATTR_IFINDEX to be added to vendor events
88a08e3 cfg80211: Backport the channel switch notify event for VHT support.
45ec49e cfg80211: add channel switch notify event
4e2ea70 msm: wlan: Restore missing functionalities from nl80211_send_wiphy
89734d4 nl80211: allow splitting wiphy information in dumps
085b829 cfg80211: Allow use_mfp to be specified with the connect command
7326c8a cfg80211: Advertise maximum associated STAs in AP mode
4b3707c wcnss: Configure WLAN MAC addr through user control interface
c6b76a9 wlan: Remove support for deprecated api get/set countryrev
1511eb7 wlan: EnableStrictRegulatoryForFCC should be False by default.
b10ae8e wlan: Synchronize country code HDD ioctl
a3098ee wlan: Correcting timeout value for event driver_crda_req.
40d712e wlan: Send directed Probe Request frames only for hidden SSIDs.
eea595c wlan: Address buffer overflow due to invalid length
365ae57 wlan: Get Mac addr from platform driver
2c46cfc qcacld 2.0: Validate WPA and RSN IE for valid length
f929dff wlan:Check priviledge permission
379b66d wlan:Check priviledge permission
ad8f5c6 wlan:Check priviledge permission
fa141a2 wlan:Check priviledge permission
76c3912 wlan:Check priviledge permission
7ac035a wlan:Check priviledge permission
f48bd43 wlan:Check priviledge permission
9e1ebb6 wlan:Check priviledge permission before processing
73fe7e7 wlan:Check priviledge permission before processing
1bf5954 wlan:Check priviledge permission before processing
07daf09 wlan: prima: Sync with LA.AF.1.1_rb1.18
6e2e2fa prima: memset the command buffer in GetCommandBuffer routine
* packages/apps/Snap/
d7247ff Add orientation correction for landscape devices
* vendor/xiaomi/
ee1a964 capricorn: Update blobs from latest 7.0 release
====================
06-11-2017
====================
* device/xiaomi/msm8996-common/
108a07b Add back Snap, change default dpi.
* frameworks/base/
87d2d8b Remove this accidental duplicate
c73d2a4 Live Volume Steps [1/2]
9526be1 Heads up switch [1/2]
6d1a3b5 SystemUI: Support recents task locking
8382a47 Fix screenpinning from showing up unless enabled
6dcdecc Screen pinning improvements
45d6f2d Use theme accent color for the multiwindows divider
dc47518 Night auto brightness: restore user brightness values also after reboot
987c532 Fix manual brightness going to 0 after reboot
61e53ee Night light auto low brightness: wider action [1/2]
5db09a3 Night light tile brightness: merge the two options into one [1/2]
806bf9f Night mode tile brightness: allow to set a different value [1/2]
c719155 Night tile: automatically set a lower brightness when active [1/2]
* kernel/xiaomi/msm8996/
947454c Merge pull request #3 from LineageOS/cm-14.1
* packages/apps/CoralReef/
32a638b Heads up switch [2/2]
* packages/apps/Settings/
649ca77 Live Volume Steps [2/2]
b3c1201 Fix night light string capitalization
c20acc1 Night Light auto brightness: menu improvements
450a5e9 fix translation typo
5757b43 Night light menu reorganization
342f514 Move Night light brightness options to Settings [2/2]
====================
06-10-2017
====================
* frameworks/base/
40b501f fingerprint: Speed up wake-and-unlock scenario
41f3ba2 Merge tag 'android-7.1.2_r14' of https://android.googlesource.com/platform/frameworks/base into a7.1.2
425c531 Merge branch 'a7.1.2' of https://github.com/aquarios/frameworks_base into a7.1.2-caf
* kernel/xiaomi/msm8996/
c1056da input: synaptics_dsx: valid bounds of intr_reg_num
2328b73 input: synaptics_dsx: add bounds checks for firmware id
d00d4ce input: touchscreen: Synaptics: modify the attribute permission of rmidev
76419ae msm: sensor: validating the flash initialization parameters
2d91e4e ping: implement proper locking
* manifest/
e821eff android-7.1.2_r17
* packages/apps/Settings/
013ae49 Remove sRGB (color mode) settings from Dev settings, we have kcal support:
b0d9739 Merge branch 'a7.1.2' of https://github.com/aquarios/packages_apps_Settings into a7.1.2-caf
* vendor/aquarios/
d1a547a merge a7.1.2 into a7.1.2-caf
* vendor/xiaomi/
05b7755 capricorn: Update blobs from latest 7.0 release
====================
06-09-2017
====================
* build/
223b63c Version bump to NJH47B
c923b15 Version bump to NJH34C
6860028 N2G47W
f4ecb08 N2G47V
426071b [DO NOT MERGE] Update Security String to 2017-06-05 for nyc-dev
0363d14 [DO NOT MERGE] Update Security String to 2017-06-01 for nyc-dev
0f02c96 N2G47U
a683cf2 N2G47T
548c27a N2G47S
df44069 N2G47R
d006632 N2G47Q
dd20153 N2G47P
* frameworks/base/
2b84e81 SystemUI: fix MediaProjection cast crash
* frameworks/native/
fbb0e94 sensorservice: Fix orientation sensor for HAL's missing rotation vector sensor
* kernel/htc/msm8996/
886ab6a defconfig: Update localversion to 2.08
770fc84 Merge branch 'refs/heads/n7x-eas-1.2-master' into n7x-tabp0le-eas
435ce37 Merge branch 'cm-14.1' into n7x-eas-1.2-master
5e3c6ba Merge branch 'n7x-tabp0le-eas-staging' into n7x-tabp0le-eas
* kernel/oneplus/msm8996/
34ac328 drivers: video: Add bounds checking in fb_cmap_to_user
e88a34a net: ping: check minimum size on ICMP header length
f296382 ipv4: Don't do expensive useless work during inetdev destroy.
02d704e pipe: limit the per-user amount of pages allocated in pipes
3db1bb7 net: add length argument to skb_copy_and_csum_datagram_iovec
aba166a sysctl: Drop reference added by grab_header in proc_sys_readdir
655532d ipv6: fix out of bound writes in __ip6_append_data()
ee8ec7f ipv6/dccp: do not inherit ipv6_mc_list from parent
2b82ad6 sctp: do not inherit ipv6_{mc|ac|fl}_list from parent
b10e13e ipv6: Prevent overrun when parsing v6 header options
44f8c37 ext4: fix deadlock during page writeback
20f7253 ext4: fix data exposure after a crash
276fdcc bpf: don't let ldimm64 leak map addresses on unprivileged
* packages/apps/CoralReef/
b05b25b Merge branch 'a7.1.2' of https://github.com/aquarios/CoralReef into a7.1.2-caf
* packages/apps/Dialer/
a6a8138 Use TabLayout for DSDA tabs.
6354477 Automatic translation import
9f639b4 IMS-VT: Send static image in a Video Call
85b1a0c IMS: Do not mute the Mic during add call
e00ede8 IMS-VT: Control display of player, video quality, data usage toasts
1ccee9f IMS: Get IMS Registration Status based on subId
* packages/services/Telecomm/
c89a427 (1/2) Make sensitive phone numbers not to be shown in call log history.
* system/sepolicy/
ab22b20 Allow recovery to alter / on userdebug/eng builds
* vendor/aquarios/
a54004d Fix Trusted Face
9e6a441 Add Live Wallpaper support
589c357 whoops
a34dfb3 sensitive_pn: Add sensitive phone numbers for Czech Republic
9a5d575 sensitive_pn: Add Canadian sensitive numbers
8d37c8f sensitive_pn: Add more numbers from the Netherlands
62eb2a8 sensitive_pn: Add sensitive numbers for Serbia
b93ceff sensitive_pn: Add sensitive phone numbers for India
891f6ad sensitive_pn: Add more numbers for Germany
3c3ce60 overlay: Enable Wi-Fi by default on first boot
5614db8 Update example backup-transport resource overlay
a720419 sensitive_pn: Add sensitive phone numbers for Norway
7792ded sensitive_pn: Add additional US numbers
47afad4 sensitive_pn: add sensitive number for Indonesia
136e8e5 sensitive_pn: Add sensitive phone number for Romania
75f8500 sensitive_pn: Added sensitive number for the Netherlands
cf0ff8d sensitive_pn: add sensitive numbers for Turkey
5c436d2 sensitive_pn: Add sensitive phone number for Bangladesh
8b17301 sensitive_pn: Add US number
9cf7ecf Add sensitive phone numbers for Brazil
3788403 sensitive_pn: reorder by MCC code
3fb50a6 sensitive_pn: Add Australian sensitive phone number.
723c722 sensitive_pn: Add New Zealand sensitive numbers.
36fa8c4 (2/2) Make sensitive phone numbers not to be shown in call log history.
bc2aa5b Use WallpaperCropper
9aebd58 Show full alarm info
f578973 common.mk: Let's not mess with PLATFORM_VERSION_CODENAME
816a92e extract_utils: fix extracting XML files containing binary characters
7fac791 slim: bye bye audiofx
eef3f93 Slim: rename BoardConfigCM -> BoardConfigSLIM
7d590c2 Cleanup vendor/slim
f1cfdee kernel: Fix broken C_INCLUDE_PATH for Darwin
a82cb23 kernel: Include openssl headers and dylibs on darwin
019c028 build: Update smali and baksmali to 2.2.0
8f544d7 charger: updates for 7.1.2 minui
4d5444a cm: charger: Correct res_create_multi_display_surface() usage
8eeb0a4 cm: charger: Center capacity and vertical offset
42172f8 cm: charger: Fix cm healthd
b10128d cm: charger: Export the RTC Clock and Alarm timestamps
ebad48d cm: charger: Add support for double backlight displays
22176ab cm: Add custom off-mode charging screen
====================
06-08-2017
====================
* frameworks/base/
ff5f8cb Fix issue with saving admins before finishing loading.
0903c5a resolve merge conflicts of ad4aa1ce7d3d to nyc-mr1-dev fix conflict in nyc-mr2-release (cherry picked from commit f806d65e615b942c268a5f68d44bde9d55634972)
* kernel/oneplus/msm8996/
0b420df ANDROID: sdcardfs: d_splice_alias can return error values
4b16c37 UPSTREAM: merge d_materialise_unique() into d_splice_alias()
e3f2f3d ANDROID: mnt: Fix next_descendent
533c69f ANDROID: sdcardfs: Check for NULL in revalidate
7dac750 ANDROID: sdcardfs: Add linux/kref.h include
15c629c ANDROID: sdcardfs: Move top to its own struct
f0ec7a5 ANDROID: sdcardfs: fix sdcardfs_destroy_inode for the inode RCU approach
91a333a ANDROID: sdcardfs: Don't iput if we didn't igrab
4deaf39 ANDROID: sdcardfs: Call lower fs's revalidate
12607ee ANDROID: sdcardfs: Avoid setting GIDs outside of valid ranges
4986494 ANDROID: sdcardfs: Copy meta-data from lower inode
f7c5642 Revert "Revert "Android: sdcardfs: Don't do d_add for lower fs""
c38b737 ANDROID: sdcardfs: Use filesystem specific hash
fdf54d7 Revert "Android: sdcardfs: Don't do d_add for lower fs"
3226254 Android: sdcardfs: Don't complain in fixup_lower_ownership
f77dbb3 Android: sdcardfs: Don't do d_add for lower fs
0662909 ANDROID: sdcardfs: ->iget fixes
7700132 Android: sdcardfs: Change cache GID value
363b82c ANDROID: sdcardfs: Directly pass lower file for mmap
f6ebef33 ANDROID: sdcardfs: update module info
9adbfbf ANDROID: sdcardfs: use d_splice_alias
5b215e2 ANDROID: sdcardfs: add read_iter/write_iter opeations
f5db540 ANDROID: sdcardfs: fix ->llseek to update upper and lower offset
47900b0 ANDROID: sdcardfs: copy lower inode attributes in ->ioctl
049d4ca ANDROID: sdcardfs: remove unnecessary call to do_munmap
1914f7a ANDROID: fs: Export vfs_rmdir2
57ddfbe ANDROID: fs: Export free_fs_struct and set_fs_pwd
b00bac8 ANDROID: sdcardfs: Fix style issues in macros
3438db4 ANDROID: sdcardfs: Use seq_puts over seq_printf
4aba92c ANDROID: sdcardfs: Use to kstrout
d291433 ANDROID: sdcardfs: Use pr_[...] instead of printk
3f28eb9 ANDROID: sdcardfs: remove unneeded null check
e70ce6f ANDROID: sdcardfs: Fix style issues with comments
449e09d ANDROID: sdcardfs: Fix formatting
3e8115b ANDROID: sdcardfs: correct order of descriptors
d996275 ANDROID: sdcardfs: Fix gid issue
7702a7b ANDROID: sdcardfs: Use tabs instead of spaces in multiuser.h
40af9e9 ANDROID: sdcardfs: Remove uninformative prints
e97b560 ANDROID: sdcardfs: move path_put outside of spinlock
cb3180a ANDROID: sdcardfs: Use case insensitive hash function
ab7a0a1 ANDROID: sdcardfs: declare MODULE_ALIAS_FS
3f4633e ANDROID: sdcardfs: Get the blocksize from the lower fs
43f589b ANDROID: sdcardfs: Use d_invalidate instead of drop_recurisve
51a670b ANDROID: sdcardfs: Switch to internal case insensitive compare
dc227f3 ANDROID: sdcardfs: Use spin_lock_nested
fcf76cf ANDROID: sdcardfs: Replace get/put with d_lock
d6603ca ANDROID: sdcardfs: rate limit warning print
89d2432 ANDROID: sdcardfs: Fix case insensitive lookup
a5b64bb mm: Export do_munmap
* kernel/xiaomi/msm8996/
eb80e5d ANDROID: sdcardfs: d_splice_alias can return error values
* packages/apps/Settings/
0582dad Automatic translation import
e61a280 Settings[Wifi]: fix the input invalid length for WEP encryption.
b4c6741 Settings: Fix internal storage summary for non-emulated storage
ea3de6f IMS: Cellular network type is not showing VoLTE enabled
ad6fddf Settings: Phone process crash in SIM Status.
223711c Add package overlay support for carrier
8b49725 Add new network types in settings app.
* vendor/xiaomi/
eff4197 capricorn: Update blobs from latest 7.0 release
====================
06-07-2017
====================
* kernel/oneplus/msm8996/
1cf91dc power: Synchronize with OxygenOS 4.1.5
* kernel/xiaomi/msm8996/
5be65d0 ANDROID: mnt: Fix next_descendent
565c4c9 ANDROID: sdcardfs: Check for NULL in revalidate
d645265 ANDROID: sdcardfs: Add linux/kref.h include
c04a624 ANDROID: sdcardfs: Move top to its own struct
aafb3b1 ANDROID: sdcardfs: fix sdcardfs_destroy_inode for the inode RCU approach
ee2a363 ANDROID: sdcardfs: Don't iput if we didn't igrab
b308446 ANDROID: sdcardfs: Call lower fs's revalidate
2f81e8c ANDROID: sdcardfs: Avoid setting GIDs outside of valid ranges
56b1c62 ANDROID: sdcardfs: Copy meta-data from lower inode
e06fe72 Revert "Revert "Android: sdcardfs: Don't do d_add for lower fs""
f380ca7 ANDROID: sdcardfs: Use filesystem specific hash
0db6efa Revert "Android: sdcardfs: Don't do d_add for lower fs"
f7f8643 Android: sdcardfs: Don't complain in fixup_lower_ownership
dc7a3cd Android: sdcardfs: Don't do d_add for lower fs
484059e ANDROID: sdcardfs: ->iget fixes
9de3cea Android: sdcardfs: Change cache GID value
e54250f ANDROID: sdcardfs: Directly pass lower file for mmap
f30bead ANDROID: sdcardfs: update module info
4ff9891 ANDROID: sdcardfs: use d_splice_alias
f1a1ee1 ANDROID: sdcardfs: add read_iter/write_iter opeations
d9cc90b ANDROID: sdcardfs: fix ->llseek to update upper and lower offset
4559c4a ANDROID: sdcardfs: copy lower inode attributes in ->ioctl
5b31652 ANDROID: sdcardfs: remove unnecessary call to do_munmap
4e9a142 ANDROID: fs: Export vfs_rmdir2
1bff4fa ANDROID: fs: Export free_fs_struct and set_fs_pwd
8c3f764 ANDROID: sdcardfs: Fix style issues in macros
3af127c ANDROID: sdcardfs: Use seq_puts over seq_printf
a51c029 ANDROID: sdcardfs: Use to kstrout
1259632 ANDROID: sdcardfs: Use pr_[...] instead of printk
bcc3cd9 ANDROID: sdcardfs: remove unneeded null check
a6839af ANDROID: sdcardfs: Fix style issues with comments
31e02be ANDROID: sdcardfs: Fix formatting
a4fdcd2 ANDROID: sdcardfs: correct order of descriptors
0b06213 ANDROID: sdcardfs: Fix gid issue
5dab8b5 ANDROID: sdcardfs: Use tabs instead of spaces in multiuser.h
064063b ANDROID: sdcardfs: Remove uninformative prints
d096ec4 ANDROID: sdcardfs: move path_put outside of spinlock
ad63fa1 ANDROID: sdcardfs: Use case insensitive hash function
2e47ad7 ANDROID: sdcardfs: declare MODULE_ALIAS_FS
e4dba4a ANDROID: sdcardfs: Get the blocksize from the lower fs
323f7d0 ANDROID: sdcardfs: Use d_invalidate instead of drop_recurisve
4eed672 ANDROID: sdcardfs: Switch to internal case insensitive compare
137e59c ANDROID: sdcardfs: Use spin_lock_nested
9b120c7c ANDROID: sdcardfs: Replace get/put with d_lock
8c9fd49 ANDROID: sdcardfs: rate limit warning print
8641967 ANDROID: sdcardfs: Fix case insensitive lookup
f7d0eb4 ANDROID: mnt: remount should propagate to slaves of slaves
00f5b6d merge d_materialise_unique() into d_splice_alias()
* packages/apps/CoralReef/
9914baa Allow to set Ripple on other buttons for Home button only pixel animation [2/2]
1b3bee7 Smartbar: allow to set pixel ani for the home button only [2/2]
36497e5 SmartBar: Add Pixel to button animation settings [3/3]
* packages/apps/Snap/
78666b5 Snap: Simulate back button press when menu back button is pressed
* vendor/oneplus/
1c4faaa op3: Update to OxygenOS 4.1.5 blobs
Downloads:
ROM: Latest AquariOS build
Gapps: BeansGapps (for full Google Assistant features, use full)
Reporting a bug?
See how to do so here:
You need to provide a log in order for the issue to be addressed. Please also include how to reproduce the reported bug if possible.
If you need a log extracting app, try out MatLog and/or paste your log into an online text sharing site like hastebin.com.
Credits & Thanks:
@BeansTown106 - for almost everything Nexus specific (blobs, device, etc) and many ROM features and fixes!
@The Flash for all the features, fixes, theming, and more!
Flash-ROM
The CyanogenMod Community
Dirty Unicorns
SlimRoms
Team Substratum
OmniRom
@rc420head - for teaching me 99% of what I know
@fhem - for teaching me the ropes with compiling for Nexus devices
The AquariOS testers!!!
And all other open source Devs/Teams I may have missed!
Source Code:
Kernel
JOIN OUR G+ COMMUNITY!​
Q & A
Read this before telling everyone something is broken!
1. Android Pay isn't working!! What do I do?
Go into Magisk settings and toggle on the "Hide Magisk" option.
Then try again.
Also, I've found once in a great while, even with this enabled, it will say it failed - if this happens, just try again...it'll work.
2. Waze keeps saying "Looking for network" ?
There is probably a problem in the way Waze handles the access to data when 2 SIM cards are inserted in the device.
You should make sure that : SIM card 1 is the one you receive data with ; SIM card 2 is the one you receive voice calls with.
Swap cards if needed.
If you can't swap cards, disable data on SIM card 1 going to "Settings => Data usage" that should do the trick...
3. I don't receive notifications from an APP / I get delayed notifications from an APP
Most likely, you restored the app causing the problem using Titanium Back-UP. This is a known problem... and is not ROM related.
Just uninstall the app that is causing the problem and re-install it from Google Play.
You should be good to go
4. Help! I can't find more Q & A entries! Why is there only one??
I'll add more soon
XDA:DevDB Information
AquariOS, ROM for the Xiaomi Mi 5s Plus
Contributors
NexusPenguin
Source Code: https://github.com/AquariOS
ROM OS Version: 7.x Nougat
Version Information
Status: Beta
Created 2017-06-11
Last Updated 2017-06-16
PLEASE NOTE !!!!
This ROM has no default sound selected for the phone ringer.
So please consider : if you get a phone call, and your phone doesn't ring, please go to "Settings => Sound" and select a tone for the phone ringer.
IF YOU WANT THE FINGER PRINT TO BE "TAP TO HOME" :
install "FingerPrint Gestures" :
https://play.google.com/store/apps/details?id=com.superthomaslab.fingerprintgestures
I am using it, and it works quite good...
ENJOY AND THANK IF YOU LIKE IT
RESERVED - In case I have to add info
#3 : RESERVED - Just in case
Great to see you on here!
Nice ROM!
Those vendor.img files are for Nexus 6P. Can't you just build Paranoid Android for us?
hi, i will try this !
khanjui said:
Those vendor.img files are for Nexus 6P. Can't you just build Paranoid Android for us?
Click to expand...
Click to collapse
Hi,
Yep... Removed the links. Sorry.
About PA : I was never a fan of that ROM.
And this is about AquariOS
Regards.
JesseWhiteMan said:
hi, i will try this !
Click to expand...
Click to collapse
Hi,
Cool...
Once you have installed it and run it, please report and tell us what you think !
I really hope you'll enjoy it as much as I do
Regards.
You're going to give it support or it's just a compilation in a while I'll give you my impressions
Greetings crack
kuto232 said:
You're going to give it support or it's just a compilation in a while I'll give you my impressions
Greetings crack
Click to expand...
Click to collapse
Hi,
As far as I am concerned, I intend to give it support as far as my knowledge allows me to do so
So, first thing will be regular build, according to what changes in source code.
Then, if you find a bug and provide a logcat, I can look at it and submit it to head dev and see if we can fix it...
Hope you'll enjoy the ROM.
Other people using it confirmed my impressions : it litterally FLIES !!!
Regards.
Magisk Hide does not working fully
Add app circle bar is possible also app side bar?
NexusPenguin said:
Hi,
As far as I am concerned, I intend to give it support as far as my knowledge allows me to do so
So, first thing will be regular build, according to what changes in source code.
Then, if you find a bug and provide a logcat, I can look at it and submit it to head dev and see if we can fix it...
Hope you'll enjoy the ROM.
Other people using it confirmed my impressions : it litterally FLIES !!!
Regards.
Click to expand...
Click to collapse
The rom goes great, the one that incorporates nova launcher seems to me an error would prefer pixel or trebuchet, to emphasize that instagram does not see the notification on screen environment, I will give something more of use and I will comment
regards
wolfwork said:
Magisk Hide does not working fully
Click to expand...
Click to collapse
Hi Wolfwork,
As I have been a little away from the mi5s Plus (got a mi Note 2 for a while) I am not sure.
But I think I haven't seen a single ROM for the mi5s Plus that has a fully functional Magisk Hide.
If you know one, can you tell me which one it is, I'll look into their set-up to try to hide it.
Regards.
coco19821961 said:
Add app circle bar is possible also app side bar?
Click to expand...
Click to collapse
Hi,
I will transmit your request to devs... and I'll get back to you.
But, as far as I understand it, they probably will not do it.
So do not place to high hopes in a positive answer
I'll let you know.
Regards.
kuto232 said:
The rom goes great, the one that incorporates nova launcher seems to me an error would prefer pixel or trebuchet, to emphasize that instagram does not see the notification on screen environment, I will give something more of use and I will comment
regards
Click to expand...
Click to collapse
Hi Kuto,
I don't like Nova either, but I guess you can add your own launcher.
For me, it is "Smart Launcher" since several years...
So Nova or not, I don't care
OK. If you can have a logcat that shows the instagram error it would be great...
I can't say if it works here. I don't use Instagram
Regards.
In resurrection rom, miui eu rom, others
Magisk can hide from root detect
install magisk xiaomi safty module. can bypass CTS
http://imgur.com/a/Xfi97
And working perfectly
But not this rom
app says your rooting and close
NexusPenguin said:
Hi,
I will transmit your request to devs... and I'll get back to you.
But, as far as I understand it, they probably will not do it.
So do not place to high hopes in a positive answer
I'll let you know.
Regards.
Click to expand...
Click to collapse
Thank you by her answer
wolfwork said:
In resurrection rom, miui eu rom, others
Magisk can hide from root detect
install magisk xiaomi safty module. can bypass CTS
http://imgur.com/a/Xfi97
And working perfectly
But not this rom
app says your rooting and close
Click to expand...
Click to collapse
Hi,
So far I never got that on my device.
I always got a fail on CTS check
I will try to install the magisk safety module and I'll see how it reports here.
And will also ask the devs to see if they can fix it...
Regards.
EDIT : installed the Xiaomi module and now I have a green SafetyNet check... So it seems to work here.

[Need Help] Issues with 4G or 5G after changing build.prop

Hello all,
Hope everyone is doing great...
Unfortunately, the network in my area is unstable (keeps switching between 5G & 4G causing constant disconnections) and I decided to modify build.prop (gaming, network and quick power on) but Unfortunately after doing that, I don't see the phone connecting to 4G towers and above, it's always been towers below 4G (as far as I noticed), what am I missing?
Code:
#
# Gaming Tweaks
#
persist.sys.NV_FPSLIMIT=60
persist.sys.NV_POWERMODE=1
persist.sys.NV_PROFVER=15
persist.sys.NV_STEREOCTRL=0
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_STEREOSEP=20
persist.sys.purgeable_assets=1
debug.enabletr=true
debug.qctwa.preservebuf=1
dev.pm.dyn_samplingrate=1
video.accelerate.hw=1
ro.vold.umsdirtyratio=20
debug.overlayui.enable=1
debug.egl.hw=1
ro.fb.mode=1
hw3d.force=1
persist.sys.ui.hw=1
ro.sf.compbypass.enable=0
debug.sf.hw=1
debug.composition.type=c2d
persist.sys.composition.type=c2d
debug.performance.tuning=1
ro.media.dec.jpeg.memcap=8000000
ro.media.enc.hprof.vid.bps=8000000
ro.media.dec.aud.wma.enabled=1
ro.media.dec.vid.wmv.enabled=1
ro.media.cam.preview.fps=0
ro.media.codec_priority_for_thumb=so
#
# Network Tweaks
#
net.tcp.buffersize.default=4096,87380,256960,4096, 16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,163 84,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,163 84,256960
net.rmnet0.dns1=8.8.8.8
net.rmnet0.dns2=8.8.4.4
net.dns1=8.8.8.8
net.dns2=8.8.4.4
#
# Quick Power On
#
ro.config.hw_quickpoweron=true
Any help is appreciated in terms of better build prop settings for the note 20 ultra...
Highly appreciated...
It could be network Tweaks or with power mode change.
TBH most of build prop Tweaks (claims to be improve performance) are just myth and out of date.
all of those "tweaks" are totally useless and placebo

Categories

Resources