I have a silly question for you: What is an AKU? Is it the phones actual image? I ask because I see all the thread traffic and I'm not sure. I'm not a 6700 noob by any stretch, and I'm pretty adventurous. Just curious as to what I would be getting myself into if I decided to load your Custom AKU.
An AKU is basically the Windows version. AKU 3.5 is the latest and greatest. AKU 3.3 is very similar to 3.5, and is at this time more stable. The bugs are being worked out in 3.5, so that last statement won't be valid for long. AKU 3.3 is like upgrading from Windows 98 to Windows XP. Sprint kept us at 2.0, so 3.3 is a big jump. Faster and more stable.
Thanks for the info...but I was talking about the latest version of the slide lock program Is that the CAB that can be downloaded in the initial topic message? From the discussion it sounds like there's a version 1.5 now.
Thanks!
__________________
Casio E-100 > iPaq 3635 > iPaq 3970 > Treo 600 > PPC6700 > My 6700 reborn with a C&S 3.5 ROM, Yay!
Hey all,
Running screen lock 1.5 and I'm no longer getting email. No notification, no nothing. I've been having a few issues with mail2web, but with screenlock off I get email, but screenlock on I never get it. Even if I manually try to sync nothing ever shows up.
Well, almost a total re-write. A_C at arianesoft.ca did a lot of the work to make it faster, and andason helped me square my head on with our add-in code, and only 7.5 hours later... Now loads a LOT faster. Also has a slide.ini so that you can setup some of the options on the SlideLock. Launcher hasn't changed, but I will be doing some code optimization on it soon and expect to see a speed improvement after doing so. ftp://ppcgeeks:ezupload@up.ppcgeeks.com/Applications/TS_Launcherv1.6.cab
Slide.ini options:
(default)
[Slide Config]
Date Format=dddd', 'MMMM d', 'yyyy (dddd is name of the day, MMMM is name of the month, d is day of month, yyyy is 4 digit year)
Time Format=h':'mm (h is hour, H is military time, mm is minutes, tt is am/pm)
No Animation=0 (0 keeps the animation on the slide, 1 removes the animation on the slide)
Close App=1 (0=app remains in memory for faster launch, 1=kill app when unlocked)
This looks like a great app. I have downloaded version 1.5 and 1.6 several times and have not had any sucess in getting them to work. The program loads fine an dI launch the screen lock. The lock launches but when I slide the unit open nothing happens. I have to soft reset to unlock. I am running aku 3.5 by United Project Team. Any suggestions?
By "slide the unit open" do you mean you're opening the keyboard? If so, that's wrong. You are supposed to slide the arrow from the left side of the screen to the right side of the screen.
- Create Ini-Option to disable/enable Information like Appointments, E-Mails, Calls on the Locked screen (so people who want a clear screen can diable them)
- Option to set Color of the Font
- Option to set time also to 24h view instead of 12 am/pm
Time Format=h':'mm (h is hour, H is military time, mm is minutes, tt is am/pm)
Your last option is there. Use a capital H for the hours in your slide.ini. Someday (probably not real soon) I plan to implement the first request as well. The 2nd one I should be able to squeeze in at the same time.
Someday (probably not real soon) I plan to implement the first request as well. The 2nd one I should be able to squeeze in at the same time.
If we begged would you implement sooner? If you're willing to share the code I could have a stab at it and send it back for your approval. I don't have the compiler will the free version handle everything that is needed save creation of the exe?
I'd second that request... the app is great and speedy, but the info on the screen make it a bit too cluttered, I preferred the old version.
A second suggestion: make the app die if it gets an exception. After exiting from sleep mode I get an infinite sequence of access violation messages ("opcode: rendersprites") when the app tries to update the clock, there is no way out except soft-reset.
Free version won't compile, but I have good news. I've implemented the ability to enable/disable each of the Notifications within the slide.ini. I'll be releasing this later today after I tidy up. Font colors may not make it into this release.
I took a crack at making some icons for the iPhone launcher
Well I wanted to have the Tasks icon on mine so I created the followings... the graph.bmp and graph_p.bmp need to go into the icons folder and then the secrow.bmp goes into the Res folder
then in the config.ini file change the stocks entry to the following:
Free version won't compile, but I have good news. I've implemented the ability to enable/disable each of the Notifications within the slide.ini. I'll be releasing this later today after I tidy up. Font colors may not make it into this release.
Would a hearty "thank you" be premature? Also, I was aware that the free version wouldn't compile, but shouldn't this code (or other code like it) be able to be tested using the free version?
Should be able to test with the free, but I couldn't say for sure. I've never really used the free one. That said, I think I may be able to even get the font color configureable within slide.ini. Still working...
Version 1.7 is now available. This one has full configuration abilities within slide.ini:
[Slide Config]
Date Format=dddd', 'MMMM d', 'yyyy
Time Format=h':'mm
No Animation=0
Close App=1
(All of the above perform the same as before)
Appointments=1 (1 shows appointments if you have any, 0 will not show appointments under any circumstance)
Last Caller=1 (1=show, 0=no show)
Exchange Email=1 (1=show, 0=no show)
Other Email=1 (1=show, 0=no show)
Text Message Count=1 (1=show, 0=no show)
FontColorR=255 (font colors are in RGB, so 255,255,255=white and 0,0,0=black. Use these fields to enter each segment of your RGB)
FontColorG=255
FontColorB=255
When I attempt to use the launcher I get a error when I hit a few of the buttons such as settings. I get the following error:
The file 'ClearTemp' cannot be opened. Either it is not signed with a trusted certificate, or one or more of its components cannot be found. You might need to reinstall or restore this file.
The lock program runs fine for a couple of minutes and then I get the following PPL Runtime Error:
When I attempt to use the launcher I get a error when I hit a few of the buttons such as settings. I get the following error:
The file 'ClearTemp' cannot be opened. Either it is not signed with a trusted certificate, or one or more of its components cannot be found. You might need to reinstall or restore this file.
That's cuz you don't have the program ClearTemp! Read the rest of this thread, please! I have listed where to edit and how to edit the config.ini file 1/2 dozen times.
As for the error, I will see if I can reproduce it. Does it happen when waking the phone from suspend, when you turn it off and then on, after a set period of time, or totally random?