The G1 and "touch" Surface Area - G1 Android Development

can the G1 calculate surface area of a point touching it? or would it be possible to do that? it seems like it could work, but i'm not sure lol or else i wouldn't be asking this.
the reason i'm asking this is, we can make apps that emulate "pressure" so if someone barely taps the phone, it will have less surface area, and if someone presses the phone hard, it will have more surface area, there could be A LOT of things done with it

Don't see why not being it has been shown to be able to handle multi-touch. I agree though... would have many possible applications

yeah it could be used for games and such where u could see how fast you can match the weight on a weighing scale of some sort. i'm just saying it should be easy since we've seen multitouch on the phone. this would have an extra benefit over the iphone.

People are always asking for scales on touch screen devices and never get them.

Or finger painting with pressure driven line width or opacity!

Lieu10ant said:
yeah it could be used for games and such where u could see how fast you can match the weight on a weighing scale of some sort. i'm just saying it should be easy since we've seen multitouch on the phone. this would have an extra benefit over the iphone.
Click to expand...
Click to collapse
The scale idea wouldn't work on a capacitive screen. The sensor detects the area being touched and then approximates the center. The idea of a "pressure sensor" would have to adjust based on variances from the initial contact. My thumb would make a much bigger initial contact than my pinkey, that doesn't mean I'd be pushing any harder.

but it is basically inferred that everyone will be using their thumbs for these types of apps so it wouldn't matter. but HEY guess what? its basically proven that the G1 CAN infact determine "pressure"!! i've had this app for a while now, but i just recently opened it up again to mess with it, and to my surprise, i noticed that the app could tell how much "pressure" i was puttin on the screen. now i dont know if its actual pressure its calculating, or if its the surface area it is calculating, but it sure as hell knows the difference between a light, medium, and hard press.
the app is called BouncingBall in the games section (it would definately be the last place i would see a pressure sensitive app lol) it may seem like such a dull app (no offence) but it really is a great concept. try it out. you just click the screen, and a ball appears where you tapped the screen, and depending on how hard you tap the screen, the size of the balls differentiate. and i know it isn't a "how long you held the screen" type of thing, because i pressed the screen pretty hard a couple times very quickly. like a quick hard jab with my thumb lol. and the ball that was created was large. but anyways, test it out.

I'm not sure if pressure data is made available/enabled in Android, but the synaptics touchscreen and driver definitely do support pressure detection. Check out the driver in git:
http://android.git.kernel.org/?p=ke...drivers/input/touchscreen/synaptics_i2c_rmi.c
and search for ABS_PRESSURE. Technically it's a misnomer as capacitive sensors don't deform or directly measure pressure in any way. "Pressure" is actually the change in capacitance as a finger (or any other object) approaches the touchscreen. It is used by the driver to determine thresholds for which the touchscreen should signal the system finger_down and finger_up events. Since no contact is needed to measure a capacitance change, the sensor may actually report a change in "pressure" even before the finger has touched the screen.
Still, I don't think this would be a very good idea for use as a user input. One reason is that everyone's physiology is different. My thumb lightly touching the screen may give a value of 10, whereas your thumb lightly touching the screen could give a value of 20. Another reason is that I don't think it would be very wise to encourage users to be liberally applying pressure to the screen.

Related

Resistive vs Capacitive screens WT???

this is not a rant thread but what is what is what is the hype about capacitive screens?
for one i enjoy using my nails to click stuffs on the phone and wont this be more precise?
i do not have the fortune to have a capacitive phone before but i really want to know what is so good about this?
So many pple cant be wrong right?????????
(p/s I WANT A HTC TOUCH HD 2 NOW )
First post in a long time!!!!
Well, maybe some of you have noted that i was not posting haha. its because im busy at school.. all those knowledge things etc.
Ok, when i saw that title i was already thinking in something that could make a revolutionary change O:!!
Actually, you can fit a resistive screen layer on a capacitive screen surface.
Just with the needed configuration, driver and alternation between screens (ie: using resistive for pen works as writing programs and capacitive for multi-touching things)
Imagine, using the fingertip to scroll smoothly and writing with a pen at the same time ;D! (Just an idea... no one would do that, but anyone could do ;D)
Just with the right libaries, drivers, software and OS modifications.
cuff cuff M$ could try this on its phone or for the new wm7 cuff cuff...
Just an idea ;D!
See ya !!
The sensitivity!!! Can someone confirm if the HTC HD2 has the same sensitivity to the iphone? I know it will be much better than resistive...
leobox1 said:
i do not have the fortune to have a capacitive phone before but i really want to know what is so good about this?So many pple cant be wrong right?????????
(p/s I WANT A HTC TOUCH HD 2 NOW )
Click to expand...
Click to collapse
leo... while your waiting on the LEO, just go to an at&t store and play with one on an iphonie
capacitive means that you can put a screen protector on it and it will be pretty much just as sensitive =]
but perhaps the best part is that you can just glide your finger over the surface and it will respond...resistive screens are much less sensitive.
I have read somewhere that HTC was working on a capacitive stylus though..sothat would be the best of both worlds =]
am i right to assume,
resistive = precise but not sensitive
capacitive = not precise but sensitive
Isaygarcia said:
First post in a long time!!!!
Well, maybe some of you have noted that i was not posting haha. its because im busy at school.. all those knowledge things etc.
Ok, when i saw that title i was already thinking in something that could make a revolutionary change O:!!
Actually, you can fit a resistive screen layer on a capacitive screen surface.
Just with the needed configuration, driver and alternation between screens (ie: using resistive for pen works as writing programs and capacitive for multi-touching things)
Imagine, using the fingertip to scroll smoothly and writing with a pen at the same time ;D! (Just an idea... no one would do that, but anyone could do ;D)
Just with the right libaries, drivers, software and OS modifications.
cuff cuff M$ could try this on its phone or for the new wm7 cuff cuff...
Just an idea ;D!
See ya !!
Click to expand...
Click to collapse
wont it be thick? the screen..
leobox1 said:
this is not a rant thread but what is what is what is the hype about capacitive screens?
Click to expand...
Click to collapse
Resistive screens work by detecting pressure, so you have to press on them, sometimes quite hard. Capacitive screens can detect the lightest of touches. So capacitive screens tend to be more responsive. If you're trying to type on an on-screen keyboard at speed then a capacitive screen is usually far better - you can actually type rapidly rather than having to methodically press. each. key. one. at. a. time.
Another important difference is that, for practical purposes, resistive screens cannot support multi-touch - they can only detect being pressed in one place at once. That means they can't do things like iPhone-style pinch-zooming which requires the phone to track you pressing in two different places at the same time. (There are multi-touch resistive displays but they're too expensive or difficult to use on a device like a phone).
The upside of resistive screens is that you can press them with almost anything. A conventional stylus won't work on a capacitive screen, neither will your fingernail - only skin. So you can't stab the screen with a convenient pen-top, and it won't work if you're wearing gloves. There has been some work done on creating special capacitive styluses - I'm not sure how well they work in practice and they're not yet widely available.
skulk3r said:
capacitive means that you can put a screen protector on it and it will be pretty much just as sensitive =]
but perhaps the best part is that you can just glide your finger over the surface and it will respond...resistive screens are much less sensitive.
I have read somewhere that HTC was working on a capacitive stylus though..sothat would be the best of both worlds =]
Click to expand...
Click to collapse
A capacitive one works like the touchpad of a laptop. Sometimes i would prefer a capacitive screen on my Touch HD but sometimes even not. Because you can get much easylier error inputs with a capacitive screen. It just needs that your finger touchs slidly the screen and a input is made. But with a resistive screen you really have to press on it.
A screen with both tecs would be nice, have read something about this, but donĀ“t remember who is inventing this.
Don't know if it's because it's capacitive, but the iPhone screen always seems more readable in direct sunlight compared to my Touch Pro (or Touch 3G, or Touch).
For me personally, I think the problems of cold hands or a stylus not being able to work the screen outweigh the benefits. I also can't get my head around pinch to zoom - I love watching iPhone users trying to demonstrate the feature with one hand, sort of juggling it around trying not to drop it. I prefer double tapping on the bit you want to zoom in on. I can't wait to play with a Leo and see which works best in a 'Windows Phone' environment.
Ouzo said:
For me personally, I think the problems of cold hands or a stylus not being able to work the screen outweigh the benefits. I also can't get my head around pinch to zoom - I love watching iPhone users trying to demonstrate the feature with one hand, sort of juggling it around trying not to drop it. I prefer double tapping on the bit you want to zoom in on. I can't wait to play with a Leo and see which works best in a 'Windows Phone' environment.
Click to expand...
Click to collapse
Well obviously pinch-zoom is not designed to work one-handed, but then neither is using a stylus. One advantage of pinch-zoom is that it lets you pick which part of the screen you want to zoom in on and exactly how much you want to zoom in by. Using a zoom-bar doesn't give you any control over where it zooms - it'll always pick (say) the top left hand corner of the screen as a reference point; double-tapping lets you pick where to zoom, but not by how much. Other solutions require additional gestures or presses. Pinch-zooming is also extremely intuitive - non-technical people get the hang of it instantly. Other types of multi-touch gesture are often very intuitive too; for example, running Google Earth on the iPhone, if you want to rotate the map you simply take hold of it and twist.
I think it's interesting how many people were claiming that resistive is better than capacitive whenever they were trying to bash the iphone, yet now those same people can't wait to get their hands on the Leo's capacitive screen.
Personally, I'd rather have resistive. The difference in sensitivity isn't great (so many HD reviews said how close it was to the sensitivity of the iphone). Multitouch is overrated. You can easily zoom in and out with a circle motion on a resistive screen. For me, neither of those capacitive advantages comes close to the benefit of being able to select with a stylus far more accurately than you ever can with a finger. No need to pinch-zoom in to select that link on a web page, or to select a cell in a spreadsheet. That's what's important to me.
capacitive is not good for drawing precise pics right?
HP tablet laptops have some hybrid of resistive and capacitive screens. They have a switch on the side that flicks between them and so they support multi-touch AND stylus
HP Laptop
My mates got one and its dead impressive. Just a shame the screens only 12" If they had them on 17" laptops like the one im using i'd be well up for it!
Capacitive and pinch zoom are both well overrated!
I can touch the screen of my X1 and it responds - no pressure. And I can zoom in by double tapping. Can't see what all the fuss is about to be honest. Probably something started by iPhone fanboys!
Ouzo said:
For me personally, I think the problems of cold hands or a stylus not being able to work the screen outweigh the benefits.
Click to expand...
Click to collapse
I totally agree. I don't want to lose the accuracy of a stylus. Why should I have to zoom in to click a small link with a fat finger, when I can click it unzoomed with a stylus? Same with a cell on a spreadsheet.
Multitouch is just a gimmick that really doesn't add anything useful. Either double tap or use the circle gesture to zoom/unzoom.
RIM applied for a patent for a dual capacitive/resistive screen about a month or two.. so someone is working on it.
http://www.engadget.com/2009/08/05/rim-patent-filing-reveals-hybrid-capacitive-resistive-touchscr/
Monty Burns said:
HP tablet laptops have some hybrid of resistive and capacitive screens. They have a switch on the side that flicks between them and so they support multi-touch AND stylus
HP Laptop
My mates got one and its dead impressive. Just a shame the screens only 12" If they had them on 17" laptops like the one im using i'd be well up for it!
Click to expand...
Click to collapse
thats my laptop, did not know it had a hybrid screen. there no switch on the side, the pen works and the multi touch works (i think, if i press in 2 places it the marker goes to the middle) without press any switch.
People who say there x1, diamond 2s and so one are as sensitive as an iPhone, have not tried seeing how gently you can touch it.
I do like capacitives screens, but I will feel lost without a stylus.
Has anyone else noticed on the iPhone, it doesnt respond to a touch with a nail, but if you touch with you finger and then without taking your finger off put it so only your nail is on the screen it still responds!?
Hopefully HTC will soon release the capacitive stylus that isnt a joke like the pogostick one.
Shasarak does make a very good point though regarding the extra operation being involved after double tapping in a particular area - I guess I'm taking the 'scroll wheel' on my Touch Pro for granted and using it to do the second operation without even thinking about it ; )
As an aside, boy would I like to see physical scroll wheels with navipads underneath make a return, not to mention dedicated camera buttons!

