• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Hardware Testers needed

UltraMarine

Newbie
Mar 11, 2010
20
0
So Hey

I just wrote a simple multi-touch app
I need to test this to see if it work with multi touch on the real hardware.
and also to test if the bitmap fonts work.

x8tg6.png



APK
MEGAUPLOAD - The leading online storage and file delivery service

Source
MEGAUPLOAD - The leading online storage and file delivery service
if you're interested in digging the source code.

The red lines indicate the 1 pointer.
the blue which you can't see on the emulator is supposed to be the second pointer



BTW
you're doing this on your own risk.
:D
 
2rxurkn.png


ok this is how it comes out for the emulator......



Maybe the problem lies in GL.java and in Runner
( in public boolean onTouchEvent(MotionEvent event) )
I need to formulate a proper solution for this...




After a quick look at the source code..
I have removed these codes
// float cx = control[0].tMove[0] + control[0].tDown[0];
// float cy = control[0].tMove[1] + control[0].tDown[1];
and replace it with these
// float cx = control[0].tDown[0];
// float cy = control[0].tDown[1];
and it seems like Y axis is a little bit off. when it's near the Top/Left corner
But X axis seems to be alright.

and yes.
same goes with event.getY() and event.getY(int);...

after all the test.
is seems like it affects with these... (don't have an idea how to test cancel..)
// MotionEvent.ACTION_DOWN
// MotionEvent.ACTION_UP
// MotionEvent.ACTION_MOVE

even in rotated state.
it seems like I have this problem with the width that's 320 pixel wide.

updates again.

http://www.megaupload.com/?d=116CXZ8S

uninstall the old one.
please test what the values are when it's on the top/left corner
I need to know what the difference are
and please test if multi touch work.


no...
http://www.megaupload.com/?d=J2AHEO4I
I found out where the bug is.
I'm using the wrong value for the height in ortho mode
 
Upvote 0
Using Sprint Hero, running with a 2.1 ROM, the blue crosshairs don't appear at all.
Only single touch is being registered. The touch center is precise though. I don't see any drift.



And this is most likely a hardware issue with my device, but when pressing in the lower-left area of the screen, without moving my finger, the red crosshairs are unstable and shift around slightly. In the upper-right corner, the crosshairs remain solid.

(I flipped my phone around upside down just to make sure it wasn't one hand shaking and not the other, but I saw the same result. In one corner, the touch center would shift, but not the other.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones