Related
Hi all,
Before you say it, I have searched the forums and have indeed found loads calender applications (one looks particularly good from meschle). However the question I can't find an answer to is this;
I used to have a Palm Tungsten E (basic I know but we all have to start somewhere!) and the calender on that allowed me to set different colours to different categories i.e Blue = business, Red = Personnal, Yellow = holidays and so on. Then if i went to month view I could see at a glance different colours for different days. Obviously the standard calender application with the O2 XDA Mini s shows everything in blue.
Do any of the calender applications available allow me to set different colours for different categories?
I am currently running Spb Pocket+, Spb Time, and phonealarm (at least I think its phonealarm) so it would need to run hapily alongside them.
Incidently I am not to bothered about the calender running on the today screen, so long as I can put a shortcut to it in Pocket+.
Thanks for you help.
Matt.
Anyone any ideas? Still can't find a post anywhere that mentions this 'facility'.
You can try AgendaFusion or PocketInformant (or something like that)
have you used either of these at all? ae they any good?
I've tried Pocket Informant, it is good, but rather heavy for my usage.
Thanks, Downloaded the trial of Pocketinformant today and it seems to do exactly what I want. Now I've just got to work out what all the different settings do.
Thanks.
Matt
hiya
getting a t-mobile w'n'walk for £42 a month, phone for free. Good deal
So whats the first thing, apart from changing the today's screen should i do
whats the programs you think are essential?
just to let you know I'm more a web browser, texter sort of person
ta for all ya help and opinion much appreciated ;-)
ps: how do i get the smiley in the actual msg? and how do i record my phone, rom details at the bottom
That's a tough one, everyone is so individual in what they want, what they find irritating in the initial set up, what they like and how much they want to spend.
Personally the first thing I always want to know on my device is that all programs are closed down when I think they are, how much battery I have left, and how much storage room I have. So, my first install is usually a task manager with the above. Personally I use Spb Pocket Plus, which also gives me memory/power indicators, task manager, PIE additions, safe mode and program shortcuts. But, you can find free applications that do all these things. Ilauncher is another good one, but that's not free either.
My second install is something to show me, on my today screen very efficiently my diary, contacts, messages, birthdays, notes, tasks etc. Two good ones are Spb Diary and SBSH Pocket Breeze. These are not free, but to me they are essential.
After that, I would think most people would install a 'proper' diary program like Pocket Informant or Agenda Fusion, or recently Agendaone. These make using the diary easier and give you sometimes more options than on Outlook!
After that, it's up to you, most people have a book reader eg Mobipocket or Ereader, a input tool eg Calligrapher, Fitaly or Tengo.
Maybe a phone profile manager eg Phonealarm.
The choice is endless. Make sure that you use the x days of free trial with each application to make sure it works for you correctly on your device and it does what you want.
Most important have fun
thanks
thats a useful list
i have a program on my P910i called phone secure
if i lost it and someone try to put in another sim card it sends a msg to a designated number and locks the phone
does pocket pc have something like that
I have seen something like that, it's quite recent. Best thing is to look on the software sites eg Handango, PocketGear, Mobihand. I'm sure they have something like that.
I must concur with marrisa4755. Start with spb, and see how you like it. It'll give you a good clue as to what is out there, and it's my software of choice. Also, look for Resco Explorer as your file browser. It's apparently the best file browser.
By the way, have a look at the spb unithemes. very nice, and you get them free if you register!
Don't forget to check out my app reviews here at the General forum either - see http://forum.xda-developers.com/forumdisplay.php?f=256
phone secure
hiya
found Phone Security 1.1.2.2 on PocketGear that does exactly what i need
thanks for all the advise
oohh just found this on
its called Eye on the Theif Pocket PC from Mobihand
http://www.mobihand.com/clove/product.asp?id=9966
Install everything you think you might need and everthing people tell you you can't live without...
... then after a month of problems, slowness, hangs and conflicts do a hard reset and install nothing!
IMHO
PSS ... no!
Phone Security System has a problem: First data connection works, but if you disconnect or you get a phone call you will not be able to connect again until re-boot.
So beware. Develooper did not fix this so far... I was using a registered version...
And it took me 3 days to find out. Erro message will be "APN cannot be found", where APN in my case is "web.vodafone.de". Have fun...
I'm working on a GTD system for Windows Mobile. My thinking is that, since I always have my phone with me, what better place to maintain a "trusted system"? I've seen make-shift systems based on Outlook Tasks, ListPro, etc., but none of them were right for me. They were either too inflexible, not robust enough or too cumbersome.
My goal is to make it as simple as possible - but no simpler. With that design goal in mind, I'm making it tag-based. No need for category, priority, or context fields - just use tags... @Home, @work, ASAP, Wait4, @errands, Business Hours, Home Maintenance, Auto Maintenance, etc.
Planned functionality...
MAIN MENU
Quick-Add Item (description only - auto-tagged with "TagL8r" for subsequent review/edit)
Add Item (including tags, and notes - with an option (future release) to auto-timestamp the creation date in the Notes field)
Quick-Find Item (Enter a search term, see a list of records that include that text anywhere in the record (i.e. in any field). Primarily used when there's something you don't want to forget - but you can't remember if you entered it already.)
View Items by Tag (Future release will include code so multiple tags can be used as a view (and possibly add-items) filter.)
View Untagged Items (Finds items tagged "TagL8r" - select item to add tags)
Mark items complete (one button - optionally including auto date/time stamp in Notes field.)
View Completed Items (Finds items tagged "TagL8r" - select item to add tags)
Manage Tags (future release)
Backup Data (via ActiveSync - database files must reside in \My Documents for this release; additional options planned for future release)
Skinnable (future release)
UPDATE:
I tackled this this using AutoHotkeyCE with a flat-file database. (I'm not a C programmer. And Mortscript's GUI functionality is woefully inadequate.)
This has gone badly. After 6 weeks, 10-12 (and sometimes more) hours per day, 6 (and often 7) days a week, I have an app that gets buggier the more I try to fix it.
While great for simple desktop automation tasks, AutoHotkey is (IMHO) not well-suited to sophisticated, GUI apps. (It has the chops - or at least the desktop version does -but the CE port is buggy and the syntax is incredibly counterintuitive.) In short, it has been an exercise in futility and terribly frustrating. I wish I had chosen any other scripting language (even Perl) for this, but for WM, my options were limited. (If there was a good implementation of php for PPC, I'd have been all over that, but sadly, the only such implementation was abandoned long ago.)
Bottom line, I will still be doing this, but I'll be doing it in C# or C++ (kind of a learn-as-I-go proposition.) When it's done, I'll certainly be posting it here, but after 6 weeks of very hard work, my neglected wife needs some attention. And with nothing to show for all my hard work, I need a bit of a break. Then there's the learning curve of a new language.
For now, though, I'm posting the main help file (PPC friendly) - with screenshots - as a sort of "sneak preview". Your comments and feedback are welcome.
Hi,
I'm waiting for your prog. Please make sure tags are outlook categories: I'm using GTD programs on my PC too, like jello-dashboard, and they relly on category to sync.
Thanks
This is totally separate from Outlook and I had no plans for integration. All data is stored in a flat-file database, but if you keep that file in My Documents, it should sync without problem. The entire app should work on the desktop as well as the PPC, though. And I'll optimize the desktop version to take advantage of the larger screen. This may be a deal breaker for you, I don't know. Then again, maybe you'll like it well enough to switch over. I'll certainly be open to enhancement requests, especially for the desktop version. If there are particular features that you really like in your desktop GTD app that I'm not implementing, I'll definitely consider adding them.
One other thing re: Outlook categories... I'd be glad to implement an import feature but I don't know how to access the system db that contains the Outlook categories. I've asked (on this forum) if there's a commandline util for doing so (and where to find a schema) but no one has ever answered either question.
Have a look at MLO http://www.mylifeorganized.net/products/my-life-organized/how-it-works.htm
I have. I believe my app will be better. Quicker/easier to add to my "Inbox", quicker/easier to sort/organize, quicker/easier to review/set priorities & action items, and in general, a whole lot more flexible. (Not to mention $77.95 cheaper!)
Sorry for the delay!
To those who have been watching/waiting for this, I apologize for the delay. I initially wrote the QuickAdd and QuickFind functions in Mortscript but then decided I wanted all the code in AHKCE, so there's been a bit of a rewrite and some problems with the port to AHKCE (some my fault, one apparently a bug.) And now there may be further delays as life (or maybe I should say "wife") is getting in the way.
Well all my GTD systems are based around outlook/exchange. Not using category, and using your own database to sync with the pc is going way back for me, at a time where I can sync between 7 devices with ease, using the same mail, contact, task and schedule database, and still access this data over internet.
Google might be another repository, but a GTD without any form of MAIN internet sync looks so Pocket pc 2003 to me.
But I'm sure you might reconsidere this, specially if you see that using standard outlook database with tags allow you to communicate with any PC part with ease, without reprograming your own.
This would be fantastic. Like you said, since the flat-file db can be file synced, it's all good. May could even bend it into a format that todo.sh/txt could handle!
Anyway, looking forward to it's release.
I don't really see your point
But I'm sure you might reconsidere this, specially if you see that using standard outlook database with tags allow you to communicate with any PC part with ease, without reprograming your own.
Click to expand...
Click to collapse
I've read about (and tried using) the Outlook method, with categories as tags. Didn't work for me. Outlook is a kludge. It wasn't designed specifically for GTD, isn't extendable, and is lacking in several areas. I found it cumbersome - Not quick to add an item to my inbox (or at least not nearly as quick as my app.) Not quick to add new categories as needed. Not quick to find multiple items with the same tag(s) (which could be items tagged "today" or with a context tag - mine will display such lists very quickly.) And not as quick to change to edit mode for items found via search.
Aside from all that, I don't use Outlook at all. I much prefer Thunderbird on my desktop, and Gmail forwards all mail to my phone via (push) web2mail.
thaihugo said:
at a time where I can sync between 7 devices with ease, using the same mail, contact, task and schedule database, and still access this data over internet.
Click to expand...
Click to collapse
Why would you need to sync with 7 devices?! You're placing a lot of emphasis on syncing. I'm not. This is phone-centric because I always have my phone with me. Yet I can still sync to my desktop (for entering long notes, etc.) using ActiveSync - by keeping the db file in \My Documents.
If the syncing issue outweighs the benefits of my app for you, I guess you won't be using my app. If syncing via Outlook Tasks is a priority for you, consider writing something that imports the dbfile into Outlook tasks.
defsquad said:
bend it into a format that todo.sh/txt could handle!
Click to expand...
Click to collapse
Shouldn't be that hard to support. Does it store it's data in a single text file?
Soon!
Excellent progress so far today. Just a bit of wrap-up to do and then I'll post v0.1 beta 1. But it'll have to wait til tonight - gotta run some errands, and appease the wife by doing some chores that have been put off due to this project!
This sounds great!
The thing i miss about Listpro is, ability to mark some ithems as "outlook tasks", so they show up in other programs, calender, etc. Just at suggestion.
I doubt I can do this from AutoHotkey or Mortscript. I would have to call some sort of commandline utility like
OutlookCreate.exe -item=appointment -subject=[subject] -date=[date] -time=[time] -reminder=[reminder]
As far as I know, this doesn't exist but if anyone knows of one (or wants to write one), I could certainly implement this functionality.
I do plan to implement a reminder function that would optionally set a system alarm for the current item/new items.
Status Update
For those watching this thread/interested in this app, I've posted an update (the news is not good) in the 1st post, along with the main help file (with screenshots) as a sort of "sneak preview". Sorry if this has become vaporware.
Oops. Forgot to include linked images (screenshots) when I uploaded the help file. Reuploaded. See 1st post.
One thing you might try is to Tweak an App like bLADEwiki to do GTD.
Good Luck in your GTD and C programming !
Does it working?
Hi Donny
I tried to install you software but it did not work. Maybe I did not try enough.
Half year ago I had a same dispute. Mortscript or Autohotkey? Morscript was winner, however it has not pretty gui windows, it has better scripting. So I created Plain todo. I use it every day: www.plaintodo.com
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.
I'm loving all the new today screen options we have these days, but sometimes I feel like we're missing the basics- on my old today screen (before Manilla came out) I always had my basic active tasks, calendar, and RSS feed available, which I considered invaluable.
When Manilla came out, I had hopes of an RSS and/or tasks tab, but sadly it appears HTC overlooked it and did not really encourage much development for TouchFlo3D.
I have new hopes with Titanium, especially because I see favorite people and weather plugins being developed and released here! Technically, the weather plugins are very similar to an RSS feed, that should be very possible. And the tasks- well, if someone is able to access the contacts data, I'm sure this too is possible!
Is there anyone who may be able to help?
Yes an RSS reader would be beneficial actually.
I would like to see a tasks panel myself! It would come of great use to me. Thanks for voicing your opinion out, as i didnt know how to word/encourage other developers to maybe try to create one
Check the excalibur forum, I think I remember someone making a tasks panel already and a stocks panel. It will take some searching probably since it was a while back. May need a little updating to work just right with 6.5
Excalibur? The smartphone edition device?
I'm not sure if we're talking about the same thing- I'm talking about the new 6.5 Titanium home screen from MS, not the classic today screen plugins (that are sadly becoming extinct due to all the flashy today themes that are all the rage).
Maybe I'm missing something, but I don't see how a plugin for a smartphone device not running 6.5 has anything to do with it... there ARE classic plugins that do exactly what I'm talking about, but Titanium is a whole new breed and requires some new plugins to be coded.
Anyone want to help get this process started?
We definitely need a tasks WM6.5 panel. If you look at the Calendar panel, it scrolls through your appointments. This is exactly the way a tasks panel should work! Cmon someone please make one!!!
Dishe said:
Excalibur? The smartphone edition device?
I'm not sure if we're talking about the same thing- I'm talking about the new 6.5 Titanium home screen from MS, not the classic today screen plugins (that are sadly becoming extinct due to all the flashy today themes that are all the rage).
Maybe I'm missing something, but I don't see how a plugin for a smartphone device not running 6.5 has anything to do with it... there ARE classic plugins that do exactly what I'm talking about, but Titanium is a whole new breed and requires some new plugins to be coded.
Anyone want to help get this process started?
Click to expand...
Click to collapse
titanium has been out for a long time in smartphones (6.5 just brought it to the touch screen variants of winmo)
What he is saying is that it was made for smarphones, so all the code should be there, it may just need a couple adjustments.
+1 to this.
I would love a tasks plugin and RSS would be nice too.
joel2009 said:
titanium has been out for a long time in smartphones (6.5 just brought it to the touch screen variants of winmo)
What he is saying is that it was made for smarphones, so all the code should be there, it may just need a couple adjustments.
Click to expand...
Click to collapse
Ah, yes, the whole NEO interface thing introduced on the Shadow, right?
I was under the impression that the new Titanium on professional edition devices was a new breed- I was not aware that anyone had ported plugins from one to the next.
I've started working on a Titanium Tasks application, but I haven't pushed forward because I know the updated 6.5 SDK should be available on launch day (May 11th.)
I'd be happy to go back at it if there really is interest (and it seems there is), or collaborate with others to work on it. My strengths are primarily C# on the .NET Framework.
Shidell said:
I've started working on a Titanium Tasks application, but I haven't pushed forward because I know the updated 6.5 SDK should be available on launch day (May 11th.)
I'd be happy to go back at it if there really is interest (and it seems there is), or collaborate with others to work on it. My strengths are primarily C# on the .NET Framework.
Click to expand...
Click to collapse
check this out.
http://forum.xda-developers.com/showthread.php?t=515586&page=1
I agree, an RSS plugin would be really beneficial.
For example, I'm going to Cornwall soon for surfing and have found a RSS feed containing surf reports for all the local hot spots with conditions and reports.
A simple RSS feed would allow me to see these details right from the today screen.
Surely, writing such a plugin would not be so hard?
Well, is please actualy a some RSS plugin for Titanium?
For tasks try taskanium
http://forum.xda-developers.com/showthread.php?t=515586?
For RSS feeds i saw some developments going on, for example
http://forum.xda-developers.com/showthread.php?p=3938176
claus1953 said:
For RSS feeds i saw some developments going on, for example
http://forum.xda-developers.com/showthread.php?p=3938176
Click to expand...
Click to collapse
I ll try it, thanks.
Im using it right now, but it still not proper RSS reader, because here you can have only 1 channel in one moment.