Related
Having written StylusLock I wanted an additional lock/unlock method. Although StylusLock works great, I wanted some extra features:
* to have it possible to lock and unlock "one handed". The StylusLock approach cannot be done "one handed", e.g. on a bike.
* Also some people do not like to operate with the StylusLock (always).
* The combination with this new CapacitiveFingerLock and existing StylusLock will suit more people.
* And sometimes people will use the Stylus, so they will get the right behaviour depended on the usage pattern
* Still the goal is to let it consume almost no CPU and battery and KISS to operate
I discovered with StylusLock that when the TouchPanel and Hardware keys are locked, still the Zoom function works in e.g. Opera.
You can try yourself, using StylusLock:
1. Start Opera
2. Lock the Touch Diamond or Touch Pro with StylusLock
3. TouchPanel and all hardware keys are locked
4. Try to Zoom in/Zoom out in Opera, this still works with the NavWheel
5. Also the Ok button seems to react
I figured out via Scott Seligman and Koushik Dutta how to programmatically access the Capacative Touchpads. You can read also more here: [REF]Capacitive touchpad apps
So this idea is implemented in CapacativeFingerLock. But I am not using the NavWheel idea, but just uses the Capacative hardware area for locking/unlocking. The idea is again simple and clever. When you softly touch the area where the hardware keys are located (so do not press the keys, just gently touch them), the up/down and position area can be detected. I programmed that when the same area is touched gently 3 times within a second (without touching another area), the lock status is toggled.
I made a proof of concept program (just copy the exe inside the zip file attachment to your phone and just execute it), which shows how it is going to work. Just play around with softly touching the hardware panel, to see what happens.
If am working on integrating CapacativeFingerLock with StylusLock, to have a working "real locking" application. The Proof of Concept program just shows that it is possible.
Reserved for future use
Another one for future use.
very nice concept....now i noticed you posted a link of this thread in the wheel to unlock thread...would there be a way to possibly implement a config tool that lets you choose say, touch 3 times softly, or run your finger around the circle?
Malik05 said:
very nice concept....now i noticed you posted a link of this thread in the wheel to unlock thread...would there be a way to possibly implement a config tool that lets you choose say, touch 3 times softly, or run your finger around the circle?
Click to expand...
Click to collapse
In principle this can be done. But because the NavWheel is also used for other purposes (Zoom In/Out), I have chosen not to use the NavWheel, but the 3 times gently touching. In this way there is no interference with other existing applications.
I'll try that, it seems like no one cares aboyt the capacitive touch pad, it seems like an amazing thing that we've got that is so neglected. I hope to give some positive feedback later, but first I have some rom flashing to play with!
Thanks for the work, there must be so many possible implementations for this, I hope this is just the beginning of something much bigger.
How about a simple tap to launch app?
i went ahead and installed it, and it works very well...Will there be a (pretty) GUI to show that it was unlocked?
Also the diamond does have multi touch on that pad area, which enables a "trace" of the movement of your touch
http://www.youtube.com/watch?v=f3Owgcos_KY
Since the nav sensor wont be so ideal, how about sliding your finger from the top of the pad to the bottom (lets say, place your finger on the back button, and gently moving it down to initiate unlock, with a GUI on the screen following your movement, as you go closer to the bottom, the color changes from lets say, red, to green...with incremental color changes in between)
Instead of 3 taps, why not a swipe between the home and back keys, which seems much more natural.
Surur
surur said:
Instead of 3 taps, why not a swipe between the home and back keys, which seems much more natural.
Surur
Click to expand...
Click to collapse
I imagine it is just harder to implement for a proof of concept.
Personally I think there are enough ways to lock the diamond, whether you swipe the screen or 1cm below it is not a revolution, but if swiping the capacitive touch pad could be made to launch desired apps from selected gestures, that would be a revolution, like dynamo3 or hibernate or even standby. I think a lot of people here would want that over another locking solution. Good will intended!
Just tried it.
This is very cool very very cool
Thanks for time invested in such a cool development.
surur said:
Instead of 3 taps, why not a swipe between the home and back keys, which seems much more natural.
Surur
Click to expand...
Click to collapse
Swiping is not so easy one handed. Touching gently 3 times is much easier one handed, holding your Touch Diamond or Touch Pro firmly and touching with your thumb.
However, I can imagine other sort of applications which can use the swiping for other sort of operations. Both are possible with the programming API I made.
uniqueboy said:
I imagine it is just harder to implement for a proof of concept.
Personally I think there are enough ways to lock the diamond, whether you swipe the screen or 1cm below it is not a revolution, but if swiping the capacitive touch pad could be made to launch desired apps from selected gestures, that would be a revolution, like dynamo3 or hibernate or even standby. I think a lot of people here would want that over another locking solution. Good will intended!
Click to expand...
Click to collapse
I am going to share the source code. I have written it in C#. And others can get ideas and take over some of the source code for their own application. At the end we profit all of it.
ZuinigeRijder said:
I am going to share the source code. I have written it in C#. And others can get ideas and take over some of the source code for their own application. At the end we profit all of it.
Click to expand...
Click to collapse
I like your style, that is the the kind of development attitude that keeps here!
ZuinigeRijder said:
Swiping is not so easy one handed. Touching gently 3 times is much easier one handed, holding your Touch Diamond or Touch Pro firmly and touching with your thumb.
However, I can imagine other sort of applications which can use the swiping for other sort of operations. Both are possible with the programming API I made.
Click to expand...
Click to collapse
If you are open to other ideas, I would love the area from the back to home key to be a scroll bar when the device is in landscape mode. Grabbing the narrow on-screen scroll bar can be tricky, and the Touch Pro lacks the scroll wheel of the HTC Kaiser.
Surur
Have been looking into this myself as well. The only code I found was managed C#. Do you think we can use this in our native C code? Looks promising though!
ZuinigeRijder said:
Having written StylusLock I wanted an additional lock/unlock method. Although StylusLock works great, I wanted some extra features:
* to have it possible to lock and unlock "one handed". The StylusLock approach cannot be done "one handed", e.g. on a bike.
* Also some people do not like to operate with the StylusLock (always).
* The combination with this new CapacitiveFingerLock and existing StylusLock will suit more people.
* And sometimes people will use the Stylus, so they will get the right behaviour depended on the usage pattern
* Still the goal is to let it consume almost no CPU and battery and KISS to operate
I discovered with StylusLock that when the TouchPanel and Hardware keys are locked, still the Zoom function works in e.g. Opera.
You can try yourself, using StylusLock:
1. Start Opera
2. Lock the Touch Diamond or Touch Pro with StylusLock
3. TouchPanel and all hardware keys are locked
4. Try to Zoom in/Zoom out in Opera, this still works with the NavWheel
5. Also the Ok button seems to react
I figured out via Scott Seligman and Koushik Dutta how to programmatically access the Capacative Touchpads. You can read also more here: [REF]Capacitive touchpad apps
So this idea is implemented in CapacativeFingerLock. But I am not using the NavWheel idea, but just uses the Capacative hardware area for locking/unlocking. The idea is again simple and clever. When you softly touch the area where the hardware keys are located (so do not press the keys, just gently touch them), the up/down and position area can be detected. I programmed that when the same area is touched gently 3 times within a second (without touching another area), the lock status is toggled.
I made a proof of concept program (just copy the exe inside the zip file attachment to your phone and just execute it), which shows how it is going to work. Just play around with softly touching the hardware panel, to see what happens.
If am working on integrating CapacativeFingerLock with StylusLock, to have a working "real locking" application. The Proof of Concept program just shows that it is possible.
Click to expand...
Click to collapse
A while ago I posted about the Windows Messages received by the form for capacitive touch events. Is that what you ended up using to figure out where on panel is being touched? Mind posting some code so I can add it to the Sensors assembly?
Great idea. Defienetly it will be my way of locking device. StylusLock works nice but can't be operated by one hand so its useless for me. SensorLock uses battery and i've drop my phone already unlocking it.
surur said:
If you are open to other ideas, I would love the area from the back to home key to be a scroll bar when the device is in landscape mode. Grabbing the narrow on-screen scroll bar can be tricky, and the Touch Pro lacks the scroll wheel of the HTC Kaiser.
Surur
Click to expand...
Click to collapse
This can be surely done, programmatically. But I do not know if you can control the scrolling of other applications. The latter seems to me difficult?
Anyway, when a lot of applications are going to use gestures using the capacative areas, there will be going conflicts (different programs reacting differently on different gestures).
For the locking application I want to made, I see also some different gestures possibilities:
- 3 taps for locking/unlocking
- swipe left to right for Power off
- swipe right to left for starting a configured application
And I am sure I can come up with other gestures and actions....
drvdijk said:
Have been looking into this myself as well. The only code I found was managed C#. Do you think we can use this in our native C code? Looks promising though!
Click to expand...
Click to collapse
Actually I started with C++ and had also a working Proof Of Concept. However, because I am new to Windows Mobile Programming, I also wanted to use C# as next project. I have developed programs in a lot of languages (also in C++ and C#), but I like C# more. And I wanted to do this now for Windows Mobile, to get experience with this. Note that the C# sample is using only .NET 2.0, so you do not need .NET 3.5.
You can find a C++ sensortest program, which was available on Scott's weblog:
http://scottandmichelle.net/scott/cestuff/sensortest.zip
ZuinigeRijder said:
This can be surely done, programmatically. But I do not know if you can control the scrolling of other applications. The latter seems to me difficult?
Click to expand...
Click to collapse
I dont know if you can manipulate the scroll bar of another application directly (though this would be ideal) but at the least maybe a page down keystroke could be sent to the active window.
Surur
It´s been a month since I "upgraded" from Diamond to the X1
Overall I am very pleased with the X1, BUT:
1.- I miss the smooth (flat) screen edges!! Corners are difficult to reach with my thumbs in the X1 because the screen is depressed from the chassis. The diamond's screen was flat with the chassis, thus making it very easy to press/touch icons in the corners
2.- The VOLUME keys should be located at the left, not the right (IMHO)
3.- I miss the circular touch control from the diamond: it let me zoom/pan very fast in excel and opera (circular finger movement around the central button). At least a "jog dial (p800-esque?) would have been nice...
4.- It's easy to press the "panel" button (wrongly) to answer a phone call !!
5.- Having a hardware "back" button was a plus in the diamond
6.- The "power" button is too hidden.
7.- The mini-USB connector is located at the natural left finger position. It should be ergonomically positioned down the phone ??
8.- Regarding the HW keyboard, I miss a couple of extra keys from the TyTN (dedicated CTRL key, windows context menu key, those two "softkeys" up there... etc) and I find the first row of keys too close to the phone body, making it difficult to type in the upper row
9.- Sony's standard panel is cool but dull, TouchFlo 3D was VERY USEFUL and practical... I got so used to doing everything with my THUMBS instead of the stylus...
Anybody else has noticed/missed these hardware/design issues ??
I know this is Sony's FIRST WM PDA phone
Hope any Sony engineer is reading this post
ad 1. We discussed this topic before. A few users are with you opinion and a few users (including me) like the recessed screen because it protects the screen from scratches and I haven't got any problems with pressing anything until now.
ad 2. I never had a phone with the volume keys on the left. I think they are okay where they are. Good to reach, either you hold the phone in the left or the right hand.
ad 3. I don't know the circular touch, but it sounds interesting.
ad 4. What thumbs do you have?
ad 5. The touch button is okay for me. If not, you have the two buttons below the screens to configurate.
ad 6. The power button is perfect, because it wakes up the phone and therefore it has to be hidden. It shall not be pressed unintentional while the phone is in my pocket.
ad 7. Then the phone could not be charged while it is in a carholder. Most carholders are closed on the bottom so I'm very happy with the layout while navigating with the X1.
ad 8. A bigger keyboard would make the writing easier but the phone bigger. It's a good compromise in my opinion. I got used to the keyboard and now writing's very fast.
ad 9. That's a matter of taste, really! Let me quote myself:
The panels are great. With the SE-Panel you have everything you need in one panel -calender, messaging, weather, shortcuts aso...
You don't need to change pages like with the touchflothing. TouchFlo is one of the reasons for me not to buy a HTC phone.
I now have the SE Desktop Panel with everything I need, additionally a fullscreen weather panel if I want to know more about forecast, windspeeds and whatelse, one panel for everything that's multimedia and one panel is for the navigation software TomTom which works great with with the internal GPS
Click to expand...
Click to collapse
Anybody else has noticed/missed these hardware/design issues ??
I know this is Sony's FIRST WM PDA phone
Hope any Sony engineer is reading this post
Click to expand...
Click to collapse
Sorry to say that, but I like these "issues" and, as you can see, I have my reasons. But each user has its own pros and cons so the "perfect" phone is not going to happen
I too moved from a diamond to an x1 nearly a month ago, overall I think i prefer the X1.
my previous windows mobiles all had some kind of hardware keyboard, be that a full qwerty or dialpad,
(SPV c500, C550, C600, HTC wizard, HTC TYTN)
I really struggled at first without the keyboard,
I then got really annoyed with how dirty the diamond touch screen got from typing,
it also got VERY scratched because of the flat touchscreen, which i never experienced with previous phones,
yes the X1 has its little quirks, but I got to say its either equal to or better than any HTC device i know of, even htc never get it 100% right...
cheers
Steve
gtrab said:
1.- I miss the smooth (flat) screen edges!! Corners are difficult to reach with my thumbs in the X1 because the screen is depressed from the chassis. The diamond's screen was flat with the chassis, thus making it very easy to press/touch icons in the corners
Click to expand...
Click to collapse
I've also got no problems with the recesed screen, actually I prefer it like that, gives a "little" more protection.
gtrab said:
2.- The VOLUME keys should be located at the left, not the right (IMHO)
Click to expand...
Click to collapse
That's a matter of taste, anyways, they must be where the camera is, as they allo to zoom (on lower mpix. resolutions)
gtrab said:
3.- I miss the circular touch control from the diamond: it let me zoom/pan very fast in excel and opera (circular finger movement around the central button). At least a "jog dial (p800-esque?) would have been nice...
Click to expand...
Click to collapse
Actually I don't like those "touch" controls that the newer htc's got...
gtrab said:
4.- It's easy to press the "panel" button (wrongly) to answer a phone call !!
Click to expand...
Click to collapse
I've never pressed the panel button when answering...
gtrab said:
5.- Having a hardware "back" button was a plus in the diamond
Click to expand...
Click to collapse
useless...
gtrab said:
6.- The "power" button is too hidden.
Click to expand...
Click to collapse
better... sucks turning on accidentally your phone...
gtrab said:
7.- The mini-USB connector is located at the natural left finger position. It should be ergonomically positioned down the phone ??
Click to expand...
Click to collapse
that's actually better for me...
gtrab said:
8.- Regarding the HW keyboard, I miss a couple of extra keys from the TyTN (dedicated CTRL key, windows context menu key, those two "softkeys" up there... etc) and I find the first row of keys too close to the phone body, making it difficult to type in the upper row
Click to expand...
Click to collapse
yup, ctrl key would be great, but the other ones I don't need them, actually the upper part is in a nice position so is easy to combine keyb+screen
gtrab said:
9.- Sony's standard panel is cool but dull, TouchFlo 3D was VERY USEFUL and practical... I got so used to doing everything with my THUMBS instead of the stylus...
Click to expand...
Click to collapse
Panels sux (actually) just like touchflo.
I've used touchflo in other devices and always end disabling it.
anyways, at least with panels we have a nice facebook one... let's hope more come soon.
10: I always cover the loudspeaker with my fingers while holding the X1. Would have been better position on the back- or downside of the device. But maybe i could just drill a hole....
Ah and
11: First touch resonse works on the Diamond, the X1 just brigthens the screenlight and you have to click again.
1. The screen design on the X1 is better, its too exposed on the Diamond.
2. Not true.
3. I like the joystic on the X1 better than the "wheel"
4. I have mapped my program launcher to the panel button + I dont have fat fingers
5. Not in my opinion, I found it rather useless. HW softkeys are much more usefull
6. No way, its better than in Diamond
7. USB connector is located in little bit weird place, but use your phone on landscape while connected, how does it sit now?
8. What you mean TyTN had CTRL, you mean you had Touch Pro not Diamond or TyTN? CTRL missing from the keyboard is disadvantage. Coming from TP I found the upper row to be close to screen at first, but now I do not experience this problem anymore, probably got used to it
9. I dont even have panels installed, or even TF3D
As you see most of these are just opinions...
One thing you did not mention is the magnetic stylus holder in the Diamond and Touch Pro... But you also did not write any of the pro's that X1 has over those devices...
I had Diamond and Touch Pro and I do prefer X1 over them... Only big thing we are missing is a stable and tweaked rom... Dutty's comingggggggggggggggggggg.....
What people seem to be forgetting is that you couldn't make a phone with a flush screen and a metal housing.
The Diamond / TP does a little vibrate when someone picks up your call, am i right? (I'm not a Diamond user)
That is a VERY handy feature in my opinion. Would've been great if that would be possible on the X1.
I have a Polaris/Touch Cruise/Orbit 02, and also got an X1 a couple of weeks ago. I really miss the scroll wheel from the Polaris as well as the Cube/touchflo. Navigation for me was much simpler. Maybe it's just the usual case of configuring Window Mobile to personal preferences. I've installed HTC Home flike I had on the Polaris and this has made things easier.
I Also find the non-flush keyboard a problem, especially when typing on the screen keyboard. On full qwerty keyboard I find it difficult hitting the keys on the left or right edge of the screen.
I remember when I got the Polaris (after having a Hermes) I had to change settings/software until I was happy with it's operation/navigation. Hopefully, it'll be the same with the X1.
SomeoneSimple said:
The Diamond / TP does a little vibrate when someone picks up your call, am i right? (I'm not a Diamond user)
That is a VERY handy feature in my opinion. Would've been great if that would be possible on the X1.
Click to expand...
Click to collapse
This is a software feature that I would imagine wouldnt be that hard to transfer to X1...
Yes, its a software feature with the Phone application. Should work on any custom ROM with the Blackstonephone - like on mine ...
nurps said:
10: I always cover the loudspeaker with my fingers while holding the X1. Would have been better position on the back- or downside of the device. But maybe i could just drill a hole....
Click to expand...
Click to collapse
UPS I forgot that one !!
That's so true: hold the phone with your left hand and sound mutes (because the speaker hole gets covered)
skycamefalling said:
...ad 9. That's a matter of taste, really! Let me quote myself: "additionally a fullscreen weather panel"...
Click to expand...
Click to collapse
A dedicated weather panel ?? Sounds great. I'm searching for it right now
And yes you're right: matter of taste (and use).
Don't get me wrong: I am writing my oppinions to make this phone EVEN better. As I stated before: I am overall please with the phone, I've have them all ("near" all ) and the Xperia is my best phone ever.
Matter of choices and tastes of course, but I wanted to know if somebody shared my thoughts about that minor "issues".
Regarding panels, I think it is a fresh new idea with great potential.
1.- A "camera" panel would be OK (how about a panel that turns your phone into a full Sony Cybershot digicam?? )
2.- A GPS panel would be OK too
3.- More customization options for the strandard Sony panels would be even better !!
I would have preferred the screen flat too, it doesn't need more protection as I keep it in a soft pouch. Besides I find overall its LESS protected as the dirt that gets stuck in the recessed screen is more likely to get wiped across the surface repeatedly before you actually get it removed. It also makes the grease buildup extremely hard to clean off.
My other gripe is the keyboard. I had wished the whole phone had been a little bit wider so that they keyboard was more like my Wizard. Sure you get used to the screen being so close to the top row but it does slow you down. When I go back to my Wizard I can ALWAYS type easier and quicker because the keyboard is more spaced out.
The rest listed are none issues for me. I may even like the panels in the end as I am going to play with the SDK.
haha the funny thing is that the x1 is made by HTC
What's so funny about that?
There has always been a difference between one HTC device and another. In all other respects the Wizard was rather underpowered compared to other HTC devices at the time and it was/is rather chunky. Also technically I own a T-Mobile MDA Vario, its just from visiting these forums I learnt about updating the ROM to WM6 and that its a HTC Wizard (WIZA200 actually) in a T-Mobile branded shell.
backslash225 said:
haha the funny thing is that the x1 is made by HTC
Click to expand...
Click to collapse
The X1 has been designed by sony ericsson, build in cooperation with htc and produce by htc.
so it's not a made by htc . Sony got an idea and ask one of the most experienced winmo company to make it. And they are not so pleased with htc they have stopped their partnership with them. Seems they reproach htc to have underpowered x1 software and got a lot of production problem with them.
Yesterday I purchased a HD2 also called Leo, running original WWE ROM from HTC
I have installed several apps including Sloved dictionaries, Lingosoft dictionaries.
Some are in "touch mode" version, some are not. Those apps who are NOT in touch mode, are virtually impossible to operate, due to the new screen. Small Icons and scroll down menu are almost impossible to "touch" they never give the correct results.
Leo seems NOT very compatible. The reason, I guess, is the new screen type: it it different, it is similar to iPhone. They call it resistive screen.
Both iPhone and HD2 you cannot use stylus or pen (simply the screen does not react). Both cannot use the nail of the finger (it does not react).
The thumb and the finger tip areas (which is the only area which can input into the device) are too gross and wide to be precise....
You need to use the soft part of the finger (I guess in English it is called finger tip, or end of the finger), below the nail, in order to have the screen react to your inputs.
I have tried many times: in my software the small icons on top bars, and all scroll down menus ARE TOO SMALL to be tipped with finger tip or thumb tip.
They cannot accessed, or they give wrong results or you need tens of attempts to get it right. Most of the time inputs are not responsive, sometimes they are, with unpredictable or wrong results (for example you open phone ring scroll down menu and click on a ring type "A" and the phone interpret as ring type "C")
This is terrible...altough I admit the 4.3" screen is awesome and superb...What can be done?
1. is there an application which restore or adjust the screen sensibility so that it can be used with NON-TOUCH softwwares?
2. or are all developers going to release new touch-friendly version of their software...suitable to this type of screens?
Thanks a lot
Saulo
saulo866 said:
1. is there an application which restore or adjust the screen sensibility so that it can be used with NON-TOUCH softwwares?
Click to expand...
Click to collapse
You can try pinch zooming.
saulo866 said:
2. or are all developers going to release new touch-friendly version of their software...suitable to this type of screens?
Click to expand...
Click to collapse
They will, but it may take some time and won't happen overnight. They will have to do it to stay alive because of WM7 compatibility requirements.
It may be a (huge) inconvenience for some users like you, but it's a trend that won't be reversed.
Congrats on the new handset.
saulo866 said:
Leo seems NOT very compatible. The reason, I guess, is the new screen type: it it different, it is similar to iPhone. They call it resistive screen.
Click to expand...
Click to collapse
The screen on the HD2 and the iPhone is capacitive, not resistive.
saulo866 said:
Both iPhone and HD2 you cannot use stylus or pen (simply the screen does not react). Both cannot use the nail of the finger (it does not react).
Click to expand...
Click to collapse
You can use a special kind of stylus, I believe some people have bought one for the iPhone on ebay. Also, HTC has patented a magnet tipped stylus which will work on capacitive touchscreens. As the HD2 is built with a 4.3 inch screen I don't think there will be much problems.
I can use my X1 without a stylus just fine.
Is it totally impossible to manage tiny acreen elements?
Is a conductive (metal) "stylus" possible?
Thanks
zolom said:
Is it totally impossible to manage tiny acreen elements?
Is a conductive (metal) "stylus" possible?
Thanks
Click to expand...
Click to collapse
A conductive stylus should be possible. Apparently, you get conductive plastics, which are used to package up ICs (integrated circuits), something like could work. But would would need to find a way to make it into a rod somehow. Would be expensive I imagine.
The are capacitive styluses on eBay. They are also quite cheap. However, their tips are quite large compared to a resistive stylus.
I'm going to experiment a little bit when I get my HD2 (hopefully on Friday).
But to be honest, I can use my finger for almost everything on my X1. And that was a tiny screen compared to the HD2. So I don't see the problem. Seems like a lot of people are making a fuss over nothing.
I tried to use morph gear on mine and NONE of the buttons work at all.
I guess the use of capacitive screen is only advantageous if and only if the OS and applications are designed for it. Window mobile would not be able to enjoy this benefit now. I hope WM7 would change that.
madindehead said:
A conductive stylus should be possible. Apparently, you get conductive plastics, which are used to package up ICs (integrated circuits), something like could work. But would would need to find a way to make it into a rod somehow. Would be expensive I imagine.
Click to expand...
Click to collapse
HTC have licenced one already...
DinoZ1 said:
HTC have licenced one already...
Click to expand...
Click to collapse
They have filed a patent yes. They haven't made it yet tho. Certainly not to the general consumer.
That's B.S
If you use softwares from 1996 then sure, it won't be finger friendly.
Almost all software from recent year are finger compatible.
I just went through all the software installed on my touch HD, from about 30 software installed zero are not finger friendly. The only thing I have non finger friendly is some of the WM6.1 screens.
madindehead said:
A conductive stylus should be possible. Apparently, you get conductive plastics, which are used to package up ICs (integrated circuits), something like could work. But would would need to find a way to make it into a rod somehow. Would be expensive I imagine.
The are capacitive styluses on eBay. They are also quite cheap. However, their tips are quite large compared to a resistive stylus.
I'm going to experiment a little bit when I get my HD2 (hopefully on Friday).
But to be honest, I can use my finger for almost everything on my X1. And that was a tiny screen compared to the HD2. So I don't see the problem. Seems like a lot of people are making a fuss over nothing.
Click to expand...
Click to collapse
No, no one is making a fuss. I hate the stupid posts of "visible dot matrix in the screen, HD2 is slower than other phones, HD2 has no video out and so on". But I quite get the feel of problems the poster is trying to address. You didn't get the point here, X1 is with the typical resistive screen, it is entirely different when you operate on a capacitive screen, and it is not about the size of the screen. I now start to worry about the 3rd party apps as I've been relying on many apps with my Touch HD. I really hope somehow the software developers will come out with apps exclusively support HD2 capacitive screen!
I don't understand .. sure, it's harder to press small elements. But even now a lot of software is finger friendly, and the trend will only get stronger. Actually I use only fingers with my current X1, I use stylus like once per week, since some parts of WM 6,1 can't be used well with fingers.
Is there some other problem ? What do you mean by exclusive HD2 support ?
newuser888 said:
I guess the use of capacitive screen is only advantageous if and only if the OS and applications are designed for it.
Click to expand...
Click to collapse
For me personally, and, I believe, for many others, the major advantage of a capacitive screen is the glass screen surface and no need to use those stupid screen protectors anymore. I don't use outdated apps with tiny elements though, so it's not a big deal for me. If you are tied to them for some reason then it's a different story I guess...
well it doesnt need to be exclusiveto the hd2... just finger friendly would do the trick... I use my stylus only on some drop-down menus...
Exemple of applications which are NOT working??
I got mine few minutes ago, I am using it, and I dont have ANY problem with tiny elements, maybe sometimes you need to click 2 times but nothing. 0 problems for me.
This device is fracking awesome.
precsmo said:
No, no one is making a fuss. I hate the stupid posts of "visible dot matrix in the screen, HD2 is slower than other phones, HD2 has no video out and so on". But I quite get the feel of problems the poster is trying to address. You didn't get the point here, X1 is with the typical resistive screen, it is entirely different when you operate on a capacitive screen, and it is not about the size of the screen. I now start to worry about the 3rd party apps as I've been relying on many apps with my Touch HD. I really hope somehow the software developers will come out with apps exclusively support HD2 capacitive screen!
Click to expand...
Click to collapse
I did get the point. He said small menus are hard to press without a stylus.
I am asking why he finds this, as with a bigger screen (same resolution) the menus are now bigger. If I can use a small menu with my finger on the X1, the SIZE of the icon will be bigger on the HD2 (given the increase in screen size).
I wasn't saying that capacitive and resistive react the same way to a finger press. All the apps need, is to become finger friendly.
They won't react any differently on the HD2. Unless you have a drawing application you use, in which case that will be different.
But my original point still stands. The icons shouldn't be any harder to press on the HD2 as they will be bigger than on an X1 (I have smallish hands, but quite chunky fingers. I have press icons on the X1 fine, so I'm not worried about them on the HD2).
Even with big fingers, it's just a matter of skill. The phone detects center of pressed area and it always sends single point to the application. It does not mean that you can't press very small element with big finger, it just may be harder to hit.
I recommend simply trusting the device, not trying to do anything special ..
let me clarify what I said: let me make some more examples to make you understand what huge discomfort this "otherwise awesome screen" is giving to me:
try for example, (on any HD2) to do the following:
settings > input > options > try to change default zoom level from 200% to 100% (you need to access zoom scroll down menu)...I have tried for 20 times and I failed...sometimes I get 300% sometimes I get 75%...no way you can select the right level.
No way you can use your nails (since the settings are in a small area)
any other settings in which you need to select a choice from a scroll down menu results in a pain and several attempts...
In this condition even the internal settings on wm 6.5 are hard to accomplish...better to shift back to HD1 or to iphone, whose software is simplified enough to make the use of thumbs finger possible
saulo866 said:
let me clarify what I said: let me make some more examples to make you understand what huge discomfort this "otherwise awesome screen" is giving to me:
try for example, (on any HD2) to do the following:
settings > input > options > try to change default zoom level from 200% to 100% (you need to access zoom scroll down menu)...I have tried for 20 times and I failed...sometimes I get 300% sometimes I get 75%...no way you can select the right level.
No way you can use your nails (since the settings are in a small area)
any other settings in which you need to select a choice from a scroll down menu results in a pain and several attempts...
In this condition even the internal settings on wm 6.5 are hard to accomplish...better to shift back to HD1 or to iphone, whose software is simplified enough to make the use of thumbs finger possible
Click to expand...
Click to collapse
Just carry a laptop round with you that has MyPhone installed on it and use that. Simple!
After pressing the bottom left hardware botton to select text, I'm having problem placing the cursor to accurately indicate the starting and ending position of the selection. What is the big secret on how to do this operation right?
i have the exact same problem.. i wish the phone had arrows or a trackball.. and when you select text twards the far right of the text box, it auto moves the screen back to the center of the box.. its very difficult, the only advice i can offer is pinch zoom in very close, till the text takes up most of the screen, and highlight better. of course pinchzooming method will only work for email and web pages.. no help for texting..
If I zoom in, then either the beginning of end of the selection block is no longer in view, and dragging does not automatically scroll the screen like in iPhone.
eaglesteve said:
If I zoom in, then either the beginning of end of the selection block is no longer in view, and dragging does not automatically scroll the screen like in iPhone.
Click to expand...
Click to collapse
As someone who is coming from an iPhone I can tell you that this is something that I really miss.
Android needs to learn how to do proper copy and paste (this is not just a Samsung thing).
On a side note, I am really hating the email client on android, this is not a phone very usable in a corporate (Exchange) environment!
Perhaps it is a mistake to omit the trackball?? Looks like trackball is extremely crucial for any Android phone.
Kurtbee, you're right. Google has not thought through the design of copy and paste properly yet.
eaglesteve said:
Perhaps it is a mistake to omit the trackball?? Looks like trackball is extremely crucial for any Android phone.
Kurtbee, you're right. Google has not thought through the design of copy and paste properly yet.
Click to expand...
Click to collapse
No, trackballs are a step backwards. Android should simply implement a better way to select text - the iPhone does it beautifully.
I also am not in love with any of the email clients - even K-9 has a crappy/ugly interface. And why isn't there a way to force check email in the Integrated Mailbox?
MacGuy2006 said:
No, trackballs are a step backwards. Android should simply implement a better way to select text - the iPhone does it beautifully.
I also am not in love with any of the email clients - even K-9 has a crappy/ugly interface. And why isn't there a way to force check email in the Integrated Mailbox?
Click to expand...
Click to collapse
Totally agreeing with you. However, copying Apple might land Google into a law suit, so I think they'll be weary of that.
BTW, for INPUT field only, I accidentally discover a way to accurately do it. Here's how:
1) On the Swype keyboard (that's why it is only limited to input field, unfortunately), draw a North west to south east line going across the upper right corner of the Swipe key. In other word, from the upper case arrow position to the SYM key. This will change the keyboard to one that contacts cursor, home, select all, select, text, cut, copy, paste.
2) Then use the cursor key to move to the one end of the selection block.
3) Press the select text button
4) Move cursor to the other end of the selection box, followed by either a cut or paste key depending on what you want to do. This will copy the block to the clipboard.
Unfortunately, often I need to select from non-input field as well, and there is no solution for that yet.
Hope this little tip helps everyone. Cheers.
Same thing for the samsung keyborad if you press the 123 field for a long time.
Now we need to find a way to do the same on a web page ...
nicoloco said:
Same thing for the samsung keyborad if you press the 123 field for a long time.
Now we need to find a way to do the same on a web page ...
Click to expand...
Click to collapse
Thanks, but how do I change the keyboard from Swype to the Samsung keyboard? Is this keyboard from Samsung or from Google?
Just touch the text until you see a pop up.
Then you should have the possibility to change the keyboard
Sent from my GT-I9000 using XDA App
Got it. Thank!
Wow, thanks guys, this will make typing a lot easier! You would think the arrowy keyboard thing would be more highlighted and easily accesible since it's making the experience much better. Well, maybe in the gingerbread, they didn't hire the Palm UI guy for nothing...
I find it a little difficult, but can usually get it after 2 or 3 tries max.
Maybe using fingernail is more accurate?
Finger nails do not work on capacity touchscreen though. Even if it does, how do you deal with situation where the selection block span outside the screen? There is no provision to scroll the screen during the selection process.
HTC Sense Androids have a great copy-paste feature identical to IPhone. Hopefully it can get ported to galaxy
So, after having my TF for about 4-5 months, I decided to get the keyboard. Why not sooner? Well, I had a laptop and I wanted just a tablet - which I happen to love. However, I'm deploying (again) this week and I don't want to take a laptop and tablet.
I've researched some of this, but here's some of my questions....
1. Is there any way to swipe scroll with the pad? I use Google Currents and I noticed that left/right keys don't cycle through the stories. Instead of clicking and dragging I just swipe the screen. Any way to do that with the keyboard?
2. If I read the manual I can probaly figure this out, but what are the circles on some of the keys for? (1 and 6, up and down)
3. Not a question, but a statement, my palm always hits the track pad. Hit it twice since typing this.
4. Are there any cool tips and tricks with the keyboard? (aside from dropping a 750gb HDD in it)
1. two fingers on the trackpad left and right should change the page
2. they are just references to highlight reference keys
3. F4 (the 3 squares with the line through it toggles the track pad on and off
4. some guy made his chrome instead of brown
That's what I'm talking about. Thanks for the tips.
Anyone have anything else?
This thing is awesome, where have I been?! lol
One of my favorites is the back button is a right click. That and I was able to change the cursor from the circle to the pointer.
all thats mod-able too if your rooted
you can change functions with tasker and you can change the cursor to something less blue.
last tip is that when you are using the arrow rather than the circle multitouch gestures on the pad don't work although if you want i can throw together a package to make it look like the pointer and act like the circle
Hate to hijack it but I would be very interested in a file that gives you the arrow pointer but the multi touch of the circles
DESIRE HD using ER3BUS ASUS TRANSFORMER on KRAKD
Thanks for all the great advice!
To do the pointer mod, do I need to root?
I don't mind rooting, but I've everything set up exactly like I like it and you know what a pain it is to reinstall the apps, getting everything straight and logged in, etc.
You know what would be a cool mod... Automatically disable the touch pad after 10 keys (or something) are entered consecutively. Or the user can change the amount. Right now I turn off the pad manually before posting on here, but if it would recognize I'm typing something lengthy that'd be awesome. Is it possible?
haven't tested it yet but this should work just replaces the pointer_spot files with pointer_arrow files
View attachment MultiArrow.zip
and if it doesn't work flash this to get it back to normal
View attachment Default.zip
mbreezy said:
Thanks for all the great advice!
To do the pointer mod, do I need to root?
I don't mind rooting, but I've everything set up exactly like I like it and you know what a pain it is to reinstall the apps, getting everything straight and logged in, etc.
You know what would be a cool mod... Automatically disable the touch pad after 10 keys (or something) are entered consecutively. Or the user can change the amount. Right now I turn off the pad manually before posting on here, but if it would recognize I'm typing something lengthy that'd be awesome. Is it possible?
Click to expand...
Click to collapse
you do need root to do the pointer mod and having clockwork mod would be helpful just use nacho root it is not destructive to data so you dont have to resign in
1. push the silver slider and detach screen from dock.
2. notice jaws drop around you.
3. ????
4. profit
mbreezy said:
So, after having my TF for about 4-5 months, I decided to get the keyboard. Why not sooner? Well, I had a laptop and I wanted just a tablet - which I happen to love. However, I'm deploying (again) this week and I don't want to take a laptop and tablet.
I've researched some of this, but here's some of my questions....
1. Is there any way to swipe scroll with the pad? I use Google Currents and I noticed that left/right keys don't cycle through the stories. Instead of clicking and dragging I just swipe the screen. Any way to do that with the keyboard?
2. If I read the manual I can probaly figure this out, but what are the circles on some of the keys for? (1 and 6, up and down)
3. Not a question, but a statement, my palm always hits the track pad. Hit it twice since typing this.
4. Are there any cool tips and tricks with the keyboard? (aside from dropping a 750gb HDD in it)
Click to expand...
Click to collapse
Im able to use the tablet for everything but highend gaming for portability and versatility it is fantastic.
Goodintentions has done a few hard mods to his docks, check it out for some ideas, I personally will be installing and additional set of batteries and a ssd, but am waiting because i will most likely be upgradingto the prime soon.
My only concern with having the tab without a pc is if it gets bricked, will you have access to a pc or mac where you are going...just in case.
Be safe on your deployment bro
Sent from my Transformer TF101 using xda premium
General keyboard tip: search Google for Asus Transformer shortcuts! There are some pretty helpful keyboard shortcuts for many operations in different applications.
mbreezy said:
So, after having my TF for about 4-5 months, I decided to get the keyboard. Why not sooner? Well, I had a laptop and I wanted just a tablet - which I happen to love. However, I'm deploying (again) this week and I don't want to take a laptop and tablet.
I've researched some of this, but here's some of my questions....
1. Is there any way to swipe scroll with the pad? I use Google Currents and I noticed that left/right keys don't cycle through the stories. Instead of clicking and dragging I just swipe the screen. Any way to do that with the keyboard?
2. If I read the manual I can probaly figure this out, but what are the circles on some of the keys for? (1 and 6, up and down)
3. Not a question, but a statement, my palm always hits the track pad. Hit it twice since typing this.
4. Are there any cool tips and tricks with the keyboard? (aside from dropping a 750gb HDD in it)
Click to expand...
Click to collapse
Good luck to you deploying, man. Half the guys I've installed the hard drive for are military guys who want to bring without hassle their movie collections with them.