[HACK][SOURCE] Forced touchscreen fw update - Nexus 7 (2013) Original Android Development

This concerns kernel devs and people with touchscreen problems.
As I saw android 4.4 updates didn't fix the touchscreen for some. In addition it made things worse, like in my case.
So I tried to force firmware updating the touchscreen module and try many different firmwares.
To ease that process I modified the already existing code of the drivers (ektf3k.c) to enable firmware update by demand and using a filepath.
In the package below you will find the modified driver source file for custom kernel developing, all firmware updates until now and a help file for how to flash them.
All fw were modified to a version number of 99, to lock them in place and not let future auto updates (unlock fw included).
Kernel driver source + Firmware files
EDIT: Added patch, check below
EDIT2: Corrected the typo in patch. Thanks @Tk-Glitch
After creating the custom kernel, you can use terminal or adb or a text editor to echo or edit /sys/devices/i2c-3/3-0010/update_fw and write the fw filepath. You can also check fw version by checking /sys/devices/i2c-3/3-0010/vendor (the last numbers are your fw version).
Check readme for more
To all kernel devs:
The modified drivers do not break anything. They just create a special sysfs file. The code is activated only by writing a path in that sysfs file.
To all others with touchscreen problems:
This needs a custom kernel with this modified driver. Otherwise you can't use the firmware files
Kernels with touchscreen force update patch:
Glitch
SaberMod franco.Kernel
X-Flo
If you incorporated the patch into your kernel please inform me to update the list.
Changelog of touchscreen firmwares:
Code:
A011:
A011 is the lastest touch firmware and used for factory image.
firmware update history:
A009:
Update boot-code Ver: 60.47 (Do not turn off WDT in IAP process).
Add Self Check Mechanism to enter suspend mode.
Modification Algorithm, and Digital Parameters for ER Module.
a. Improve "double fat finger (22 phi copper)" performance.
b. Improve "fast drawing straight line" performance.
c. Improve "multi-finger in co-axis (8 phi copper)" performance.
d. Improve "under table lamp" performance.
A010:
Modify Calibration Mechanism.
A011:
Modify Open/Short Calibration Mechanism for ESD problem.
Improve Stylus Performance
=================================================================
A012:
1.Fix the Sensitivity Problem That Suspend and Wake up When Charging.
2.Modification for Algorithm, and Digital Parameters for ER Module.
a.Improve "double fat finger (22 phi copper)" performance when charging.
=================================================================
A021 (A015):
Fix:
8717455: Holding touch panel edge by one finger,the touch action will be affected.
8768005: Holding Flo along the left edge of the device reveals false touch problems.
8840158: Pinch zoom in and out on chrome and maps doesnt seem as accurate / responsive as on nakasi.
8798827: Touch can not be correct clicked.
customer report: pin unlock will lose touch report.
Modification for AC De-noise Mechanism.
=================================================================
A025:
Based on A023 and remove the grip information.
1.[Issue 8840158] [FLO] pinch zoom doesnt seem as responsive / reliable as on nakasi.
2.[Issue 8858019] [FLO] Poor touch resolution.
Need calibration to fix these two issue with ER1/ER2 device:
3.[Issue 9052815] [FLO] Dead "Bands" on the touch screen.
4.[Issue 8930391] Spurious touchscreen taps.
=================================================================
A028:
Improve hovering like Nakasi
=================================================================
A029:
Need calibration for below Issue:
[Issue 9261425] New touch firmware is needed to apply the new parameters.
=================================================================
A031:
Fix following issues:
1.Latency on resume
2.Edge swipes lost (notification panel)
3.[Issue 9284036][FLO]ABS_MT_TOUCH_MAJOR values change
base on number of pointers down
=================================================================
A032:
1.firmware to A032.
2.modify driver to update power source when use slim port to hdmi.
A032 fix issue:
9471817:Hover touches.
9366206:Device show multiple-ghost touch after connect HDMI and tilt device to 40~65 degree.
9471956:Unclean lift offs.
9471962:Edge swipes causing hooks or missing touch points.
Noise problem.
Add ESD Protection Mechanism.
=================================================================
A033:
Fix issue:
1.Seeing lost touches.
2.Magic disappearing square.
3.Need to clean up small pointer dancing.
4.Pointer splitting.
5.Jumps between two large touches.
6.9521124:Poor performace in handwritten input method.
Bug: 9472154
Bug: 9471828
Bug: 9521124
Bug: 9471817
=================================================================
A034:
improvement:
9323363:Scrolling not smooth.
=================================================================
A036:
Fix issue:
962875:Need a new touch firmware to pass ESD test.
=================================================================
A038:
Fix/Improve issue:
1.[Issue 9692415] Touch screen on flo is broken for games
2.[Issue 9323363] [FLO/DEB] [Touch] Scrolling not smooth
3.[Issue 9471817] [FLO/DEB] [Touch] Hover touches
=================================================================
A040:
Fix/Improve issue:
1.[Issue 9692415] Touch screen on flo is broken for games.
2.Broken line.
3.Two Fingers Tapping Easy Connectivity.
4.co-axis problem with two finger.
=================================================================
A042:
Fix/Improve issue:
1.ghost touch probelm that caused by lcm slef-noise.
2.broken line in particular area.
=================================================================
A043:
Bug: 10388772
Bug: 10391124
Bug: 10541253
=================================================================
A044:
Fix issue:
1. Improve stability of two finger co-axis.
2. Ghost point problem of two fingers.

I've never had a touch screen problem

I have had touch issues. Not so much with 4.4.4
Sent from my Nexus 7 2013 using Tapatalk

