• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][LOS][9.0][ME302KL][DUMA]LineageOS 16.0 Unofficial for MeMOPAD10 FHD

yattodettaman

Senior Member
Feb 2, 2012
405
451
0


Code:
/*
 * I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...). 
 * Please do some research if you have any concerns about features included in the products you find here 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. 
 * Your warranty will be void if you tamper with any part of your device / software.
 * Same statement for XDA.
 */

LineageOS is a free, community built, aftermarket firmware distribution of Android 9.0 (Pie), which is designed to increase performance and reliability over stock Android for your device.

LineageOS 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. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.

Base source code is available in the LineageOS Github repo. And if you would like to contribute to the project, please visit our Gerrit Code Review.


Device Tree https://github.com/yatto/android_device_duma/tree/lineage-16
Vendor Tree https://github.com/yatto/android_vendor_asus_duma/tree/lineage-16
Kernel Source Code https://github.com/yatto/ElementalX-Kernel-for-ME302KL/tree/ElementalX7-P

Working:

- WiFi
- Bluetooth
- RIL (SMS and Mobile data)
- Wifi Hotspot
- Audio
- Video Playback
- Sensors
- GPS
- Camera
- Video Recording
- Selinux

Broken:
- Wifi Display (Google dropped Wifi Display in Android 9)

- You have to check Disable Hw Overlay in Developer settings !!!

Download the rom :https://androidfilehost.com/?fid=11410963190603906977 23-01-2019

The Kernel is ElementalX Kernel by Flar2 (A lot of Thanks to him)

with some addons:
- Boeffla Wakelock Blocker
- Msm Sleeper

You can customize kernel setting with flar2 app : https://elementalx.org/ex-kernel-manager/
or another kernel app from google paly store.

Installation:


Credits & collaborations
This work is due to efforts from everyone involved in Me302kl development. I would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!

XDA:DevDB Information
LineageOS 16.0 Unofficial for MeMOPAD10 FHD (ME302KL), ROM for all devices (see above for details)

Contributors
yattodettaman, Den147, Followmsi
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.4.x
Based On: LineageOS 16.0

Version Information
Status: Beta

Created 2018-10-08
Last Updated 2019-01-23
 
Last edited:

bonilobo62

Senior Member
Nov 9, 2009
323
82
28
estepona- Malaga
Hello good day

last night install is ROM P and I'm surprised at how good it looks

I installed the magisk 17.1 and perfect


I only had a black screen on the first restart

I take advantage of the rest to try everything well

Many thanks friend[emoji6]

Enviado desde mi ZUK Z2121 mediante Tapatalk
 

bonilobo62

Senior Member
Nov 9, 2009
323
82
28
estepona- Malaga
I have already restored my applications with Titanium and ok

Previously I had the lineageOS 15.1 last and had ghosts on the screen

In this ROM I have also left some (minimum) but there are.

Is there any solution for this?


Thank you again for your work,

Enviado desde mi ZUK Z2121 mediante Tapatalk
 

yattodettaman

Senior Member
Feb 2, 2012
405
451
0
Hello good day

last night install is ROM P and I'm surprised at how good it looks

I installed the magisk 17.1 and perfect


I only had a black screen on the first restart

I take advantage of the rest to try everything well

Many thanks friend[emoji6]

Enviado desde mi ZUK Z2121 mediante Tapatalk
Well. To avoid black screens/blue flickering, you have to Disable HW overlays in Developer Settings, every time reboot the device. you can download this script
Code:
#!/system/bin/sh

(while :
do
    sf=$(service list | grep -c "SurfaceFlinger")

    if [ $sf -eq 1 ]
    then
        service call SurfaceFlinger 1008 i32 1
        break
    else
        sleep 2
    fi
done
) &
https://forum.xda-developers.com/attachment.php?attachmentid=2741603&d=1399997136 to make permanent this setting.
1) Unzip the script
2) Put the script in /sbin/.core/img/.core/post-fs-data.d (you have to install Magisk First)
3) chmod 777 the script file
4) reboot and check in developer settings if Disable Hw overlays checkbox if active !

To mitigate ghost touches, in Kernel there is an option for this, The ParrotMod. You have to use an app to manage kernel settings to activate it. I use Ex kernel Manager https://play.google.com/store/apps/details?id=flar2.exkernelmanager&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1
To activate ParrotMod, in settings (miscellaneus) you have to find "Force AC Mode for touchscreen". Btw ghost touches depends on hw issues.... no solutions.
 
