10-04-2006, 01:34 PM
|
|
|
Join Date: 05-13-2002
|
|
PDAPhone: PPC6700
|
|
Carrier: Sprint
|
| Posts:
88 |
 |
|
How to use the PPC6700 as a flashlight
The camera flash/LED can be handy as a flashlight but I have not found a way to programatically activate without launching the camera application. The best I have come up with is a mortscript script (see below) that will launch the camera app and start the LED. You can create a shortcut to this script, assign a button (Camera butt might be good) or launch from your favorite launcher:
run "\Windows\Camera.exe",""
WaitFor "Camera",4
if wndExists "Camera"
sleep 100
Show "Camera"
MouseClick "Camera",15,255
endif
Works in portrait mode, have not tried landscape. If someone finds a binary that does this without launching camera please provide pointer.
|
|
|
|
|