PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Palm Treo 700W/WX (http://forum.ppcgeeks.com/forumdisplay.php?f=15)
-   -   cDate: Today date to replace the carrier logo (http://forum.ppcgeeks.com/showthread.php?t=3838)

crazie.eddie 04-14-2007 05:06 AM

cDate: Today date to replace the carrier logo
 
4 Attachment(s)
I created a script, which displays todays date on the field where the carrier logo is shown (see image)...

http://i8.photobucket.com/albums/a25...arrierDate.jpg

As you know, having a 240x240 screen makes every space prime real estate. There are a few apps that could achieve what my script does...Hidelogo (hides the carrier logo field), TrueToolbar (display lower tray), BTIcon (displays bluetooth icon in lower tray of TrueToolbar), and TodayDate (displays todays date on Today screen).

I liked the Bluetooth icon on the carrier logo field, because it changes color if a device is connected. Using the BTicon app, the only way I could tell if my headset was still connected would be by calling my voicemail to see if I can hear through the headset.

Therefore, after some research, I developed a simple script to achieve the above...called cDate.mscr

For more discussion, please see this thread....
http://discussion.treocentral.com/sh...d.php?t=141021

EDGE23 04-15-2007 01:03 PM

i finally got to try this today, just what i needed, now i dont have to have weather panel and hile logo to make room and display the date. any ways thanks a lot man.. keep up the good work!

santos 04-15-2007 01:50 PM

I agree. Nicely done! I was tempted to try other scripts made in MortScript but kept putting it off. This one made me try it and all I have to say is Thanks!!

crazie.eddie 04-15-2007 02:07 PM

Sure, not a problem. Glad to help.

budney 04-15-2007 04:28 PM

Yes, nice job Eddie! 8)

Pibe38 04-15-2007 08:32 PM

Awesome work!!!

skywaterbanjo 04-19-2007 10:19 AM

Works great...thanks!

crazie.eddie 04-19-2007 10:31 AM

Thanks.

ycats 04-20-2007 08:55 AM

Carrier logo and dial area
 
How can I remove the Carrier logo and also the dial/number area below it so I can have more screen area?

wowthatisrandom 04-20-2007 11:51 AM

Re: Carrier logo and dial area
 
Quote:

Originally Posted by ycats
How can I remove the Carrier logo and also the dial/number area below it so I can have more screen area?

use hidelogo... and then hidelookup field

crazie.eddie 04-20-2007 03:19 PM

Hide Lookup field is done if you are a the Today screen. Go to Menu > Preferences > Hide Lookup Field. It will still show up when you start typing a letter, corresponding to a contact name, but will shortly dissappear again.

Hidelogo basically hides the whole carrier logo field. If you use a BT device and want easy access to BT functions, thru the icon, you need to install BTicon. Unfortunately, you also need to install Valksoft True Toolbar to display it on the Today's screen on the botton tray.

Hidelogo will also hide the date field, so if you want the date, you also need to install LVMtime or TodayTime.

Hidelogo:
http://www.ppcgeeks.com/remove-logo-...sed-t1066.html

TodayTime:
http://forum.xda-developers.com/showthread.php?t=261074

LVMtime:
http://www.pocketpcfreeware.com/en/index.php?soft=1656

Bluetooth icon:
http://ppcgeeks.com/bt-icon-hardware...ooth+icon.html

Valksoft True Toolbar:
http://www.valksoft.com/TrueToolbar.html

BeauGM 04-29-2007 02:56 AM

sorry
 
just posting so i can see file

Pibe38 04-29-2007 03:09 PM

Shouldn't really need to post to see the file, just need to be registered and signed in as far as I know, unless Mike changed it.

Welcome anyway!

bmatic586 04-29-2007 04:39 PM

i like this cdate app....works great, and just what i was looking for.

crazie.eddie 04-29-2007 04:57 PM

:)

Vertigo 04-29-2007 07:40 PM

cdate rocks thank you!!!

crazie.eddie 04-30-2007 03:33 AM

You're welcome. Glad you all like it. There will be future advancements as soon as the Mortscript 4.01 is in it's final release.

crazie.eddie 05-02-2007 04:20 AM

cDate 2.2 Beta available here. Originally discussion can be found here...
http://discussion.treocentral.com/sh...d.php?t=141021