CTCaer said:
This concerns kernel devs and people with touchscreen problems.
As I saw android 4.4 updates didn't fix the touchscreen for some. In addition it made things worse, like in my case.
So I tried to force firmware updating the touchscreen module and try many different firmwares.
To ease that process I modified the already existing code of the drivers (ektf3k.c) to enable firmware update by demand and using a filepath.
In the package below you will find the modified driver source file for custom kernel developing, all firmware updates until now and a help file for how to flash them.
All fw were modified to a version number of 99, to lock them in place and not let future auto updates (unlock fw included).
Kernel driver source + Firmware files
EDIT: Added patch, check below
After creating the custom kernel, you can use terminal or adb or a text editor to echo or edit /sys/devices/i2c-3/3-0010/update_fw and write the fw filepath. You can also check fw version by checking /sys/devices/i2c-3/3-0010/vendor (the last numbers are your fw version).
Check readme for more
To all kernel devs:
The modified drivers do not break anything. They just create a special sysfs file. The code is activated only by writing a path in that sysfs file.
To all others with touchscreen problems:
This needs a custom kernel with this modified driver. Otherwise you can't use the firmware files
Changelog of touchscreen firmwares:
Code:
A011:
A011 is the lastest touch firmware and used for factory image.
firmware update history:
A009:
Update boot-code Ver: 60.47 (Do not turn off WDT in IAP process).
Add Self Check Mechanism to enter suspend mode.
Modification Algorithm, and Digital Parameters for ER Module.
a. Improve "double fat finger (22 phi copper)" performance.
b. Improve "fast drawing straight line" performance.
c. Improve "multi-finger in co-axis (8 phi copper)" performance.
d. Improve "under table lamp" performance.
A010:
Modify Calibration Mechanism.
A011:
Modify Open/Short Calibration Mechanism for ESD problem.
Improve Stylus Performance
=================================================================
A012:
1.Fix the Sensitivity Problem That Suspend and Wake up When Charging.
2.Modification for Algorithm, and Digital Parameters for ER Module.
a.Improve "double fat finger (22 phi copper)" performance when charging.
=================================================================
A021 (A015):
Fix:
8717455: Holding touch panel edge by one finger,the touch action will be affected.
8768005: Holding Flo along the left edge of the device reveals false touch problems.
8840158: Pinch zoom in and out on chrome and maps doesnt seem as accurate / responsive as on nakasi.
8798827: Touch can not be correct clicked.
customer report: pin unlock will lose touch report.
Modification for AC De-noise Mechanism.
=================================================================
A025:
Based on A023 and remove the grip information.
1.[Issue 8840158] [FLO] pinch zoom doesnt seem as responsive / reliable as on nakasi.
2.[Issue 8858019] [FLO] Poor touch resolution.
Need calibration to fix these two issue with ER1/ER2 device:
3.[Issue 9052815] [FLO] Dead "Bands" on the touch screen.
4.[Issue 8930391] Spurious touchscreen taps.
=================================================================
A028:
Improve hovering like Nakasi
=================================================================
A029:
Need calibration for below Issue:
[Issue 9261425] New touch firmware is needed to apply the new parameters.
=================================================================
A031:
Fix following issues:
1.Latency on resume
2.Edge swipes lost (notification panel)
3.[Issue 9284036][FLO]ABS_MT_TOUCH_MAJOR values change
base on number of pointers down
=================================================================
A032:
1.firmware to A032.
2.modify driver to update power source when use slim port to hdmi.
A032 fix issue:
9471817:Hover touches.
9366206:Device show multiple-ghost touch after connect HDMI and tilt device to 40~65 degree.
9471956:Unclean lift offs.
9471962:Edge swipes causing hooks or missing touch points.
Noise problem.
Add ESD Protection Mechanism.
=================================================================
A033:
Fix issue:
1.Seeing lost touches.
2.Magic disappearing square.
3.Need to clean up small pointer dancing.
4.Pointer splitting.
5.Jumps between two large touches.
6.9521124:Poor performace in handwritten input method.
Bug: 9472154
Bug: 9471828
Bug: 9521124
Bug: 9471817
=================================================================
A034:
improvement:
9323363:Scrolling not smooth.
=================================================================
A036:
Fix issue:
962875:Need a new touch firmware to pass ESD test.
=================================================================
A038:
Fix/Improve issue:
1.[Issue 9692415] Touch screen on flo is broken for games
2.[Issue 9323363] [FLO/DEB] [Touch] Scrolling not smooth
3.[Issue 9471817] [FLO/DEB] [Touch] Hover touches
=================================================================
A040:
Fix/Improve issue:
1.[Issue 9692415] Touch screen on flo is broken for games.
2.Broken line.
3.Two Fingers Tapping Easy Connectivity.
4.co-axis problem with two finger.
=================================================================
A042:
Fix/Improve issue:
1.ghost touch probelm that caused by lcm slef-noise.
2.broken line in particular area.
=================================================================
A043:
Bug: 10388772
Bug: 10391124
Bug: 10541253
=================================================================
A044:
Fix issue:
1. Improve stability of two finger co-axis.
2. Ghost point problem of two fingers.
Click to expand...
Click to collapse
Been looking for something like this that embeds all the firmware variants in one package. Guess it's not usable unless integrated in some custom kernel... Will have to wait for aroma installer then. But thanks.

Well many have problems and were forced to flash custom kernels with different firmwares.
This can ease up a lot the process and help many people that are using custom kernels to test different fw.
For example many fixed their issues with A011 (aka ts10). Because like in my case, the problem comes from the LCD's electromagnetic interference on ELANtech's touch panel(tested with Nexus 7 Nexus 7 II Tester).
Well it's up to kernel dev's to incorporate the driver mod if they want.
I may make a stock based custom kernel, touch fw tester edition, when I get back home and refix my ubuntu vm.
So 1 flash, try firmwares, find the personal best, reflash previous kernel.

Hello, thanks for the patch, i'm using Glitch Kernel which implemented your patch and i'm going to try and fix my touchscreen but i want to know which version of the driver is the latest, is it the A011 or the A044?
And another question, i've just tested A011 and A044 but at vendor both show ELAN_KTF3K_xa064, are they both supposed to show the same version?

Trevomader said:
Hello, thanks for the patch, i'm using Glitch Kernel which implemented your patch and i'm going to try and fix my touchscreen but i want to know which version of the driver is the latest, is it the A011 or the A044?
And another question, i've just tested A011 and A044 but at vendor both show ELAN_KTF3K_xa064, are they both supposed to show the same version?
Click to expand...
Click to collapse
Yeah both of them show the same version to avoid updating to new one.
I may release an archive with incremental (bigger than a044) sometime.
The latest is A044 since months.
Also thank you for testing this mod.
Good luck mitigating the problem.
EDIT: Checked @Tk-Glitch kernel commits and corrected the typo to the above patch. Thanks

For the longest time I had crazy touch problems especially when I set the device down on the bed, etc, not unlike many others..but a week ago I pulled my screen protector off and all problems have completely vanished, put another one on, problems return immediately, can anyone explain this? And also is there a screen protector that I can use i.e, tempered glass, for anyone that found the same problem

trident76 said:
For the longest time I had crazy touch problems especially when I set the device down on the bed, etc, not unlike many others..but a week ago I pulled my screen protector off and all problems have completely vanished, put another one on, problems return immediately, can anyone explain this? And also is there a screen protector that I can use i.e, tempered glass, for anyone that found the same problem
Click to expand...
Click to collapse
Some have reported the same problem with screen protectors. I had similar issue with 2012 Nexus 7 when the screen got dirty with finger prints. I now use Nova screen. Lag almost unnoticeable. Matter of fact, it's mostly grounding issue. Too bad there still isn't a way to flash the OP batch, though, according to other threads, the multi-touch fix isn't for that. YAMTT records no problem, but if I leave it flat on a table, some areas don't register touches at all. I've used EMI tape as much as I can see and yet, no improvements. I guess it's between the LCD and the touchscreen. That being the case, no cure.

Hi @CTCaer,
I have touchscreen problems on my N7 Flo :crying:. Can you say me how I can test this patch? Or which kernel I must flash? It's there one, which have your patch already intergrated?
Thanks! :victory:

raXoN91 said:
....Can you say me how I can test this patch? Or which kernel I must flash? It's there one, which have your patch already intergrated? ....
Click to expand...
Click to collapse
Hey, check 1st post.
I added a list that I'll try to maintain

