A Program that proves Diamond has Multi Touch Screen!! - Touch Diamond, MDA Compact IV General

Here we go... A nice program... Just put more than one finger on the screen... it recognize them all!! (it does not create a swirl for each finger, but it takes the average of coordinates and locate the center of swirl there)
It means that diamond screen can recognize more than one point simultaneously... (i wish i am not wrong)

Wasn't that behaviour always the case for single-touch devices?

Yes, that's not multitouch. Average of all touch is the default behavior for many touch devices including touchpads at laptops.

If they had really put a Multi touch Screen into the Diamond so why isn´t it in use????

LeoBeo said:
If they had really put a Multi touch Screen into the Diamond so why isn´t it in use????
Click to expand...
Click to collapse
Not a good argumentation. They've put a lot of HW in the diamond that we'll probably never use (heat-sensitive buttons, accelerated 3d graphic i.e.)

what are you talking about...first of all OS has to support multitouch...its the same as you cannot use HW when you havent SW support = drivers...
....but if its multitouch or not I ll try it in the evening...

Is it NOT Multitouch. It's a simple Resistive Touch Display.
This is how it works... it measures the resistance between two layers, if you connect the two layers at multiple points, the result is a point in the middle of the connection points.

Related

the xperia has a multi touch screen

heeey fellow forum readers.... yea its me again
a nother question
When i am in the fish tab.
AND i put a finger in the top and in the bottem of the screen
the fishes go tho the middle of the screen
when i release 1 of mij fingers the swim tho the one thats stil on the screen
Is there som software that lets you use this multie screen just like the pictures on the iphone?
greetings and sorry fore my poor english
sorry but it has NOT got multi-touch, I dont think the screen tech (resistive touchscreen) is even capable of that.
sorry but it has NOT got multi-touch, I dont think the screen tech (resistive touchscreen) is even capable of that.
edit: how do you delete a double post :S
That is not multitouch, the fish simply move to the "average" position of your fingers (the middle) then when you remove one finger, this "average" changes to the position of your remaining finger.
This is what happens with a singletouch screen.
Nemeth said:
That is not multitouch, the fish simply move to the "average" position of your fingers (the middle) then when you remove one finger, this "average" changes to the position of your remaining finger.
This is what happens with a singletouch screen.
Click to expand...
Click to collapse
but how can a single touch screen(i mean not mulitie)
can calculate the average of 2 points??
than it has to know that you have 2 fingers on it right?
and when i move the 2 fingers on the screen the fishes moves with it on the midle of them
sorry if i am missing somthin here
i amde a sammple sovie of it... and sorry poor qualety
http://www.youtube.com/watch?v=lulLYGdAcSc
greetz
First read this: http://en.wikipedia.org/wiki/Analog_resistive_touchscreen
Now, when you depress on two points, the voltage reading used to provide the co-ordinates is exactly what it would have been had you pressed in the exact centre of those two points.
The screen cannot tell the difference between you pressing on two points, and you pressing on one point that is located at the centre of those points.
If you operate the device with your thumb, it does the same thing - activates the screen at the centre of the point of contact, as opposed to the stylus which is much more precise.
I don't know how else to put it, apologies if it is not very clear
i've been puzzling over the multi touch possibility because when using ie/viewing emails, if i swipe (vertically) using a stylus it selects text, while if i swipe with my finger, it scrolls. hard to explain if the screen is simply averaging out the positions, isn't it?
Biotouch.exe is responsible for that behavior.
Xperia's touchscreen is single touch only.
http://www.eetasia.com/STATIC/PDF/200808/EEOL_2008AUG27_STECH_EMS_AN_01.pdf?SOURCES=DOWNLOAD
Pages 2/3 of this document show the diagrams of a regular 4wire resistive touchscreen and how it detects the xy position. That should give you a more clear view on how/why it averages the way it does when you have 2 fingers on it.
krist0ph3r said:
i've been puzzling over the multi touch possibility because when using ie/viewing emails, if i swipe (vertically) using a stylus it selects text, while if i swipe with my finger, it scrolls. hard to explain if the screen is simply averaging out the positions, isn't it?
Click to expand...
Click to collapse
Gestures aren't exclusive to to multi-touch screens. You can write software (I have done some of this) that tracks a movement across the screen, use fancy math to get the direction, and implement that gesture. Not very hard.
If the average of movement of the two points moves enough in one direction to set off a gesture thats what will happen.
Agaas said:
sorry but it has NOT got multi-touch, I dont think the screen tech (resistive touchscreen) is even capable of that.
Click to expand...
Click to collapse
Oh deer, i guess you're very, very wrong...
Multitouch is possible with the Xperia touchscreen - but the rest of the phone (especially winmob 6.x) isn't ready.
See here how great resistive multitouch screens are:
http://www.engadget.com/2009/02/19/stantums-mind-blowing-multitouch-interface-on-video/
There's some WM software that does the multitouch trick on resistive screens. I think it does it through some intense calculations though (CPU heavy). I'm sure it's just a novelty and not useful for anything.
My theory:
Detect the first finger press, the second finger creates the average, from those two values you can compute the location of the second finger. This is a lot more CPU heavy than just reading two values from a true multi-touch screen.
stormlv said:
Biotouch.exe is responsible for that behavior.
Xperia's touchscreen is single touch only.
http://www.eetasia.com/STATIC/PDF/200808/EEOL_2008AUG27_STECH_EMS_AN_01.pdf?SOURCES=DOWNLOAD
Pages 2/3 of this document show the diagrams of a regular 4wire resistive touchscreen and how it detects the xy position. That should give you a more clear view on how/why it averages the way it does when you have 2 fingers on it.
Click to expand...
Click to collapse
Hi, do you have any idea how Biotouch.exe (the program that runs all the time on our Xperias) tells the difference between a thumb/finger press/drag versus a stylus press/drag?
I'm speculating/guessing that when you use a finger/thumb, when you press down, it creates little movements constantly (because your thumb/finger isn't exactly flat on the screen, it creates tiny little movements as your finger pressure moves slightly around)?
WhyBe said:
There's some WM software that does the multitouch trick on resistive screens. I think it does it through some intense calculations though (CPU heavy). I'm sure it's just a novelty and not useful for anything.
My theory:
Detect the first finger press, the second finger creates the average, from those two values you can compute the location of the second finger. This is a lot more CPU heavy than just reading two values from a true multi-touch screen.
Click to expand...
Click to collapse
hmm - still possible though no? would be cool to see this if it really could work
johnchan78 said:
Hi, do you have any idea how Biotouch.exe (the program that runs all the time on our Xperias) tells the difference between a thumb/finger press/drag versus a stylus press/drag?
I'm speculating/guessing that when you use a finger/thumb, when you press down, it creates little movements constantly (because your thumb/finger isn't exactly flat on the screen, it creates tiny little movements as your finger pressure moves slightly around)?
Click to expand...
Click to collapse
I've wondered about that too, I first noticed it when trying to scroll an email with my nail, it selected instead.
My theory is area of pressure, a stylus would have a very specific area of contact, an thumb would depress a much larger area, it would take the centre of the area as the target, but be able to act differently.
Wow .. it really handles stylus and finger different !
Yes, it for sure is area size. You can achieve 'stylus' touch with fingernail too.
Then this is one and half touch screen .. not singletouch, not multitouch.
Old Palms had singletouch, and that technology can't detect center of touched area, nor size, it detects only lower-left (IIRC) corner of the touched area. Fine for stylus, but really bad for fingers.
Most touchpadts work just like this. They can detect upper left corner and bottom right corner of the touched area .. but nothing between it.
Anyway with this you actually can detect most of the multitouch gestures. You can detect 1 finger or 2 fingers drag (different area size), you can do pinchzoom (area size changing). I guess things like this would be possible on Xperia.
Only thing you can't do is using screen as gamepad .. which iPhone can do .. it can detect several areas (virtual buttons) with no interference at all.
What I experimented on S2U2 software with xperia,
is to test the result is it with multi touch capability, but i am not sure.
You guys can have an experiment.
1. slide the S2U2 slide with 1 finger with ur right finger to the right.
2. then using ur left finger to press the slide bar somewhere at your left.
3. Play around by releasing the your left and right thumbs to test is it multi touch.
I am not sure, please some one tell me does it shows any clue. thanks.
yea my theory is that the hardware supports multi-touch, but the software doesn't recognize them as two individual points but instead takes all the values (or coordinates) of everything that is being inputted and takes in the average instead. if this is true, microsoft should definitely start developing multi-touch capability on their future winmo platforms.
The Xperia X1 touchscreen is most definately NOT a multitouch display. Multitouch works by actually using an array of touch devices on a single panel. This is true for both resistive and capacitive touch panel technologies. The result is the multitouch have a great many connections to a processor. While single touch panels only use 3 to 5 connections. The touch panel on the Experia X1's touchpanel has a 4wire interface, making it a common single touch device.
It is, as speculated, possible with some calculations to compute a second touch point with a little trickery. This is limited to a single extra touch point and results in both points being inaccurate.
azian_advanced said:
yea my theory is that the hardware supports multi-touch, but the software doesn't recognize them as two individual points but instead takes all the values (or coordinates) of everything that is being inputted and takes in the average instead. if this is true, microsoft should definitely start developing multi-touch capability on their future winmo platforms.
Click to expand...
Click to collapse
The X1's resistive digitiser doesn't support multitouch.
What you described (avg co-ords) is how resistive screens work. They can only detect one point. They have two sheets, one sheet detects X co-ordinate and the other detects Y (hence 4 wires- you can check this yourself if you pull apart your phone). Biotouch uses some mathematical trickery to guess whether you're using a stylus or a finger.
The X1 is not capable of multitouch.

Touch diamond2

Touch Diamond 2
After the initial couples of days of excitement I set out to change the theme to O2 Blue. This is when I ealised that I am stuck with the current theme. The tf3D doesn't allow you to configure items or alter the theme. I am now using the SPB Mobile shell which heeps better, more flexible and professional looking. Another disappointing discovery is that the screen doesn't flip orientation automatically despite the fact that HTC has a built in G-sensor. The only programs where the screen flips automatically are (opera browser, photo album). Try using MS Excel in portrait and you see what I mean. Hopefully someone will prove me wrong and tell me how I can get my HTC diamond 2 to flip orientation automatically. One can live in hope!! The underlying message? If you haven't bought it yet, don't rush!!! don't judge it by the contact screen (flipping images). Final verdict? Stay away from it!
Change Screen
use Change Screen
its a free app that unlocks your G-Sensor, the best in my opinion
http://forum.xda-developers.com/showthread.php?t=466858
have fun

anyone know of a freeware that show the time even inside PC games?

thanks... this is with regards to windows PC..
anyoneeee?
don't even think it's possible
most games blt directly into the framebuffer and bypass everything real windows
so overlays are not an option
so all you got is the program could try and blt it's clock text on the framebuffer very often this would require a good deal of cpu power compared to it just showing the time
and if the game it's suppose to access's framebuffer is locked by the game it's not possible at all
I once made a vb6 app that painted a red dot on the center of the screen, and that worked with games so yeah its possible
juppmapice said:
I once made a vb6 app that painted a red dot on the center of the screen, and that worked with games so yeah its possible
Click to expand...
Click to collapse
can you make one freeware to paint the time on top left or right? custom size and color ...
may be popular
Rudegar said:
don't even think it's possible
most games blt directly into the framebuffer and bypass everything real windows
so overlays are not an option
so all you got is the program could try and blt it's clock text on the framebuffer very often this would require a good deal of cpu power compared to it just showing the time
and if the game it's suppose to access's framebuffer is locked by the game it's not possible at all
Click to expand...
Click to collapse
thanks for the time however FRAPS manage to put the framerate on screen ...
Its possible -- I remember that there were some apps that are like Vindows Vista Widgets and display clock on the desktop in XP -- maybe some of these work in games(set them to be on top of other apps)!!!!
I have 2 places to look for clock - my keyboards LCD and my Motherboards LCD poster..
About the framebuffer things... fraps (the game recorder) overlays stuff on the screen, so it should be possible, and it would be a great idea!

