Questions tagged [nexus-s]

The Nexus S is a smartphone co-developed by Google and Samsung and manufactured by Samsung Electronics. It was the first smartphone to use the Android 2.3 "Gingerbread" operating system, and the first Android device to support Near Field Communication (NFC) in both hardware and software.

The Nexus S was demonstrated by Google CEO Eric Schmidt on November 15, 2010 at the Web 2.0 Summit. Google officially announced the phone on their blog on December 6, 2010. The phone became available for purchase on December 16 in the US and on December 22 in the UK. The Super AMOLED version of the phone is the GT-I9020 and it is based on the Samsung Galaxy S hardware, the principal hardware differences being the absence of support for an SD card and the addition of a near field chip. The alternate SC-LCD (Super Clear LCD) version of the phone is the GT-I9023 which is meant for the European (non-UK) market. In May 2011 Sprint introduced its Nexus S in the US. Unlike the T-Mobile version, the Sprint Nexus runs on its WiMax 4G network. Also in March 2011 Vodafone released a white version of the phone on its web store in the UK.

In the United Kingdom, unlike the Nexus One, which was sold through Vodafone UK only, the Nexus S is sold at The Carphone Warehouse and is available on the Vodafone UK, O2 UK, T-Mobile UK, 3 and Orange UK networks. In India, Samsung has officially announced sale of the unlocked version with Super LCD screen i9023, which will support all GSM-based carriers throughout the country, In Canada the Nexus S became available at most carriers in April 2011 in two versions, one for Telus/Koodo, Bell/Solo, Rogers/Fido/Chat-r with 3G frequencies 850/1900/2100 MHz, and the other for Wind/Mobilicity/Vidéotron, using 3G frequences 900/1700/2100. In Australia the Nexus S became available in both black and white.

102 questions
19
votes
4 answers

Default Camera Activity Not Finishing Upon OK button press

I'm calling the default camera from my activity and then handling the onActivityResult. My code seems to work fine on the LG Ally which doesn't have a confirmation when a picture is taken. However, when I run the same app on the Nexus S, it prompts…
Rahul Gupta-Iwasaki
  • 1,683
  • 2
  • 21
  • 39
19
votes
1 answer

Native stack trace on ICS?

For some reason I cannot get Native (C/C++) address / stack traces happening on the ICS devices I have here. On my Nexus 7 nothing is output when a native library crashes. log.redirect-stdio is set to 1 when set through /system/default.prop and…
17
votes
5 answers

android front and back camera captured picture orientation issue, rotated in a wrong way

I have a camera app in portrait mode which takes pictures from both front and back end cameras.The issue is like the captured images are rotated in a wrong way... For preview i have used the following code.... Camera.Parameters parameters =…
hacker
  • 8,919
  • 12
  • 62
  • 108
13
votes
1 answer

Android NFC Locks up / Stops Scanning after Repetative Scans

Overview: We have developed an app that allows customers check in using an NFC enabled card with a stationary Nexus S. The app sit ready to read a card, when a card is tapped, the app reads the unique ID for the NFC card. Problem: The challenge we…
user1061045
  • 163
  • 7
11
votes
2 answers

How to store data into Secure Element in android

I want to create a google wallet like application in android. It is said that "all payment credentials are stored in a chip called the Secure Element contained within the phone". How can I access this secure element and store my card credentials…
Rojil Thomas
  • 309
  • 4
  • 11
10
votes
5 answers

Writing NFC tags using a Nexus S

I have a Gingerbread 2.3.4 powered Nexus S and I recently got some writable NFC tags. So far I can read them as blank tags, but I couldn't find a way to write data to them. All my research has lead me to this article: Writing tags with Nexus S from…
Marius Butuc
  • 17,781
  • 22
  • 77
  • 111
8
votes
2 answers

Android NFC Issue with APDU Commands

I am working on an Application using the IsoDep Tag Tech to issue APDU commands to an NFC enabled card. UPDATE: So the issues seen below seem related to the power requirements of the cards I am using, when I use a different card with lower power…
chavez
  • 161
  • 2
  • 9
8
votes
5 answers

Getting started with nexus s NFC/RFID

Getting started with Nexus S NFC/RFID. Can anyone provide any guidance? I'm interested in creating some home brew demos using the nexus s NFC/RFID hardware. I think I need to find the appropriate tags and how to encode urls into tags that the nexus…
8
votes
1 answer

device does not have package com.google.android.gsf in google nexus phone

I am testing my app in Google Nexus phone. But its force close during the start up itself with an exception "device does not have package com.google.android.gsf" Any hint? I have successfully tested the app in Samsung Galaxy S3 and Samsung Galaxy Y…
developerXXX
  • 689
  • 3
  • 7
  • 18
7
votes
1 answer

NFC can't send data Android 4.0.3

I have an NFC Device (SCL3711) and Google Nexus S phone. I have write an application which send data from the phone to NFC Device and vice versa. Everything works excellent on Android 2.3.3. Now I update my Nexus S operating System to 4.0.3 Ice…
Viktor Apoyan
  • 10,655
  • 22
  • 85
  • 147
7
votes
3 answers

android - show menu button on galaxy nexus

i need to have the menu button shown for some activities on galaxy nexus . i can't find how to do that, since it hides it by default . i don't wish to create an action bar since it takes more space that i want to use to other things . when setting…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
7
votes
2 answers

ACTION_IMAGE_CAPTURE orientation problem on Nexus S and Samsung Galaxy S I9000

I'm trying to shoot picture and store it into internal storage by using the following code: Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); takenPhoto = new File(uploadsFolder,…
7
votes
1 answer

PopupWindow is above status bar in some device

Here is my code for show a PopupWindow View rootView = activity.getWindow().getDecorView().getRootView(); mPopupWindow.showAtLocation(rootView, Gravity.NO_GRAVITY, 0, 0); When I test it on Samsung, Nexus device it show below the status bar However…
Linh
  • 57,942
  • 23
  • 262
  • 279
7
votes
5 answers

"New Tag Collected" instead of reading tags of application - NFC android

I have a class, which creates conncection to NFC and two activites. Both of them creates an object of that class so they can connect to NFC. Earlier it worked somehow but now I've got problem - my application doesn't do anything onNewIntent, even…
Doszi89
  • 357
  • 2
  • 5
  • 20
6
votes
2 answers

OpenGL ES black texture on Nexus S

OpenGL code that works on the Nexus One will not work properly on the Nexus S. Textures don't seem to render and I'm left with just black where textures should be. Anyone got any ideas?
Rab Ross
  • 2,098
  • 22
  • 28
1
2 3 4 5 6 7