Awesome work so far! I just successfully built and 3G is working as good as ever (which is only mediocre).
There is definitely something not quite right about the touch screen. As others have reported, it doesn't respond in browser windows, and it doesn't recognize press & hold in the keyboard. Also, if you swipe off the left side of the screen it registers a hit on the top left corner, causing the page to scroll down really fast, but that's probably a separate bug.
I went into the developer options and turned on the pointer location option. It shows your touches and has 6 pieces of data across the top of the screen:
P: 0/2 - changes to 2/2 when the screen is touched
dX: 0.0 - shows the x position of the touch. Left side is 0, right side is 480. When released it changes to a (seemingly) random value. Sometime the value is negative and the field turns red
dY: 0.0 - same as dX but vertical. top is 0, bottom is 800. When released it changes to a (seemingly) random value. Sometime the value is negative and the field turns red
Xv: 0.0 - shows the horizontal velocity. when the touch is released, it shows the velocity at the time of release
Yv: 0.0 - shows the vertical velocity. when the touch is released, it shows the velocity at the time of release
Prs: 1.0 - Always 1.0 and red, not sure what it means or is supposed to be doing, but red is bad, right?
Size: 1.0 - Changes between 0 and 1 when touched and back to 0 when touch is released. For some reason 1 is red.
Screenshot
Not sure if this is of any use, but I figure I'd throw it out there. Keep up the awesome work.