PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > General Windows Mobile Discussions > Legacy WM Devices > Palm Treo 700W/WX
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #61 (permalink)  
Old 05-03-2007, 04:57 PM
Boxt's Avatar
PPCGeeks Regular
Offline
Threadstarter
 
Join Date: Dec 2006
Posts: 130
Reputation: 10
Boxt is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Ive had this posted TC for a couple days and thought I would share the outcome so far.Thank to all the beta user for there valuble input.
Phil C

Fixes To 5.6 Beta 4 && ADDED FEATURES

--------------------------------------------------------------------------------

FIXES AND ADDTIONS MADE TO BETA FILES TO BE IMPLAMENTED INTO FINAL 5.6 CUT THIS WEEKEND

1) fIX ON INSTALL AND SOFTREST SETTING VALUES TO 0
RegWriteDWord ("HKCU", "System\State\Messages\vmail\Total\Unread", "Count", 0 )
RegWriteDword ("HKCU","System\State\Messages\TotalEmail\Unrea d", "Count", 0 )

2) FIX MADE TO DISPLAY LAYOUT-MEMORY 40MB
WriterString = %S% & " Sig="& %H% & "%" &" Bat="& %B% & "%" & " "& %tmemory% &"MB"

3) AJUSTED LONG DATE DISPLAY SO YEAR 2007 WAS IN FULL VIEW FOR LONG DAY VALUE/WEDNESDAY.
WriterString = %S% & " "& %shortstatus%&%DisplayDate%

4)Rebuilt Script structure of Cdate.60 sec timer setting outside main loop cause delay raging 15min to 2 hour delay of making the current new date change.Slimed down month names giving space need for carrier plugin dispaly
MonthName[01]="Jan"
MonthName[02]="Feb"
MonthName[03]="Mar"
MonthName[04]="Apr"
MonthName[05]="May"
MonthName[06]="June"
MonthName[07]="July"
MonthName[08]="Aug"
MonthName[09]="Sept"
MonthName[10]="Oct"
MonthName[11]="Nov"
MonthName[12]="Dec"

5)Took Sleep 5000 out of start up giving faster load after softresets.

6)We added six more displays now having the total of 12 available in display choice menu.the new six added Do not have TA status[S] displayed.

7)Changed Alert Control loop sleep to 975 with 25 giving total Sleep 1000.

Removed wav that is heard when choosing display choices from the alert settings menu giving faster response for menu pop ups.


9)Added LED/VIB selection to the alert setting menu using RegWriteDWord value VIBSET value 0-1. ...TREOSET.mscr case selection value settings.
Case 4
RemoveNotifications( "\Program Files\TREO ALERT\REMIND.mscr" )
RegWriteString "HKLM", "Software\Mort's MortScript\TREO ALERTS", "STATUS",[1]
RegWriteDWord ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "VIBSET", 1 )
RegWriteDword ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "SLEEP" ,1 )
RegWriteDword ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "VIB", 0 )
RegWriteDword ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "REMIND", 1 )
RegWriteDword ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "LED", 1 )
RegWriteDword ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "ONOFF", 1 )
Sleep 200
CallScript( "\Program Files\TREO ALERT\TODAY.mscr" )
PlaySound "Program Files\TREO ALERT\VIB.wav"
NOTIFY = RegValueExists( "HKLM", "System\State\Shell\Notifications\Active", "CLSID" )
If ( NOTIFY )
Run ( "\Program Files\TREO ALERT\REMIND.mscr" )
Run ( "\Windows\LEDUp.exe", "0 1" )
EndIf

--------------------------------------------------------------------------------
Last edited by slingbox : Today at 04:43 PM.
Reply With Quote
  #62 (permalink)  
Old 05-04-2007, 03:33 AM
mccune's Avatar
Lurker
Offline
Pocket PC: Touch Pro 2, Nokia E72
Carrier: T-Mobile
 
Join Date: Nov 2006
Posts: 5
Reputation: 0
mccune is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
When I open settings and choose: [1]LED ALERT -> OK -> it always takes me to the Display settings of the program. Is this normal? I think it's not necessary, since I've already configured the display settings earlier.

Must say great work! Have this baby running on my Treo and it's very cool!
Reply With Quote
  #63 (permalink)  
Old 05-04-2007, 04:58 PM
Boxt's Avatar
PPCGeeks Regular
Offline
Threadstarter
 
Join Date: Dec 2006
Posts: 130
Reputation: 10
Boxt is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
That set up saves the user that wants to change both setting a unnecessary icon tap to get into the menus...this is a very fare setup for all.

