New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
tembenite
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 3
Join Date: Apr 2011
Default [Q] Multi-Touch support on Nook Simple Touch?

Ok, I rooted my Nook Simple Touch (Running 1.1) using:
http://forum.xda-developers.com/show....php?t=1351719

Many things aren't working as expected (e.g. The Android Market doesn't work), but in reading the thread it sounds like that might be a common problem. I do have root access, and can connect via ADB and side-load apps.

I'm looking to do pinch-zoom on PDF documents, but I can't seem to get it to work in Aldiko, and I'm not sure if that's because pinch-zoom isn't supported, or I'm doing something wrong.

There appears to be conflicting information on multi-touch support on the Nook Simple Touch on the forums.

Can anyone clarify whether this support is present, and if so, maybe suggest a good PDF app that enables it?
 
apeine
Old
#2  
Senior Member
Thanks Meter 30
Posts: 260
Join Date: Mar 2011
Location: Sao Paulo
Well, on version 1.0.0 and 1.0.1 there was no support for multitouch. When we read the announcement for 1.1.0, we saw that multitouch would be enabled, but nobody has seen a trace of that yet.
I talked to some guys in here, and asked for info on where it can be enabled (it is disabled when rooting).
 
bisbal
Old
#3  
Member
Thanks Meter 5
Posts: 37
Join Date: Nov 2011
I downloaded a midi controller(an app that shows a bunch of sliders on the screen and communicates its position to a pc) and I noticed I could move a vertical slider and another horizontal one at the same time... but then google maps didnt react to my pinching
 
met67
Old
#4  
Senior Member
Thanks Meter 28
Posts: 188
Join Date: Apr 2007
I have tried with Multitouch Test ( https://market.android.com/details?i...b3VjaHRlc3QiXQ..) and it looks like the hw is capable of multitouch!
I don't know how to enable it, though
 
eded333
Old
(Last edited by eded333; 24th November 2011 at 08:41 PM.)
#5  
eded333's Avatar
Senior Member
Thanks Meter 179
Posts: 296
Join Date: Apr 2011
I've tried to enable it by using this http://nookdevs.com/NookColor_Enable_MultiTouch
but Multitouch tester only detects one input....
Although if I used two fingers the second registered movement intermittently, jumping from on to another instead of two solid points.
 
ros87
Old
#6  
ros87's Avatar
Senior Member
Thanks Meter 156
Posts: 312
Join Date: Oct 2010
Location: Bodø

 
DONATE TO ME
You can try this:

Unpack this file to where adb is (unless you have adb in your path)

Then in cmd:

Code:
adb shell
mount -o remount,rw -t ext2 /dev/block/mmcblk0p5 /system
exit
adb push android.hardware.touchscreen.multitouch.distinct.xml /system/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml
A reboot is probably needed
Did you remember to back up your Nook?
Author of Nook2 Recovery Tools
 
eded333
Old
#7  
eded333's Avatar
Senior Member
Thanks Meter 179
Posts: 296
Join Date: Apr 2011
Thanks, going to try it right now.

---------- Post added at 10:13 PM ---------- Previous post was at 10:03 PM ----------

Same behaviour, mmmmmm, are we sure they enabled multitouch?
Anyway thanks for the help
 
ros87
Old
#8  
ros87's Avatar
Senior Member
Thanks Meter 156
Posts: 312
Join Date: Oct 2010
Location: Bodø

 
DONATE TO ME
Quote:
Originally Posted by eded333 View Post
Thanks, going to try it right now.

---------- Post added at 10:13 PM ---------- Previous post was at 10:03 PM ----------

Same behaviour, mmmmmm, are we sure they enabled multitouch?
Anyway thanks for the help
Well:

Code:
include/linux/zforce.h:#define ZF_NUM_FINGER_SUPPORT 2
..
drivers/input/touchscreen/zforce.c:     #define ZF_SETCONFIG_DUALTOUCH 0x00000001
I'd say yes
Did you remember to back up your Nook?
Author of Nook2 Recovery Tools
 
eded333
Old
#9  
eded333's Avatar
Senior Member
Thanks Meter 179
Posts: 296
Join Date: Apr 2011
Quote:
Originally Posted by ros87 View Post
Well:

Code:
include/linux/zforce.h:#define ZF_NUM_FINGER_SUPPORT 2
..
drivers/input/touchscreen/zforce.c:     #define ZF_SETCONFIG_DUALTOUCH 0x00000001
I'd say yes
Then something else is missing
 
ros87
Old
#10  
ros87's Avatar
Senior Member
Thanks Meter 156
Posts: 312
Join Date: Oct 2010
Location: Bodø

 
DONATE TO ME
Quote:
Originally Posted by eded333 View Post
Then something else is missing
Very likely.
Maybe some kernel flag .. I dunno .. but I'm sure Google can tell you how that chain is supposed to be set up
Did you remember to back up your Nook?
Author of Nook2 Recovery Tools

Tags
multitouch, nook, support, touch