hello,
i'm trying to port an aosp rom to my samsung galaxy sl, but when i launch the make command i receive an error that says:
Code:
build/core/base_rules.mk:79: *** Module name: 01_Vendor_ti_omx
build/core/base_rules.mk:80: *** Makefile location: hardware/ti/omap3/omx/core_plugin
build/core/base_rules.mk:81: *
build/core/base_rules.mk:82: * Each module must use a LOCAL_MODULE_TAGS in its
build/core/base_rules.mk:83: * Android.mk. Possible tags declared by a module:
build/core/base_rules.mk:84: *
build/core/base_rules.mk:85: * optional, debug, eng, tests, samples
build/core/base_rules.mk:86: *
build/core/base_rules.mk:87: * If the module is expected to be in all builds
build/core/base_rules.mk:88: * of a product, then it should use the
build/core/base_rules.mk:89: * "optional" tag:
build/core/base_rules.mk:90: *
build/core/base_rules.mk:91: * Add "LOCAL_MODULE_TAGS := optional" in the
build/core/base_rules.mk:92: * Android.mk for the affected module, and add
build/core/base_rules.mk:93: * the LOCAL_MODULE value for that component
build/core/base_rules.mk:94: * into the PRODUCT_PACKAGES section of product
build/core/base_rules.mk:95: * makefile(s) where it's necessary, if
build/core/base_rules.mk:96: * appropriate.
build/core/base_rules.mk:97: *
build/core/base_rules.mk:98: * If the component should be in EVERY build of ALL
build/core/base_rules.mk:99: * products, then add its LOCAL_MODULE value to the
build/core/base_rules.mk:100: * PRODUCT_PACKAGES section of
build/core/base_rules.mk:101: * build/target/product/core.mk
build/core/base_rules.mk:102: *
build/core/base_rules.mk:103: *** user tag detected on new module - user tags are only supported on legacy modules.
i tried to add the "LOCAL_MODULE_TAGS := optional" string to the makefile of the interested directory, but i receive anyway the message. The makefile (Android.mk) is located in /hardware/ti/omap3/omx/core_plugin
I don't know how to proceed, please help me
UnwornMadRed said:
hello,
i'm trying to port an aosp rom to my samsung galaxy sl, but when i launch the make command i receive an error that says:
Code:
build/core/base_rules.mk:79: *** Module name: 01_Vendor_ti_omx
build/core/base_rules.mk:80: *** Makefile location: hardware/ti/omap3/omx/core_plugin
build/core/base_rules.mk:81: *
build/core/base_rules.mk:82: * Each module must use a LOCAL_MODULE_TAGS in its
build/core/base_rules.mk:83: * Android.mk. Possible tags declared by a module:
build/core/base_rules.mk:84: *
build/core/base_rules.mk:85: * optional, debug, eng, tests, samples
build/core/base_rules.mk:86: *
build/core/base_rules.mk:87: * If the module is expected to be in all builds
build/core/base_rules.mk:88: * of a product, then it should use the
build/core/base_rules.mk:89: * "optional" tag:
build/core/base_rules.mk:90: *
build/core/base_rules.mk:91: * Add "LOCAL_MODULE_TAGS := optional" in the
build/core/base_rules.mk:92: * Android.mk for the affected module, and add
build/core/base_rules.mk:93: * the LOCAL_MODULE value for that component
build/core/base_rules.mk:94: * into the PRODUCT_PACKAGES section of product
build/core/base_rules.mk:95: * makefile(s) where it's necessary, if
build/core/base_rules.mk:96: * appropriate.
build/core/base_rules.mk:97: *
build/core/base_rules.mk:98: * If the component should be in EVERY build of ALL
build/core/base_rules.mk:99: * products, then add its LOCAL_MODULE value to the
build/core/base_rules.mk:100: * PRODUCT_PACKAGES section of
build/core/base_rules.mk:101: * build/target/product/core.mk
build/core/base_rules.mk:102: *
build/core/base_rules.mk:103: *** user tag detected on new module - user tags are only supported on legacy modules.
i tried to add the "LOCAL_MODULE_TAGS := optional" string to the makefile of the interested directory, but i receive anyway the message. The makefile (Android.mk) is located in /hardware/ti/omap3/omx/core_plugin
I don't know how to proceed, please help me
Click to expand...
Click to collapse
i think its a software problem, so ask a mod to put this thread where it belongs.
Related
Hey all I am having a small issue that I dont understand. I am trying to set certain registry entries during the setup process, the problem is some stick some dont, and I dont know why. Could someone look at this and tell me why? Its not a huge list but its weird. I created folder called "ZZZ" and add this:
REGEDIT4
* ;---- disable security check for installed programs
* [HKEY_LOCAL_MACHINE\Security\Policies\Policies]
* "0000101a"=dword:00000001
* "0000101C"=dword:00000001
* [HKEY_LOCAL_MACHINE\Software\Jataayu\Messaging]
* "DisableSMSSuccess"=dword:00000001
"MessageServiceComponents"=dword:000005FE
* "PlayerOrientation"=dword:00000002
"PlayerFlags"=dword:00000001
* "PlayerType"=dword:00000001
* [HKEY_LOCAL_MACHINE\Software\HTC\HTCMessaging]
* "HTCDevice"=dword:00000001
* [HKEY_LOCAL_MACHINE\Software\WIDCOMM\Plugin\HandsFree]
* "SupportedFeatures"=dword:000005EF
* [HKEY_LOCAL_MACHINE\SOFTWARE\WIDCOMM\BTConfig\Services\0002]
* "Authorization"=dword:00000001
* "Encryption"=dword:00000001
* [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev]
* "AcousticFile"="\\windows\\AudioPara3_ATTMax.csv"
* [HKEY_CURRENT_USER\ControlPanel\SoundCategories\InCall]
* "InitVol"=dword:00000009
* "AttenuationCategory"=dword:00000001
* "DefaultSound"="\\Windows\\HTCTone\\Midi2Wave_079_4098.wav"
* "Directory"="\\Windows\\"
* [HKEY_CURRENT_USER\ControlPanel\SoundCategories\Ring]
* "AttenuationCategory"=dword:00000004
"InitVol"=dword:00000009
* "Speaker"=dword:00000001
* "DefaultSound"="\\windows\\Ring01-WindowsPhone .wma"
* "Directory"="\\Windows\\"
* [HKEY_LOCAL_MACHINE\Software\WIDCOMM\Plugin\AV]
* "LineSpeed"=dword:00000140
* [HKEY_CURRENT_USER\Software\HTC\Manila]
* "EnableLandscape"="true"
* = Reg Entry Works
Bold Entry Doesnt work
The Bold Entry values revert to default which are (In order of list)
1406
0
3
Anyone? I'm sure someone knows why 3 entries arent making it.
I think they are overwritten by the customization.
You should wrote this thread in the Chef Central, this forum is strictly for Rhodium ROM development.
I got permission from pro_granade to build the PAC Rom for the S5
{
"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"
}
PAC-ROM is built with our own tweaks and options, including picks and features from the best ROMs out there!
Why choose among ROMs, when you have All-in-One !!
* By flashing this, you automatically void your warranty! *
* If your phone breaks, blows up or runs away from you, do not cry to us! *
* Do not ask for ETAs!! *
* Download the ROM and GApps *
* Reboot to recovery *
* Wipe data/factory reset *
* Flash the ROM and then GApps *
* Reboot your phone *
* Enjoy *
* Download the latest version *
* Reboot to recovery *
* Flash the ROM *
* Wipe both dalvik cache and cache *
* Reboot your phone *
* Enjoy the latest version of PAC-ROM *
* Submit a bug report *
* Submit a patch *
* None for now *
* PAC-ROM Downloads *
* GApps *
* PAC-ROM Team *
* Cyanogen Team *
* AOKP Team *
* DirtyUnicorns *
* SlimRoms *
* Vanir *
* Omnirom *
* Special thanks to all our Build Bot Providers (see Contributors list for all names) *
* PAC Graphix Team - Graphics, logos and images (see Contributors list for all names) *
* And of course, thank you for your love and support! *
Support us with these banners:
XDA:DevDB Information
PAC-man ROM - All in One - PA/CM/AOKP , ROM for the Samsung Galaxy S 5
Contributors
hiowa93, pro_granade
Source Code: https://github.com/PAC-ROM/pac-rom
ROM OS Version: 5.1.x Lollipop
Based On: PA/CM/AOKP
Version Information
Status: Beta
Created 2015-10-27
Last Updated 2016-02-10
Reserved
Reserved
Sweet thanks for building for kltespr!
Looking forward to testing soon!
Thank you!!!
Enviado desde mi SM-G900M mediante Tapatalk
Thanks.
Nice and smooth..just an error by notification ticker
All I need is a notification ticker. Any way it can be implemented?
New Builds are out
Running excellent.
THX
New Updates are out,
Changelog:
Code:
====================
11-03-2015
====================
* packages/apps/Trebuchet/
2d723e2 GMS 3.0 : Update optional apps and folders
8361472 Update default workspace to GMS 3.0 req
* system/core/
4743d5c healthd: Turn screen off before rebooting
* vendor/cm/
7a218f8 Ventelo is now Phonero
====================
11-02-2015
====================
* device/samsung/qcom-common/
4acd426 qcom-common: remove e2fsck
* packages/apps/Camera2/
44d2333 Fix crash if Exif-Tag buffer-length and component-count are both 0
* packages/apps/Gallery2/
77db8c7 Fix crash if Exif-Tag buffer-length and component-count are both 0
* packages/apps/Mms/
7965b67 Fix crash if Exif-Tag buffer-length and component-count are both 0
* packages/apps/Trebuchet/
f6a8d4f Fix crash if Exif-Tag buffer-length and component-count are both 0
====================
11-01-2015
====================
* device/samsung/chagalllte/
b28cd84 Update BoardConfig.mk
d7a9619 Update and rename bliss.mk to cm.mk
746086a Update BoardConfig.mk
c306162 Update and rename cm.mk to bliss.mk
b029e7a 1
e84eb08 :confetti_ball: Added .gitattributes
* device/samsung/chagallwifi/
6b104c5 Update BoardConfig.mk
* device/samsung/klimtlte/
65998c3 Update BoardConfig.mk
* device/samsung/klimtwifi/
f44353a Update BoardConfig.mk
* packages/apps/Trebuchet/
88dc0de Trebuchet: Enable HW Layers in app drawer
* vendor/cm/
48a042e contributors: add LG G4, remove cody from some devices
====================
10-31-2015
====================
* build/
bb28859 generate_extra_images: Allow supplying arguments to dtbtool
95f875e build: Adjust for device-specific HAL paths
* device/qcom/common/
ea715b9 power: enable perf options for power bias
* frameworks/base/
90f1230 Keyguard: Show backdrop when sim pin secure screen shown
60f8cb9 Only accept user rotations when in USER_ROTATION_FREE mode
642bb7f SettingsProvider: load animation defaults into correct table
f175caa Keyguard: fix fingerprint not starting after user switch
96a18ee FingerprintService: fix fingerprints disappearing
61762a4 Automatic translation import
* packages/apps/Settings/
4007d3d Settings : Update performance tile drawable reference
d06b867 Automatic translation import
* packages/apps/TvSettings/
0f55b99 Automatic translation import
====================
10-30-2015
====================
* frameworks/av/
3868162 camera: Allow devices to load custom CameraParameter code
* frameworks/base/
80f4378 SystemUI: Fix string typo
* packages/apps/Contacts/
4abb2f0 Contacts : Add ability to customize Contact Editor Views
* packages/apps/Mms/
b9e9ff2 Fixed Messaging: Overflow menu options change after screen ON/OFF
* packages/apps/Trebuchet/
56396c8 trebuchet: ensure not overlaping shorcuts with dockbar items when searchbar is invisible
hiowa93 said:
New Updates are out,
Changelog:
Code:
====================
11-03-2015
====================
* packages/apps/Trebuchet/
2d723e2 GMS 3.0 : Update optional apps and folders
8361472 Update default workspace to GMS 3.0 req
* system/core/
4743d5c healthd: Turn screen off before rebooting
* vendor/cm/
7a218f8 Ventelo is now Phonero
====================
11-02-2015
====================
* device/samsung/qcom-common/
4acd426 qcom-common: remove e2fsck
* packages/apps/Camera2/
44d2333 Fix crash if Exif-Tag buffer-length and component-count are both 0
* packages/apps/Gallery2/
77db8c7 Fix crash if Exif-Tag buffer-length and component-count are both 0
* packages/apps/Mms/
7965b67 Fix crash if Exif-Tag buffer-length and component-count are both 0
* packages/apps/Trebuchet/
f6a8d4f Fix crash if Exif-Tag buffer-length and component-count are both 0
====================
11-01-2015
====================
* device/samsung/chagalllte/
b28cd84 Update BoardConfig.mk
d7a9619 Update and rename bliss.mk to cm.mk
746086a Update BoardConfig.mk
c306162 Update and rename cm.mk to bliss.mk
b029e7a 1
e84eb08 :confetti_ball: Added .gitattributes
* device/samsung/chagallwifi/
6b104c5 Update BoardConfig.mk
* device/samsung/klimtlte/
65998c3 Update BoardConfig.mk
* device/samsung/klimtwifi/
f44353a Update BoardConfig.mk
* packages/apps/Trebuchet/
88dc0de Trebuchet: Enable HW Layers in app drawer
* vendor/cm/
48a042e contributors: add LG G4, remove cody from some devices
====================
10-31-2015
====================
* build/
bb28859 generate_extra_images: Allow supplying arguments to dtbtool
95f875e build: Adjust for device-specific HAL paths
* device/qcom/common/
ea715b9 power: enable perf options for power bias
* frameworks/base/
90f1230 Keyguard: Show backdrop when sim pin secure screen shown
60f8cb9 Only accept user rotations when in USER_ROTATION_FREE mode
642bb7f SettingsProvider: load animation defaults into correct table
f175caa Keyguard: fix fingerprint not starting after user switch
96a18ee FingerprintService: fix fingerprints disappearing
61762a4 Automatic translation import
* packages/apps/Settings/
4007d3d Settings : Update performance tile drawable reference
d06b867 Automatic translation import
* packages/apps/TvSettings/
0f55b99 Automatic translation import
====================
10-30-2015
====================
* frameworks/av/
3868162 camera: Allow devices to load custom CameraParameter code
* frameworks/base/
80f4378 SystemUI: Fix string typo
* packages/apps/Contacts/
4abb2f0 Contacts : Add ability to customize Contact Editor Views
* packages/apps/Mms/
b9e9ff2 Fixed Messaging: Overflow menu options change after screen ON/OFF
* packages/apps/Trebuchet/
56396c8 trebuchet: ensure not overlaping shorcuts with dockbar items when searchbar is invisible
Click to expand...
Click to collapse
Downloading now, thanks!
My daily driver since one week. Fine piece of work.
Hey guys
New Updates are building right now automatically and upload also, this is the Order:
KLTE
KLTESPR
KLTEUSC
T705
T700
T800
T805
Builds takes about 30 Minutes for each device.
Changelog are also up on my site in the Pac directory, if i didnt post it here.
Changelog
Code:
====================
11-06-2015
====================
* build/
59cd10e build: Don't load dt.img task if custom mkbootimg is used
4a90555 build: create dt.img task
c40c492 ota_from_target_files: Don't validate data signatures with data wipe
737f92f build: update variable
8c620f0 Merge tag 'android-5.1.1_r26' into pac-5.1
* frameworks/base/
defde3f base: remove duplicated variable
f775ce7 base: get rid of android time class
3a49c8a Revert "Only accept user rotations when in USER_ROTATION_FREE mode"
9ba0df9 Update boosted audio files 1/2
61d88a5 Fix crash if Exif-Tag buffer-length and component-count are both 0
3435104 SystemUI: HeadsUp: Check if view isn't already in windowManager [Update]
3bacc90 Merge tag 'android-5.1.1_r26' into pac-5.1
* frameworks/opt/net/wifi/
c589370 wifi: don't disable AP on sub change if it's the same sub
* frameworks/opt/telephony/
384e387 Merge tag 'android-5.1.1_r26' into pac-5.1
* pac-rom/
438b501 manifest: android-5.1.1_r24 -> android_5.1.1_r26
* packages/apps/Settings/
cac0d53 Merge tag 'android-5.1.1_r26' into pac-5.1
====================
11-05-2015
====================
* bootable/recovery-twrp/
f20a570 minuitwrp: pixelflinger no longer has VectorImpl
* packages/services/Telephony/
1acdc19 TeleService: Ensure the right phone object is used for MSIM
* vendor/cm/
d9d3201 Remove instance of server=""
====================
11-04-2015
====================
* frameworks/av/
ee4b4d3 stagefright: MPEG4Extractor: allow 'hdlr' box before first track
8295e4e DO NOT MERGE: Protect data source access with mutex during disconnect
* hardware/qcom/media-caf/msm8916/
bb144e5 Build mm-video-v4l2 on msm8909's
* packages/apps/DeskClock/
60d907d deskclock: support ogg music files
* packages/apps/LockClock/
d2d601f LockClock : Add api key for open weather
* packages/apps/ThemeChooser/
e6c8aec themechooser: listen for previews
* vendor/cm/
902c2cc Update boosted audio files 2/2
====================
11-03-2015
====================
* bootable/recovery/
29e9b2f Merge tag 'android-5.1.1_r26' into cm-12.1
* cts/
04eebc6 rename android_security_cts_AudioflingerBinderTest.cpp to android_security_cts_AudioFlingerBinderTest.cpp
9446958 Manually fix build errors from an MNC cherry-pick.
a49f503 add more binder tests for AudioFlinger and AudioPolicyService.
4783561 CTS: verify ConnectivityManager.requestNetwork throws for restricted networks
74d90b3 Test if libstagefright dies in onInputBufferFilled on currupted file
59cddac Add 5-second timeout to testFlacHeapOverflow
f0ec278 DO NOT MERGE - Add security test for IEffect binder command
a41f1b6 DO NOT MERGE: Test whether mediaserver leaks info across invalid binder calls
b0e6092 DO NOT MERGE - Add CTS tests for IAudioflinger binder checks.
* frameworks/av/
5d567cc Merge tag 'android-5.1.1_r26' into cm-12.1
* frameworks/native/
1cba324 Merge tag 'android-5.1.1_r26' into cm-12.1
* packages/apps/Trebuchet/
2d723e2 GMS 3.0 : Update optional apps and folders
8361472 Update default workspace to GMS 3.0 req
* system/core/
323bb81 Merge tag 'android-5.1.1_r26' into cm-12.1
4743d5c healthd: Turn screen off before rebooting
* vendor/cm/
7a218f8 Ventelo is now Phonero
====================
11-02-2015
====================
* device/samsung/qcom-common/
4acd426 qcom-common: remove e2fsck
* packages/apps/Camera2/
44d2333 Fix crash if Exif-Tag buffer-length and component-count are both 0
* packages/apps/Gallery2/
77db8c7 Fix crash if Exif-Tag buffer-length and component-count are both 0
* packages/apps/Mms/
7965b67 Fix crash if Exif-Tag buffer-length and component-count are both 0
* packages/apps/Trebuchet/
f6a8d4f Fix crash if Exif-Tag buffer-length and component-count are both 0
New updates are out. Changelog can you found also on my site
this may seem like an unusual request, but could you release kitkat PAC? lolipop is such garbage...
Is this rom good for daily use? So no bugs that can disable you from working with your phone?
Will this rom also be updated to Android 6.0?
drippydh said:
Is this rom good for daily use? So no bugs that can disable you from working with your phone?
Will this rom also be updated to Android 6.0?
Click to expand...
Click to collapse
Yes for me a daily driver since i build it.
And yes i updated also for 6 after PAC release more features . still not much when i booting PAC 6 yesterday
hiowa93 said:
Yes for me a daily driver since i build it.
And yes i updated also for 6 after PAC release more features . still not much when i booting PAC 6 yesterday
Click to expand...
Click to collapse
Oke, thank you for your reply!
I will flash this rom one of these days than.
hiowa93 said:
Yes for me a daily driver since i build it.
And yes i updated also for 6 after PAC release more features . still not much when i booting PAC 6 yesterday
Click to expand...
Click to collapse
Excuse me!! PAC 6 booted?!
{
"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"
}
Credits @savadam for video
These builds are based on CM-13.0 with features cherry-picked from many sources including CyanogenMod, AICP, AOKP, Durty Unicorns, Slimroms, @Sultanxda, @jgcaap, etc... Rom is currently built under UberTC 4.9.4 and UberTC 7.0 for kernel, thanks to @DespairFactor for keep Toolchains updated
All credit goes to @temasek for the ROM development also @arter97 which is head of optimization for ROM..
My goal is to contribute to the HTC One M8 (2014) community with all the knowledge I have acquired over the years here in the forum
If you want to keep this magnificent ROM active and updated and if you like my work, feel free to contribute with small donation
Optimizations
* Uber Toolchain for Best Overall User Experience Possible!
* Kernel Build Flags (STRICT_ALIASING, KRAIT_TUNINGS, ENABLE_GCCONLY, GRAPHITE_OPTS)
* SQLite 3.14.1 database
* Root access under "Developer Options"
More is coming...
Temasek spare parts
* App circle bar
* App bar
* Clock widget
* Gesture Anywhere
* Lockscreen features
* Recents Panel (AOSP & Slim & Omniswitch)
* Screen Animations
Features
* Snap Camera
* Viper4Android
* Call Recording
* OnTheGo Mode
* 3 finger gesture screenshot
* PIE
* Heads Up Notifications
* Network traffic meter
* DPI Settings
Instalation Instructions
Clean flash (If coming from another ROM)
* Nandroid backup your current rom
* Wipe Data/Factory Reset
* Wipe System, Data, Cache, Dalvik (ART) Cache (DON'T wipe internal storage)
* Flash Rom
* Flash Recomended Gapps - Choose Pico or Nano package
* Reboot and enjoy!
Dirty flash (If you want to update temasek)
* Nandroid backup your current rom
* Flash Rom (Without wipe nothing)
* Reboot and enjoy!
Downloads
* Latest build v11.6 - 09/10/2016
Android FileHost | BasketBuild
Sources
FSadino Github
Temasek Github
Cyanogenmod Github (kernel source)
Credits
@temasek for development of rom
@arter97 for optimizing this rom
@katinatez @jgcaap @@blinoff82 for all help
@DespairFactor
And last but not least all supporters and testers
<<<<<< My Personal Kernel Settings (OnePlus One) >>>>>>
XDA:DevDB Information
Temasek 6.0.1 for HTC One M8 (2014), ROM for the HTC One (M8)
Contributors
FSadino
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Stable
Created 2016-09-17
Last Updated 2017-01-02
Reserved
FAQ's & General Tips
Can I flash custom kernel on this ROM?
* Yes, you are free to flash custom kernels on this ROM but don't report any bugs you may find
GPS not accurate or slow fix satellites
* Use FasterGPS to configure your gps.conf
Problems with battery not charging or drain to fast.
* Calibrate your battery by let it discharge completely and do a full charge without interruptions. It must calibrate after 2/3 cicles
How to dirty flash new gapps?
1. Using file explorer navigate to system/addon.d
2. Delete file that says gapps example "70-gapps.sh, 80-gapps.sh, 82-gapps.sh"
3. Flash new gapps in recovery
How can i switch SElinux to "Permissive"?
* You can use Kernel Aduitor
Reserved
Changelog:
====================
10-09-2016
====================
* packages/apps/Eleven/
f1daeeb Merge "eleven: Add support for the MediaSession queue" into cm-13.0
* packages/apps/Settings/
a231de8 Build v11.7
* packages/providers/ThemesProvider/
87db871 Update ThemesProvider.java
====================
10-08-2016
====================
* android/
a8e1752 Update default.xml
* build/
f289701 build: Support a fallback to java 8 if java 7 is not found
f463959 Merge pull request #2 from CyanogenMod/cm-13.0
* external/okhttp/
94c0740 Merge pull request #1 from frank-gro/cm-13.0
* external/sqlite/
8c9f3b2 Merge pull request #1 from CyanogenMod/cm-13.0
* frameworks/av/
b5426ca Merge pull request #2 from CyanogenMod/cm-13.0
* frameworks/native/
55149c7 Merge pull request #2 from CyanogenMod/cm-13.0
* frameworks/opt/net/wifi/
12ae832 Merge pull request #1 from CyanogenMod/cm-13.0
* packages/apps/CellBroadcastReceiver/
7060c02 Merge pull request #2 from CyanogenMod/cm-13.0
* packages/apps/DeskClock/
8b7d47a Merge pull request #2 from CyanogenMod/cm-13.0
* packages/apps/Dialer/
99dbebf Merge pull request #2 from CyanogenMod/cm-13.0
* packages/apps/Eleven/
bd9e6d2 Eleven: Correctly set shake to play
* packages/apps/PackageInstaller/
1223f7c Merge pull request #2 from CyanogenMod/cm-13.0
* packages/apps/PhoneCommon/
4bbe4f5 Merge pull request #2 from CyanogenMod/cm-13.0
* packages/apps/SetupWizard/
7e0d2d7 Merge pull request #2 from CyanogenMod/cm-13.0
* packages/apps/Snap/
9ea1533 Merge pull request #2 from CyanogenMod/cm-13.0
* packages/inputmethods/LatinIME/
9e18dc4 Merge pull request #2 from CyanogenMod/cm-13.0
* packages/providers/ContactsProvider/
fa48821 Merge pull request #2 from CyanogenMod/cm-13.0
* packages/providers/MediaProvider/
f6af967 Merge pull request #2 from CyanogenMod/cm-13.0
* packages/providers/TelephonyProvider/
3874293 Merge pull request #2 from CyanogenMod/cm-13.0
* packages/providers/ThemesProvider/
c4144d9 Revert Implement theme mixes from ThemesContract [2/2]
b18df5a Revert Implement theme mixes from ThemesContract [1/2]
* packages/services/Telephony/
85d132a Merge pull request #2 from CyanogenMod/cm-13.0
* system/core/
84a04cf Merge pull request #2 from CyanogenMod/cm-13.0
====================
10-07-2016
====================
* frameworks/opt/telephony/
ad6249c Merge pull request #3 from CyanogenMod/cm-13.0
* libcore/
caee9ba Merge pull request #2 from CyanogenMod/cm-13.0
* packages/apps/BluetoothExt/
fb1d282 Merge pull request #2 from CyanogenMod/cm-13.0
* packages/apps/Eleven/
488ce05 eleven: Add support for the MediaSession queue
* packages/apps/InCallUI/
1763334 Merge pull request #2 from CyanogenMod/cm-13.0
* packages/apps/Trebuchet/
4a7a1df Merge pull request #2 from CyanogenMod/cm-13.0
* packages/providers/ThemesProvider/
6abe369 Implement theme mixes from ThemesContract
* packages/services/Telephony/
9330f1c Telephony: Fix mobile network settings for CDMA without LTE
* vendor/cmsdk/
eca0afa Merge pull request #3 from CyanogenMod/cm-13.0
====================
10-06-2016
====================
* build/
7b16908 Merge tag 'android-6.0.1_r72' into HEAD
* external/bouncycastle/
beba020 Merge tag 'android-6.0.1_r72' into HEAD
* external/flac/
be25551 Merge tag 'android-6.0.1_r72' into HEAD
* external/libavc/
130f76a Merge tag 'android-6.0.1_r72' into HEAD
* external/libvpx/
22ab465 Merge tag 'android-6.0.1_r72' into HEAD
* external/sonivox/
4d2a2d9 Merge tag 'android-6.0.1_r72' into HEAD
* frameworks/av/
cb1cdff Merge tag 'android-6.0.1_r72' into HEAD
* frameworks/native/
b22bca4 Merge tag 'android-6.0.1_r72' into HEAD
* frameworks/opt/net/wifi/
e9e7aed Merge tag 'android-6.0.1_r72' into HEAD
* hardware/ril/
65c8989 Merge tag 'android-6.0.1_r72' into HEAD
* libcore/
436c54b Merge tag 'android-6.0.1_r72' into HEAD
* packages/apps/AudioFX/
73e1903 Merge "AudioFX: fix missing bassboost/virtualizer" into cm-13.0
* packages/apps/Email/
de1a096 Merge tag 'android-6.0.1_r72' into HEAD
* packages/apps/SoundRecorder/
4c55ff0 SoundRecorder: Add AAC recording option
* packages/providers/DownloadProvider/
b25fddc Merge tag 'android-6.0.1_r72' into HEAD
* packages/providers/TelephonyProvider/
c3d8153 Merge tag 'android-6.0.1_r72' into HEAD
* packages/services/Telephony/
5accfb7 Merge tag 'android-6.0.1_r72' into HEAD
* system/core/
7e1cf25 Merge tag 'android-6.0.1_r72' into HEAD
* system/media/
69c4724 Merge tag 'android-6.0.1_r72' into HEAD
====================
09-29-2016
====================
* device/htc/m8/
6e32005 Merge pull request #1 from CyanogenMod/cm-13.0
* packages/apps/Eleven/
14d5e16 Eleven: Do not uppercase unnecessarily
====================
09-28-2016
====================
* prebuilts/gcc/linux-x86/arm/arm-eabi-6.x-linaro/
4343fa1 Initial commit
* prebuilts/gcc/linux-x86/arm/arm-eabi-7.0/
6731e01 Initial commit
* prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/
14f927b Initial commit
====================
09-27-2016
====================
* android/
7a1639c Update README.mkdn
b14cbfb Update README.mkdn
====================
09-26-2016
====================
* packages/apps/Settings/
bb42013 Build 11.6
====================
09-25-2016
====================
* packages/apps/AudioFX/
5dbe618 Automatic translation import
* packages/apps/BasicSmsReceiver/
ca20d95 Automatic translation import
* packages/apps/Browser/
856061c Automatic translation import
* packages/apps/CMBugReport/
d15bb87 Automatic translation import
* packages/apps/CMFileManager/
80609d1 Automatic translation import
* packages/apps/CMWallpapers/
cb8f43e Automatic translation import
* packages/apps/Calendar/
d531eb3 Automatic translation import
* packages/apps/Camera2/
042a29c Automatic translation import
* packages/apps/Contacts/
d7eedfa Automatic translation import
* packages/apps/ContactsCommon/
7744f5c Automatic translation import
* packages/apps/Email/
6e0da11 Automatic translation import
* packages/apps/ExactCalculator/
6e780cf Automatic translation import
* packages/apps/Exchange/
222f41e Automatic translation import
* packages/apps/FMRadio/
6e58d26 Automatic translation import
* packages/apps/Gallery2/
ebffdae Automatic translation import
* packages/apps/Gello/
88555fa Automatic translation import
* packages/apps/KeyChain/
2674ad7 Automatic translation import
* packages/apps/ManagedProvisioning/
5024c35 Automatic translation import
* packages/apps/Nfc/
dba3313 Automatic translation import
* packages/apps/Profiles/
5385cd8 Automatic translation import
* packages/apps/Screencast/
f4f2ed6 Automatic translation import
* packages/apps/SoundRecorder/
0f42444 Automatic translation import
* packages/apps/Stk/
9404130 Automatic translation import
* packages/apps/Terminal/
63398de Automatic translation import
* packages/apps/ThemeChooser/
56b2153 Automatic translation import
* packages/apps/TvSettings/
2ed1168 Automatic translation import
* packages/apps/UnifiedEmail/
351a9d1 Automatic translation import
* packages/providers/CalendarProvider/
bf66c52 Automatic translation import
* packages/providers/DataUsageProvider/
ffd3c50 Automatic translation import
* packages/providers/DownloadProvider/
f65b576 Automatic translation import
* packages/providers/ThemesProvider/
6222a87 Automatic translation import
* packages/providers/WeatherProvider/
34d9c3e Automatic translation import
* packages/screensavers/Basic/
de1b4b4 Automatic translation import
* packages/screensavers/PhotoTable/
fc5761b Automatic translation import
* packages/services/CMAudioService/
aa1ccf0 Automatic translation import
* packages/services/LiveLockScreenService/
40301ec Automatic translation import
* packages/services/Mms/
477457f Automatic translation import
* packages/services/ThemeManagerService/
7b296c5 Automatic translation import
* packages/wallpapers/Basic/
7faa195 Automatic translation import
* packages/wallpapers/HoloSpiral/
69c0ea6 Automatic translation import
* packages/wallpapers/LivePicker/
24c9bd7 Automatic translation import
* packages/wallpapers/MagicSmoke/
b51da83 Automatic translation import
* packages/wallpapers/NoiseField/
1cc45c9 Automatic translation import
* packages/wallpapers/PhaseBeam/
4e6ecc6 Automatic translation import
* packages/wallpapers/PhotoPhase/
d3e978f Automatic translation import
17/9/2016 - Initial Release
ROM is currently under testing and if you encounter any issues/bugs feel free to give your feedback.
I don't support custom kernel or 3rd party apps on my projects, feel free to use them but DON'T report bugs
Thanks again @KH_Lionheart for testing my unofficial Temasek ROM. :good:
Thank you
Flashed correctly.
Can you try to bring PA to M8?
@FSadino
This ROM supports F2FS ?
Thanks for the shout out man, it's running pretty snappy and I'm really enjoying the minimalistic nature of this ROM. Thanks for your work to bring it to our community.
Eurofighter_ty said:
@FSadino
This ROM supports F2FS ?
Click to expand...
Click to collapse
Not tested
I need more feedback to continue this build
FSadino said:
Not tested
I need more feedback to continue this build
Click to expand...
Click to collapse
I'm about to flash it. I'll try to let you know how it goes.
@FSadino! :highfive:
Thanks for your work & this great ROM. :good:
Keep it up and see you soon.
leather.face ...
PS: I press later Thanks Button, Limit is full!
FSadino said:
Not tested
I need more feedback to continue this build
Click to expand...
Click to collapse
Honestly everything seems to be working really well. I haven't had an issue with anything yet and I've been running for a few days now. I didn't try F2FS because I've heard it can be a bit unstable and when it does crash it crashes hard. If anyone else has tried it and had success, or if there's anything you need me to test out specifically @FSadino just let me know.
KH_Lionheart said:
Honestly everything seems to be working really well. I haven't had an issue with anything yet and I've been running for a few days now. I didn't try F2FS because I've heard it can be a bit unstable and when it does crash it crashes hard. If anyone else has tried it and had success, or if there's anything you need me to test out specifically @FSadino just let me know.
Click to expand...
Click to collapse
Use the ROM with stock kernel for some days to calibrate battery and see if any feature not working or if you have huge heat on GPS location
FSadino said:
Use the ROM with stock kernel for some days to calibrate battery and see if any feature not working or if you have huge heat on GPS location
Click to expand...
Click to collapse
GPS works great after using the fix/booster from the OP. Doesn't seem to get hot at all either. I'll keep using it but so far I have only had an issue trying to run Antutu. When I tried to give it the permissions it needed I kept getting notifications about a screen overlay even after disabling any apps including system.
FSadino said:
Use the ROM with stock kernel for some days to calibrate battery and see if any feature not working or if you have huge heat on GPS location
Click to expand...
Click to collapse
My phone was warm and the battery drained very fast. I had to restore a nandroid of something else.
thelangosta said:
My phone was warm and the battery drained very fast. I had to restore a nandroid of something else.
Click to expand...
Click to collapse
You need to calibrate your battery after install ROM.
FSadino said:
You need to calibrate your battery after install ROM.
Click to expand...
Click to collapse
I'll try again another time. My day got busier than expected today.
Nice copy of my work
www.tuttoandroid.net/forum/threads/...0-6-0-1-cm-aosp-guida-novita-e-download.53036
Hi @FSadino
Firstlu, thanks alot for bring and made this great rom, battery friendly yet fast.
I found out that when use camera on hdr mode, camera always force close on second attempt. Clean flash install ans the only mod is walkman port.
Thanks and regards
kunkidou6591 said:
Hi @FSadino
Firstlu, thanks alot for bring and made this great rom, battery friendly yet fast.
I found out that when use camera on hdr mode, camera always force close on second attempt. Clean flash install ans the only mod is walkman port.
Thanks and regards
Click to expand...
Click to collapse
I will see that on next update
FSadino said:
* Flash latest CM 13.0 Firmware
Click to expand...
Click to collapse
Where do I find this firmware? Are firmware flashing instructions any different to Sense based firmwares?
{
"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"
}
UNOFFICIAL AICP
Android Ice Cold Project
Code:
#include
/* * 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.
*/
All the source code for the os is available in the AICP Github repo.
Kernel Triflot's github repo.
Device path for LineageOS Triflot's github repo
What works?
WiFi
Data (2g, 3g and lte)
Calling
Camera
Torch
Installation of Gapps
Known Issues
NFC doesn't work
Bluetooth doesn't work
Downloads
My mediafire -folder
Thanks nzzane, Triflot, aicp devs and many others.
Created 2017-05-20
Last Updated 2017-05-20
XDA:DevDB Information
AICP, ROM for the Sony Xperia Z5 Compact
Contributors
DJHasis
ROM OS Version: 7.x Nougat
Version Information
Status: Abandoned
Created 2017-05-20
Last Updated 2017-10-28
IT s nice to see A New Rom thx bro. I ll try it what about kernel? Based on what?
Righto, its an Android 7 ROM, but what else? You're really not giving us a lot of information it is on what we're working with here, good sir.
emosis said:
IT s nice to see A New Rom thx bro. I ll try it what about kernel? Based on what?
Click to expand...
Click to collapse
Kernel is from Triflot's repo based stock.
MatMew said:
Righto, its an Android 7 ROM, but what else? You're really not giving us a lot of information it is on what we're working with here, good sir.
Click to expand...
Click to collapse
AICP os is based on lineageos with alot of neat features.
I can not install open gapps 7.1 - Error 64?
alf-endy said:
I can not install open gapps 7.1 - Error 64?
Click to expand...
Click to collapse
I found this from OpenGapps FAQ:
#64 - Incompatible device architecture: Your device has been detected as having a different kind of architecture then the package used. Like arm vs arm64 vs x86 etc. Install the correct Open GApps version for your device.
Solution: Use a compatible version of the Open GApps package for your device's architecture.
Click to expand...
Click to collapse
So basicly you need to download the right architecture. Try arm.
DJHasis said:
I found this from OpenGapps FAQ:
So basicly you need to download the right architecture. Try arm.
Click to expand...
Click to collapse
It is clear. But I tried gapps that work nicely with carbon 7.X and LOS?
alf-endy said:
It is clear. But I tried gapps that work nicely with carbon 7.X and LOS?
Click to expand...
Click to collapse
Well, I didn't have any problems using this rom with OpenGapps. I just installed the arm pico version for my sony.
New build uploaded!
Triflot has been busy. He updated the kernel, device configuration and alot of other stuff. I'll add a changelog later.
Changelog for 21.05. build:
Code:
====================
05-21-2017
====================
* device/sony/kitakami-common/
0f8ce56 kitakami-common: add SonyOtgSwitch
3660f51 kitakami: Commonize bluetooth configs
5cdfcd6 kitakami: Let cameraservice close native handles
fa118b5 Fix init-power-sh denials
6798403 kitakami: Add FPC related services
a4b380f Target a better variant.
0e437ca disable 3.5mm jack impedance detection
* device/sony/suzuran/
dfa11c3 Nfc lib path is need to be changed due hardcoded in external/libnfc-nci/halimpl/pn54x/dnld/phDnldNfc.c
* kernel/sony/msm8994/
d9a6996e08c msm: mdss: KCAL: Update KCAL [SQUASHED]
652bc4b0d44 msm: mdss: Keep KCAL within its own source file
* vendor/sony/suzuran/
6dc1cc8 32.3.A.2.33
====================
05-20-2017
====================
* frameworks/base/
b760b3aea05 Fix permissions for CTS [1/2]
* packages/apps/Dialer/
e3eefa3ba Automatic translation import
* packages/services/ThemeInterfacer/
5aeba49 Add interface to get API version and app authentication status
069e629 Fix permissions for CTS [2/2]
====================
05-19-2017
====================
* build/
75ff25d4f build: Remove slash in the end
* frameworks/base/
3f2c68364e1 base: update updateUsbStateBroadcastIfNeeded types
2579259224c Check and send usb state broadcast when devices boots
a1a23a58b2f Only send usb disconnect intents after boot.
3acd5ecb423 fix KeyEvent can't correctly finish when inputmethod time out happened
3682fc115d4 Fixed NPE in canAddMoreManagedProfiles
9f97abc9200 Format Japanese numbers using national format when in Japan.
* packages/apps/Jelly/
96e4243 Automatic translation import
7c65684 Jelly: EditTextExt: Remove shader before drawing
0a0fcbd Jelly: Don't reload webview on screen rotation
* packages/resources/devicesettings/
bd3c549 Automatic translation import
* vendor/cmsdk/samples/weatherproviderservice/WundergroundWeatherProvider/
359c449 Automatic translation import
* vendor/cmsdk/samples/weatherproviderservice/YahooWeatherProvider/
d275bf3 Automatic translation import
====================
05-18-2017
====================
* hardware/qcom/fm/
68e8f7d Automatic translation import
* packages/apps/CMParts/
47f1431 CMParts: spanish translations
* packages/apps/Calendar/
57b015eb Automatic translation import
* packages/apps/Camera2/
206a9cd11 Automatic translation import
* packages/apps/CellBroadcastReceiver/
45cead5 Automatic translation import
* packages/apps/CustomTiles/
39b0e6d Automatic translation import
* packages/apps/Eleven/
7c62b1d Automatic translation import
* packages/apps/FMRadio/
5704c07 Automatic translation import
* packages/apps/Gallery2/
68f782bfd Automatic translation import
* packages/apps/LockClock/
98a6964 Automatic translation import
* packages/apps/Recorder/
85a167b Automatic translation import
* packages/apps/SetupWizard/
4972a32 Automatic translation import
* packages/apps/Snap/
48e6c6d48 Automatic translation import
* packages/apps/Trebuchet/
8b5e27a79 Automatic translation import
* packages/apps/TvSettings/
dcc5072a Automatic translation import
* packages/apps/UnifiedEmail/
226fafcae Automatic translation import
Nice to see another rom! Beautiful work. I remember myself using AICP on good old Note 4. Are you having plans to make this official?
MakeHav0 said:
Nice to see another rom! Beautiful work. I remember myself using AICP on good old Note 4. Are you having plans to make this official?
Click to expand...
Click to collapse
Probably not. I'm thinking of making my own changes to the code, but yet I haven't had much time.
Later today I'm going to upload a newer build compiled with Qualcom's Snapdragon llvm. I'm now testing it and feels quite good.
please kindly the show the screenshot bro.
artsfreaky said:
please kindly the show the screenshot bro.
Click to expand...
Click to collapse
I added few screenshots to the first post.
How's the battery drain on this one compared to the lineage one?
eng3 said:
How's the battery drain on this one compared to the lineage one?
Click to expand...
Click to collapse
Should be the same because of the same kernel.
New build uploaded.
This build has been compiled with Qualcom's Snapdragon llvm.
Code:
====================
05-28-2017
====================
* packages/apps/Jelly/
576d1b9 Jelly: Make download_message not specific to sdcard
====================
05-27-2017
====================
* frameworks/av/
35cd3b5b8 Revert "Fix potential overflows"
* frameworks/base/
7ad041bd03f SystemUI: Misc fixes for right (custom) lockscreen shortcuts
483a1be75f1 Revert "[PATCH 1/1] Add signature Spoofing permission"
f729e1f482d Merge "Revert "FWB: Signature spoofing switch (1/2)"" into n7.1
780bf8d6400 Revert "FWB: Signature spoofing switch (1/2)"
* packages/apps/AicpExtras/
435e2aa Revert "AE: Signature spoofing switch (2/2)"
* packages/apps/Jelly/
8f1365c Jelly: Handle screenLayout changes
* vendor/aicp/
bf55488 Merge changes Id97a7d0b,I46ccc354 into n7.1
cd1b4e8 overlay: Enable Wi-Fi by default on first boot
3924153 vendor_aicp: Add Support for Motorola G5 (cedric)
4fb0075 Show full alarm info
====================
05-26-2017
====================
====================
05-25-2017
====================
* frameworks/base/
b2322f119fe Merge changes from topic 'signature-spoofing' into n7.1
3a94c125cd4 Settings left drawer: make the view more compact and show more entries per page
60ec777aaec Fix lag when opening an entry from the Settings left drawer
94a609e359b Add SettingsDrawerActivity header
* packages/apps/Email/
c0e5d54c0 Search in folder specified via URI parameter, if possible.
* packages/apps/Jelly/
c9f336c Jelly: Pause WebView along with the activity
c23c013 Jelly: Don't claim to be a simple WebView
c218521 Jelly: Define base class for Activities containing WebViewExt
1607c0d Jelly: Make it easier to initiate gestures
978e74e Jelly: Don't leak fileoutputstream if bm is null
* packages/apps/UnifiedEmail/
5462df5cd Pass selected folder to message search.
====================
05-24-2017
====================
* vendor/aicp/
e975294 Let the king reign alone
====================
05-23-2017
====================
* build/
0e470af7a Merge "apicheck_msg_current: Don't do this in LineageOS" into n7.1
* frameworks/base/
395d171e9a5 FWB: Signature spoofing switch (1/2)
3d7d70c84b5 [PATCH 1/1] Add signature Spoofing permission
* packages/apps/AicpExtras/
03e8cf1 AE: Signature spoofing switch (2/2)
* packages/apps/DeskClock/
89aae760 DeskClock: Fix issues with flip/shake actions and poweroff alarm
* packages/apps/OmniSwitch/
ba20594 OmniSwitch: fix crash on special app icon formats
* packages/services/OmniJaws/
e4ab3ba Switch to AICP OWM key -- READ COMMIT MESSAGE
* vendor/aicp/
e73e20b Merge "op3: Add Maintainer" into n7.1
351ed23 extract_utils: fix extracting XML files containing binary characters
====================
05-22-2017
====================
* device/sony/kitakami-common/
0f8ce56 kitakami-common: add SonyOtgSwitch
3660f51 kitakami: Commonize bluetooth configs
5cdfcd6 kitakami: Let cameraservice close native handles
fa118b5 Fix init-power-sh denials
6798403 kitakami: Add FPC related services
a4b380f Target a better variant.
0e437ca disable 3.5mm jack impedance detection
* device/sony/suzuran/
dfa11c3 Nfc lib path is need to be changed due hardcoded in external/libnfc-nci/halimpl/pn54x/dnld/phDnldNfc.c
* kernel/sony/msm8994/
d9a6996e08c msm: mdss: KCAL: Update KCAL [SQUASHED]
652bc4b0d44 msm: mdss: Keep KCAL within its own source file
* vendor/aicp/
bd50dde op3: Add Maintainer
* vendor/sony/suzuran/
6dc1cc8 32.3.A.2.33
I prefer to use dt2w or camera button wake. But they still do not work, even in the new build. I miss these little extras. And yes, I've activated them in Settings.
alf-endy said:
I prefer to use dt2w or camera button wake. But they still do not work, even in the new build. I miss these little extras. And yes, I've activated them in Settings.
Click to expand...
Click to collapse
I have both activated and they both work. Weird
Uploaded a new build. I included the Gewiz's fingerprint fix , Rohit Goswani's Doze changes, Triflot's cameraservice changes and Evgeny Pekhterev's bluetooth changes.
Now I should have all the latest changes that Triflot has in his latest build.
Code:
====================
06-05-2017
====================
* frameworks/base/
167f3f51f99 FW_BASE: Rewrite restart SystemUI method
* hardware/qcom/display-caf/msm8996/
92fa2ea2e Merge tag 'LA.UM.5.5.r1-04700-8x96.0' into HEAD
* packages/apps/AicpExtras/
5040778 AE: Rewrite restart SystemUI method
* packages/apps/AudioFX/
6850778 AudioFX: Sign with platform key
* packages/apps/Jelly/
7ac5399 Add support for WebViews that provide the site's theme color.
* vendor/aicp/
d200596 sensitive_pn: Add sensitive numbers for Serbia
====================
06-05-2017
====================
* device/sony/kitakami-common/
d61fed5 Enable LineageDoze with overlays from CMParts
* frameworks/base/
167f3f51f99 FW_BASE: Rewrite restart SystemUI method
* hardware/qcom/display-caf/msm8996/
92fa2ea2e Merge tag 'LA.UM.5.5.r1-04700-8x96.0' into HEAD
* packages/apps/AicpExtras/
5040778 AE: Rewrite restart SystemUI method
* packages/apps/AudioFX/
6850778 AudioFX: Sign with platform key
* packages/apps/Jelly/
7ac5399 Add support for WebViews that provide the site's theme color.
* vendor/aicp/
d200596 sensitive_pn: Add sensitive numbers for Serbia
====================
06-04-2017
====================
* frameworks/base/
1bf977338c5 fw: Don't consume home key press when KEY_ACTION_SLEEP is used
4cd0bdcc9e7 Automatic translation import
* packages/apps/AicpExtras/
7b10954 Revert "Add QS pulldown with one swipe on fp sensor [2/2]"
* packages/apps/CMParts/
d4593fb Set android:configChanges for .PartsActivity
4df8383 Automatic translation import
fe5487e Automatic translation import
* packages/apps/Contacts/
5c7bae0a8 Automatic translation import
* packages/apps/ContactsCommon/
e8e950d8 Automatic translation import
* packages/apps/DUI/
1b9f542 SmartBar: Touch sound support
023bea4 SmartBar editor: block quick popup when dragging the button
* packages/apps/Dialer/
3cf7be8a5 Dialer: update fab color to match aosp primary color
2d43fd40d Automatic translation import
* packages/apps/PhoneCommon/
43aa55b Automatic translation import
* packages/apps/Settings/
9f8df5e55 Add QS pulldown with one swipe on fp sensor [2/2]
b9d48409e Settings: Make string untranslatable
0e2bd9565 Automatic translation import
* packages/services/Telecomm/
989e0768 Automatic translation import
* packages/services/Telephony/
c377a632 Automatic translation import
* vendor/cmsdk/
7d099f6 Automatic translation import
====================
06-03-2017
====================
* external/chromium-webview/
6613943 Update README
* frameworks/base/
67daa691100 Merge "QS: Add live display tile" into n7.1
* hardware/qcom/audio-caf/msm8916/
ef3989be Merge remote-tracking branch 'caf/LA.BR.1.2.9_rb1.18' into cm-14.1-caf-8916
40d378ac Revert "audio HAL: fix thread starvation"
* hardware/qcom/media-caf/msm8916/
d781d8fd1 Merge remote-tracking branch 'caf/LA.BR.1.2.9_rb1.18' into cm-14.1-caf-8916
====================
06-02-2017
====================
* frameworks/base/
e14d8ef8e16 BatteryService: add dash charging support
* hardware/qcom/fm/
10a0e49 Automatic translation import
* packages/apps/AudioFX/
a9e6e96 Automatic translation import
* packages/apps/Bluetooth/
a1d4b44a Automatic translation import
* packages/apps/Calendar/
1716e53a Automatic translation import
* packages/apps/Camera2/
1bd06454d Automatic translation import
* packages/apps/CellBroadcastReceiver/
f8d149a Automatic translation import
* packages/apps/CustomTiles/
bcc7ac9 Automatic translation import
* packages/apps/DeskClock/
245a33de Automatic translation import
* packages/apps/EmergencyInfo/
3ea2db7 Automatic translation import
* packages/apps/FMRadio/
22979c0 Automatic translation import
* packages/apps/Gallery2/
97a397b58 Automatic translation import
* packages/apps/Jelly/
153b7b7 Automatic translation import
* packages/apps/ManagedProvisioning/
4b787a27 Automatic translation import
* packages/apps/Messaging/
824d9d3 Automatic translation import
* packages/apps/Recorder/
8c0b44d Automatic translation import
* packages/apps/SetupWizard/
0f16837 Automatic translation import
* packages/apps/Snap/
d8c3f8267 Automatic translation import
* packages/apps/Tag/
1dc7751 Automatic translation import
* packages/apps/Trebuchet/
e4411d635 Automatic translation import
* packages/apps/TvSettings/
8314f853 Automatic translation import
* packages/inputmethods/LatinIME/
30c53af0a Automatic translation import
* packages/providers/WeatherProvider/
7f81c53 Automatic translation import
* packages/resources/devicesettings/
fe6b096 Automatic translation import
* packages/services/LiveLockScreenService/
15d4966 Automatic translation import
* vendor/aicp/
92c7a22 Merge changes Ib2b09308,Ida9ea1d1,I600deec0 into n7.1
a2002c5 Merge "shamrock: Update build fingerprint and description to NNH26" into n7.1
9a8b832 sensitive_pn: Add sensitive phone numbers for India
6f18c59 sensitive_pn: Add more numbers for Germany
d309800 sensitive_pn: Add sensitive phone numbers for Norway
6881e76 ether: Add new Primary maintainer
* vendor/cmsdk/samples/weatherproviderservice/YahooWeatherProvider/
0b94297 Automatic translation import
* vendor/qcom/opensource/cryptfs_hw/
da6e595 cryptfs_hw: Fix stack out of bound issue
====================
06-01-2017
====================
* frameworks/base/
7d978093625 QS: Add live display tile
4311fbf365f Merge "Add QS pulldown with one swipe on fp sensor [1/2]" into n7.1
e00dbc9e588 Merge "Fix launch music player on headset connect on reboot" into n7.1
* packages/apps/Jelly/
0106448 Jelly: Enable adjust bounds for incognito image
c642120 Jelly: Never hide history view
ea83c6c Jelly: Use an observer to refresh the history view
837ec77 Add an indicator icon for incognito mode.
* packages/apps/Settings/
8338e510d Fix dashboard suggestions reverse switch
* packages/resources/devicesettings/
1935d69 Add fingerprint sleep strings
* vendor/aicp/
13f63b4 mido: use stable build fingerprint
====================
05-31-2017
====================
* external/stagefright-plugins/
4089877 FFmpegExtractor: Don't use our extractor when we agree with StageFright
* frameworks/base/
2c1722ccece [1/2] base: enable power save config of system apps
fd75755986b Add QS pulldown with one swipe on fp sensor [1/2]
560cb586607 Fix launch music player on headset connect on reboot
86327c80aa2 SystemUI: Specify user while changing brightness mode
* hardware/qcom/display-caf/msm8960/
d222af709 hwc: return correct color format string while layer dump
* packages/apps/AicpExtras/
08ed02d AicpExtras: cleanup in QuickSettings fragment
64412b7 Add QS pulldown with one swipe on fp sensor [2/2]
* packages/apps/Jelly/
c35cc24 Jelly: Update android tools build
020a697 Jelly: Don't accept cookies in incognito mode
* packages/apps/OmniSwitch/
1c7dbb9 OmniSwitch: cleanup BitmapUtils
* packages/apps/Settings/
17e5bce11 [2/2] Settings: enable power save config of system apps
c9920ffb1 Settings: enable fast scroll for all app list views
* packages/apps/Snap/
f68cddc15 SnapdragonCamera: Fix torch mode with continuous shot
c737df520 Revert "Snap: CaptureModule: lock exposure also when precapture trigger is started"
09a7a0b4e SnapdragonCamera: Camera2 force close after focused
018fdd0c5 SnapdragonCamera: GPS location can't be turn On in camera settings
26d9aecb6 Fixed camera crash on exit
* packages/services/OmniJaws/
a7b0ec2 OmniJaws: update README.md to include OWM API key usage info
5f8f72a OmniJaws: update README.md
* vendor/aicp/
2e37fb0 op3: Remove old maintainer
14723de sensitive_pn: Add additional US numbers
1145119 sensitive_pn: add sensitive number for Indonesia
bf2ad78 sensitive_pn: Add sensitive phone number for Romania
42c9531 sensitive_pn: Added sensitive number for the Netherlands
====================
05-30-2017
====================
* packages/apps/Email/
b76ada5c5 Fix check for deleted messages.
70ccb25cd Close body InputStreams correctly.
* packages/apps/Jelly/
dc48da6 Jelly: Don't add duplicates to the history
78e3754 Jelly: Query an already ordered history
c8e5ebe Jelly: Enable the DOM storage API
* packages/apps/Settings/
30aea580a Squash commit of SAR and IC Code.
34776d61c Fix crash when calling remove() with a null variable
* packages/apps/Stk/
f9f50a5 Do not display toast if alpha text is null.
* packages/apps/Trebuchet/
1a65ab8b1 Trebuchet: Sign with platform key
* packages/apps/UnifiedEmail/
1fc542406 Properly close body InputStreams.
* vendor/aicp/
cc15482 shamrock: Update build fingerprint and description to NNH26
649a342 sensitive_pn: add sensitive numbers for Turkey
ba097aa sensitive_pn: Add sensitive phone number for Bangladesh
2f88e27 sensitive_pn: Add US number
d747603 Add sensitive phone numbers for Brazil
9259a8d sensitive_pn: reorder by MCC code
5ff684a sensitive_pn: Add Australian sensitive phone number.
2cca04d sensitive_pn: Add New Zealand sensitive numbers.
* vendor/cmsdk/
cdaab42 cmsdk: fix twilight state not updating in live display auto mode
====================
05-29-2017
====================
* hardware/qcom/display-caf/msm8996/
46f88bed7 Merge 6f9bc767cff562a77d6a6aac0c8fb6edf3a7a08d on remote branch
* packages/apps/AICP_OTA/
4699f08 OTA: add missing de-translation for weekly check.
* packages/apps/AicpExtras/
e90d863 AE: added and updated de-translations
* packages/apps/ContactsCommon/
440d972a Export only selected contact, not all contacts
18790441 Add support to export multi contacts to Vcard
eacd5821 Automatic translation import
* packages/services/Telephony/
05d8a186 Fix minor inconsistency in the CDMA call settings
* vendor/aicp/
ff6cc4e oneplus2: Update fingerprint
====================
05-28-2017
====================
* packages/apps/CMParts/
7f7caff CMParts: remove extra padding from app light preference
* packages/apps/Jelly/
64920b0 Jelly: Fix some warnings
503fea1 Jelly: Use lambdas in settings activity
576d1b9 Jelly: Make download_message not specific to sdcard
* packages/apps/Trebuchet/
5c6b5a270 Add null check in Launcher onNewIntent() before moveToDefaultScreen().
273db4399 Handle OutOfMemoryException gracefully in WallpaperCropActivity.
284667730 Fixing All apps not respecting scaled icon size
14d093779 Adding workaround to jump in wallpaper offsets.
@ DJHasis, can you give a tutorial on how to install . i have never used and what to give it a go. thanks
IllusionX Kernel
Code:
*Disclaimer
*
* Your warranty is now void.
*
* We're 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 us for messing up your device, we will laugh at you.
ChangelogFixed "There is an internal problem in your device. Please contact your manufacturer." message after reboot.
Kernel upstreamed to 4.9.230.
Clang Polly and LTO optimisations.
Introduced Oneplus 3 fingerprintd thaw hack(fingerprintd recovery from suspend should be quick).
Removed Hispeed stuff added by CAF.
NOTE: Flash only on custom roms based on Rui
OTA SUPPORT
To receive ota updates for kernel, open FKM(paid)(or SmartPack kernel amanger(free)) and tap on the 3 lines, tap on flasher and select the import configuration tab(only for FKM, search in SmartPack. Copy paste this link and u are good to go. Also remember to give it storage permissions and change the download location otherwise it won't download zip.
Download
Kernel source: https://github.com/Forenche/kernel_realme_sdm710