[Project] CTaskManager - Spicing up UI [Android-Like] - HTC Excalibur

Hey Everyone...I haven't been around these parts often, but I conceived a pretty good idea [I think]...
My friend recently got a Droid phone, and of course he was flaunting it to me...I love Android, honestly...but I love Windows Mobile too. SO! I thought "Why not merge the best of both worlds?"
Well obviously, I cannot make windows look 100% like Android...that would take tooooooo long. So instead, I thought "What about the Task Switcher!"
So I introduce to you, CTaskManager
Right now it is just a P.o.C (Proof Of Concept), but I have done my research and found pretty much all the API calls I will need [minus one or two, but I'll find those]. It will be fully in C++, and if I can get it working correctly, will be activated by the HOME button.
Attached is a proof of concept image [100% Photoshopped, not real at all].
In any case, this is how I forsee it working:
This will appear on top of any window
Activated by pressing [and holding?] HOME
1st Box will always be the Home Screen
2nd Box will always be the current Window (unless it is the HomeScreen)
You can switch between apps with 2 easy Clicks
First Select the Number of the Dialog
Second, Press CENTER or SPACE to switch to it, or press DEL to quit that app
The program's layout will vary depending on the number of Open Windows
Should be light, fast, and easy to use
Hopefully, since I forsee this to be a really easy project, I will have a release by later today! I am making it for my Excalibur users FIRST, because I owe it to this whole forum [And because I will be switching to an HD2 this upcoming monday, and I want to start a project up for a phone I use NOW]
-Until Later: CycloneZephyrxz7

sweet...thanks..will wait for your release and then will added to the sticky.

I am very pleased that the ONLY component I have yet to get working is getting the screen captures [and window titles]. I need to investigate this ... For some reason, I am getting the same window drawn OVER and OVER again. I think it is because the window handle I am getting from some of the methods is invalid...Its very odd ... I have to figure it out. I should be able to do this winthin the next hour or so

seems cool so its like a multitasker? or somthing

alexrodri0 said:
seems cool so its like a multitasker? or somthing
Click to expand...
Click to collapse
Exactly.
So this is the update:
I got the program to run on Home-Key Press ... Now I am going to just modify it and add a timer or something to get it to run on Home-Key Long Press [since just a press interferes with Smart ToolKit]
An odd bug I have encountered is that when I run this, and wait, the Smart Toolkit taskbar shows up (as it should), and the whole phone locks up...I think it is because both are competing for Keyboard privilages. [I have to use a Keyboard hook to get this working, and it is all undocumented APIs]
I have yet to get the actual Task part working Haha. I can't confirm whether or not it is working, because for some reason my Debugger is acting weird, and all the images are of the current screen. As it turns out, it is impossible to take a snapshot of a minimized / partially visible screen. It will take the screen coordinates, and take a picture of whatever is there right now. I will get that fixed [I am talking to another Dev to see if he will let me in on how he does it in his task manager].
I got the "back" key escape working. Relatively simple.
I have planned out Layouts. Such that when you have JUST the HomeScreen open, it will NOT run. When you have the HomeScreen and 1 OTHER window open, the two will be split on the screen [Maybe make each like 150x113]. When you have 3 to 4 total windows (Including HomeScreen), they will make a 4-quadrant layout. Where each will be around [120x90]. When you have 4 - 6 open, each will be [92x69] (as shown in the ScreenShot) and have a 6-block layout. When you have more than 6 (if that is possible on the Excalibur haha), it will make a second page, and the second page will adapt to however many excess processes there are.
I have to work on getting the Translucent Background working ... that shouldn't be too hard, I just have yet to look into it {I think I have to use AlphaBlend or TransparentBlt}.
In any case, there is actually very little that doesn't work yet haha, but of course it is the most essential parts that don't work.
I will keep you all updated

sweet
looking forward to this, my phone will live on!!!

Thanks to a bunch of help from another Dev, I confirmed that getting the image of a non-visible window is IMPOSSIBLE on windows mobile. [Although it gives me an idea to try to 'fix' that haha ... maybe after this]. In any case, I think I have figured out how to do it. Tomorrow I will write up the code, test it, and hopefully have an Initial release.
The way I see it the releases will be as follows:
1) Initial Release [Basic]
2) Fix-Up of any Bugs
3) Add some Effects
4) Add some customizations
5) Fix-Up of any Bugs
6) FINAL
Hopefully, I can do this in 6 or less releases [And in the meanwhile, adapt it to work on my new HD2 i will get on Monday ]
*PS: For those of you following my projects: Once I get my HD2, I am going to make a fixed up release of FFP_LS, and then open-source it. Thereafter, i won't work much on it anymore. This is so I can start working on my SUPER-HUGE project called "CMessage" ... Here are the contents of the 'sticky note' i have on the desktop reminding me of it:
Suite of Programs:
1. Transport DLL (Send/Receive SMS/MMS/EMail)
2. T-Mail.exe Client (Compose/View SMS/MMS/EMail)
3. Notifier (When new Message Arrives, Display Alert)
4. A new DLL for the HomeScreen [it probably won't be compatible with the old one]
5. API Docs (For future use and adaptation)
6. Sample Programs (I.E. HomeScreen Panel, SMS Games, etc.)
7. Filter Rules Program
8. Macro Program (Get Message ... Do Action)
9. Environment Set-Up DLL/Exe [Cache Contacts, create Message Stores, transfer over old stuff, etc. etc.]
It is going to be a VERY large project. Hopefully, it will also be a very successful one Say bye-bye to CE MAPI?

Cyclonezephyrxz7 said:
Thanks to a bunch of help from another Dev, I confirmed that getting the image of a non-visible window is IMPOSSIBLE on windows mobile. [Although it gives me an idea to try to 'fix' that haha ... maybe after this]. In any case, I think I have figured out how to do it. Tomorrow I will write up the code, test it, and hopefully have an Initial release.
The way I see it the releases will be as follows:
1) Initial Release [Basic]
2) Fix-Up of any Bugs
3) Add some Effects
4) Add some customizations
5) Fix-Up of any Bugs
6) FINAL
Hopefully, I can do this in 6 or less releases [And in the meanwhile, adapt it to work on my new HD2 i will get on Monday ]
*PS: For those of you following my projects: Once I get my HD2, I am going to make a fixed up release of FFP_LS, and then open-source it. Thereafter, i won't work much on it anymore. This is so I can start working on my SUPER-HUGE project called "CMessage" ... Here are the contents of the 'sticky note' i have on the desktop reminding me of it:
Suite of Programs:
1. Transport DLL (Send/Receive SMS/MMS/EMail)
2. T-Mail.exe Client (Compose/View SMS/MMS/EMail)
3. Notifier (When new Message Arrives, Display Alert)
4. A new DLL for the HomeScreen [it probably won't be compatible with the old one]
5. API Docs (For future use and adaptation)
6. Sample Programs (I.E. HomeScreen Panel, SMS Games, etc.)
7. Filter Rules Program
8. Macro Program (Get Message ... Do Action)
9. Environment Set-Up DLL/Exe [Cache Contacts, create Message Stores, transfer over old stuff, etc. etc.]
It is going to be a VERY large project. Hopefully, it will also be a very successful one Say bye-bye to CE MAPI?
Click to expand...
Click to collapse
can't wait!

This program is actually bugging me...haha [get the joke?].
In any case, it is becoming rather tough to get this actually working. Correction: To get it working efficiently. The dev making the 3D iManager app over in the Development/Hacking forum told me how he is doing it, but to me it just seems terribly inefficient (every 5 seconds, check for Foreground Window....LOTS OF BUGS). In any case, I am using a registry notification now, since Windows Mobile has a value that tells me the currently active program and the previously active program [and it updates!] ... this works out because then I can take a screenshot of the new-ly active program, AND check to see if the old one was minimized or closed. Unfortunately, it doesn't seem to be working as I would have hoped.
I don't have much time today for developing [Hooray for a 50 Page AP Government Outline] ... so I will probably get back to this tomorrow [NEW PHONE], or maybe tonight if I get a really good idea/inspiration to finish this!

Cyclonezephyrxz7 said:
This program is actually bugging me...haha [get the joke?].
In any case, it is becoming rather tough to get this actually working. Correction: To get it working efficiently. The dev making the 3D iManager app over in the Development/Hacking forum told me how he is doing it, but to me it just seems terribly inefficient (every 5 seconds, check for Foreground Window....LOTS OF BUGS). In any case, I am using a registry notification now, since Windows Mobile has a value that tells me the currently active program and the previously active program [and it updates!] ... this works out because then I can take a screenshot of the new-ly active program, AND check to see if the old one was minimized or closed. Unfortunately, it doesn't seem to be working as I would have hoped.
I don't have much time today for developing [Hooray for a 50 Page AP Government Outline] ... so I will probably get back to this tomorrow [NEW PHONE], or maybe tonight if I get a really good idea/inspiration to finish this!
Click to expand...
Click to collapse
keep the good work man and again thanks for your effort in developing new stuff for the dash.
Cheers,

So I finished my work
But that isn't pertinent to this forum. What it does mean is that I can work on my developing for today!
Counter-to-my-prior-plan, I am going to release a pretty flawed version of the program ... errr ... rather an Alpha that will run much less efficiently than the final product.
I hate announcing a project, thinking it will be easy, then taking forever with it ... so this is what I am going to do:
I will use the same timer-based approach that iManager 3D uses, but I might make it update more often [3 second intervals maybe] ... it won't be AT ALL battery efficient, but it should be pretty memory efficient. It will serve as NO MORE THAN A PROOF OF CONCEPT OF WHAT THE FINAL PRODUCT WILL BE. The final product should not have a major impact on battery life, and should leave the end user unaware that it is actually running when it is!
I am re-installing Visual Studio because it has been acting up, but once that is done, I should be able to pump out an ALPHA VERSION.
EDIT: Computer Issues ... Expect a release in the coming days. Sorry for the inconvenience.

Cyclonezephyrxz7 said:
So I finished my work
But that isn't pertinent to this forum. What it does mean is that I can work on my developing for today!
Counter-to-my-prior-plan, I am going to release a pretty flawed version of the program ... errr ... rather an Alpha that will run much less efficiently than the final product.
I hate announcing a project, thinking it will be easy, then taking forever with it ... so this is what I am going to do:
I will use the same timer-based approach that iManager 3D uses, but I might make it update more often [3 second intervals maybe] ... it won't be AT ALL battery efficient, but it should be pretty memory efficient. It will serve as NO MORE THAN A PROOF OF CONCEPT OF WHAT THE FINAL PRODUCT WILL BE. The final product should not have a major impact on battery life, and should leave the end user unaware that it is actually running when it is!
I am re-installing Visual Studio because it has been acting up, but once that is done, I should be able to pump out an ALPHA VERSION.
EDIT: Computer Issues ... Expect a release in the coming days. Sorry for the inconvenience.
Click to expand...
Click to collapse
Great! This sounds awesome! And yeah, we finally get more interests and development in non-touch devices! Good luck with building the program and don't forget to contact the News-Writers when it's ready!

This is actually quite upsetting ... I tried re-installing Visual Studio, because it was no longer giving me the 'code suggestions' for C++ ... [like if I typed in a function, it didn't tell me what the parameters were] ... and now it isnt set up for Windows Mobile 6 Standard/Pro anymore. So i tried reinstalling those SDKs .... no joy....I am going to uninstall EVERYTHING OF IT and start all over [backing up my projects of course ].
Hopefully I will get my computer in working condition by tonight.
I got my new HD2 [TMOUS] today I am very happy with it already. BUT I WILL NOT GIVE UP ON MAKING THINGS FOR THE DASH. Non-TouchScreen phones are highly under-appreciated, and I hate that so much [let alone the fact that WinMo is underappreciated] .... I NEED YOUR IDEAS TO MAKE THIS PHONE [Exca] BETTER! So toss me a PM with even the wildest Ideas, and I will try to figure something out

Cyclonezephyrxz7 said:
This is actually quite upsetting ... I tried re-installing Visual Studio, because it was no longer giving me the 'code suggestions' for C++ ... [like if I typed in a function, it didn't tell me what the parameters were] ... and now it isnt set up for Windows Mobile 6 Standard/Pro anymore. So i tried reinstalling those SDKs .... no joy....I am going to uninstall EVERYTHING OF IT and start all over [backing up my projects of course ].
Hopefully I will get my computer in working condition by tonight.
I got my new HD2 [TMOUS] today I am very happy with it already. BUT I WILL NOT GIVE UP ON MAKING THINGS FOR THE DASH. Non-TouchScreen phones are highly under-appreciated, and I hate that so much [let alone the fact that WinMo is underappreciated] .... I NEED YOUR IDEAS TO MAKE THIS PHONE [Exca] BETTER! So toss me a PM with even the wildest Ideas, and I will try to figure something out
Click to expand...
Click to collapse
congrats with your new phone!
"Non-TouchScreen phones are highly under-appreciated, and I hate that so much [let alone the fact that WinMo is underappreciated]!" Yeah that sucks, that's also why I keep developing Apps and ROMs!
Hope you can get VS working again!

Related

:::::::::::: Firefox is released :::::::::::

OLa,
After a long wait and some leaked beta's now the first public Firefox for the PPC VGA/WVGA
http://rapidshare.com/files/197211080/fennec-0.11.en-US.wince-arm.cab
Drop a line after using it!
Fennec Milestone Release for Windows Mobile
02.10.09 - 08:40am
On behalf of everyone who have been tirelessly working towards this goal, I would like to announce that our first milestone release of Fennec for Windows Mobile is now available for download.
This release is pre-alpha, and intended to get the product into the hands of early adopters in order to get feed back and bug reports. In order to focus our efforts on getting this release out, we have targeted only one device, the HTC Touch Pro. This has a number of user interface implications, including graphics designed for a 300 dpi screen, control layout intended for a vga screen and reliance on a hardware keyboard for text input.
Installation
You can install this on your HTC Touch Pro by navigating to the cab installer with your existing browser. This will download the cab file and kick off the installation process.
Alternatively you can download the cab file to your desktop and transfer it to your device via activesync. Once the cab file has been copied to you device, navigate to it using file explorer (on the device) and click on the cab file to launch the installer.
Please note, its been brought to our attention that some carriers are filtering web traffic to preclude downloading cab files. If this is the case with your carrier, you’ll either have to download to your desktop and transfer by activesync, or be connected by wifi if you download directly to the device.
Status
Our focus to this point has been to have a working, usable browser. To get there in a hurry we have punted in a few places, and I’d like to point a couple of them out. First is the update mechanism (both for the browser itself and for extensions). After installing this release, you will not be offered updates automatically, so please stay tuned for follow up releases. Also, we have disabled plug-in support. This is one of our high priority items going forward. Finally, as I mentioned before, there is no soft keyboard support. On an HTC Touch Pro, you’ll have to slide out the keyboard to enter a url.
Besides the release, we marked another major milestone yesterday when the final patch to NSPR landed and we were able to build for Windows Mobile off Mozilla’s trunk for the first time ever. I say the first time because minimo was built from branches of both NSS and NSPR.
“leaks”
Over the last week and half there have been several blog posts and “news” articles floating around the internet about leaked Windows Mobile Fennec builds. This has been fairly entertaining to those of us working on the project for a couple reasons. First, the builds that these posts have pointed to are the builds that I pointed to on twitter. They were intended to be used by the developers working on the project (or anyone else willing to deal with really buggy software) to find bugs before we pushed anything out to the general public.
Also, the concept of secret, leaked builds flies in the face of how Mozilla operates. Our source code is out there for everyone to see. We have a bug reporting system that anyone can (and is encouraged to) access to file new bugs or track the progress of existing bugs. The majority of our discussion around the project is entirely public on irc, our wiki or our meetings and conference calls.
I have been working for Mozilla for 16 months now. At first its a bit of an adjustment to having everything you do or say out there in the public. But after overcoming that initial shock, its a point of pride. This project goes to extraordinary lengths to be open and transparent. If you are going to write about Mozilla, take advantage of that. Read our meeting minutes, hop on irc to ask a question or even dial into the weekly status meeting. Its all out there, just look.
Gr
http://ftp.mozilla.org/pub/mozilla.org/mobile/
Are you really sure about that ?
because there are no news on the mozilla's website ????
hm. after a very slow loading I see the adressbar, but cannot open the keyboard
to enter any address...
this thing is sad!
This can’t be an official release! I really don’t believe they would release this garbage.
I installed on the Touch HD and the Touch Pro and nether works.
Don’t waste your time!!!!!
OK OK please use the search function before posting !!!
This is not the official release it is the beta version and has already been posted !!
---> http://forum.xda-developers.com/search.php?searchid=20889598
This shouldn't even work anyway because it seems designed to be for vga like touch pro.
If you want you can get the windows version HERE just to see what it's like...
Looks pretty interesting and it's apparently amazingly fast on the N810.
it's beta, so no need to complain about
But, I'm looking forward to the first running version
I can also confirm it doesn't work but it does look promising, it is very jerky on the touch hd and takes forever to load and i had to use a bluetooth keyboard to input text and pages dont load but apart from that I'm still very much looking forward to seeing this completed.

Noterrific - note keeping/structuring app

Noteriffic 0.53
Copyright (C) 2004 Rudis Muiznieks
Noteriffic is a quick little app I wrote because I felt that the PPC was
lacking a nice, simple, free note keeping/structuring application that has a
desktop counterpart....
All credit goes to Rudis, but now we have WVGA-Screens, so :
Could anybody of those famous and brave developers
compile this VB-Project for >> WVGA << ?
(Its working fine with QVGA and VGA)
Thanks a lot
Creature/entity appeared in mirror,
LOL
kahe40, I wanted to change something in this app the other day so downloaded a trial version of visual studio from MS plus dotnet compact framework. It let me edit the Noterrific source code and compiled a new version fine. I'm sorry I don't have time right now to work out incorporating WVGA, but thought you might like to know what I found out.
ps. if anyone wants the new source/compilation I can post. I simply added the ability for the app to remember which node it is on and return there next time it opens (otherwise it always ended up opening way down the list which drives me mad).
thanks ddk2, please have nice holidays, maybe later we can see...
what do you think about a dark grey background with white text ?
dont know, maybe there are problems with icons and checkboxes ?
and second: in settings, there is: use smaller font for list/display
would you please change to: use bigger font (only one step)
kahe40, did a very quick patch for you, no longer have large/small font, just textboxes so you can set your font size.
Source attached. Find exe's in each project (pda/desktop) in subdir bin\Release.
This version has my mods as described above.
Before you use it, take a copy of your data file (ntn ext) as mine was cleared out somewhere during testing and had to restore. I don't think its a bug, just something from testing, but take backup just to be safe.
Also did a quick test of grey background. Doesn't look that good to me, icons didn't come out well etc. Also presents issues that unless hardcode to grey, then need to make user option to set colour and that's a whole lot of frigging around....be my guest
very nice, good job, thanks a lot my friend
kahe40, don't know if you are still watching this but I just discovered I made a cockup in the last piece of code. I misinterpreted the use of one variable and the resultant problem shows up next time you go to add a node (I haven't added one for quite a while).
This version has corrected that. Also, changed the way I had it remembering which node it was on between sessions. Now saves with the apps variables (a sep file) rather than in the note file itself. Plus side is its much faster closing the app. Another sideaffect is that when syncing the file between pda and desktop, they each have their own memory of the last used node.
Yes, I am guilty my friend,
I traded my TouchHD for an iPhone, dont want to be banned from
this forum, but - man, oh man - what a wonderful OS ...
So I use the old version as shopping-list with my KS20 (QVGA).
Will test your new version soon, thanks a lot.
hello there
I've found this app some weeks ago to keep track of my actions on my work
Like a time log
Is there some some other app (free/paid) that does the same job.
I've found this one for ipod...http://ax.itunes.apple.com/app/id371157360?mt=8
shame that there isn't none for wm

[DEVELOPMENT] CycBubbles [Stage 1: Gathering Ideas]

A Small Story to serve as an introductory:
So a while back, when I got my brilliant Excalibur, I started developing small applications. Some of you may recall the, now long dead , thread I had called CycloneApps [By Request]. I started with C#, and did some ok things [in my opinion] and they helped serve as a learning block for bigger and better developments. I have gone from CMail.exe, the command-line replacement to tmail.exe, all the way to FFP_LockScreen [Fake FingerPrint LockScreen], which unfortunately was aimed at Touch-Screen phone users as a project I undertook as I showed interest on a thread in the Software Development sub-forum. I got my original inspirations and 'drive' to develop from this here community, the Excalibur owners or supporters, and I thought it be best that I now fulfill a request made by Ookba, the great Chef who has brought our phones new life.
See, shortly after I started taking requests, Ookba suggested I re-make SMSBubbles to be more functional with the ROM. At the time, with the speeds of the .NET CF, it seemed impossible to really do. But I come back to you all now with the knowledge of C++ So as a token of my appreciation to all Excalibur owners, I want to develop CycBubbles, an SMSBubbles remake with features YOU want!
--------------------------------------------------------------------------
Having said all of that, I ask now that if anyone has any interest in such a program becoming available to the Excalibur, they reply to this thread with Ideas concerning one of the following:
Soft-Keys: What should the LEFT soft-key and RIGHT soft-key do [ and under what circumstances] ?
Look and Feel: Do you like the SMSBubbles 'bubble', or do you want something different? [Realize that more complex designs = slower speed]
Rules: How about some filter-rules about when the bubble should or should NOT appear.
Positioning: Do we all like the bubble at the bottom of the screen? Maybe we can make it more PPC-Like if it were in the Center, or from the TOP.
Extra Functions: What kind of extras would you like? (i.e. Should I utilize the 0 - 9 keys on the keyboard to do something?)
Once I get the ideas from YOU guys/girls, on what YOU want this program to do, I can start developing
Please consider
if you want to see this program really flourish
Reserved for later use
Rules would be awesome. How about setting bubbles only for certain contacts? Would the .cab install work for other ROM's besides ookba's?
I would most definitely aim to make the program ROM INdependent.
Thank You for the feedback
it would be interesting to make the left and right soft keys customizable...
and as for the location/look of the bubbles, that to would be nice to customize and to relocate wherever the user feels. top, bottom, left, right, center...
the rules sounds good, and maybe apply an ignore feature to certain annoying contacts lol. like a black list on contacts that the bubbles won't show up for.<-- pretty much what Frostmoon said. lol
pretty much make it user customizable friendly.
nice to see you around these parts again.
Due to the rather disheartening amount of feedback on this thread, I will most likely not develop this in the near future .
I am currently consumed with finishing up my next version of Fake FingerPrint LockScreen for Touch-Screen phones, but that should be over in about a week.
I have been pondering re-starting development on my Horizon Home-Screen, if any of you remember that (if not, you can search it). My further knowledge of C++ will most definitely assist me in making this HomeScreen I had dreamed of making a while back when I only knew C#.
So I suppose be on the lookout for any news on that, and check here occassionally to see if I post back. For now, I am going to leave this on Stage 1 (Gathering Ideas), NOT DISCONTINUED, because I do hope to have the time to come back to this soon and give back to the community that started me off
Cyclonezephyrxz7 said:
Due to the rather disheartening amount of feedback on this thread, I will most likely not develop this in the near future .
Click to expand...
Click to collapse
Yeah it's a real shame as the idea was requested by users yet response so small, no longer have an Excalibur but think that the development of a SMS bubble app with more configurable options would be welcomed by many smartphone users and not just Excalibur, maybe worth thinking as a project for D&H rather than just Excalibur users.
>sms bubble duration
>marque of sms
>if recived multiple sms we shuld b able to select the one to view....
>customizable soft buttons becoz diffrent user wants different settings..
>user created themes
> rules is another great idea... coz somtimes service provider sends lots of annoing sms + others
>hide the vip sms.. and it requires password to view the sms( it can b a seperate function to lock the sms bubble with password)
>photo of the sender... if it is from the saved contact...
> a floating bubble would b great the flows from up-down or vice versa.... until the user press a button..
somecuitears said:
>sms bubble duration
>marque of sms
>if recived multiple sms we shuld b able to select the one to view....
>customizable soft buttons becoz diffrent user wants different settings..
>user created themes
> rules is another great idea... coz somtimes service provider sends lots of annoing sms + others
>hide the vip sms.. and it requires password to view the sms( it can b a seperate function to lock the sms bubble with password)
>photo of the sender... if it is from the saved contact...
> a floating bubble would b great the flows from up-down or vice versa.... until the user press a button..
Click to expand...
Click to collapse
good ideas!
stylez said:
Yeah it's a real shame as the idea was requested by users yet response so small, no longer have an Excalibur but think that the development of a SMS bubble app with more configurable options would be welcomed by many smartphone users and not just Excalibur, maybe worth thinking as a project for D&H rather than just Excalibur users.
Click to expand...
Click to collapse
yes, it is a shame. i was really looking forward to this.
best of luck with you home screen development, will check in on that time to time.
somecuitears said:
>sms bubble duration
>marque of sms
>if recived multiple sms we shuld b able to select the one to view....
>customizable soft buttons becoz diffrent user wants different settings..
>user created themes
> rules is another great idea... coz somtimes service provider sends lots of annoing sms + others
>hide the vip sms.. and it requires password to view the sms( it can b a seperate function to lock the sms bubble with password)
>photo of the sender... if it is from the saved contact...
> a floating bubble would b great the flows from up-down or vice versa.... until the user press a button..
Click to expand...
Click to collapse
As stated above, good ideas!
@Cyclonezephyrxz7 - This can be a good start don't you think?. Thanks for your work dude, I hope to see this project rolling out
@Mr.Clown (and all others too)
Yes, it did serve as a sort of inspiration to start up. Thank You to those who did contribute ideas thus-far. I have not started up a thread yet, but http://forum.xda-developers.com/showpost.php?p=7166724&postcount=39
Expect something soon (Within a month maybe?)
Also, I am now officially a co-founder, and primary developer for Chicken-Egg Solutions. This will become my main venue for application development and requests, as well as web-design, computer repair, and problem solutions (Most of these will be taken care of by my friend, the other Co-Founder). The website will be up soon (www.chicken-eggsolutions.com), check back every so often
Hi Cyclone,
We met in another thread. But I would like to raise my function request here for your consideration.
I am looking for a delivery note management function that allows my to keep track of my sms receiver. I would like to know who, by name, have received my sms and at what time. I don't know if such function is appropriate for the software you are developing. If so, please consider to add this function into it. If not, appreciate if you can point me to the right direction.
So are you requesting, as opposed to the normal Delivery Requests that Windows Offers, to make a type of 'Delivery Notification' that gets stored in some XML-like file for future reference?
It will be great if the software can list out the receiver name and date/time of the delivery notification. It will ever greater if it can match the sms/delivery notification with the acknowledgement send out by the receiver after receiving my sms.
If it only output an XML, user will have to figure out how to display it on a mobile phone.
how about an option of reading the incoming sms....like in nokia mobiles
Like Text-To-Speech?
Cyclonezephyrxz7 said:
Like Text-To-Speech?
Click to expand...
Click to collapse
ya... how about that.. i think it shuld be customizable soft button or a different button..
I will see. I feel that that may increase the size of the app distinctly, and also distinctly reduce the speed. Although I could probably figure a way to not let it be affected.
Anywho, Thank you, ALL, so much for these ideas. I suppose that I will start attempting to make this once I am fully done with my FFP_LS pro (Which, by the way, works on Excaliburs! and other non-touch-screen phones ) and when I get my internet back fully.
Cyclonezephyrxz7 said:
I will see. I feel that that may increase the size of the app distinctly, and also distinctly reduce the speed. Although I could probably figure a way to not let it be affected.
Anywho, Thank you, ALL, so much for these ideas. I suppose that I will start attempting to make this once I am fully done with my FFP_LS pro (Which, by the way, works on Excaliburs! and other non-touch-screen phones ) and when I get my internet back fully.
Click to expand...
Click to collapse
Thanks for your work and for sharing it, we will wait then
Revised Idea, and then some
Okay, so this post contains a little meat to it
1) I want to let people know about FFP_LockScreen Pro 2.0, now available on my website( www.chicken-eggsolutions.com ). My partner and I do app development as well as web design/development. FFP_LS Pro 2.0 is fully based on C++, has many customizable components, and best of all it is (what I consider to be) a pretty legitimate replacement lock for our phones. I have made this version (and all future versions) compliant with our lovely Excaliburs. Instead of having to press the screen, trick people with a "slight of hand" by putting your finger on-screen while pressing the space-bar with your knuckle (thats how it works for me) and it will start scanning. Trust me, it mystified half my family already haha. Anywho, it is shareware, so there is a free NON-EXPIRING trial. THe trial has its limiatations however. Also, another feature that is in this for our lovely Exca's that is currently NOT available to TOuch-Screen phones is true replacement (sorta) of the default lock. By using specific API commands, I was able to get it to run when we initiate the default lock! Cocky as it may sound, I feel this lockscreen beats S2U2 in 3 ways: (1) Tests have shown it to boot faster, (2) it actually replaces the default lock, and doesn't use some timeout trick, and (3) is actually blocks other windows [unlike S2U2 which can be overridden by pressing the TaskManager key or Messaging Key (on my phone at least)]. So yeah, personally I recommend it, but I made it. I will extend the same challenge here as I did on the Development forums: If you can make an interesting skin for the program, you can win a free license (3$ value)
2) So recently I have become extremely pissed off with tmail.exe. When I have actual 'conversation - length' messages, it is slow and just overall frustrating! So I thought, "Hey, I am already starting CycBubbles...why not make it a whole 'suite' type thing". So I am considering making my own Messaging Client EXE. It would be a major switch, as it would eliminate CE MAPI for the most part (it would keep messages stored there, but its main access would be via XML). Then as an extension to this I can h ave CycBubbles. Generally, I find, SMSBubbles works...and it is reliant on CE Mapi, so I can make one reliant on XML, not CE MAPI, that works comfortably with my own client. What do you think of that idea? This would obviously require a lot more time. But if it is what I imagine I can do, it will be faster and better
So I guess that is it really... If i remember anything else I wanted to say, I will post back again!

