{
"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"
}
XPerience 11.X.X for the device Made by Klozz Jesus AKA TeamMEX
XPerience is a free, community built distribution of Android 7.1.2 (Nougat) which greatly extends the capabilities of your phone. This project are based on AOSP CAF
Code:
#include <std_disclaimer.h> /*
Your warranty is now void.
I am not responsible for bricked devices, dead SD cards,
thermonuclear war, or you getting fired because the alarm app failed. Please
do some research if you have any concerns about features included in this ROM
before flashing it! YOU are choosing to make these modifications, and if
you point the finger at me for messing up your device, I will laugh at you. */
NOTE: READ this PLS
All required device configs, blobs and kernel source are on my github u know the url
[] Please don't ask for etas [] Please don't report same bugs all time [] Report with logcat and dmesg [] Screenshots representative only
Click to expand...
Click to collapse
Features:
[] Substratum support(Rootless) [] XPerience Updater [] Network Traffic Meter [] Ambient Display with customizations [] OMS-N7 [] Force expanded notifications [] Disable immersive messages [] Immersive recents [] Alessa app for kernel tweaking. [] XPerience Active Display [] Pocket Judge * Judge if device is in pocket. * Notify clients callbacks when pocket state changes. * Start listening when device becomes not interactive. * Stop listening when device becomes interactive and is NOT in pocket. [] policy: introduce pocket lock [] fingerprint: disable when device is in pocket [] One Hand mode (slide your finger across the navigation bar to switch between the standard and mini screen views(from the center)) [] App sidebar [] Burning protect (Navbar and statusbar (only on AMOLED display's)). [] You can use Dolby atmos or Viper4android without change Selinux (I added some selinux changes for it) [] VoLTE Icon [] Magisk Manager [] WakelockBlocker [] Clean recents with fab [] Alarm block
Unlock using fingerprint without enter Pin/Pattern(only devices with fingerprint)
WORKING:
[] Rild [] LTE/3G/2G [] Bluetooth [] MTP [] Sensors [] Led [] Wi-Fi [] MUSIC [] sounds [] Videos [] Camera [] camcorder
SELinux
Not working/ Bugs:
[] No bugs. []
How to install:
[] Download zip from Downloads: [] Put zip into Internal Storage [] Reboot into Recovery like TWRP [] Flash zip file XPerience-11.x.x-xxxxxxx-device.zip [] Flash mr_bump [] Reboot and config [] Reboot into Recovery [] Flash gapps [] Flash theme ready gapps (if you want) [] Wipe cache/dalvik [] Reboot and enjoy!
Screenshots:
MEGA
Or the web http://thexperienceproject.com MD5: 609c767a6d2550b4e29336416c2ca07f
MR_Bump https://mirrors.c0urier.net/android/Dadi11/Required%20files/MR_Bump.zip
Google APPS http://opengapps.org
Theme Ready GAPPS http://teamblackedout.com/Gapps/GoogleApps-ThemeReady-LP-MM-N-v32.6.zip
Sources:
Kernel: https://github.com/LineageOS/android_kernel_lge_g3
Device tree: https://github.com/LineageOS/android_device_lge_d855/
ROM: https://github.com/XPerience-AOSP-Lollipop/
Changelog in second Post:
If you like my work, you can buy me a coffee with your donatives. All donations are appreciated. and this can help me to pay some bills about internet and build server Atte: Klozz
Peace!
CHANGELOG
====================
05-21-2017
====================
* build/
386ccd2 Build: Switch to Magisk as the built in root [2/2] (#3) [klozz]
* frameworks/base/
38522d1 Fix permissions for CTS [1/2] [klozz]
* manifest/
4119fd7 move interfacer to services since it is a service and not an app [GitHub]
* system/sepolicy/
72a195a sepolicy: Allow system_server to set theme_prop [klozz]
c9691f9 sepolicy: add file and domain trans to interfacer [klozz]
* vendor/XPe/
108f68e xpe:Update magisk to V12 [klozz]
3ca4e39 vendor: Switch to Magisk as the built in root [1/2] (#4) [klozz]
====================
05-20-2017
====================
* frameworks/base/
f00206f Lockscreen charging info: real time values [2/2] Use double for mChargingVoltage and show as 4.XV [klozz]
23c3025 Frameworks: show more battery info on lockscreen when charging [2/2] - negociated max. charging current - negociated max. charging voltage - current battery temperature [klozz]
d6e82dc Turned ENABLE_CPUSETS into runtime decision. [klozz]
be2c82b base: update updateUsbStateBroadcastIfNeeded types [klozz]
82dc94a Check and send usb state broadcast when devices boots [klozz]
3276758 Only send usb disconnect intents after boot. [klozz]
ecb3161 Fixed NPE in canAddMoreManagedProfiles [klozz]
971a851 Format Japanese numbers using national format when in Japan. [klozz]
0dfa9ba Schedule agentDisconnected() in handler thread [klozz]
0d6382c frameworks/base: reduce the setTransactions [klozz]
2ecb67f Reduce hwui CPU time by using glDrawRangeElements [klozz]
e1b473c modify the parameter in cleanupLocked [klozz]
383ba41 Skip send broadcast to the receiver whoes user has not started. [klozz]
4968ca0 fix KeyEvent can't correctly finish when inputmethod time out happend [klozz]
50f8a8b Fix DateTimeView fc issue [klozz]
9407ad3 ActivityStack index OOB cause device restart [klozz]
d78a9ca [notification]: fix IndexOutOfBoundsException. [klozz]
dcf84cc [AppErrors]: Remove duplicate code for binder ID clear and restore. [klozz]
bb71053 Fix NPE when call stack.setLauncheTime. [klozz]
30f28bb NullPointerException: Attempt to invoke virtual method 'int android.os.Parcel.dataSize()' on a null object reference [klozz]
5fa716b Fix a null pointer exception in FragmentManager [klozz]
90906bc When monkey test, the object of mHost throws NullPointerException. Fail log: java.lang.NullPointerException: Attempt to invoke virtual method 'android.app.LoaderManagerImpl android.app.FragmentHostCallback.getLoaderManager(java.lang.String, boolean, boolean)' on a null object reference at android.app.Fragment.onDestroy(Fragment.java:1603) at android.app.Fragment.performDestroy(Fragment.java:2433) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1098) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1148) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1130) at android.app.FragmentManagerImpl.dispatchDestroy [klozz]
7dc0e43 SystemUI : Fix monkey exception for SystemUI [klozz]
1a54954 Fix the notification issue shown on startForeground [klozz]
45ecb1b Fix crash issue on Storage Manager app [klozz]
d96b06a StatusBar: Catch OOM caused by third-party icons [klozz]
046ba3f Fix keyguard is black background while screen turning off/on quickly [klozz]
1ac9194 The network event should be an asynchronous callback. [klozz]
fc5fb99 fix incorrect context classloader initialization in system_server [klozz]
3627302 core: os: Build: Don't fail consistency check if vendor is mismatched [klozz]
99daf3e PhoneWindowManager: notify user about assist manager unavailability [klozz]
c5a3e07 Revert "WindowManagerService: Tweak the animations" [klozz]
* frameworks/native/
022d487 vulkan: add support for AArch32 targets [klozz]
38e136a binder: remove cgroup interactions [klozz]
6960729 Removed build time variable ENABLE_CPUSETS. [klozz]
* frameworks/rs/
d350d36 FileA3D: Don't leak memory in error case. [klozz]
f769b6d Implement multi-thread CPU GEMM for BLAS Intrinsics [klozz]
* packages/apps/Dialer/
77b4147 Dialer: lock screen appear before incoming call screen [Arne Coucheron]
* packages/apps/Jelly/
96e4243 Automatic translation import [Abhisek Devkota]
* packages/services/ThemeInterfacer/
5aeba49 Add interface to get API version and app authentication status [Nathan Chancellor]
069e629 Fix permissions for CTS [2/2] [Nathan Chancellor]
* system/core/
5bdffd4 Lockscreen charging info: real time values [1/2] [klozz]
38e7d94 init.rc: remove bg_non_interactive cgroup [klozz]
264ead4 libcutils: only change cgroup when fd is initialized [klozz]
823f156 Removed cpusets/schedboost build time dependency. [klozz]
39d2913 Fix access check [klozz]
====================
05-19-2017
====================
* packages/apps/Jelly/
7c65684 Jelly: EditTextExt: Remove shader before drawing [Luca Stefani]
0a0fcbd Jelly: Don't reload webview on screen rotation [Luca Stefani]
* vendor/cmsdk/samples/weatherproviderservice/WundergroundWeatherProvider/
359c449 Automatic translation import [Abhisek Devkota]
* vendor/cmsdk/samples/weatherproviderservice/YahooWeatherProvider/
d275bf3 Automatic translation import [Abhisek Devkota]
Reserved #2
Good to see a new rom for D855. Thanks
yuhaqyaa said:
Good to see a new rom for D855. Thanks
Click to expand...
Click to collapse
For nothing!
Clean install,
Device administrator does not work, after 2 hours of use the install button does not work, Titanium backup FC,very strange
Enviado desde mi LG-D855 mediante Tapatalk
valeriogerva said:
Clean install,
Device administrator does not work, after 2 hours of use the install button does not work, Titanium backup FC,very strange
Enviado desde mi LG-D855 mediante Tapatalk
Click to expand...
Click to collapse
Explain more about that problems. For me everything works perfect. Need to mention that I never used TItanium Backup.
slacker123 said:
Explain more about that problems. For me everything works perfect. Need to mention that I never used TItanium Backup.
Click to expand...
Click to collapse
In security/device administrators click on activate or deactivate this device administrator don't work.
At first I installed several apps from file manager and after 2 hours the install button does not work anymore
Sent from my LG-D855 using Tapatalk
valeriogerva said:
In security/device administrators click on activate or deactivate this device administrator don't work.
At first I installed several apps from file manager and after 2 hours the install button does not work anymore
Sent from my LG-D855 using Tapatalk
Click to expand...
Click to collapse
If you using facebook messenger or aplication like this (like chat head) when install an apk or trying to deactivate device administrator will not work. Restart your phone and try again. For me is working perfectly.
slacker123 said:
If you using facebook messenger or aplication like this (like chat head) when install an apk or trying to deactivate device administrator will not work. Restart your phone and try again. For me is working perfectly.
Click to expand...
Click to collapse
Don't use Facebook messenger, try a dirty flash
Enviado desde mi LG-D855 mediante Tapatalk
---------- Post added at 03:53 PM ---------- Previous post was at 03:45 PM ----------
Nothing,same result
Enviado desde mi LG-D855 mediante Tapatalk
valeriogerva said:
Don't use Facebook messenger, try a dirty flash
Enviado desde mi LG-D855 mediante Tapatalk
---------- Post added at 03:53 PM ---------- Previous post was at 03:45 PM ----------
Nothing,same result
Enviado desde mi LG-D855 mediante Tapatalk
Click to expand...
Click to collapse
Using substratum theme?
slacker123 said:
Using substratum theme?
Click to expand...
Click to collapse
No
Enviado desde mi LG-D855 mediante Tapatalk
Nice works
Rom said:
Nice works
Click to expand...
Click to collapse
Thanks! ?
slacker123 said:
Thanks! ?
Click to expand...
Click to collapse
Just an quick question, you say your ROM is based on AOSP CAF, do u will add any extra feature(s) in next updates ?
For exemple PIE naviguation, pulse settings or other ?
Rom said:
Just an quick question, you say your ROM is based on AOSP CAF, do u will add any extra feature(s) in next updates ?
For exemple PIE naviguation, pulse settings or other ?
Click to expand...
Click to collapse
Klozz is the main developer of this ROM. Only he can decide what feature will be added or removed. And for du navbar (pulse, smartbar, fling) he said that never will be implemented.
slacker123 said:
Klozz is the main developer of this ROM. Only he can decide what feature will be added or removed. And for du navbar (pulse, smartbar, fling) he said that never will be implemented.
Click to expand...
Click to collapse
Ah...ok.
root is not workk why ???
tiixman said:
root is not workk why ???
Click to expand...
Click to collapse
Is work perfectly ?
Closed at OP request.
Related
TeamIO presents Infinitive-OS
Infinitive-OS is based on AOSP and SlimROM dedicated to providing users with a ROM thats stable and loaded with features .
Features:
RRO Layers
Custimizable QS Tiles
SlimRecents
SlimPie
Screenrecorder settings
Custom Hardware Buttons Options
Navigation Buttons Options
Cutom Recents Panel Options
SuperSU
ETC
Changelogs:
V1.0 - Initial Release
Instructions:
-Read Everything Carefully
-Download Rom And GAPPS.
-Boot Into Recovery
-Perform A Full Wipe (you dont have to wipe your internal SD)
-Flash Rom & GAPPS.
-Have Fun!!!
Downloads:
Infinitive-OS_V1.3_UBER_7/09
GAPPS - You can use any GAPPS, but Love these GAPPS
Team:
@Rohan Purohit
@jackeagle
@nightwalkerkg
@Saatvik Shukla
@k2wl
@kirmaniarslan
@Thecrazyskull
@Vatsal Koradia
@TechExhibeo
Follow us:
Thanks and credits:
SlimROMS
AOSP
CyanogenMOD
Others I may have forgotten (please tell me if you feel left out)
Source:
Main source
Kernel
XDA:DevDB Information
Infinitive-OS, ROM for the OnePlus One
Contributors
Vivek_Neel
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Version Information
Status: Beta
Created 2015-08-17
Last Updated 2015-10-04
Screenshots
{
"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"
}
Older Downloads:
Infinitive-OS_V1.2_UBER_7/09
Infinitive-OS_V1.1_UBER_24/8
Changelogs:
V1.2 :
Code:
* device/sony/taoshan/
e02ed3f add dependencies
36f98ce taoshan: decouple from 8960-common
* device/xiaomi/cancro/
2c11548 Update io.dependencies
* frameworks/base/
22a7e65 partially revert "Add Restart SystemUI to reboot menu"
* platform_manifest/
bffea45 Track our own extras_su
* system/extras/su/
0bb5cee Add SuperSU Context argument switch compatibility hack
* vendor/io/
08400fc update devices
* vendor/sony/
110ff8d msm8974: updated adreno blob from 23.4.x
* vendor/yu/
61786c9 Merge pull request #15 from s0be/cm-12.1
====================
09-03-2015
====================
* external/mm-dash/
c5ecbe1 build mm-dash on msm8909's
* frameworks/base/
c60d6fb NotificationTile: Ring ring my bell
bba497f NotificationTile: Fix wrong ringer index after reboot
66d4d3d NotificationTile: Change long press to show zen mode settings
7e504f0 SystemUI: check RecentsConfiguration isn't null before running RecentsTaskLoader
c9f3c5f LEDs Brightness [2/2]: Lights notifications brightness support
* packages/apps/Eleven/
441f4da REAL_GET_TASKS > GET_TASKS
* packages/apps/Stk/
2ddb566 REAL_GET_TASKS > GET_TASKS
6275b32 Indicate which sub-activity the app name broadcast applies to
7b924c0 Add intent to send STK app name
* packages/providers/TelephonyProvider/
857572a TelephonyProvider: change default user nw mode to invalid
* vendor/yu/
e2ff6f4 tomato: New Blobs
====================
09-02-2015
====================
* frameworks/base/
463a9fe Lights with Screen On [1/2]: Optional allowment of lights
c1bef99 Base: Allow/Prevent notification light in Zen mode (1 of 2)
8387e24 Add 44.1 kHz SlimSounds
400b456 SystemUI: fix recents task view height calculation
f120ccb SystemUI: add RecentsView EventLogs
8723fad systemui: Fix various issues with transparent bars
487bb2e wm: Underp WindowManager flags
50df579 framework: add KillSwitch stubs
* frameworks/native/
e745e3b libagl: Fix buffer read overrun in eglCreatePbufferSurface
* frameworks/opt/chips/
afc21fb Merge "Revert "More Chip: use pendingcount instead of counting again"" into cm-12.1
* packages/apps/Contacts/
c22eade Automatic translation import
* packages/apps/ContactsCommon/
81c54ad Automatic translation import
8612640 LookupProvider updates
d95cc6f Automatic translation import
* packages/apps/Dialer/
425870a Automatic translation import
* packages/apps/InCallUI/
1822d9a Automatic translation import
* packages/apps/LockClock/
cd9fdc4 Automatic translation import
11df7c5 Automatic translation import
d612969 Automatic translation import
818f468 Automatic translation import
* packages/apps/Settings/
5da64ef LEDs Brightness [1/2]: Lights notifications brightness support
aacf6c9 Lights with Screen On [2/2]: Optional allowment of lights
c8fd75e Settings: Allow/Prevent notification light in Zen mode (2 of 2)
f4b7934 Added show volume to tile chooser
418282d Settings: Toast icon switch (2/2)
6900f31 Settings: Restart SystemUI tile (2/2)
0e3c30f Settings: Fix for crash related to TV framework
2416ecb Hotspot idle support
8f4e258 Enable wifi tab by default
d6e0cfa Lose some deprecated test annotations.
8d97e2f Brightness status not refresh in powercontrol widget
7e1693b Use shortFormat instead of shortFormat4.
292f2c5 set tapjacking protection for deviceadmin permission dialog
27439c4 add Recife timezone
efb3b58 Merge "Gesture Lockscreen [2/2]" into io-1.0
* packages/services/Telecomm/
aabcf91 Automatic translation import
* packages/services/Telephony/
ef730db Automatic translation import
6b39c53 Network Settings: don't crash on bad lookup
* prebuilts/cmsdk/
09001ca prebuilts/cmsdk: Update latest api text file.
* vendor/cmsdk/
3222c71 cmsdk: Fix toast in CMHardwareTest.
1efc02d cmsdk: Add preliminary hardware manager tests.
377d5b0 cmsdk: Change parceling for DisplayMode.
162f690 BugFix: Fix potential NPEs with getService()
7ca09a4 Automatic translation import
417c25b cmsdk: Build in the Manifest and R classes for the sdk.
cb0bf4c cmsdk: Update cm api text files
* vendor/io/
73d9970 Add ferrari (Xiaomi Mi4i)
534cd48 bump to 1.2
19ab7aa Fix Airtel APN Selection
f537df0 Updated APN settings for Latvian operators
5fcedfc Rogers LTE apn fix?
8e61bb7 Fix Movistar APNs
====================
09-01-2015
====================
* frameworks/base/
d6dc8b8 Added show volume panel tile to QS
42a2193 Fix gesture lockscreen bad .9'pngs
1bcc795 Gesture Lockscreen [1/2]
5795ed2 FWB: Restart SystemUI tile (1/2)
e65d153 Add Restart SystemUI to reboot menu
a27a8e2 FWB: Toast icon switch (1/2)
0e6fc27 Add support for Samsung extended AGPS
b942ee9 ResolverActivity: reduce elevation to make it flat
8be0236 Slim Vector for Kernel Adiutor tile
6a8bb75 systemUI: carrier first, weather second
* packages/apps/AudioFX/
91d6891 Automatic translation import
* packages/apps/Bluetooth/
67081fd Automatic translation import
* packages/apps/BluetoothExt/
8b093e6 Automatic translation import
* packages/apps/Calculator/
3045e4c Automatic translation import
* packages/apps/Calendar/
dd1dd45 Automatic translation import
* packages/apps/Camera2/
597cd76 Automatic translation import
* packages/apps/CellBroadcastReceiver/
a31f1e2 Automatic translation import
* packages/apps/Eleven/
cd2937a Automatic translation import
* packages/apps/Email/
a048f26 Automatic translation import
* packages/apps/Gallery2/
218cfbb Automatic translation import
* packages/apps/Settings/
2bfec54 Gesture Lockscreen [2/2]
* packages/apps/Stk/
3ff329e Automatic translation import
* packages/apps/UnifiedEmail/
b440e37 Automatic translation import
* packages/providers/TelephonyProvider/
9762ec8 Revert "MmsProvider : Add ability to get thread information in search"
* prebuilts/cmsdk/
505e076 prebuilts/cmsdk: Update api text for CMSettings
8fa9722 prebuilts/cmsdk: Update api text for Hardware
====================
08-31-2015
====================
* device/xiaomi/cancro/
e0e9b41 io.mk : common_mini ==> common_full
* frameworks/base/
e00b924 SystemUI: do not load header bar if boot isn't complete
5b00766 Fix the cell standby mobile radio active issue
dd00d82 [2/2] base: Add lockscreen rotation as an optional rotation setting
a5292a7 [1/2] Slim Recent App Sidebar
35f0505 base: Fix divide by zero when clearing recents
* packages/apps/Settings/
f99367b [2/2] Slim Recent App Sidebar
aef18fe [1/2] Settings: Add lockscreen rotation as an optional rotation setting
4808212 settings: Animation scale seekbars
V1.1 :
Code:
-Initial release
Wow ! First.
Thanks for the new rom
Will download and flash!
And a humble request for the next update of the ROM : CAF kernel int it if possible?
Is fm radio working ?
darshan_dex said:
Will download and flash!
And a humble request for the next update of the ROM : CAF kernel int it if possible?
Click to expand...
Click to collapse
Yes will give it a try
maskelisuvari said:
Is fm radio working ?
Click to expand...
Click to collapse
Have not tried. But you can try and report back
maskelisuvari said:
Is fm radio working ?
Click to expand...
Click to collapse
I do not think. That screenshot might be of other device.
KSKHH said:
I do not think. That screenshot might be of other device.
Click to expand...
Click to collapse
It's
wow , will try this soon
Anyone booted with xposed?
I'm having "error executing updater binary issue".
darshan_dex said:
Anyone booted with xposed?
I'm having "error executing updater binary issue".
Click to expand...
Click to collapse
Error while flashing ROM or xposed?
Vivek_Neel said:
Error while flashing ROM or xposed?
Click to expand...
Click to collapse
Xposed.
Booted without it now.
darshan_dex said:
Xposed.
Booted without it now.
Click to expand...
Click to collapse
You were flashing the wrong version of xposed.
Since this is 5.1.1. It uses api 22. You might have flashed xposed made for api 21.
Vivek_Neel said:
You were flashing the wrong version of xposed.
Since this is 5.1.1. It uses api 22. You might have flashed xposed made for api 21.
Click to expand...
Click to collapse
No. The latest version by romracer.
But no problems
I just wanted it for True Silent Mode, but you've already implemented silent mode in the ROM.
When selecting text as the battery icon, nothing shows.. I also noticed some mislabeled item in the settings, for example, if you choose to have a remove all selector in recents the choice isn't labeled correctly on its positions.. But all in all pretty smooth..
Sent from my A0001 using XDA Premium 4 mobile app
Setting.Out said:
When selecting text as the battery icon, nothing shows.. I also noticed some mislabeled item in the settings, for example, if you choose to have a remove all selector in recents the choice isn't labeled correctly on its positions.. But all in all pretty smooth..
Sent from my A0001 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
For now , you need to reboot/softreboot for All the status bar related features.
Or may be type this in terminal emulator if you don't want to reboot
looks good! keep it up.
one question though: will there be an ota update included sometime or is it even already included?
thanks.
No OTA support as of now but we will consider
{
"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"
}
Official G+ Community: Team-UB on G+
Code:
* Your warranty is now void.
*
* We are 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.
*/
Team UB is a custom built ROM which is straight from Cyanogenmod sources with different cherry picks to give users a wonderful experience!
Centre clock
Battery percent in the status bar
Network traffic indicator
Date settings
Listview animations
Aokp System animations
Lockscreen Shortcuts
Quixk settings Customization
Heads up notifications
Proximity speaker
Performance settings
Network Traffic
App circle sidebar
Clock fonts
Battery styles
Wakelock blocker
DSLV controller
Statusbar ticker
Apps to SD
Nav Bar height
Status bar double tap to sleep
Custom notification lights
Recent Panel settings
Privacy options
Fluid interface
Best battery improvements
All latest cm commits
Many more coming soon.......
Download ROM
Download Gapps 6.x
Place ROM on phones memory or SD card
Boot into recovery (either twrp or cwm)
Full wipe (Dalvik Cache, Cache, System, Factory Data Reset)
Flash ROM
Flash Gapps
Reboot and enjoy!
Download Romhttps://www.androidfilehost.com/?fid=24438995911967426
Download GApps
http://opengapps.org/
All credits goes to the Team behind Team-UB
Team-UBDevice SourceKernel Source
Team-UB
Slimroms
NamelessRom
Temasek
ArchiDroid
Team-Hydra
AOSP
Cyanogenmod
And also a great thanks to my girlfriend who helped me a bit
XDA:DevDB Information
TEAM-UB, ROM for the OnePlus 2
Contributors
Taker18, Sandra_18
Source Code: https://github.com/Team-UB
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
Based On: CyanogenMod 13
Version Information
Status: Beta
Created 2016-02-29
Last Updated 2016-03-01
Bugs
Bugs
Fingerprint
Changelog
Changelog
====================
02-29-2016
====================
* cts/
64e8dc5 Merge "Add tests for the existence of the OS Patch String, and to detect obsolete versions." into marshmallow-cts-release
c05e90e Add tests for the existence of the OS Patch String, and to detect obsolete versions.
====================
02-28-2016
====================
* android/
4e2bb27 switch to cm for zeroltexx and add exynos
5183a80 Revert "Revert "add s6 cm bits""
8519bea Revert "Revert "zerofltexx to cm""
b987a45 Revert "Revert "vendor_zerofletxx to the muppets""
* packages/apps/Settings/
a3a594e Update Spanish translation (cherry picked from commit 7a7ae26a050f89f700d1245c411d28314470bdb1)
07ab5c2 update zh-rCN translation
* vendor/cm/
14d8178 update 16.2.1
====================
02-27-2016
====================
* android/
6edf573 Revert "vendor_zerofletxx to the muppets"
ba659ab Revert "zerofltexx to cm"
c704ec8 Revert "add s6 cm bits"
4b31913 add s6 cm bits
19960f2 zerofltexx to cm
faaafc6 vendor_zerofletxx to the muppets
* build/
e1ceb8f binary: Generate dummy rule for relocated protobuf headers
* frameworks/base/
d00d887 Revert "Add 3Minit battery mod"
988a8f3 Revert "Statusbar: Gracefully adapt 3Minit Battery hook for AOSP"
55b097e initial TeamUB 13
69774e1 am: Cancel protected app notification on validation launch.
* hardware/cyanogen/
fa60003 cmhw: UniqueDeviceId: don't generate hardware IDs from SD card CIDs
* packages/apps/Settings/
1de182f update to 16.2.1
7cb33c2 Initial Team UB 13.0
* vendor/cm/
26aa3f2 add yufone APN
bda258e recovery: Add new rule for sys.usb.ffs.ready
====================
02-26-2016
====================
* art/
bc97168 ART: make ART extension available only in 32bit for msm8996
* device/oppo/common/
9881f1d common: setup node prefs on cmhw initialization
* frameworks/av/
b39ba64 Merge branch 'cm-13.0' of git://github.com/CyanogenMod/android_frameworks_av into cm-13.0
c5fa90a audio: omx encoder isn't expected for raw recording
* frameworks/base/
80c5cb9 Revert "When the device boots up, netd works more than required"
73e91ed QSList: Option to restore old items height
f137d79 AudioManager: add missing @hide
7d5db17 FullBackup: Add handling for shared storage
09456b7 Show correct pinning message for accessibility
75580ef Show correct pinning message without navbar
70707f6 NotificationPanelView : Fix incorrect panel translation
4501b17 SystemUI: reset tile page after inactivity
5970ddd Merge pull request #107 from 14121042/cm-13.0
c50ac3e Add zh-rTW translation
* packages/apps/Settings/
6d27fa6 Settings : Fix back button for sim card lock
* packages/apps/Snap/
1b0670f Snap: Remove face detection option if not supported
* vendor/cmsdk/
7866e06 Merge branch 'cm-13.0' of github.com:CyanogenMod/cm_platform_sdk into cm-13.0
e3c9668 cmsdk: send intent to intialize CMHW
====================
02-25-2016
====================
* bootable/recovery/
d66f66e recovery: handle back button when navigating recovery logs
* device/oneplus/oneplus2/
42ff778 Revert "oneplus2: add BOARD_HAVE_TIMERFD_POWEROFF_ALARM"
f96c7f6 rootdir: add proper recovery script
* kernel/oneplus/msm8994/
ba3ec3b Revert some net/ipc patches
675f381 Revert "defconfig: Disable CONFIG_DEVMEM and CONFIG_DEVKMEM in 8994."
* packages/apps/Contacts/
13a402e Trigger BlockContactHelper's resource clean-up
* packages/apps/ContactsCommon/
38d016c Expose method to clean up resources in BlockContactHelper
* packages/apps/Messaging/
60ba9b6 Fix photo url's inclusion in lookup-encoded-uri
bbab6ea Use a hash set to manage listeners in LookupProvider Manager
4582746 Messaging: Fix some quick message ui issues
* packages/apps/Settings/
4bd9114 Split out drawable to separate from dashboard drawable
175588a Break out text color value from commonly used color.
e9c1362 Merge pull request #418 from 14121042/cm-13.0
77d4611 Update zh-rTW translation
* vendor/cmsdk/
d06ae38 Merge branch 'cm-13.0' of github.com:CyanogenMod/cm_platform_sdk into cm-13.0
c2efaa7 Uncomment out getHotwordPackageNameInternal impl
* vendor/oneplus/
b128afd oneplus2: clean up oneplus2-vendor-blobs.mk
725cd8c bacon: Moar blob updates
Another ROM for our OPT! Thanks
What about bugs?
FPS working just kidding
Sent from my ONE A2003 using xda Forums PRO
Thanks!
DELETE
LOL9988 said:
DELETE
Click to expand...
Click to collapse
Ok
Taker18 said:
Maybe because that:
SYSTEM NOTICE: Devs: We are migrating over to a new download count/stats system so don't panic if you see your counts dropping. They will return back to normal once the migration is over. New stats system goes live this week so your download counts will return to normal
Click to expand...
Click to collapse
Excited for another ROM
BTW you will continue supporting cyanpop, right??
@Mohit31
Of course!
Taker18 said:
@Mohit31
Of course!
Click to expand...
Click to collapse
Glad... Thanks for bringing 2 amazing ROMs on our op2
handryg555 said:
What about bugs?
Click to expand...
Click to collapse
2cond post
cabanas1 said:
FPS working just kidding
Sent from my ONE A2003 using xda Forums PRO
Click to expand...
Click to collapse
i hope i will never see a question like this
Interesting... I've never heard of this ROM. I'll have to check it out! Thanks for bringing yet another ROM to out OPT!
jbw716 said:
Interesting... I've never heard of this ROM. I'll have to check it out! Thanks for bringing yet another ROM to out OPT!
Click to expand...
Click to collapse
check it out and report back
Taker18 said:
check it out and report back
Click to expand...
Click to collapse
Does this ROM have SuperSu built-in or just the stock CM root manager?
@jbw716
build-in
Taker18 said:
@jbw716
build-in
Click to expand...
Click to collapse
Not a problem! Can easily flash SuperSU myself! I just like to know because if a ROM comes with SuperSU already, I personally don't like to flash SuperSU over it. Just a personal OCD thing I guess.
---------- Post added at 09:26 AM ---------- Previous post was at 09:26 AM ----------
Booting the ROM now. Let's see how it goes!
@Taker18 sorry if I'm bugging you but is this ROM any different from CyanPop? Thanks!
{
"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"
}
This is CypherOS. An extension to pure Android. CypherOS tries maintain the purity of Android while offering useful features for users. The goal is to give the highest level of performance whilst achieving Simplicity.
Install:
# Full wipe
# Flash Rom
# Flash gapps
# Reboot
Download:
ROM: D855
Gapps: Opengapps.org
If you like my work please DONATE Me
https://www.paypal.me/Vangreen
XDA:DevDB Information
[ROM][UNOFFICIAL][7.1.1_r4]CypherOS 3.1.4 Cheesecake, ROM for the LG G3
Contributors
#Vangreen
Source Code: https://github.com/CypherOS
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Based On: AOSP
Version Information
Status: Testing
Created 2016-11-13
Last Updated 2016-12-09
#Reserved
SS
updatesRadios working? Screens say yes
Possible to roll back?
Other Nougat ROMs have both these problems. I'd be hesitant to check it out until it's known wether or not it overwrites recovery
Data on my d855 not work, and social in settings FC ?
Sent from my LG-D855 using Tapatalk
Loknic4 said:
Data on my d855 not work, and social in settings FC
Sent from my LG-D855 using Tapatalk
Click to expand...
Click to collapse
Pleas setup your apn
#Vangreen said:
Pleas setup your apn
Click to expand...
Click to collapse
I can't find the option to setup my apn
tommy255 said:
I can't find the option to setup my apn
Click to expand...
Click to collapse
Data usage - 3 dot - cellular network.
fOxunO said:
Data usage - 3 dot - cellular network.
Click to expand...
Click to collapse
Thank you, immediately went back and flashed this rom to try it
Can use this on d415.Thank you.
This rom is best.
Base CM or AOSP ?
Read first post ...
#Vangreen said:
Contributors
#Vangreen
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Based On: AOSP
Click to expand...
Click to collapse
Matija Gubec said:
Read first post ...
Click to expand...
Click to collapse
Thanks , ı saw.But there are CM Apps in system/priv-app.
Really this rom is the best.
Hi. Is root built-in the ROM or I have to flash superSu?
Root is bulid in
G3
Does this have pixel launcher?
@reef0030 yes, if install stock gapps
Wysłane z mojego LG-D855 przy użyciu Tapatalka
Did you found any overheat? It's like a nightmare in every rom for me
NEW BULID!
https://mega.nz/#!vwEXwaQC!NQrKXA7de3julkcVEKmhlQXeG0FwhcYv_8l6jeWIYK8
Changelog
Code:
====================
11-15-2016
====================
* build/
6870728 build: Remove unneeded endif
76408c8 qcom_target: Remove unused sony HAL support
d5cb183 qcom_target: Remove unused support for CAF manifests
* frameworks/base/
cc194e9 Merge "Fwb: [SQUASH] Battery styles [2/2]" into n7.1
0251d58 Fwb: [SQUASH] Battery styles [2/2]
* hardware/qcom/media/
1a4a797 Update qcom-media * path guard
* packages/apps/Dialer/
30c87de Clean up volume boost button logic.
* packages/apps/Settings/
38a8c2c Settings: Battery styles [1/2]
e548754 Settings: Fix accentColor for sim icon
* packages/services/Telecomm/
b115d74 Telecom: Ues proper sub IDs
* packages/services/Telephony/
4776eac PhoneUtils: Drop support for DSDA
* platform_manifest/
123cf04 Merge "manifest: stop tracking Camera2" into n7.1
8f69970 manifest: stop tracking Camera2
1142b74 Switch back to cypher for packages_service_Telephony
* system/core/
7e3a4d5 init: Fix possible open file pointer
* vendor/aoscp/
da98900 devices: add support for Moto G4 Plus (Athene)
====================
11-14-2016
====================
* frameworks/base/
c9dbebd Update Italian translation
4f4852d Fwb: Make QS Columns configurable
272127a SystemUI: Repurpose logic for 4GforLte Switch
ff3db3b Fwb: Properly remove QS Columns/Rows options
* hardware/qcom/media/
c69ed02 media: Correct symlink for msm8084
* kernel/lge/g3/
fa1f613 BACKPORT: signal: allow to send any siginfo to itself
ce0d501 Fix incorrect conflict resolution in "vfs: Add setns support for the mount namespace"
b327295 proc: fix build broken by proc inode per namespace patch
c8f36fc BACKPORT: audit: fix a double fetch in audit_log_single_execve_arg()
974517d BACKPORT: tty: Prevent ldisc drivers from re-using stale tty fields
c1e04c4 msm: crypto: Fix integer over flow check in qcrypto driver
9e87b5c ALSA: usb-audio: Fix double-free in error paths after snd_usb_add_audio_stream() call
c20ae40 ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
5f4e065 block: fix use-after-free in seq file
9655b7c block: fix use-after-free in sys_ioprio_get()
2865695 sg: Fix double-free when drives detach during SG_IO
36a9337 perf: Fix race in swevent hash
f48b2ed HID: core: prevent out-of-bound readings
* packages/apps/Dialer/
a2e2866 InCallUI: Use proper sub IDs
* packages/apps/Settings/
681e9f9 Settings: fix ExpandedDesktop does not show any Applications
17078c8 Italian translation import
* packages/inputmethods/LatinIME/
c356a1d LatinIME: disable sound on keypress on all devices by default
* packages/services/Telephony/
6d9795f MobileNetworkSettings: Target the correct variable for 4gforLte
* system/core/
fb8d866 healthd: dock battery
dc1f5b5 healthd: Detect power supply type for all charger devices
a5a83b3 Revert "healthd: dock battery"
====================
11-13-2016
====================
* frameworks/base/
3234653 packages/SettingsLib/res/values-it/cm_strings.xml
* frameworks/opt/net/wifi/
a5190f3 WifiQualifiedNetworkSelector: turn down the logspam
* hardware/qcom/media/
88d7385 media: Undo damage to pathmapping
* packages/services/Telecomm/
1d532d3 Telecomm: Forward port phone_type switch support
* platform_manifest/
2618ba4 Merge "manifest: track snapdragon-llvm" into n7.1
====================
11-12-2016
====================
* build/
e269ebc envsetup: block SDCLANG on Darwin for now
343f589 build: Autodetect SDCLANG in prebuilts/snapdragon-llvm
* external/fsck_msdos/
674d58f fsck_msdos: Don't use Snapdragon LLVM
* frameworks/av/
c1382b7 OMXNodeInstance: Fix legacy HAL1 after merge of android-7.1.0_r7
* frameworks/base/
7e75bb0 core/res/res/values-it/cm_strings.xml
2c2f39b DefaultPermissionGrantPolicy: Fix permissions for Gapps
58007d8 Tuner: allow power notif controls to be launched externally
724a9a2 systemui: Fix NPE when changing importance
f37b006 Turn on Power Notification Controls by default (1/2)
150b2ba zygote: Allow device to append extra whitelisted paths
* hardware/qcom/media/
3f66f09 mm-video: vidc: Remove hardcoding of BufCountActual
2a513bd mm-video: venc: update color format in port-def
29d5565 mm-video: venc: Use correct flag for buffer index selection
bd9d609 mm-video: venc: update allocation-size check for meta-buffer
* packages/apps/Settings/
dec1a12 Settings: notifications: add tuner's importance level shortcut
d252e8d Turn on Power Notification Controls by default (2/2)
7163bcd QuickSettings: Properly remove QS Columns/Rows options
* platform_manifest/
5ab4cab manifest: track snapdragon-llvm
* system/core/
1833825 sad selinux 2002
====================
11-11-2016
====================
* build/
fc7dddd build: kernel: Set prefix based on KERNEL_ARCH
5a0dbad build: qcom_target: Enable BOARD_USES_ADRENO
* frameworks/av/
4435e87 Allow to use baseline profile for AVC recording
* frameworks/base/
3ccf597 PanelView: Fix declaration of method 'setExpandedHeightInternal'
d59376c SystemUI: Update the auto brightness icon
c437724 batteryservice: Remove remnants of CAF's HVDCP changes
4bfbb47 Add CMSDK resource APK to Zygote FD whitelist
71a1aed Merge tag 'android-7.1.0_r7'into n7.1
bd28220 Fix left clock padding
0bbfe18 Disable more debugging
b65983b Turn off some debugs
5a6cfd2 PackageInstallerSession: use ftruncate if fallocate is ENOTSUP
fb47cb3 Fix race condition in setting notification panel height
71cfcf1 ScreenshotTile: Fix null expression for handleLongClick
* packages/apps/Camero/
49d524f Camera: Initial bringup
* packages/apps/Contacts/
45d4272 Fix NPE when 'merge contacts' encounters unknown names.
* packages/apps/Settings/
b00f861 Let's see if this helps
72d9456 Missing a little slashing
1d3ac17 Merge "SoftwareInfo: Add a summary and refractor" into n7.1
259ecec NotificationExt: Add a summary for Notification LED
cf5cd1c SoftwareInfo: Add a summary and refractor
96a27a5 QuickSettings: Hide QS Columns/Rows options
620994d Settings: Cleanup strings
be24202 SoftwareInfo: Add quick links to our Github and Gerrit sources
21fee6f Fixing some things
0757bd7 Merge "Update Italian translation" into n7.1
* platform_manifest/
d47f489 Merge "manifest: Track Camero" into n7.1
3c6842a manifest: Track Camero
* prebuilts/snapdragon-llvm/toolchains/llvm-Snapdragon_LLVM_for_Android_3.8/prebuilt/linux-x86_64//
7f4cfb9 Qcom LLVM
* vendor/aoscp/
cae3f96 vendor: Build Camero
5a2edce Merge conflict?
Great Rom, missing Night Light from latest build, this is based on CM, has same CM bugs...
{
"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"
}
DarkNess reDefinedRe-Defining The Darkness In Your Samsung Galaxy J5!
Our G+ Page
Our official telegram group
DND stands for "DarkNess reDefined".
Just look at the capitalization for once.
As you all know "Darkness is the entity that gives light a sense".
Our theme is light and glossy, Which gives you the fastest and smoothest android experiences without any lags.
We keep our ROM light and only with useful features — No bloats.
Download DarkNess reDefined for your device and enjoy the lag free experience.
We work in darkness to serve the light.
Status Bar
Network Traffic
Quick Settings
Bluetooth Device Battery Status
Statusbar Icon
Clock and Battery Adjustment
Brightness Control
Double-Tap to Sleep
UI
Animations
Force Expanded Notification
Disable Immersive Mode Message
Three Finger Screenshot
Fingerprint authentication
Recent
Hide Apps from Recent Panel
Buttons
Hardware Key Configuration
-Backlight Control
-Key Custom Actions
Power Menu Configuration
Navigation Bar Configuration
-Enable/Disable Navigation Bar
-Fling
-Height and width of Nav Bar Control
-Pulse
Misc
Volume Steps
Screenshot Sound
Media Cover Art
Superuser Indicator
Launch Music Player when Headset Connected
ROM Extra
Snapdragon Camera
Snapdragon Gallery
OMS
J500F/M/G: DarkNess-reDefined-N-v1.4-20170505-j5ltexx-Unofficial.zip
J500FN: DarkNess-reDefined-N-v1.4-20170506-j5nltexx-Unofficial.zip
Download the ROM and Gapps
Boot into recovery mode
Wipe System/Data/Dalvik Cache/Cache
Flash ROM and Gapps zip file
Reboot and enjoy the power of Darkness !
Click Here
Contributors
LineageOS (Base)
Resurrection Remix (RR)
Slim Roms Team
ParanoidAndroid Team
DU Team
AICP
AOKP
Our core team
@AKabhishek
@DarkKnight6499
@kishpatel
@warlord_rk
@TheDarkStrix
Kernel Source
Thanks To @SoUnd001 For The Stable Device Trees!
XDA:DevDB Information
Darkness-reDefined, ROM for the Samsung Galaxy J5
Contributors
Has.007
Source Code: https://github.com/DarkNess-reDefined
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Version Information
Status: Stable
Created 2017-05-08
Last Updated 2017-05-08
A Bunch Of More Screenshots!
# DarkNess reDefined Version 1.4 Changelog
====================================================
05-01-2017
============
Code:
#### frameworks/base/
* 6b4f11b base: Switch to pixel theme
* 4f87c67 Pixel blue for globalActions silent mode selection indicator
* b1fd1a4 Notifications: Materialize missed calls icons
* 7b8ee6b base: Change toast frames color to some better look ones
* 727b377 hwui: skip draw empty frame
* 8e4bf44 MountService: Don't run benchmarks after trimming
* 5741321 FATAL EXCEPTION IN SYSTEM PROCESS: android.ui
* 1d1ca85 Add Sound tile to QS
* 48267d8 Fix PacketKeepalive.stop() crash
* 8636934 Fix NPE when call stack.setLaunchTime.
* b3b7d4a Fix DateTimeView fc issue
* 877da6d Fix a NPE with outlineProvider="none"
* cf9b45f DisplayThread: use realtime scheduling
* 1bf9f42 base: use real-time scheduling for the UI Thread
* 8591819 aapt: enforce 0 compression
* 261f5f4 aapt: allow opting out of uncompressed aapt
* 13c7e4c Redundant waiting time of keyguard unlocking after reboot
* d92e8d5 Make sure that the device name is not null before returning it
* f7df36c Fix a null pointer exception in FragmentManager
* 8328cbc Revert "Fix for wakelock being held during bootup and idle scenario."
* 70b10a1 Skip send broadcast to the receiver whoes user has not started.
* 495897a Add alarm fullscreen
#### manifest/
* 9f3bf01 manifest: ThemeInterfacer is a service
#### packages/apps/PackageInstaller/
* d7450a7 Fix build after merge
#### vendor/cm/
* d6427ac overlay: Add new default wallpaper
* 0f5d19c bootanimation: Switch to DarkNess reDefined Animation
* abb10ad prebuilt: Add turbo apk
* 6da8f1b prebuilt: add missing amaze config
04-30-2017
============
#### build/
* 7c7e269 Revert "build: releasetools: ota: Add support for 32-64 bit upgrades"
* 87a496c build: fix verity generation
* da533d4 build: allow to disable recovery-two-step.img generation
#### device/xiaomi/kenzo/
* 562a15d dependencies: update branch
#### frameworks/native/
* a260fc8 sensorservice: Register orientation sensor if HAL doesn't provide it
#### manifest/
* 85e8b2b Track DeskClock
* e9c9ba6 Update README
* 8176381 manifest: Change our default branch
* 99613c7 Manifest : Stop syncing blank intel sensor repo.
* 480c17d manifest: Track lineage external/libchrome
* 77b4f07 manifest: android-7.1.1_r25 -> android-7.1.2_r2
#### packages/apps/DUI/
* f610133 Fix DUI slippery flag logic and IllegalArgumentException [1/2]
* b2ac39a Improve Pulse and MediaMonitor reliability
#### packages/apps/Settings/
* 7d696ee Revert "Settings: Lost cached BT devices in found devices list"
* 0cd78ff Settings[Wifi]: fix the input invalid length for WEP encryption.
* 5ebd6cd Settings: Fix internal storage summary for non-emulated storage
#### packages/services/Telephony/
* 2d82def VoicemailSettingsActivity: Fix NPE
* d121d66 telephony: fix crash when missing simcard
#### vendor/cm/
* 4a1265e Update magisk to v12.0
* 0ec1c0e roomservice: update for n7x branch
* 9f37019 Add ViaBrowser
#### vendor/cmsdk/
* 3159de3 Protect system profiles related broadcasts
* 1202cfe PerformanceManager: Don't override the user preference
* 605e6de PerformanceManager: Don't force powersave mode with powersave profile
@Has.007 does this rom has the latest fixes by @SoUnd001? So bugless?
Reserved For Future!
JosephDM said:
@Has.007 does this rom has the latest fixes by @SoUnd001? So bugless?
Click to expand...
Click to collapse
Yes, it has the latest source changes by Sound for BT Audio as well so yes it should be.
My tester didn't find any bug so far!
Recheck the thread I just updated all the posts.
Hi.
MM or LL bootloader?
harrysantana said:
Hi.
MM or LL bootloader?
Click to expand...
Click to collapse
Hi.
Both. But you might face some issues on MM bootloader, not sure.
Any plans for H models in the future?
Has.007 said:
Hi.
Both. But you might face some issues on MM bootloader, not sure.
Click to expand...
Click to collapse
Ok. Thanks
I'm with MM. Do you think it is better to downgrade?
francuz1988 said:
Any plans for H models in the future?
Click to expand...
Click to collapse
Yes.
harrysantana said:
Ok. Thanks
I'm with MM. Do you think it is better to downgrade?
Click to expand...
Click to collapse
Welcome. Nd for sure, the best & bugless experience will be on LL bootloader.
Good news:
I will be adding J500H support really soon for my roms & more!
@Has.007 do you know if this rom supports F2FS?
JosephDM said:
@Has.007 do you know if this rom supports F2FS?
Click to expand...
Click to collapse
If you're using a compatible recovery & if Lineage supports then yes it does support as well.
Correct me if im wrong. So bluetooth audio is working?
paulo boë said:
Correct me if im wrong. So bluetooth audio is working?
Click to expand...
Click to collapse
No still not.
Nice rom! Whatnis snapdragon camera?
paulo boë said:
Correct me if im wrong. So bluetooth audio is working?
Click to expand...
Click to collapse
TheBlueShadow3 said:
No still not.
Click to expand...
Click to collapse
Will talk to Sound about it.
Amarius1 said:
Nice rom! Whatnis snapdragon camera?
Click to expand...
Click to collapse
Thanks.
A better version of the stock Snap camera.
One of the best ROMs good battery life , I like the fact it has 4g icon , quick sleek , cam is optimised so overall great ROM
Thank you my friend
Has.007 said:
Will talk to Sound about it.
Thanks.
A better version of the stock Snap camera.
Click to expand...
Click to collapse
Does this support F2FS on /data partition?
---------- Post added at 09:07 PM ---------- Previous post was at 09:05 PM ----------
Amarius1 said:
Does this support F2FS on /data partition?
Click to expand...
Click to collapse
Also does it also work on MM bootloaders?
Also please remove the auto brightness icon in the quick settings as our device does not have an ambient light sensor...
{
"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"
}
ArrowOS
ABOUT
ArrowOS is an AOSP based project started with the aim of keeping things simple, clean and neat. We added just the right and mostly used stuff that will be actually USEFUL at the end of the day.
Website: [url]https://arrowos.net[/URL]
Telegram: Channel | Group
Github: [url]https://github.com/ArrowOS[/URL]
Code Review: review.arrowos.net
E-mail: arrowos.contact
To apply for maintainership Check this out
WHAT WORKS?
Almost everything
WHAT DOESN'T WORK?
You tell me
Be sure to include a log : check how to
INSTRUCTIONS
Clean Flash
Download The ROM & GApps
Wipe: System, Data, Dalvik, Cache
Flash ROM + GApps
Reboot & Enjoy
Dirty Flash
Download the ROM
Wipe: Dalvik and Cache
Flash ROM (+no verity if you are decrypted+Magisk if rooted previously or if want root)
Reboot & Enjoy
DOWNLOADS
ROM: Click Here for 0930--ROM
ROM: Click Here for 0926--ROM
ROM: Click Here for 0924--ROM
ROM: Magisk
ROM: no verity patch
Gapps: Click Here for GApps
Note : Pico, Nano or Micro Gapps are recommended. We don't prefer STOCK/HEAVY Gapps
Source Code
device tree | kernel
Contributors
LeChenRom
Changelog
Try to add oneplus camera
====================
09-30-2018
====================
* android/
030b41d delete app [LeChenRom]
12272ce Merge https://github.com/ArrowOS/android_manifest into arrow-9.x [LeChenRom]
157eb87 manifest: switch to Snap [Bauuuuu]
* build/make/
7c06756c2 Merge pull request #1 from ArrowOS/arrow-9.x [GitHub]
a617f7ecd core: makefile: Use 'release-keys' for build tag [Kuber Sharma]
* frameworks/base/
197bfa336e6 Merge pull request #3 from ArrowOS/arrow-9.x [GitHub]
3e8326df43c Camera: allow camera to use power key as shutter [bauuuuu]
* hardware/nxp/nfc/
6628f36 nxp: Begin restoring pn547 [Bauuuuu]
c5992de nfc: Restore pn548 support to 1.1 HAL [Bauuuuu]
* packages/apps/Snap/
bca3923e5 Remove lineage sdk dependency [Bauuuuu]
====================
09-29-2018
====================
* android/
0ccab00 manifest: sync the OTA updater [Bauuuuu]
* device/arrow/sepolicy/
bf9d226 sepolicy: fix the derp [bauuuuu]
df40702 sepolicy: add rules for updater and update_engine [bauuuuu]
30be24e common: add update_engine policies [bauuuuu]
187fc0a sepolicy: common: Add a label for /data/arrowos_updates [bauuuuu]
25eb282 common: Label common basic USB HAL [Bauuuuu]
f7f11eb sepol: Remove recovery access to vold_socket [Bauuuuu]
4340e94 sepol: Remove exfat context and set sdFAT to exFAT [Bauuuuu]
* frameworks/base/
4abdbcec828 Merge pull request #2 from ArrowOS/arrow-9.x [GitHub]
cfb53e66c08 Themes: Add Updater Dark/Black variants [bauuuuu]
f73c3ed8bf5 base: Actually fix the padding on StatusBar [bauuuuu]
* packages/apps/Updater/
b11d7db add FOREGROUND_SERVICE premission [Bauuuuu]
5104d93 update colors [Bauuuuu]
3495bf7 update the colors [Bauuuuu]
229d665 update the string [ganeshi4u]
8c552a9 Updater: Fix white on white nav/status bar for light theme [ganeshi4u]
927c7fe Updater: fix for our theming after removing vendor overlay [ganeshi4u]
10d09ec Updater: Fix for our theming [ganeshi4u]
58b4c3a Updater: Expose the lower background color [ganeshi4u]
* vendor/arrow/
3e2607b Merge pull request #2 from ArrowOS/arrow-9.x [GitHub]
f3d9c42 vendor: ship the OTA updater [bauuuuu]
3309c78 Themes: Correct navbar for dark/blackaf Updater themes [bauuuuu]
4592d71 vendor: Fix updater themes [bauuuuu]
586e888 Themes: Add our BlackAF variant to Updater [bauuuuu]
2fd44eb Themes: Add Updater to dark system themes [bauuuuu]
59c80f8 Create /data/arrowos_updates to store updates [Bauuuuu]
====================
09-28-2018
====================
* android/
bcc04f5 manifest: sync sepolicy [Bauuuuu]
====================
09-27-2018
====================
* android/
cb96b67 Merge branch 'arrow-9.x' of https://github.com/LeChenRom/android_manifest into arrow-9.x [LeChenRom]
8eeb3f1 av change lechen [LeChenRom]
fd2c4c5 Merge pull request #1 from ArrowOS/arrow-9.x [GitHub]
* device/oneplus/cheeseburger/
992964f bringup Arrow [Bauuuuu]
* device/oneplus/dumpling/
7121b47 arrow bringup [Bauuuuu]
* packages/apps/Snap/
ec2449241 Snap: use platform cert [Michael Bestas]
5b2dab81b CameraSettings: Do not crash if zoom ratios are not exposed [Michael Bestas]
479afd8fc Snap: Allow quickreader to work with secure device [Michael Bestas]
f55d23031 Snap: turn developer category title into a translatable string [Michael Bestas]
82fcea046 SnapdragonCamera: Panorama, replace border drawable [Michael Bestas]
ed34b5ab3 Snap: remove unused shutter buttons [Michael Bestas]
b5b9154ed Snap: Check for ACCESS_FINE_LOCATION instead of ACCESS_COARSE_LOCATION [Michael Bestas]
fa745fe44 Snap: Configure focus ring preview dimensions [Michael Bestas]
b856f0db3 Snap: Add support for focus distance [Michael Bestas]
be214d18e Drop new focus indicator into Camera2. [Michael Bestas]
a2e4ebd7e Snap: fix copy and paste fail [Michael Bestas]
b22c29daa Snap: add missing null check on isCamera2Supported [Michael Bestas]
d9971224a Snap: don't try to set up cameras with ids greater than MAX_NUM_CAM [Michael Bestas]
8787f4fc1 Do not crash if we don't have support for RAW files [Michael Bestas]
* packages/apps/Updater/
1425ae4 replace copy url with our SF links [ganeshi4u]
Fix nfc
One click replication for SMS verification code
China's destination of incoming and outgoing electricity
Special thanks to
AOSP
LineageOS
Ezio Lacandia Bijelkic
Maxwen
Alex Cruz
scoute-dich
Tibor Kaputa
And all other Open Source - Developers,Teams and Organisations
DM if we missed someone - you can always look at GitHub to find more contributors! :highfive:
This is awesome! I never thought ArrowOS would come to dumpling. Thanks!
Thank you. Awesome work.
Im only one issue. NFC not work.
Staying on Magisk v16.4 is mandatory or can we update it to v17.1 ?
ashwini215 said:
Staying on Magisk v16.4 is mandatory or can we update it to v17.1 ?
Click to expand...
Click to collapse
Not mandatory, can be
Do we need to be decrypted or can flash over encrypted
praveen7682 said:
Do we need to be decrypted or can flash over encrypted
Click to expand...
Click to collapse
decrypted
so VOLTE is not working for me (Indian Carrier).
Followed the steps mentioned in the OP.
Cannot make or receive calls. Mobile Internet is working fine
Attaching the logs.
Any deeper review?
thanks! can you add some screenshots please?
ashwini215 said:
so VOLTE is not working for me (Indian Carrier).
Followed the steps mentioned in the OP.
Cannot make or receive calls. Mobile Internet is working fine
Attaching the logs.
Click to expand...
Click to collapse
Install the ims.apk fix for volte..
crazykamui said:
Thank you. Awesome work.
Im only one issue. NFC not work.
Click to expand...
Click to collapse
Has this been fixed?
updated- fixed NFC
Does OOS Camera work with this ROM?
rushier.ivan said:
Does OOS Camera work with this ROM?
Click to expand...
Click to collapse
yes
added screenshots
LeChenRom said:
yes
Click to expand...
Click to collapse
Thanks!
Will you apply for this ROM to be official?
rushier.ivan said:
Thanks!
Will you apply for this ROM to be official?
Click to expand...
Click to collapse
Yes, very soon
How can i get oneplus navgation gestures. Any idea?
vamsikrishnad10 said:
How can i get oneplus navgation gestures. Any idea?
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.ivianuu.oneplusgestures