CTCaer said:
Yeah both of them show the same version to avoid updating to new one.
I may release an archive with incremental (bigger than a044) sometime.
The latest is A044 since months.
Also thank you for testing this mod.
Good luck mitigating the problem.
EDIT: Checked @Tk-Glitch kernel commits and corrected the typo to the above patch. Thanks
Click to expand...
Click to collapse
Do you know if there was a change from android 4.4 to 4.4.2 in the driver? From memory 4.4 seemed to be perfect and around 4.4.2 I started getting problems again (ghost touches)

CTCaer said:
Hey, check 1st post.
I added a list that I'll try to maintain
Click to expand...
Click to collapse
Hey, I fashed the Glitch kernel r151 and the issue is not fully fixed. It's Vetter! But ff the tablet get hot, the issue come again. Is there a special Version with the patch? Thanks :victory:

godutch said:
Do you know if there was a change from android 4.4 to 4.4.2 in the driver? ..
Click to expand...
Click to collapse
No it's A044. But when I updated 4.4.3->4.4.4, I checked logs and the touchscreen driver wrote something with calibration (can't remember exactly).
raXoN91 said:
Hey, I fashed the Glitch kernel r151 and the issue is not fully fixed. It's Vetter! But ff the tablet get hot, the issue come again. Is there a special Version with the patch? Thanks :victory:
Click to expand...
Click to collapse
The firmwares can't completely fix the problem, only can make the situation better. The device getting hot means that it uses a lot of power and thus more EMI for the touchscreen panel.
You have to test different fw because almost every fw has different internal calibration methods.
Also I learned that the correct way to use the forced calibration (as I mentioned in the other touchscreen problems thread, echo "FF" > /proc/ektf_dbg), is to put the device on an insulated surface, away from power sources, chargers and do it by using terminal emulator and not adb with wifi or cable. And also in flight mode.

CTCaer said:
No it's A044. But when I updated 4.4.3->4.4.4, I checked logs and the touchscreen driver wrote something with calibration (can't remember exactly).
The firmwares can't completely fix the problem, only can make the situation better. The device getting hot means that it uses a lot of power and thus more EMI for the touchscreen panel.
You have to test different fw because almost every fw has different internal calibration methods.
Also I learned that the correct way to use the forced calibration (as I mentioned in the other touchscreen problems thread, echo "FF" > /proc/ektf_dbg), is to put the device on an insulated surface, away from power sources, chargers and do it by using terminal emulator and not adb with wifi or cable. And also in flight mode.
Click to expand...
Click to collapse
I've noticed that Franco's kernel with embedded firmware comes in 2 versions: AOSP and CM. Should I switch between the two, would it be necessary to unlock the patch and reflash it again with the version that corresponds with the new rom? Thank you.

graphdarnell said:
I've noticed that Franco's kernel with embedded firmware comes in 2 versions: AOSP and CM. Should I switch between the two, would it be necessary to unlock the patch and reflash it again with the version that corresponds with the new rom? Thank you.
Click to expand...
Click to collapse
AOSP and CM are only the versions that are supposed to match with your rom. AOSP are the majority of the roms you'll probably use. (Stock, PA) CM are roms mostly derived from CM (basically CM, PAC)
In that case you only need to flash the rom if not already done. Then you need to flash the corresponding kernel version and you can use the said patch.
Envoyé de mon Nexus 7 en utilisant Tapatalk

zaclimon said:
AOSP and CM are only the versions that are supposed to match with your rom. AOSP are the majority of the roms you'll probably use. (Stock, PA) CM are roms mostly derived from CM (basically CM, PAC)
In that case you only need to flash the rom if not already done. Then you need to flash the corresponding kernel version and you can use the said patch.
Envoyé de mon Nexus 7 en utilisant Tapatalk
Click to expand...
Click to collapse
Thanks for the reply. Guess I wasn't very clear. I'm now on CM-derived rom. So I flashed CM-based patched kernel. But if I decide to switch to an AOSP-based rom, do I need to unlock the CM firmware and flash the AOSP firmware instead? Or is it the case that once you flash it, it would stick until you unlock again, no matter what rom you install in between?

It locks it. Doesn't matter the kernel. It will only update it if the touchscreen goes into recovery mode.
To unlock it, use A044-unlock.b. This is untouched, so it will show _xA044 in the vendor sysfs and not _xA064.

Hello again, yesterday i've tried to "unlock" the firmware, but even after applying A044-unlock.b multiple times it's still showing version 100 (x64) on vendor.
I'm still on glitch kernel, so i don't know if the patch is working correctly on this kernel.

Try the attached file. It's stock A011.
If it succeeds and you reboot the driver should then flash the kernel's stock which is A044 (it should show _xa044).

Related

Lockups, app crashes, phone freezes, random reboots

Hi guys, I have a very irritating issue with my international Galaxy S6 Edge (SM-G925F) and hopefully someone could help me fixing it.
I'm experiencing frequent lockups mostly when trying to wake up/unlock the phone. The device becomes totally unresponsive to screen or home, back, window button taps and eventually after lots of tries it comes back to life and behaves as normal. The problem becomes way less frequent (almost disappears) if I connect it to a charger.
What I tried up to now with no luck fixing the problem is:
Disabled all the TouchWiz smart features, location services, wifi and radio broadcasts, rotation, nfc, sound, bluetooth, fingerprint scanner,
Checked all the sensors from the *#0*# menu and they seem fine,
Flashed through Odin, Smart Switch, TWRP official and custom roms (5.1.1, 6.0.1),
Tried rooted and non-rooted roms,
Tried odin's NAND erase all option and repartioned the phone using the ZEROLTE_EUR_OPEN.pit file,
Wiped the persistent partitions (sda11, 13) using the ADB commands dd if=/dev/zero of=/dev/block/sda11, dd if=/dev/zero of=/dev/block/sda13, which however gave me:
dd: /dev/block/sda11 (sda13): No space left on device,
so I don't know if it was successful or not,
Updated (PASS) the TSP FW version from the *#2663# menu,
Opened the phone and powered it up after disconnecting all components apart from screen and battery,
Tried different battery.
Does anyone have a similar problem and knows how to fix it? Unfortunately, my device is out of warranty so I wouldn't like to visit a Samsung service centre.
I haven't tried alternative PIT files with hidden partitions of various sizes yet. Do you think that it will make any difference or, furthermore, is there a chance of further damaging my phone?
Could someone please with a similar device dial the *#2663# code and give me the following information? Phone's and part's TSP FW version, TSP threshold.
Is there a Phone's and Part's Touch key FW version available? In my phone I cannot see the Phone's, Part's Touch key FW version paragraph at all and I'm curious if this is related to the problem.
Looking forward for your tips! Thanks!
Hi UlmGS6, i have the same problem... my G925F XSG reboot random.
I try many things but without sucess.
Nelson_s said:
Hi UlmGS6, i have the same problem... my G925F XSG reboot random.
I try many things but without sucess.
Click to expand...
Click to collapse
Hi mate, sorry to hear that.
Since it appears in both the flat and the edge version of the Galaxy s6, there is a similar thread in the flat galaxy s6 forum.
http://forum.xda-developers.com/galaxy-s6/help/lockups-app-crashes-phone-freezes-t3346837
Keep an eye there too for future updates, because it seems more active.