[PRJ] NotesLive - Notes and TODOs with PUSH notifications

Hello,
I am slowly starting to develop for Windows Phone 7 now, and I want to realize one app I have in my mind since day 1 I first heard about WP7 back on MWC (too bad I wasn't in Spain, it's not _that_ far ).
Anyway, this app is about Notes. What I am trying to do is that you always pick one note you want to show on homescreen and it will show via live tile. How? This part is thought through, just need to realize it now.
Another part is TODOs, where you will be able to also add DATE to some TODO and when this time comes (+- few minutes - WP7's notifications are limited, I am not sure how much yet), it will popup as Toast message.
But to make this both come true, it will require one thing - you to register (I thought of using device ID, but I want to be able to manage it from internet from your PC too. I have done autologging when app starts, so its not the issue) and all (or just the one, pinned note) and all dated TODOs will be stored on my own server solution, pushing notifications to your device. It might seem wrong to keep your data on my server, but that's how it works now. Sorry guys.
I have now done logging & registering part and some base notes stuff (mostly server side, in PHP), I will be working during next days on the notes and TODOs meanwhile (hell, I might even try combining them somehow? Tips are welcome here!), I lost all free time lately so I have only few hours per week.
Are you glad I am going to WP7? I still don't have any WP7 device though, anyone wanna donate me one? (Even the Samsung Taylor as the developer's pre-production one is enough ). I am buying new car so there isn't money for WP7 phone. All tests are done in emulator. Hope it works on real device...
Regards, OndraSter
Good stuff. Hope to see you active on WP7 development as well and other developers follow

