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.

learn more… | top users | synonyms

0
votes
0answers
636 views

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 ...
0
votes
0answers
36 views

How to achieve telephony up-link and down-link capture for Nexus S?

I want to develop an app that allows my desktop and tablets to use my cellphone's outgoing/incoming telephony service, including calling and text-messaging. I used to research a lot on this topic, ...
0
votes
1answer
24 views

Empty square appear at the end of every resources

On Nexus S, Android 2.3.3 A little empty square appear at the end of every resources on the page. The resources come from a .resx file in Visual Studio 2010. I verified, there is no empty space at the ...
1
vote
1answer
199 views

App freezes while recording accelerometer data: Android

I'm simply trying to record accelerometer data and write a file in sdcard with a button click. While running the app in my Nexus S (with 4.1.2), it freezes after a minute. I tried to run it in Galaxy ...
0
votes
1answer
261 views

html text input broken - Nexus-S 4G / Android 4

I'm getting an odd issue in one specific scenario, wondering if anyone had seen similar or had any ideas. <form action="myurl" method="post" id="login"> <label for="userId" ...
1
vote
1answer
620 views

GLES20 Texture Not Working on Some Devices

I have tried to add a fairly simple extension on top of Android's example OpenGL 2.0 project in order to add texturing to basic shapes. This seems pretty straightforward, but on certain devices ...
4
votes
0answers
697 views

how to disconnect the call in android 4.1.2 nexus programmatically

i am able to disconnect the call programmatically for incoming unknown number call in android 2.2. But in android 4.1, its not working. Working Code to disconnect the call in android 2.2: private ...
1
vote
1answer
112 views

Galaxy Nexus Android development, how to write date in a file portable to pc

Hi I am a newbie developer on Android. Currently I am developing an app which need to deal with big data, because of the computational cost, ideally I plan to collect data from the phone and send them ...
11
votes
4answers
770 views

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 ...
0
votes
1answer
581 views

“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 ...
1
vote
1answer
226 views

Eclipse hanging when i connect an Android device or starting Android Emulator

I'm using Ubuntu 12.04, Eclipse 3.7.2 and Android SDK with the latest updates. I develop Android Apps and when i want to start the app on my phone with adb or using the Android Emulator, Eclipse ...
0
votes
0answers
70 views

Nexus getting hanged as soon as the service starts at background

I have an application which is based on locations, Gps, accelerometer, gyroscope.As soon as I install application on the device , able to get the result on the server side.However, even if the ...
0
votes
1answer
411 views

Can Nexus S as a tag for Arduino NFC shield?

I am currently doing my final year project such that, I need to make an Android phone (Nexus S) communicate with an Arduino Uno such that the phone is an NFC tag. I figured out that an NFC shield ...
0
votes
1answer
563 views

Phonegap and nexus s - input type=text not taking input

I am building an app using Phonegap and jQuery mobile... On my index.html page, I have an anchor tag which opens another page as dialog <a href="passcode.html" data-rel="dialog" ...
0
votes
1answer
84 views

Android /proc/binder not even on full_crespo-eng 4.0.4 (Nexus S) build for device?

This might be a bad question for SO, but I don't know where else to look. I have an application that parses /proc/binder/stats for binder-related statistics. This file is present on my emulator, but ...
20
votes
1answer
758 views

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 ...
2
votes
1answer
1k views

eclipse not displaying time in logcat for galaxy nexus only?

I am using Galaxy nexus with Jelly bean and i have noticed that logcat does not display time . I also noticed that it does not apply filters for Galaxy Nexus . It also does not show the exceptions in ...
0
votes
1answer
144 views

Nexus opens same app twice when using custom URL to launch the app

My app has the feature of being launched from the browser if the user clicks on a particular type of URL. This thing works well on any android phones except the Google Nexus having ICS. With Nexus, ...
6
votes
1answer
511 views

Determining the power requirements for a contactless smartcard in Java.

I am writing an application in Java that sends commands to a smartcard and parses responses over an NFC interface. This application can be used both on Android and on PC. Using a USB contactless ...
0
votes
0answers
319 views

Android Nexus S Boot Freeze [closed]

My Android Nexus S does not boot anymore. If I start it normally, I get a screen like the following and it won't ever change (tried for hours): I can still go into the boot loader with PowerOff + ...
4
votes
1answer
828 views

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 ...
1
vote
1answer
89 views

Where does the Android build process store the final image file (that gets flashed into a phone device)?

