[Q] [kernel] How to set the settings after installing elementalx kernel - Nexus 5 Q&A, Help & Troubleshooting

How to set the settings like cpu frequency after installing elementalx kernel?
I installed the elementalx by using TWRP recovery in my nexus 5 (android 5.0.1), but how to set the settings like set the CPU frequency and enable double tap to wake up? Should I install some apps?
If I want to update later, should I install the origin kernel?
Thank you!!!

xcs1234 said:
How to set the settings like cpu frequency after installing elementalx kernel?
I installed the elementalx by using TWRP recovery in my nexus 5 (android 5.0.1), but how to set the settings like set the CPU frequency and enable double tap to wake up? Should I install some apps?
Click to expand...
Click to collapse
From ElementalX thread:
The config file is located at /etc/elementalx.conf. You can edit this file to change kernel settings. Whatever is set in this file will take effect when the device is booted (unless other scripts or apps interfere!)
Read OP for more details.
xcs1234 said:
If I want to update later, should I install the origin kernel?
Thank you!!!
Click to expand...
Click to collapse
Nope

xcs1234 said:
How to set the settings like cpu frequency after installing elementalx kernel?
I installed the elementalx by using TWRP recovery in my nexus 5 (android 5.0.1), but how to set the settings like set the CPU frequency and enable double tap to wake up? Should I install some apps?
If I want to update later, should I install the origin kernel?
Thank you!!!
Click to expand...
Click to collapse
I've been using ElementalX for some time. There's an app in the play store specifically for ElementalX kernel.
I always installed the kernel with default settings in AROMA installer since the app lets you tune all the values anyway

experience7 said:
I've been using ElementalX for some time. There's an app in the play store specifically for ElementalX kernel.
I always installed the kernel with default settings in AROMA installer since the app lets you tune all the values anyway
Click to expand...
Click to collapse
what's the name of that app?

ElementalX kernel
Here's the Play Store link: https://play.google.com/store/apps/details?id=flar2.elementalxkernel

Primokorn said:
From ElementalX thread:
The config file is located at /etc/elementalx.conf. You can edit this file to change kernel settings. Whatever is set in this file will take effect when the device is booted (unless other scripts or apps interfere!)
Read OP for more details.
Nope
Click to expand...
Click to collapse
If I want to install another kernel, can I just install it in the recovery(using the install button in the recovery mode)? Should I clean the present kernel, then install another kernel in the recovery?

There are recommendations that you should dirty flash the original ROM (which then overwrites your current kernel with the stock one). If you're on stock Android (Vanilla), fastboot flash the boot.img from the appropriate factory image. Then use your recovery to install zip > choose your kernel zip.
I've always used the 'easy method' by just dirty-flashing the kernel I want to try. Worked fine all the time [emoji14]

Related

[Q] Can't disable sweep2wake in sultan kernel