Mostly a few minor changes, but the major change was removing the RunAt command and replaced it with the Sleep command, due to battery draining issues with RunAt.

I decided to keep the wait time to 60 seconds, because if the Phone Radio is turned off the carrier line field will display Phone Off until the phone radio is turned back on. Once the Phone Radio is turned back on, the carrier logo will be placed back. Therefore, cDate requires to write to the carrier field more frequently.

Please uninstall the previous version, before installing this version

EDGE23 05-02-2007 09:31 AM

I just installed it. I did a soft reset after removing and installed beta, @ first it didn't show up the date but after a another soft reset it started working. maybe I didn't do something right when installing.. all in all its working. thanks again eddie I appreciate all the hard work!

crazie.eddie 05-02-2007 11:11 AM

Glad it's working fine. It installs a shortcut in Programs and also Startup, so either shortcut will work or a soft reset will execute it.

crazie.eddie 05-04-2007 04:58 PM

cDate 2.3 Beta available here. Originally discussion can be found here...
http://discussion.treocentral.com/sh...d.php?t=141021

- Should resolve Verizon Wireless not displaying the date.
- Resolved issues with date displayed is more than 26 characters
- Minor coding changes
- No longer device specific. Will work on ALL devices using the registry that display to the carrier field. Planning to test this on a friend's Motorola Q and a 6700.


I included the cab installation in the zip. There's also a manual install. Please read the README.TXT file in the zip file for the manual install. Basically, the manual install (assuming a previous version of cDate exists)...
1. Extract the zip file
2. Copy source\cDate.mscr to \Windows\Start Menu\Programs\Mortscript on your device.
3. Perform a soft reset.

wouldya 05-05-2007 12:50 AM

Re: cDate: Today date to replace the carrier logo
 
Quote:

Originally Posted by crazie.eddie


Sarah Michelle Gellar is 30? ! ? ! ?

.... eww ....

crazie.eddie 05-09-2007 02:22 AM

5 Attachment(s)
cDate version 2.4 Beta now available. See first thread.

- Removed registry validation. I tried to make it too fancy before. Simple is better.
- Now compatible with Mortscript 4.01 Alpha 11. I tested using Mortscript v4.01 Apha 9 and Alpha 11, also Mortscript 4.0


I included the cab installation in the zip. There's also a manual install. Please read the README.TXT file in the zip file for the manual install. Basically, the manual install (assuming a previous version of cDate exists)...
1. Extract the zip file
2. Copy source\cDate.mscr to \Windows\Start Menu\Programs\Mortscript on your device.
3. Perform a soft reset.

shivers 07-05-2007 06:01 PM

ok ... I think I must be missing something. I've tried to install cDate a few different times and I can't seem to get it working right. each time I've installed the cab and clicked on it. the install goes fine and I wait a few minutes to do a soft reset. once I reset, I get an error message that says something like "there is no application associated with cDate, please run the application from its source..."

feel free to offer help and call me names. :D 8)

budney 07-05-2007 08:39 PM

Quote:

Originally Posted by shivers
ok ... I think I must be missing something. I've tried to install cDate a few different times and I can't seem to get it working right. each time I've installed the cab and clicked on it. the install goes fine and I wait a few minutes to do a soft reset. once I reset, I get an error message that says something like "there is no application associated with cDate, please run the application from its source..."

feel free to offer help and call me names. :D 8)

Did you install Mortscript? You need it to run cDate. :)

shivers 07-05-2007 09:48 PM

thanks, budney. I wondered about that as I was writing my post. :)

Hanniballs 07-06-2007 01:06 AM

Thanks, works great! This is exactly what I was looking for!

crazie.eddie 07-07-2007 04:24 AM

Good to hear. Sorry for the late reply though. Busy 4th of July holiday :D

Bucko 10-17-2008 05:00 PM

Re: cDate: Today date to replace the carrier logo
 
Quote:

Originally Posted by budney (Post 58846)
Did you install Mortscript? You need it to run cDate. :)

How is mortscript installed?

Bucko 10-17-2008 05:19 PM

Re: cDate: Today date to replace the carrier logo
 
Quote:

Originally Posted by Bucko (Post 462608)
How is mortscript installed?

Sorry, figured it out.


All times are GMT -4. The time now is 10:30 PM.

Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0