prakash1307 / siphon

Automatically exported from code.google.com/p/siphon
0 stars 0 forks source link

Siphon 2.3rc4 setting not show 3G/EDGE option on Ipad #425

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Setting ->Siphon ->Network Settings
2.
3.

What is the expected output? What do you see instead?
Under Keep Awake should have 1 more option Siphon over EDGE/3G like Iphone, but 
on the Ipad 3G does not have this option.

What version of the product are you using? On what operating system?
Using Siphon 2.3rc4, on ipad 3.2 and 3.2.1

Please provide any additional information below.
One the iphone is fine.. but on the ipad is not.

BTW, this product is great...Thank you 

Original issue reported on code.google.com by TonyNHo...@gmail.com on 5 Aug 2010 at 4:15

GoogleCodeExporter commented 8 years ago
You are right, in the settings (network.plist) I use 'requiredCapabilities' 
(item 3) to display or not this option.
I need to find an option specific to ipad 3G. Otherwise, this option will be 
display on all devices.

To enable this option on ipad 3G, you can remove 'requiredCapabilities' in 
network.plist, with property list editor on mac.

Original comment by samuelv0...@gmail.com on 5 Aug 2010 at 7:48

GoogleCodeExporter commented 8 years ago
Could you try to replace 'telephony' by 'cellular-data' ?

Original comment by samuelv0...@gmail.com on 5 Aug 2010 at 8:13

GoogleCodeExporter commented 8 years ago
Could you try the attached file ?

You must install it in /System/Library/PreferenceBundles/SiphonSettings.bundle

With scp tool, the command line is : 
scp Network.plist 
root@<ip_of_your_iphone>:/System/Library/PreferenceBundles/SiphonSettings.bundle

Thanks for the answer.

Original comment by samuelv0...@gmail.com on 5 Aug 2010 at 11:40

Attachments:

GoogleCodeExporter commented 8 years ago
Thank you very much, it works... You are live saver

Original comment by TonyNHo...@gmail.com on 11 Aug 2010 at 10:02

GoogleCodeExporter commented 8 years ago
I released a first alpha version of Siphon.
You have to add a new source in cydia :
  http://svsip.free.fr/repository/cydia

Enjoy !!

Original comment by samuelv0...@gmail.com on 24 Feb 2011 at 9:40