Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > iPhone 3G and 3G(s) Solutions > Redsn0w (3G(S) jailbreak/pwn)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-29-2009, 01:34 PM
DrNose
Status: Offline
Trial Member
 
Join Date: Jun 2009
Posts: 2
Rep Power: 0
DrNose is on a distinguished road
Default APN editing after redsn0w

Hi, All i have a 3g 8G legit vodafone egypt i was running 2.2 then i restored to 3.0 as instructed and used redsn0w everything was running smooth except for battery drainage i was told to restore again but as new phone to get rid of old backup data from 2.2 that's causing the problem, i did so and i activated through itunes legally before jailbreaking (i'm not even using ultrasn0w, and did not install it) since then i installed APN editing but strangely i can't find it in my setting/general/network although it was there before i restored as new phone.
any one has an explanation for this

Last edited by DrNose; 06-29-2009 at 01:45 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 07-01-2009, 08:25 PM
tubaman93
Status: Offline
Member
 
Join Date: Dec 2007
Location: California
Posts: 63
Rep Power: 5
tubaman93 is on a distinguished road
Default

there is a package in cydia that will show the cellular data network.

launch cydia and look for "APN Editing."

what happens is that if you're on a legit plan and doing everything Apple wants you to do (except the redsn0w part), the cellular data network is hidden because your phone is locked. Apple has carrier and APN settings for every official carrier already in the OS, and will use them automatically when you insert an official SIM.

Once you unlock it through ultrasn0w or legitimately, the Cellular Data Network will be shown since you could be using a carrier Apple doesn't support and doesn't have their APN settings (the biggest example is T-Mobile USA).
__________________
iPhone 2G T-Mobile USA
17 November 2007
1.1.1-->3.0 (jailbreakme.com, anySIM, iJailbreak, ZiPhone, PwnageTool, QuickPwn)

iPhone 3G AT&T/China Mobile
5 January 2008
2.2-->3.1 (yellow/red/ultrasn0w, PwnageTool, QuickPwn)

I can try to answer your iPhone related questions! follow me at @acwan on twitter!

Last edited by tubaman93; 07-01-2009 at 08:31 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 07-02-2009, 04:44 AM
cobra75007
Status: Offline
Junior Member
 
Join Date: Mar 2008
Posts: 8
Rep Power: 0
cobra75007 is on a distinguished road
Default

do you really care, or do you just need to change your APN settings???

Take your iphone's safari to here: unlockit.co.nz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #4 (permalink)  
Old 07-06-2009, 01:07 AM
DrNose
Status: Offline
Trial Member
 
Join Date: Jun 2009
Posts: 2
Rep Power: 0
DrNose is on a distinguished road
Default

actually i installed this package and i was using it on 2.2 but when i installed it on 3 it won't show and i don't get the cellular data network option on my setting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 07-07-2009, 02:58 AM
fendushi
Status: Offline
Junior Member
 
Join Date: Nov 2007
Posts: 22
Rep Power: 0
fendushi is on a distinguished road
Default

"APN Editing" app in Cydia does not work for 3.0. Apple changed the directory path where the file to show APN needs to be overwritten.

I have a legitimately unlocked Vodafone AU iphone using a Vodafone SIM. The APN is still hidden cause the vfoneAU plist file disables this menu when a Vodafone AU SIM is inserted. This will not change with any unlock method, legit or not.

"unlockit.co.nz" works... but if you're out and about, you will not be able to enable / disable cellular data again until you're in a wifi area.

I need to edit my APN to enable / disable cellular data. I don't want my iPhone to use data when I don't want it to since i'm charged $1 per 5 minute block. Which means even if I get any notification (new emails, new updates in app store... etc) I get charged $1.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 07-07-2009, 10:40 AM
fendushi
Status: Offline
Junior Member
 
Join Date: Nov 2007
Posts: 22
Rep Power: 0
fendushi is on a distinguished road
Default

OK, I've found a more permanent solution that works. Basically this is what the "APNEditing" app in Cydia supposed to do

A post from pattulus of modmyi forums:

Quote:
To edit your APN Settings on FW3.0 and avoid data costs you’ll have to…

1. Access your Phone via FTP/SSH

2. Open up the directory /System/Library/Carrier Bundles/

3. Open you Providers SIM-Card, in my case "TMobile_Germany.bundle"

4. Open the carrier.plist in your favorite editor - it should look something like this:

Code:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AllowEDGEEditing</key>
<true/>
<key>BookmarkURLs</key>
<array>
<dict>
<key>BookmarkName</key>
<string>T-Mobile web'n'walk</string>
<key>BookmarkURL</key>
<string>http://www.t-mobile.de/iphone-favoriten</string>
</dict>
</array>
<key>CarrierName</key>
<string>T-Mobile</string>
<key>IntlDataRoamingSwitch</key>
<true/>

5. Add the bold text entry in the example code to your .plist:

Code:

<key>AllowEDGEEditing</key>
<true/>

6. Save and upload your carrier.plist to your iPhone
. It should be instantly accessible (if not simply reboot).


7. Now everything is showing up in settings-->general-->networks: Cellular Data Network
I used a little application called "pledit" for windows to edit the plist file and used "winscp" to SSH. Don't forget you'll need to install "OpenSSH" from Cydia first.

Also make a copy of the original plist file just in case anything goes wrong.

I don't have to put up with unecessary data charges anymore!


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #7 (permalink)  
Old 07-18-2009, 10:34 AM
quiqueal
Status: Offline
Junior Member
 
Join Date: Jul 2008
Posts: 1
Rep Power: 0
quiqueal is on a distinguished road
Default

Hello,

I 've tried but It don't work. How can I sure that I'm editting the right file.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Redsn0w now available via torrents for download sam Redsn0w 25 11-01-2009 05:29 PM
redsn0w sticks on "waiting for reboot" MLPMS3 Redsn0w (3G(S) jailbreak/pwn) 28 09-10-2009 10:17 PM
Redsn0w now available via torrents for download sam Redsn0w (3G(S) jailbreak/pwn) 19 07-23-2009 07:54 PM
MacNN: iPhone 3.0 to support built-in video editing? hackint0sh Latest Headlines 0 04-06-2009 05:10 PM
MacNN: iPhone, T-Mobile G1 gain Google Spreadsheet editing hackint0sh Latest Headlines 0 02-13-2009 09:40 PM



All times are GMT +2. The time now is 01:22 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105