Does anyone has the same problem?
Even if I choose not to install sweep2wake in aroma, I still get it.
Applied powerful mod reset and cleared cache and dalvik before reinstalling kernel but still the same.
I've tried using ES explorer to edit the sweep2wake_sw to 0(disabled0, but it would change to 2(enabled with light) after restart
I'm using ARHD 7.3
Did you set the rights right, the file has to be executable, so a chmod +x should do the trick...
Regards
Gesendet von meinem HTC Sensation mit Tapatalk
Strange that sweep2wake didn't get disabled for you. 89z_kernel can only be modified with a root text editor.
Sent from my HTC Sensation using xda app-developers app
Using root browser, I've set both the s2w switch and 99 kernel to rwxrwxrwx and restarted the phone. But it didn't work still
Another thing i tried was to execute 99kernel manually. It works, but the setting does not stick.
just select the third option no,not the second one.
As long as I've installed using aroma, I probably don't have to meddle with the permissions for it to work properly.
But anyway, I've wiped the phone and reinstalled ARHD 7.3 with stock rom. After which I installed the sultan rom again.
And I still can't disable sleep2wake
xn2206 said:
Does anyone has the same problem?
Even if I choose not to install sweep2wake in aroma, I still get it.
Applied powerful mod reset and cleared cache and dalvik before reinstalling kernel but still the same.
I've tried using ES explorer to edit the sweep2wake_sw to 0(disabled0, but it would change to 2(enabled with light) after restart
I'm using ARHD 7.3
Click to expand...
Click to collapse
use kernel tuner to change s2w to disable.
sh4d00w said:
use kernel tuner to change s2w to disable.
Click to expand...
Click to collapse
Hi there, kernel tuner does not show the s2w status for me, therefore i can't select it to disabled...
xn2206 said:
Hi there, kernel tuner does not show the s2w status for me, therefore i can't select it to disabled...
Click to expand...
Click to collapse
Try the following:
-mount /system rw
-edit the script in init.d
-execute the script
-reboot device
Regards
Gesendet von meinem HTC Sensation Z710e mit Tapatalk 2
xn2206 said:
Hi there, kernel tuner does not show the s2w status for me, therefore i can't select it to disabled...
Click to expand...
Click to collapse
in kernel tuner, press menu button and select check comaptibility, i hope it helps..
Try another file explorer and another editor than es file explorer to disable it.
I had the same problem once, I just used another app and it worked.
Thanks all for your help and advice. I've decided to just install bricked kernel instead and all is now good.

[MOD] Color Control (Marshmallow)

