In-call volume issue - android 7.1.2 (Lineage AOKP) - Lenovo Vibe K5 Questions & Answers

Hi,
Since I have android 7.1.2 installed on my K5(a6020) (checked on Lineage and AOKP) I have a very annoying issue. I can't change in-call volume, which is very loud. I see that volume bar is changing on the screen, but the volume I hear is still the same (no changes). Do you have similar problems? Do you know any solution ?

oyabun_jigoku said:
Hi,
Since I have android 7.1.2 installed on my K5(a6020) (checked on Lineage and AOKP) I have a very annoying issue. I can't change in-call volume, which is very loud. I see that volume bar is changing on the screen, but the volume I hear is still the same (no changes). Do you have similar problems? Do you know any solution ?
Click to expand...
Click to collapse
You have to setup following values on build.prop file:
Code:
ro.qc.sdk.audio.fluencetype=fluence
persist.audio.fluence.speaker=false
persist.audio.fluence.voicecall=true
persist.audio.fluence.voicerec=false
It help me on LineageOs ROM

Related

[ROM][GT-P52XX][UNOFFICIAL][5.1.1] CyanogenMod 12.1

Unofficial CyanogenMod 12.1 for Samsung Galaxy Tab 3 10.1​
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.1 (Lollipop), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards, ...
* You flash this at your own risks
*/
About CM
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Important information
You need a recent TWRP version to flash this ROM.
Installation
First time installing or coming from another ROM
Copy ROM to SDCard
Copy Houdini to SDCard
Copy GApps to SDCard
Boot into recovery
Backup EFS partition
Wipe -> Advanced Wipe -> Dalvik Cache + System + Cache + Data
Install ROM
Install Houdini
Install GApps
Reboot
First start takes a long time
Upgrading from earlier version of CyanogenMod 12.1
Copy ROM to SDCard
Boot into recovery
Install ROM
Reboot
[OPTIONAL] Converting filesystem to F2FS (thanks @michiil)
The ROM has F2FS support. You may want to use it instead of the default (EXT4).
This will delete ALL files/data from your tab.
What you will need: A working PC and a working USB cable.
Install the most recent Recovery
Download the most recent Recovery from the second post. Flash the zip file in recovery. Back in the main menu press Reboot > Recovery
Format Data and Cache to F2FS
Wipe > choose Cache > repair or change file system > change file system > F2FS > Swipe to Confirm
Go back and repeat the same steps with Data. I got some error messages when formatting Data but they don't seem to be a problem.
Back in the main menu press Reboot > Recovery
Install Rom + Houdini + Gapps
Connect your tab to your PC and copy the zip files on the tab.
Flash the files, reboot and enjoy :good:
How to get back to EXT4
You will again loose all files/data on the tab.
Just repeat Step 2 but use EXT4 instead of F2FS.
What's working
RIL for P5200 (data, SMS/MMS, calls)
GPS
2D/3D acceleration
HW video encoding/decoding
Screen cast (miracast)
Sound
InfraRed
Camera
Wifi
Bluetooth
Sensors (and automatic brightness)
Smart cover lock/unlock
Multiuser
SDCard, USB OTG
Tethering (USB, Bluetooth, Wifi)
F2FS and exFAT
What's not working
Chromecast
RIL (for P5220)
MHL
Secure videos/DRM (Widevine, Google Play Movies...)
HW audio decoding
SELinux (disabled)
You tell me
How to root
Go to 'Settings/About tablet'
Tap 7 times on 'Build number'
Go back
Go to 'Developer options'
Tap on 'Root access'
Select 'Apps only' ('Apps and ADB' if you plan to use it in adb shell)
How to help
When something is not working correctly, in addition to common informations, I may ask you to provide logs. There are different kind of logs and it's not always easy to get all of them. For this, you can use SysLog (available on F-Droid or Google Play.
There is currently a bug in the app. Download it from AndroidFileHost. Use this patch if you want to compile it yourself:
Code:
diff --git a/app/src/main/java/com/tortel/syslog/utils/Utils.java b/app/src/main/java/com/tortel/syslog/utils/Utils.java
index 40d41b8..80ae55c 100644
--- a/app/src/main/java/com/tortel/syslog/utils/Utils.java
+++ b/app/src/main/java/com/tortel/syslog/utils/Utils.java
@@ -144,7 +144,7 @@ public class Utils {
Log.v(TAG, "Path: "+path);
//Make the directory
- if(!outPath.mkdirs() && !outPath.isDirectory()){
+ if(!outPath.mkdirs() || !outPath.isDirectory()){
throw new CreateFolderException();
}
Make sure to root device before using this app.
To get the logs:
Start SysLog
Click on 'TAKE LOG'
Once log is taken, SysLog will try to share the resulting file, just cancel
Send me the file /sdcard/SysLog/[YYYY-MM-DD_HH.mm]/[YYYY-MM-DD_HH.mm].zip
If you left 'Scrub potentially personal information from the logs' checked, you should be safe.
ROM sources
Kernel
https://github.com/nels83/android_kernel_samsung_santos10/tree/cm-12.1
Device trees
https://github.com/nels83/android_device_samsung_p5200/tree/cm-12.1
https://github.com/nels83/android_device_samsung_p5210/tree/cm-12.1
https://github.com/nels83/android_device_samsung_p5220/tree/cm-12.1
Local manifest
https://github.com/nels83/android_device_samsung_p5200/wiki/Local-manifest
CM12.1 Patches (if you just need these)
https://gist.github.com/nels83/bbec9f80478fcb679412
Credits
Angel_666 , moonbutt74 and Restl3ss for starting the work on this device
Android-Andi for his device tree
Deltadroid for his GApps package
All testers of the "signup" thread
CyanogenMod and Google for Android
XDA
AndroidFileHost
XDA:DevDB Information
CyanogenMod 12.1 for GT-P52XX, ROM for the Samsung Galaxy Tab 3 10.1
Contributors
nels83
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Beta
Created 2015-05-05
Last Updated 2016-05-29
Downloads
ROM
ROM - Beta 4 (20160529)
Galaxy Tab 3 10.1 3G : GT-P5200 (MD5)
Galaxy Tab 3 10.1 Wifi : GT-P5210 (MD5)
Galaxy Tab 3 10.1 LTE : GT-P5220 (MD5)
You can find old versions on AndroidFileHost. Version code is in file description.
Houdini (20150521)
Houdini for Android 5.0 (MD5)
GApps
See Open Gapps, select Platform x86 and Android 5.1.
TWRP
See TWRP thread.
Other
Flash player (11.1.112.60)
Flash player for x86
Note
There is currently a bug with HW video decoding/encoding: you can't have both. By default, the ROM provides HW video encoding but partial HW video decoding.
If you want full HW video decoding, you can flash hw_decode.zip (you will however loose HW video encoding). Fixed in alpha 11.
A bug appeared in Alpha 13 causing voice calls (in P5200) to be muted. It will be fixed in Beta 2. In the meantime, you can flash audio_test3.zip after flashing the ROM. Fixed in beta 2.
Changes
Changelog
Beta 4 (20160529)
- CM update
Old changes
Beta 3 (20160210)
- CM update
- Fixed GPS
- Updated F2FS driver
Beta 2 (20151120)
- CM update (stable/cm-12.1-YOG7D)
- Fixed audio calls
- Speaker by default for audio calls
- Fixed video artifacts
Beta 1 (20151027)
- CM update
- Better hardware buttons responsiveness
- Enabled wifi hotspot for GT-P5210
Alpha 15 (20151012)
- CM update
- Button lights are activated only when touching them (thanks to pawitp)
- Reduced boot time (first one and when using encryption)
Alpha 14 (20150922)
- CM update
- Fixed device encryption
- Added HW keystore
- Disabled CABC
- Added stock extSdCard symlink (thanks @HassoNas)
- Reduced boot time by launching MDS service (thanks to Tran Huu Tin)
Alpha 13 (20150902)
- Based on CM 12.1 YOG4 stable branch
- Fixed sensors
- Optimized zram
- Added KeyDisabler
- Added CABC
Alpha 12 (20150806)
- CM Sync
- Fixed voice calls for P5200
- Fixed GPS for P5200/P5220 (still partial support)
- Fixed permissions for interactive governor
- Used proper OmniROM patch for cursor
- Added deadline I/O scheduler
- Reverted to CFQ I/O scheduler by default
- Disabled KSM
Alpha 11 (20150728)
- CM Sync
- Fixed video encoding
- Fixed audio bugs appearing in some games
- Added FIOPS I/O scheduler (enabled by default)
Alpha 10 (20150711)
- CM Sync (Android 5.1.1_r6)
- Fixed USB OTG settings
- Added performance profiles
- Fixed more green bar on some videos
- Fixed reversed volume button
- Reverted power hal
Alpha 9 (20150615)
- CM Sync
- Added Stk and SamsungServiceMode
- Fixed pinch zoom (by CM)
- Set lz4 compression for zram
- Set lzma compression for kernel
- Cleanups / merges
Alpha 8 (20150605)
- CM Sync
- Fixed third party VPN
- Added smart cover support
- Various fixes
Alpha 7 (20150601)
- CM Sync
- Enabled KSM (for real, missed a commit in alpha 6)
- Fixed audio glitches
- Fixed green bar on some videos
- Added F2FS support (needs TWRP 2.8.6.0 V2)
Alpha 6 (20150528)
- CM Sync (Android 5.1.1_r3)
- Enabled KSM and zram
- Forced menu icon (in Firefox for example)
- Fixed home button for secondary users
Alpha 5 (20150520)
- CM Sync
- Fixed screen recording
- Use opensource mixvbp
Alpha 4 (20150517)
- CM Sync
- Adjusted power profile (needs testing)
- Fixed HW video encoding (only from camera, screen recording not working)
- Fixed Wifi direct
- Various config fixes
Alpha 3 (20150510)
- CM Sync
- Fixed wifi tethering
- Fixed mouse cursor
- Fixed show touches in developer options
Alpha 2 (20150508)
- Add P5220 ROM
- Fixed bluetooth PIN and tethering
- Add extra fonts
- H icon for HSPA
- Enable Wifi-Direct for all devices
Alpha 1 (20150505)
- Fixed camera for P5200
- Fixed minimum brightness
- Fixed hardware keys definitions
- Enabled reboot to download
nels83 said:
Changelog
Alpha 1
- Fixed camera for P5200 (hopefully)
- Fixed minimum brightness
- Fixed hardware keys definitions
- Enabled reboot to download
Click to expand...
Click to collapse
Hi! Glad to see a new thread by you!
Just some Thoughts - in "/common-overlay/frameworks/base/core/res/res/xml/power_profile.xml"
Code:
<item name="battery.capacity">2100</item>
maybe 4000?
and
<array name="cpu.speeds">
max value for us is 16000000 and min value is 800000 i think like this:
<array name="cpu.speeds">
<value>800000</value>
<value>933000</value>
<value>1200000</value>
<value>1333000</value>
<value>1600000</value>
</array>
And for Intel platform we need 2 more files: thermal_throttle_config.xml
thermal_sensor_config.xml but i dunno how correctly it will be used by CM frameworks...
P.S. for open\close reaction on case we can try add <bool name="config_lidControlsSleep">true</bool>
Just flashed Alpha1 built for P5200 and camera works now
thx nels83
New bugs:
-otg mouse works, but no cursor
-screencasting not working(my device chromecast)
-show touches in developer options not working
-when I change language, settings crash
---------- Post added at 03:27 PM ---------- Previous post was at 03:03 PM ----------
blits01 said:
New bugs:
-otg mouse works, but no cursor
-screencasting not working(my device chromecast)
-show touches in developer options not working
-when I change language, settings crash
Click to expand...
Click to collapse
+wifi hotspot not working
Is there a way to make the button lights only light up when you touch them and not light up every time you touch the screen?
Sent from my Nexus 5
blits01 said:
New bugs:
-otg mouse works, but no cursor
-screencasting not working(my device chromecast)
-show touches in developer options not working
-when I change language, settings crash
---------- Post added at 03:27 PM ---------- Previous post was at 03:03 PM ----------
+wifi hotspot not working
Click to expand...
Click to collapse
Not working Dialer(do not call)
KingUsman said:
Is there a way to make the button lights only light up when you touch them and not light up every time you touch the screen?
Sent from my Nexus 5
Click to expand...
Click to collapse
+1
Angel_666 said:
Hi! Glad to see a new thread by you!
Just some Thoughts - in "/common-overlay/frameworks/base/core/res/res/xml/power_profile.xml" ...
Click to expand...
Click to collapse
Thanks! Good catch, I never edited this file, just took the one from stock ROM...
Angel_666 said:
And for Intel platform we need 2 more files: thermal_throttle_config.xml
thermal_sensor_config.xml but i dunno how correctly it will be used by CM frameworks...
Click to expand...
Click to collapse
I'll take a look. Thermal management is on my todo list.
Angel_666 said:
P.S. for open\close reaction on case we can try add <bool name="config_lidControlsSleep">true</bool>
Click to expand...
Click to collapse
It won't work, these devices don't have lid
KingUsman said:
Is there a way to make the button lights only light up when you touch them and not light up every time you touch the screen?
Click to expand...
Click to collapse
I don't think so. This would require CyanogenMod changes (if it is even possible).
Thank you for this great ROM.
Is it possible to make the magnetic Sensors work? If i open or close my Bookcover the Display doesn't turn on or off.
blits01 said:
New bugs:
-screencasting not working(my device chromecast)
-otg mouse works, but no cursor
-show touches in developer options not working
Click to expand...
Click to collapse
Thanks for the reports, I'll check this.
blits01 said:
-when I change language, settings crash
Click to expand...
Click to collapse
It seems we are not alone: https://code.google.com/p/android/issues/detail?id=166828 and http://forum.xda-developers.com/showpost.php?p=59934854&postcount=5133
I noticed some bugs concerning fonts, it may be related.
blits01 said:
+wifi hotspot not working
Not working Dialer(do not call)
Click to expand...
Click to collapse
These two are hard to try for me as I don't have a P5200 device (but I will investigate). Maybe @Angel_666 could take a look ?
Holzi001 said:
Thank you for this great ROM.
Is it possible to make the magnetic Sensors work? If i open or close my Bookcover the Display doesn't turn on or off.
Click to expand...
Click to collapse
This function is not included in CyanogenMod (afaik). You can try to calibrate the magnetic sensor and install Magnetic Lock from the Play Store.
Flashed this afternoon and I am loving it so far. Can really tell it's been liberated from TW as performance is vastly superior. Haven't really encountered new bugs or anything. Did try to mess with the magnetic lock apps but with zero success. Is it even possible to bake functionality like this into CM?
Thank you so much for putting this together!! Has breathed a lot of new life into this aging device.
I had honestly given up on the tab 3 10.1 haha (as is obvious by lack of pimpdroid updates), I was about a day away from selling it. Good work my friend
Its really awsome to see something new here i will flash it as soon as i get home.
If you need someone to do some testing just ask me since i have a 5200.
EDIT: goddamn thats smooth. its like a whole new tablet
Thrilled
This is just amazing! I've been looking in the development thread almost every day this year. From the start of April it's been less often and I almost most hope.
So imagine my surprise and joy! It's like a brand newer tablet! Thanks :laugh::good:
nels83 said:
Thanks for the reports, I'll check this.
It seems we are not alone: https://code.google.com/p/android/issues/detail?id=166828 and http://forum.xda-developers.com/showpost.php?p=59934854&postcount=5133
I noticed some bugs concerning fonts, it may be related.
These two are hard to try for me as I don't have a P5200 device (but I will investigate). Maybe @Angel_666 could take a look ?
Click to expand...
Click to collapse
@blits01 can you send\receive sms on your device?
Angel_666 said:
@blits01 can you send\receive sms on your device?
Click to expand...
Click to collapse
Sms and ussd work good

[ROM][UNOFFICIAL] NCyanogenMod 11 for L7II

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KitKat), which is designed to increase performance and reliability over stock Android for your device.
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
What are Nightly builds? Auto compiled builds of the latest CyanogenMod source from github. This version change each night and aren't officialy supported. If you find bugs/issues you can/must discuss here (do not submit nightlies bug on CyanogenMod issue tracker).
All bug reports that don't meet this conditions will be ignored:
You have the kernel provided in the zip file
You made a clean flash and didn't restore anything
You made a detailed review of the problem
You provide a logcat in a .txt file (Search internet)
You provide dmesg or last_kmsg if it is a kernel panic (Search internet)
What's working :
Booting
RIL and Mobile Data
Dual-Sim
Storages (Internal and External)
Notification Led
Flashlight
Sound
Wi-Fi
Bluetooth
GPS
Tethering (BT, Wi-Fi, USB)
Sensors
Video playback
Camera
Browser
What's not working :
NFC (causes instability)
Fm Radio
Cpu Governors SmartassV2 and H3 causing instability
Other stuff that is not here
I DO NOT RECOMMEND USING CM CAMERA (it can stuck and you need to restart); USE OpenCamera INSTEAD!!!
Care with volume. Lower until no cracking sound is present
Instructions :
Reboot to the latest TWRP/CWM/Philz
Make a full wipe (/system, /data, /cache, /dalvik-cache, /internal storage)
Flash the CM11 zip
Flash the four_button.zip (if you have dual)
Make factory reset
Reboot to system
Flash Gapps (if you want) => you need to test which work. Flash pico please or you will have crashes. You need to test this. FLASH ONLY AFTER FIRST BOOT
You can also flash Gapps before booting (after CM11) but if you know how to skip initialization screen (the clockwise press trick). If you don't know what I am talking about, don't ask use the flash after first boot method.
You will not have a setup wizard because I am using INIT to set device model. Please use settings to set up your stuff.
Downloads :
ROM:
cm-11-20160306-UNOFFICIAL-vee7-RC3.zip
md5: 95b61238767d250a06891461ef4a7882
four_button.:
four_button_RC3.zip
md5: 0c03597aa15338f1362c26d44f52d5d6
Credits :
@Dazzozo
@luca020400
@skyinfo
@weritos
@Caio99BR
@Kra1o5
@fonz93
TeamHackLg
CyanogenMod
Xda for this nice home
Donators (BIG THANKS!!!) :
@vlmaxx
The source code is entirely available here: https://github.com/Cyanogenmod11-vee7
XDA:DevDB Information
NCyanogenMod 11, ROM for the LG Optimus L7 II
Contributors
neutrondev
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod 11
Version Information
Status: Beta
Created 2015-06-12
Last Updated 2015-06-12
Reserved
Changelog:
RC3(06-03-2016)
Fm needs to much work and I don't have time; reverted that
reverted overclock causes problems
removed kernel stuff that caused instability
visual performance should be better now
removed hwcomposer
removed vsync ( we don't support that )
added headphones image when headphone is plugged
added the flashlight thing in drop-down menu
fixed blue video in camera
RC2(27-02-2016)
Initial commits for FM radio
Kernel changes:
fixed memory leaks in ext4
improved ext4 speed
added frontswap
limited max readahead to 1MB
improved response of the UI
added sio, sioplus, bfq, fiops, row I/O
changed default I/O to sio (best for our device)
dynamic read-ahead support
3 times faster integer SQRT operation
frandom entropy (way faster then urandom)
removed useless 320 KHz freq from CPU (more aggressive scaling, to be more responsive)
overclocked to 1036 GHz
Enabled ZCACHE
Enabled ZRAM
RC1 (26-02-2016)
reworked device tree, kernel tree entirely
now all is united under vee7
baseband search to set version
camera now compiled from source (focus while in video mode works); the restriction is still clear. no pause on videos
speed should be improved
battery drain should be gone
dual sim most likely fixed (needs confirmation)
enabled ZRAM
enabled ZCHACE
Beta 2 (19-06-2015)
[fixed] Browser
[fixed] Camera
[fixed] GPS, was not locking right
[observed] Battery drain
Beta 1 (12-06-2015) -> not public
[fixed] entire sound
[fixed] browser crash
[added] dual-sim support
[updated] RIL area
Alpha 2 (11-06-2015) -> not public
[fixed] internal storage
[fixed] part of sound
[fixed] flashlight
[working on] camera
Alpha 1 (08-06-2015) -> not public
Initial bringup
Reserved
Frequently asked questions (FAQ) and Instructions:
QUESTIONS AND ANSWERS:
1. How to enable Developer Option?
Go to Settings->About phone->Build number->Tap on it 7 times.
2. How to enable USB Debugging?
After you enable Developer Option go to Settings->Developer options->Check USB debugging.
3. How to enable Reboot recovery from the reboot menu?
Go to Settings->Developer options->Check Advanced reboot.
4. How to disable Home key unlock (it is enabled by default)?
Go to Settings->Buttons->Uncheck Home button wake.
5. Do you want faster UI?
Go to Settings->Developer options->Scroll down to DRAWING->Set Transition animation scale and Animation duration scale and (Optional: Windows animation scale) to Animation scale .5x
You are reworking it from source or it's werito's port just edited?
tomcis147 said:
You are reworking it from source or it's werito's port just edited?
Click to expand...
Click to collapse
As I said this is my last project. It contains my source.
Finally
Good work
Thank you for this final effort. And thank you for the TWRP 2.8.6.0(doesn't flip the screen on reboot anymore).
I'll be sure to try your CM11 rom once I'm out of university for the summer.
This is amazing. Been waiting for CM11 all my life. Good luck in this and in all your future projects neutrondev!
Sent from my [email protected] by neutrondev using XDA Free mobile app
neutrondev said:
As I said this is my last project. It contains my source.
Click to expand...
Click to collapse
I wish there will not be a battery drain the battery is more stable than the cm10.2. Hahahha. Good Luck with this sir.
What you mean with "not working browser" ?
luca020400 said:
What you mean with "not working browser" ?
Click to expand...
Click to collapse
Probly web view framework is not working that renders websites
luca020400 said:
What you mean with "not working browser" ?
Click to expand...
Click to collapse
I am using chromium webview not classic and genlock has some problems. It is a genlock problem that is also related to webview when I will have time I will investigate it
By the way, and it came to me just now, is it possible for you to include the following options?
- turn on/off the annoying "safe headset volume" message
- turn on/off camera shutter sound
- turn on/off heptic feedback(vibration on unlock/hold home key/input pin code when turning the device on)
- custom power off and restart option: reboot/reboot to recovery/reboot to boodloader
Those would be very comfortable for most of us, if not for everyone. Currently on the purified stock v2(KK 4.4.2) i have to use:
- GravityBox(Xposed) for headset volume message and custom restart options
- Open Camera(from play store) because it has an option to mute shutter sound
- Spare Parts to remove heptic feedback(although you can uninstall the app and still have heptic feedback disabled)
My whole point is to have the above mentioned options native to the ROM itself without using third party apps/frameworks.
shhnedo said:
By the way, and it came to me just now, is it possible for you to include the following options?
- turn on/off the annoying "safe headset volume" message
- turn on/off camera shutter sound
- turn on/off heptic feedback(vibration on unlock/hold home key/input pin code when turning the device on)
- custom power off and restart option: reboot/reboot to recovery/reboot to boodloader
Those would be very comfortable for most of us, if not for everyone. Currently on the purified stock v2(KK 4.4.2) i have to use:
- GravityBox(Xposed) for headset volume message and custom restart options
- Open Camera(from play store) because it has an option to mute shutter sound
- Spare Parts to remove heptic feedback(although you can uninstall the app and still have heptic feedback disabled)
My whole point is to have the above mentioned options native to the ROM itself without using third party apps/frameworks.
Click to expand...
Click to collapse
Haptic feedback in stock KitKat need to edit build.prop, in CyanogenMod you can enable and disable in sound settings and lock screen settings. Advanced restart mode in developer options (I think only CyanogenMod, not sure stock roms)
Sent from my p710 using XDA Free mobile app
What are the main differences between this build and @weritos one? In what way it's expected to be better?
doubt
When can we download ?
Wesley Silva said:
When can we download ?
Click to expand...
Click to collapse
You will see when, don't ask for eta.
Build will arrive soon. The thing is that I want to use Chromium Webview (it is new starting from kitkat). Before kitkat classic webview was used. I can use an external classic but I want to update the stuff to work with Chromium one.
Well just some updates. Found time to work today. Camera got fully fixed (Resume now works). I adverted GPS working. Well trying to get a signal it could not lock. That is also fixed now. I just switched to Classic Web View since exams are comming and I see no problems. We can count browser also fixed. Maybe tomorrow is a good day to release an RC already. Will test until then. Peace out.
neutrondev said:
Well just some updates. Found time to work today. Camera got fully fixed (Resume now works). I adverted GPS working. Well trying to get a signal it could not lock. That is also fixed now. I just switched to Classic Web View since exams are comming and I see no problems. We can count browser also fixed. Maybe tomorrow is a good day to release an RC already. Will test until then. Peace out.
Click to expand...
Click to collapse
What exactly are nightly builds? I searched a lot but still not sure how that will work with this rom. Sorry if I'm too dumb and thanks in advance!
Edit: And another question, no battery drain at the moment? (Is not listed in known issues so I guess is fixed or never wasn't there)
Sent from my p710 using XDA Free mobile app

[P600][n1awifi][ROM][7.1] Official LineageOS 14.1 - weekly

LineageOS is a free, community built, aftermarket firmware distribution of Android 7 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
*/
Screenshots and Videos
Screenshots
Click to expand...
Click to collapse
What works?
Working​Boot
Display/Brightness
Touchscreen
Audio
Wifi
S-Pen
Buttons/Lights
SDCard
USB Storage
GPS
Bluetooth
IR Blaster
Camera
DRM (L3)
SELinux Enforcing
Not working​MHL
Miracast
Not in the list? Report below
Click to expand...
Click to collapse
Other issues
(empty)
Click to expand...
Click to collapse
How to install
This ROM REQUIRES Lollipop bootloader. See this post to learn how to update your bootloader.
1. Download ROM and Gapps and transfer to device
2. Boot into recovery (TWRP recommended)
3. Factory reset
4. Install ROM
5. Install Gapps
6. Reboot to system
You can skip factory resetting ("dirty flash") if you're upgrading from Official LineageOS to a newer Official build.
Click to expand...
Click to collapse
Downloads
Official LineageOS ROM: https://download.lineageos.org/n1awifi
Gapps: http://opengapps.org/ [Recommended: ARM 7.1 Pico or Nano]
Root: https://download.lineageos.org/extras
Exynos5420 team ROMs (UNOFFICIAL builds):
ROM: http://download.exynos5420.com/LineageOS-14.1/n1awifi/
Old downloads:
https://forum.xda-developers.com/devdb/project/?id=16957#downloads
Click to expand...
Click to collapse
Note: n1awifi is the same device as lt03wifi - the SM-P600
Thanks to
Without these people this ROM wouldn't exist:
Exynos5420 dev team ( @deadman96385 @thompatry @ZakooZ @Orion116 @joshndroid @Andmoreagain @thermskin, @javelinanddart, @tincho5588 )
@ShevT - For his work on the P601 (huge contributor to our current device tree)
@Raymanfx - First to bring CM to this device
Click to expand...
Click to collapse
Changelog
Current changelogs: https://download.lineageos.org/n1awifi/changes/
Old changelogs:
Code:
20170302
Fix bug where SetupWizard didn't have buttons
Lockscreen rotation setting added to Display->Rotation settings
20170222
Go official!
Fix video rescaling issue
SEPolicy fixups
Add noise suppression blobs
Enforce SELinux
20170130
Automatic screen brightness no longer enabled by default - zakooz
Enable our cache partition - zakooz
fstab: Mark cache, userdata as formattable - deadman96385
sepolicy: Update policies for media - cryptomilk + deadman96385
Doze fixups and tweaks - BadDaemon + deadman96385 + tincho5588 + zwliew
power: Use our kernel nodes - zakooz
Use NV21 color format instead of nv12tiled - tincho5588
ramdisk: fix s5p-smem ownership - tincho5588
Config: fix audio_effects.conf - tincho5588 + deadman96385
AudioFX: build the package again - tincho5588
20170113
Security patch: 05 January 2017
Enable "Samsung Doze"
GPU: Allow user under/overclock
GPU: Allow user thermal throttling points
GPU: Allow user voltages
20170107
Updated to LineageOS
Fixed microphone (Credit to @thompatry)
Fixed DRM
20161226
Update to final CyanogenMod sources (RIP CM)
Update to Android 7.1.1
December 2016 Security patch
Enable lockscreen rotation
Fix issue where the system was using the wrong audio_effects.conf
Enable advanced low power audio
Include Deathly Aduitor in installation
Increase maximum allowed charging current
No longer using haxes to avoid qualcomm telephony code
Update to 3.4.113 (from 3.4.112)
Update IR driver to samsung LL
Deathly Aduitor no longer complains about outdated kernel
Update Sound effect libs from T705XXU1ANF8 (Samsung MM)
Update mobicore from T705XXU1ANF8 (Samsung MM)
20161201
Major restructure and reorganization (now using exynos5420-common)
Updated audio configuration to official lollipop
Fixed offline charging
Updated audio blobs to official lollipop (kitkat bootloader has no problem with this)
Enabled US 5GHz wifi bands
Updated everything except for GPU driver to samsung's official Marshmallow sources (From klimtlte)
Allow apps to see and control:
USB charging currents
S-Pen Power Saving Mode (turn off S-Pen detection if it is inserted)
All the CPU thermal throttling points
S-Pen booster (increase CPU frequency when the S-Pen touches the screen)
Touchscreen booster (increase CPU frequency when a finger touches the screen)
Capacitive button booster (increase CPU frequency when a finger touches the buttons)
20161113
Fixed bug where buttons would light up even if lights were disabled in settings
Fixed bug where software buttons were enabled by default and restored option to disable them in Settings->Buttons
Camera fully working without crashes
Android security patch: 5 November 2016
20161107
Updated to CM14.1 (Android 7.1)
Fixed camera (but it's quite unstable)
20161030
Fixed battery stand-by problem introduced in previous build
Fixed HD video playback
Audio should crackle less
Now including Cyanogenmod Setup Wizard
Fixed possible system hang and reboot on first-boot
Enabled freeform windows
Improved system UI smoothness
Improved button lights HAL
Enabled strong stack protection
20161008
IR Blaster fixed? I can't test this because my IR emitter is faulty
Disabled doze - our device doesn't properly support this and it will actually decrease battery life
Updated default CPU governor and I/O scheduler configuration - battery life should be vastly improved if you weren't use custom CPU governor settings
Updated and enabled sdcardfs - Testing, storage should work better though
Many clean-ups in the device configuration
Removed system dependency on qualcomm ext-telephony (currently a mess on wifi-only-non-qualcomm devices)
Builds are about 50mb smaller (first boot is longer though) (give me feedback on what you prefer!)
Security patch - October 5, 2016
20160925
Fixed Bluetooth
Fixed Flashlight (and camera preview)
Fixed Settings app crash
Small fixes to RIL (lack of) and WiFi
20160916
Fixed GPS
20160915
Fixed audio
Fixed video rendering
Security patch - September 6, 2016
20160908
Initial release
Click to expand...
Click to collapse
Source code
Device: https://github.com/LineageOS/android_device_samsung_n1awifi
Kernel: https://github.com/LineageOS/android_kernel_samsung_exynos5420
Exynos5420 team: https://github.com/exynos5420
Click to expand...
Click to collapse
XDA:DevDB Information
SM-P600 LineageOS14.1 Official, ROM for the Samsung Galaxy Note 10.1 (2014 Edition)
Contributors
ZakooZ, https://github.com/exynos5420
Source Code: https://github.com/LineageOS/
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: LL bootloader
Based On: LineageOS
Version Information
Status: Stable
Created 2016-09-08
Last Updated 2017-06-22
FAQ
Before using the ROM:
Q. Can I have an ETA for the next build?
A. This ROM is scheduled to build every Thursday at 8 AM GMT. The download becomes available 1 to 5 hours later. If the build fails then you have to wait until the week after.
Q. Does this ROM support custom kernels?
A. No. You can still use them but discussion should go in the thread of the respective kernel. We don't offer support for bugs you might encounter using them.
Q. Why doesn't this ROM support Xposed?
A. Xposed is a hack that is geared towards AOSP, custom ROM's modify the framework a lot, so Xposed can cause a ton of issues on custom ROM's. Now it might work for you, however it is not to be discussed in this thread, and you should refrain from posting bug reports while using it as Xposed can cause a lot of bugs.
Q. Alright, but I still want to flash Xposed, so which version do I need to install?
A. Xposed is not yet available for nougat, however when it is ready you will need to use the version arm sdk 25.
Flashing the ROM:
Q. What do I need to know before flashing?
A. Check the install instructions in the first post..
Q. What TWRP versions are supported?
A. ShevT's. Check out this thread for the TWRP download.
Q. Can the builds be dirty flashed over each other?
A. Yes if you're on Official builds.
Q. How do I dirty flash builds on top of old (working) ones?
A. Flash the ROM zip only (no gapps, don't wipe data).
Q. Will this work on Kitkat bootloader?
A. Read the install instructions.
Using the ROM:
Q. How do I enable software buttons?
A. Settings->Buttons.
Q. How do I change my Menu button to a Recents/AppSwitcher button?
A. Settings->Buttons.
Q. Do I need to provide a log if I'm reporting a bug?
A. If you want it to be fixed faster (or at all) then yes, you should definitely provide a log.
Q. How do I get a logcat, and what type should I get, and more questions that can conveniently be answered by my pre-determined answer?
A. Read this thoroughly. Also, here's a good app for getting logs: https://play.google.com/store/apps/details?id=com.tortel.syslog
Deathly Adiutor App
Deathly Adiutor is an open-source, modified version of Kernel Adiutor made specifically for Exynos 5420 devices.
Features
Power Saving:
S-Pen Power Saving - Same as in Touchwiz, disables S-Pen detection if it's inserted in the slot
S-Pen Input Booster - Instantly increase CPU frequency when the S-Pen touches the screen
Touchscreen Input Booster - Instantly increase CPU frequency when you touch the screen
Touchkey Input Booster - Instantly increase CPU frequency when you touch the capacitive buttons
Touchscreen Glove Mode (Not all screens support this)
CPU Control:
CPU Settings reworked - Deathly adiutor back-end was cleaned up to work specifically with our CPU
CPU Thermal - Control all thermal throttling points for the CPU (make your device run colder... or even hotter)
GPU Control:
GPU Time in States - Same as CPU Time in States (Times in each frequency)
GPU Frequency Control
GPU Voltage Control
GPU Governor Control
Battery control:
Full power statistics - See current and maximum charging currents and current source of power
Unstable power source detection - Lowers current until the power source is stable
Customize charger current limits - Make your device charge faster (safe, if the charger can not supply enough current, the board will dynamically decrease the current)
Screen-On current limiter - Limit charging if screen is on (to avoid overheating)
Speakers:
Privacy mode - Disable main speaker if headphones are plugged in
Earpiece volume
Left/Right speaker volume
Speaker equalizer
Headphones:
Left/Right channel volume
Mono output mode
Headphone equalizer
App Themes:
Light theme - White and Red
Dark theme - Grey and Red
Credits
This post was written by @ZakooZ
This app is brought you by the exynos5420 developer team: @deadman96385 @thompatry @ZakooZ @Orion116 @mosimchah @joshndroid @Andmoreagain @thermskin, @javelinanddart, @tincho5588, @ShevT
Translators:
@ShevT - Russian
The following people deserve distinction for their major contribution:
@tincho5588, responsible for 80%+ of the code for the new features
@deadman96385, the main maintainer of the Deathly kernel and most of the remaining code
Downloads
The app can be found in the Play Store:
Free version (with ads): https://play.google.com/store/apps/details?id=com.exynos5420.deathlyadiutor.ads
Donator version (no ads): https://play.google.com/store/apps/details?id=com.exynos5420.deathlyadiutor.adfree
Helping the developers
You may have noticed there's 2 versions of this app, one ad-free for donators and one with ads.
You can help us by clicking ads you're interested in for the free version, or purchasing the donator version!
We will use the money generated by this app as common money for the developers of the team. It will be used to pay for our web-hosting (we own a gerrit server and a domain name, exynos5420.com). It will also be used to buy a new device if one of ours breaks.
Translating the App
You can also help us by translating the app to your language:
1. You can start by looking at the full english language file: Link
2. Then compare it to your unfinished language file. You can find it here, under values-xx/strings.xml, xx being your language abbreviation.
3. You can then fill-in the missing strings in your language file. Here's an example of what a proper update looks like.
4. Then you can submit your translation by using our gerrit. If you don't know how to use gerrit, just PM the translation to your favorite developer and he'll get it merged!
Thanks for working on CM 14. You will make it compatible with LP Bootloader or you are still on KK Bootloader? Because with the LP and M AOSP roms we had to stay on KK Bootloader to avoid sound, spen and reboot issues.
Stogie87 said:
Thanks for working on CM 14. You will make it compatible with LP Bootloader or you are still on KK Bootloader? Because with the LP and M AOSP roms we had to stay on KK Bootloader to avoid sound, spen and reboot issues.
Click to expand...
Click to collapse
It currently works on top of the CM13 device specific code so it's probably best to use KK bootloader. Making it compatible with LP bootloader is difficult and not a top priority at the moment
The Rom is working in lp Bootloader, unfortunately not so well. Where can I get the kitkat Bootloader?
The Google App is not working for me
wulkanat said:
The Google App is not working for me
Click to expand...
Click to collapse
I don't have issues with google apps. Try flashing KK bootloader like this: http://forum.xda-developers.com/gal...cial-build-t2980604/post65631142#post65631142
Regardless, a more stable build is coming in the next few days, with better compatibility for exynos
ZakooZ said:
I don't have issues with google apps. Try flashing KK bootloader like this: http://forum.xda-developers.com/gal...cial-build-t2980604/post65631142#post65631142
Regardless, a more stable build is coming in the next few days, with better compatibility for exynos
Click to expand...
Click to collapse
Wow, the Rom is now very smooth, only with the standard gapps there are many fc and you cant sign in a google account.
Great work so far, excited for the stable build! No crash on gapps for me , everything felt pretty quick for an early build.
How about for note n8010
Plz
shukenmg said:
How about for note n8010
Plz
Click to expand...
Click to collapse
The new Note 10.1 is completly different from the Old one, so you are in the wrong thread. Don't expect too much, the n8000 is a very Old device.
New build
cm-14.0-20160915-UNOFFICIAL-n1awifi.zip
Fixed:
Audio
Video rendering (in Youtube and such)
Settings app now has cyanogenmod stuff (don't expect the settings to work) (root works)
New build
cm-14.0-20160916-UNOFFICIAL-n1awifi.zip
Fixed:
GPS (with help from @deadman96385)
Links are dead?
Edit, nevermind. Being dumb.
Few things I've run across.
1) Cannot add a second Google account.
2) Status bar battery settings don't take. Tried adding percentage next to portrait icon but won't display.
And FYI, root is baked in. Trying to use SuperSU ended in a boot loop.
angus242 said:
Few things I've run across.
1) Cannot add a second Google account.
2) Status bar battery settings don't take. Tried adding percentage next to portrait icon but won't display.
And FYI, root is baked in. Trying to use SuperSU ended in a boot loop.
Click to expand...
Click to collapse
1) 2) will be fixed by Cyanogenmod in the coming weeks, all I can do about that is wait until they update their code to support Nougat
Yes root is already baked into the developer options
ZakooZ said:
1) 2) will be fixed by Cyanogenmod in the coming weeks, all I can do about that is wait until they update their code to support Nougat
Yes root is already baked into the developer options
Click to expand...
Click to collapse
No problems. I appreciate all the work. I'm just reporting what I've found. Ya never know what might fall through the cracks. :good:
Awesome, dev, thank you!!!! Only for P600? Don't works on P601, right?
kryzeK said:
Awesome, dev, thank you!!!! Only for P600? Don't works on P601, right?
Click to expand...
Click to collapse
Should work on P601, but try at your own risk (RIL won't work for sure)

[6.0.1] Resurrection Remix 5.7.4 r79 (MT6592)

HTML:
* 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.
Rom Changelog :-
Android 6.0.1_r78->r79
All updates from CM and LineageOS
SysUI: Don't set panel bar to null and avoid NPEs
connectivity-service: fix/improve unique hostname
Ensure DHCP requests have nonempty hostnames
Bluetooth: Fix broadcast receiver leak issue
QsPanel: RR logo Styles
Framework: Fix for file delete on settings not reflecting in MTP host
Framework: Do not turn off voice interaction when close system dialog…
SystemUI: Don't pad when config_showScreenOnLockScreenHints is false
Themes: Give power dialogs own set of volume icons for themes
Prevent invocation of startNavigating() when GPS is off
Fix lockscreen charging current switch to show max current
SysUI:Fix oversized kill task icon
services: core: use proper tags when logging
QsTiles: Configurable Themes tile components to apply
Show/hide zen icon in statusbar
Revert "Fix slow anim when using a gesture to open status bar pulldown"
Applied workaround for MultiSelectListPreference bug
Ensure packages on adopted media do not move when updated
Apps on adopted storage should stay there during update
CellularTile: If Switch is Enabled, Make Longpress Enter Data Settings
Data tile behavior: make it customizable by the user
Settings: Fix possible NPE
Settings: Notification light: Fix for app customization
DevelopmentSettings: Add an opt-out for recovery updater
Don't crash while entering in DevelopmentSettings
Fix AIOOBE with root access disabled
libcameraservice: Don't pass NULL args on setCallbacks call
Translation Updates
Working :-
Dual SIM
WiFi
Ril
Bluetooth
Audio
Sensors
Data working
Camera (photo and video recording)
GPS
FM Radio
OTG
Screen Recording
Supports Youtube 720P Videos
Youtube live playback fixed
Gello browser added
USSD Fixed
Autorotation Fixed
Fixes Changelog :-
Upstreamed to r79
Updated Security Patch to May 1,2017
Fixed 2G/3G Switch (Thanx to Tribetmen)
Fixed Reboot to Turn On Data (Thanx to Tribetmen)
Fixed File Explorer Storage Names
Fixed Consecutive Lags due to Selinux
Bugs :-
VPN Only
Instructions To Flash :-
Reboot Into Recovery.
Wipe Data
Wipe System
Wipe Cache, Dalvik Cache.
Flash "LineageOS 13" ROM .
Flash GAPPS 6.0.
Reboot
Download Links :-
Resurrection Remix 5.7.4 r79 Rom
Gapps (Only Use this Gapps Else your Device will get Bootloop)
Note :- Rom will take 5 mins approx to boot first time so be patience
Device Tree:- https://github.com/EndLess728/android_device_hm_note_1w
Vendor tree:- https://github.com/EndLess728/android_vendor_hm_note_1w
XDA:DevDB Information
[6.0.1] Resurrection Remix 5.7.4 r79 (MT6592) For Redmi Note 3G, ROM for the Xiaomi Redmi Note
Contributors
EndLess, EndLess, Tribetmen, SamarV-121, [email protected], Fire855, Ferhung
Source Code: https://github.com/ResurrectionRemix
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: LineageOS
Version Information
Status: Stable
Stable Release Date: 2017-05-29
Created 2017-05-29
Last Updated 2017-05-29
Great job
Ahmed.Rajib said:
Great job
Click to expand...
Click to collapse
I've flashed gapps but i can't connect with google and not work its!!!
I am not blaming rom, But sometimes touch becomes unresponsive. It never happened before on stock rom. Is heating the issue for touch response or My device has become old?
Thanks EndLess. Still keeping this phone because of your awesome works. Really appreciate it. Luv u.
---------- Post added at 08:57 PM ---------- Previous post was at 08:44 PM ----------
EndLess, you are the one who makes me keeping this phone. I like this phone. Thanks for your awesome works mate. Really appreciated it.
I cant flash Gapps. It say i do not have enough storage. any alternative? currently already boot into your rom.
system space after gapps removal minus buffer :55891kb
system space required: 97913kb
need at least : 42021kb to fit.
o2 xda atom exec said:
I cant flash Gapps. It say i do not have enough storage. any alternative? currently already boot into your rom.
system space after gapps removal minus buffer :55891kb
system space required: 97913kb
need at least : 42021kb to fit.
Click to expand...
Click to collapse
I have the same issue as this. I have wiped all cache and dalvik cache, data, system & even the internal memory and still mentioned that i do not have enough storage for gapp.
Fix Green screen workaround
1). Green Screen on Twitch,Netflix or Snapchat Video :-
> Delete This Line from Build.prop and reboot.
Code:
media.sf.omx-plugin=libffmpeg_omx.so
(Note :- It'll Broke 1080p Video Playback on Gallery.)
Devilet said:
I have the same issue as this. I have wiped all cache and dalvik cache, data, system & even the internal memory and still mentioned that i do not have enough storage for gapp.
Click to expand...
Click to collapse
have you fix that gapps issue?
o2 xda atom exec said:
have you fix that gapps issue?
Click to expand...
Click to collapse
Only work for gapps downloaded from opengapps ARM/6.0/Pico.
Had some wake lock issue and draining battery fast thou.
Trying alternative Yalp store instead of using Gapps for now.
Devilet said:
Only work for gapps downloaded from opengapps ARM/6.0/Pico.
Had some wake lock issue and draining battery fast thou.
Trying alternative Yalp store instead of using Gapps for now.
Click to expand...
Click to collapse
I see, I have use others rom. So far so good just the volume too loud even in minimum.
For note prime(Gucci)???
Sound patch
o2 xda atom exec said:
I see, I have use others rom. So far so good just the volume too loud even in minimum.
Click to expand...
Click to collapse
I found a sound patch online from mtkdevs. So far so good for me. :fingers-crossed:
Devilet said:
I found a sound patch online from mtkdevs. So far so good for me. :fingers-crossed:
Click to expand...
Click to collapse
compatible with others custom roms? do you have the guide on how to apply this patch?
Thanks
Thank you for this rom , it works perfectly!!
but , while I try to run pokemon go , it says that " unable to authenticate ".
I look up the internet, some says that it is because CM's root caused it.
I follow some directions such as deleting the su files , or install supersu ....etc.
But , I still cannot run it.
Is there anyway to solve this problem?
Thank you.
got it working after a bit of fiddling around.
The tricky bit is... after "optimizing 104 apps", the device goes into a seeming bootloop, where it emits a tiny vibration every few seconds and it loops a logo animation. This goes on for a few minutes but it's not a bootloop... it will eventually emerge
josphlee said:
Thank you for this rom , it works perfectly!!
but , while I try to run pokemon go , it says that " unable to authenticate ".
I look up the internet, some says that it is because CM's root caused it.
I follow some directions such as deleting the su files , or install supersu ....etc.
But , I still cannot run it.
Is there anyway to solve this problem?
Thank you.
Click to expand...
Click to collapse
try "Full unroot" from the setting menu in Super SU app
Thanks for this rom!
I have a few issues. I cant use the gyroscope anymore in google cardboard. The app is also not available on the play store, which probably means that the gyroscope is disabled.
The sound volume is too high. I am stuck on the lowest setting, which is still too loud for me. On medium settings the sound also begins to distort.
Is there a way to reduce the vibration strength? It seems like the only option is maximum strength.
Snapchat Video Record Failed
Hello!
I just installed Resurrection Remix 5.7.4 (Marshmallow 6.0.1) on my device. Specs and details of my phone is given below.
Everything seems to be working perfect, but I'm facing some problems with Snapchat.
Before this I was using stock Android version KitKat 4.4.2 that came with it and Snapchat was working fine except for their Maps feature and some issues with the video quality, which was normal as it was Kitkat. But after installing RR 5.7.4 (Marshmallow 6.0.1) I can't record videos at all with the app. It says "Video Record Failed". And when I try to enter the Maps feature it just freezes and at times the app crashes.
I tried basic troubleshooting like rebooting the device and reinstalling the app. But the problem remains.
Please help!
Thank you!
My device: Walton Primo S4 **trust me, i'm not happy about it, but it served me well**
Specs:
RAM: 2 GB
ROM: 32 GB
Screen Res: 720 x 1280 px
Screen Density: 320 dpi
Board: MT6592
Architecture: 8x ARM Cortex-A7 @ 1.7 GHz
Cores: 8
GPU Vendor: ARM
GPU Renderer: Mali-450 MP
Camera: Front - 8 MP, Back - 13 MP
Hi Guys,
I have tried this, everything looks good, but my Internal Storage is not shown and am I not able to use that, and some apps like SMS backup and Recovery are not working at all.
I am able to see it in Settings --> Storage but that's it... can anyone please help ?
Edit1: Full Wipe Internal Storage on TWRP --> Then Installing (+GAPPS) Fixed the issue.

[ROM][11.0][OFFICIAL][Guacamoleb] Evolution X | Elle [10/30/21]

{
"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"
}
Evolution X 5.9.3 for the OnePlus 7 [Guacamoleb]
Living, Breaking, Keep Evolving.
Evolution X is a flashable Custom ROM to bring a true Pixel feel to your Android Device at first glance, with many additional configurations at your disposal. We aim to provide frequent builds with monthly security patches from the latest aosp sources!
- Team Evolution X -
@Joeyhuab
@peaktogoo
- Design -
@Hugwalk
@ecnivtwelve
@MartonDev
https://evolution-x.org/
Reach us on Twitter! @EvolutionXROM
Themes
- Color Bucket
- Pixel 2019 Wallpapers
Statusbar
- Clock Options
- Battery Percent Show/Hide Config
- Network Traffic Activity
Quick Settings
- Quick Pulldown (Right/Left)
Power Menu
- Restart
- Advanced Restart
Gestures
- AOSP Gestures
- Toggle To Hide Navbar Pill
- Back Gesture Height Config
- Screen Off Gestures
- Screen Off Power Button Torch
- Double Tap To Sleep Status Bar
- Double Tap to Sleep Lockscreen
Lockscreen
- Fingerprint Authentication Vibration Toggle
- FOD Recognizing Animations
- Lock Screen Music Visualizer
- Lock Screen Media Artwork Configs
- Lock Screen Shortcuts
Navigation
- Invert Layout
Hardware Buttons
- Volume Rocker Wake
- Volume Rocker Playback Control
- Volume Rocker Cursor Control
Animations
- Screen Off Animations
Miscellaneous
- Wake On Charge
- Charging Animation
- Default USB Config
- Adaptive brightness: like in A10 custom ROMs is far from perfect
- Those having problems setting an APN on Android 11, please remember to set the APN TYPE to default or default,supl in order to avoid force close issues.
- Let me know and I'll try to look into it
DO NOT FLASH GAPPS, ALREADY INCLUDED
First Time Install / Clean Flash​Prerequisites:
1. Unlocked bootloader
2. OOS 11.0.2.1 stable as the base ROM
Steps to install:
1. Copy the ROM zip and boot.img in the platform tools folder and open the command prompt or terminal.
2. fastboot flash boot <recovery_filename>.img
here it will be: fastboot flash boot boot.img
3. After flashing the boot image, press the volume down button on the phone twice and you will see "recovery mode" at the top of the screen. Now press power button.
4. When in recovery mode, if you see "no command" screen, Press and hold power button for 3 seconds and press volume up once and release all buttons.
5. In the recovery, select "wipe data/factory reset". select "factory data reset" and press the power button.
6. After that, from the menu, select "apply update from ADB".
7. In the terminal/command prompt, use this command to install the ROM: adb sideload <rom_zip_filename>.zip
8. After finishing the flashing process, reboot to system
NOTE:
The Rom can also be installed by dumping the payload.bin (after extracting from the zip) and flashing the 6 images in fastboot. This is how I install. I'm not gonna go over the details. Maybe when I've more time. Plenty of guides to show how to do this
ROOT:
Patch the provided boot.img in magisk and flash via fastboot
Update / Dirty Flash​To update the device by adb sideload:
1. Copy the latest ROM zip in the platform tools folder and open the command prompt or terminal.
2. Boot the device into recovery.
3. When in recovery mode, if you see "no command" screen, Press and hold power button for 3 seconds and press volume up once and release all buttons.
4. After that, from the menu, select "apply update from ADB".
5. In the terminal/command prompt, use this command to install the ROM: adb sideload <rom_zip_filename>.zip
6. After finishing the flashing process, reboot to system
NOTE:
Updates can also be performed by fastbooting the 6 images after dumping the payload
Light Screenshots / Dark Screenshots / Download
Donate me! / Official Chat / Device Support
[*]Android version: 11
[*]Evolution version: 5.9.3
[*]Security patch level:October, 2021
Build Author: spookcity138
ROM Source: [url]https://github.com/Evolution-X[/url]
Kernel Source: https://github.com/Spookcity/kernel_oneplus_sm8150
ROM Developer: Joeyhuab
Personal thanks to all who have contributed to the development of the OP7 series devices. Including,but not limited to:
* @Hikari no Tenshi
* @OmkarTheAndroid
* @mauronofrio
* @PeterCxy
* @LuK1337
* @return.of.octobot
* @shantanusarkar for all the time and effort finding a proper install method besides fastboot
* The guys in the OP7Development TG group for the support and for always testing my builds...And for creating a great install video
Changelog
Code:
10-30-2021
Just a few minor tweaks
09-22-2021
Use average linear light for ALS correction
Update ODM features list from latest OOS
Few other small tweaks here and there
08-22-2021
Upgraded to full OOS 11 blobs
Synced fstab with OOS 11
Set default Settings.Global.DEVICE_NAME according to OOS
Updated audio configs from OOS 11
Enabled fbev2
Dropped sdcardfs
Switched to Lineage kernel (at least for now)
Update build description from OOS 11
Updated in pinned files
Updated public.libraries.txt from OOS 11
fod and touch: Aligned Android.bp with sm8250-common
Build libtinycompress from source
Set vibrator gain to 0x55 on boot
Imported QTI vibrator HAL
Implemented OOS style effects for LED vibrator
Removed some unused/deprecated board flags
Fixed permissions for ultrasound node
Fixed permissions for /dev/input/event11
Vibrator: Synced with upstream
Switched to OOS volume steps
Set BOARD_SUPPORTS_SOUND_TRIGGER to true
Updated audio props
Updated BT config
Switched to prebuilt vendor libdisplayconfig.qti.so
Enabled Project ID Quota support on userdata
More stuff here and there that I forget
07-18-2021
None
06-20-2021
Upstreamed kernel from 4.14.232 -> 4.14.236
Some sepolicy improvements
Imported rounded corners config from OOS11
Enabled "config_roundedCornerMultipleRadius"
Few other overlay changes related to corners
05-16-2021
Upstreamed kernel from 4.14.228 -> 4.14.232
Set vendor props for RF and PRJ version (Should improve WiFi range-particulary 5ghz)
Set proper model detection
04-08-2021
Upstreamed kernel from 4.14.222 -> 4.14.228
Dropped auth_biometric_contents overlay
Removed "config_allowAutoBrightnessWhileDozing" (Fixes super dim AOD)
Some sepolicy improvements
Added powerhint from LA.UM.9.1.r1-09100-SMxxx0.0
03-11-2021
Switched to prebuilt NFC stack
Updated some blobs from OB3
Added netflix prop
Added missing widevine firmware
Face unlock is back
03-04-2021
Updated listen blobs from OOS OB1
Updated time blobs and scripts from OOS OB1
Upstreamed neutrino kernel from 4.14.218 to latest 4.14.222
Silenced some ims debug stuff
Fixed video/screen recording
Reverted "Uprev soundtrigger to 2.3" (Fixes headphone issues)
Enabled GL comp backpressure
Added some surfaceFlinger props
Updated doze overlays
Updated carrierconfig overlay from OB2
Switched to QTI Thermal HAL
WifiOverlay: updated package name
ueventd: Don't modify permissions of /dev/hw_random
Enabled persist.rcs.supported
Reworked dex flags
Few other small things here and there
02-05-2021
Upstreamed neutrino kernel from 4.14.212 to latest 4.14.218
Updated redfin fingerprint to Feb 2021
Update OP gallery to latest 4.0.125
Set defaultHapticFeedbackIntensity to low
Uprev soundtrigger to 2.3
Updated display,graphics blobs from OOS OB1
Few other commits related to updating display blobs
Updated wfd and drm blobs from OOS OB1 (WFD now works!)
Updated ese powermanager blobs from OOS OB1
Updated media and vpp blobs from OOS OB1
Dropped custom lights and switched to standard lights hal
Overlay: configured SQLite to operate in MEMORY mode
Updated vendor security patch level from OOS 10.0.16
Added overlay for smart pixels
Optimized dex flags for a faster boot
Set default media volume steps to 25
Few other tweaks and improvements here and there
01-06-2021
Sepolicy impovements
Updated to redfin's Jan 2021 FP
Private-app permissions are now enforced
Removed Gcam go (blame Google) Install whatever GCam version you prefer
Revert "Disabled hwc vds in surfaceflinger"
Upstreamed neutrino kernel to latest Linux stable (4.14.212)
12-13-2020
Updated vendor blobs from OOS 10.3.7
Updated vendor security patch level from OOS 10.3.7
Switched to Redfin's Dec 2020 fingerprint
Disabled hwc vds in surfaceflinger
Some Sepolicy improvements
Some overlay cleanup/improvements
Dropped OnePlus wifi service
Other WiFI related changes & improvements
Enabled Smart charging
Added Touch Gesture category back to OnePlus settings
Set default burn-in offset
Built libplatformconfig from source
Updated DC Dimming Tile icon
Added a2dp_offload props back
Built QuickAccessWallet for Wallet cards power menu integration
Updated init based on based on op8 R/11
11-15-2020
Initial Android 11 release
XDA:DevDB Information
[ROM][11.0][OFFICIAL][Guacamoleb] Evolution X | Elle [11/15/20], ROM for the OnePlus 7
Contributors
spookcity138, joeyhuab, peaktogoo
ROM OS Version: Android 11
ROM Kernel: Linux 4.x
ROM Firmware Required: Latest OOS 10.x.x
Based On: AOSP
Version Information
Status: Stable
Created 2020-11-15
Last Updated 2020-11-20
Hi. Thank you for the ROM release! But after flashing Magisk 20.4, a window appears that says "Crashdump". If you flash Magisk 21.1, it simply reboots into the bootloader. Which version should I use for this?
I saw it in the description, it's solved
Hey Rick thanks and congratulations on getting 11/R up and running on our device.
As always, amazing work.
Running smoothly.
I extracted the boot.img from the rom and patched it with Magisk. This works perfectly and you can just use and update regular Magisk. But you can not install a custom recovery.
I found a bug that I can replicate 100%.
When I want to use the volume key cursor control, the settings app crashes when I choose volume up/down moves the cursor right/left. Buy left/right works.
JudgeDread11 said:
Running smoothly.
I extracted the boot.img from the rom and patched it with Magisk. This works perfectly and you can just use and update regular Magisk. But you can not install a custom recovery.
I found a bug that I can replicate 100%.
When I want to use the volume key cursor control, the settings app crashes when I choose volume up/down moves the cursor right/left. Buy left/right works.
Click to expand...
Click to collapse
Yep, I can also. Copied the crash log and I'll pass it on so it can hopefully get fixed. Thanks for reporting.
Sent from my OnePlus 7 using Tapatalk
Hi, I would like to report small issues I encountered after installing the rom (clean flash):
- The rom comes with no notification and alarm sound, and browsing through the sound app to choose one make the phone freeze sometimes (the sound app stops working)
- The custom ambient display brightness option is missing, or at least I wasn't able to find it, do you plan to re-add it in the future?
- ''Lift to check phone'' is not working for me, it didn't work in Evo 4.X too... I don't use it anyway, just reporting
- Ok this is strange: when I turn off bluetooth, my smartwatch (fossil gen 5) is reported as disconnected in the WearOS app and in the phone settings, the smartwatch itself says it is disconnected, but it still continues to receive notifications, calls, alarms, Tasker commands... Maybe it is a feature from A11? Never happened to me with Evo 4.X... Other devices, such as bluetooth headphones, disconnect as expected when the bluetooth is off
Bcl2 said:
Hi, I would like to report small issues I encountered after installing the rom (clean flash):
- The rom comes with no notification and alarm sound, and browsing through the sound app to choose one make the phone freeze sometimes (the sound app stops working)
- The custom ambient display brightness option is missing, or at least I wasn't able to find it, do you plan to re-add it in the future?
- ''Lift to check phone'' is not working for me, it didn't work in Evo 4.X too... I don't use it anyway, just reporting
- Ok this is strange: when I turn off bluetooth, my smartwatch (fossil gen 5) is reported as disconnected in the WearOS app and in the phone settings, the smartwatch itself says it is disconnected, but it still continues to receive notifications, calls, alarms, Tasker commands... Maybe it is a feature from A11? Never happened to me with Evo 4.X... Other devices, such as bluetooth headphones, disconnect as expected when the bluetooth is off
Click to expand...
Click to collapse
I can confirm no default alarm sound is set. For me the default notification sound is set (popcorn), but I did restore from the cloud, so I'm not sure if this got restore then.
I have no problems with the sound app.
More options are still missing, they will possibly/likely (up to the dev team) be added in future updates. It's the first official release and bugs and stability probably have had priority over features.
I tried the raise to wake function (I don't use it normally).
The setting in the evolver doesn't seem to be doing anything.
But in the OnePlus settings (under doze) you can turn it on and it works (this is independent on where is turned on our off in the evolver settings)
I have no bluetooth devices to test. And since it seems to be devices specific logs will likely be needed.
Bcl2 said:
Hi, I would like to report small issues I encountered after installing the rom (clean flash):
- The rom comes with no notification and alarm sound, and browsing through the sound app to choose one make the phone freeze sometimes (the sound app stops working)
- The custom ambient display brightness option is missing, or at least I wasn't able to find it, do you plan to re-add it in the future?
- ''Lift to check phone'' is not working for me, it didn't work in Evo 4.X too... I don't use it anyway, just reporting
- Ok this is strange: when I turn off bluetooth, my smartwatch (fossil gen 5) is reported as disconnected in the WearOS app and in the phone settings, the smartwatch itself says it is disconnected, but it still continues to receive notifications, calls, alarms, Tasker commands... Maybe it is a feature from A11? Never happened to me with Evo 4.X... Other devices, such as bluetooth headphones, disconnect as expected when the bluetooth is off
Click to expand...
Click to collapse
I too have noticed the no notification and alarm sound. Should be solved with time. Obviously easy enough to resolve after install.
As mentioned some features are just not available yet and more will come in the future.
No idea about your smartwatch issue though. If I hear anything regarding this type of issue I'll report back.
Sent from my OnePlus 7 using Tapatalk
Super smooth rom, Thanks Dev.
Super smooth indeed However, Battery is quite less good in my experience. What's yours ?
imaGine00 said:
Super smooth indeed However, Battery is quite less good in my experience. What's yours ?
Click to expand...
Click to collapse
My battery life seems comparable to A10,but it isn't something I pay super close attention to either.
Also,I just updated the main posts list of known issues as I discovered the reason for a few things. Take note:
- Settings>Sound> Now Playing>Show songs on lock screen - Don't enable this. It is currently broken and causes the alert slider to lag and lock up as well as audio being killed with certain apps (Spotify etc) when unlocking the device
imaGine00 said:
Super smooth indeed However, Battery is quite less good in my experience. What's yours ?
Click to expand...
Click to collapse
It could be because you recently flashed the rom...I'd suggest you wait for a few days and see...I get around 6 to 6.5 hrs of sot in the testing build, which is one of the best I've got
Totally unexpected but battery life is really good for me, far better than Evo 4.X!!
Found a small bug: double tap on the status bar to sleep is working regardless of the option being disabled or enabled
spookcity138 said:
- The ability to manually add APN's is broken source side and is being looked into,so if your apn isn't detected automatically (most should be) Then this is probably not the ROM for you at this point.​
Click to expand...
Click to collapse
as mentioned on Evolution X - Channel (Official) on Telegram, if we set APN TYPE to default or default,supl, the ability to manually add APN actually works ! ​
imaGine00 said:
as mentioned on Evolution X - Channel (Official) on Telegram, if we set APN TYPE to default or default,supl, the ability to manually add APN actually works !
Click to expand...
Click to collapse
Yes,thanks a lot for posting this. I was going to add this to the main post and totally forgot. Thanks again! I will add now
Hey, how's the Wi-Fi performance and signal strength?
I went back from few different custom roms to stock because of wifi coverage.
Cheers
megavanno said:
Hey, how's the Wi-Fi performance and signal strength?
I went back from few different custom roms to stock because of wifi coverage.
Cheers
Click to expand...
Click to collapse
Afaik none of the custom roms will have wifi coverage like stock... OnePlus uses some proprietary stuff which gives it the performance, which custom roms don't have...
ajsat3801 said:
Afaik none of the custom roms will have wifi coverage like stock... OnePlus uses some proprietary stuff which gives it the performance, which custom roms don't have...
Click to expand...
Click to collapse
:<<<<
Hi, what does this currently mean for evolution X ? Do we have aptX or not ?
The amazon app is working for you? Since I switched to this rom it can't connect to the internet, always gives error. Other apps works just fine...

Categories

Resources