Multitasking on wp7

Have a look at this
http://www.youtube.com/watch?v=jipqNtc_PPU&feature=player_embedded
Our own developer Jaxbot is up to his tricks again, and this time, it's paid off: Finder of a hack that brought instant resuming to Windows Phone 7, he has been developing a full fast app switching/multitasking solution for Windows Phone 7.
Shown in the video above, the preview of the application is triggered by pressing the half shutter button (pressing the camera button halfway, not to the point where the camera would launch), and allows the user to jump between desired applications. The applications run in the background to a degree, as shown with the timer, and no time is required to bring the applications back from their background state. It's all very technical, but rest assure that he will be sharing some more details in the future.
Keep in mind the application is a preview-the interface and how it functions may very well change before release, and no release date is available. But if you're interested in having it on your device, share some thoughts about how you think it should look, function, etc, in the comments below.
Without further ado, watch the video above for a demonstration of fast app switching on Windows Phone 7.
Click to expand...
Click to collapse
Source
Yeah, checked the article out yesterday. Hopefully he'll be releasing something to everyone soon. It's the one thing I'm dying without No third party alarms (as the one MS provides kind of blows) and all this resuming nonsense is becoming slightly annoying.
That looks pretty slick! Would love to see this one in the wild soon, now if I could only get Pandora I would be set.
kwill said:
Yeah, checked the article out yesterday. Hopefully he'll be releasing something to everyone soon. It's the one thing I'm dying without No third party alarms (as the one MS provides kind of blows) and all this resuming nonsense is becoming slightly annoying.
Click to expand...
Click to collapse
Its still work in progress, there are limitations... people work as hard as they can to overcome these limitations and make it work for all devices.
Currently I believe its not possible to automatically find the titles of the running apps, so they are manually added (hardcoded) however they can find the paths to the files... so the remaining thing is getting access to the files in these paths to extract the title and tile image.
However what you see really works, its real and should work with every app once this is accomplished.
Marvin_S said:
Its still work in progress, there are limitations... people work as hard as they can to overcome these limitations and make it work for all devices.
Currently I believe its not possible to automatically find the titles of the running apps, so they are manually added (hardcoded) however they can find the paths to the files... so the remaining thing is getting access to the files in these paths to extract the title and tile image.
However what you see really works, its real and should work with every app once this is accomplished.
Click to expand...
Click to collapse
Thanks a lot for the insight on the operation and the obstacles they have to overcome. I'll be monitoring for any progress or assistance I can provide. Although, I'm sure my non-expert help won't be of much help.
kwill said:
Thanks a lot for the insight on the operation and the obstacles they have to overcome. I'll be monitoring for any progress or assistance I can provide. Although, I'm sure my non-expert help won't be of much help.
Click to expand...
Click to collapse
you can monitor here: http://forum.xda-developers.com/showthread.php?t=1006331
and here: http://forum.xda-developers.com/showthread.php?t=1021135
btw I have nothing to do with the developments, I was just excited by the news and kept contact with Jaxbot who made this app/video with the code wrapper provided by fiinix
Looks great! I like the idea of a half shutter press. Very elegant solution.
Want that app!
Is this app on the video released?????? I can't find any link to download, although it was introduces about 2 years

Categories

Resources