Now you can use FaceTime on iPhone 4 or iPod touch 4G as a surveillance system to monitor your home remotely whenever you are away from your home. We are going to show you step by step instructions using which you can monitor your home remotely with FaceTime on iPhone 4 or iPod touch 4G. Follow the steps carefully.
INSTRUCTIONS
STEP 1. Download FaceTime for Mac from here and Install it.
STEP 2. Now navigate to System Preferences –> Universal Access and check “Enable Access for Assistive Devices”.
STEP 3. Now start AppleScript Editor and copy the following code
– Facetime Auto Answer
– Copyright ©2010 CornDog Computers
– twitter: @CornDoggyRob
repeat
– Check to see if Facetime is active
tell application “System Events” to set theCount to the count of (processes whose name is “Facetime”)
if theCount = 0 then
do shell script “sleep 1″
else
tell application “FaceTime” to activate
do shell script “sleep 2″
tell application “FaceTime” to activate
tell application “System Events” to tell process “FaceTime”
if name of front window contains “with” then
do shell script “sleep 5″
else
tell application “System Events” to activate application “FaceTime”
keystroke return
do shell script “sleep 5″
– Check to see if call is active
tell application “System Events” to tell process “FaceTime”
if name of front window contains “with” then
do shell script “sleep 5″
else
– Quit Facetime if call is not active
tell application “FaceTime” to quit
do shell script “sleep 5″
end if
end tell
end if
end tell
end if
end repeat
end
STEP 4. Then save it as an application on desktop, and name it like “FaceTime Surveillance”.
STEP 5. Now Start FaceTime for Mac and assign it any personal email address for FaceTime calls that others don’t know. It is important for you to activate an email address which is difficult for others to guess.
STEP 6. Now start “FaceTime Surveillance” app saved on your desktop whenever you want your Mac to answer your FaceTime calls automatically.
Now you should be able to monitor your home remotely from anywhere by calling your Mac from your iPhone 4 or iPod touch 4G. Stay tuned with us for more updates
0 comments:
Post a Comment