Tagged Questions
The iPhone 3GS is the third version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform. Don't confuse with the iphone-3g tag.
11
votes
3answers
2k views
iPhone app does not run on old device (3G, 3GS, …)
I have developed an app which works on iPhone 4 (iOS 4.3 & 5) (which used during developing). Now I have tried to test on 3GS (iOS 4.3.3) and 3G(iOS 4.2). But app does not load into these devices. ...
7
votes
2answers
2k views
Fast sine/cosine for ARMv7+NEON: looking for testers…
Could somebody with access to an iPhone 3GS or a Pandora please test the following assembly routine I just wrote?
It is supposed to compute sines and cosines really really fast on the NEON vector ...
6
votes
4answers
7k views
UIImagePickerController for movie Item
I am writing a simple video uploader application on iPhone 3GS where I first direct the user to photos album, and then select the video to share or upload. I am using the UIImagePickerController in ...
3
votes
7answers
567 views
3G iPhone Device “finished running” but app won't load
I'm trying to run an app on a 3G device. Xcode says that the app has "Finished running on the iPhone" but the app will not deploy. I think I have the architectures configured correctly (see image ...
2
votes
1answer
229 views
Unable to connect iPhone 3gs(iOS 5.0.1) with Instruments application
When i am connecting my 3gs(iOS 5.0.1) device to Instruments i am getting this error message
" Failed to start Instruments daemon for 'iOS' on iPhone 3GS (v5.0.1)' (The service is invalid.)
Please ...
2
votes
1answer
55 views
iPhone - do not receive significant location changes in iphone 3gs with iOS 4.2
I am trying to execute the following code on my iPhone 3gs, with the OS version as iOS 4.2.1
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 40000
[m_coreLocationMan ...
2
votes
1answer
503 views
recorder works on iPhone 3GS but not on iPhone 3G
I have a AVAudioRecorder, which gets initialized like:
_recorder = [AVAudioRecorder alloc];
NSMutableDictionary *recordSettings = [[[NSMutableDictionary alloc] initWithCapacity:2] autorelease];
...
2
votes
4answers
1k views
Appstore app works perfectly on iPhone 3GS but crashes on iPod Touch and iPhone 3G on launch
I developed an app with Xcode 3.2.3 and iphone SDK 4.0, it works fine on both iPhone 3GS and 3G if I run it directly with xcode.
However, if I download and install the app from appstore, it crashes ...
2
votes
5answers
2k views
Get iPhone's camera resolution?
Is there any way to get the resolution of the iPhone's camera? Apparently the 3G has 1200x1600, and 3GS has 1500x2000, but how do I obtain these values from inside my code (without taking the ...
2
votes
1answer
708 views
How to distinguish movement accelerations from oscillations and noise in iphone
Hi everybody on stackoverflow.
SHORT VERSION :)
I need to use (x,y,z) acceleration values related only to the movement of the iPhone. Just to be clear, think an environment like a car. The iPhone's ...
2
votes
2answers
5k views
Rotate MapView using Compass orientation
Is it possible to have an embedded MKMapView rotate to always face the direction the iPhone is facing? Basically I want to mimic the Map app rotation feature on my own app.
I see that the iPhone SDK ...
2
votes
3answers
4k views
How can I get perl on my iPhone 3GS?
I'm trying to get a regular C compiling environment on an iPhone 3GS running OS3.0 .
So far I have been unsuccessful in finding a suitable gcc (i mean the complete
suite, gcc+headers+libc+whatever ...
1
vote
2answers
52 views
App crashes on 3GS device
I have iPhone 4 device and tested my app on it and it works perfectly fine, but when I sent app to my client having iPhone 3GS, its crashes at some particular view.My question is that can I test my ...
1
vote
0answers
113 views
Testing iOS5 app on iPhone 3GS - GPS not working
I'm developing an app that uses location, specifically it needs the precise location obtained from GPS.
I've got an iPhone 3GS for testing, which is running the latest version of iOS 5 (5.0.1), but ...
1
vote
1answer
48 views
what happens when a retina image loads in a iPhone 3gs device?
i just have hi resolution image for one of the apps, i am just going to reuse them and i don't have any normal resolution image equivalents for that. what happens when i just have all high resolution ...
1
vote
1answer
215 views
Support of iPhone 3G
I have submitted one iPhone app 6 times, and in the requirement of the last/ current version, iPhone 3G is not supported anymore.
My question: Why do I lose this model?
I have some remarks:
0) Now, ...
1
vote
0answers
160 views
Tv out with iOS 4 and 3GS
Is there a method to display the screen of an iPhone 3GS with iOS4 on a TV using the TVout cable?
I succeed to do it with an iPhone 4 using public framework. I know 3GS doesn't support this feature ...
1
vote
1answer
4k views
[iPhone - iOS]Need QRCode Reader API for iPhone
Dear,
I was wondering how to implement a QR code Reader inside my application so i'll have a button that launch the camera to scan a QR code Bar.
I tried with ZBar Api but it appears not to be ...
1
vote
3answers
530 views
Disabling multitasking on iPhone 3GS using UIApplicationExitsOnSuspend not working
I am developing an iPhone app where I don’t want/need the multitasking capability and I want my app to initiate every time I open it.
I have set the UIApplicationExitsOnSuspend property in the ...
1
vote
0answers
192 views
NSURLConnection on simulator and iphone performance issues
I'm experiencing a weird problem and i wonder if anybody else has noticed this:
I'm using NSURLConnection as it appears in apple's examples to get xml files from a certain server - pretty straight ...
1
vote
5answers
816 views
iPhone Development - Assisted GPS
What's the deal with iPhone's GPS? I never get a good reading when i'm in my office building, or in my room. What really ticks it! and what doesn't? Please help me understand the assisted GPS science.
...
1
vote
1answer
1k views
Lock-screen iPhone
My question is quite simple (I think and hope). I would like to know what happens when I lock my phone.
I made a little clock-like app which should play and loop a sound at a given moment (lets say ...
1
vote
1answer
507 views
iphone updateToLocation works differently over 3G versus wireless network?
I have a simple mapview that has the following viewdidload method and didupdate to location:
- (void)viewDidLoad {
NSLog(@"in view did load");
[super viewDidLoad];
...
1
vote
2answers
2k views
how do I pass the View/Model/Projection matrices to my vertex shader in OpenGL ES 2.0?
In OpenGL ES 2.0, you apparently can't do
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
any more to set the model matrix, but I think these matrices are still built in somehow, since the GLSL ...
1
vote
4answers
2k views
iPhone video screen capture for the 3GS
With the advent of the iPhone 3GS' video capability - does anyone know if Apple bundled the ability to capture the device screen as a video?
Note: I know this question has already been asked ...
0
votes
2answers
64 views
difference between developing for iphone 3gs and for iphone 4
I've developed application for the original iPhone, the 3G and the 3GS, now I need to develop an application for the iPhone 4. What is the difference between developing an application for iPhone 3GS ...
0
votes
2answers
107 views
App not working on iPhone 3gs [closed]
So, I delivered a app that I made in xcode 4.0.1 ... and then i had to make it work properly on iOS 5 also (there were some things not shown properly). Anyway, my client mailed me that the app doesn't ...
0
votes
0answers
21 views
how to detect sound file is stopped in iphone?
I am developing a application in which i need to know that audio file is running or stopped because when the audio file stop running I need to perform a event how can I do that please help me out
0
votes
1answer
101 views
touchesEnded method doesn't get called?
I am developing an application in which I use
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{
}
-(void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event{
}
...
0
votes
2answers
84 views
xCode - App crashing with no explanation on 3GS device
I am doing a lot of inserts in my sqlite db. For some reason, at a specific point, the app crashes. I checked the insert command - everything is fine.
If I run it on an iPhone 4 device - it runs ...
0
votes
1answer
54 views
iOS: How to detect the presence of features e.g. the Accessiblity feature?
I want to create an iPhone app that supports Accessibility on all iPhones that have it, but that doesn't support it on iPhones that don't.
Since my app must run even on the basic iPhone 3G running iOS ...
0
votes
0answers
96 views
iOS: CABasicAnimation bug powers down iPhone 3GS
I believe I may have found (shock horror) a bug in Core Animation
My app has 12 visual buttons arranged in a circle. Each one glows and fades back when it is pressed.
I accomplish this by cross ...
0
votes
1answer
41 views
iOS remember my decision of don't use my position in a web app
It seems that iOS remember my decision, of not use my position in web application, also after have cleaned the cache and/or removing my webapp from home screen.
So every moment i start my webapp, ...
0
votes
1answer
69 views
Performance issue of animation in Iphone 3GS having IOS 4.2
Hi
I wrote a gaming application for iphone 4.0 and it's working fine there, and the same application showing low frame rate with Iphone 3GS having IOS 4.2.
I did google and some forums said that core ...
0
votes
2answers
76 views
iPhone Design - Managing Multiple Versions
I notice that the screen resolution for the iPhone 3+ is 240x480 and the iPhone 4 is 640x960 ...
Does this mean that you'd want to have 2 sets of graphics that utilize the extra resolution? My first ...
0
votes
2answers
148 views
Iphone 3GS maximum power
I'm programming a new engine for iOS and i'm at a point where i can test how much power i can get out of my engine.
my code is written in c++ and the engine is written in highly efficient manner to do ...
0
votes
1answer
752 views
IPHONE: Can I use GPS without internet to get current LATITUDE AND LONGITUDE
I am creating an application in that I need only current Latitude and longitude of the device using the GPS i.e. using iPhone4.
I just want to know Do I need the Wifi or internet connectivity or not ...
0
votes
2answers
223 views
iphone 3gs memory warning calling query
hi i just want to know this: When will iphone 3gs and iphone 4 send out memory warnings
i mean after how much memory our app uses does the both devices send warnings?
Thanks
0
votes
1answer
173 views
Ubuntu - Using a utility you can control the 3G traffic?
you need tool to control the time spent 3G traffic, because I have it limited. Simple System Monitor is not very suitable because after the reconnection of data traffic reset spent ...
0
votes
1answer
445 views
system(“killall SpringBoard”); not working in ios4.2.1?
So I had created an app that used the command system("killall SpringBoard"); and it has worked just fine on 4.0 - 4.1. I just recently began testing the app on 4.2 and it still works when I run it in ...
0
votes
1answer
210 views
iPhone iAds Not working on iPhone 4
I have an iPhone app in the app store, but I am having a problem with iAds. iAds are showing up as they should on iPhone 3G and iPhone 3GS phones that have downloaded the app, but the iAds are not ...
0
votes
1answer
248 views
iPhone original render faster than iPhone 3GS?
I'm working on a game on iPhone, which uses C++ and OpenGL ES 1.x library.
It works fine on simulator. But when I install it on real iPhone, I found out that on iPhone original, it took about 20 ...
0
votes
1answer
117 views
Everytime Camera dismiss, Viewdidload got called
it happens only on the 3GS, 4 or 3G is OK.
seems like viewcontroller got called everytime camera dismissed.
any thoughts on that?
It's Iphone, the system calls viewdidunload my view of ...
0
votes
1answer
612 views
Why is CLLocationManager so lazy when set with a low accuracy?
I've discovered by tests that setting a low desired accuracy for CLLocationManager leads to a buggy behavior of this component.
Here are the 2 tests I've made :
Set the desired accuracy to ...
0
votes
1answer
253 views
App crashes on iPhone 4?
This code causes my app to crash on an iPhone 4 and on the simulator but works perfectly fine on a 3GS. Any ideas why this might be?
-(IBAction)startButtonClicked{
GameViewController *screen = ...
0
votes
1answer
74 views
iphone jailbreaking for iphone 3gs which has been updated to 4.0 version [closed]
I have a question How to remove latest iphone 4.0 version from iphone 3GS(4.0 has been updated on 3GS unknowingly)? Is it can be done through jailbreaking?Please help me in this.
Thanks,
0
votes
1answer
88 views
UITableView performance difference between Iphone 3G and 3GS?
I managed to put my new app on an adhoc distribution but I just noticed that I only have 3GS's ...
It is working quite good on the 3GS (could be a bit faster but that's fine) ... but do you think I ...
0
votes
1answer
234 views
how can i record iphone's built in compass readings and use in my app
i am developing an application in which i have to record compass reading. which is there in new iPhone 3GS. so i have to record compass reading and use it in my application. I dont want to create my ...
0
votes
1answer
1k views
Touch and focus on 3GS with showsCameraControls = NO
Im developing a program that makes use of UIImagePicker custom class made by me, and the thing is I want to be able to use the manual-focus feature on the 3GS (the part where the user points where the ...
0
votes
2answers
4k views
Picking video from PhotoLibrary with UIImagePickerController in OS 3.1
I am trying to pick a video from the photo library. In principle I know how to do it you set the mediaType of the image picker to an NSArray with kUTTypeMovie as its only object.
But this doesn't seem ...