iMedia - my new contact manager [development thread] - Windows Mobile Development and Hacking General

iMedia is my new finger scrolling application to manage contacts. I decide to open a new thread because I think it's more clean have a new one for this new project instead to speak about it into SSContact thread.
SSContact was my first pocket pc application and it give me opportunity to learn many things about programming, so I started this new project with some more knowledge baggage.
This app has been developed in pure native code C++ and WinApi, do not require frameworks and use just few Kbyte of RAM (only 61Kbyte for my device). I worked very much to optimize finger scrolling and now it's fast also in 200 Mhz processor devices.
iMedia is still in development stage so it's not fully working and isn't ready to use, I'm releasing it for people that want give me a help to build this new work If you need a complete app that use few memory try SSContact or iContact developed by Larna.
News
07/07/2007 - thread day
Features
- few KBytes RAM usage
- fast and smooth 360° scrolling
- transitions details window with contact picture
- left and right dpad to jump letters dividers
- scrollwheel support

History
Code:
- 20070711 improved slide detail window :)
- 20070709 just some optimization (slide, dividers)
Known issues
- too much this app is still in development stage
Faqs
- Yes you can't call and you can't send SMS, this is just a test app.
download below

Cool, guybrush..the flick/scroll contact field is really heating up...

The scroll feel is pretty much OK to me.
I have the impression to control it as I want.
Excellent start !

Hello Guybrush,
iMedia works very very fast and smooth , but it dont display well in my Wizard WM5, it shows as 70% of the screen, also when i select one contact i cant dial any number, it only show the contact list again when i press the number.
I really like the smooth scrolling and fast speed, is better than iContacts and ContactManager but the interface need more improvement, i really value your work and thank you for sharing with us
Sorry my bad english.

Same Issue here
innovaciones said:
Hello Guybrush,
iMedia works very very fast and smooth , but it dont display well in my Wizard WM5, it shows as 70% of the screen, also when i select one contact i cant dial any number, it only show the contact list again when i press the number.
I really like the smooth scrolling and fast speed, is better than iContacts and ContactManager but the interface need more improvement, i really value your work and thank you for sharing with us
Sorry my bad english.
Click to expand...
Click to collapse
its not full screen, and when i push a contact, it only shows the Mobile #, and , when i push the #, it doesnt do anything. just goes back to the list. great start though. id like it to show all #s when i push a contact...

I know my english isn't perfect but should be easy understand this application isn't complete and ready to be used, or maybe you doesn't read first post. BTW you think really I don't know it's not fullscreen and you can't call ?
guybrush

I was about to tell to stop friking whining that it doesn't work. You made it pretty clear that it's just a test and NOT a fully working app! DOH! Some people...

Hi,
Just for info, it now works on my device, I tried a previous version you posted in the contact manager thread, that wasn't working.... so it's good news.
Also a comment regarding horizontal sliding, it's my concept, I got a patent on it, my lawer will call you, it's the end for you... well just kidding (and maybe you app has it before mine...). Seriously, while sliding I see that the text seems to "move" (not being drawn at the smae logical coord) on the part of the screen that slide, so I suppose you're redrawing the sliding part, based on my test, it was a lot more performant to draw the current screen in an offscreen bitmap, and blit this image as needed. Even on such device, blitting is faster than drawing some lines of text. just my 2 cents

ehehe i had patent for left index and continuos scrolling ehehe about sliding window it was a thing I would like to do before you posted your first app (iPhone is a big resource of ideas ) , I remenber i said you when i saw your app btw you can ask Larna if you not believe me, I always boring him about my program ask him to test 'cause i don't have a slow device ehehehe, I already did a new version much better about slide window, the concept is easy, one is drawing and one is moving that's why i don't found a way to take a bitmap when second window is out of viewport

Guybrush said:
ehehe i had patent for left index and continuos scrolling ehehe about sliding window it was a thing I would like to do before you posted your first app (iPhone is a big resource of ideas) ) , I remenber i said you when i saw your app ) btw you can ask Larna if you not believe me
Click to expand...
Click to collapse
Let say our lawer will discuss it
Guybrush said:
I always boring him about my program ask him to test 'cause i don't have a slow device ehehehe
Click to expand...
Click to collapse
For what it's worth, emulator device are a little bit slower than my 200mhz device... maybe it can help you test.
Guybrush said:
I already did a new version much better about slide window, the concept is easy, one is drawing and one is moving that's why i don't found a way to take a bitmap when second window is out of viewport
Click to expand...
Click to collapse
I'm not sure I'm following you Except that apparently you're actually using many windows and controls?

Still not working here on my Qtek 9090 with WM5. The program appears, but then closes almost when i touch it. On the other end, the program itself doesn't really appears as it should. As i've said before, i think it's because of the foreign characters.
A pic of the app is attached.

@tene
I'll try to explain, I have two different window controls not just one.
[ A ] <- [ B ]
window A is drawing while B is moving versus A that's the concept of my slide window.. my initial idea was take a bitmap of window B and than blit only interesting parts of it while A is is drawing during timer procedure But i don't found a way to take that bitmap because B is not on viewport.
@edu
I think that is caused by windows live contacts. I haven't a check to remove them

Guybrush said:
@tene
window A is drawing while B is moving versus A that's the concept of my slide window.. my initial idea was take a bitmap of window B and than blit only interesting parts of it while A is is drawing during timer procedure But i don't found a way to take that bitmap because B is not on viewport.
Click to expand...
Click to collapse
imagine you have somewhere a Draw function that take an HDC as parameter. I suppose the HDC is to an offscreen bitmap to avoid flickering. and that you blit this bitmap in the WM_PAINT msg handler? Am I right?
Anyway, your perf seems good now, so it may not be an issue. The real advantage of playing with bitmap, is that it scales well: no matter how complex the rendering of you list become, you know that the slide will stll be smooth.

I just need to ask...any way you can release a wm2003 version?

I'll not support 2003

