First sync your old iPhone with your computer. Then plug in the 3gs and sync it. I don't know about number transfer, you should go to AT&T for that.In the UK it's only possible within 30 days of owning the iPhone, not sure how it works in the US.
Well, simply insert a SIM Card from a different provider.Here in the UK, my iPhone is locked to O2-UK, so in my case I could test the unlock by inserting a T-Mobile SIM.Since you're in the USA, AT&T is responsible for the iPhone. So try inserting a Verizon SIM Card and see if it works!
Hi,
I am building a XCode console like window to help users debug my BETA app.The Console is a window with a NSTextView in it.On "applicationDidFinishLaunching:", I've implemented a welcome message:[console setString:@"Welcome to the Console etc"];.When an IBAction is being executed,such as...
Hi,
I've been trying to make a connection between a button in my MainMenu.xib and MyVideo.xib, but all the attempts I've made resulted to a freeze-up. I'm new to iPhone development-does someone know the code?
Thanks :)
Hi,
I'm working on a browser and it needs automatic http:// substitution. However, whenever I click on go, the whole URL gets replaced with either a 0 or a 1. Not very useful. I can't find the issue here. Can someone help out?:)
Here is my .h file:
#import <Cocoa/Cocoa.h>
@class...
Hi,
currently I am working on a Splash Screen. It's being displayed but not autoclosed. Instead the Mac OSX "Bottle" Sound comes every 5 seconds.(that's what I set the NSTimer for)The Window is named window2.
Can someone tell me what I have done wrong?
-(void)awakeFromNib//I must ensure...
I was using the Font Manager cube in Interface Builder, in order to make a bold font I tagged it using number 2 and connected it to "add font trait". But how do I remove the bold font? RemoveFontTrait didnt work, tagging it -2 and connecting it to removeFontTrait doesn't work or tagging it as 2...
Hi,
I've got a NSDrawer, but I ran into 2 problems. The first one is that the drawers size is too small, can someone give me a snippet i can use?
Secondly, how can the NSDrawer AutoOpen when the app launches?
thanks
How can I open a nib included in my project?
I got this, but it doesn't work.
[NSBundle loadNibNamed:@"AboutPanel.nib" owner:self]
Could anyone please help me?