The Galaxy Nexus (GT-I9250) is a touchscreen Android smartphone developed by a partnership between Google and Samsung. It is the third generation successor to Google's previous flagship phones: the Nexus One and Nexus S.
Questions tagged [galaxy-nexus]
35 questions
9
votes
1 answer
EditText with SpannableStringBuilder and ImageSpan doesn't works fine
I'm trying to put emoticons inside a EditText. I've managed to do it and it works fine but I have a problem when I try to delete these emoticons from the EditText using the soft keyboard. I can't do this action with a single delete button's click.…

Alex
- 6,957
- 12
- 42
- 48
6
votes
1 answer
Vibrate permission required only on some devices
I'm testing my app that uses the NotificationManager to send up a notification which does a vibration. Currently, I do not have the Vibrate permission in my manifest. I understand the need to have it, but am seeing some weird behavior between…

Stealth Rabbi
- 10,156
- 22
- 100
- 176
6
votes
4 answers
Android S3 layout vs Galaxy Nexus layout
I've developed an app that was supposed to target both the Galaxy Nexus and the Galaxy S3. Both have 720 x 1280 screen resolutions and I have only used 'dp' values in my app. The resources exist in the 'layout-xhdpi' and the 'drawable-xhdpi'…

karlstackoverflow
- 3,298
- 6
- 30
- 41
5
votes
1 answer
How can I attach a virtual device/emulator to Visual Studio Xamarin Android project?
I created an Android app for Ice Cream Sandwich and added nothing to the default code (except changing the text of the "Hello World" message - I couldn't - or wouldn't - help myself).
I mashed F5.
Nada - no device attached. The dropdown list says…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
5
votes
4 answers
Show options menu button on Galaxy Nexus (Android 4.1)
I am using options menu in my app. But when I install the app on a Galaxy Nexus, I don't see options menu because by default it doesn't have options menu button. How can I show options menu button in my App for only Galaxy Nexus? With other phones…

Sharanabasu Angadi
- 4,304
- 8
- 43
- 67
5
votes
4 answers
configChanges="orientation" doesn't trigger on Galaxy Nexus
Hello I have a strange bug, when I want to trigger the orientation change on the Galaxy Nexus(4.0.4), it simply doesn't jump into the onConfigurationChanged(Configuration) function.
On the HTC Desire(4.0.4) it works without any issues with the same…

klanm
- 3,168
- 3
- 19
- 22
5
votes
2 answers
getting adb for samsung galaxy nexus to work
I'm trying to debug my application on my brand new Galaxy Nexus.
I have done the following:
Drivers:
installed the Galaxy driver
installed the Galaxy Nexus driver
(one can see this in the device manager, Galaxy under "Other Devices", Galaxy…

Ethan Sherr
- 413
- 2
- 5
- 12
4
votes
1 answer
Get Image from camera into ImageView Android
The following code works well to get the thumbnail of a picture taken from the camera. I want to get the full image, not just the thumbnail. I have a Samsung Galaxy Nexus
private static final int CAMERA_PIC_REQUEST = 1111;
private ImageView…

Rafael
- 1,099
- 5
- 23
- 47
4
votes
4 answers
app will not launch on device
I'm a noob to Java, Eclipse and Android application development. I'm going through the Android app tutorial but can't seem to get the first lesson to launch on my device. After fixing a handful of issue preventing the project from compiling I was…

Scott
- 41
- 1
- 1
- 3
3
votes
1 answer
Remote Debugging Chrome on Galaxy Nexus
https://developers.google.com/chrome-developer-tools/docs/remote-debugging
I followed the steps but I did't get the prompt on my galaxy nexus in the step 3 and chrome://inspect/#devices didn't show the phone whereas I've got the prompt and debugged…

user3204729
- 317
- 1
- 13
2
votes
1 answer
Turn on/off camera LED using NDK code Android
I would like to ask if there is a way to turn on/off the LED of the camera using the NDK code. I have done it using Java code but I need to do it faster so I think NDK code is what I am looking for. Is there another way?
I am trying to do it on a…

Mike Vasi
- 467
- 2
- 5
- 16
2
votes
3 answers
How to debug a nexus 10? Needs usb charger but need usb connected to debug
Has anyone found a good solution to debug a galaxy nexus as it gets power?
I can only debug and use the nexus 10 while its plugged into my computer. I can only charge the nexus 10 when its plugged into a wall.
It charges from USB so what am I…

GregM
- 3,624
- 3
- 35
- 51
2
votes
1 answer
Android Galaxy Nexus: can't see folder when connecting as Media Device (MTP)
An app I am debugging on an Android Galaxy Nexus creates a folder whose contents I want to inspect on my desktop. When I open a file browser app on the device, I can see the folder. However, when I connect to it from the desktop in the MTP mode, I…

I Z
- 5,719
- 19
- 53
- 100
1
vote
1 answer
Android : Galaxy Nexus GT-I9250 crashes on my Layout
I have a LinearLayout that works like a Charm on most devices
but I get this error every time I run this app on Galaxy Nexus GT-I9250
android.view.InflateException: Binary XML file line #130: Error inflating class
at…

Loving Android
- 253
- 5
- 15
1
vote
2 answers
Galaxy Nexus execute AT commands?
Would it be possible to send AT commands to the Galaxy Nexus using Hyperterminal or an other program?
If so, is there also a way to directly execute the commands on the phone?

user2943268
- 85
- 10