Mate, I have a Wizard (WIZA200) and when I run the imedia i get the attached screen. No scrolling no moving, nothing.

do you have windows live ? omapclock ? from screenshot it's a strange issue.. i tried to clean buffers during creation of separators. it's ok on my device.

Guybrush said:
do you have windows live ? omapclock ? from screenshot it's a strange issue.. i tried to clean buffers during creation of separators. it's ok on my device.
Click to expand...
Click to collapse
No Windows Live no OmapClock...

WM5 or WM6 ? I've attached a new version... tell me if it solve your problem.

Related

Free T9 like dialer Program

03/09/2004
ExtendedPhone has gone Cemercial.
You can download a trial version from the leading PPC software sites.
There is still an old free version on page 4 in this thread but keep in mind that this is an old version and there and will be are many improovements in the comercial one.
I have developed a T9 like dialer using .NETCF.
(That means you need Pocket 2003 ,or Pocket 2002 with .NETCF SDF installed)
The dialer works very nicely on my device.
I plan to extend the features but first i need some feedback from you people.
They both work fine on my SX56. (May be the XDA II needs the ARMV4.)
If you have other processors i'll upload the appropriate files by request.
Any feedback or suggestion is welcome.
P.S For now it works only on Latin Alphabet
Anyone?
Whats the matter people .
No one is coming in here.
May be this is not the right forum to release a new software?
I'm interested, but was waiting for someone else to try it first! (You could be anybody releasing a virus or something )
Have you mapped the green 'Answer' button to your program like PhonePlus2 does?
Not yet
The software is still in alpha stage.
I just need some feedback on what i did so far.
(search algorithm, performance bugs etc...)
PhonePlus2 is a commercial software and has been around for a while.
I don't have the time to work full time so go easy on me.
i installed it & it says could not read service provider, getservice bla bla, so looks like its not made for us, what could be the prob;em?
Xda I
Rom: 4.05
Radio 4.01
wm 2003
Tried it on my SPV M1000, WM 2003, ROM 1.72.
Works, but, as you said, it's definitely in its alpha phase. Here are my initial thoughts:
- not very responsive, slow.
- no possibility to scroll through contacts if more than 3 options are available.
- same very mediocre (I'd say ugly, but it's a matter of taste) design, from the interface to the buttons.
- Operater doesn't show up
- What's with the 'Cool Stuff'?
Anyway, thanks for your efforts. Will definitely stay tuned on the developments.
- not very responsive, slow.
Click to expand...
Click to collapse
is that not just the bane of .net ?
First of all thanks for the feedback.
i installed it & it says could not read service provider, getservice bla bla, so looks like its not made for us, what could be the prob;em?
Click to expand...
Click to collapse
I have uploaded a version without the "Service Provider" although it works on my sx56.
Works, but, as you said, it's definitely in its alpha phase. Here are my initial thoughts:
- not very responsive, slow.
- no possibility to scroll through contacts if more than 3 options are available.
- same very mediocre (I'd say ugly, but it's a matter of taste) design, from the interface to the buttons.
- Operater doesn't show up
- What's with the 'Cool Stuff'?
Click to expand...
Click to collapse
As for the design I'll support skins later.
If you have more than three contats starting with the same Letter then press another button and if still have more yet another,
I could add another one or two options for contacts but then you could say why 5 , why not more?
Cool stuff is just a logo.
As for the speed i'm trying to optimize and i think this version is a little less slow (you are right Rudegar) but untill the next release of .NET CF the one we have bundled with windows is no match for NATIVE code hence the slow startup.
There is a newer version (1.1BETA) on later post.
its working good you first need to work on the speed then on the interface & would be grate if you link it to the messages since we can use it as a keyboard layout also, sorry i don't have much time to write a full description but i will do that tomorrow
since you are a programmer why don't you develop a sw for sending scheduled sms's, i would defenatly be intrested & make no mistake such sw has never been made for PPC yet so make & sell it
new dialer
looks great but is very slow it would be great if it was faster also could you add on some thing to make it easier to send sms,s when you are busy.
well done keep up the good work
regards kevin :lol:
new dialer
looks great but is very slow it would be great if it was faster also could you add on some thing to make it easier to send sms,s when you are busy.
well done keep up the good work
regards kevin :lol:
Thanks guys .
I'm working on the speed problem but for now all solutions make the size a lot biger with not much improvement.
As i see there are two problems:
1 Loading time:Loading time is a bit of a problem in .NET (because of it's nature)
I'm trying different techniques but with no significant improvement.
So in the mean time just minimize the program and don't close it.
2 The first letter of the contact:
I'm working on that and i'm geting somewhere.
As for the SMS i'll have to resolve the speed problem first but i'm thinking about it.
Stay tuned
elir,
Found some issue.
- USSD code not supported. E.g. press **21*xxxxxxxxxx# to make call forwarding but it's not support in your software.
- Only 3 slots in the searching result. Maybe I have 10 contacts match the result but fail to show the 4th to 10th
- Unable to enter "+" to dial a IDD call.
Cheers,
Paul
Source code?
Elir, what about releasing this piece of nice work under any open source licence? I'm a developer in .NET for 4 years, so maybe I can help you.
Is it in C# or VB.NET?
Suggestion for faster searching:
What about creating tree from Contacts in memory on the start of program? If my assumption your dialer searches in Contacts directly is right...
Found some issue.
- USSD code not supported. E.g. press **21*xxxxxxxxxx# to make call forwarding but it's not support in your software.
- Only 3 slots in the searching result. Maybe I have 10 contacts match the result but fail to show the 4th to 10th
- Unable to enter "+" to dial a IDD call.
Click to expand...
Click to collapse
I'm working on international and ussd calls but as i said before want to resolve the speed issue first.
As for contacts slots , the whole point for an application like this is dialing one handed when bussy(driving etc...) , so adding slots will not help on that.
The only problem i see with this design is when you have more than three contacts with exactly the same first name.
This can be solved by adding search by last name but again i'm having speed problems as it is.
Elir, what about releasing this piece of nice work under any open source licence? I'm a developer in .NET for 4 years, so maybe I can help you.
Is it in C# or VB.NET?
Suggestion for faster searching:
What about creating tree from Contacts in memory on the start of program? If my assumption your dialer searches in Contacts directly is right...
Click to expand...
Click to collapse
I don't know yet about open source but i can tell you thats written in c# with a lot of native code (.NET CF lacks all the phone and outlook functions)
Thanks for the suggestion but If i copy the entire phonebook to memory at startup :
It will add another 2 seconds (and i have only 180 contacts) and it is slow as it is.
It will allocate a big chunk of memory and as you probably know we don't have a lot of it.
More than that if you add or change a contact you'll have to restart the program for it to appear.
How about bugs?
Nobody has reported any.
What do you not know about open source?
Or you mean, that you are thinking about releasing final version as commercial software? Com'on man...
In C#? Nice one brother...
Hm... In my QTek 2020 is about 80MB of free memory, so what is problem? :wink:
About refresh of tree: Isn't possible to add some event handler on changes at Contacts database?
Bugs will follow very soon...
Hm... In my QTek 2020 is about 80MB of free memory, so what is problem?
Click to expand...
Click to collapse
Most of us have XDA I so the memory problem is real.
About refresh of tree: Isn't possible to add some event handler on changes at Contacts database?
Click to expand...
Click to collapse
As far as i know (and i have done some research) that is not possible.
Re-write in in C++ (or even with MFC) for much better speed. .NET sucks ass on a PC let alone a poor ikkle PPC!
New version
Hi all!
New version 1.0.3
Fixes:
1 International dialing
2 Now you can use pound key just for #
3 Less slower (at least in my xda)
Added a module to send SMS .
A little clumsy but .... .
I didn't check the Sms module thoroughly but for some reason it doesn't dial international numbers ( i think is the "+")
PS The sequence of characters can be changed( for now i just went by the abc)
There is a newer version (1.1BETA) on later post.
SMS
I found out that numbers begining with "+" cannot be used to send SMS.
I'll fix this bug tomorrow so wait for the next version.
Any suggestions for my qwerty keyboard are welcome.
Has anyone noticed a speed increase?

[APP]SensorMaze - a little game

I wrote this little program, called SensorMaze. It generates mazes and allows you to steer a little blue dot using the movement sensors in the HTC Diamond. It is based on the original SensorTest program and since it has been a while since I programmed for any PDA, it is a bit simple.
Usage:
Try to send the blue dot to the red dot by tilting your Diamond in the required directions.
Commands:
- New Maze: create a new maze in the same level
- Next Level: increase the complexity.
As mentioned, it is my first attempt, so there is still some work that needs to be done.
TODO:
- Implement timer, so you can compete against yourself
- remove the "Position" text and replace with timer output
- MessageBox instead of Dialog ?
- Replace the blue dot with a "ball" like structure
- Release the source code (after cleaning it a bit more)
Question:
When I try to use MessageBox from my code, the MessageBox fails to close and I can never get back to the Shell without a reset. Any one any idea what I could be doing wrong here ?
Changes ( 07-Aug-2008)
- Replaced the target with a cheese and the moving dot with a mouse icon.
- Added some text to show the current level.
- Initial level is lowered, so that kids could play it too.
Screenshots are provided in the attached .png files. I also added the sources, so that other people can see how you can use the acceleration meter
If you like my applications, consider a donation to Koushik.
After all it is thanks to his (and the many other developers) work and readiness to share it that I can write these programs. I (currently) still get enough satisfaction in writing these programs.
just tested, awsome little game! keep working on this! perhaps add some vibration and sound feedback, maybe change the dots to somthing like a mouse and some cheese? if you changed it to a ball it may be too simaler to teeter?
Adam
cgeboers said:
Question:
When I try to use MessageBox from my code, the MessageBox fails to close and I can never get back to the Shell without a reset. Any one any idea what I could be doing wrong here ?
Click to expand...
Click to collapse
I haven't had any issues using C#.Net ... what are you writing in? The only thing I can think of is to make sure the MessageBox is shown from the same thread that created the form.
Really like the concept - gave it a play, and it works well! Looking forward to new and improved versions!
Great, Cheers dude
Some screens would be nice!
SensorMaze - suggestions
Thanks for the reviews. I will implement the changes, like the mouse and the cheese. I am currently working on an other "gadget" application, as soon as that one is finished I will take care of it.
As for the question about the MessageBox, I use C++ in this program and have a workaround, so I will let it at rest for the moment.
I will try to get some screendumps too later.
cgeboers said:
I wrote this little program, called SensorMaze. It generates mazes and allows you to steer a little blue dot using the movement sensors in the HTC Diamond. It is based on the original SensorTest program and since it has been a while since I programmed for any PDA, it is a bit simple.
Usage:
Try to send the blue dot to the red dot by tilting your Diamond in the required directions.
Commands:
- New Maze: create a new maze in the same level
- Next Level: increase the complexity.
As mentioned, it is my first attempt, so there is still some work that needs to be done.
TODO:
- Implement timer, so you can compete against yourself
- remove the "Position" text and replace with timer output
- MessageBox instead of Dialog ?
- Replace the blue dot with a "ball" like structure
- Release the source code (after cleaning it a bit more)
Question:
When I try to use MessageBox from my code, the MessageBox fails to close and I can never get back to the Shell without a reset. Any one any idea what I could be doing wrong here ?
Changes ( 07-Aug-2008)
- Replaced the target with a cheese and the moving dot with a mouse icon.
- Added some text to show the current level.
- Initial level is lowered, so that kids could play it too.
Screenshots are provided in the attached .png files. I also added the sources, so that other people can see how you can use the acceleration meter
Click to expand...
Click to collapse
have other sensor game.
SensorMaze mouse
I love this little game. However I found that in challenging myself and advancing the game to higher levels, the little white mouse became rather difficult to see as he became smaller. Perhaps changing the colour f the mouse or the colour of the paths in the maze. Currently the mouse and the maze are the same colour. other than that the game is great.
Awesome program, but I feel like I'm epileptic now, the screen was constantly flickering during it, I think it's a compatibility issue with my Raphael.
Awesome program
hmmm...wasn't able to get it working.
Got error (Unable to load Sensor DLL).
Any ideas?
sensor
unable to load DLL? can u tell me how to fix it?
that's a fun little game, thanks
Nice man : D
Hi, when i try to lunch the game, i got sensor dll, what shell i do to run the game ? i have samsung omnia i900
fadoody said:
Hi, when i try to lunch the game, i got sensor dll, what shell i do to run the game ? i have samsung omnia i900
Click to expand...
Click to collapse
you need to replace the sensor.dll file with the Samsung's...it is preinstalled with HTCs. Change that file and it should work fine.
I replaced sensor.dll with Samsung's .. but the problem is still persisting.. what shall i do now?
It would be nice if this could work on our LGs.
(the working LG sensors.dll created by iamspv at thread number 471591 in this forum.)

(LAST CHANCE TO VOTE) need some idea's

10/16/08--
It is 12:00 central time (17:00 GMT I think) and I will close voting at 5:00pm Central Time (22:00 GMT) today. So that leaves you just 5 Hours to make your vote. I will try and post the winner up here later tonight, or you can check yourself at www.gudensoft.com.
Thanks!!
10/14/08--
First, thanks for all the great ideas. I would love to develop all of these if I could, but we have to decide on just one of the programs! So, Since I couldn't add a poll to this thread, I added it to HERE.
CLICK HERE TO VOTE!​
I bet I know which will win, but who knows? The poll will end Thursday or Friday (depending on if it is a close race or not).
Thanks
Gudy
10/10/08--
Hey guys,
I want to know what cool program, functionality, or software you would like to see created. I am a .net programmer (among others) and would like some ideas of projects you would like to see. I would like to stay away from a graphic intense program and involved games, so think functionality, usefulness, fun, etc. If I get some good ideas, I will then add a poll, vote on the best one, then build it. I will release it under my donationware license which means it will be free. Right now I am finishing up my Golf Gps program (and will continue to support), but will start this project once we get it deceided. So Shoot me your ideas!
Gudy
cool a programmer who need ideas
I have proposed something here: http://forum.xda-developers.com/showthread.php?t=434925
though it would maybe not appear as a grateful program for a developper ( a toolkit for other programs), it could be a good way to have a large diffusion through many config panels in different programs
it was just an idea
Wishlist
Hi,
Maybe simple for .NET, but for me impossible to do (without performance/battery penaulty) with basic4ppc or mortscript. And thats all I can handle.
What I would like to have is a program that enables me to execute programs when specific events occur. I'd like to know when AC power gets connected/disconnected, when there is a change in screen orientation, and when a headset gets connected/disconnected and so on. Maybe even when an internet connection through WIFI is available/unavailable.
Also I'd like to know is a specific BT device is connectable/conneted. I'd like to know if a specific WIFI network is connectable/connected. I'd like to know if I'm at a specific location. All event driven, without a performance consuming programing loop or battery drain.
Yeah, all or even some of those options would make my digital mobile life so much easier
Good luck huntig for input, if you ever get bored contact me and make me happy
Cheers,
Cacti
le_cactus said:
Hi,
Maybe simple for .NET, but for me impossible to do (without performance/battery penaulty) with basic4ppc or mortscript. And thats all I can handle.
What I would like to have is a program that enables me to execute programs when specific events occur. I'd like to know when AC power gets connected/disconnected, when there is a change in screen orientation, and when a headset gets connected/disconnected and so on. Maybe even when an internet connection through WIFI is available/unavailable.
Also I'd like to know is a specific BT device is connectable/conneted. I'd like to know if a specific WIFI network is connectable/connected. I'd like to know if I'm at a specific location. All event driven, without a performance consuming programing loop or battery drain.
Yeah, all or even some of those options would make my digital mobile life so much easier
Good luck huntig for input, if you ever get bored contact me and make me happy
Cheers,
Cacti
Click to expand...
Click to collapse
Doable, handy, not a massive undertaking, I like it! Not sure I would go the .net route on something like this, as really a GUI is not required (except for settings maybe) and the overhead is large with .net. Certainly will add it to the list. Keep them coming!!
t0k0m0k0 said:
cool a programmer who need ideas
I have proposed something here: http://forum.xda-developers.com/showthread.php?t=434925
though it would maybe not appear as a grateful program for a developper ( a toolkit for other programs), it could be a good way to have a large diffusion through many config panels in different programs
it was just an idea
Click to expand...
Click to collapse
This would be pretty difficult unless all of developers used the same programming langauge/technique. The only real feasable way I see this working would be developers using a common set of graphics. That would be more of a graphic undertaking instead of programming. I do like the idea, but pretty hard to impliment.
Thanks
Gudy
I would love to see something like Launchy for launching apps and files etc. as well as quick search of various types online. I'm guessing the on the fly search would require too much processing power, but if it's doable it would be awesome.
http://www.launchy.net/
I'm interested in new ideas too. I also use B4PPC.
Here's a few ideas:
-A tamagotchi, really. I was about to try this out tonight but Paint hates me.
-An app launcher like PetitLaunch on PalmOS. It's something that can pop from any app (hardware button) and when you type in extra letters it filters which apps are shown. I got this started and I can give you the files if you want.
-Pursue the development for Tippy. The source is on Nicbou.com/downloads if you want it.
-A time clock. A friend of mine notes down how long he works to make sure he doesn't get screwed and it takes him several minutes every week. He doesn't have a Pocket PC but maybe someone would be interested in something that tracks the hours you work and calculate the salary. I almost did this too.
And don't forget to share the source! If you need any help with B4PPC I'm here
galt said:
I would love to see something like Launchy for launching apps and files etc. as well as quick search of various types online. I'm guessing the on the fly search would require too much processing power, but if it's doable it would be awesome.
http://www.launchy.net/
Click to expand...
Click to collapse
Sounds simular to the app launcher listed in the next post, seems like there is a theme going on here, you all need some sort of good app launcher.
Gudy
I'd like the Launchy features for search-on-the-fly off on board apps and file launching, but ever more for different site searches (google, maps, wikipedia, live, youtube, Amazon, etc).
N1c0_ds said:
I'm interested in new ideas too. I also use B4PPC.
Here's a few ideas:
-A tamagotchi, really. I was about to try this out tonight but Paint hates me.
-An app launcher like PetitLaunch on PalmOS. It's something that can pop from any app (hardware button) and when you type in extra letters it filters which apps are shown. I got this started and I can give you the files if you want.
-Pursue the development for Tippy. The source is on Nicbou.com/downloads if you want it.
-A time clock. A friend of mine notes down how long he works to make sure he doesn't get screwed and it takes him several minutes every week. He doesn't have a Pocket PC but maybe someone would be interested in something that tracks the hours you work and calculate the salary. I almost did this too.
And don't forget to share the source! If you need any help with B4PPC I'm here
Click to expand...
Click to collapse
I had to look up tamagotchi, either I am too old, or just out of the loop to know that 10 million of these things were sold! Wow! That could be fun, but would take a pretty fancy AI type system to really be fun.
A form of Tippy is already out there, 1-calc has some of the features built in already.
A time clock could be cool, maybe a stop watch type thing perhaps?
Never used B4PPC, I mainly use C# and Visual Studio. It looks like the old Visual Basic for desktops. And last but not least, depending on the project, I more than likely will release the source.
Thanks!!! Keep'em comin!
Gudy
File Explorer Needs Help
Has anyone wanted to see a preview image in explorer's folder??
I'm not talking about fexplorerext2. although it is a fantastic enhancement; it takes a long time to load the preview immages.
I have a better idea (well, actualy MS thought of it first)
THUMBS.DB
for every folder that has an image file, this dll is created to replace cache of images. this way ou do not have to load it everytime and scale them down for thumbnail view. it is already there specificaly for each folder.
This alows the explorer to show a preview of the first image in the folder (or last created/accessed)
This is whatt I think WinMo is lacking - windows. lol.
I do not care much for the tabbed browsing. it hurts my head. too much scroling and not enough info. Icons work better I think, and waste less space on an already small screen.
well, that's been on my wishlist for a very long time. a dll that ataches to the already existing explorer making it work better.
Thanks for workin g on something new
program that makes led lights flash when phone rings would be nice
Interesting...I will have to think about how to tackle that. It would basically take a new file explorer (like total commander). This might be a bit larger than I want to tackle, but will research it a bit before ruling it out.
GUdy
bedaweed said:
program that makes led lights flash when phone rings would be nice
Click to expand...
Click to collapse
This would be very difficult as not every device handles the leds the same. Also, not every device has the same leds (color, # of, etc). I think No2Chem has a int. driver, but think it is only for the titan. Would be cool though...
Gudy
a system-wide launcher dock program like that on the velocity 103 PPC..
here's the URL for the review and video of the app (and the phone)
-------------------------------------------------------------
a new top bar replacemeent/notification system much like the "android Notification Drawer" it can replace the bubble (multiple) notifications icon when you got multiple and simultaneous notifications.. and also make it finger friendly (unlike M2D, no need to go back to homescreen to check email/sms previes and also calendar events, calls, etc.. also unlike big taskbar - from the touch phones, this'll have previews)
video: http://www.youtube.com/watch?v=z7qbPa1O8Ys&eur (at the 2 minute mark) , http://www.youtube.com/watch?v=hy-YcGNyJds
mjg7876 said:
Interesting...I will have to think about how to tackle that. It would basically take a new file explorer (like total commander). This might be a bit larger than I want to tackle, but will research it a bit before ruling it out.
GUdy
Click to expand...
Click to collapse
Fexplorer2 is basically a dll that works with the original file explorer context menu. there is a small exe that overwrites the original explorer to make it think that the explorer"s context menu has already been opened.
in a way it maybe possible to write a new dll and two exe
EXE 1 to replace the file explorer
EXE 2 to make thumbs db
DLL (conte4xt menu that alows to view as thumbnails/list etc ; as well as launching the second exe to make a thumbsdb)
maybe you can get some help from Hou Ming, the guy that made that program before.
it would be cool if you could get some of the old emus like pocket gba and pocket snes with window 6.1 I know i would be happy.
le_cactus said:
... when AC power gets connected/disconnected, when there is a change in screen orientation, and when a headset gets connected/disconnected and ...
Click to expand...
Click to collapse
I have been looking for a program that would stop the music (S2P, Audio Manager, or WMP etc...) if during playback of the music the headset is removed. Or for instance, when the device is on vibrate and you connect headset, it automatically changes profile to normal or something.
Another one is when I dock my device (or connect AC basically), I'd like clock program (or home screen, or photo slideshow, etc...) to come up automatically.
A feature that I miss from my older phones is the ability to set them to beep every minute during a phone call.
Now these are very general and not specific features. If you have any questions, don't hesitate to contact me!
Thank you,
SiNAra
ytsejam_ said:
a system-wide launcher dock program like that on the velocity 103 PPC..
here's the URL for the review and video of the app (and the phone)
-------------------------------------------------------------
a new top bar replacemeent/notification system much like the "android Notification Drawer" it can replace the bubble (multiple) notifications icon when you got multiple and simultaneous notifications.. and also make it finger friendly (unlike M2D, no need to go back to homescreen to check email/sms previes and also calendar events, calls, etc.. also unlike big taskbar - from the touch phones, this'll have previews)
video: http://www.youtube.com/watch?v=z7qbPa1O8Ys&eur (at the 2 minute mark) , http://www.youtube.com/watch?v=hy-YcGNyJds
Click to expand...
Click to collapse
The launcher on the 103 looks a lot like manilla, I know it is diff, but to me it seems mainly by presentation, not functionality. I do however like the notification top bar like that on android. Not sure how difficult taking over the top bar would be. I will do some digging.
S.V.I said:
Fexplorer2 is basically a dll that works with the original file explorer context menu. there is a small exe that overwrites the original explorer to make it think that the explorer"s context menu has already been opened.
in a way it maybe possible to write a new dll and two exe
EXE 1 to replace the file explorer
EXE 2 to make thumbs db
DLL (conte4xt menu that alows to view as thumbnails/list etc ; as well as launching the second exe to make a thumbsdb)
maybe you can get some help from Hou Ming, the guy that made that program before.
Click to expand...
Click to collapse
Can you give me a link to this? The only thing I could find (quickly) was sketchy at best. Still seems a bit much, but would like to know more about this Fexplorer2 thing before nuking the idea.
Gudy

Free applications as per request

Hi all
I am a software developer and I am interested in developing smartphone applications on my spare time (and I have a lot) for free.
What I need is ideas…. Meaning, me my self has HTC Diamond and all of my application needs is modest but I am sure that you guys probably have more needs then I do and …. My be you can help me help you … so bring on the ideas (… just not themes and all of this kind of applications).
Thanks
csharpcoder4u said:
Hi all
I am a software developer and I am interested in developing smartphone applications on my spare time (and I have a lot) for free.
What I need is ideas…. Meaning, me my self has HTC Diamond and all of my application needs is modest but I am sure that you guys probably have more needs then I do and …. My be you can help me help you … so bring on the ideas (… just not themes and all of this kind of applications).
Thanks
Click to expand...
Click to collapse
Very good.
Okay, I've got a request:
I need a little program, which is the same like BluePower which switches BT on when connecting to AC but a little bit more extended.
So, 2 things are very needed:
1. A popup which asks if BT should really switched on (YES/NO; Standard: YES)
2. This prog should recognize if a BT-device is connected so BT should stay on when loosing AC-Power
That's for now
-Lycox
- how about an application that converts any selected email or sms into an appointment
simple but very very usuful
photo uploader
hi, i'm looking for a program to upload, pictures/photo's/video to my own website. like, you make a picture and then you can select to upload it to your own specified website. maybe also the posebillety with gps position and some comments. don't know if it's possible.
pls think about it!
grtz heyk
hey i m looking for photoeditor for elfin can u made it
Really cool would be, to have an small app like g-profile, which for example turns on wi-fi on an fixed placed at an fixed time.
for example i come home, it recognizes this gsm singnal, and wi-fi turns on.
or i get to work, its not yet my breakt and it turns the volume to just vibra. than my break starts and volume turns up.
gprofile can do such thing but just with one reason, gsm OR time, i would need both
i want if you fancy making a simple but functional hard key program swapper so i can change the hardkeys setting easily to other programs.
thanks for the offer wish I could do this.
I wouldlike to log calls in contact notes like agendasfusion.
callcalendaris close but buggyand logsonly incalendar.
a weather app like weatherpanel where wallpaperis live radar
a calculator app with running tape, and a transparent keyboard
looks like youre gonna be busy!
i was thinkin recently of working with someone to make some palm pre-like apps
the fluidity of the apps on that device ive seen in preview vids and the wonderful use of the small screen real estate (no top and bottom bars, minimal buttons), is something that is almost necessary on screens like my htc touch (same screen size as the palm pre)
so, i would provide all the graphics for these apps, just need a developer
i think so far pocketcm contacts has contacts/sms covered.. very smooth scrolling, with a skin i can acheive the same simplicity and great use of fullscreen view on a small screen as i whippd up in this photoshop mockup:
i think what winmo needs is a good email interceptor app.. there are none that are skinnable to the extent of pocketcm contacts or as fluid, and then an image viewer (see palm pre screenshots of that app here -simple but very useful-:http://www.engadget.com/photos/palm-pre-official-ui-shots-1/1290333/ you can find videos all over) and a similar calendar app
most needed is the email app
if you could develop trust me.. you would have an insane following of obedient users
weve been looking for one for a long time, but its never come thru
if you make it, ill provide graphics!
think about it
htctoucher
What about a application, an actual good and working application that lets you create group distribution lists for email groups in your contacts similar to how the blackberry allows you to do it from their contact list and be able to use the group listing whether creating a new email or forwarding an email. I am shocked that this issue hasn't been addressed sooner.
dexstar said:
i want if you fancy making a simple but functional hard key program swapper so i can change the hardkeys setting easily to other programs.
Click to expand...
Click to collapse
Try http://ae.inc.ru its called AE Button plus and its free
Woah man ur gonna be real busy
I like to be simple so........how about an application that will turn a picture into the real thing, like sayyy; Jessica Alba
fatso485 said:
- how about an application that converts any selected email or sms into an appointment
simple but very very usuful
Click to expand...
Click to collapse
+1k
Complete lack of integration between calendar + contacts and email + contacts is very disheartening!
My problem is that I do a lot of presentations, and all the presentation pointer/remote apps out there cannot meet my needs in terms of simplicity. All of them require me to run a server app on my PC.
I have used one in Palm that emulates a bluetooth HID keyboard/mouse, meaning it can do anything that your mouse or keyboard can do. The app requires to have virtual keys for Ctrl, Alt, Del, Function keys.
Link to the BlueRemote software
http://www.palmgear.com/index.cfm?fuseaction=software.showsoftware&PartnerREF=&siteid=1&catid=16&area=software.category&searchtitle=Wireless%20%2F%20Networking%20%2F%20Communications&searchterm=&step=1&orderby=sales&direction=asc&userid=0&prodid=124035
Suggestion
fatso485 said:
- how about an application that converts any selected email or sms into an appointment
simple but very very usuful
Click to expand...
Click to collapse
Maybe a suggestion, in Microsoft Office, If we copy/paste or drag-drop email to Calender, then it becomes an appointment.
Maybe this could help you in some thinking...
ASh
Papi Jump
Hi!
My idea is to make a game, similar to Papi Jump (a great game for iPhone) - you can see the game on this link: http://www.youtube.com/watch?v=vQxltToeNXo . It's an arcade game - you control a jumping ball with tilting your device.
It would be great if could make this game work for Windows Mobile.
Since we're all tossing stuff into the "wishing well", I can add something too
An application that would scroll RSS feeds on Home screen in Manila.
Of course, such an app isn't hard to make, the RSS Hub saves its channels into simple files - the problem is how to incorporate it into Home screen.
Well, I got an idea for that as well! Recently a small program called Personalizer showed up that enables us to change the network provider name into anything we want - that would be the perfect place for RSS scroller to show up! And since there already exists a way to modify this data, I suppose it would be possible to use Personalizer as backdoor for the feeds to show up in that text filed!
Even if they wouldn't actually "scroll", I think they could be made to change every 4-5 seconds.
fatso485 said:
- how about an application that converts any selected email or sms into an appointment
simple but very very usuful
Click to expand...
Click to collapse
+2
Or how about a Config-Editor for FingerPoint? ( http://forum.xda-developers.com/showthread.php?t=499734 ) - so there's no more need to edit the XML Config File manually?
How about an application that reminds you to drink water and tracks how much water you have drank per day. As everyone should know, the average male should drink 3 to 5 liters of water everyday and ladies should drink 2 to 4 liters.
How about a litle app that:
1-Reminds you to drink
2-Allows you to input how much water you have drank (when reminded or manually)
In the long run, you could monitor how much water you consume on a monthly,qaurterly ,biannually and yearly basis.

Medical program in HD2

I am a physician who want a big screen PDA phone to read text in several medical programs --> LEO is very very big screen and with capacitive screen --> I love it very much
But I want to know that HD2 can work with medical program?
such as Uptodate, skyscape, Isilo etc...
Now, I know that no one sure about this... just discussing
i am interested in this post too....i think all aplications for windows mobile can be instalated.
Pardon for my english, my teacher is very bad....or perhaps i am a very bad student
from WMpoweruser.com topic 2/11/52
http://wmpoweruser.com/?p=9573
They said
PocketPC.ch have been the first to really test how well the HTC HD2, with is 4.3 inch capacitive screen, works with our older, more complex applications such as Pocket Informant and SBSH Weather.
The video shows that HTC has implemented a multi-touch system that allows one to enlarge the view and gain access to the older, smaller, less finger friendly controls in those apps. Microsoft is in the process of implementing a similar idea as seen in leaks of Windows Mobile 6.5.1, but as usual apparently less elegantly than HTC.
This feature works in all applications tested, but the process remains difficult with small controls, indicating a need to move towards more finger-friendly applications in a future where all devices have less precise capacitive screens.
Read more at PocketPC.ch here. --> they also has youtube video show multitouch zooming in those older programs..
I think the possible problem that make you can't use medical program & many Old apps is capacitive screen (I love capacitive screen ^^)..... that make you some problems when input in small area(skyscape programs have many..) ... but this wmuser topic is our hope!! >>> It's only hope... I'm not sure whether "Multitouch Zooming" support many programs or not.... but I trust in it's large screen with make every thing in screen large enough for input.
PS. I have bad english too .. don't be shame ^^
Hello to all, medical student here too. Well, in theory (as noone actually has the device in their hands yet) all the apps that used to work on wm 6.1 (wvga of course) should work on this device. The simple fact that the HTC HD2 has a capacitive screen does not change the fact that it runs on WM6.5 ... sure it doesn.t have the stylus but i don.t think we need one on a 4.3 display screen (even though HTC allready announced the magnetic stylus as an accesory for the ones insisting on using it)
So, in short theoretically all the apps that used to run on a wm device will work on the HD2 without any problems
colleages, good news, all medical app u mentioned above work like a charm, it is incredible to scroll through text with this baby, it is well worth it
There are problems with skyscape applications and uptodate.
Moving your finger up and down results in text selection instead of scrolling.
I have already started a new thread with this issue, but unfortunately there is no answer yet.
Step2p said:
There are problems with skyscape applications and uptodate.
Moving your finger up and down results in text selection instead of scrolling.
I have already started a new thread with this issue, but unfortunately there is no answer yet.
Click to expand...
Click to collapse
Really? Hmm... That is the big problem for me. I like to touch the screen and moving my finger slide around the text to move up and down instead using scroll bar.
Anyway, I want to know how you can manage this problem. Do you use the scroll bar instead of using touch slide? How scroll bar work? I mean can you touch the direction key in scrollbar despite its small size with HD2? or touch anywhere in scroll bar to move the page to direction you want
Step2p said:
There are problems with skyscape applications and uptodate.
Moving your finger up and down results in text selection instead of scrolling.
I have already started a new thread with this issue, but unfortunately there is no answer yet.
Click to expand...
Click to collapse
There is a work around, either you scroll by taping the scroll bar on the right, or you scroll by poping up the virtual keyboard and using the arrows there ( even on my old TP1, when you tried scrolling by actually fliking the finger, it resulted in text selection)
So in short, skyscape should work fine.
PS: I.ve heard (as i get the device next week and don.t have it yet) that if you try to scroll by actually moving the scrollbar on the right, that a square box should appear and make it a lot easyer, seen it on a youtube video.
I think that I have found a temporary solution
Install Ftouchsl and add exceptions for (at least) the following applications
manila.exe
shell32.exe
Opera9.exe
HTCalbum.exe
Also add an exception for Window name = "Phone"
Include in the exclusion list any other application that you want to use with the original htc's sense interface.
For the rest of the applications you will be able to use touchscrolling via ftouchsl.
This will ONLY influence touchscrolling. Multitouch (if enabled) will continue to work.
although indeed, when trying to scroll in uptodate, it selects text, the scroller bar its very usefull. Anyway, we all know this is a software problem, and the main reaseon we all on XDA upgrade our phones its because of the hardware. Th screen on this device compesates for all its software flaws. Just my opinion.
I use a lot of skyscape books and am particularly interested in this too. Currently, using Touch Pro2. Interested in HD2 but same confusions regarding skyscape. Already disappointed that notes application can not be used as a free sketch/drawing, which is a big drawback. If skyscape also cannot be used then HD2 with capicitative screen is useless and would rather prefer resistive screen of touch pro 2.
dr_s said:
I use a lot of skyscape books and am particularly interested in this too. Currently, using Touch Pro2. Interested in HD2 but same confusions regarding skyscape. Already disappointed that notes application can not be used as a free sketch/drawing, which is a big drawback. If skyscape also cannot be used then HD2 with capicitative screen is useless and would rather prefer resistive screen of touch pro 2.
Click to expand...
Click to collapse
It can.
Just read my post
http://forum.xda-developers.com/showpost.php?p=4944443&postcount=9
Step2p said:
I think that I have found a temporary solution
Install Ftouchsl and add exceptions for (at least) the following applications
manila.exe
shell32.exe
Opera9.exe
HTCalbum.exe
Also add an exception for Window name = "Phone"
Include in the exclusion list any other application that you want to use with the original htc's sense interface.
For the rest of the applications you will be able to use touchscrolling via ftouchsl.
This will ONLY influence touchscrolling. Multitouch (if enabled) will continue to work.
Click to expand...
Click to collapse
Thank you for your solution....however I don't have the device yet.
May be about next month when HD2 come to my country..I should try
troubletop said:
Thank you for your solution....however I don't have the device yet.
May be about next month when HD2 come to my country..I should try
Click to expand...
Click to collapse
I have tried it and it works even better than the original htc touchflo because you can both scroll and select text.
I am still adding programs in the exception list and will come back with a list of applications that should be blocked.
Another interesting point in HD2... Step2p, I want to know your touchscrolling experience when you activated it. The moving page...Does it feel like "repeately press on the scroll bar directional button"(up or down) which is the same as before when you use touchscrolling with other WM device...or Does it feel smooth as Iphone(you can make it smooth on previously WM device by touch the screen and drag the page by hold your finger/stylet on the screen.
I want to know this... if it smooth as I said ...it will be great!. but if it just like the older before I still love this device.
I beg you guys, who has HD2...esp. step2p thankyou ^^
@troubletop
Scrolling in medical applications is not naturally supported by hd2, but using ftoushsl and adding exceptions for the rest of the applications in your device will solve this problem.
Touchscrolling is very smooth.
I have already had experience with ftouchsl in my X7500 and touchscrolling was excellent. It is better from htc's intrinsic touchscroll, because it allows you to configure both scrolling and text selection (with prolonged pressure).
The capacitive screen makes scrolling experience even better (although the application is the same), because you don't need to apply pressure in order to scroll.
Unfortunately however, I can not provide you with comparative data to iphone's scrolling experience, because I have never had an iphone.
Step2p said:
I have tried it and it works even better than the original htc touchflo because you can both scroll and select text.
I am still adding programs in the exception list and will come back with a list of applications that should be blocked.
Click to expand...
Click to collapse
Do you already have the updated list of programs that should be included in the exception list?
I haven't installed the software yet (Ftouchsl), basically because I'm afraid I would disable several scrolling features that I like about HD Sense.
In fact, I'd rather prefer that Ftouchsl allows the opposite -that is, to include in a list ONLY the programs you want the Ftouchsl to work on, and not an exception list, you know what I mean? Because in my case, I want the old original HD scrolling feature for a couple of programs only: Skyscape and Epocrates.
Ftouchsl?
Hi All, where do I download/install the ftouchsl program for HD2. Is this uninstallable, just in case there are problems
snowblindd said:
There is a work around, either you scroll by taping the scroll bar on the right, or you scroll by poping up the virtual keyboard and using the arrows there ( even on my old TP1, when you tried scrolling by actually fliking the finger, it resulted in text selection)
So in short, skyscape should work fine.
PS: I.ve heard (as i get the device next week and don.t have it yet) that if you try to scroll by actually moving the scrollbar on the right, that a square box should appear and make it a lot easyer, seen it on a youtube video.
Click to expand...
Click to collapse
I have suddenly lost the small square that used to appear while scrolling on the scroll bar. Anyway of getting it back?
kartikatre said:
I have suddenly lost the small square that used to appear while scrolling on the scroll bar. Anyway of getting it back?
Click to expand...
Click to collapse
I noticed this behaviour as well. I don't think there is a solution. Scrolling to the bottom of a very long file takes a while this way... I compensated by increasing the sensivity in setting of FTouchSL, so I can scroll faster.
BTW is use UptoDate a while with FTouchSL, and it makes is so much more convenient...
lovanova said:
Do you already have the updated list of programs that should be included in the exception list?
I haven't installed the software yet (Ftouchsl), basically because I'm afraid I would disable several scrolling features that I like about HD Sense.
In fact, I'd rather prefer that Ftouchsl allows the opposite -that is, to include in a list ONLY the programs you want the Ftouchsl to work on, and not an exception list, you know what I mean? Because in my case, I want the old original HD scrolling feature for a couple of programs only: Skyscape and Epocrates.
Click to expand...
Click to collapse
I think the same, instead of excluding apps, I think including would be more efficient. However, it takes a few minutes to exclude all apps you want, really not much hassle.
Sometimes it's anoying if a new app seems to malfunction, and later on I realize FTouchSL was interfering and making the trouble.
Hopefully, a better app will come out soon, however newer apps will support touch scrolling anyway.

Categories

Resources