[m8spr][CWM Advanced Edition] PhilZ Touch

steal25

Inactive Recognized Developer
Feb 18, 2011
4,587
6,995
263
Behind a dumpster in the Los Angeles Harbor
wired as his device input is even better than mine
However, they have no filtering for some sensors events:
https://github.com/amarullz/AROMA-Filemanager/blob/master/src/libs/input/input_driver.c#L142


You could try to add this line here:
https://github.com/amarullz/AROMA-Filemanager/blob/master/src/libs/input/input_driver.c#L389
Code:
LOGW("INDR : EVIOCGNAME for %d\n", dev->name);
Compile aroma and start it. Get from the log the device id
You can post the log here if you are unsure you need to blacklist the device
Add the device blacklisted name to the INDR_blacklist() function or post the log here and I will write you a small code snippet to add it

That way you can see if you need to blacklist some input device (accelerometers often) interfering with it. I see no other reason for it
Thanks ill test this out now.
 

Phil3759

Inactive Recognized Developer
May 30, 2012
9,557
33,049
0
@Phil3759 if you want touch on the sprint version, ignore event 0.

https://gerrit.omnirom.org/#/c/6521/

Also, my opinion, its a bit premature to rename a device that doesnt even have cm yet. But thats an opinion.
I do not use EV_SYN that way, maybe that's why my recovery has touch fine
The issue is in Aroma
I am not sure it is the EV_SYN handling, let's try the blacklist trick I suggested
 

mcwups1

Senior Member
May 4, 2011
2,445
477
0
Do you change this to a .zip file, or is this just for developers who need to know code to get it installed?

Or do I rename it, "0P6BIMG.zip".

Thanks.
 
Last edited:

metalfan78

Senior Member
Jan 30, 2010
5,009
2,476
0
Littleton, CO
i get this error no matter what recovery i try to flash

C:\android-sdk\platform-tools>fastboot flash recovery openrecovery-twrp-2.7.0.0-
m8_whl
target reported max download size of 1830711296 bytes
error: cannot load 'openrecovery-twrp-2.7.0.0-m8_whl': No error

---------- Post added at 06:43 PM ---------- Previous post was at 05:56 PM ----------

I used flashify from the play store and got philz flashed. Does anyone know how to fix the error I had? I searched around but didn't see the exact same one
 
  • Like
Reactions: mcwups1

Granite1

Senior Member
Dec 27, 2010
249
84
0
Pittsburgh, PA
i get this error no matter what recovery i try to flash

C:\android-sdk\platform-tools>fastboot flash recovery openrecovery-twrp-2.7.0.0-
m8_whl
target reported max download size of 1830711296 bytes
error: cannot load 'openrecovery-twrp-2.7.0.0-m8_whl': No error

---------- Post added at 06:43 PM ---------- Previous post was at 05:56 PM ----------

I used flashify from the play store and got philz flashed. Does anyone know how to fix the error I had? I searched around but didn't see the exact same one
Try flashing it direct through fastboot.

Place the recovery.img file into your SDK folder and open the cmd prompt from there. Run: fastboot flash recovery recovery.img

Do it manually, I've never trusted those types of apps.
 
  • Like
Reactions: metalfan78

metalfan78

Senior Member
Jan 30, 2010
5,009
2,476
0
Littleton, CO
I don't normally use them either, I'll try your suggestion

---------- Post added at 07:12 PM ---------- Previous post was at 06:57 PM ----------

Same error
 
Last edited: