converter program (finger friendly) need suggestions - Windows Mobile Development and Hacking General

Hi wanted to create my first program..
right now Im trying to make a unit converter that is finger friendly..
so far I've tested it and here is what I have so far..
any suggestions? regarding the buttons positions, the interface, etc?
thanks

Hi Providense,
Looks good so far.
Do you have a development schedule as to what it will convert?
Keep it up.
John

Provedence,
It seems that some people like to have a configuration facility.
So perhaps some suggestions:-
Favorites so that the list can be tailored to favorites for that person to save a more compact list of 'things to convert'
I would be happy to have any theme for now but cooks may prefer to add there own theme.
I have used this type of function with calculator type programs but they can become unweildy so one that is specific would be usefull.
Thanks
John

thanks Johny1fin
as of now these are the things i've done
Temperature:
degree Celsius
degree Fahreheit
degree Rankine
degree Reaumur
kelvin
Acceleration: (still doing it right now)
centigal
centimeter/square second
decigal
decimeter/square second
dekameter/square second
foot/square second
g-unit(G)
gal
galileo
gn
grav
hectometer/square second
inch/square second
kilometer/hour second
kilomter/square second
meter/square second
mile/hour minute
mile/hour second
mile/square second
milligal
millimeter/square second
still a long way to go. But the Acceleration should be done by today.
Then I'll add Area, Date/Time and etc

I like the idea of favorites. I'll see if i can implement that. Im still a beginner at programming. Using VB.net 2003 right now

oh by the way. Here's the main menu, where I will put all the buttons

providence said:
Hi wanted to create my first program..
right now Im trying to make a unit converter that is finger friendly..
so far I've tested it and here is what I have so far..
any suggestions? regarding the buttons positions, the interface, etc?
thanks
Click to expand...
Click to collapse
Providence,
It may be a limitation of the APIs but could the vertical scroll buttons be next to each other horizontally rather than vertically as this may produce larger buttons?
John

Look nice.. however, on the finger friendly issue, you may want to avoid the scroll list (on your first screenshot) and have another screen for the choice of (say) different temperature units. Something like, making a screen (of your second shot) for temperature units. If you get what i'm trying to say

thanks for the feedbacks i've changed how the scrolling works. Now im using a custom button for that.

Looking good providence

I am not sure if you like this idea, but I think it will be more useful if you can add:
- Currency converter
- Currency quick view (to view several currencies at once)
There is an example of a very nice and complete project with source code here:
http://www.codeproject.com/netcf/PocketCurrency.asp
Add option to have automatic currency update as well
[ x ] Update when connected to ActiveSync
[ x ] Automatic update every X hours

hi, well the main idea was to create a finger based Unit conversion program. To add Currency Converter would be a challenge for myself.
Since first of all, Currency changes daily, so there must be a way to update it. Secondly, im still learning how to program by self teaching myself on my free time.
By the way, Here's the latest screenshot of the program.
I fixed the buttons so its easier to use.
unfortunately, this will only work on PDAphones and not on smartphones. Since you'll need to use the touch screen as input method.

Here is an idea, as mentioned by one of the post above, instead of stacking your scroll button up and down, it may save you that more space if you were to stack them left and right.
From what it seems, the < and > , are buttons, which you use it to 'affect' your lists. If you were to (example) sandwish your list in between these two buttons, you would save like another 2 button height. Example.
Currently, you have the layout
Code:
. item1 <
. item2
. item3 >
. item4
if you can just do this (which is possible in VC, not sure about VB), instead
Code:
< .item1 >
.item2
So, instead of 4 item height, you are now only left with 2 items height.

ahh i see..
I tried doing it
< item 1 >
item 2
but i find it harder to navigate, since when you go back you have to drag your finger across the other side of the screen. And while doing that, you are blocking the item list with your finger.
I dont need to save space, i think i got everything in there..
by the way, here's the test i took
then again, if i put them on the sides, it makes easier for those who are left handed as well

The spaces you save, may able you to bloat up the keypad below.. from what it seems, now they are on the 'flat' side of it.
If you think the "left-list-right" is not very finger friendly, you can try the "list-left-right"? That is
.item1 < >
.item2

Hi thanks for the suggestions..
right now here is what i have, and will probably be the final change in the button positioning..
i got big fingers and I can use them without stylus.
Should have a pre-alpha version ready soon. As of now I've done temperatures and acceleration.
Will add more soon

Related

[NO MORE IN DEV 07/31/200] ContactManager 0.11 - Another try for "finger friendly"...

[NO MORE IN DEV 07/31/200] ContactManager 0.11 - Another try for "finger friendly"...
ContactManager is no more developped, please use the new native version. You can get more information here
ContactManager 0.11
What it does:
- "classic" finger scrolling
- tapping the contact make appear a screen with contact info (photo, name, phone, sms and mail). Selecting one option launch the default compose dialog or make the call. You can also change the contact picture from the detail directly.
- display contact photo if present (in the list and the contact detail).
What's different:
- if you press you finger on the left or right border of the screen it will allow you to select the letter you're searching for, release the finger, it will show you the contact starting with this letter. For me that's the way to go in touch interface: release should trigger the event, push should only provide visual feedback, I'd like a visual kb like this.
- the contact detail is not the standard one, you can show only the information you want (and it's animated .
- the list is animated (scrolling) and the transition between list and detail also.
Settings file:
There is an .ini file that you can create in the directory where the program reside. It contains color, font and image settings. See the setting.ini provided in the zip file.
To install, copy the unzipped file to your ppc and run it. Should be enough. Tested on WM6 only, apparently it also run on WM5. Sorry for 2003 owner, as I don't have such device, I'm unable to test.
Please inform me, before publishing this app on any other website... (a mail to qpouplard // gmail.com will be enough). I'm not against it at all, but I'd like to know it.
What's new? (0.11)
- Localization support
- Bug fixes
- Updated default theme
- Setting to adjust image position
- Multiline information are supported
- Memory optimization
How to use localization??
Copy "lang.fr.ini", adapt the file to your need, change "fr" to your PDA country ISO name. (fr for France, sp for Spain, de for Germany, etc...).
I'll provide localization soon.
What's new? (0.10)
- Gesture: you can slide you finger from right to left or right to left, it will go act like the lower left softkey.
- Bug fixes: app crashing while deleting contact
- New virtual contact: at the end of the list you have a new contact, tap on it to create a new
- New default theme inspired from the Touch
- New settings to adjust contact detail information
To download version 0.11 please go to the brand new ContactManager website: http://www.pocketcm.com.
Please always link to my website, do not provide binary yourself. I'm clearly trying to bring some traffic to my website... so I can continue to develop for free.
You like this application? I've put some time developping this application, it also take me lot of time to take all your valuable comments into account. I'm doing mostly for technical challenge and fun, but ... any donation is appreciated (even the small one) (and will motivate me to continue the development as a freeware), please use this link
Feature to come:
- Native version (who read this? )
- Sync with MyOE contact (http://myoedev.blogspot.com)
- (maybe) compose sms from the application, mainly to allow me to test with SIP method using C# and not C++.
- Setup/packaging integration on the Touch (cube, dialer, etc...).
Download ContactManager 0.11
Thanks- this is a very nice version- I like it.
One suggestion- can the A-Z letter can be another colour- ie colour RED ( or user defined) ... Well done !!!
very nice job and I had the same idea for show contacts for my new iMedia continue to work with it, it's going very nice...
btw some things to adjust :
- scroll isn't very good yet
- left index is too much on the left (
- characters are very ugly on my device
pl55, I'll think about adding some options On the other side, if one of you feel like an artist, feel free to propose something!
Guybrush, can you elaborate what's wrong about scrolling (I mean I agree with you, but on the other side, I have a smartphone for 5 days now... I don't have lot of experience about what's "good" or "bad").
You want left index to be longer? for now it's 26 pixels, maybe 30 will do the job?
Related to the ugliness or character, can you post a screenshot? I only have an HTC touch to test (and the emulator).
that's a screen as appear on my device... about left index look screenshot of my SSContact, i think it's good like that... Scrolling is slow... and not fluid... don't give me good feelings.
I've have a little problem, I can call using the Call button, but the send Sms button doing nothing ....
hi,tene
Very nice work,it looks good by adding contact photo and the idea of side contact to call or to send SMS.
The alpha.index is working but as the application is to be used by finger so it is very difficult to use this index by finger.
Second thing is the scrolling is heavy not fluid,the best i think to scroll is icontact of Larna ,it scrolls very nice.
So keep it up and we all wait for another release with fixed bugs.
thanks
pl55, do you have configured anything specific for SMS? WM5 or 6? I'm using "standard" CF function to start the compose SMS stuff.
myRIGHT: regarding performance, what PPC are you using? How many contact do you have? (I have like 100 on mine). How is the sliding to contact detail going? (it's important, if sliding is bad, I'll have to think about a totally different method).
For the alpha index, my idea was exactly to make it usable by finger: its very hard to point to the right letter, but it's rather easy to move your finger to the right position, so the idea is: tap anywhere on left (or right) part of the screen, and move your finger until you're on the right letter, then remove the finger, that's it. That's also why you get a visual feedback (ugly for now, will look better soon).
Wow this looks promising! Good work! Here are my thoughts:
Like MyRIGHT said, I feel the scrolling in larna's icontact is perfect, so if you could get that kind of feel it would be great!
For now though the biggest thing bugging me is the way it sorts the names, File As always seems the prefered way (again like in larna's icontact). If you could fix this I would definitaly use this instead of icontacts!
Good job on the abc index too, maybe you can make the "area" on the right hand side of the screen a little wider (thumb width )
Maybe you could also make the letter that shows up in the middle of the screen more obvious (coloured background or so).
I like how you can you use the virtual keyboard to jump to the first letter!
I LOVE the way the screen slides to the left when you click on a name. It's a lot faster than waiting for the "default" screen to show up too! Maybe the screen that comes in can look a little better like you said though.
The bottom buttons (search and new) don't seem to do anything, but maybe you havent gotten around to that yet. Maybe you could have the app fullscreen and have 4 buttons at the bottom which launch speed dial, call history, the keypad and new contact or so ?
It's also interesting how the d-pad always scrolls all the way to the top of the list no matter what button you press
Hope this might help you and I hope I don't come across as someone who can only complain, this is a really nice app!
tene said:
pl55, do you have configured anything specific for SMS? WM5 or 6? I'm using "standard" CF function to start the compose SMS stuff.
myRIGHT: regarding performance, what PPC are you using? How many contact do you have? (I have like 100 on mine). How is the sliding to contact detail going? (it's important, if sliding is bad, I'll have to think about a totally different method).
For the alpha index, my idea was exactly to make it usable by finger: its very hard to point to the right letter, but it's rather easy to move your finger to the right position, so the idea is: tap anywhere on left (or right) part of the screen, and move your finger until you're on the right letter, then remove the finger, that's it. That's also why you get a visual feedback (ugly for now, will look better soon).
Click to expand...
Click to collapse
My apologies, the SMS send button work fine, it's just take a while to load up. . With my Hermes and WM6 - I like the speed of scrolling it's just feel right - ( just like larna's icontact) .
I've to agreed with others, the A_Z index is so tiny, may be if it can be triggered wih another screen A_Z ( more like the contact detail but appear from the left side this will make finger buttom easier).
It's very very nice, but it can't be displayedcorrect om a htc universal (vga screen). If you could make a vga layout it would be perfect...
I think if the scrolling spped and a few graphics were added it would be great! i am a graphics artest, tell me the size and format of the images for things like the letters on the side and i can cook somthing up for u
Hi atomicshockwave,
For now I don't use image, only drawing text, however I'd like to have:
- A correct layout for contact detail (I can extract something from a mockup, for instance, you draw a beautiful sample for a given contact, and I'll try to integrate it).
- An image for the preview letter from the A_Z, something like a bubble pointing to the letter.
Regarding the size, the A_Z is 10*320, each contact is 220 * 32. For the contact detail, it just has to fill the screen.
Apparently it maybe great to think about VGA devices, I don't have one, but I suppose I can use the emulator (however, I fear performance would suffer).
Working on a new version... will update soon.
Hi Tene,
Great and useful App ! it run smoothly and scrolling speed is acceptable on my Hermes with WM6. Only 3 things i noticed that need enhancement:
1) contactmanager can't be minimized with the 'ok' button on Hermes, closing it tapping the 'X' works.
2) If the contact saved phone number in 'work tel', it wouldn't be displayed with your contactmanager (list and detail)
3) the 'new' and 'search' softkey is not responding ?
btw, scrolling at the border for first letter is really useful UI
> 1) contactmanager can't be minimized with the 'ok' button on Hermes, closing it tapping the 'X' works.
Is it something special to your device? (my problem, as a newbe with smartphone, I've no idea what you're talking about)
Regarding work tel, I added work tel to the list of phone number he tries to find, but I really should handle various phone number.
For the new and search, I just put them "for testing", they do nothing... but my question is: what button would be actually usefull?
tene said:
> 1) contactmanager can't be minimized with the 'ok' button on Hermes, closing it tapping the 'X' works.
Is it something special to your device? (my problem, as a newbe with smartphone, I've no idea what you're talking about)
Click to expand...
Click to collapse
It has a 'OK' button (most PPC phone has this button) to minimise the app (running in memory but hidden from the screen) instead of closing, it would be good if contactmanager can be minimised.
maybe a Exit softkey button would be useful instead of 'search'
Now see I like the scrolling MUCH better in this than iContact. It might be able to slow down a bit slower but the speed that it maxes out at is good. In iContact, sometimes when I scroll it goes too fast or straight to the bottom of the contact list. That is pretty fast given that I have 100 contacts.
My only issue is that there is only one number shown (which you pointed out), and that the search and new buttons are not functional. This is a big pain with the iContact app... no ability to add a new one. I am on the CUSTEL Ultimate WM6 ROM. This is a great foundation for a contacts app!
how do I update my .net compact framework? Says mine sucks.. errr out of date? Im running a treo 750
fffizzz said:
how do I update my .net compact framework? Says mine sucks.. errr out of date? Im running a treo 750
Click to expand...
Click to collapse
Try that: http://www.microsoft.com/downloads/...2F-07B5-4A8C-8A44-B4E1B196D5C0&displaylang=en
But I've no idea if my app works on a Treo.
There is also some funkiness going on with the scroll wheel on the 8525. If you move it the contact goes straight to A and then the screen is unresponsive for a bit to finger scrolling.

[App Request] Gesture controlled favorite contact today plugin

I would like to see a today plugin that features quick contacts (Kind of like the HTC home plugin).
The features I would like to see are:
* Today plugin
* Either use photo or set text for each contact.
* Opens contact in default contacts app, doesn't just dial (ie so you can choose to send an SMS)
* Vertical or horizontal list scrolled by gesture. Vertical or horizontal option would be nice, but vertical scroll probably more important - a lot of cube apps (eg ultimatelaunch) are controlled by horizontal gesture, if we could have this contacts app controlled with vertical gesture it would not interfere.
Please note that I mean a gesture controlled list WITHIN the today screen window, not as a seperate full screen app - plenty of things already do this.
* No add contact interface would be required, adding contacts to be included in dialer into a regular outlook category would be perfectly acceptable. Showing photo if contact has one or name if not would also be perfectly acceptable rather than an interface to select that.
V2R Photo Dialer 2 is almost exactly what I want but is controlled by horizontal gesture only. I tried to contact V2R to request this change but I received no response.
[Edit: Thinking about it, it doesn't need to be a favorites dialler, it could just have tickboxes for each category - if you want to use it as a favorite contacts launcher, just set it to the "favorites" category only, or you could leave all categories on to show the whole contacts list]
I'm using Face Contact which has all you've asking for, except horizontal but if you use Ultimate Launch then you can exclude the plugin from the gestures of Ultimate Launch.
http://www.cnetx.com/products/contact/
Nice app - I prefer it to the V2R one. I have emailed the author asking for the option of vertical gesture to scroll the list. I don't care if the list spins horizontally as it is, as long as I can spin it with a vertical gesture so it don't interfere with ultimatelaunch.
evilc said:
I would like to see a today plugin that features quick contacts (Kind of like the HTC home plugin).
The features I would like to see are:
* Today plugin
* Either use photo or set text for each contact.
* Opens contact in default contacts app, doesn't just dial (ie so you can choose to send an SMS)
* Vertical or horizontal list scrolled by gesture. Vertical or horizontal option would be nice, but vertical scroll probably more important - a lot of cube apps (eg ultimatelaunch) are controlled by horizontal gesture, if we could have this contacts app controlled with vertical gesture it would not interfere.
Please note that I mean a gesture controlled list WITHIN the today screen window, not as a seperate full screen app - plenty of things already do this.
* No add contact interface would be required, adding contacts to be included in dialer into a regular outlook category would be perfectly acceptable. Showing photo if contact has one or name if not would also be perfectly acceptable rather than an interface to select that.
V2R Photo Dialer 2 is almost exactly what I want but is controlled by horizontal gesture only. I tried to contact V2R to request this change but I received no response.
[Edit: Thinking about it, it doesn't need to be a favorites dialler, it could just have tickboxes for each category - if you want to use it as a favorite contacts launcher, just set it to the "favorites" category only, or you could leave all categories on to show the whole contacts list]
Click to expand...
Click to collapse
You can do horizontal scrolling photodial with my app, throttlelauncher.... It's free, so if you want to, try it . You can install it from http://www.throttlelauncher.com. After making the full instalation (use the exe setup or install both cabs) here you have a little setup cab for a theme showing only a contact row (if you're interested, you can have much more showing app's and other stuff in multiple pages). So to sum up:
- Go to http://www.throttlelauncher.com/
- Ensure you install everything on the same media (SD or device)
- Install both cab or use the desktop instalation in full mode.
- Install the cab attached to this thread.
- Enable throttletoday today plugin (it might take a little bit to load)
- Add as much contacts as you wish to the row .
Feel free to post any comments, requests or constructive critics . You can customize an xml to make the photos biger, order them in multiple rows, remove the ad delete icons, etc. Hope it matches what you're looking for....
Thanks for that, but the ThrottleLaunch PhotoDialer only allows scrolling of contacts via a horizontal gesture. I need to control it with a *vertical* (up/down) gesture. Also, ThrottleToday will not show inside ultimatelaunch - it will show if I put it on the main Today screen, but trying to add it as a today plugin in ultimatelaunch does nothing.
I did get an encouraging response from the makers of Face Contact yesterday though:
Hello,
thanks for your feedback.
At first thought, the idea of using a vertical gesture and having the list scroll horizontally appears a little bit disturbing, but we think we understand the rationale behind your suggestion.
We will indeed play around with UltimateLaunch to see if you can find out an option that is both intuitive and that allows Face Contact to be usable within their interface.
As it is now a possible solution is to exclude our plugin from being affected by Ultimate Launch gestures, so that when our plugin is active (and only in this circumstance) the left-right gestures will actually scroll the contact list instead than spinning the cube. Then, as soon as you apply the left/right gestures outside of our plugin, the cube will take control.
When developing Face Contact we left the door open to the possibility of having a vertical layout of the contact list, though, of course, this doesn't fit well with the current Today screen organization, which assumes all plugins are placed horizontally. In other words, it wouldn't be that difficult for us to layout the whole list vertically instead than horizontally,
So, we will definitely keep your comment in mind, as it is possible that within a different context (such as Ultimate Launch), we could actually provide both a vertical layout and vertical gesture, which would indeed make quite a lot of sense.
At this stage, having just released Face Contact a couple of days ago, we are currently gathering feedback to see how to move on with further releases and updates.
So, your feedback is very welcome: thanks again.
Best regards,
The CNetX Support Team
Click to expand...
Click to collapse
I downloaded Face Contact last night, and so far I am liking it. The reason I went with Face over VR2 is the space issue. VR2 looked to take a lot of space up in the Today screen, and being on a 240x240, space is a big issue. Face seemed to take a minimum of memory and leave room on my screen. I have it in a Shell tab with the native Palm picture dialer. The only option I could think of adding is the ability to dial automatically when the picture is pressed. I know that can lead to a lot of mis-dialings, but maybe a setting like normal usage until the pic is pressed for a second or so, and then the chosen primary number is dialed. If that makes sense great, if not, please let me know and I will try to explain better!!
Here is a screen shot of where I have Face on my Today screen:
im using face contact. it does everything you are asking for. im also using ultimatelaunch, the two make beautiful music together. especially if you choose the "disable gesture" feature when you enable it in ul. ive played with this quite a bit, and it is very intuitive how smooth everything STILL works. especially for these to be a first version for both apps. experiment with it. the result is perfect
Lots of nice feedback here: thanks guys.
syrguy1969 said:
...
The only option I could think of adding is the ability to dial automatically when the picture is pressed. I know that can lead to a lot of mis-dialings, but maybe a setting like normal usage until the pic is pressed for a second or so, and then the chosen primary number is dialed. If that makes sense great, if not, please let me know and I will try to explain better!!
Click to expand...
Click to collapse
I'm not sure if this is referred to Face Contact, or to other software you are using. If you are actually talking about FC, then please note that you can easily reassign the TAP and TAP & HOLD actions to trigger different commands, including CALLING the selected contact. Just check the "Action Settings" screen and you'll find the options there.
Also note that when Face Contact is the active plugin you should be able to CALL the selected contact by simply pressing the START CALL key of your phone. This is usually easier and less error-prone than having to tap or tap and hold. And, if you call by using the START CALL key, you can use the tap and tap&hold actions for other things, such as displaying the shortcut menu, or accessing the Face Contact Manager.
PS: we have included quite an extensive help file, with lots of tips and tricks and information on things like this. Maybe you may want to give it a quick look.
I guess I missed the tap+hold part, that is exactly what I was getting at!!! I guess this app has just about it all for me then, I will keep testing like crazy, but so far I am very pleased with it!!!
i'm using throttle now, but the pics look like garbage. I'm seriously OCD about the dumbest stuff, so I'm still looking for an answer. I just want face contact to have a transparent background, and I'd buy it.
J Shed said:
...
I just want face contact to have a transparent background, and I'd buy it.
Click to expand...
Click to collapse
Hey Shed, please have a look at my post concerning the plugin background in the Face Contact thread here...
http://forum.xda-developers.com/showthread.php?t=378145&page=7
evilc said:
Thanks for that, but the ThrottleLaunch PhotoDialer only allows scrolling of contacts via a horizontal gesture. I need to control it with a *vertical* (up/down) gesture. Also, ThrottleToday will not show inside ultimatelaunch - it will show if I put it on the main Today screen, but trying to add it as a today plugin in ultimatelaunch does nothing.
I did get an encouraging response from the makers of Face Contact yesterday though:
Click to expand...
Click to collapse
Hi evilc!
Sorry for the delay on the answer. Vertical scroll on throttlelauncher is planned for a further release (probably 1.0), it's still alpha so many things are missing but I thought It will mach what you where looking for... Any way, I've install UL and find out why the plugin is not showing... seem's that UL doesn't work exactly like the today screen when hosting today plugins (probably to save some memory) so the today plugin exe is not launching. To sum up, to make throttletoday plugin show inside UL the only thing needed is running manually the ThrottleTodayPlugin.exe located on the throttlelauncher instalation path. At least that worked for me. Also as you've said the horizontal scrolling will interfer with the tab change gesture so disabling os setting a time out it is needed by now....
J Shed said:
i'm using throttle now, but the pics look like garbage. I'm seriously OCD about the dumbest stuff, so I'm still looking for an answer. I just want face contact to have a transparent background, and I'd buy it.
Click to expand...
Click to collapse
Hi shed!
If contact photos don't look good you can try playing with the config.xml file to change the contact photo width an height values (I recommend to keep the 3/4 ratio if you use standar photo dial photos). The config.xml file will be inside the PhotoDialer1Row (or 2Row if you use this one) on your setups folder on your throttlelauncher instalation path. All you need to do is search for the allcontactswithphoto tag and play with it's height and width attribute.
Gabibbo:
I saw your post and had already replied. I'm just waiting for the version to show up.
APBilbo:
I have thinkered with that setting, the problem is in just how throttle scales the images. I don't recall the terms, but the scaled images are distorted.
@evilc .... I too use face contacts in a UL panel. When you use the disable gesture feature, It only disables the gestures from being passed to UL in the active plugin area. You can still spin the cube via gesture in an inactive area of the panel. Or if combined with something else, an area that does not otherwise respond to a gesture. Try it out.... In my case I have found that though it is a great idea, the vertical gesturing is not necessary for a fully functional solution.
J Shed said:
...
APBilbo:
I have thinkered with that setting, the problem is in just how throttle scales the images. I don't recall the terms, but the scaled images are distorted.
Click to expand...
Click to collapse
Ok, thanks for the info... I'll take a look at that... It's NET.CF the one scaling the images.... probably there's a smother method to get it...
nextpimp said:
@evilc .... I too use face contacts in a UL panel. When you use the disable gesture feature, It only disables the gestures from being passed to UL in the active plugin area. You can still spin the cube via gesture in an inactive area of the panel. Or if combined with something else, an area that does not otherwise respond to a gesture. Try it out.... In my case I have found that though it is a great idea, the vertical gesturing is not necessary for a fully functional solution.
Click to expand...
Click to collapse
Yeah, I realised that a while ago, it is OK if you have something else in the UL tab without gestures disabled, so that you can gesture left in that area to spin the cube.
I think overall, the interface I would like would be gesture left/right between the faces, then up/down to scroll info on each face. I think for this interface, a vertical list would be more suitable than horizontal scrolling icons, it would just work better visually.
I really like the music browser in conduits pocket player - I would kill for one of those in a UL face along with a contacts list done in a similar manner on another face, thumbcal (with scroll month by vertical gesture) on another face... That would be nirvana for me.

From o2 Mini to Touch Dual 850: A journey of discovery part 1

My beloved o2 mini was having a few 'issues' - dropping calls, bad battery life, periods of no network - it was time for an upgrade.
So I bought a Telstra branded touch dual off ebay from a company called 'viper technologies'. I discovered why it was called that when the parcel arrived with 'Mike Metcalfe' in the 'from' section - Mike Metcalfe was Tom Skerritt's *real* name as the head instructor of 'Top Gun', otherwise known as 'Viper'.
I'd done some prereading at xda developers and discovered the Telstra version is the 850, which is the NEON and not the NIKI. On the upside the 850 apparently has a larger battery, the ability to work on Telstra NextG, an FM radio, and the power button is in a different place (the same as the o2 mini fortuitously)On the downside it has the telescopic stylus, which is fine because I tend not to use it much. I found that the fact that it was in the bottom right corner took more getting used to than the fact that it was telescopic.
Anyways. First, that telstra branding had to go. I found the right spl uploader at http://forum.xda-developers.com/showthread.php?t=377260>, and installed version 1.06.841.4 ROM on it.
The only issues with the flashing was that I missed a crucial step of unplugging and replugging the cable, as per the instructions (in capital letters even) in the aforementioned thread.
I made my own little startup splash screen to replace the windows mobile one and stuck it in the windows directory by making a 240 x 320 pixel jpg in photoshop and naming it 'welcomehead.96.png'.
Before that, of course I had to discover that ActiveSync 4.5 is the latest version for XP, and will always be, because Vista now has some other sort of thing to transfer to mobiles. ActiveSync 4.5 has behaved itself quite well for me, much better than I remember 3.7 ever doing with the o2.
I decided to make a partnership without syncing any data at first, because I knew I'd be connecting and disconnecting and didn't want to always wait for it to sync hundreds of files before it let me do anything. At this juncture the little rubber USB port cover on the bottom first began to annoy me, but more on that later.
OK, it was time to try and make this little fella do everything the o2 could - and more. Familiarising oneself with the new WM6 was fun - the o2 ran 2003 and while they haven't changed much, there were a few things that needed getting used to.
HTC HOME VS CLAUNCHER
My thinking usually centres around getting things done efficiently. And whilst it looked so cool, I came to the realisation that HTC home had to go. The clock? Too much screen real estate (and I have a watch anyway). The message/call/appointment notifiers? I wanted to see the actual appointments written there. The launcher? Only NINE programs? Please! The weather? Firstly I didn't seem to be able to get it for Australia, and secondly... I actually realised that I don't really care about the weather that much! Ringtones? Don't use 'em. Right.
So I stumbled upon a program called clauncher, which it turns out is incredibly cool and efficient. You can just load it up, select it as a plugin and then click and hold on the empty space to access a huge variety of settings. It comes with 8 tabs for categories, like Main, Tools, Comm, Games etc etc. One of the excellent things about clauncher is that you can just import your start menu folder into an empty category and then just cut them out into the right ones. It's easy to move them with a multiple selection function and 'move up' and 'move down' buttons.
I found that keeping the icons at their native 32 pixel size looked nicest, and it's also about the right size for a thumb. I gave them a 3 pixel space between them but then I put a large right margin of 12 pixels, because clauncher has a cool feature which flips icon screens when you touch the blank part. You can also set the total height. So the sizing above gave me five icons in two rows, with a blank portion on the right to thumb to the next page. I discovered also that you can get more screen space (and a neater look) by hiding the tabs altogether.
Earlier on I'd discovered a terrible problem with clauncher - The pop down keypad would only type the first letter or number in the boxes! So I had named the second tab '2' and moved on. The lack of keyboard became an issue when I wanted to add manual shortcuts etc. Luckily I stumbled upon the fix for it. Instead of press and hold for the settings, if you access them via the 'today items' control panel, it gives you the softkey bar at the bottom, and hence your keyboard options back again.
Currently I've got four screens - my most frequently used (vaguely) apps, less frequently used apps, communications stuff and then games.
All I need to find out now is how to anchor it to the bottom part of the screen.
I noticed that WM6 no longer puts your messages on the today screen - 'no unread emails' or whatever. But a shortcut to messaging was an easy fix with clauncher.
HARDWARE KEYS/LONGPRESSENDKEY/SLIDEACTION
The lack of hardware keys was something I didn't realise I'd miss so much. The o2 had phone buttons, volume slider, camera button, the normal nav buttons PLUS appointment, contacts, and voice recorder buttons. I used to run buttonmax on my o2 which let me map press, double press and long press to each of the extra buttons.
I thought I'd found a solution in AEbuttonplus - it was free, it let me map buttons - but the only buttons I could really map were the phone ones.
So I mapped a double click on the green button to close a window (when I'm thumbing around it's actually easier to get to the bottom part of the screen, particularly when using the sliding keyboard). It was working great - until I got a phone call. The green button seems to change purpose depending on what's going on. I had mapped its usual use to 'phone', but that didn't seem to cover 'answer call' or even 'send call' - I had to use the on-screen softkeys. I'd installed 'slide action' software which had been working great, but I realised it must simulate a 'press green button' or something, because it stopped working for phone functions too. So AEbuttonplus had to go.
The small consolation came with the 'longpressendkey' setting somebody thoughtfully put in the ROM - I can at least set my phone to vibrate with one key, which I could never do easily on the o2. I'd love to see 'longpressendkey' set up to allow any customisable link, and while they're at it, make BOTH the green and red keys mappable for single, double and triple press as well as long press. That would give six extra hardware key options and make up for the lack of them elsewhere. Anyways.
ACTIVESYNC/MACROREADER/CEREGEDITOR
Dang it, I stuffed around for a LONG time trying to solve this. On my o2 I had a hardware macro (double press contacts key) which would start activesync, and then another activesync specific hardware macro (hold contacts key) to connect bluetooth and start synchronising. And then to disconnect, I was running the Magic Button task manager and a tap on the X would disconnect and close activesync.
How to do it? I didn't have hardware keys, I didn't have macros, OR didn't I? I ended up discovering a little piece of software here:
http://vitotechnology.com/en/products/download.php?ID=1645&BID=23
in what seemed to be the VITO 'boneyard' where they keep all the seconds and dodgy stuff - I couldn't find a link to it on the main site. It was called 'MacroRecorder' and it comes with no manual or other information. But it works if you just want to record a tap-based macro. Next problem then - how to make a tap for starting Activesync always be in the same place?
You gotta love those registry hacks. I found a program called CERegEditor which lets you connect up the phone, and then edit the registry on your PC. Sure beats keying in all the weird info on the tiny screen using the tiny buttons.
I remapped the bottom left softkey to ActiveSync using the Key 112 registry entry, and now I had my solution to making a tap-based macro. MacroRecorder isn't that tricky actually - you just start the exe, click the okay screen, do your thang, and then press the little red square which has appeared in the middle of the screen to finish. It asks for a name and then creates a file in the same folder as the exe, which you can put wherever. I created an entry for it in clauncher, gave it the activesync icon (Windows\repllog.exe) and now I can start activesync and connect via bluetooth with one press!
While I was there in the registry I did a few other tweaks like making the scroll bars 15 pixels wide (the widest you can make them whilst keeping the 'settings' screen three icons wide) and making the date one line instead of two. There's a list of registry tweaks here:
http://www.ppcsg.com/index.php?showtopic=50029&st=0
Getting activesync to close and disconnect in one action was a bit trickier. None of the task managers I tried would close activesync down altogether, like magic button used to do on my o2. I found some trial software which advertised the ability to 'close activesync on disconnect', which it DID... but the only problem was that it wouldn't OPEN it again when you reconnected.
Given that WM6 now gives you the option of the OK button actually closing things rather than minimising, Magic button sadly had no use anymore. Goodbye, trusty software.
So it seems I've gained a step in making Activesync connection a one-click process... but I've lost my one-click disconnection. Oh well. There's some software which people talk about which was supposed to be able to automatically schedule bluetooth connections, but it sadly seems to have disappeared.
CONTINUED IN PART 2
PART 2
MS READER
I had been using MS reader for my ebooks and it worked fine on my o2, but for some reason it seemed to be painfully slow on the dual. I ended up converting my .lit files using 'convertLit' and downloading Mobipocket to read them. It's not quite as pretty as MS reader, but it's definitely faster to load, and it takes you to your last read book straight away instead of having to go through all the intro screens. Second shortcut in clauncher, then!
TOUCHFLO
Well that cubey thing is super cool - so I spent considerable time trying to get it to have the elusive fourth face. BUT then I asked myself, 'what does touchflo do that I can't do with one press in clauncher?'
About this time I had to hard reset and rebuild everything because I'd added in some irrepairable registry stuff and the cube was whacked out completely.
I left it as three sides, then. Now - it's not immediately obvious, but the 'quicktasks' screen that comes up when you open the slider is actually part of the Touchflo 'family' and it's settings are in the same place in the registry.
So it was relatively easy to replace the 'Email' on the third side of the cube with 'new email' from the APlauncher screen, 'SMS' with 'new SMS', 'Notes' with 'new note' and 'calendar' with 'new appointment'. That way the icons matched up just great.
The problem is that now that I've figured out the shortcuts, it's probably just as easy to put an icon in clauncher for them! So rather than 1. turn on, 2. swipe up, 3. swipe across, 4. press icon; you could eliminate the swipes...
I'm finding too, that new things involving contacts (SMS, MMS, email, phone calls) are best handled by sliding out the keypad, typing the first few letters, click down to them with the navigation keys and press the centre key. Then you get a screen with options to call any of their numbers, text them or email them.
If you go the 'new message' route, you have to access the contacts list in a far more cumbersome manner - smaller type entries which are harder to click with your thumbnail and that you either have to scroll to or type an exact match for it.
I've also found the following when using the touchflo features:
* to get the touch cube every time, start at the htc logo and sweep up with the thumbnail.
* you don't have to be 'twitchy' with the photo gestures. A slower and deliberate circle or half circle tends to make it do what you're asking a lot better - more nail, less finger for the photo stuff too.
* for scrolling, press quite firmly, and use a lot of finger surface area. Too much nail tends to make it click. I imagine I'm smudging stuff off my finger and that seems to work well. For long scrolls do a finger 'flick'.
THAT RUBBER COVER
After only a few days of activesyncing, I noticed the rubber cover on the USB port was starting to not close flush anymore. A bit of research turned up that it was an extremely common problem. So I bit the bullet and cut it off, but I cut it in a way that I could put it back on if I wanted, by slitting through one of the sections that anchors around the little pin, leaving the rubber in a hook shape to hold it in when needed. I tried putting it in the freezer for a time, but that seemed to have no effect, and I was already sick of pulling it off everytime I plugged it in to charge or whatever. So I trimmed that baby off, right next to the middle section, so that it was still held in at two points, but so that the USB port was now exposed. I then took the remaining bit and trimmed it right close to its anchor thing, and slotted it back as well. So now the USB port is exposed but none of the ugly holes which the rubber thing slotted into are. I shouldn't have to worry about wear (because I'm not taking it off all the time) or expansion bulging (because it has one free edge), and because of the way the curves sit it looks like a nicely recessed USB port. I'm not certain the tiny little piece will stay put, but if it falls off (and I can still find it) I could easily put a spot of glue on it - it doesn't look too bad without that little bit anyway. If I did it again I'd probably leave a little bit more rubber on the side closest to the centre, so that the USB port looks better centred in the hole. (see attached pic)
CLOSING THE CAMERA/ALBUM
I found that pressing the X on the camera only minimised it. Fortunately there's a registry tweak called ok_minimize which you can change to make it actually close the app.
IE
Internet explorer is a dog for scrolling big pages. Replace your webview.dll file and it's much better.
.lnk FOR 'PROGRAMS' FOLDER
If you make an .lnk to the programs folder normally, it opens in a file explorer window - not cool. The solution is to make it point to the HTC app 'folderview.exe' and it works a treat. 'Settings' is not so simple though. You can map to individual control panels but not the main one with them all in there. A bit of a weird one.
Anyway, all in all I can't wait to put my dual to work now that it's been primed and readied - my wishlist at the moment would be:
* map double/triple/hold functions to the phone keys
* get slideclose to send a 'close current app' command rather than just go back to today screen
* align clauncher to the bottom of today screen (easier to thumb, and looks neater)
* figure out an .lnk file for the 'settings' control panel (this seems surprisingly difficult - in fact I installed some software that remapped the start menu and I couldn't get into 'settings' to remove it!)
* find a taskmanager or utility that actually kills activesync while it's connected
* to get faster at typing with the dang half-qwerty keyboard!
* I reckon a taskswitcher that used the touchflo 'across' gesture to scroll between open apps would be really cool.
There you have it - hope some or all of that is actually helpful! Thanks to all you guys out there cooking ROMs, writing software and thinking outside the box.
Cheers
jbng
jesus christ are you competing for the longest post of the year award??
holy crap !! i read it from the very beginning and never read such a post before ..... well done dude !! and keep up posting ;-)
re : * find a taskmanager or utility that actually kills activesync while it's connected
i searched such a tool a long time ... never got something which lets me charge niki without syncing on the pc.
workaround: i placed the network connection of my niki on my xp taskbar . when i want to sync then i enable network connection - if not, disable . not the best solution , i know , however - it works and since then i got used to it.
cheers
I take my hat off for these post's! Great job man!
nice post, even better to know there are people out there that search for answers before posting question after question
jbngar said:
I found that pressing the X on the camera only minimised it. Fortunately there's a registry tweak called ok_minimize which you can change to make it actually close the app.
Click to expand...
Click to collapse
did you try changing the setting in settings -> task manager -> button -> to end program by tapping x, works ok for me
WEEK 2
Week 2 of touch dual has been a whole lot of fun. I'm still looking for an absolute 'killer' of an app that will make anyone and everyone go 'oooh, aaaaah - that's SO much better than your o2 mini could ever do'... but I'm yet to come across it. The most impressive thing is the voice activation, but whenever I show someone and tell it to 'play track twenty' it always seems to try and 'ring jack henty' or something like that.
AEBUTTON PLUS
I thought I'd try a trial full version of AEButton plus. I began by mapping a double centre-nav press for 'ok/close' and several other cool things to the left and right nav buttons. Worked great, for a time, until I tried typing. It turns out the 'enter' key on the slider does exactly the same thing as the centre press, and so every time I'd make a new paragraph I'd close the window! Not to mention all the weird and wonderful things that would happen when I went to correct a mistake. Click back... click back... click and hold... and the screen is rotating and all sorts of applications are launching!
So I realised the reason that most button mappers don't let you map the nav keys.
The camera button had issues too - even though it was mapped to let a single press do the default action, it wouldn't take a photo. No good.
The red button wouldn't work for some reason either, I can't remember why, but all I know is that I was left with my button mappings on the green button only:
single press = default action, double press = ok, triple press = switch application, hold = close application.
3G, GSM, INTERNET and MMS
The big news this week was the arrival of my 3G sim card. Both of them. I'd ordered one from Optus about a week and a half ago with the promise of '2-3 days'. It didn't come so I rang again and was told 'there's no record of you being sent one, we'll send you another'. And they both arrived on the same day - one at work and one at home.
Then I rang at lunchtime thursday to activate it, and then spent most of the rest of the day restarting the phone to see if it had provisioned in the '15 minute to four hour' window they gave me. I ended up slipping the card into an old Nokia 3200 when I got sick of waiting for the dual to boot up and hang when it was looking for the network. The Nokia flashed up a much more informative 'sim card not registered' message, which it continued to flash up until I gave up late on Thursday night. But in the morning, wonder of wonders, it was working! My family breathed a sigh of relief because they didn't have to listen to the dodgy Nokia startup tune any more.
The first thing I did was try the internet and it performed very respectably. But MMS messages refused to work.
I made a couple of calls to Optus to get the settings and was told 'you have to enter them manually'. So I faffed around with that for ages. The problem seemed to be that MMS would work if 'mms' was the default setting, but then internet wouldn't work. If I changed the default to 'internet', then MMS stopped working. Rah!
Then I discovered in the connections settings an icon called 'network wizard'. I thought it was for WiFi or something. But after clicking it, selecting the provider and restarting, everything worked just fine! Thanks for the heads up, tech support guys! I'll be sending them an email shortly.
3G tends to use more battery, so I tried a tool called bandswitcher to easily change between GSM and 3G, but it didn't help my config problems. And I thought that if I lock it to GSM, if someone tries to video call me it won't work; and if I lock it to 3G, if I go out of coverage it won't switch over. So 'Auto' it was.
BLUETOOTH RANGE
The bluetooth range seems to be a bit paltry on the dual. I tried switching off 'secure connection' and it was marginally better, but I couldn't connect from the next room like I could with my o2. Once the connection is established it seems to be better, but I have to say activesync via bluetooth has been flakier than I'd like - with lots of dropouts etc.
KEYSWOP
Try as I might, the shortcut path '\windows\poutlook.exe calendar -new' that was working for 'new appointment' on the touchflo cube would not map to the right softkey using the registry. So I found a free utility called 'keyswop' which makes .lnk files and helps you to map them to the softkeys. So everything in the software side of the touchflo cube is now in clauncher, a softkey or something else:
* New SMS/MMS/email - open keyboard, press first few letters of name, press 'send message'
* New appointment - press right softkey, enter details
* New note - open notes from clauncher, press left softkey
* IE/comm manager - clauncher icons
CLAUNCHER
Speaking of Clauncher, since last week I now have 15 icons (3 rows of 5) and less screens. It's very seldom that my appointments push it off the bottom of the screen, and if they do it's easily scrollable.
Further to my last investigations about needing to access the options via the today settings control panel to get the keyboard, I've found that you ALSO have to use the bog standard WM6 'keyboard' option - the other HTC keyboards will only give numbers. This seems to be the case in some other applications like Visnotes too. Visnotes is an awesome free application for storing encrypted numbers like bank accounts etc which uses an innovative 'password' - you press three times on a picture in preset places.
TYPING and XT9
I tried out an application called 'touchpal' which advertised itself as 'typing faster than a hardware keyboard'. But I think the dual's 2.6" screen is just a bit small for it to be effective. I've decided to stick with the half-qwerty keyboard and just keep practicing - and it seems to be paying off. My goal is to get to the stage where I can type without looking at the keys with either two hands or one.
XT9 is actually incredibly intelligent software. It uses complex algorithms based on what keys were near the one you actually typed, and combines them with its dictionaries to guess what you were trying to type. And it does very, very well. Anything that can guess the word 'friend' from the keystrokes 'ddeuabd' or 'thorough' from 'ggoedoujgg' is pretty darn clever.
The issue I had was that the default keyboard kept going back to 'ABC' aka multitap. This was fixed by switching the registry key CarrierDefaultTextMode as outlined here:
http://www.ppcsg.com/index.php?showtopic=97265
A couple of other xt9 tips:
* I found I had to use thumbnails (not thumbs) for the keys to avoid double pressing etc.
* For two handed entry, the 'Alt' key is quickest to access numbers and symbols on the top of the keys. For one handed entry, pressing and holding does the same thing.
* every so often XT9 uses a strange default word. My issues were 'boy' for 'not', and 'st' for 'at'. You can fix this by typing and selecting the word you want three times in a row. This seems to 'teach' it and sets it as the first word it chooses each time.
* the first row of symbols can be quickly accessed by holding down * and the relevant number (e.g. *7 will give you a smiley).
I *wish* there was some way to change the symbol matrix. The first three in the first row are already on hardware keys (.,?!) and the next ones are smileys. I would like to at least put a hyphen in the top row so I could access it without leaving the hardware keyboard. I've found the easiest way to enter symbols is to scroll to the row and use their numbers.
ACB TASKMAN
This software tells you which actual PROCESSES you are running. Quite useful. I used it to close down AEButtonPlus when it was mucking up.
I think that's about it for now - the main outstanding issues are still a shortcut to the settings control panel, and a way to align clauncher to the bottom of the today screen.
Otherwise, enjoy!
PS. A fun app I found is called 'guesser' - it basically gives you random numbers for all sorts of things like heads/tails, yes/no, agree/disagree, A/B/C/D, alphabet, 1-100 etc. We were with some friends the other night and everyone picked a number between 1 and 100 and the winner was the first one to have guesser pick their number. Fun in a bizarre kind of way...
Blimey, Claunch is nice, but I swapped to Ultimate Launch, just for the Today plugins within Tabs and animations, plus lots of Icons for it. If you do swap, remove cLaunch first as it buggered up my UL when I removed it afterwards.

[PRJ][21.09.2008]The Manila Interface of your dream PnP (pen-and-paper) ;)

Hello guys!
I think many of us came to the thinking that, though TouchFLO 3D is great UI, we should make something alternate, something that better fits our needs. And now, i think i'm ready to create one, but first we should decide how should it look like and how should it operate.
So, i propose a kind of "brainstorming contest" where you decide about the look of a new UI. But to avoid this turning into an annoying feature request list ("more tasks on today! please! please! please!" ), here are the rules:
- NO text-only suggestions - every post s/b illustrated with pen-and-paper drawing
- NO screenshots or photoshop cooks - only hand-drawings or something that look like em (yes, you can use digitizer tablet )
- drawings are NOT required to be professional - just something to illustrate you thoughts
- you are NOT required to develop the complete UI - you may just post suggestions about UI parts, but preferred things are unique navigation idea (try to forget about tabs), apps\tabs convergence, brand new useful apps/tabs
- best contributors ideas (possible with Manila API) will be implemented and their names will be listed in "About..." screen
Posts that violate rules (even best of them), will be ignored.
That's it.
maybe this is too open ended.. do you haev some ideas of your own that you might want to put forward?
omniwolf said:
maybe this is too open ended.. do you haev some ideas of your own that you might want to put forward?
Click to expand...
Click to collapse
I'm already implementing ideas of my own
I just wanted to know what do folks think/dream about
show us whatcha go then!
I think D-MAN666 doesn't want to influence people, this is a brainstorming If he starts with his idea, it is probable that nobody will post a completely different concept...
This might be a useful start for interface design:
http://forum.xda-developers.com/showthread.php?t=397220
One thing I would love to see is a radial menu:
http://en.wikipedia.org/wiki/Pie_menu
Similar to tap-and-hold for a context menu, but instead of a list popping up, a radial menu appears. You could fit 8-12 options around the circle, which would cover TF3d's pages.
So in usage, tap for the popup radial menu, then:
- swipe up for Contacts
- swipe right for Music
- swipe down for Home
- etc
IMO, it's much easier to be accurate in swiping at different angles/directions than it is to be precise with the default TF3d slider tabs, so you could really speed your way through the interface. The same could apply elsewhere: tap and hold a contact, then swipe up to call, left to SMS, right to email, etc.
For other thoughts, here's a read on interface optimization (for the technically inclined):
http://en.wikipedia.org/wiki/Fitts's_law
And maybe later if I'm bored I'll draw some mockups
http://microsoft.blognewschannel.co...bile-7-to-focus-on-touch-and-motion-gestures/
sorry for breaking the rules, but everyone else is lol...thats a link to the WM7 concept design...along with theoretical gestures...i really digg the battery bar on the bottom and the reception bar...
Ill be the first then...
A quick drawing i knocked up... manila stays very much the same but basicaly show page navigation on the manila both horizontal and vertical..
I hope its clear enough
2 ideas here
I am going to break the rules since I'ma t work and can't really be seen drawing lol.
Here they are:
- Make use of the touch capacitative ability of the the buttons panel. It's made up of three touch panels. Maybe a swipe from left to right to unlock and right to left to lock.
- Display applications within tabs. Ex: Being able to display Icontact when sliding to the contact tab.
And for UI inspiration, I would look here:
http://www.throttlelauncher.com/portal/setupsaskins/45-091setups/69-new-minimal-flow-theme
Ok, here's my concept
The general idea is to keep most of manilla look'n feel, just remove useless animations/transitions, and change the home screen.
Changes : on the right side of the screen, a scrollbar similar to the "contacts" one appears. It controls the content of the box under the clock.
On the left, a button to maximize (take the place of the clock) the box, and a fast vibrator/ring permutation button.
So, by scrolling the bar, the content of the box changes, could be call log, contacts, fast program launcher, music player, and so on.
The idea is to keep complex functionalities (camera, tv, etc) needing full screen accessible by the manilla bar, and quick&fast features such as logs, sms, player accessible on the main screen.
Nice idea, man
Hi there,
just a thought on a possible gui for the UI, instead of tabs, layers (don't know if that's possible, but it would be very cool imho)
you could have multiple layers, and have the layers in the backgound fade out and become smaller (perspective) and use a swipe up or down to navigate
Anything happening on here?
Just wondering
SinnerNL said:
Hi there,
just a thought on a possible gui for the UI, instead of tabs, layers (don't know if that's possible, but it would be very cool imho)
you could have multiple layers, and have the layers in the backgound fade out and become smaller (perspective) and use a swipe up or down to navigate
Click to expand...
Click to collapse
great idea!
like the game u can get on Playstation 3... where u 'swim' around collecting stuff and going thru lvls....
I'm thinking that the Ximoon idea is quite good but one thing that should be included is landscape option and I'm not talking about TP version but one with the same functions like the portrait one
I like the idea of the circular menus...
well first of all thanks to you guys you are doing awsome work and its always funn spendin my free time in your forums
now to my idea
does anybody know the film : the lawnmower man? theres one scene almost at the end of the film where he tries to escape to the internet i think the idea is quite amazing movn in a bowl and havin litle windows to select.
what do ya think
this is the link to the movie scene just skip it forward to about 5 minutes
Edit: sry forgot the link :http://www.youtube.com/watch?v=doAnB5_eDnw&feature=related

[APP][03.23.09] Shake&Win {NEW}

Thought I would contribute to all the apps for the HTC Diamond. This is a Lottery Number Generator program. It works by shaking the phone. Nice graphical UI.
Full QVGA, VGA, WVGA and WQVGA support
HOW TO USE
Shake the phone to generate numbers.
If you want to select some manual numbers or scroll to something, click the button under the wheel.
Click the lock button to lock all numbers in place (prevent accidental shakes)
To Exit the program press Middle button on the NAV pad or the X in the right corner.
Settings:
Choose Number of wheels to show (1 - 6 NOT including the red one)
Set the Max Number for each wheel
Red Wheel can be enabled or disabled
Red Wheel can be set to be unique from the other numbers, or any number
Adjust the shake sensitivity - 5 Being the most Sensitive and 15 Being the least
All comments are welcome, this is my first official working piece of software.
Enjoy
UPDATE: VERSION 2 IS OUT
The updated version has a customization screen, so you can adjust just about every setting. Try it out and let me know how it goes. Good Luck !
REMOVED Most of the Update History, if you want it, it's in the History.txt
UPDATE: VERSION 2.8
Some updates for WQVGA
Added some sounds
Added a manual spin button
TODO:
Add favorites for multiple lottery
Keep the comments coming, always glad to hear feedback
If you really like my app(s) or win big, feel free to share
hermanm said:
Thought I would contribute to all the apps for the HTC Diamond. This is a Lottery Number Generator program. It works by shaking the phone. Nice graphical UI.
HOW TO USE
Shake the phone to generate numbers.
If you want to select some manual numbers or scroll to something, click the button under the wheel.
Click the lock button to lock all numbers in place (prevent accidental shakes)
Middle button on the NAV pad exits the program.
All comments are welcome, this is my first official working piece of software.
Enjoy
P.S. As I have time I will add more lottery games
Click to expand...
Click to collapse
I don't know why but it works only if I move the directory in Internal Memory.
Anyway funny app!
Ah, in italy the numbers of lottery are 90!
Thank you.
thank you much for the reply, i will look into the problem. i tried to install to device and to internal storage, and it seemed to run both ways. how did you install it?
Thanks for sharing. Worked fine for me installed to the storage card. hope you don't mind if I share a little bit http://www.fuzemobility.com/your-lucky-numbers-just-a-shake-away/
glad it worked for you . big thanks for putting a word out there
Sweet I'll split the first winnings with you....lol
lol, thanks...
Hi:
Seems like a great, and fun idea, I installed it to internal memory, it installed fine. But after install, I shake, and shake and nothing. I did make sure it is not locked, but still the wheels don't change.
Also, would you consider adding a 7th digit for Powerball?
Thanks!
Wow, a great application Maybe you could also create the Dice rolling application such as the one advertised with LG Cookie.
Although I can get it to work its EXTREMELY hard and random I must shake it like a madman and it hurts I'm afraid I might throw it and break the tv or something lol... I second the 7th number thanks awesome app
i will add the option to change the sensitivity of the shake, i tested it on the diamond, not sure if there are any significant differences. i will add the 7th wheel as soon as i have time, it will be optional under settings.
hermanm said:
thank you much for the reply, i will look into the problem. i tried to install to device and to internal storage, and it seemed to run both ways. how did you install it?
Click to expand...
Click to collapse
I chose Internal Memory, but the program was automatically installed in the phone memory.
...Then same problem of "cincy1020" (post #8)
After moving the directory of the app to Int Mem all works fine.
hi thanx for this cool app/game i gonna use it for bingo can it also say the numbers like a bingo caller
that might be an idea, something to add further down the road. thanks for trying it out
Nice app hermanm
Loved the fluidity and animations!!!
Nice job, thanks very much. How about the option to set the number range, in the UK balls are 1 to 49. Looking forward to winning.
UPDATE RELEASED !!!!
thanks to all who have commented on the program, hope to hear more about the new version.
great app - but couple of issues.
Am running on a touch hd and even with sensitivity at 15 (max) it takes a lot to shake and get numbers generated.
Secondly there have been multiple instances when I have generated the same numbers in more than one reel - this isnt acceptable when playing the uk lottery for example. Can something be done so that no same number is generated more than once...
hi hermanm. Cool app, i'm trying it on my HD. Just a couple of notes
- i know it's designed for Diamond, but works well also on HD (480x800): would be possible to have it full screen?
- on HD we have no nav pad, so there's no way to quit. Would be possible to have an "exit" button or an "exit area" somewhere on the screen?
- i think sensitivity setting is not so intuitive: low sensitivity rate (at least on my HD) means higher g-sensitivity, and vice-versa. With sensitivity @15 i shake without results, with sensitivity @6 the wheel runs
cheers
oops, sorry, actually that's the way i had it as far as sensitivity goes, lower number = more sensitive. i guess i should change that the other way around. as far as full screen for hd i will see what i can do, also will add an exit button. thanks for the feedback.

Categories

Resources