This is a module for the stock kernel that enables color control (RGB, Saturation, Hue, Contrast and Value).
This is the KCAL advanced color control driver by @savoca, but I've modified it to compile as a module so it can be used on the stock kernel.
This works with stock kernel on 1.32, 1.40, 2.7 and 3.35 (Marshmallow) bases
If you want it to load automatically, you need to be rooted with SuperSU
If you want to thank me, use my app, EX Kernel Manager. It has full control of everything, including advanced color control and the ability to save and load color profiles.
Download:
Stock kernel perf-g9fb087d (3.35 base - Marshmallow)
https://www.androidfilehost.com/?fid=24369303960689724
Stock kernel perf-ga10e09f (2.7 base)
https://www.androidfilehost.com/?fid=24052804347765919
Stock kernel g4ee4c46 (1.40 base)
https://www.androidfilehost.com/?fid=23991606952613459
Stock kernel ga24f2d5 (1.32 base)
https://www.androidfilehost.com/?fid=23991606952601064
Source code:
https://github.com/flar2/ElementalX-m9/tree/kcal_module
XDA:DevDB Information
Color Control Module, Kernel for the HTC One (M9)
Contributors
flar2
Kernel Special Features:
Version Information
Status: Testing
Created 2015-05-10
Last Updated 2016-01-20
Value and Contrast seem to be not working correctly with apps, let me see what I can do.
flar2 said:
Value and Contrast seem to be not working correctly with apps, let me see what I can do.
Click to expand...
Click to collapse
They don't stick, but the value seems like working correctly.
I'm using original app BTW.
Update!
v2 fixes the problem with value and contrast. As far as I can tell, it works flawlessly now.
How do i install this? Do i need to root?
Karl-Johan said:
How do i install this? Do i need to root?
Click to expand...
Click to collapse
Flash in recovery. Root is required
Can you ghow us your settings?
Sent from my HTC One M9 using XDA Free mobile app
shino82 said:
Can you ghow us your settings?
Sent from my HTC One M9 using XDA Free mobile app
Click to expand...
Click to collapse
Something like this, but all screens and users are different.
Big thanks @flar2 for sharing your work.
I am no M9 user but compiled this module for my device (togari) against my Kernel Source and it worked just fine, thanks for this, i would have never came on the idea to built kcal as a loadable module.
Tommy-Geenexus said:
Big thanks @flar2 for sharing your work.
I am no M9 user but compiled this module for my device (togari) against my Kernel Source and it worked just fine, thanks for this, i would have never came on the idea to built kcal as a loadable module.
Click to expand...
Click to collapse
Yup, this should work for almost every Qualcomm device
When I set and save the settings with your kernel manager, it boota with different setting @flat2
I paid for your app.
ahrion said:
When I set and save the settings with your kernel manager, it boota with different setting @flat2
I paid for your app.
Click to expand...
Click to collapse
I just tried it and it works fine.
Are you clicking the apply on boot switch?
Is the module loading automatically at boot?
Do you have other apps interfering?
Edit: DELETED WRONG THREAD
I have rooted my phone and flashed TWRP and this kcal_mod but I don't know how it works. What do I do next?
Instructions in 1st post would be great. I have no clue how this works.
Change settings as follows
R. 140
G. 135
B. 150
Sat. 42
Value. 134
Contrast 130
Hue 16
This is a good guideline
Karl-Johan said:
I have rooted my phone and flashed TWRP and this kcal_mod but I don't know how it works. What do I do next?
Instructions in 1st post would be great. I have no clue how this works.
Click to expand...
Click to collapse
you need an app to alter the values.
use that: https://play.google.com/store/apps/details?id=flar2.exkernelmanager
or that http://downloads.codefi.re/savoca/kcal
j to the 4n said:
you need an app to alter the values.
use that: https://play.google.com/store/apps/details?id=flar2.exkernelmanager
or that http://downloads.codefi.re/savoca/kcal
Click to expand...
Click to collapse
How do I know if the zip installed correctly? I tried both of the apps you link to, cant find any settings in EX Kernel Manager and Color Control says "KCAL support not found!".
I'm running stock kernel by the way. Installed the Kcal_mod in TWRP thorugh Install option and then selected zip and installed, no error showed up.
Karl-Johan said:
How do I know if the zip installed correctly? I tried both of the apps you link to, cant find any settings in EX Kernel Manager and Color Control says "KCAL support not found!".
I'm running stock kernel by the way. Installed the Kcal_mod in TWRP thorugh Install option and then selected zip and installed, no error showed up.
Click to expand...
Click to collapse
It sounds like the module is not compatible with your kernel. It only works with the exact kernel version specified in the OP.
Here's what you can do:
1. Do a nandroid backup of /system and /boot.
2. Download this stock kernel (from the leedroid thread): http://www.leedroid.co.uk/Stock-M9-Kernel.zip
3. Re-install the color module and it should be working
I'm 99% sure the stock kernel I linked will work for you, if not, restore the backup. That's why I suggested making the back up in step 1.
flar2 said:
It sounds like the module is not compatible with your kernel. It only works with the exact kernel version specified in the OP.
Here's what you can do:
1. Do a nandroid backup of /system and /boot.
2. Download this stock kernel (from the leedroid thread): http://www.leedroid.co.uk/Stock-M9-Kernel.zip
3. Re-install the color module and it should be working
I'm 99% sure the stock kernel I linked will work for you, if not, restore the backup. That's why I suggested making the back up in step 1.
Click to expand...
Click to collapse
Trying to backup system partition but it keeps failing right at the beginning. Boot partition worked fine.
Karl-Johan said:
Trying to backup system partition but it keeps failing right at the beginning. Boot partition worked fine.
Click to expand...
Click to collapse
Got to the TWRP thread and see if they can help you get the system backup. It's important to back up /system because that is where the kernel modules are located. They must match the running kernel. At the very least, you would have to backup /system/lib/modules and the boot partition.

Trying to get Viper4FX sound mod to work with my Honor8

