• Hiện tại trang web đang trong quá hình chuyển đổi và tái cấu trúc lại chuyên mục nên có thể một vài chức năng chưa hoàn thiện, một số bài viết và chuyên mục sẽ thay đổi. Nếu sự thay đổi này làm bạn phiền lòng, mong bạn thông cảm. Chúng tôi luôn hoan nghênh mọi ý kiến đóng góp để chúng tôi hoàn thiện và phát triển. Cảm ơn

Phần mềm khóa máy tự động cho PPC

nguyenphucondao

New Member
Auto Lock (csdevctrl-v.3.06)


Phần mềm được giới thiệu hỗ trợ khóa phím tự động trên PPC​


Không có hình minh họa


Các bạn tham khảo thêm ở dưới đây:

It can be activated at the following events:
1. After a specified period of idle time (no tapping or touching the keyboard).
2. After the device has waken up.
3. During a call ("In-Call Locking" Partial or Full).
I3?~uwh+!
Also for any of the first 2 events (idle or wake up) the program can run a specified executable/registered file together with any command line arguments that might be required.

Finally,
A. it can provide some customization on the carrier name so that:
- It can fit on the screen (for exampl not to overwrite the Battery icon in SPB Shell) ]
- Show the Bluetooth State
B. Turn on Bluetooth if a call is being dialed or received. Then switch it off after
the call has ended and the device is idle.
The behavior of this program is driven by the next key/values:
> Key
HKEY_LOCAL_MACHINE\Software\CSDevCtrl\Options
> Values
- LockWhileOnExternalPwr=0 or 1 (Default is 0)
If set to 1 it will try to apply the lock even while running on external power. )
- LockAfterWake=0 or 1 (Default is 1)
If set to 1 it will try to apply the lock after the device has waken (not soft reset).
- LockAfterIdleSeconds=xxx (Default is 45)
xxx are in seconds the inactivity timeout before a lock is applied (not during call).
- LockDeviceAlways=0 or 1 (Default is 1)
If set to 1 Full locking is set (all keys) otherwise partial locking (phone related keys enabled).
- LockDuringCall=0 or 1 ("In-Call Locking" Partial or Full). (Default is 1)
If set to 1 it will try to apply the lock. The first time the call is initiated the locked will be instant.
This lock is partial and still allows for the keys of the phone to be used (Usuall case of windows lock).
The user is given the chance to unlock while the call is taking place.
After unlocking, the program will use the parameter
--LockAfterIdleSecondsInCall=xxx (Default is 10)
where xxx is the second to reply the lock while the call is still on.
Also while having LockDuringCall=1, if the next parameter:
--LockDeviceDuringCall=0 or 1 (Default is 0)
is set to 1, then the lock is a Full lock and the device should not react in any keystroke.
- UnLockFirstKey (Default 0)
- UnLockSecond Key (Default 0)
Its the Hex Value of the VK code of the keys to be pressed to emulate the unlock sequence. Enabled if LockDeviceAlways is
set to 1.
- IgnorePrograms (Default is blank)
If set, it the list of the executables which if they are running in the foreground then no locking will appear. Its .
a list separated with the character ';' which must be followed for each entry without any space.
For example:
MioMap.exe;pword.exe;
- DelayBeforeLockMsAfterWake=250 (Default is 250)
Time in ms to wait before applying the lock from wake and running any program (no need to change).
- DelayBeforeLockMs=250 (Default is 250)
Time in ms to wait before applying the lock from dim and running any program (no need to change)
- ShowTodayAfterLock=0 or 1 (Default is 1)
If set to 1 it will bring the Windows Today Screen after applying the user selected lock.
-- AfterTodayRunFilePath=XXX (Default is blank)
XXX (if not left blank) it can be an executable/registed file which will be run after the lock and the Today focus
-- AfterTodayRunFileParm=XXX (Default is blank)
XXX (if not left blank) they are the command line arguments of the previous option.
-- LockAndBackAfterToday=0 or 1 (Default is 0)
If set to 1, after unlocking the Today screen will be hidden so that the rest of the windows are visible.
If set to 0 then the next values will be used
-- AfterLockRunFilePath=XXX (Default is blank)
XXX (if not left blank) it can be an executable/registed file which will be run after the lock.
-- AfterLockRunFileParm=XXX (Default is blank)
XXX (if not left blank) they are the command line arguments of the previous option.
- AfterUnLockRunFilePath=XXX (Default is blank)
XXX (if not left blank) it can be an executable/registed file which will be run after the lock is released (device unlocked).
- AfterUnLockRunFileParm=XXX (Default is blank)
XXX (if not left blank) they are the command line arguments of the previous option.
- TurnOnBlueToothRingCall=0 or 1 (Default is 0)
If set to 1, Bluetooth will be turned on if the phone is ringing or a call has started
- TurnOffBlueToothifIdle=0 or 1 (Default is 0)
If set to 1, Bluetooth will be turned off if it had been turned on because of the above
option and the phone now is in idle state.

