Collection of fixes for CM12 and Liquid Smooth Lollipop - G2 Q&A, Help & Troubleshooting

Heres a collection of issues people have had and the ways I've seen to fix them so far. This is just what I've gathered from the CM12 and Liquid Smooth threads to try and organize it all into one post. I will try to keep this updated everyday as users find fixes (Credit will be given where credit is due). Fixes for older builds will eventually be moved to the bottom of the post as they become obsolete.
These are not guaranteed fixes, but may be able to help! This is not a support thread! I am not a developer!​If this post helps you, hit thanks! If this post linked to another post that helped, please hit thanks on that post also!
If you have a fix feel free to reply and let me know so I can add it to the OP!​
I flashed the rom and I dont have root!
> Download and flash the SuperSU 2.37 zip from the URL below. If you need to get to recovery, enable advanced reboot options. Its under security settings in Liquid Smooth, and under developer options in CM12.
http://download.chainfire.eu/supersu
Lost Internal SDcard Access?
> Enable USB Debugging and use ADB to issue these commands:
Code:
adb shell
su
restorecon –FR /data/media/0
> Or run these commands from terminal emulator:
Code:
su
restorecon –FR /data/media/0
> Or install and run LG CM12 Storage Fixer from here: (Thanks to -viperboy-)
http://forum.xda-developers.com/showpost.php?p=56956094&postcount=1774
> (Alternatively, you can download a flashable zip that installs LG CM12 Storage Fixer here)
https://www.mediafire.com/?3nqc51za6y1phof
All my SDcard contents are in folder 0…?
> Run this command from terminal emulator:
Code:
mv /sdcard/0/* /sdcard/
(Add another /0/ for every nested 0 folder. For example, with two 0 folders the command is: mv /sdcard/0/0/* /sdcard/)
> Or manually move the contects of /sdcard/0/ to /sdcard/ in a file manager
> Or flash the zip from somboons post here:
http://forum.xda-developers.com/showpost.php?p=57058359&postcount=75
Knock On/Double Tap 2 Wake (DT2W) not working?
> Try running this command from terminal emulator
Code:
echo "1" > /sys/devices/virtual/input/lge_touch/touch_gesture
(May have to be run after every boot, if so see one of the methods below)
> Need the init.d script for DT2W?
http://forum.xda-developers.com/lg-...v4-0-lg-g2-t2948395/post56951929#post56951929
(If this zip doesn't work init.d may be broken on your ROM build. Download Universal Init.d from the playstore, enable it, and reboot and it should work. Otherwise see next method.)
> Or install Device Control from the playstore here:
https://play.google.com/store/apps/details?id=org.namelessrom.devicecontrol
(Features > Knock on) App has other useful features as well!
> Or you can flash Render Kernel for Lollipop (Make sure your variant and ROM build are supported!)
http://forum.xda-developers.com/showpost.php?p=53880675&postcount=2
I can't get data on AT&T or T-Mobile with my VS980?
> Read this thread and flash the zip:
http://forum.xda-developers.com/showthread.php?t=2394689
Roaming bug while on LS980 or VS980 variants?
(A VS980 user reported he lost the ability to send SMS after applying this fix. He restored working SMS by enabling roaming. Just in case you run into this issue)
> Try the following:
Open the dialer and dial *#*#4636#*#* and select "Phone Information" on the menu that pops up. Press the 3 dots menu button. Select "Select radio band". Then select the US band.
(May have to be reapplied after every reboot)
Auto-rotation and/or auto-brightness no longer works?
(Backup your EFS partition in recovery before flashing!!!)
> If your variant is supported you can try flashing the modem for your variant from here (NOT LS980, that variant must be on ZV8 bootloader!):
http://forum.xda-developers.com/showthread.php?t=2705509
Audio distortion on LS980 variant?
> Follow the instructions in this post:
http://forum.xda-developers.com/showpost.php?p=56986665&postcount=2076
I can click record in CM12 Camera or Google Camera to record videos but nothing happens...
> Set the video recording resolution from 4K to 1080p or less. 4K setting let's you push the button but doesn't start recording.
WiFi tethering not working?
> Possible fix, Enter this command into terminal (Thanks to genesixxbf3 for the fix and fma965 for the easy command):
Code:
su
settings put global tether_dun_required 0
Device not entering deep sleep?
> Check your devices logcat for "E: qcom_sensors_hal: Error reading SLOW_TIMER (fd=-1) Bad file number" If visible in your logcat, try what this post says:
http://forum.xda-developers.com/showpost.php?p=57148400&postcount=3148
(Download and use an app from the play store such as Build Prop Editor, or edit the build.prop with a file manager.)
Battery draining quickly? (These are general suggestions)
> Toggle data off when connected to WiFi (I use an automate app to do this automatically)
> Toggle WiFi off when not in use
> Toggle NFC off when not in use
> Toggle location off when not in use
> Set location to Battery Saver (Network only mode) if location is needed. Only flip to High Accuracy when using a navigation app. (I use an automate app to do this automatically, plus turn location off when screen is off)
> Change "wifi.supplicant_scan_interval" to a higher interval in build.prop. Its the default WiFi scan time android always performs to check nearby connections and signal strengths. Its in seconds, so 180 would be a WiFi scan every 3 minutes. (Our ROMs default to 15 seconds at the moment)
> Disable "Lift to Wake" in Display settings
> Don't use/Disable/Uninstall Google Fit
> Use Render Kernel for your variant and ROM build http://forum.xda-developers.com/showpost.php?p=53880675&postcount=2
Lag when dialing numbers or pressing buttons? (May apply to >= 11/29 builds of Liquid Smooth)
> Disable "Use NuPlayer (Experimental)" in developer options.
Netflix issues?
> Try flashing the zip from this post:
http://forum.xda-developers.com/showpost.php?p=57260912&postcount=3572
> Or this one, this is the older one.
http://forum.xda-developers.com/showthread.php?p=57001344
Miracast Fix/Possible Chromecast Fix:
> Follow the instructions in this post:
http://forum.xda-developers.com/showpost.php?p=57103874&postcount=2878
Chromecast Fix:
> Use MirrorEnabler from this post:
http://forum.xda-developers.com/showpost.php?p=54062732&postcount=1
Viper4Android issues?
> The following post has all the information you need to know, including the LolliViper flashable zip:
http://forum.xda-developers.com/showpost.php?p=47858556&postcount=1
I've confirmed it works with Play Music with the following settings: SELinux Permissive, Compatibility mode turned on in V4A, and Use NuPlayer turned off in developer options.
Gesture/Swipe typing not working on keyboard?
> Follow instructions in this post.
http://forum.xda-developers.com/showpost.php?p=58118159&postcount=26
Time keeps resetting every reboot?
> Try installing the apk from this post.
http://forum.xda-developers.com/showthread.php?p=48738679
NFC Force Closing at Boot?
Reboot into recovery
Enter file manager
Navigate to /system/app/nfc
Delete the whole nfc folder
Contacts Force Closing When Editing Contact?
(Unfortunately these are not guaranteed fixes. Always backup the original APKs first!)
> Follow the instructions in this post for the contacts apk only:
http://forum.xda-developers.com/showpost.php?p=57000972&postcount=289
> Or try the contacts apk + instructions in this post:
http://forum.xda-developers.com/showthread.php?p=57002358

@MarkusMcNugen nice work, this would probably help g2 users with their problems. You could maybe ask or maybe the cm12/Liquidsmooth would like include it in his OP in the faq.
 @4thehalibit Happy we got auto adding posts into the last post else you would've claimed one page for yourself

@Rashed97 @timpohladthomas
Could you please add this forum to your OP's could save a lot of time answering repetitive questions thank you again @MarkusMcNugen
?Brought to you from my sugary G2
PHN - ls980 (sprint)
AND - 5.0
ROM - Liquid ? v4.0
KRN - Render 2.4.0 (R3)
RCV - TWRP 2.8.1.1 (blastagator)

Hey
Thanks for the people who need it
This fix the chromecast to http://forum.xda-developers.com/hardware-hacking/chromecast/experimental-enable-mirroring-device-t2812193

genesixxbf3 said:
Hey
Thanks for the people who need it
This fix the chromecast to http://forum.xda-developers.com/hardware-hacking/chromecast/experimental-enable-mirroring-device-t2812193
Click to expand...
Click to collapse
Added to OP. Thanks!

MarkusMcNugen said:
Added to OP. Thanks!
Click to expand...
Click to collapse
If you find issues pm me
---------- Post added at 11:42 AM ---------- Previous post was at 11:01 AM ----------
to fix the date (70th bug ) http://forum.xda-developers.com/showthread.php?t=2580974

genesixxbf3 said:
If you find issues pm me
---------- Post added at 11:42 AM ---------- Previous post was at 11:01 AM ----------
to fix the date (70th bug ) http://forum.xda-developers.com/showthread.php?t=2580974
Click to expand...
Click to collapse
Also added to OP.
Sent from my LG-VS980

Added "I flashed the rom and I dont have root!" and battery draining quickly suggestions to the OP.

MarkusMcNugen said:
Added "I flashed the rom and I dont have root!" and battery draining quickly suggestions to the OP.
Click to expand...
Click to collapse
Download the newest super user beta and you will get root back
http://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133/page52
?Brought to you from my sugary G2
PHN - ls980 (sprint)
AND - 5.0
ROM - Liquid ? v4.0 (11/26)
KRN - Render 2.4.0 (R3)
RCV - TWRP 2.8.1.1 (blastagator)

4thehalibit said:
Download the newest super user beta and you will get root back
http://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133/page52
Click to expand...
Click to collapse
The one I added to the OP is newer. 2.37 is the official release for lollipop support. Installing an older version would just mean having to update SuperSU and the binary afterwards.

MarkusMcNugen said:
The one I added to the OP is newer. 2.37 is the official release for lollipop support. Installing an older version would just mean having to update SuperSU and the binary afterwards.
Click to expand...
Click to collapse
Yeah I was just getting him in the right area [emoji6]
?Brought to you from my sugary G2
PHN - ls980 (sprint)
AND - 5.0
ROM - Liquid ? v4.0 (11/26)
KRN - Render 2.4.0 (R3)
RCV - TWRP 2.8.1.1 (blastagator)

I was using the roaming fix successfully, getting good signal, able to download files, etc. But I tried sending text and it said it couldn't send. Was on AICP 11-29 for vs980. I restored my backup of kitkat because I needed to text, but any ideas what the problem might have been?
VZW LG G2
---------- Post added at 04:08 ---------- Previous post was at 04:06 ----------
I was using the stock messaging app, BTW. Didn't try hangouts.
VZW LG G2

jesssiii said:
I was using the roaming fix successfully, getting good signal, able to download files, etc. But I tried sending text and it said it couldn't send. Was on AICP 11-29 for vs980. I restored my backup of kitkat because I needed to text, but any ideas what the problem might have been?
VZW LG G2
---------- Post added at 04:08 ---------- Previous post was at 04:06 ----------
I was using the stock messaging app, BTW. Didn't try hangouts.
VZW LG G2
Click to expand...
Click to collapse
I would check out your APN settings first and foremost. You can get a data connection and not be able to send SMS with incorrect APN settings. If you haven't yet, it's worth searching the AICP thread to see if anyone else has had SMS issues.
For what its worth, you should try a third-party SMS app like hangouts or the numerous others just in case the stock messaging app has bugs.
I use my VS980 on AT&T and haven't had a single issue with SMS on lollipop so far.
Sent from my LG-VS980

Thanks @MarkusMcNugen, I restored my AICP backup so I could try your suggestions and get logs too. But after rebooting from the restoration I simply allowed roaming and didn't use the fix. I'm able to send now, so I think I'll just leave roaming on, the r is no problem and it's working.
VZW LG G2

MarkusMcNugen said:
WiFi tethering not working?
> Possible fix, Enter this command into terminal (Thanks to genesixxbf3 for the fix and fma965 for the easy command):
Code:
settings put global tether_dun_required 0
Click to expand...
Click to collapse
Ain't gonna work, requires root so therefore you need to SU before that command. obviously with a rooted phone.

jesssiii said:
Thanks @MarkusMcNugen, I restored my AICP backup so I could try your suggestions and get logs too. But after rebooting from the restoration I simply allowed roaming and didn't use the fix. I'm able to send now, so I think I'll just leave roaming on, the r is no problem and it's working.
Click to expand...
Click to collapse
Thanks for letting me know. Ill add that to the OP just in case.
fma965 said:
Ain't gonna work, requires root so therefore you need to SU before that command. obviously with a rooted phone.
Click to expand...
Click to collapse
Good to know, Ill add that to the OP as well.

Added "I can click record in CM12 Camera and Google Camera to record videos but nothing happens..." and "Audio distortion on LS980 variant?" temp bugfixes to OP.

Bump! Reviving this thread from the 5th page graveyard.

Since flashing the SD card fix I've been getting this error in twrp that says, E:Resource type (font) failed to load
Also in twrp manager it tells me it can't write properly to my SD card and wants to do a fix which will alter system. I always say no since I don't know what it plans to do. It still seems to work the same and twrp flashes and backs up fine, though I haven't tried restoring anything since this issue arose.
Anyone know anything about it?
LG G2 VS980

Flash the latest Twrp (2.8.2.0) and see if you're still having issues
VS980 Running AICP Lollipop

Related

[general][Q&A][Discussions] cyanogenmod 12

Hello folks at xda
i think it's better to ask our questions that are not helping developers to make stable cm12 here,and not post spams on dev thread.
i just want to say : leave developer threads for developers.:good:
ask general questions here.so devs can focus on important things.
Download rom from this mirror link if you can't download it from mega
Also you can try Resurrection remix [Lollipop 5.0.2] [Credit : @Furrydaus]
[*]USB Charging : Ok
[*]USB ADB : Ok
[*]USB MTP : Ok
[*]Video : Ok
[*]Audio : Ok
[*]Sensors : Ok
[*]Screen rotation : Ok
[*]WLAN : Ok
[*]Wifi hotspot : seems to be working ( Fix! [credit : @MrSteve555] )
[*]GPS : Ok
[*]GSM : Ok
[*]GSM Data : (Fix! [credit : @Sylvester lobo] || or this => A comprehensive Mobile Data fix)
[*]GSM Voice : Ok ( Fix! [credit : @MrSteve555] )
[*]GSM SMS : OK
[*]Bluetooth : Ok
[*]NFC : Ok
[*]Camera : Ok
[*]FM Radio : Not work
[*]Keyboard : Ok
[*]MHL : Not tested
[*]OTG : Ok ( this post )
[*]VPN : Doesn't work
[*]...
How to install cm12 (mrsteve) on sp . by @[SIZE="5"]Dammer Martins[/SIZE]
Small tutorial for instalation of the steves build with working camera and wifi:
1-Download the ROM , ramdix fix, stock kernel and root fix
2-Open the ROM zip an push the ramdisk fiz in to system/bin folder
3-Now, put the ROM zip fixed, stock kernel and the root fix in your sdcard
4-Reboot in recovery, wipe data, cache and dalvik cache
5-Install the ROM, the stock kernel and then the root fix
6-Now reboot the system and wait the phone boot up (this take a veeery long time, trust me )
Tips: don't flash the gapps with the ROM instalation and disable the adaptive brightness to make the auto reboots stop.
Click to expand...
Click to collapse
Fix hot reboots by turning off adaptive brightness(settings->display->adaptive brightness)
Fix connectivity problem on CM12.by @noahvt
Hello,
Finally a fix has arrived for android 5.0 which will allow wi-fi data, outgoing calls, ... to work again
Steps:
1: Make sure your device is running android 5.0 by mrsteve555: http://forum.xda-developers.com/xper...8#post56946968
2: root the device by flashing this file: http://download.chainfire.eu/589/Sup...erSU-v2.16.zip
3: Reboot your device and open up terminal emulator
4: type su, press enter and give it root acces
5: type setenforce 0 and press enter
6: WAIT untill the device asks you to enter your sim pin (this means that it worked)
7: turn on wi-fi (it might take a little long to turn on wi-fi though)
8: that's it
9: well not yet there is one step you can do to make it easier to change the selinux state, Download and install this app:https://play.google.com/store/apps/d....selinux&hl=en
10: again make sure your device is rooted
11: open the app and now you can switch between permissive (this mode is the one that fixed the issues) and enforcing (default mode: wi-fi, ... don't work on this mode)
FAQ:
What is not affected (what doesn't work): The camera (can't connect to camera or hot reboot when launching camera app), more?
What is affected (what is fixed): WI-FI, Data (LTE too) Outgoing calls, more?
Do i have to do this everytime i boot my device: Yes for now you do
On what build does it run: mrsteve555's build, there were 2 reports of it not working on bagy's build
Credits:
Mrsteve555 and bagyusz for the amazing rom
Click to expand...
Click to collapse
just update titanium backup to latest version in case of super user access error.like this : can't aquire root provileges....this attemtp was made using the "/system/xbin/su" command.
Fix wifi hotspot => credit : MrSteve555
setup zram in android 5[credit : Mrsteve555]
Code:
#!/system/bin/sh
sleep 30
echo xM > /sys/block/zram0/disksize
mkswap /dev/block/zram0
swapon /dev/block/zram0
Replace x with your desired value(in MB)
And zram doesn't make phone "much faster", it just allows more multitasking while slowing the phone a bit.
Click to expand...
Click to collapse
fix sdcard mount problem [credit : Mrsteve555]
Code:
su
depmod
rmmod texfat
modprobe exfat_core
modprobe exfat_fs
These commands will try to load different exfat modules, I didn't test it myself, though.
Click to expand...
Click to collapse
Fix for unresponsive touch screen[credit : Mrsteve555]
Code:
#!/system/bin/sh
echo 20 > /sys/devices/i2c-3/3-0024/main_ttsp_core.cyttsp4_i2c_adapter/finger_threshold
chmod 666 /sys/devices/i2c-3/3-0024/main_ttsp_core.cyttsp4_i2c_adapter/signal_disparity
echo 0 > /sys/devices/i2c-3/3-0024/main_ttsp_core.cyttsp4_i2c_adapter/signal_disparity
Fix for music file not playing when you uncheck nuplayer in developer options
The solution to that will be installing viper audio. There is a different version for lollipop. You have to flash 3 zips. They need nuplayer off so you can play music and videos easily with nuplayer off
Click to expand...
Click to collapse
Download from this post [Thanks@pranavthombare]
r 3
and-roid007 said:
Fix hot reboots by turning off adaptive brightness(settings->display->adaptive brightness)
Fix connectivity problem on CM12.by @noahvt
Click to expand...
Click to collapse
Really thks ;D
Youve stated that GSM voice hasnt been tested - This is voice calls. Are they working on MrSteves build with the latest fixes or not as there seems to be mixed reports.
---------- Post added at 02:54 PM ---------- Previous post was at 02:52 PM ----------
Also your link to the https://play.google.com/store/apps/d....selinux&hl=en doesnt work
I assume its this app? https://play.google.com/store/apps/details?id=com.mrbimc.selinux&hl=en_GB
and-roid007 said:
Fix hot reboots by turning off adaptive brightness(settings->display->adaptive brightness)
Fix connectivity problem on CM12.by @noahvt
Click to expand...
Click to collapse
The fix isn't working for me
@Oblox
you are right about both.corrected
Sorry the pin code doesn't apear because i don't have set any pin code ... IM REALLYYYYYYY NOOOOOB! xD
Edit: But i can't send call, i recieve
bobslesbricoleurs said:
Sorry the pin code doesn't apear because i don't have set any pin code ... IM REALLYYYYYYY NOOOOOB! xD
Edit: But i can't send call, i recieve
Click to expand...
Click to collapse
just open terminal : type su-> type setenforce 0,hit enter.if no dialog appears dont worry,it's ok.
go to settings-> about phone-> make sure that SELinux status = premissive.
see the bug list :
GSM Voice : doesn't works (Only can recieve calls)
Click to expand...
Click to collapse
and-roid007 said:
How to install cm12 (mrsteve) on sp . by @Dammer Martins
Click to expand...
Click to collapse
What's the problem if I flash GApps with the ROM?
sohan3421 said:
What's the problem if I flash GApps with the ROM?
Click to expand...
Click to collapse
The problem will occur if you do this on first flash as itll take a lot longer to boot and the auto brightness forced reboot will kick in before it finishes. Once system is in and auto brightness disabled then install gapps.
No new about calls?
Sent from my Xperia SP using XDA Premium 4 mobile app
Navigation bar and Pie controls
I know when I moved from 4.4 to 5.0 most things that I could get from xposed or custom roms were gone such as pie controls. I've been looking around for ages and I've managed to remove navigation bar using build.prop and adding a highly customizable pie controls app. If anyone wants a tutorial made to hide navigation bar and get pie controls just ask and ill do it
Pie
Keep Pie In Memory​
1. Search root explorer in Google play 3rd one down.
2. Open it and press mount R/W ( top of app)
3. Go into root directory and open the folder data.
4. Create new file and name it local.prop
5. Long hold the newly created app and press open in text editor.
6. Add com.android.lmt
This is to prevent android removing the service from memory when it is low.
Remove Navigation Bar​
1. Open build.prop located on /system
2. Add qemu.hw .mainkeys = 1 Remember to add a space between either side of the equals or it won't work
3.Do not reboot until you have downloaded LMT launcher
Add Pie Controls​
LMT Launcher ( PIe Controls (Not an actual launcher like nova or apex its just called that) )
1. Download the latest apk from here http://forum.xda-developers.com/showthread.php?t=1330150
2. Open the app make sure autostart is selected
3. Swipe right until you get to Pie.
4.Use these settings ( navigate to the screenshots) it will get rid of the unneeded two extra slots of pie controls
Finally Reboot
If you have titanium backup convert lmt launcher into a system app to integrate the pie controls more into the system
and-roid007 said:
How to install cm12 (mrsteve) on sp . by @[SIZE="5"]Dammer Martins[/SIZE]
Click to expand...
Click to collapse
Why should I add ramdisk fix?
sohan3421 said:
Why should I add ramdisk fix?
Click to expand...
Click to collapse
Why not?
Because the ramdisk inside the zip is either corrupt or incomplete, resulting in bootloop if flashed.
sohan3421 said:
Why should I add ramdisk fix?
Click to expand...
Click to collapse
Coz it'll go in a bootloop if you don't and then clog this thread too, by begging for a link and a guide which was clearly given and posted by many users.
gapps working fine?
shahrukhqasim said:
gapps working fine?
Click to expand...
Click to collapse
yes.i think

[ROM][4.4.4] Vanir - resurrection [security update]

Trying to keep Vanir up-to-date for our otherwise dead phone . Fix minor bugs, add minor features, a bit of compiler optimization.
I'm not updating the whole rom here! Development of branch cm-11.0 for both Vanir and CyanogenMod has stopped, so there won't be any surprises here!
Bugs:
- adb over usb doesn't work in android (but works over wifi and in recovery it works normally, so no problem)
- clear notifications icon missing when switching from quicksettings
- call recording doesn't work
- synapse doesn't work
ART:
Apart from 2 inconveniences, ART works and is fast
- optizing one app on reboot - it's a bit annoying, but otherwise harmless (happens only sometimes)
- immediately after switching to ART phone won't sleep (power button doesn't work. Just leave it for a while (15-30 minutes) and let it settle - once the screen turns of by itself, everything wil be normal
Deep sleep issue (if exists):
Check using Better Battery Stats or any tool of your choice. If it is caused by Google Play Services, simply deny them wakelock priviledge: Go to Settings/Security/Privacy Guard/Google Play Services and set Keep awake -> denied. It won't hurt sync, no worries.
Feature requests:
- Smart Pulldown from Omnirom Done
- NonIntrusive incoming call screen (@force)
XDA:DevDB Information
Vanir 4.4.4, ROM for the Samsung Galaxy S Advance I9070
Contributors
mkaluza
Source Code: https://github.com/mkaluza/
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
Based On: Vanir
Version Information
Status: Stable
Current Stable Version: 2015-08-11
Stable Release Date: 2015-08-11
Created 2015-05-28
Last Updated 2015-08-11
first of all, thanks again for keeping this ROM updated and alive you should add some tags in the topic title such as [ROM] [KK] [4.4.4] and the release date, so that it's more visible and captivating
Found. Dowloading. Torrent is the best way to share information. All developers must use it.
Thanks and reporting...
@mkaluza @edukardo @TheSteve87 May i have some screenshots please....
experimenta 2015-05-30
Hi!
New experimental build. It is _fast_ Added more optimization flags from ArchiDroid. It still has the location FC issue though, so if it's a problem for you, stay with stable.
Enjoy
$4ND!P said:
@mkaluza @edukardo @TheSteve87 May i have some screenshots please....
Click to expand...
Click to collapse
here's a bunch of screenshots, the last ones have the vanir black theme
@mkaluza i'm having a weird bug with the last stable build, i want to install two apps as system apps (cm file manager since this rom dowsn't have one and novathor settings because of power and volume options) but everytime i try to install them, after rebooting the phone works for 30seconds, then freezes and reboots and it becomes unusable. any idea about why?
I have a problem with hotspot shield vpn
It won't start
And says
Af openvpn inti. Faild
I tried other vpn apps but they don't work
Any suggestion
mhmod222 said:
I have a problem with hotspot shield vpn
It won't start
And says
Af openvpn inti. Faild
I tried other vpn apps but they don't work
Any suggestion
Click to expand...
Click to collapse
Yes, load tun module. Either via KoControl app or from terminal: su and then "modprobe tun"
TheSteve87 said:
@mkaluza i'm having a weird bug with the last stable build, i want to install two apps as system apps (cm file manager since this rom dowsn't have one and novathor settings because of power and volume options) but everytime i try to install them, after rebooting the phone works for 30seconds, then freezes and reboots and it becomes unusable. any idea about why?
Click to expand...
Click to collapse
NT settings are old and mess with the kernel. Besides it's a ROM app, so you can't just take any version - it had to be built with the ROM. I don't support it.
Attached cm file manager to post 1 - try it (just drop it to /system/app as it doesn't seem to install the normal way)
@TheSteve87 what exactly do you need from nt app? Maybe I'll be able to add it into synapse.
mkaluza said:
@TheSteve87 what exactly do you need from nt app? Maybe I'll be able to add it into synapse.
Click to expand...
Click to collapse
i mainly use two settings, the battery voltage (?) control to have a faster charge and the audio gain options to higher the earbuds/speakers' volume
btw novathor settings are not that old, i actually extracted the apk from epirex's latest cm11 build and pushed it to /system on your vanir with no issues at all at least on the build before the beta version
Sent from my GT-I9070 using XDA Free mobile app
How to install that? I done Odin ,temp CWM, flash rom and my phone stuck on boot.
xxziolo13xx said:
How to install that? I done Odin ,temp CWM, flash rom and my phone stuck on boot.
Click to expand...
Click to collapse
If you come from another ROM with mk kernel, don"t forget to delete ramdisk
edukardo said:
If you come from another ROM with mk kernel, don"t forget to delete ramdisk
Click to expand...
Click to collapse
I was on stock LQL with CoCore, then i did odin, format everything in temporary CWM and flash rom. My phone stuck on boot whole night. Any ideas?
xxziolo13xx said:
I was on stock LQL with CoCore, then i did odin, format everything in temporary CWM and flash rom. My phone stuck on boot whole night. Any ideas?
Click to expand...
Click to collapse
Install aromafm and search /efs for a boot.cpio.gz file. Delete or rename it and try again.
edukardo said:
Install aromafm and search /efs for a boot.cpio.gz file. Delete or rename it and try again.
Click to expand...
Click to collapse
LOL. I forgot about it when i was on Loilipop, now it is working.
It was muy mistake too. This vanir is superb
edukardo said:
It was muy mistake too.
Click to expand...
Click to collapse
Yeah... I can see this ramdisk stuff causes a bit of trouble. I already have an idea for 'smart' installer, that will autodetect system version and install correct ramdisk for the user.
This vanir is superb
Click to expand...
Click to collapse
And it'll only get better I almost nailed the correct compiler flags, so the next stable version will have the speed of beta (or more ), but of course without the NetworkLocationService bug.
Battery backup
Hi, my friend.
I've seen a known bug in CM11 derivated roms like this one. This is related to systemupdate service, the rom tryies to connect to cm software update but couldn't and causes a lot of aware.
I made this script and ran it at every boot
Code:
#!/system/bin/sh
pm disable com.google.android.gms/.update.SystemUpdateService
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateActivity
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService$ActiveReceiver
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService$Receiver
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$ActiveReceiver
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver
It make the system wake ups almost dissapear. You could try to put it in your code if you think is correct.
Regards.
edukardo said:
Hi, my friend.
I've seen a known bug in CM11 derivated roms like this one. This is related to systemupdate service, the rom tryies to connect to cm software update but couldn't and causes a lot of aware.
I made this script and ran it at every boot
Code:
#!/system/bin/sh
pm disable com.google.android.gms/.update.SystemUpdateService
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateActivity
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService$ActiveReceiver
pm disable com.google.android.gms/com.google.android.gms.update.SystemUpdateService$Receiver
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$ActiveReceiver
pm disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver
It make the system wake ups almost dissapear. You could try to put it in your code if you think is correct.
Regards.
Click to expand...
Click to collapse
I'm not 100% sure, but it could be related to this one:
http://review.cyanogenmod.org/#/c/94128/

Asus Z300M Nougat update?

Has anyone installed the Nougat update for the Asus Zenpad 10 Z300M?
Yes I do, what do you need to know?
I didn't know there was an update to Android 7 - I'm still hoping (probably in vain) for this tablet to be rooted.
fabfor said:
Yes I do, what do you need to know?
Click to expand...
Click to collapse
I was just wondering if there were any noticeable changes or any issues with it as of yet.
Thanks for the reply.
Is the update OTA or from a website?
odyseus said:
Is the update OTA or from a website?
Click to expand...
Click to collapse
OTA
---------- Post added at 14:19 ---------- Previous post was at 14:13 ----------
PeteSeiler2010 said:
I was just wondering if there were any noticeable changes or any issues with it as of yet.
Thanks for the reply.
Click to expand...
Click to collapse
Changes are those in the changelog. I haven't noticed any issues so far but multi user support isnt't there and I was hoping yes.
ASUS ZenPad 10 Android Nougat Changelog:
Update Google security patch
Remove redundant app shortcuts “Audio Wizard” “Splendid” “System update” and “Flashlight” from all apps menu
Remove ”PC Suite” (CD ROM)
Remove “Tap and hold to show menu” form Settings > ASUS customized settings > Touch key setting. Add “Tap and hold to activate Multi-window ” in Touch key setting
Quick Settings supports multiple pages , user can swipe left to right to see more quick settings if using more than 12. User can enter edit screen by tap the edit button on top right corner to determine which settings enabling or disabling
Default Tap and hold Recent apps key to activate Multi-window
Add “Game Genie”
ZenUI Keyboard added New Unicode code 9.0 emoji and skin tone.
The preloaded Holo Spiral, Bubbles, Black Hole, and Phase Beam live wallpapers are not compatible with Android N and will be removed after system update
Add bundled notifications switch. (Settings > Notification > Configure notifications.) When multiple notifications for a single app are received, they can be bundled together into a single group. This group can be expanded to see the individual messages
Add Lock screen wallpaper slideshow
Change wallpaper every time you wake up your device. And users can go to “Settings” -> “Lock screen” -> “Wallpaper slideshow settings” for setting
Update SMMI tool to SMMI_TEST_V5.1.74_CSC_L1L2
Support Unlock tool
Click to expand...
Click to collapse
Must be US update then as still running Android 6.x here in the UK
Odd .. haven't gotten it .. and I check every couple of days ..
It could be me, but it seems like my battery dies faster after having the update for a few days.
odyseus said:
Must be US update then as still running Android 6.x here in the UK
Click to expand...
Click to collapse
No, it's worldwide.
The official website have the link of the update, and you can apply it manually.
http://dlcdnet.asus.com/pub/ASUS/Ee...62.438207375.1494693050-1331990512.1494693046
Hello, pls can anybody help? I bough z300m from second hand, turn on it (not try log in to google) and on startup screen (language select) system ask me for update to nougat, i click OK, system updated, tablet restarted and i cant log into tablet (FRP).
I search for bypass z300m on nougat, but cant find it.
This procedure dont work for me (android 7.0)
So i need flash from fastboot, but i cant find flashtool for z300m (p00c), firmware i downloaded from official page.
Any solutions?
Thanks.
Edit. I cant turn on usb debugging in developer settings (system want log in for view all options in developer settings...)
Nougat
PeteSeiler2010 said:
Has anyone installed the Nougat update for the Asus Zenpad 10 Z300M?
Click to expand...
Click to collapse
I did the nougat OTA update yesterday,it took a few minutes to download,but it is working great !
macikcz said:
Hello, pls can anybody help? I bough z300m from second hand, turn on it (not try log in to google) and on startup screen (language select) system ask me for update to nougat, i click OK, system updated, tablet restarted and i cant log into tablet (FRP).
I search for bypass z300m on nougat, but cant find it.
This procedure dont work for me (android 7.0)
So i need flash from fastboot, but i cant find flashtool for z300m (p00c), firmware i downloaded from official page.
Any solutions?
Thanks.
Edit. I cant turn on usb debugging in developer settings (system want log in for view all options in developer settings...)
Click to expand...
Click to collapse
Bad news I'm afraid. You need the original login details used to setup the device when it was originally purchased other than that it's a long winded battle with ASUS to prove you didn't steal the device.
Good luck
After update the system reboots all the time when WiFi is ON.
If I turn OFF wifi - it works fine. No other solution...
root / multi-user
fabfor said:
OTA
---------- Post added at 14:19 ---------- Previous post was at 14:13 ----------
Changes are those in the changelog. I haven't noticed any issues so far but multi user support isnt't there and I was hoping yes.
Click to expand...
Click to collapse
There is a thread right after this listing when search for Z300M on XDA that claims TWRP and asus bootloader unlock tool (not necessary 2 get twrp) and was the reason I purchased this tablet. So far errors in everything in the OP with no responses and I hate to be paranoid but once I know, if not twice I have actuall run into "FAKE" threads on XDA in the 2-3 years being on here claiming root/twrp for a device with a small amount of chit chat, responses.... that was pure BS!
Anyhow, if you ever get root here is the fix for your multi-user issue, with es file explorer, or root explorer and editing the boot. file:
Enable Multi Window and Multi User Modes
If you have a rooted Marshmallow ROM (or Nougat), you can enable the 2 features above by editing the build.prop file found in /system/
For multi-window mode, change this entry in build.prop
ro.build.type=user
to -
ro.build.type=userdebug
To enable multi-user mode, add these 2 lines to the build.prop (anywhere, it doesn't matter)
fw.max_users=3
fw.show_multiuserui=1
Once you've made these changes, reboot the tablet.
To use multi-window mode, go to Settings, Developer options, and there will be a new menu item to switch this on or off.
To use multi-user, there will be a new option under Settings called Users.
If anyone seeing this has accomplished root on the Z300M 16GB wi-fi tablet, please let me know.....
thanks,
zach
ps of course, make sure you make a copy of the boot file to ext sd card or somewhere b4 just in case.... in the 15 times I have used this on 6.0, 7.0 lenovo & LG devices & 1 HTC... never had an issue BUT...
---------- Post added at 05:26 PM ---------- Previous post was at 05:19 PM ----------
odyseus said:
Must be US update then as still running Android 6.x here in the UK
Click to expand...
Click to collapse
Actually all of the updates for the Z300M taking it to 7.0 are for the WW SKU (world wide) tablets, as well one for Japan and 1 other.........
any sign of root?
Asking around since purchasing this tablet due to thread on here claiming twrp but its falling on its face and no response as of yet.....
zach
?????
coolbeans2016 said:
Anyhow, if you ever get root here is the fix for your multi-user issue, with es file explorer, or root explorer and editing the boot. file:
Click to expand...
Click to collapse
Thank you coolbeans2016, that's right the reason I am too desperately looking for a way to root: to apply that fix.
Btw, I really do not see the reason for Asus to disable a native function (multi-user) that is - to me - obvious for a tablet. (Maybe it eats resources? i.e. storage space)
problem is
fabfor said:
Thank you coolbeans2016, that's right the reason I am too desperately looking for a way to root: to apply that fix.
Btw, I really do not see the reason for Asus to disable a native function (multi-user) that is - to me - obvious for a tablet. (Maybe it eats resources? i.e. storage space)
Click to expand...
Click to collapse
Problem is the instructions for getting TWRP flashed or even just booted up on TWRP threaded for installation of SuperSU or Magisk is failing. I've been told I'm wrong and am just not reading or following the instructions correctly but on a VERY popular device there is NO ONE claiming $$PROFIT$$ on the thread! Even the ones claiming understanding of the thread are having complications but only have an average of 6 posts as jr users with no thanks feedback.... yet they have no questions regarding using the SP Flash Tool?!!!!! Strange to me!
I'm contacting the dev on the thread AGAIN to see if I can get a detailed set of instructions in JUST getting TWRP onto this tablet, or its useless to me......
He really thought I was calling his thread a false listing but straightened it out with him about the fact he references another such thread along the same lines for the Verizon Asus A380M, which EVERYONE knows has never been, probably never will be able to get a custome recovery, let alone root of any kind!!!!!!!!
Any info you come across, or if you have tried the thread I'm mentioning please let me know your errors encountered, any ideas how WE may be not taking the instructions correctly.
zach
Hi,
I couldn'tt find any update for Z300CL.
Does anyone know if such an update is available?
Could you post the link here?
Thanks a lot
I used usb ethernet dongle on android 6 and it worked , it showed ethernet icon instead wifi. But when on android 7 the dongle does not work, seems usb host function is disabled, I dont want to root my tabled is there any way to enable usb host support ?

Samsung Hidden Features on A520F Oreo and Pie (update 2.02.2020)

This features are the same like in my previous thread for hidden features on Nougat.
https://forum.xda-developers.com/samsung-a-series-2017/themes/enable-hidden-csc-features-a520f-n-t3704161?nocache=1
So if you read that thread you know what to do, because instalation proces was the same for me. There are only few difrences from Nougat, like no preformance mod and no hearing aids. And iv been reading about some new omc folders insted of csc folders, but for me everything was the same.
Iv tested on stock A520FXXU4CRD5 from my country carrier, downloaded from sammobile.
Now you have a flashable zip which worked on my phone it should work on yours too.
If it dosent work, then extract the files on your phone and manualy move your files and give the right permissions (you have to be rooted offcourse and have file manager like RootExplorer to do this).
I was hesitating to put a flashable zip because there are allways some problems with people complaining that this dosent work and that dosent work. But we all have the same phone so it should work on all A520f stock rooted phones and probably some custom stock roms too, but you need to test that yourself.
And if you enter them manualy on your phone at least you will learn some realy basic stuff and know what to do if you have problems.
Anyway...
To my phone nothing happend but i still need to say that you are Flashing it at your own Risk!
I won't be held accountable if something happens to your phone if you lost your data so Dont forget to backup your phone before flashing!!!
Features you should get with flashable zip are:
----------------------------------------
1. Floating messages
2. Record calls
3.Show network speed
4.Data Usage View in QuickPanel
5.Data Usage Notification
6.UltraDataSavingMod (data compression works only with Opera Max)
7.Camera Shutter sound on/of in camera options.
8.AppLock now with more options.
10.SClean
11.ScreenRecord (options only accessible from QPannel)
12.CaptureScreen/snapshoot (options only accessible from QPannel)
13.Secure WiFi (works only with Opera Max, and privacy on)
14.UHQ Upscaler quick pannel toggel
15.S Bike Mod
16.Places option on keypad
17.Advanced WiFi Menu
18.Messages with more options
19.VoLte quick pannel toggel (i dont think it works, you need more lines and files to work, and depends of your provider)
20. Enhanced LTE services, Toast SIM unlock...
21.LiveMessages in samsung keyboard
22.Caller ID and spam protection
23.NumberFormatting disabled
24.PowerPlanning--NEW
25.HomeMode(screensaver option) --NEW
-------------------------------------------------------------------------------------------------------------
And these lines you need to enter manualy on the end of your floating_feature.xml which is located in your system etc folder and you should get:
1. S pen features( needed if you want to use AirCommand)
2. In Samsung video options, but in option that apear when you press play on video,
you should see Video Enhancer option. Download Samsung video from Galaxy apps.
<SEC_FLOATING_FEATURE_SETTINGS_SUPPORT_S_PEN_AIR_VIEW>TRUE</SEC_FLOATING_FEATURE_SETTINGS_SUPPORT_S_PEN_AIR_VIEW>
<SEC_FLOATING_FEATURE_SETTINGS_SUPPORT_S_PEN_GESTURE>TRUE</SEC_FLOATING_FEATURE_SETTINGS_SUPPORT_S_PEN_GESTURE>
<SEC_FLOATING_FEATURE_SETTINGS_SUPPORT_S_PEN_HOVERING>TRUE</SEC_FLOATING_FEATURE_SETTINGS_SUPPORT_S_PEN_HOVERING>
<SEC_FLOATING_FEATURE_SETTINGS_SUPPORT_S_PEN_HOVERING_N_DETACHMENT>TRUE</SEC_FLOATING_FEATURE_SETTINGS_SUPPORT_S_PEN_HOVERING_N_DETACHMENT>
<SEC_FLOATING_FEATURE_COMMON_SUPPORT_HDR_EFFECT>TRUE</SEC_FLOATING_FEATURE_COMMON_SUPPORT_HDR_EFFECT>
---------------------------------------------------------------------------------------------------------------
Enter these lines on the bootom of your Build.prop and you should get Multiuser option:
#Multiuser
fw.max_users=30
fw.show_multiuserui=1
fw.show_hidden_users=1
fw.power_user_switcher=1
Instalation:
1. FIRST ALWAYS MAKE BACKUP OF YOUR SYSTEM AND DATA BEFORE FLASHING THE ZIP!!
2. Download the zip, restart in recovery and flash the zip, wipe dalvik/cache and restart.
You will have to wait few minutes for android to upgrade.
https://drive.google.com/file/d/1xLnFI-I1gYsjKA9oj54EIJPUdcG9m0iO/view?usp=sharing
UPDATE FOR PIE ! ! !
https://forum.xda-developers.com/showpost.php?p=81663139&postcount=24
Very useful! Worked perfectly on A320F/DS Oreo
How did you toot your a5 oreo?
AppLock not working! Click and crash!
Any solution?
Is there any CSC feature for enabling WiFi calling?
Since I upgraded to Oreo, there is no WiFi calling or voLTE option for me in the settings.
GenisonPedro said:
AppLock not working! Click and crash!
Any solution?
Click to expand...
Click to collapse
Its working for me. Never had problems.
First check do you even have a AppLock in your priv-appfolder?
I didn put it in the zip because i already had it in inside my phone,
so i thought that maybe everybody has it to.
alireza_simkesh said:
Is there any CSC feature for enabling WiFi calling?
Since I upgraded to Oreo, there is no WiFi calling or voLTE option for me in the settings.
Click to expand...
Click to collapse
There probably is, but i didnt try to find it.
Volte togle is present but like i wrote it probably dosent work.
Try from some s8 or s9 volte roms, extract their others.xlm rename it to features.xlm and experiment on your phone.
If you find anything i will update.
kubura2999 said:
There probably is, but i didnt try to find it.
Volte togle is present but like i wrote it probably dosent work.
Try from some s8 or s9 volte roms, extract their others.xlm rename it to features.xlm and experiment on your phone.
If you find anything i will update.
Click to expand...
Click to collapse
Do you happen to know which custom roms have Wifi-Calling enabled?
kubura2999 said:
Its working for me. Never had problems.
First check do you even have a AppLock in your priv-appfolder?
I didn put it in the zip because i already had it in inside my phone,
so i thought that maybe everybody has it to.
Click to expand...
Click to collapse
Yes, I have AppLock in the folder. When I click, it says Settings stopped.
GenisonPedro said:
Yes, I have AppLock in the folder. When I click, it says Settings stopped.
Click to expand...
Click to collapse
Thnx .. but u have something anther codes for etc ?
@kubura2999 or anybody can upload applock apk?
Updated the thread and some files!
Now you have a flashable zip and iv put inside a working PowerPlaning apk,
and Applock apk and HomeMode apk(nothing special its just a screensaver option)
Worked perfectly on A320Y Oreo, thanks!!!!
with floating_feature.xml
on nougat = everything works fine.
on Oreo = cant switch performance setting, from high performance to another option,(under device maintenance)
App lock still not working
Where do u get HomeMode, never heard of it @Kabura2999
---------- Post added at 07:55 AM ---------- Previous post was at 07:55 AM ----------
leo31 said:
with floating_feature.xml
on nougat = everything works fine.
on Oreo = cant switch performance setting, from high performance to another option,(under device maintenance)
Click to expand...
Click to collapse
because u rom do not support it
LuanTeles said:
Where do u get HomeMode, never heard of it @Kabura2999
---------- Post added at 07:55 AM ---------- Previous post was at 07:55 AM ----------
because u rom do not support it
Click to expand...
Click to collapse
but on nougat, it works. but its not a big deal for me, since i am using L speed .
leo31 said:
but on nougat, it works. but its not a big deal for me, since i am using L speed .
Click to expand...
Click to collapse
cuz i nougat rom supports it lol hahah
enable copy&paste
hi
Is there any CSC feature for enabling copy&paste any text to clipboard ?
@kubura2999 Could you make flashable zip for 9.0 with network speed in status bar and call record feature only ?
---------- Post added at 12:11 PM ---------- Previous post was at 12:11 PM ----------
[/COLOR @kubura2999 Could you make flashable zip for 9.0 with network speed in status bar and call record feature only ?

[ROM][PORT][9.0.0][dumpling]Pixel Experience for 5T[05.09.2018]

What's this?
First of all, I'm not the original developer.
He post it on other Chinese forum, and I am just to ask for his permission and post it here.
All credits to Coolapk user: Tutoo.
This is an unofficial build of Pixel Experience Pie for Oneplus 5T (dumpling).
The original is for Oneplus5, you can find it here : Click here
The dev make a port version of this
What's working :
Boots
RIL (Calls, SMS, Data)
Fingerprint
WiFi
Bluetooth
Camera (but same as other Pie ROM, a little laggy in third apps)
Flashlight
Camcorder
Sound / vibration
GPS
AOD
Hotspot
NFC
VPN
And device specific addition (same as OP5 thread)
Known issues:
Permissive
or other issue same as OP5
Fingerprint gesture to view notification also not working
But you can try the solution provide by @Sabissimo at #16
Although that didn't work for me, some report they success, still looking into the problem
If that work for you, don't forget to give him a thank
If you find any bugs, you can PM me or leave comments below, I'll reported it to original dev
Instructions :
First, backup your data to PC or laptop
Second, you HAVE TO wipe data,system,cache AND INTERNAL STORAGE (some reported that it didnt boot if no wipe internal storage)
Third, flash the ROM and No verity zip (In my case, I use v3, but it seems with no problem)
Now you can boot up your device, it'll boot up TWO TIMES, and this is normal
CAUTION !!!
Version1 already include Gapps,Magisk (16.7), firmware, gcam and Redflare kernel (1.13 build)
So it is unnecessary to flash other zips
But in Version2, it didn't have firmware, but with Magisk (17.1) and Redflare kernel (1.16 build)
you guys need to take notice of this
Downloads:
Because original was on Baidu Cloud, and it may block some countries IP (Example: Taiwan)
So I upload it to Google Drive
If it is needed to upload to AFH or other cloud, just PM me, I'll upload it when I'm free
Here is the GD link:Version1
Version2
Credits:
Coolapk user "Tutoo" for his awesome work
and XDA user @bhageerathreddyy for help testing
Because of the forum rule, TG group link are not allow to post publicly here.
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.4.152, RedFlare EAS kernel
ROM Firmware Required: TWRP, Unlocked bootloader
Based On: AOSP
Version 2 changelog:
VoLTE reset on reboot Fixed
Proximity Sensor Fixed for FP and Gestures (Now phone won't start dialling numbers when in your pocket )
Added more Off screen Gestures and fixed V gesture
Improved OMNI slider switch
RedFlare kernel 1.16+
Linux 4.4.154
(Well... I copied these from original 5's thread. Don't forget to thank him for fix !!)
thanks
Thanks
Sent from my ONEPLUS A5010 using Tapatalk
This was much faster than expected for this rom, been swapping between this and OOS, will have to test this tonight and Pie for the first time, ty for fast release.
HI, just flashed this. Looks and feels good but the fingerprint swipe gesture doesn't seem to work properly, It treats it like arrow keys and navigates around the UI.
rijads said:
This was much faster than expected for this rom, been swapping between this and OOS, will have to test this tonight and Pie for the first time, ty for fast release.
Click to expand...
Click to collapse
Can u tell me dose it includes the adaptive battery and gcam ? And how are the animations ? And notification slider options
ROM is awesome! Adaptive battery, gcam, slider - all working
To make fingerprint gestures work, put this file in /system/usr/keylayout , and give it 755 permissions
https://drive.google.com/file/d/1Nhjs7YWulTHy-6d-AM1R1cLN_TfK-ieY/view?usp=sharing
MyStyle0714 said:
What's this?
First of all, I'm not the original developer.
He post it on other Chinese forum, and I am just to ask for his permission and post it here.
All credits to Coolapk user: Tutoo.
Click to expand...
Click to collapse
THREAD MOVED TO HOW-TO
Per the Device Forum Rules, all threads posted in the Development section must be your own work. ROM shares may be posted in the How-To section.
@Sabissimo how long does the boot took for you ? im on google bootanimation but nothing has happened since last 5 minutes ! can you also explain your installation process !
didn't help
Sabissimo said:
ROM is awesome! Adaptive battery, gcam, slider - all working
To make fingerprint gestures work, put this file in /system/usr/keylayout , and give it 755 permissions
https://drive.google.com/file/d/1Nhjs7YWulTHy-6d-AM1R1cLN_TfK-ieY/view?usp=sharing
Click to expand...
Click to collapse
i did what you wrote,
now swiping doesn't do anything
tids2k said:
@Sabissimo how long does the boot took for you ? im on google bootanimation but nothing has happened since last 5 minutes ! can you also explain your installation process !
Click to expand...
Click to collapse
First boot took about 1 min max. You have to be decrypted, flash rom, flash noverity (I flashed v3) - and you should be good.
---------- Post added at 11:06 AM ---------- Previous post was at 11:00 AM ----------
korm85 said:
i did what you wrote,
now swiping doesn't do anything
Click to expand...
Click to collapse
Well, it's definitely working for me tho, be sure to give it permissions.
Also, don't know if it matters, but I've searched for "swipe" in settings, and got in "Swipe fingerprints for notifications" menu, which is (weirldy) not available in "Gestures", there was no toggle there, tho, just instructions video. Maybe just entering that menu enabled that, try it out.
@Sabissimo did you update your firmware to 5.1.5 ? and have you installed vendor partition data ?
tids2k said:
@Sabissimo did you update your firmware to 5.1.5 ? and have you installed vendor partition data ?
Click to expand...
Click to collapse
I was on OB15, so whatever firmware it uses - I have it And had vendor of OB15, but I don't think that vendor matters, since this is not treble rom, and doesn't use /vendor, it uses /system/vendor
Sabissimo said:
Well, it's definitely working for me tho, be sure to give it permissions.
Also, don't know if it matters, but I've searched for "swipe" in settings, and got in "Swipe fingerprints for notifications" menu, which is (weirldy) not available in "Gestures", there was no toggle there, tho, just instructions video. Maybe just entering that menu enabled that, try it out.
Click to expand...
Click to collapse
Well... the dev said that the ROM doesnt have that function, but how can you enable ? I also follow your steps and give them permission then reboot again, but nothing happen.
Step-by-step of what I did:
1. Wiped everything except internal storage
2. Flashed ROM
3. Flashed no-verity v3
4. Rebooted, it rebooted twice, then started booting up with google animation
5. Noticed that fingerprint is working as cursor, went to settings, searched for "swipe", entered that menu, there's no toggle there
6. Pasted gf_input.kl in /system/usr/keylayout, gave it 755 permissions
7. Rebooted and everything is working!
Try doing it in the same sequence (First try to to enter swipe menu before pasting gf_input.kl, then paste it), maybe that did the trick.
Sabissimo said:
Step-by-step of what I did:
1. Wiped everything except internal storage
2. Flashed ROM
3. Flashed no-verity v3
4. Rebooted, it rebooted twice, then started booting up with google animation
5. Noticed that fingerprint is working as cursor, went to settings, searched for "swipe", entered that menu, there's no toggle there
6. Pasted gf_input.kl in /system/usr/keylayout, gave it 755 permissions
7. Rebooted and everything is working!
Try doing it in the same sequence (First try to to enter swipe menu before pasting gf_input.kl, then paste it), maybe that did the trick.
Click to expand...
Click to collapse
Confirm this was the exact process I followed and works like a charm. Just need a couple of days with it to test battery life.
just have one thing to say thankyou so much and this rom is just smooth
For anyone that wants to flash this ROM, don't worry about your firmware. This ROM's .zip file contains a firmware ALREADY so it will flash the necessary firmware itself!
Sabissimo said:
Step-by-step of what I did:
1. Wiped everything except internal storage
2. Flashed ROM
3. Flashed no-verity v3
4. Rebooted, it rebooted twice, then started booting up with google animation
5. Noticed that fingerprint is working as cursor, went to settings, searched for "swipe", entered that menu, there's no toggle there
6. Pasted gf_input.kl in /system/usr/keylayout, gave it 755 permissions
7. Rebooted and everything is working!
Try doing it in the same sequence (First try to to enter swipe menu before pasting gf_input.kl, then paste it), maybe that did the trick.
Click to expand...
Click to collapse
where is this gf_input.kl?? why should i do this for the pill gestures?

Categories

Resources