![]() |
#46 | |
Zealot
![]() Posts: 147
Karma: 22
Join Date: Jun 2011
Location: USA (Poconos, PA)
Device: Entourage Edge
|
Quote:
Also thanks for the development, I've yet to root my EE, but may because of this app. ![]() Last edited by mokel22; 08-01-2011 at 01:38 PM. |
|
![]() |
![]() |
![]() |
#47 | |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() Posts: 134
Karma: 589
Join Date: Jun 2011
Device: Entourage Pocket Edge(Black)
|
Quote:
I noticed that some friends would want to remap an eink key,but sorry eink keys are not seeable in android side,and I got no luck in trying that.If anyone knows how to do it,please kindly let me know. lcd2eink 0.1.2 is posted here both as binary and source code.I also post modified keylayout files which work on my PE ermine 0.9.I don't think the keylayout files will work on EE too.If you want to apply the key remapping on EE,you can either modify them by yourself or send them to me.Please be noticed that it's risky to change those files. how to use lcd2eink 0.1.2: 1.install the apk; 2.use it as 0.1.1; ---optional-- 3.remap volume up key to search key; 4.long press voume up key will trigger a screen dump; how to remapy voume up key to search: 1.edit /system/usr/keylayout/gpio-keys.kl,change "VOLUME_UP" to "SEARCH"; 2.set file permission of /system/usr/keylayout/gpio-keys.kl as rw-r--r--; 3.edit /system/usr/keylayout/qwerty.kl,change "VOLUME_UP" to "SEARCH"; 4.set file permission of /system/usr/keylayout/qwerty.kl as rw-r--r--; if you are using PE ermine,you can also use attached .kl files to replace the ones on your device.in this way you can skip step 1 and 3. enjoy. Last edited by javese; 08-02-2011 at 12:58 AM. |
|
![]() |
![]() |
Advert | |
|
![]() |
#48 | |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() Posts: 134
Karma: 589
Join Date: Jun 2011
Device: Entourage Pocket Edge(Black)
|
Quote:
|
|
![]() |
![]() |
![]() |
#49 | |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() Posts: 134
Karma: 589
Join Date: Jun 2011
Device: Entourage Pocket Edge(Black)
|
Quote:
neither eink button click or wacom pen touch is seeable in an android application.I will try to do some research on linux for luck. |
|
![]() |
![]() |
![]() |
#50 |
lol
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 472
Karma: 1031
Join Date: May 2011
Device: eDGe
|
javese, if you ever want web space to host your files or anything, just ask...
Last edited by emusan; 08-02-2011 at 10:48 AM. |
![]() |
![]() |
Advert | |
|
![]() |
#51 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() Posts: 134
Karma: 589
Join Date: Jun 2011
Device: Entourage Pocket Edge(Black)
|
|
![]() |
![]() |
![]() |
#52 | |
Academic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 103
Karma: 540716
Join Date: Mar 2010
Device: Onyx Boox Note Plus
|
I don't think that dump message is a big deal. Far more valuable would be the ability of using the wacom digitizer on the android side. That would be extraordinary.
Quote:
|
|
![]() |
![]() |
![]() |
#53 |
lol
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 472
Karma: 1031
Join Date: May 2011
Device: eDGe
|
|
![]() |
![]() |
![]() |
#54 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() Posts: 134
Karma: 589
Join Date: Jun 2011
Device: Entourage Pocket Edge(Black)
|
Just to share what I have found.
wacom events come from /dev/event6,tablet touch event come from /dev/event4. If we get an event from /dev/event6 and fake an even from /dev/event4,we will then be able to use wacom pen to operate tablet applications. # cat /proc/bus/input/devices cat /proc/bus/input/devices I: Bus=0019 Vendor=0001 Product=0001 Version=0100 N: Name="gpio-keys" P: Phys=gpio-keys/input0 S: Sysfs=/class/input/input0 U: Uniq= H: Handlers=kbd event0 evbug B: EV=23 B: KEY=1800000 0 c3780 f 0 10000000 B: SW=2b I: Bus=0019 Vendor=0001 Product=0001 Version=0100 N: Name="ESI Virtual Keyboard" P: Phys=esikbd/input0 S: Sysfs=/class/input/input1 U: Uniq= H: Handlers=kbd event1 evbug B: EV=3 B: KEY=100 0 1800000 0 2100 fffff ffffffff fffffffe I: Bus=0019 Vendor=0000 Product=0000 Version=0000 N: Name="pxa27x-keypad" P: Phys= S: Sysfs=/class/input/input2 U: Uniq= H: Handlers=kbd event2 evbug B: EV=100003 B: KEY=4 I: Bus=0018 Vendor=dead Product=beef Version=0001 N: Name="ofm" P: Phys=ofm S: Sysfs=/class/input/input3 U: Uniq= H: Handlers=mouse0 event3 evbug B: EV=7 B: KEY=10000 0 0 0 0 0 0 0 0 B: REL=3 I: Bus=0000 Vendor=0000 Product=0000 Version=0000 N: Name="tsc2007" P: Phys=tsc2007/input0 S: Sysfs=/class/input/input4 U: Uniq= H: Handlers=mouse1 event4 evbug B: EV=100000b B: KEY=400 0 0 0 0 0 0 0 0 0 0 B: ABS=1000003 I: Bus=0019 Vendor=0001 Product=0001 Version=0100 N: Name="power-button" P: Phys=power-button/input0 S: Sysfs=/class/input/input5 U: Uniq= H: Handlers=kbd event5 evbug B: EV=3 B: KEY=1800004 0 0 I: Bus=0013 Vendor=0040 Product=0001 Version=0100 N: Name="Wacom DSU" P: Phys=ttyS2/serio0/input0 S: Sysfs=/class/input/input6 U: Uniq= H: Handlers=mouse2 event6 evbug B: EV=b B: KEY=70000 0 0 0 0 0 0 0 0 B: ABS=1000003 |
![]() |
![]() |
![]() |
#55 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() Posts: 134
Karma: 589
Join Date: Jun 2011
Device: Entourage Pocket Edge(Black)
|
D:\tools\downloaded\android-sdk_r08-windows\android-sdk-windows\platform-tools>adb shell
$ su su # /data/testinput /data/testinput Please select device: 0.wacom 1.tablet 0 0 type: EV_ABS, event = ABS_X, value = 286 type: EV_ABS, event = ABS_Y, value = 424 type: EV_ABS, event = ABS_PRESSURE, value = 74 type: EV_KEY, event = Unkown, value = 1 type: EV_ABS, event = ABS_Y, value = 421 type: EV_ABS, event = ABS_PRESSURE, value = 189 type: EV_KEY, event = Unkown, value = 0 ^C D:\tools\downloaded\android-sdk_r08-windows\android-sdk-windows\platform-tools>adb shell $ su su # /data/testinput /data/testinput Please select device: 0.wacom 1.tablet 1 1 type: EV_ABS, event = ABS_Y, value = 2095 type: EV_ABS, event = ABS_X, value = 2875 type: EV_ABS, event = ABS_PRESSURE, value = 255 type: EV_KEY, event = BTN_TOUCH, value = 1 type: EV_ABS, event = ABS_Y, value = 2094 type: EV_ABS, event = ABS_X, value = 2871 type: EV_ABS, event = ABS_PRESSURE, value = 0 type: EV_KEY, event = BTN_TOUCH, value = 0 |
![]() |
![]() |
![]() |
#56 |
Academic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 103
Karma: 540716
Join Date: Mar 2010
Device: Onyx Boox Note Plus
|
Exciting!!!!!!!!!!!!
|
![]() |
![]() |
![]() |
#57 |
Academic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 103
Karma: 540716
Join Date: Mar 2010
Device: Onyx Boox Note Plus
|
could it be possible that we may be able to even send pressure information from the wacom?
|
![]() |
![]() |
![]() |
#58 |
lol
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 472
Karma: 1031
Join Date: May 2011
Device: eDGe
|
|
![]() |
![]() |
![]() |
#59 |
Zealot
![]() Posts: 147
Karma: 22
Join Date: Jun 2011
Location: USA (Poconos, PA)
Device: Entourage Edge
|
Just commenting on another success story. I was about to write my research paper for one of my summer courses outside and I thought that it would be nice to have my outline on the e-ink side, but I didn't know how to put a word document on that side. So rather than searching the edge archive, I decided to use that as an excuse to finally root my edge and install this awesome app =p . It works great and I downloaded the updated one, so here is another success story for the full size edges.
![]() |
![]() |
![]() |
![]() |
#60 |
Guru
![]() ![]() ![]() ![]() ![]() Posts: 733
Karma: 443
Join Date: May 2011
Location: UK
Device: Pocket Edgex2(1unborked), Alex, Nook B&W, Nook Color, Nook STR
|
javese > I will test this when I got the chance. but looks promising. The bunch of m0r0ns paid by Entourage did not come even close to this.
Regarding key mapping I am using fantastically successful button remapper from beansoft on my nook and this works on PE as well. http://www.addictivetips.com/mobile/...uttonremapper/ very easy to do it and can be disabled with a hot boot. Device has to be rooted although. it would be cool to use wacom controls for lcd. |
![]() |
![]() |