Hey guys,
I'm into the Android from the very beginning and I would love to get rid of a problem which is driving me crazy for some time
I was trying to flash the Viper driver to get the great sound quality again. I'm now on the latest nougat.
Already unlocked the bootloader, rooted it and flashed the TWRP. Saw an thread about how to install it properly on the Honor8 and I did everything correct in my opinion.
I have the 1.26.2-meefik busybox now installed in system/xbin path (which seems to be working correctly overall) and otherwise everything seems working good except that when I try to open the Viper it says that I don't have root OR that i have to install the driver, and after pressing yes my phone just reboots and does the very same thing as previously.
Am I missing something?
Feel free to ask something more if you need.
I had this same situation, just kept installing the driver, reboot, repeat, making no progress... I finally got mine to work thank goodness! Are you remembering to use a root file Explorer and go to /vendor/etc and rename the file named audio_effects.config to audio_effects.config.bak after flashing but before installing V4A? That was my main problem. And you have to be sure to do it on a clean setup, so if you've already installed V4A you need to clean out and start again. Also u need a kernel auditor to set selinux to permissive upon boot. These two steps are key...
Sent from my HUAWEI FRD-L04 using XDA Labs
Have same problem but this fix BigBrad75 gave didn't work.
Isn't that what I suggested? Not being a smarta**, but seriously wondering if I have got a step messed up or backwards or something...? Cause it gave me tons of trouble till I finally got lucky and it actually took
Sent from my HUAWEI FRD-L04 using XDA Labs
Rommco05 said:
I got same problem, solutions for my was:
1. install BusyBox by Meefik ( Google play)
2. install Kernel Adiutor ( https://github.com/yoinx/kernel_adiutor/raw/master/download/app/app-release.apk ) ( Kernel Adiutor from Google play dont work)
3. opem BusyBox tap Install
4. open Kernel Adiutor and go to Misc Controls, change Current SELinux Status: Permissive (after reboot SELinux stay premissive :good
5. flash Viper4 via TWRP
6. go to folder: root/vendor/etc and rename file from audio_effects.conf to audio_effects.conf.bak
7. open Viper4
8. Install driver (thats can take 1-3 min)
9. reboot - done
Click to expand...
Click to collapse
Hi Rommco05,
there are different versions of V4A floating around. Which Version of Viper4Android did you use? Download from where?
Greets....
Rommco05 said:
Hi, Honor 8/Theme,Apps,Modes/https://forum.xda-developers.com/honor-8/themes/viper4android-2-5-0-5-installation-t3468389
Click to expand...
Click to collapse
Thanks, worked for me just as you described. I'm on L09C432B389 BTW, if anybody is interested...
Thanks

Looking for the best magisk modules+recommended rooted apps

Hello guys. I make my phone rooted yesterday and i really want to improve my phone, make it change(some fingerpring and etc) and really want better battery.
Can you please help me guys?
I just can tell what i used and satisfied:
Magisk and TWRP you use already.
Viper4Audio for better audio quality if you have good headset
I changed the Kernel to Kirisakura or Arter97 (still testing which is better)
For the look i use Renovate ICE v14 (on telegram channel)
And for bloatware i use xXx No Limit v12 (and in the prop file i manually choose what i need or not / Viper4Audio and Youtube Vanced included), but you can find 2 other scripts if you need just de-bloatware (dont remember the names but you can find here), and for anti-ad i use Energizer Pro (faster than ADFly)
warezxts said:
I just can tell what i used and satisfied:
Magisk and TWRP you use already.
Viper4Audio for better audio quality if you have good headset
I changed the Kernel to Kirisakura or Arter97 (still testing which is better)
For the look i use Renovate ICE v14 (on telegram channel)
And for bloatware i use xXx No Limit v12 (and in the prop file i manually choose what i need or not / Viper4Audio and Youtube Vanced included), but you can find 2 other scripts if you need just de-bloatware (dont remember the names but you can find here), and for anti-ad i use Energizer Pro (faster than ADFly)
Click to expand...
Click to collapse
First of all thanks for the comment.
Ive got viperFX, this is good version?
What is bloatware if i can ask?
With Renovate you can costumise what you want? Can you send me download link please?
About adblock, i searched for it in magisk but found something else, Energised protection. Its the same or should i download something else?
One more thing. I want app systemizer to delete administrator apps but i cant download it. I also cant download xposed and etc... Why?
ViperFX is good, the newest version is 2.7 but if you have 2.5 is the same good just 2.7 is better view (material theme)
Bloatware is what you want to remove. Its come with pre-installed app with your phone (ROM), for example facebook already installed by default.
xXx No limit ROM, have a custom file called build.prop. its a text file, if you want to install, you have to install via Magisk (can be remove anytime), and you can modify the build.prop before.
What you need, what you dont need. and put the xXx ROM file and the build.prop file in the xXx directory of your internal card. Dont worry, its not a "real" rom, it will leave your OxygenOS, just add/remove extras. Same way working the Renovate. Install via Magisk, can be removed anytime. Magisk is mostly for optical tuning, like change the font or color of statusbar etc. You can see both's features in the link.
https://forum.xda-developers.com/on...agisk-rom-xxx-nolimits-7-0-speed-ram-t3933927
https://forum.xda-developers.com/on...vate-ice-oxygenos-tweaks-stables-svn-t3934356
For NoLimit have newer version you can find it in OP8 topic, and RenovateIce have newer also, you can find in their Telegram channel.
this is the AD Blocker: https://energized.pro/ - you need a terminal emulator like Termux from google play.
the most popular script is Blu but the most blocked AD site is in Xtreme (slower of course but still fast). This can be download from Magisk repository (yes, energised protection)
About better battery, change the kernel to Kernel to Arter97 (https://forum.xda-developers.com/oneplus-7/oneplus-7-7-pro-7t-7t-pro-cross-device-kernel-development/arter97-kernel-oneplus-7-t3952578) from TWRP (it will recognise you have magisk, so nothing to do after install).
I want app systemizer to delete administrator apps but i cant download it. I also cant download xposed and etc... Why?
You can find MANY apps need root for delete system apps, but i recommend to use script, because you can recover if you make mistake.
For me the XPosed had problem (Actually the Riru -both - YAHFA and Sandhook) on my phone. So i cant tell.
I hope i could helped you.
warezxts said:
About better battery, change the kernel to Kernel to Arter97 (https://forum.xda-developers.com/on...evelopment/arter97-kernel-oneplus-7-t3952578) from TWRP (it will recognise you have magisk, so nothing to do after install).
.
Click to expand...
Click to collapse
You really helped me.
About the kernel, what version should i download? I see there 2 options.
Im adding screen shot.
About install it, i just need to download it, move to folder and then install by twrp?
maor23 said:
You really helped me.
About the kernel, what version should i download? I see there 2 options.
Im adding screen shot.
About install it, i just need to download it, move to folder and then install by twrp?
Click to expand...
Click to collapse
I cant see the screenshot, but i think the two version is android 9 (Pie) or android 10 (Q). Choose which one is your OOS version.
Yes, just go to TWRP and install, thats all. You can check in settings/about after if you changed or not.
warezxts said:
I cant see the screenshot, but i think the two version is android 9 (Pie) or android 10 (Q). Choose which one is your OOS version.
Yes, just go to TWRP and install, thats all. You can check in settings/about after if you changed or not.
Click to expand...
Click to collapse
Thank you my friend. How should i costumize the kernel for better battery performance?
warezxts said:
I cant see the screenshot, but i think the two version is android 9 (Pie) or android 10 (Q). Choose which one is your OOS version.
Yes, just go to TWRP and install, thats all. You can check in settings/about after if you changed or not.
Click to expand...
Click to collapse
i really need your help.
i flashed it with twrp and then i cant reboot. its only reboot to bootloader.
what can i do?
maor23 said:
Thank you my friend. How should i customize the kernel for better battery performance?
Click to expand...
Click to collapse
you can customize with https://play.google.com/store/apps/details?id=com.franco.kernel&hl=en_US but no necessary, already good
maor23 said:
i really need your help.
i flashed it with twrp and then i cant reboot. its only reboot to bootloader.
what can i do?
Click to expand...
Click to collapse
No panic
You have android 9 or 10? which one did you flash?
If unsuccessful, try with
https://forum.xda-developers.com/on...oss-device-kernel-development/kernel-t4002781
and there is script for the settings to FKM,
or you can try
https://forum.xda-developers.com/on.../kernel-kirisakura-1-0-0-op7-pro-aka-t3933916
You using OOS, right? which version?
warezxts said:
you can customize with https://play.google.com/store/apps/details?id=com.franco.kernel&hl=en_US but no necessary, already good
You have android 9 or 10? which one did you flash?
If unsuccessful, try with
https://forum.xda-developers.com/on...oss-device-kernel-development/kernel-t4002781
and there is script for the settings to FKM, or try
https://forum.xda-developers.com/on.../kernel-kirisakura-1-0-0-op7-pro-aka-t3933916
You using OOS, right? which version?
Click to expand...
Click to collapse
i've got android 10, oos 10.0.7
i downloaded what i needed(58v) but now im stuck.
god, please help me
maor23 said:
i've got android 10, oos 10.0.7
i downloaded what i needed(58v) but now im stuck.
god, please help me
Click to expand...
Click to collapse
You stuck after the kernel flash? was it successfull?
just try another one,but choose NOT custom kernel, choose OOS related. And wipe Dalvik cahe after, then reboot
---------- Post added at 09:06 AM ---------- Previous post was at 09:04 AM ----------
try this: https://androidfilehost.com/?fid=8889791610682942786
Are you Verizon or on T-Mobile version?
warezxts said:
You stuck after the kernel flash? was it successfull?
just try another one,but choose NOT custom kernel, choose OOS related. And wipe Dalvik cahe after, then reboot
---------- Post added at 09:06 AM ---------- Previous post was at 09:04 AM ----------
try this: https://androidfilehost.com/?fid=8889791610682942786
Are you Verizon or on T-Mobile version?
Click to expand...
Click to collapse
im not t-mobile.
i succeed to fix my phone bootloop.
i stucked after kernel flash yes.

How To Guide I found a way to install GSI roms.

1. Get TWRP (Follow this guide: https://forum.xda-developers.com/t/proper-way-of-installing-twrp.4325927/)
2. Flash the vbmeta provided in the above thread
3. In TWRP, run the no verity patcher.
4. Get any A/B gsi ROM (Treble check lists wrong information)
5. Download the ChonDoe patcher
6. Rename ROM to System.img and put it on the internal storage in the same location as Chondoe patcher.
7. Run the patcher and ignore any fstab errors.
8. Success?
KNOWN BUGS: Touch isn't working after screen lock, reboot needed. Should be OK if you don't turn your screen off.
Enjoy!
There is no need for the chondoe patcher. And finaly i'm not the only one who getts does screen touch issues on gsi roms.
I don't know why you complicated it this much to install a gsi rom, it is:
1. boot in to twrp
2. wipe data, cache, dalvik
3. reboot to twrp
4. install gsi rom and reboot
and make sure dm-verify is allredy disabled.
The touch screen error is not solved if I lock and unlock the cell phone several times?
LAST_krypton said:
I don't know why you complicated it this much to install a gsi rom, it is:
1. boot in to twrp
2. wipe data, cache, dalvik
3. reboot to twrp
4. install gsi rom and reboot
and make sure dm-verify is allredy disabled.
Click to expand...
Click to collapse
How to disable dm-verity? I plan to try to install twrp to see if it works and try miui
BryanCp13 said:
How to disable dm-verity? I plan to try to install twrp to see if it works and try miui
Click to expand...
Click to collapse
You flash this file, then you format data. DO NOT rename the file.
LAST_krypton said:
There is no need for the chondoe patcher. And finaly i'm not the only one who getts does screen touch issues on gsi roms.
Click to expand...
Click to collapse
The error sucks, as anything else works great. I'll let you know if i get it fixed.
Will it be deep sleep related problem as the phone has no problems until you turned off the screen and on again?
If that is the case, using wakelock app with the CPU option enabled (which disables deep sleep) and wakelock settings> autostart on boot enabled, should make the device run fine.
However it increases idle battery drain by some extent, you have been informed about that.
Link is here.
Wakelock Revamp - PowerManager APK 3.4.0 for Android – Download Wakelock Revamp - PowerManager APK Latest Version from APKFab.com
Wakelock Revamp - PowerManager 3.4.0 latest version APK Download by darken for Android free online at APKFab.com. Easy control over Android's PowerManager.
www.google.com
LR7875 said:
Will it be deep sleep related problem as the phone has no problems until you turned off the screen and on again?
If that is the case, using wakelock app with the CPU option enabled (which disables deep sleep) and wakelock settings> autostart on boot enabled, should make the device run fine.
However it increases idle battery drain by some extent, you have been informed about that.
Link is here.
Wakelock Revamp - PowerManager APK 3.4.0 for Android – Download Wakelock Revamp - PowerManager APK Latest Version from APKFab.com
Wakelock Revamp - PowerManager 3.4.0 latest version APK Download by darken for Android free online at APKFab.com. Easy control over Android's PowerManager.
www.google.com
Click to expand...
Click to collapse
I'll try and tell you how it went. Thanks!
LR7875 said:
Will it be deep sleep related problem as the phone has no problems until you turned off the screen and on again?
If that is the case, using wakelock app with the CPU option enabled (which disables deep sleep) and wakelock settings> autostart on boot enabled, should make the device run fine.
However it increases idle battery drain by some extent, you have been informed about that.
Link is here.
Wakelock Revamp - PowerManager APK 3.4.0 for Android – Download Wakelock Revamp - PowerManager APK Latest Version from APKFab.com
Wakelock Revamp - PowerManager 3.4.0 latest version APK Download by darken for Android free online at APKFab.com. Easy control over Android's PowerManager.
www.google.com
Click to expand...
Click to collapse
Still happens, really weird
James 144 said:
Still happens, really weird
Click to expand...
Click to collapse
Well the touch screen works well until you turn the screen off and on?
What GSI do you use? Phh treble? Maybe erfangsi will work, but we don't know.
LR7875 said:
Well the touch screen works well until you turn the screen off and on?
What GSI do you use? Phh treble? Maybe erfangsi will work, but we don't know.
Click to expand...
Click to collapse
Phh Lineage 18.1. Doesn't work on normal phh treble either
I'll try erfangsi.
James 144 said:
Phh Lineage 18.1. Doesn't work on normal phh treble either
I'll try erfangsi.
Click to expand...
Click to collapse
All processes and services are running normal it is that the screen woun't recognize touch. By flashing a custom kernel and disabeling power saveing options could fix the problem.
James 144 said:
You flash this file, then you format data. DO NOT rename the file.
Click to expand...
Click to collapse
Will that remove the mount error when flashing the gsi?
LAST_krypton said:
All processes and services are running normal it is that the screen woun't recognize touch. By flashing a custom kernel and disabeling power saveing options could fix the problem.
Click to expand...
Click to collapse
Do I have to install yes or yes a kernel for that rom? (I am not Rot) since in another rom gsi it gave me mount error and permissions denied
BryanCp13 said:
Will that remove the mount error when flashing the gsi?
Click to expand...
Click to collapse
Yes.
LAST_krypton said:
All processes and services are running normal it is that the screen woun't recognize touch. By flashing a custom kernel and disabeling power saveing options could fix the problem.
Click to expand...
Click to collapse
I've found a telegram group where the rom creator is really active and willing to help. I already tried to solve it but I'm busy. Here's the link: Device name? GSI version? - #phh-treble https://t.me/phhtreble/283195 <---. Tell them that Kuba invited you and they should know that they should help with the touch screen. Rom creator said that it's 100% fixable.
what treble type is a12 has?
Jayke770 said:
what treble type is a12 has?
Click to expand...
Click to collapse
A/B. Some apps say A only but that is wrong

Categories

Resources