Last edited:

Redeadly

New member
Nov 28, 2018
1
0
0
Ciao Yatto, I have installed the ROM with opengapps mini, and everything it's quite good. I have a problem with the back, home and recent apps soft buttons, because they disappear, so I'm not able to move away from an app.
Just made a test, the buttons disappear when I change user (i.e. from owner to another user) and then come back to the previous one.
If I reboot sometimes everything goes well sometimes not exactly, right now I have only back and home buttons both very close and both on the left side, not in the center.
 

yattodettaman

Senior Member
Feb 2, 2012
405
451
0
Ciao Yatto, I have installed the ROM with opengapps mini, and everything it's quite good. I have a problem with the back, home and recent apps soft buttons, because they disappear, so I'm not able to move away from an app.
Just made a test, the buttons disappear when I change user (i.e. from owner to another user) and then come back to the previous one.
If I reboot sometimes everything goes well sometimes not exactly, right now I have only back and home buttons both very close and both on the left side, not in the center.
can you post some logcats ?
maybe that it is Selinux related, because selinux is in enformcing mode. I haven't tested user switch, so i don't know if it makes selinux denials.
So, i need logs....
:S
 

bonilobo62

Senior Member
Nov 9, 2009
323
82
28
estepona- Malaga
Hello
Thanks for answering my question,

I have followed your instructions and I find several doubts

The first one I can not find the magisk First ....

In the developer section I can not find to deactivate the Hw
En la anterior ROM lios 15.1yes i was

3 The route where the script instructs me to place is not what you indicate

4 The Ex Kernel Manager is paid, (m Worth paying) is there something free to test if it works?

5 Install the Parrot Mode and it does not open
And finally ,

What does it mean that ghosts are HW's problem, and there is no solution?


A thousand FORGIVENESS if I have been weighed with so many doubts[emoji56][emoji2960]

Enviado desde mi ZUK Z2121 mediante Tapatalk
 

yattodettaman

Senior Member
Feb 2, 2012
405
451
0
Hello
Thanks for answering my question,

I have followed your instructions and I find several doubts

The first one I can not find the magisk First ....

In the developer section I can not find to deactivate the Hw
En la anterior ROM lios 15.1yes i was

3 The route where the script instructs me to place is not what you indicate

4 The Ex Kernel Manager is paid, (m Worth paying) is there something free to test if it works?

5 Install the Parrot Mode and it does not open
And finally ,

What does it mean that ghosts are HW's problem, and there is no solution?


A thousand FORGIVENESS if I have been weighed with so many doubts[emoji56][emoji2960]

Enviado desde mi ZUK Z2121 mediante Tapatalk
1) the right path where you have tu put the script is :
Code:
/sbin/.core/img/.core/post-fs-data-d
P.S. .core is an hidden directory. You must use a file browser that can see hidden files...
2) I attached a screenshot of developer setting with that option "disable HW overlays"

3) Parrotmod is in the kernel. you haven't to install parrotmod.
The touchscreen is fixed by enabling a mode that is normally only used when HDMI is plugged in, that is more resistant to electrical interference, and calibrating the EMI detection at every boot and when the screen turns off. So itcan reduce ghost touches.
 
Last edited:

yattodettaman

Senior Member
Feb 2, 2012
405
451
0
Ciao Yatto, I have installed the ROM with opengapps mini, and everything it's quite good. I have a problem with the back, home and recent apps soft buttons, because they disappear, so I'm not able to move away from an app.
Just made a test, the buttons disappear when I change user (i.e. from owner to another user) and then come back to the previous one.
If I reboot sometimes everything goes well sometimes not exactly, right now I have only back and home buttons both very close and both on the left side, not in the center.
I saw the logcat, but i didn't find nothing to fix this issue. I think it is a bug of the lineageos 16.0 code. Lineageos team still did not publish a final release for Android Pie 9.0, so a lot of things have to be fixed.
Maybe in a next release, the multiuser will work fine !
 

a4g3l0

New member
Dec 8, 2018
1
0
0
Installed lineage 16.1 on TWRP 3.2.3 yesterday and it works great! The only thing I cannot connect to hidden wifi. I tried to configure it thru abd but no luck. I cannot create wpa_supplicant.conf in /etc even with adb root shell. Any ideas?

Thanks much,
Angelo.