Initial developer releases of iOS 5 have FaceTime over 3G enabled but in final iOS 5 that feature was disabled by default, so just by following the tweak below you can enable FaceTime over 3G in iOS 5.
Enable Native FaceTime over 3G on iOS 5
Requirement:
- Your iDevice must run over jailbroken iOS 5
- FaceTime
- 3G data access
Step-1
Navigate to “/System/Library/CoreServices/SpringBoard.app/” through file browser
Step-2
Open “N90AP.plist” file and under following lines of code
<key>capabilities</key>
<dict>
Add these
<key>3Gvenice</key>
<true/>
Done! enjoy FaceTime on jailbroken iOS 5 over 3G without installing any third party application.
See Also:
How to Enable FaceTime on iPhone 3GS