CM13 MaX2 S19 UmBreLLaTeaM SpaiNTeaM

Hello partners!!!
Here we share the functional rom last for our MaX2!
At the request of many colleagues, I created this CM13 based on 29 September.
And adding the entire S19 firmware to have it fully updated and upgraded.
Fully functional quick and steady myself I was surprised with the performance tests ... 143,000 AnTuTu with hot enough to test mobile Cold believe can draw record numbers ...
To say that I still have problems with slow motion ....
I'm starting to not know where mistakes can be ....
Libs I managed to trace the entire structure of the official EUI and still does not work ....
Permits revised from top to bottom ...
Libs mother and CM13 ... zilch ...
Perhaps there may be something in the kernel (boot) but there are limited ...
As I change anything to do directly test the ROM does not start or comes into infinite loops ....
So ... I leave the rom completely finished but with 2 bugs.
And each user knows what he wants or what you need.
But the ROM is fully functional for day to day and is really fast and stable.
BUGS:
1 Slowmotion nonfunctional. The rest of the camera is fully functional with 21mpxl.
2nd nonfunctional IRDA. (With this ... if not roms stocks moment ... little we can do ...)
The first!!!! IMPORTANT
We do not force anyone has use or install the rom.
We do not make yourself responsible for possible errors or brik the terminal.
We simply share our work for all so that we can have the terminal in our language.
RoM CM13
CM13 based official of the day 29/09/2016
s19 official firmware with all its libs + kernel.
Rom eliminated completely stock only apks that created conflict with our terminal.
Doze functional.
Sound perfect.
wiffi
BT
Integrated Pico gapps
Some improvements in the build.prop
Installation Method
We have created a zip FULL.
ROM contains firmware s19 + recovery + 5.8 everything necessary for you to come firmware do not have problems to come and stay all properly installed and running smoothly or silly scares.
* Download rom.
* Enter the zip rom on your terminal.
* Restart recovery.
* Since the recovery to the wipes.
* Once the wipes, select the zip and install.
* Once installation is complete, restart System.
* Wait for the rom you first start, it takes a few minutes not alarmed.
downloads TeaMSpaiN
CM13 ROM S19: https://mega.nz/#!SwIHSB7C!rFQJsQxx-J-RI121GWsaC6DAhDkLHzJdDPvdVabZRRY
Your comments on this rom.
And if you find any bug report to try to fix them.
Greetings comrades!
DONATE PAYPAL: https://www.paypal.me/ParasiteYgaseOso
thanks for sharing this
Sent from my Le X821 using XDA-Developers mobile app
Thank you! I will try this rom.
Changing action of the left hardware button doesnt work, it just keeps working as "menu" button.
ArctiX said:
Changing action of the left hardware button doesnt work, it just keeps working as "menu" button.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=68885350&postcount=235
meangreenie said:
http://forum.xda-developers.com/showpost.php?p=68885350&postcount=235
Click to expand...
Click to collapse
Thanks, that worked
Thanks for your work! Does Camera API 2 work this time?
I flashed this rom today. Everything works well for me!
wiped system and dirty flashed from previous cm13 and it seems to be running very well
Nice, smooth, we will see battery performance compared to Mokee.
- Camera2 api doesnt work
- Slowmotion doesnt work
- IR doesnt work
- For me, missing Aegis app from Mokee is a big step back
Sent from my Le X820 using Tapatalk
@ParasiTe_RemiX Did you build this from source or port from another device?
Beautiful ROM, but for me in Japan for some reason LTE is not working, I can get only HSPA. This is strange because in the stock eui I can use LTE no problem.
Also the hardware buttons light up when you touch the screen, on Eui they only lit up when you touched the buttons, not the screen.
Oh, and after checking now, the AudioFX doesn't work system wide, only in the cm music app, in e.g. YouTube or Tidal, it doesn't make any change in sound.
Notification light is blinking when charging, is there any way to make it always on and not blinking?
ArctiX said:
Also the hardware buttons light up when you touch the screen, on Eui they only lit up when you touched the buttons, not the screen.
Oh, and after checking now, the AudioFX doesn't work system wide, only in the cm music app, in e.g. YouTube or Tidal, it doesn't make any change in sound.
Notification light is blinking when charging, is there any way to make it always on and not blinking?
Click to expand...
Click to collapse
For the hardware buttons backlight, you can turn them off in settings/buttons or you can turn the brightness of them right down, via editing the max_brightness file.(can't remember the path name atm, but can easily google)
For the charging light, you can turn the charging light off in settings/display. The options for them don't seem to work unfortunately.
When I plugged my phone to the computer I noticed a blank file with no name and hard disk icon on my sd card, when I tried to delete it, it wiped my whole sd card! don't delete that file if you see it.
Hello, This ROM is also compatible with the version Le Max 2 Pro?
pickmod said:
Hello, This ROM is also compatible with the version Le Max 2 Pro?
Click to expand...
Click to collapse
No, you can't flash it for X620!
bahuy2003 said:
No, you can't flash it for X620!
Click to expand...
Click to collapse
I have Le Max 2 Pro X820... it is compatible?
Thank you, looks really production quality
This is extremely close to what I wanted from this device: Straighforward CM13 (ok, I'll want CM14 next), no bloat, functional and fast.
Also rooted, which means I control my device, not some vendor who wanted my money but fails to cede the control over what he sold.
And most importantly: No longer any of these Chinese apps, which refused to get uninstalled while they claimed about any privilege Android can provide.
I sure hope security patches will be coming for years as the device looks powerful enough to last a long time.
Only bug I've found so far is apps like Hangouts and Duo can't access the Camera for video calls. Apart from that, flawless so far.

[Kernel][MM] Nautilus Kernel (26.3.A.1.33)

Since I've been getting requests lately due to Google's updated Google Drive policy - here's the updated share link for the M4 Aqua kernels:
M4-Aqua_Kernels - Google Drive
drive.google.com
Nautilus Kernel for Xperia M4 Aqua​
Disclaimer:
By flashing this kernel you acknowledge that the developer is NOT liable for any loss of data, does NOT guarantee any fitness of functionality or non-harm to your phone. You are advised to backup the kernel and ROM before flashing any release which will overwrite the existing wlan module and will lead to broken WiFi when switching to e.g. Destiny kernel
Notes:
(thanks to dani020110 for idea of the thread/post structure and the kernel update script)
[*]THIS WILL WORK ONLY ON UNLOCKED BOOTLOADERS
26.3.A.1.33 Marshmallow only
Features:
reduction of external kernel modules for less attack surface and better stability and protection
lots of power-saving improvements/reductions in idle
separate built WiFi module
reduction of wakelock of WiFi driver
ARP spoofing protection
fuse-fixes
in-built exfat driver (allows file-sizes on microSD of 2+ GB, better stability)
mm: stability improvements
several speedups in the core of the kernel
writeback speedups / improvements
attempts to pass SafetyNet
zram with lz4 + z3fold allocator (NO internal memory fragmentation !) [Port from Xperia Z5]
battery reduction in usage of Google Chrome & Chrome-based browsers (webkit / webview ?)
in-built core_ctl driver (better reliability and stability)
several improvements to the sound driver
and other changes too small to mention separately
optimized kernel config to speed up booting and slim down bloat
4.9 Linaro Toolchain
optimized flags to allow further optimizations and better stability
Installation
M4 Aqua - Booting into fastboot mode
Getting into Fastboot - From the system (Android):
adb reboot bootloader
Getting into Fastboot - Alternatively (while the phone is off):
Shutdown down the phone (power it off):
Connect the USB cable to your phone (your phone only !)
Press the Volume DOWN button, keep it pressed ...
Connect the other end of the USB cable to your PC/Mac, etc. and release the Volume DOWN button
That should get you into fastboot mode (led is blue)
Additionally you can check from your PC/Mac/Linux system if the device is there: fastboot devices
Finally - Flashing the Kernel (from Fastboot)
(WiFi might NOT work ! - thus flashing from TWRP/recovery is most times better (copying updated WiFi module))
fastboot flash boot boot.img
fastboot reboot
Flashing the Kernel via TWRP/Recovery
Booting into TWRP
Press the Volume DOWN button, keep it pressed
While pressing the Volume DOWN button also press the Power Button
As soon as the screen turns on and you see the Sony logo ("splash"), release the Power Button - now ONLY keeping the Volume DOWN button pressed
When you see the TWRP Logo ("splash" / screen), release the Volume DOWN button
Once you are IN TWRP, the select the folder where the Kernel zip-file was copied to and flash ("install") it
(you must have flashed TWRP via fastboot flash recovery TWRP.img before to boot into recovery !)
Download:
https://drive.google.com/open?id=0BykGGWB96CBQUFhXbG5sRUZMMWM
Thanks, acknowledgments:
dani020110
AndyPhoenix9879
and all the other kernel devs on XDA
XDA:DevDB Information
Nautilus-Kernel for Xperia M4 Aqua, Kernel for the Sony Xperia M4 Aqua
Contributors
zacharias.maladroit, dani020110, AndyPhoenix9879
Source Code: https://github.com/zachariasmaladroit/android_kernel_sony_msm8994_kitakami_r2/commits/Nautilus_I.1
Kernel Special Features:
Version Information
Status: Testing
Created 2017-08-30
Last Updated 2017-08-30
Reserved
Reserved
The kernel currently is at a pretty early stage,
so bear with me - it's totally not where I want it to be (FauxSound, memory management improvements, even more battery/idle reductions, smoother operation, etc.)
but lack of time and focus on Xperia Z5* devices doesn't allow me to focus on it right now ...
First of all, thank you so much for diving into the development of this device. I was eager to get something like this from you and I honored to have it now and here.
At first, the kernel seems stable. There was quite a big lag at the first start up and it took a while for the WiFi to turn on but it's fine. I can't see any hotplug included in the kernel and SuperSU binaries are outdated. It seems like there isn't also undervolt and underclock included. The GPU idles at 400MHz which isn't quite power efficient. Overall it's good for a start. I also have a question which is for the touchscreen drivers for this phone. No matter the kernel, stock or custom, there are problems with the random shutting down of the touchscreen or going nuts (scrolling and pressing by itself randomly). I'm looking that the logs and it seems like that the cyttsp5 driver isn't functioning properly on the E2303 variant. I've attached dmesg and klog so you can take a look at it. Also, I'm not the only one with this problem, there are much more users in Q&A and on random forums and YouTube.
dmseg
log
How can i backup current all of there (kernel, wlan,...)? before flash it
windows112009 said:
How can i backup current all of there (kernel, wlan,...)? before flash it
Click to expand...
Click to collapse
Backup your boot and system using twrp!
dani020110 said:
Backup your boot and system using twrp!
Click to expand...
Click to collapse
Can i use this for E2312 phone?
So thanks!
windows112009 said:
Can i use this for E2312 phone?
So thanks!
Click to expand...
Click to collapse
Of course you can
How does it compare to other kernels?
Does this kernel work with the Pexo rom?
I really REALLY want a kernel that has proper undervolt tables, because I can't stand my phone overheating randomly. Using Skymelon 9, it's alright but brings problems like overheating since it's running at higher frequency and the phone is already semi-snappy and I am not really gaming, since no games work that I like. For instance Shadowverse or Fate Grand Order. First game stutters and audio is distorted, while second game won't launch because phone is rooted.
zacharias.maladroit said:
The kernel currently is at a pretty early stage,
so bear with me - it's totally not where I want it to be (FauxSound, memory management improvements, even more battery/idle reductions, smoother operation, etc.)
but lack of time and focus on Xperia Z5* devices doesn't allow me to focus on it right now ...
Click to expand...
Click to collapse
Thanks for your Work Bro
cirnocirno said:
How does it compare to other kernels?
Does this kernel work with the Pexo rom?
I really REALLY want a kernel that has proper undervolt tables, because I can't stand my phone overheating randomly. Using Skymelon 9, it's alright but brings problems like overheating since it's running at higher frequency and the phone is already semi-snappy and I am not really gaming, since no games work that I like. For instance Shadowverse or Fate Grand Order. First game stutters and audio is distorted, while second game won't launch because phone is rooted.
Click to expand...
Click to collapse
No reason for it to not work with PexoROM
Mobile Data don't work on E2363 (dual) and kernel governor stay on "performance", all other is OK.
Keep your good work .
valyo_bg said:
Mobile Data don't work on E2363 (dual) and kernel governor stay on "performance", all other is OK.
Click to expand...
Click to collapse
Mobile data works here. For performance governor fix get the original init.qcom.post-boot.sh and put it in system/etc
@DavidMKD Its shows that mobile data is enabled, but there is no icon for 3g/LTE and every app report that phone is offline when WiFi is OFF. Enabling and disabling of mobile data don't helps.
Which version of M4 you have? Thanks for "performance fix", I will try to find proper file to replace inside system/etc or you can share it?
Edit: I found correct file and replace it and now kernel governor is interactive , only problem with mobile data remain, hopefully @zacharias.maladroit will fix soon.
valyo_bg said:
@DavidMKD Its shows that mobile data is enabled, but there is no icon for 3g/LTE and every app report that phone is offline when WiFi is OFF. Enabling and disabling of mobile data don't helps.
Which version of M4 you have? Thanks for "performance fix", I will try to find proper file to replace inside system/etc or you can share it?
Edit: I found correct file and replace it and now kernel governor is interactive , only problem with mobile data remain, hopefully will get fix soon.
Click to expand...
Click to collapse
I think you are right about mobile data, it doesn't work here either
Thanks for your work
can you add low brightness mod please?
the original init.qcom.post_boot.sh file from E2333
https://www.mediafire.com/file/5mqc9n16fqwxan1/init.qcom.post_boot.rar
the original wlan.ko for SMK users
https://www.mediafire.com/file/4ejnzel0vacrji1/wlan.rar
@zacharias.maladroit could you please fix mobile data problem? Mobile data is shown "enabled", but all apps report that they are offline.
Okay, updated the OP / first post with clearer instructions to get into Recovery,
LOT of folks are trying to mess with M4 Aqua users by posting WRONG instructions on how to get into fastboot or TWRP/recovery.
I thought I was (or Sony) going crazy with those differing Button combinations from M4 Aqua and Xperia Z5 but it's THE SAME !
fastboot:
Volume DOWN + connecting USB
Click to expand...
Click to collapse
Recovery:
Volume DOWN + Power button , Power release on Sony screen
Click to expand...
Click to collapse
No wonder people (or new starters) are having such a hard time to use this phone and start development for it (with that non-clarity , confusion and frustration)
Mark.05 said:
Thanks for your work
can you add low brightness mod please?
the original init.qcom.post_boot.sh file from E2333
https://www.mediafire.com/file/5mqc9n16fqwxan1/init.qcom.post_boot.rar
the original wlan.ko for SMK users
https://www.mediafire.com/file/4ejnzel0vacrji1/wlan.rar
Click to expand...
Click to collapse
Oh - been wondering what to make of the high brightness
Can you please point me to the modifications needed for it ?
With what tool or process the ramdisk/initramfs can be packed up again ?
valyo_bg said:
@zacharias.maladroit could you please fix mobile data problem? Mobile data is shown "enabled", but all apps report that they are offline.
Click to expand...
Click to collapse
Consider it done (take a look at the kernel folder) [ https://drive.google.com/open?id=0BykGGWB96CBQUFhXbG5sRUZMMWM ]
The kernel is still experimental and more of a proof of concept:
The iddd (idd daemon - or close to that name) is crashing and force-closing continually (last time I checked),
thus I renamed and moved it to the internal storage so that the Android/init system deactivates it
Thanks to @dani020110 for pointing at the offending commit that would cause the crashing of the new kernel
Kernel source is at:
https://github.com/zachariasmaladroit/android_kernel_sony_msm8994_kitakami_r2/commits/Nautilus_I.1
@zacharias.maladroit I can't download from your link - message "not found, error 404" appear.
Edit: just download successfully from first page of this topic, as soon is tested will inform you about results, thank you.

[ROM][T820][8.x] LineageOS 15.1 20180614

I'm not responsible for any damage to your device of any sort.
By flashing this you take responsibility of anything that happens.
Process at your own risk!
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community
Requirements:
- oreo bootloader
- twrp 3.2.0+
- backup everything before install
- wipe data before upgrading from LineageOS 14.1 or stock rom
Install:
- Flash zip in TWRP
- Don't forget about gapps (arm64 8.1)
- Root not included. Flash magisk before first start.
Google apps should be installed via recovery immediately after installing ROM.
If you reboot into ROM before installing Google apps, you must factory reset and then install them, otherwise expect crashes.
Not working:
gps
bt audio
stuff, I haven't checked
I broke my tablet. There are no more updates here further.
Download:
T820: https://drive.google.com/open?id=1ql4VIjTsSHNwzsoJm3Yb8wt0RW9OJerE
Device initial config sources:
https://github.com/bonuzzz
I was about to sell tablet...and get pixil c. Tablet is extremely laggy on stock Oreo. Switched back to your lineage 14.1 build which runs well but realized it was no longer supported. Very happy with your work! Thanks!
I'll give it a go when I get home. Thanks for supporting our device!
I did switch off WiFi upon initial setup, didn't seem to be liking 5g. After setup I switched to 5g WiFi but it kept showing no internet. My other devices don't have this problem. Not a big deal, just giving a heads up. I switched to 2g WiFi and all is well. Wayyyy smoother than stock Oreo. Didn't test gps, I know you said it wasn't working. I don't use GPS on my tablet so no loss there. Thanks again!
For gapps it shows "arm 8.1" it should be "arm64 8.1"
Edit: 5g seems to be working fine after a resetting WiFi, mobile & Bluetooth. Still can't seem to get audio playing through Bluetooth even though it's connected.
Cool! I will be installing this shortly. I was going to switch the the tweaked stock Oreo but will much rather use Lineage since I prefer more of a "vanilla Android" over Samsung's version.
P.S. I recently got myself a pixelbook for chromeos+android+linux and I find myself using that way more than my tab s3. If you need anyone to test something that doesn't really care about stability, let me know!
Edit:
Just wanted to let people know of what I've initially noticed and tested.
* Not laggy like stock is
* Able to format sd card for internal storage
* Official Keyboard case works (didn't use much before)
- show/hide key for virtual keyboard and Lang key don't do anything (at least it appears that way)
- Left 'alt' brings up emoji, right 'alt' brings up symbols on virtual keyboard.
* Auto wake/sleep works with 3rd party case (assume all work since it's just a magnet)
* Auto brightness works but I tested it with a flash light.
I liked the 14.1 version and I seem to like this version as well. It is to early to say more, but why can't you share this with lineage? It would be a dream, if this would be official and we would recieve updates. And maybe they will help you with the missing GPS?
Thanks so much for this. I've been wanting to get an Oreo ROM like this for my S3
EDIT: Is there any chance you could just give a dump of your terminal session of the build? I had started to try & build 15.1 for the S3 WiFi, based on your work for the LTE version, but wasn't having any luck. I'm hoping that if you could provide a terminal dump, it could help me work through my issues to get the build working as well. Would appreciate it =]
Regardless, thanks for taking the time to build this for us WiFi owners! =D
Finally, T820! Have been waiting for this for months now. Gonna give this ROM a try ASAP :laugh:
Thank you so much for this! Testing this weekend.
PuDLeZ said:
Just wanted to let people know of what I've initially noticed and tested.
* Not laggy like stock is
* Able to format sd card for internal storage
* Official Keyboard case works (didn't use much before)
- show/hide key for virtual keyboard and Lang key don't do anything (at least it appears that way)
- Left 'alt' brings up emoji, right 'alt' brings up symbols on virtual keyboard.
* Auto wake/sleep works with 3rd party case (assume all work since it's just a magnet)
* Auto brightness works but I tested it with a flash light.
Click to expand...
Click to collapse
Did you test the spen by any chance?
VVombat said:
Thank you so much for this! Testing this weekend.
Did you test the spen by any chance?
Click to expand...
Click to collapse
I didn't have software installed that I could use it in but I did put it to the home screen and got the circle indicator of where the tip is so it registers. Of course, there was no Samsung menu... Anything specific you want me to try this evening?
PuDLeZ said:
I didn't have software installed that I could use it in but I did put it to the home screen and got the circle indicator of where the tip is so it registers. Of course, there was no Samsung menu... Anything specific you want me to try this evening?
Click to expand...
Click to collapse
Mhm I'm using mainly Squid and Xodo to annotate and notate stuff. If you have them laying around anyways that would be nice, but if not no need to install and waste your time if I'll install tomorrow anyways. Thank you for your answer!
lineage-15.1-20180614-UNOFFICIAL-gts3lwifi doesn't work for me, bootloops, tried almost everything, etc.
RESOLVED: See below how and why.
Good afternoon. Everything works fine, the stylus in all orientations, the AnTuTu test runs fine and there is no understating of indicators on both stock, Wi-Fi is excellent, both 2.4 GHz and 5 GHz.
There are only 2 inconveniences
- Stereo sound from speakers is only in portrait orientation, and landscape channels do not change. Can you make a patch or fix yourself, you can not even change the channels when you turn, but only make a stereo Sound in landscape orientation (videos and movies often look into it);
- No sound goes to the Bluetooth headphones.
In any case, the firmware is super, thank you very much for the work done.
Hello, how to get Bluetooth working? I connect but no sound
Thank you also
Another problem, the sound slows down and stutters in applications (heavy or simple games)
JWnSC said:
For gapps it shows "arm 8.1" it should be "arm64 8.1"
Edit: 5g seems to be working fine after a resetting WiFi, mobile & Bluetooth. Still can't seem to get audio playing through Bluetooth even though it's connected.
Click to expand...
Click to collapse
edited, thanks
yes, bt audio doesn't work. seems I broke it in last moment...
PuDLeZ said:
Just wanted to let people know of what I've initially noticed and tested.
* Not laggy like stock is
* Able to format sd card for internal storage
* Official Keyboard case works (didn't use much before)
- show/hide key for virtual keyboard and Lang key don't do anything (at least it appears that way)
- Left 'alt' brings up emoji, right 'alt' brings up symbols on virtual keyboard.
* Auto wake/sleep works with 3rd party case (assume all work since it's just a magnet)
* Auto brightness works but I tested it with a flash light.
Click to expand...
Click to collapse
I have official keyboard case too. Unfortunately it's almost unusable in aosp if you need more than one keylayout. What about special keys, aosp doesn't have that triggers what stock rom has. I only could advice 3rd party app, but paid https://forum.xda-developers.com/showthread.php?t=1541916
HardWorker79 said:
I liked the 14.1 version and I seem to like this version as well. It is to early to say more, but why can't you share this with lineage? It would be a dream, if this would be official and we would recieve updates. And maybe they will help you with the missing GPS?
Click to expand...
Click to collapse
Nothing will change with official status except It would create more troubles and bureaucracy there.
Nobody will help. Believe me.
Comses said:
Good afternoon. Everything works fine, the stylus in all orientations, the AnTuTu test runs fine and there is no understating of indicators on both stock, Wi-Fi is excellent, both 2.4 GHz and 5 GHz.
There are only 2 inconveniences
- Stereo sound from speakers is only in portrait orientation, and landscape channels do not change. Can you make a patch or fix yourself, you can not even change the channels when you turn, but only make a stereo Sound in landscape orientation (videos and movies often look into it);
- No sound goes to the Bluetooth headphones.
In any case, the firmware is super, thank you very much for the work done.
Click to expand...
Click to collapse
I have an issue somewhere in audio behavior. Will check it deeper.
Comses said:
Another problem, the sound slows down and stutters in applications (heavy or simple games)
Click to expand...
Click to collapse
in games only? I've not noticed anything in videos.
samsuffit said:
Doesn't work for me.
What I did from Lineage 14.1:
- Upgraded TWRP to v3.2.1.1
- Wiped eveything
- Downloaded BRE2 firmware for my country
- Extracted BL....tar.md5 and flashed it with Odin v3.13.1
- Rebooted in recovery mode to be sure of... still don't know what
- Flashed Lineage 15.1
Then I could see the logo animation until the end, just before the system starts, then 3 boot loops and it went to recovery mode
I repeated the exact same sequence and flashed SuperSU v2.82-SR5, same result.
So...:
- Wipe everything
- Flash BL, CSC and CSC_HOME (no need of AP, system partition) with Odin
- Format/Erase Data
- Flash Lineage 15.1
Again a boot loop, this time without going back automaticaly to recovery mode.
Tried with SuperSU, boot loop...
So... This time I flashed eveything, reboot with Samsung Android, test a little bit, then:
- Flash TWRP v3.2.1.1
- Immediatly reboot to recovery mode
- Format/Erase Data
- Wipe everything
- Flash Lineage 15.1
Boot loop...
Tried with SuperSU, boot loop...
I was able to restore a full backup of my previous Lineage 14.1 installation.
What did I do wrong and which kind of logs do you need to help me to understand?
Thank you and thank you to have integrated S-Pen support, I love this thing. I don't realy need GPS.
Edit: in case it was mandatory I tried with Magisk v16.0 and v16.4 instead of SuperSU. Same boot loop.
If it's because I didn't flash the GAPPS, well... nevermind... I'll wait for something else.
Click to expand...
Click to collapse
Magisk is needed for device certification in Play store. That's because it should be flashed with gapps before first boot. So, rom works without gapps and root well.
For what region you downloaded oreo stock rom? I doubt but maybe samsung has different logic in bootloader for relocatable kernel stuff. It's strange how you restored lineage nougat, because that kernel shouldn't work with oreo bootloader.
edit: i'm wrong about bootloader and nougat, because I use now old twrp with nougat kernel.
Flashed old build. Have audio in bt, but don't have speaker rotation. I was sure it worked before...
If someone used or uses lineageos 14.1, is speaker rotation work there or not?
Hello @bonuzzz, thank you for the reply.
I was able to restore my Lineage 14.1 because I flashed the ARA2 boot loader (tried with Odin the first time, then with my TWRP backup, same result)
bonuzzz said:
If someone used or uses lineageos 14.1, is speaker rotation work there or not?
Click to expand...
Click to collapse
Only with VLC. Stuck in portrait mode with stock player. I don't have any games...
The last thing I need to try is installing the GAPPS... Like I said, I don't want to, so if the problem comes from this, I'll pass. But I have to try to be sure...
In this order from TWRP:
- Flash BRE2 boot loader
- Format Data and wipe everything
- Flash Lineage 15.1
- Flash openGAPPS nano arm64 8.1
- Flash Magisk 16.4
And... It's working...
Well...
I want to cry...
So the GAPPS are mandatory.
Thank you for creating a new os for sm-t820.
BT audio is working for me with Sony mdr zx220bt headphones

[CLOSED][ROM][11.0] Yet another AOSP project [OP7][guacamoleb][UNOFFICIAL]

Who are we?​
YAAP is a project founded by Adhitya Mohan (@poad42) and Ido Ben-Hur (@idoybh) with the goal of staying close to AOSP in design goals, offer a clean interface, do as much as original development as possible and avoid becoming a kitchen sink and cherry picked mess.
Bug reporting:​
DO NOT Report bugs if you're running a custom kernel or you installed Xposed
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab dmesg . (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.
Kernel Source
ROM Source
Download ROM
Recovery
Flashing Procedure:​Have OOS11 flashed on both slots
1. Flash Recovery with "fastboot flash boot boot_yaap.img"
2. Boot recovery, format data
3. Sideload rom with "adb sideload <rom-name>.zip" [*Gapps are included*]
4. Reboot to System
5. Rejoice
To update the rom:
With inbuilt updater app, select new rom zip from storage, flash.
OR
reboot to recovery, sideload rom zip, switch slot, reboot.
ROM OS Version: Android 11
ROM Kernel: Linux 4.x
ROM Firmware Required: Latest OOS 11.x.x
Based On: AOSP
Version Information
Status: Stable
Created 2021-05-27
Last Updated 2021-05-29
Working:
Camera/Video/Mic
Fingerprint
Dash Charging/USB stuff
DRM(Netflix,prime video playback)
IMS (VoWIFI/VoLTE)
RIL
Video playback
Wi-Fi
Alert slider, Panel modes, HBM stuff
Permissive kernel
SafetyNet
Encryption
Note: The ROM includes gapps with some pixel additions.
Reserved
Finally yaap for op7...
I will take this rom under consideration..as i always like trying new roms on my devic
Update: 29May21:
Notch mask on landscape
FOD now hides when keyboard is opened at lockscreen
Used OP7 build FP and release keys to make Yono app work
Rom link has been updated**
This is the first custom rom (and I tried almost every rom on the OP7 forum) that has NO PROBLEM with 5ghz wifi and, above all, "ok google" working with SCREEN OFF... I don't know how you managed to do it but awesome, very good work!!
I misread the installing instruction and installed it in another way... I flashed it using the orangefox recovery that I found at this link:
[RECOVERY][DUALBOOT][Unified][A10][A11][OOS11]Orangefox-DualBoot-Unified-Reborn[21-03-2021]
Is it possible to get this recovery as an image file which can be used with 'fastboot boot recovery.img'? The reason I am asking is because the official magisk doesn't work if a recovery is installed and I prefer to use the official magisk then...
forum.xda-developers.com
I don't know if it's fault of this installing method or magisk's fault, but I don't pass safetynet and so google pay doesn't work -- no big deal for me anyway
Also, there's a couple of bugs, for example on the AOD the fingerprint icon partially overlaps with the battery percentage; and I cannot find a way to hide the "pill" (I mean the little white bar at the bottom of the screen) -- in fact if in YASP settings -> navigation bar I uncheck "enable navigation bar", the pill disappear but the back gesture doesn't work anymore (while the Home and Multitasking gestures still work)
Overall is a very good rom!! The battery also seems pretty good even if I'm using it for only a few hours
uhero2 said:
This is the first custom rom (and I tried almost every rom on the OP7 forum) that has NO PROBLEM with 5ghz wifi and, above all, "ok google" working with SCREEN OFF... I don't know how you managed to do it but awesome, very good work!!
I misread the installing instruction and installed it in another way... I flashed it using the orangefox recovery that I found at this link:
[RECOVERY][DUALBOOT][Unified][A10][A11][OOS11]Orangefox-DualBoot-Unified-Reborn[21-03-2021]
Is it possible to get this recovery as an image file which can be used with 'fastboot boot recovery.img'? The reason I am asking is because the official magisk doesn't work if a recovery is installed and I prefer to use the official magisk then...
forum.xda-developers.com
I don't know if it's fault of this installing method or magisk's fault, but I don't pass safetynet and so google pay doesn't work -- no big deal for me anyway
Also, there's a couple of bugs, for example on the AOD the fingerprint icon partially overlaps with the battery percentage; and I cannot find a way to hide the "pill" (I mean the little white bar at the bottom of the screen) -- in fact if in YASP settings -> navigation bar I uncheck "enable navigation bar", the pill disappear but the back gesture doesn't work anymore (while the Home and Multitasking gestures still work)
Overall is a very good rom!! The battery also seems pretty good even if I'm using it for only a few hours
Click to expand...
Click to collapse
regarding safety net, it'll only fail if magisk is flashed, n magisk hide isn't enabled. Without magisk it should pass safetynet by default.
google hotword detection, the credit goes to yaap team.
I'll check that charge string on aod
There's no option to hide nav bar. You should probably ask yaap team for it
escapee_skp said:
regarding safety net, it'll only fail if magisk is flashed, n magisk hide isn't enabled. Without magisk it should pass safetynet by default.
google hotword detection, the credit goes to yaap team.
I'll check that charge string on aod
There's no option to hide nav bar. You should probably ask yaap team for it
Click to expand...
Click to collapse
Yes, I don't know why but magiskhide was disabled by default, now I have enabled it and safetynet correctly passes, so google pay now works!! Thank you. I also tested the battery and I can confirm is better than OOS and than every other custom rom I tried.
But I have serious issues with calls... I use the google phone app. Whenever I receive a call I cannot use the volume buttons to adjust volume; swithing between ear speaker and handsfree doesn't work; the proximity sensor doesn't work and if I turn off the screen manually with the power button, if I turn it on again the UI become buggy, often the screen stays black and sometime the phone shuts down by itself and goes to "qualcomm crash dump"... Can you please try if the calls are working correctly for you? Before blaming the rom I would like to ensure that isn't an app I have installed causing these issues
uhero2 said:
Yes, I don't know why but magiskhide was disabled by default, now I have enabled it and safetynet correctly passes, so google pay now works!! Thank you. I also tested the battery and I can confirm is better than OOS and than every other custom rom I tried.
But I have serious issues with calls... I use the google phone app. Whenever I receive a call I cannot use the volume buttons to adjust volume; swithing between ear speaker and handsfree doesn't work; the proximity sensor doesn't work and if I turn off the screen manually with the power button, if I turn it on again the UI become buggy, often the screen stays black and sometime the phone shuts down by itself and goes to "qualcomm crash dump"... Can you please try if the calls are working correctly for you? Before blaming the rom I would like to ensure that isn't an app I have installed causing these issues
Click to expand...
Click to collapse
no issues here, perhaps install with the given procedure and let me kow then
after tht take logs
Excellent ROM, only issue I really have is that android 11 will no longer let me insecurely connect to the enterpise WIFI network at work. That is an issue for the IT guys at work....
​
escapee_skp said:
no issues here, perhaps install with the given procedure and let me kow then
after tht take logs
Click to expand...
Click to collapse
Nevermind, it was fault of a call recording app "skyvalex", it has a magisk module also. Now i uninstalled it and have no problem with calls
Great ROM, thanks dev.
Only concerns are widevine l1 not present and occasional heating of device.
Why is this thread closed?
Hi guys, can we expect any yaap support for guacamoleb ? It sounds so promising ! Best regards
Sjak Philipsen said:
Why is this thread closed?
Click to expand...
Click to collapse
yaap official team will post yaap updates for our device
escapee_skp said:
yaap official team will post yaap updates for our device
Click to expand...
Click to collapse
That's Great !!

Categories

Resources