Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
THREAD CLOSED
Tip us?
 
karun11
Old
#1  
Senior Member - OP
Thanks Meter 17
Posts: 420
Join Date: Oct 2010
Default Adding multi-touch as a module?

About Multi - touch

Quote:
You can do multitouch driver as a module. This
kernel module to be unloaded from memory the old driver and load a new one. one person did it for the ebook.
Here's how to compile and add module:
http://forum.xda-developers.com/show...6&postcount=10
'andrej' has also added a sample from G1

any developer willing to help?
 
Blagus
Old
(Last edited by Blagus; 5th March 2011 at 07:42 PM.)
#2  
Blagus's Avatar
Recognized Developer
Thanks Meter 1027
Posts: 1,233
Join Date: Jun 2010

 
DONATE TO ME
We need someone with knowledge in C, or give me touchscreen module sources for both X10 multitouch module and X8, and 2-3 weeks of time to try to make this work... I'd figure out differences between two modules and put mulitouch part to x8's module... I've had success in similar stuff already so why don't give it a try? We have nothing to lose... (except time, of course )
The Following User Says Thank You to Blagus For This Useful Post: [ Click to Expand ]
 
XperianPro
Old
#3  
XperianPro's Avatar
Senior Member
Thanks Meter 637
Posts: 1,901
Join Date: Nov 2010
Location: Mars

 
DONATE TO ME
Will this work?
 
Imppy
Old
#4  
Senior Member
Thanks Meter 70
Posts: 1,486
Join Date: Sep 2009
excellent! I'm in support for this
 
karun11
Old
#5  
Senior Member - OP
Thanks Meter 17
Posts: 420
Join Date: Oct 2010
Quote:
Originally Posted by blagus View Post
We need someone with knowledge in C, or give me touchscreen module sources for both X10 multitouch module and X8, and 2-3 weeks of time to try to make this work... I'd figure out differences between two modules and put mulitouch part to x8's module... I've had success in similar stuff already so why don't give it a try? We have nothing to lose... (except time, of course )
Cool. I'm no programmer but I'll try and get a developer to share the X10 module, and then you can perhaps give it a shot If a developer jumps onboard, it'll be brilliant ofc.

@Others
From what I've heard, this has been done and ought to work. Since you dont need to push a new kernel altogether, that step is bypassed.
 
Graveir
Old
#6  
Senior Member
Thanks Meter 227
Posts: 703
Join Date: Jan 2011
Location: Łódź
If it worked, would it be implemented on official 2.1 only, or could it be ported to non-official roms too?
 
karun11
Old
#7  
Senior Member - OP
Thanks Meter 17
Posts: 420
Join Date: Oct 2010
Quote:
Originally Posted by Graveir View Post
If it worked, would it be implemented on official 2.1 only, or could it be ported to non-official roms too?
Its a bit premature to comment on that. First we need to get developers onboard. But once the kernel module is modded, it should work across all ROMs.
 
oisteink
Old
#8  
Senior Member
Thanks Meter 17
Posts: 124
Join Date: Jan 2011
Location: Oslo
Relevant: http://en.wikipedia.org/wiki/Loadable_kernel_module

See the section for binary compability.

Sent from my X8 using XDA Premium App
I am a fruit ninja!
 
karun11
Old
#9  
Senior Member - OP
Thanks Meter 17
Posts: 420
Join Date: Oct 2010
Quote:
Originally Posted by oisteink View Post
Relevant: http://en.wikipedia.org/wiki/Loadable_kernel_module

See the section for binary compability.

Sent from my X8 using XDA Premium App
it says
"In an attempt to combat those problems ,
symbol versioning data is placed within the
. m o d i n f o section of loadable ELF
modules . This versioning information can
be compared with that of the running
kernel before loading a module ; if the
versions are incompatible , the module will
not be loaded."
Maybe the module can be customized, and the symbol versioning data added, so that the kernel doesn't reject it?
Just a thought. Somebody has managed to.do this for another device. I'll try and get in touch with him.
 
karun11
Old
#10  
Senior Member - OP
Thanks Meter 17
Posts: 420
Join Date: Oct 2010
Check out this thread. Here is where the discussion about such a possibility started:

http://forum.xda-developers.com/showthread.php?t=976948

THREAD CLOSED
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...