After making alert setting you are taken to the display menu...If you dont need to change the alert setting just tap the display choice tab that takes you to that menu
Reply With Quote
  #64 (permalink)  
Old 05-05-2007, 03:04 PM
The Doctor's Avatar
Regular 'Geeker
Offline
Pocket PC: Tardis + Sonic Screwdriver
Carrier: Torchwood
Location: Everywhere
 
Join Date: Apr 2007
Posts: 310
Reputation: 200
The Doctor is keeping up the good workThe Doctor is keeping up the good workThe Doctor is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Same post, different Forum.

FYI Bug?
On the 700wx, when I recieve a text
the count does not change
"SM=0"...
the reminder sound works and LED flashes.
All other alerts seem fine.
__________________
Best regards,
The Doctor
Reply With Quote
  #65 (permalink)  
Old 05-06-2007, 01:43 AM
Boxt's Avatar
PPCGeeks Regular
Offline
Threadstarter
 
Join Date: Dec 2006
Posts: 130
Reputation: 10
Boxt is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
problem fixed in the mater beta..The full release should be today or monday
Reply With Quote
  #66 (permalink)  
Old 05-06-2007, 02:48 PM
The Doctor's Avatar
Regular 'Geeker
Offline
Pocket PC: Tardis + Sonic Screwdriver
Carrier: Torchwood
Location: Everywhere
 
Join Date: Apr 2007
Posts: 310
Reputation: 200
The Doctor is keeping up the good workThe Doctor is keeping up the good workThe Doctor is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
TODAY?!?!?!?!
YiPEEEEEEEEEE!
Great work by all involved!
Rock on Sling Boxt! Code and all....
Reply With Quote
  #67 (permalink)  
Old 05-06-2007, 03:46 PM
Boxt's Avatar
PPCGeeks Regular
Offline
Threadstarter
 
Join Date: Dec 2006
Posts: 130
Reputation: 10
Boxt is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Sorry to all

The bad news first=The full version of 5.6 will not be available for download till Wednesday.
The Good news=We added some great features There were not in the BETA.
1)More display layout with no status displayed.
2) Mix=Reminder/Vib/led....What is really cool about this new setting is you can have your treo vibe with alert reminder and led all at the same time.
3)oh yeah..no bugs
Phil C
Reply With Quote
  #68 (permalink)  
Old 05-06-2007, 04:56 PM
The Doctor's Avatar
Regular 'Geeker
Offline
Pocket PC: Tardis + Sonic Screwdriver
Carrier: Torchwood
Location: Everywhere
 
Join Date: Apr 2007
Posts: 310
Reputation: 200
The Doctor is keeping up the good workThe Doctor is keeping up the good workThe Doctor is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Reply With Quote
  #69 (permalink)  
Old 05-07-2007, 12:40 AM
CozBoogie's Avatar
Coz-erator
Offline
Pocket PC: Sprint Galaxy Note 2 & other misc digital devices
Carrier: Sprint
Location: Pacific Northwest
 
Join Date: Oct 2006
Posts: 13,694
Reputation: 15639
CozBoogie can't get a higher reputation levelCozBoogie can't get a higher reputation levelCozBoogie can't get a higher reputation levelCozBoogie can't get a higher reputation levelCozBoogie can't get a higher reputation levelCozBoogie can't get a higher reputation levelCozBoogie can't get a higher reputation levelCozBoogie can't get a higher reputation levelCozBoogie can't get a higher reputation levelCozBoogie can't get a higher reputation levelCozBoogie can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to CozBoogie Send a message via Yahoo to CozBoogie
Quote:
Originally Posted by Boxt
Sorry to all

The bad news first=The full version of 5.6 will not be available for download till Wednesday.
The Good news=We added some great features There were not in the BETA.
1)More display layout with no status displayed.
2) Mix=Reminder/Vib/led....What is really cool about this new setting is you can have your treo vibe with alert reminder and led all at the same time.
3)oh yeah..no bugs
Phil C
Right on, right on!

late,
Coz
__________________
"I don't want to spend my life explaining myself. Either you get it or you don't." Frank Zappa
Reply With Quote
  #70 (permalink)  
Old 05-07-2007, 02:57 PM
ZED spacenoodle's Avatar
Lurker
Offline
 
Join Date: Mar 2007
Posts: 1
Reputation: 0
ZED spacenoodle is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
I'm embarrassed to be asking but can't figure out the problem - I've been using the program (thanks - its great!), but have a problem with the display date. It doesn't automatically change each day. The only way I've been able to get it to correct is a soft reset. Any ideas?
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > General Windows Mobile Discussions > Legacy WM Devices > Palm Treo 700W/WX


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 06:20 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com