After going through the build process (found at: http://source.android.com/source/building.html) for the master branch (or the whole Android tree, not just for a specific phone such as for NexusS), ...
3
votes
1answer
569 views

Android Image doesn't save using native camera app on Nexus S

So this is kind of weird because out of the three devices I'm testing on, I only get this issue on the Google Nexus S with 4.0.3. I'm starting the native camera app to take a picture, and I don't care ...
0
votes
1answer
2k views

NFC Access Control Doorlock System/Nexus as RFID tag

I've got a pet project that is to essentially build out an NFC access control doorlocking system for my house. I originally wanted to replicate my office keycard on my nexus s but ran into a wall ...
1
vote
0answers
1k views

seteglcontextclientversion(2) not working correctly for OpenGL ES 2.0 device

I am trying to learn OpenGL ES 2.0, following a basic tutorial http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html This is the constructor of my GLSurfaceView derivation public ...
1
vote
1answer
237 views

SDK level 15 ApiDemos/OS/Sensors blurred image on Nexus S but not on emulator

Typically, the ApiDemos/OS/Sensors application displays three circles denoting the current orientation. Why are these three Canvas drawn circles blurred when the application is built with SDK level 15 ...
0
votes
1answer
1k views

P2P communication/LLCP NFC reader-NFC phone

All USB/RS232 NFC readers I am aware of have SDK, which allows programming them in NFC read/write mode, which is usually unusable when it comes to communication with mobile phones, since they mobile ...
4
votes
1answer
219 views

PhoneGap and Nexus S?

I am testing the getPicture API to get a picture from gallery. I wrote this : navigator.camera.getPicture( this.onSuccess, this.onFail, { ...
1
vote
4answers
315 views

android google maps crash on Nexus S

I am developing an app which makes use of Google Maps. It runs fine on all devices except for a specific device: Google Nexus S - we have access to only one such device. The error is that when ...
1
vote
1answer
1k views

Android : onRetainNonConfigurationInstance is not called on Screen orientation change

I have implemented onRetainNonConfigurationInstance() on one of my Activity to handle android screen orientation. Here is the code : @Override public Object onRetainNonConfigurationInstance() { ...
0
votes
1answer
979 views

Error with torch app Android 4.0.4 Nexus S i9020

I have a problem with a flashlight app Android 4.0.4 Nexus S i9020. I have tried dozens of suggestions posted here on stackoverflow but nothing worked for me. The app worked with Android version 2.3.6 ...
0
votes
2answers
146 views

Android memory spiking

To start, thanks for taking the time to look over my question. I am currently having problems with memory spiking in the application I am developing. My intent is to be able to download and process ...
2
votes
1answer
482 views

Send data peer-to-peer between Nexus S and NFC shield

I use p2pdemo from PhoneGap and share tag. I connect the Arduino Uno + NFC shield and run the board with PtoPtarget.pde. I don't know how the two devices can transmit data together. Is there ...
2
votes
3answers
755 views

How to fix uid in NFC

I want to fix uid for nexus s and when use the phone to tag at NFC shield. The shield will show id. But when it tag at the nfc shield, id is not same. Can I fix my uid ?
0
votes
1answer
407 views

How to use getAvailableNetworks from android/internal/telephony/Phone.java

I have a requirement where I need to develop an Android application for Nexus S to get all the available network operators surrounding me. I have been following up with lot of blogs to get this ...
0
votes
1answer
690 views

How to use nexus as a tag

I want to use nexus s as a tag and read it by nfc shield arduino. How to do it ? I want to keep my id in tag and nfc shield will read id and record it. Thank you. :)
2
votes
3answers
2k views

Impossibility to change the rate of the accelerometer

I have to collect accelerometer data from my Android phone, so I have made a little program to do that. After some tests, I have found that my Nexus S accelerometer's rate is always 50 values per ...
1
vote
1answer
2k views

is Card Emulation supported in Android with NFC?

I need to communicate over NFC (ISO14443) with some card reader. when i put my nexus S on Reader, logcat shows messages 02-18 13:24:00.691: DEBUG/NfcService(278): SE FIELD ACTIVATED 02-18 ...
1
vote
0answers
230 views

Nexus S 4g Audio recorder frequency

I have written an audio recorder for Samsung Nexus S 4g. The code is given below. But when i run it using sampling rate above 8000, it throws up an error "Unsupported Configuration". Please let me ...
0
votes
1answer
108 views

Map overlay - Google streetmap not displaying

Complete beginner here so forgive me. Porting an iOS App over to Android. We have custom image tiles laid over google maps. On iOS the streetmap displays as usual outside of our custom image tiles ...
0
votes
0answers
272 views

not able to connect to a remote Database using my Nexus S

Well i have been trying to connect my Nexus S to a remote database (which is set up in my local computer ) . In the local computer I have set up a MYSQL database and I am accessing it using php ...
6
votes
1answer
999 views

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 ...
6
votes
2answers
9k views

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 ...
2
votes
1answer
1k views

Samsung Nexus Prime and reading RFID Employee ID

I want to create a small sample app that can read my employee badge and display it on the screen (or better if I can replicate it so we can use our phones to badge into work rather than our plastic id ...
0
votes
0answers
187 views

Nexus S and MediaRecorder - Force close

I'm working on an App that opens the camera and record a video using the MediaRecorder class. My app is working very well on Galaxy S II and Nexus One, but a force close is appear when test it on ...
4
votes
2answers
285 views

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 ...
0
votes
2answers
2k views

How to install older Android versions on a device

I would like to be able to test my Android app on different Android versions on an actual device, rather than on the emulator. I have a Nexus S which currently has Android 2.3.6 installed. My ...
0
votes
1answer
3k views

how to manually load wlan module in Android gingerbread on Nexus S

I'm trying to use command line to connect to ad-hoc network without Wifi in Settings activated. When loading with 'insmod /system/modules/ bcm4329.ko' my nexus S just hangs. 'dmesg' shows that ...
0
votes
1answer
724 views

Pairing Bluetooth Device with Nexus S

Our app needs to programmically pair a bluetooth device with an android phone. This is working fine on all the phones we've tested it on... except the Nexus S. It was working on this phone until we ...
4
votes
1answer
1k views

Finding source code for Nexus S Camera HAL?

I'm working on a project where I need to modify the driver for the Nexus S front facing Camera. The driver source code is implemented in drivers/media/video/s5ka3dfx.c. From looking at the driver ...

1 2