this is why capacitive screen sucks!!

just got my Acer Liquid with android.
i cant use my finger nail to touch the screen or use the onscreen keyboard with nail!
it' so much easier with resistance screen to use nail and 1 hand use!
you could glue a small magnet under your fingernail
i dont understand all this hype about capacitive screen. it really hard to type onscreen with finger and not nail!
and i dont understand all the hype about htc hd2 with capacitive screen, i dont want no freaking capcative screen!
i thinking of selling my acer liquid, i really dont like capcative screen!
Get used to it. It looks like all the begging and hype for capacitive means its not going away any time soon. Instead resistive seems to be on its last days.
I have heard though that someone was working on a dual cap/res screen. Now that would be useful.
jagnet said:
Get used to it. It looks like all the begging and hype for capacitive means its not going away any time soon. Instead resistive seems to be on its last days.
Click to expand...
Click to collapse
then i'm going to keep my Acer S200 neotouch with 1G cpu for awhile! just tried texting on capactive screen with 1 hand, and u have to press the whole thumb on screen and u always get the wrong letter. haha
i going to sell my Acer Liquid just got it today! email me if you in USA! haha
netnerd said:
then i'm going to keep my Acer S200 neotouch with 1G cpu for awhile! just tried texting on capactive screen with 1 hand, and u have to press the whole thumb on screen and u always get the wrong letter. haha
i going to sell my Acer Liquid just got it today! email me if you in USA! haha
Click to expand...
Click to collapse
you got mail.
where are you located?
Assume this is the Euro version?
With capacitive screens you have to almost touch above where you want. Not just and edge of where you want. It's hard but you get used to it. I much prefer resistive though and that's why I won't buy the HD2 or the Hero. Eventhough I want Hero so bad.
I've havd plenty exprience with both types of screens and can do everything better on resistive. I can type so much faster and accurate and can hit the smallest of links.
Capcitive screens require large screens and buttons to work right. Why do you think all the icons and buttons on the iphone are big? Not cause your grandma wouldn't be able to see them if they were small but because it's more accurate if they are big. That way you don't have to be exact. You can be sloppy with the touches and still get what you want.
I pref capa they can take more abuse
and don't require as much pressure
Rudegar said:
I pref capa they can take more abuse
and don't require as much pressure
Click to expand...
Click to collapse
True but having that little pressure gives you more control of where you want to touch. And I like setting my thumb on the screen wthout actually pressing something unless I want.
Being able to press on the keyboard gives you a better feel and more control of hitting the right letter and faster because it feels more natueral.
But to each his own. Each has their pros and cons it's up to the individual to choose which combo of pros vs cons they prefer.
I would take accuracy and pressure presses over light presses and multi touch any day.
Resistive is getting more sensitive as the years go by. So I wouldn't call the tech dead. Resistive can also do multi touch. But Drivers and such have to be created and also the OS has to support it.
This is where I get confused. My fuze (Raphael) has a resistive screen but a capacitative d-pad. I have gscroll, which allows gestures and tapping on the d-pad. It may be a little less sensitive than using a finger, but it also responds fine to a nail. Maybe screen construction is different, though.
Yeah, and i got rid of my palm pre for the same reason, couldn't use it on my motorbike with the gloves on, went back to resistive with the acer f1, now biking and texting at the same time (NOT !)....
So far, I am underwhelmed by capacitive screen on Hero
HTC Touch Freak said:
With capacitive screens you have to almost touch above where you want. Not just and edge of where you want. It's hard but you get used to it.
Click to expand...
Click to collapse
I'm not used to it yet, but I've only been using my Hero for about a week... Right now it's stock from HTC, not rooted, so I have not even consulted the Hero thread here yet to see what tricks and rigs they've got going.
While I will agree it is smoother to touch and glide/slide your finger across screen to scroll or flip to next page, truthfully, even on my T-Mobile Wing, old tech but made golden by the ROM chefs and app developers, I have had no problem for years flipping up down in iContact contact list, and more recently on Nitrogen song lists, or through a long file directory via Total Commander. In fact, I have, so far, felt that on the resistive screen, a flick up or down can be done with different force or speed, and results in different speed of scrolling through the list and where the screen lands at stop... whereas on my capcitive screen Hero, when I am flicking up down a long list of Gmails, I seem to only get one speed, and it's very incremental, I can't flick it to get down to the bottom of the list as I have been able to do on my little old T-Mobile QVGA Wing.
Same with browsing a webpage, especially a long article, and wanting to flick to the bottom... Can't do it (yet, again, not sure what the rooted Heroes with XDA ROMS do there) on my capacitive Hero.
Likewise, take the newest UI app made for WM (resistive) devices: Androkkid from Simo -- It has a UI like the Hero/Android, and it is so easy to swipe the screen left to right to flick to next and previous pages. It glides, no resistance... on the resistive screen !
Now THAT move on the Hero's capacitive screen is for sure much smoother and requires the lightest of touches. So, win 1 for capacitive.
And with s2v (slide to view) and various photo apps including rescoe viewer, a quick rotational arc gesture of my finger on the screen flipped a photo from landscape to portrait -- not simply for viewing (which accelerometers arguably do simpler, but I have not found it the case yet; there's lag time) -- but also for cropping and editing a picture.
One of the big arguments FOR capacitive screens is multi-touch and the squeezing and pinching to control zoom levels. That myth got shattered with browsers like Opera mini 4.2 and skyfire, and Netfront and Iris, etc. Tap-tap to zoom is SO much easier, and less RSI (repetitive stress) on finger muscles just to perform these multiple pinch and squeeze actions. I have seen ZERO value so far in this supposed selling point of capacitive screens. And, conversely, the resistive screens handle zooms and size changes fairly effortlessly, and very intuitively. So, to me, that's a win for resistive.
I don't get it (yet)... I have found no gestures on the Hero, like swiping right to left to go BACK on a website, or in any app. As much as I absolutely love this new Hero, I didn't want this to be the case, but the ergonomics of holding the device, hitting the hardkey back button (which requires a serious push, not a soft touch), as well as having to push a manual key for MENU options? All really taxing on one's hands and finger muscles even after a short while like 15 minutes straight.
Please someone tell me that XDA has given the Hero, and its capcitive screen all sorts of really simple and smooth to touch gestures that I can program to replace any hardkey function, especially: Back key, Menu key, and even volume controls.... All much easier to control on the resistive screen. Slider control actions like a touchscreen volume control left to right? As many have said, the target area for the finger to hit the control is very unforgiving... I've had to try again several times in a row... vs on resistive screen, such controls are so easy to control , whether with my full finger tip, or with a fingernail, and the precise control of stopping and sliding is more precise on resistive, in my view. Again, win for resistive.
I much prefer resistive though and that's why I won't buy the HD2 or the Hero. Eventhough I want Hero so bad.
Click to expand...
Click to collapse
Are you paying attention? I can't quite say I am disapponted with the hero, because it is a stunning phone, with a great UI, and beautiful screen, and yes, shiny and elegant, with a great build quality. But if I can't discover gestures or ways to use touchscreen controls to bypass these hard-buttons, i can for sure say, no, it will grow tiring, I hate to say. Though again, i do not know what the new firmware will do, both Android's 2.1 and HTC's sense upgrade. (I know this has nothing to do with cap vs res screen, but I am really surprised by how stiff the hard buttons are on the hero. They feel like first generation calculators, vs the light touch keyboards from apple, for example.
I've havd plenty exprience with both types of screens and can do everything better on resistive. I can type so much faster and accurate and can hit the smallest of links.
Click to expand...
Click to collapse
Resistive wins HUGE here. I almost never used the hard keyboard on my wing. I have always preferred an on screen keyboard, for rapid entry, and composing longer messages. And the app I used this past year on my Wing is Finger Keyboard -- oh my god it is so more advanced than even the HTC soft keyboard on the Hero that is the makeover for the default android soft keyboard. From the UI and color differentiation of FingerKeyboard, to its multi-functions and programmable shortcut phrases, to the real petal to the metal consideration of my fingers hitting all the right keys -- FAR greater accuracy on the resistive keyboard with my finger, and, like you i do like using a stylus for tapping out longer messages, or for entering long passwords that are combos of numbers and letters, cap and lower case. The rapid tap sequencing on that resistive screen using a stylus to accomplish that is easily 3 times faster to enter a complex username and password for sites that require it. A big win for resistive. Not even close.
Capcitive screens require large screens and buttons to work right. Why do you think all the icons and buttons on the iphone are big? Not cause your grandma wouldn't be able to see them if they were small but because it's more accurate if they are big. That way you don't have to be exact. You can be sloppy with the touches and still get what you want.
Click to expand...
Click to collapse
But I will quibble: I don't think the decision tree of how to design the iphone began with -- oh, looks like we're going to need big icons because we're using capacitive screens. I think more likely it was Jobs swooningly saying "how do we fundamentally change the user experience of using a touch screen phone... And I'll bet that whole pinch zoom thing was more of the driver of "we MUST have multi-touch; therefore capacitive"... and the bigger icons were absolutely a usability design issue that solved for rapid selection of a large variety of items, even if the phone is mounted in your car near the steering wheel. I have to say, that was breakthrough thinking on their part, and the icon size issue should not be minimized as a "must make do with" reaction to the target accuracy of capacitive screens.
But yeah, I am with the original poster. But since I am new to capacitive all together, I am guessing there has been thread after thread of this same discussion 200 times over since the first iphone came out, and people were comparing it to WM devices.
So I hope someone can nevertheless explain to me: WHAT is the alleged advantage of capacitive other than pinch-zoom? I don;t get it at all.
Sadly
I think it is because WM is heading a a very very user friendly interface. Like the phone. There are trying to dumb the whole o.s. down and have the same things as the iphone has, to remain in the smart phone wars. Think this is all because of stupid apple
I agree, it's all a big trend to follow the iphone, a pity it's going to ruin whats great about WM in the process
I love my hero because of the capa screen, it looks so much better than the resistive ones, colour/clarity ect. i dont have to keep askin my mates " have you seen my stylus" lol and i dropped my ash tray on my hero the other day and not one scratch on the screen lol id hate to see the damage to my touch pro's screen if i did that lol
mancsoulja said:
I love my hero because of the capa screen, it looks so much better than the resistive ones, colour/clarity ect. i dont have to keep askin my mates " have you seen my stylus" lol and i dropped my ash tray on my hero the other day and not one scratch on the screen lol id hate to see the damage to my touch pro's screen if i did that lol
Click to expand...
Click to collapse
Just because it is a capacitative screen doesn't mean that it is made of glass...
And I just can't wait till the multi-touch for resistive screens gets ported over to the TP2. It's already been proven to be possible on a larger screen, but hopefully it'll work on smaller screens. Still like resistive more than capacitative.

Palm Wrap Eliminator?(Thinking Out Loud)

So I was thinking about the issue of palm wrap. I think the implementation of it would be fairly simple. This would probably require root access, but I digress.
You would basically disregard any input happening within 1/8" - 1/4" on the border of the screen. Well not any inputs, but any prolonged inputs. Like the inputs that happen when your fingers hang off the edge of the screen, or the palm of your hand grazing the screen when you try to press something with your thumb.
There are very few programs that use the full screen, especially near the edges. If there are it would just be a matter of putting the anti-registration on hold when the app is in the foreground.
You could even create a setting for "fat" fingers and "slim" fingers. The fatter the finger, the further out you would disregard inputs from there.
The caveat being that you have to have it running on the system level. Now that google has finally added multi touch support on their apps, I wouldn't be surprised if you have access to input information on the system level.
(I know jack about making programs on adroid, but the rum is helping my mind think)
What do you guys think?
I haven't had palm wrap problems since I bought my seidio innocase. Adds a little beef to the unit as a whole (just a little, nothing major) but keeps my palm off the edges of the screen.
i like this idea simply because I do not want to buy any sort of case for the phone
Good idea my friend.
Just out of curiosity, does everyone here hold there phone in one hand and use the other to input anything? Because I can't see any palmwrap problem unless I do this.
I almost exclusively use my nexus with one hand doing inputs with my thumb if I'm not in landscape mode and I've never had any problems with palm wrap (I might be misunderstanding the concept completely though, so feel free to correct me).
I guess it depends on the length of your fingers the base of my thumb is what mostly affects one handed use for me.
JHaste said:
i like this idea simply because I do not want to buy any sort of case for the phone
Click to expand...
Click to collapse
[off-topic] That is 'not' a good road to follow...get one of the soft cases or atleast the skins that you dont even notice it (personally I bought THIS and its amazing, has amazing 'grip' and it fits perfectly, unnoticeable).
[/off-topic]
I dont seem to have this problem either. But it could be helpful to others with bigger hands maybe?
I have this problem sometimes and it is annoying as heck. I don't even think you need to go to all that trouble to fix it. I think just enabling multitouch on the dexktop might fix it. Don't know how difficult that would be though.

I have an idea for a lockscreen app

i was wondering if there's a lockscreen app that just shows your current home but non responsive til you tap your screen a preset number of times that way you can still see your android homescreen so you don't have to unlock it to see your live widgets and maybe to add some eye-candy to it the taps could crack the glass at the point where you touched the screen the final tap that unlocks it could shatter the glass and restore responsiveness to the device...sort of a "break glass in case of emergency" feel to it. can this be done? If yes, how hard would it be and does anybody else think this is a good idea? And lastly does anybody wanna take a crack at it?
Hah that'd be pretty cool... Mainly for showing off
maybe an interested app dev will see this post i would love to see this on a device and not just in my head
Something like that would totally rock. Although, I'm afraid you could still unlock the phone accidentally if it were in your pocket. I know the screen can register a touch through thin fabric, of which a lot of pockets are made of. Maybe make it quadrant based. Two taps in the upper left and one tap in the lower right or something along those lines. Don't even have to have lines on the screen or anything like that to differentiate the quadrants, just a fuzzy logic system that can figure out what your trying to do.
garfnodie said:
Something like that would totally rock. Although, I'm afraid you could still unlock the phone accidentally if it were in your pocket. I know the screen can register a touch through thin fabric, of which a lot of pockets are made of. Maybe make it quadrant based. Two taps in the upper left and one tap in the lower right or something along those lines. Don't even have to have lines on the screen or anything like that to differentiate the quadrants, just a fuzzy logic system that can figure out what your trying to do.
Click to expand...
Click to collapse
Interesting!
Along that same idea ...
Maybe a re-skin of the Lock Pattern currently utilized in Android.
It could, under some setting, take a screen shot of the home screen.and when the device is locked, display that screen shot.
Your idea of the invisible quadrants could be expanded to equal a 3 by 3, or a 4 by 4 square, instead of dots. And it could be set to recognize taps or swypes.
OrganizedFellow said:
Interesting!
Along that same idea ...
Maybe a re-skin of the Lock Pattern currently utilized in Android.
It could, under some setting, take a screen shot of the home screen.and when the device is locked, display that screen shot.
Your idea of the invisible quadrants could be expanded to equal a 3 by 3, or a 4 by 4 square, instead of dots. And it could be set to recognize taps or swypes.
Click to expand...
Click to collapse
That may work, but I think it may start to get a little too complicated then. My thinking is that if you have three or even four sections wide/tall, it may be much more difficult to hit a particular area, that's assuming there are no visible dividing lines. Invisible quadrants would be much easier to tap and swipe without worrying your not hitting the correct area.
garfnodie said:
Invisible quadrants would be much easier to tap and swipe without worrying your not hitting the correct area.
Click to expand...
Click to collapse
I hope some developer is reading this
These little random ideas for apps never really happen, it is rare that anyone actually fulfils the wishful thinking of random users. I would be heavily surprised if this is actually carried through with.
Fantastic idea, though. If you ignore the negative, with the right effects and work this could be quite good.

Touch Sensitivity

Hey is anyone elses GTab's touch sensitivity kind of off?
I noticed, compared to the iPad and Galaxy Tab, some times it takes me 2-4x of tryinng to press something to get it going.
Its almost like the screen cant pick it up sometimes. And sometimes when scrolling, it selects things, when im just Trying to scroll..
Also the top left HOME button on screen is always iffy, most times ill need 2-4 more times 2 press it to get it going.
I am using TNT 2.2.
Anyone else noticed this? i feel like its hardware.
Definetely not as responsive as my EVO. Maybe its the cheap screen. I wish it could be fixed via software, but fat chance. I guess not all capacitive screens are created equal.
supanatuwral said:
Definetely not as responsive as my EVO. Maybe its the cheap screen. I wish it could be fixed via software, but fat chance. I guess not all capacitive screens are created equal.
Click to expand...
Click to collapse
You nailed it. IMO Samsung has been making the best color screens for years.
Have had absolutely no problems with touchpad responsiveness from my gTab... Just as sensitive and responsive as my Dinc.
Really does seem like this hardware is hit or miss... Some tabs have no issues some have many.
You guys are just plain spoiled. I've gone through Palm IIIx to now the gTablet, and it just simply has the most responsive touch screen that I've ever used, but I've had recent experience with the dreadful Augen GT and the slightly less dreadful White Pandigital Novel, both of which had worse touch screens than other devices that I've used.
One thing that I do, do for the gTab though is to clean the screen quite a bit. At a minimum I do so before every use as I find the fingerprint/body oils buildup to be annoying in fairly short order and it might have some impact on touch responsiveness. It's the worst fingerprint magnet that I've ever seen actually...
No issues here with single touch sensitivity, pretty good on that. Just as good as my Nexus One. Multitouch and pinch-to-zoom still a bit flaky. I am hopeful that will be resolved by software and/or driver improvements, as it was on the Nexus One.
The only issues I have are when the screen is too dirty or too clean. When I really scrub and clean the glass off entirely, at first it's a bit too "sticky" almost when my finger contacts it - maybe that's because it's winter here in the Northeast and my skin is dry. Once I've used it a bit and it gets some finger grease on it, it works perfectly. But if it gets grit or solid dirt on it, that can definitely interfere with the touch screen too, as with any capacitive screen.
I suspect the optimal thing would be a really good screen protector that's easy to clean and has that smooth finger contact feeling out of the box, like the iPad's glass does, for example, which I think has something to do with the oleophobic coating.
Typing this on my gtablet. The issue for me is the keyboard. There are parts of the screen that are unresoonsive making some letters not get tapped. The A key and l keys in particular. As a result I can't type smoothly or naturally because I will make several errors along the way. This does not happen onky iphone or my wires ipad.
it might bemy rrleason for sending it back as it takes too ongoing totyr correctly and I get tire d of all the corrections.
Well if your using the stock tnt keyboard, it sucks. We can learn from the ipad, with the size of the screen it has huge keys that cover a lot more of the screen then our stock tnt keyboard. I use smart keyboard pro with the key heights set to maximum and it works so much better, like 100x better. Even has voice to text.
Can people check their keyboard? I find that if I type most of the keys they type fine. However, the letter a key seems to only work when pressed offcenter which prevents. From typing properly as I must deliberately slow down and make sure it is correctly typed otherwise I get many errors. Could this be a defect in my screen?
Or is this a ui problem with tnt?
This could be a deal breaker as I misspelled every word if. Has h letter A
Letter A
I have the same problem with the letter A, and sometimes P. Otherwise touch is great
Figured why this tablet is driving me nuts. There are two dead zones on this tablet. Someone please do this test so I can figure out if this is just my tablet or all g tablets.
Download mulitouch vis test. Do rapid light touches in the area where the 'a' key is and delete key are. If I do this test in the middle of the screen it registers every single tap. But in those two areas I can sometimes tap 10 times in a row and not have a single tap register.
If this all g tablets then I think it's going back.
Also is there a keyboard with arrow keys? Trying to place the cursor can be a real pain.
Agreed bout the dead spots. The stock tap n tap western keyboard seems tominimize them due to the angles but if I try another keyboard I miss the a and the return button all the time
Stocklone said:
Figured why this tablet is driving me nuts. There are two dead zones on this tablet. Someone please do this test so I can figure out if this is just my tablet or all g tablets.
Download mulitouch vis test. Do rapid light touches in the area where the 'a' key is and delete key are. If I do this test in the middle of the screen it registers every single tap. But in those two areas I can sometimes tap 10 times in a row and not have a single tap register.
If this all g tablets then I think it's going back.
Also is there a keyboard with arrow keys? Trying to place the cursor can be a real pain.
Click to expand...
Click to collapse
Downloaded the app as well because I, too, am having the same screen non-responsiveness issue. Lo and behold the area where the "L" key is is a pretty dead spot. It would register about 40% of the quick taps I did in that area. Is this is a software issue? If so, I can live with it and hope our wonderful devs release a software build that resolves this otherwise, this thing may be going back because it's driving me up the wall!
I do see the occasional missed tap here and there, but no consistent dead areas that I've noticed (the A and L buttons on keyboard seem fine to me).
Multitouch sensitivity is wayyyyy mis-calibrated though - you have to use very heavy finger presses to get multitouch to register. This is some sort of driver or calibration issue that should be easily solved.
I found a binary called TSCalibration in the /system/bin directory on my VEGAn ROM G Tablet. Tried running it from terminal, but it seems to be looking for a calibration.ini file on the SDCard. I'd be willing to bet we could figure out how to fix some of the touchscreen issues with some work, because I suspect they are principally software related.
If your issues with the touchscreen are anything like this...exchange it...
My new one requires very little effort if any at all to get the screen to respond...
However, if you're talking about the once in a while miss of a touch...yes, I agree with cutterjohn....you're spoiled. Return the device asap, so I could pick it up from an outlet...please?
RavenII said:
If your issues with the touchscreen are anything like ...exchange it...
My new one requires very little effort if any at all to get the screen to respond...
However, if you're talking about the once in a while miss of a touch...yes, I agree with cutterjohn....you're spoiled. Return the device asap, so I could pick it up from an outlet...please?
Click to expand...
Click to collapse
There is a big difference between these dead spots and the occasional miss. I have no problem with the occasional miss. I just have to adjust to how my finger touches the tablet to get more consistent hits.
There are areas of my tablet that consistently do not behave like the other areas. Does that sound normal to you? I can't have a tablet where anything in the 2 corners is extremely inconsistent. If I have the tablet oriented a certain way the soft-buttons get put into one of the bad corners and that is really frustrating.
I don't think it is how I am holding it because the problem follows the physical corners and it is not relative to my hand. So that rules that out. And I washed my hands and gave the tablet a good cleaning so dirt/grease/grime is not an issue either. It could have been too clean but why only two corners?
I have many weeks to go on my 30 days so I will keep screwing with it to see if I can come up with anything that is a workaround or explains why it is happening. It is insanely fast and it's modding future looks extremely bright with such talented people. If I get fed up enough, I'll exchange it and hopefully get one with a even touch response for the whole screen or simply return it and wait a couple more months for Honeycomb tablets.
RavenII said:
If your issues with the touchscreen are anything like this...exchange it...
My new one requires very little effort if any at all to get the screen to respond...
However, if you're talking about the once in a while miss of a touch...yes, I agree with cutterjohn....you're spoiled. Return the device asap, so I could pick it up from an outlet...please?
Click to expand...
Click to collapse
Whoa. That video was pretty bad. While mine is not like that (thank God), I just tried hitting the app drawer key and it only registered after the 13th tap?!?! seriously wtf. While it isn't a "dead zone" per se, that's still pretty bad. There has to be a software fix to recify this issue with the right side of the screen. (my "L" and "delete" button are pretty bad as well).
THAT is a defective product...
I'll do another video to compare with my new one...WITH funky assed salty sweat all over the screen. Works flawlessly...
Is your model that is working well running stock firmware and keyboard?
mine is tent lite and the stock keyboard is ok. It if I try to use the alternative keyboards then I get consistent misses on key presses especially on the letter a.
I'm always tapping *constantly*, like 10-20 times on certain spots around the corners and edges of the screen, I'm about to return mine because of this.. Believe I'm still in the 2 weeks with office depot, will have to go snag the $350 one over at sears and hopefully it will come with a screen protector this time (this one I have didn't come with one, wonder if that has to do with the dead spots)..

Categories

Resources