How to enable multi touch?

How to enable multi touch?
same question!
The Diamond doesnt support MultiTouch because it has a resistive display.
moonscapex said:
The Diamond doesnt support MultiTouch because it has a resistive display.
Click to expand...
Click to collapse
well, the touch diamond DOES have kinda multi-touch^^
the control panel placed right under the screen (where you're hw buttons are). This panel is a capacitive touch panel, which can be enabled with a few apps like gScroll or this app shown on youtube:
http://www.youtube.com/watch?v=f3Owgcos_KY
i don't know it's name but i guess it's free and googable...
i googled a bit and found a thread on xda:
http://forum.xda-developers.com/showthread.php?p=2511016
and here is the main article on wmpoweruser.com which also includes the video from above:
http://wmpoweruser.com/?p=693
i'll give it a try

[Q] Can Galaxy sense the footprint of your finger? [= pressure enabled apps]

Can anyone test whether Galaxy S software / hardware wise can detect the area touched by your finger? If this is possible then pressure related applications would also be possible. Imagine invoking a right click just by tapping your finger in a different way (so as to cover a greater surface) - the music / drawing apps / or GPS scroll speed in such programs or other (e.g. the greater the "pressure" the quicker the scrolling).
Any ideas?
i highly doubt that this is possible and it is definitely not supported by the android api...
edit: i just looked into the api reference and saw that android does support pressure for touch events. i have no idea however if the galaxy s does support this. i think i will try it ...
edit2: sorry but i have to disappoint you, i always get the value 0.15686275 for the motion-event's pressure...but at least the galaxy s supports 5 finger multitouch while the htc devices can't even track 2 fingers right: http://www.youtube.com/watch?v=hVlsRCMltDg & http://www.youtube.com/watch?v=KRCDRXYJBCY
afaik this is only possible with resistive screens that report back the pressure, not with capacitive screens.
bommel0815 said:
afaik this is only possible with resistive screens that report back the pressure, not with capacitive screens.
Click to expand...
Click to collapse
nje, looks like it will be possible with capacitive screens as well soon: http://www.intomobile.com/2009/12/3...touchscreens-with-multi-touch-coming-in-2010/
edit: okay to be precise ... it will be possible on a capacitive touch enabled screen

Categories

Resources