NST-Kernel v0.1 USB-Host and Multitouch enabled (for software versions 1.1 and 1.1.2)

mali100

Senior Member
Jun 3, 2007
209
140
0
Hi,
after the great work from verygreen, wheilitjohnny and arkusuma I decided to build a kernel with both of their improvements included.

Features:

This is just the kernel, you still need to perform additional steps to get this features working, please look into the corresponding threads.

Howto install the kernel:
  • Download the file with the kernel and extract it, you should get a file called UImage
  • Use Noogie or adb to replace the uImage on the /boot partition
  • Reboot

DISCLAMER and WARNING:
  • I'm not responsible for bricked devices, dead SD cards, lost data, fried USB-Devices. Make a backup before you try anything described here!
  • USB-Host support is still WIP (work in progress), the battery drain is noticeable higher. If you don't plan on using the USB-devices you should use a kernel without USB-Host support.
Downloads:

Thanks to:
  • verygreen for the USB-Host support
  • wheilitjohnny for the initial Multitouch support
  • arkusuma for the improvements to the multitouch support
  • Renate NST for testing
 
Last edited:

wheilitjohnny

Senior Member
Mar 13, 2011
51
32
0
Great work! Thanks mali100!

by the way, this is the kernel for 1.1, right?
just better state that avoid asking XD

P.S.: I didn't look at the kernel for previous versions, is the kernel actually changed?
 
Last edited:
  • Like
Reactions: mali100

mali100

Senior Member
Jun 3, 2007
209
140
0
Great work! Thanks mali100!

by the way, this is the kernel for 1.1, right?
just better state that avoid asking XD
Thanks, totally forgot to mention this. It is for 1.1 and 1.1.2
P.S.: I didn't look at the kernel for previous versions, is the kernel actually changed?
The kernel changed from 1.0 to 1.0.1 and also with the update to 1.1. But no changes for the last update from 1.1 to 1.1.2
 

staylo

Member
May 10, 2011
28
4
0
Hi,
after the great work from verygreen, wheilitjohnny and arkusuma I decided to build a kernel with both of their improvements included.

Features:
[*]Additional USB related drivers (usb-storage, usb-serial ...)
[/LIST]
Very nice! I haven't been able to make proper use of usb-serial converters yet because the permission of the created device (eg /dev/ttyUSB0) is always set to 0600 when the device is connected. From what I've read, usually an entry in ueventd.rc solves this. Unfortunately ueventd seems to be omitted from the B&N image..
 

osowiecki

Senior Member
Feb 21, 2012
264
135
0
Poznań
My USB keyboard does not work with this kernel. Multi Touch works so I uploaded the file right (Noogie). It worked before with the original "USB-Host" kernel.
 

jago25_98

Senior Member
Jul 17, 2007
514
39
0
Just to be clear, what's the difference between:

usb-host-mt-pack_0.1.zip
&
NST-kernel_0.1_uImage.zip
?

The mt-pack update should go over the uImage or can it be applied direct?
 

mali100

Senior Member
Jun 3, 2007
209
140
0
The mt-pack includes this kernel, and all the other stuff mentioned there. It's not necessary to use both. If you want an automated way of installing multitouch and usb-host support, just use the mt-pack, if you want to do everything manually take the uImage and figure out what else you have to change.
 

plympton

Senior Member
Dec 4, 2010
81
6
0
OK, so I'm an idiot - I've searched high-and-low, and I can't find a solid method for easily moving this kernel over to my touch. I'm building a survey tablet for a non-profit, and the e-ink screen would be awesome for them - having a multitouch keyboard even better.

Any pointers? I tried CWM SD card, and can't mount /boot, ADB doesn't show /boot.

Is it as simple as connect via adb and:
mkdir /boot
mount <some point> /boot <some flags>?
profit!

?
 

rhhd

Senior Member
Jan 19, 2011
70
7
0
MUC
Hi,

I already have multitouch enabled for a long time using another tutorial.

Does yours fix the problem with the screen sometimes locking up (where you have to slide with two finger to release it again)?

Or does this version also have that problem? Thanks!
 

mali100

Senior Member
Jun 3, 2007
209
140
0
Hi,

I already have multitouch enabled for a long time using another tutorial.

Does yours fix the problem with the screen sometimes locking up (where you have to slide with two finger to release it again)?

Or does this version also have that problem? Thanks!
It's based on the other kernel and has the same problems.