Thursday, October 28, 2010

0 How to Monitor your Home Remotely with FaceTime on iPhone 4 or iPod touch 4G [TUTORIAL]

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.
1FaceTime Home How to Monitor your Home Remotely with FaceTime on iPhone 4 or iPod touch 4G [TUTORIAL]

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”.
2FaceTime Surveillance System 4n How to Monitor your Home Remotely with FaceTime on iPhone 4 or iPod touch 4G [TUTORIAL]
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
3FaceTime Surveillance System 2n How to Monitor your Home Remotely with FaceTime on iPhone 4 or iPod touch 4G [TUTORIAL]
STEP 4. Then save it as an application on desktop, and name it like “FaceTime Surveillance”.
4FaceTime Surveillance System 3n How to Monitor your Home Remotely with FaceTime on iPhone 4 or iPod touch 4G [TUTORIAL]
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.
5FaceTime Surveillance System How to Monitor your Home Remotely with FaceTime on iPhone 4 or iPod touch 4G [TUTORIAL]6FaceTime on iPhone How to Monitor your Home Remotely with FaceTime on iPhone 4 or iPod touch 4G [TUTORIAL]
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