- ReduceCarrierNameChars=xxx (Default is 0) ~eGZ#j9
It set then it will right trim the Carrier to be up to these number of chars, overwritting the last
3 chars with ...
-- ToggleBlueToothState=0 or 1 (Default is 0)
Combined with the above it can display the Bluetooth State in the Carrier name.
>>>>> If you change any of the parameters the program will need to be restarted (Re-run it as mentioned further on).
The above parameters can also be updated using the setup program provided (csdevctrlsetup.exe).
(As i am still new to this enviroment, its a basic UI with some limitations, scrollbar
is giving me some probs so be kind ...
To install it:
> copy the files provided to a folder
4gma:r
To run it
> Run the setup program (.exe) to set the parameters.
> Run the program ((csdevctrl.exe) and it will spawn at the background as another process.
To stop it:
> Running the program second time will cause the program to exit (It will show a confirmation window which will close in 3 seconds unless you close it sooner).
To uninstall it:
> Close the process as usual (run it again or kill the process) and delete the file.
> Also delete the registry key HKEY_LOCAL_MACHINE\Software\CSDevCtrl
As a note, do not rename the csdevctrl.exe as the uninstall depends on this name.
It has been compiled for WM5 so it should run on both WM5/WM6 (i am using a Kaiser with WM6.1)
Cheers
Chris
Log:
19/06 - v3.06 - Added Bluetooth on when ring, off when idle + Fix.
18/06 - v3.05 - Added Unlock sequence and programs to avoid locking when running.


[DOWNLOAD]http://www.mediafire.com/?wrqb8lafywyun5f[/DOWNLOAD]
 
Last edited by a moderator:

tritrung

New Member
Em dùng O2 Stealth. Thấy trong bản ROM mới nhát là bản WM6.1 đã có tích hợp sẵn chức năng Lock trong Settings rồi. Cái đó cũng là tự động khoá phím sau bao nhiêu giây do mình tự chọn. Ko bít cách này của bác có thêm tính năng j hay ko? Để nghiên cứu coi sao.
 

thienocb

New Member
Em dùng O2 Stealth. Thấy trong bản ROM mới nhát là bản WM6.1 đã có tích hợp sẵn chức năng Lock trong Settings rồi. Cái đó cũng là tự động khoá phím sau bao nhiêu giây do mình tự chọn. Ko bít cách này của bác có thêm tính năng j hay ko? Để nghiên cứu coi sao.

Mình cũng dùng WM6 nhưng không dám thử vì có lần vọc làm sao phải cài lại vì không mở được, mà mình không hiểu Pasword type : tùy chọn Simple PIN và 1 cái gì đó không nhớ nên không dám thử ? Còn đặt password ở dưới thì biết và phải gõ lại !!! Vậy có cách nào cài không gõ password không vậy ?
 

heogayno1

New Member
vừa cài thử thấy chạy khá good, nhẹ.b-)
có điều ko biết tùy chỉnh ở chỗ nào. bác nào biết chỉ dùm :)
 

vuquang

New Member
các bác có ảnh cho e xin ít ảnh, ko thế này thì chẳng bít đằng nào mà nần.
 

milanbaros

New Member
mình cài chạy rất tốt nhưng sao nó vẫn báo lỗi không thực hiện được mỗi khi mở màn hình. có ai có file cab không cho mình xin cài thử
 

tvthanhvt3

New Member
cái này trong máy đã có sẵn rồi mà bác,mình dùng của máy luôn có phải tiện lợi hơn không.:D
 

minhtth2011

New Member
link rồi hay sao mà không mở được để down. mong anh em cho lại link để anh em diễn đàn nhờ!!!!!
 
Top