linds29877 / independence

Automatically exported from code.google.com/p/independence
4 stars 1 forks source link

Software Unlocked, Activated with iNdependence loses Vodafone EDGE settings on re-boot #113

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Reboot  or power off iPhone

What is the expected output? What do you see instead?

Expect to See Edge Settings previously manually entered over default Cingular 
Settings to enable 
data over the vodafone UK netowork i.e. APN internet, user web, password web

Instead see no settings at all, not even the original Cingular Settings.

What version of the product are you using? On what operating system?

iNdependence 1.2.2 and Springboard Patcher with Week 25 iPhone upgraded to 
1.1.1, SIM 
unlocked with IPSF 1.5 (and 1.6),  Laptop MacBook Pro running OS 10.4.10 and 
iTunes 7.4.2

Please provide any additional information below.

Original issue reported on code.google.com by fruiteat...@googlemail.com on 17 Oct 2007 at 7:46

GoogleCodeExporter commented 8 years ago
The iPhone will allow new edge settings once it has lost them, and works well 
over GPRS / Edge, but loses them 
again on reboot.

Original comment by fruiteat...@googlemail.com on 17 Oct 2007 at 7:51

GoogleCodeExporter commented 8 years ago
I can confirm this, APN settings in EDGE settings disappear after a reboot.

Activated jail broken w/ Independence 1.2.3 
IPSF unlocked 
iPhone firmware: 1.1.1 

Original comment by wayne...@gmail.com on 17 Oct 2007 at 8:17

GoogleCodeExporter commented 8 years ago
I also confirm, EDGE settings are gone after reboot.
I tried to update to 1.1.1 with iNdependence 1.2.2 and 1.2.3 but same issue 
with the 
two versions.

Original comment by jerome.f...@gmail.com on 17 Oct 2007 at 11:37

GoogleCodeExporter commented 8 years ago
Have fixed my vanishing EDGE Settings by manually enterng then in the 
preferences.plist and 
com.apple.carrier.plist

Original comment by fruiteat...@googlemail.com on 18 Oct 2007 at 9:19

GoogleCodeExporter commented 8 years ago
YESSSSS ! it works, thanks for help.

Original comment by jerome.f...@gmail.com on 18 Oct 2007 at 12:26

GoogleCodeExporter commented 8 years ago
in 1.2.5, EDGE settings still disappear after reboot

Original comment by wayne...@gmail.com on 22 Oct 2007 at 1:48

GoogleCodeExporter commented 8 years ago
Strange, this works fine for me...

Original comment by shawn.wi...@gmail.com on 23 Oct 2007 at 9:05

GoogleCodeExporter commented 8 years ago
I need help in setting edge, I don't understand entering them in 
preferences.plist.
I checked this in Library and could not see this com.apple.carrier.plist.
Can someone help me step by step in setting edge?

Original comment by macr...@gmail.com on 25 Oct 2007 at 11:32

GoogleCodeExporter commented 8 years ago
Ps. I have same problem losing edge setting after rebooth

Original comment by macr...@gmail.com on 25 Oct 2007 at 11:34

GoogleCodeExporter commented 8 years ago
/var/root/Library/Preferences/com.apple.carrier.plist file

/var/root/Library/Preferences/SystemConfiguration/preferences.plist

Modify the following fields to update your APN:

<dict>
<key>apn</key>
<string></string>
<key>password</key>
<string></string>
<key>username</key>
<string></string>
</dict>

So for Vodafone UK pay monthly it would be:

<dict>
<key>apn</key>
<string>internet</string>
<key>password</key>
<string>web</string>
<key>username</key>
<string>web</string>
</dict>

Do this twice in each file! 

Original comment by fruiteat...@googlemail.com on 25 Oct 2007 at 11:48

GoogleCodeExporter commented 8 years ago
I thank you for the info, but I still don't understand how to get to VAR/ROOT 
etc ect.
I am not that good with computers, butb I'm learning.
Where do I put info you gave me, in iPhone...how? in computer...how?
I need step by step

Original comment by macr...@gmail.com on 25 Oct 2007 at 1:06

GoogleCodeExporter commented 8 years ago
Put your iphone on the wireless network and take a note of its IP address. They 
launch Cyberduck  
(http://cyberduck.ch/) and log on to the iphone. You will see the root 
directory and you can just follow the trees 
down to the subdirectories you want.  You can edit the plist files with 
TextWrangler 
(http://www.barebones.com/products/textwrangler/).  If you feel brave you can 
open them on the iPhone, edit 
and save, but download backup copies to your Mac first, just incase you want to 
revert to their original state.

Original comment by fruiteat...@googlemail.com on 25 Oct 2007 at 8:35

GoogleCodeExporter commented 8 years ago
This isn't a bug in iNd, it's a bug in 1.1.1.

It might actually be a "feature" of 1.1.1 for all I know.  The posted 
workaround does the trick, as does 
supplying your own carrier definition.

Original comment by tjosephc...@gmail.com on 28 Oct 2007 at 12:41