rilwan

Results 5 comments of rilwan

Thanks i will check that. Is there a way we disable displaying of axis labels ?

Hi @DerekJarvis , Thanks for trying out. I understood your problem. Output of getevent will contains events from all devices includin sensors, gpio etc. But our interest is recreate the...

Hi @DerekJarvis OK Got it. if event1 is touchscreen name is ft5435_ts I have list of common names I added in the utils.java https://github.com/rils/ARP/blob/e3c21645bf869e99b2572206a9fda8e965d545e4/src/com/ours/tester/Utils.java#L21 Just want to add "ft5435_ts" to...

Actually not. I havent tested this for long time , especially on newer devices. There was no stuck issues.. So u compiled by adding " ft5435_ts" ? On Tue, Mar...

This is because you have python3. You need python2.7 for building libzmpq. See error. `gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; If yo have both python3 and python2...