Questions tagged [galaxy-nexus]

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.

35 questions
1
vote
1 answer

Issue on GalaxyNexus with faceDetection

i am fighting with the Camera API and its FaceDetectionListener. When i check my both devices (S3 & galaxy nexus) with Camera.Parameters params = mCamera.getParameters(); int faceCount = params.getMaxNumDetectedFaces(); the S3 returns a 5 and the…
bofredo
  • 2,348
  • 6
  • 32
  • 51
1
vote
0 answers

How to create seperate layout for Galaxy Nexus and 5.1"WVGA,Nexus S(Android)

After trying a lot and finding a lot,Finally I want to ask a question that, How to create layout for for Galaxy Nexus and 5.1"WVGA,Nexus S.They all come under the category of Layout(Normal layout). When I set layout for 5.1" WVGA then it will…
Ponting
  • 2,248
  • 8
  • 33
  • 61
1
vote
1 answer

INSTALL_FAILED_INSUFFICIENT_STORAGE in Galaxy Nexus

Once again the same question about INSTALL_FAILED_INSUFFICIENT_STORAGE. I searched stackoverflow and I can resume what is happening to me: I have a Galaxy Nexus, fresh installed 4.3 directly from Google. I enabled the debug mode (clicking over…
Marlos
  • 1,927
  • 2
  • 22
  • 44
1
vote
1 answer

Galaxy Nexus (Specificaly) camera startPreview failed

I'm having a strange issue on a galaxy nexus when trying to have a live camera view in my app. I get this error in the log cat: 06-29 16:31:26.681 I/CameraClient(133): Opening camera 0 06-29 16:31:26.681 I/CameraHAL(133): camera_device open 06-29…
Roman
  • 235
  • 3
  • 14
1
vote
1 answer

Push Notification not receiving Using GCM in Galaxy Nexus with Android 4.2.1

Right now I am using 3 devices for testing: Samsung S7500, Galaxy Mexus, HTC explore. If the devices are active, then I am receiving push notification in all three devices. If it is in idle state(locked/sleep), then also I am receiving push…
1
vote
0 answers

OpenGL ES GL_DEPTH_TEST Performance issue

I'm writing an OpenGL ES 2.0 game in C++ running on multiple (mobile) platforms. On IOS,Android,.. basically everything runs fine, except one device: The computation for one frame in a specific scene take about 8ms on an HTC Desire. Another device,…
D-rk
  • 5,513
  • 1
  • 37
  • 55
1
vote
1 answer

USB connection Galaxy Nexus Mac OS not working

of all my devices i test to using eclipse.. my Samsung galaxy nexus is the only one that does not seem to connect to my mac.. i tried installing the android file transfer software but this did not help.. when i check in adb for devices it does not…
erik
  • 4,946
  • 13
  • 70
  • 120
1
vote
3 answers

Android 4 bars size(Galaxy Nexus)

What are the sizes of Status Bar, Navigation Bar and Title Bar in pixels in galaxy nexus? I think its because of them that my background image(720x1280 px) is getting with height stretched. My layout:
rafael
  • 732
  • 1
  • 11
  • 20
0
votes
0 answers

Different xhdpi dimens.xml

I started to develop android apps. I created values folder xhdpi: There are two different xhdpi resolution. Dimens.xml values are the same in both resolution reads :/ Galaxy Nexus 720x1280(xhdpi) - Nexus 4 768x1280 (xhdpi) and Nexus 7 1200x1920 I…
0
votes
0 answers

Cordova android app crashes on Galaxy S3 ?

I am creating new android app using cordova. My app was crashed on Galaxy S3 device. If i click link button on home page, it will crashed. Here i added the issue details. How to solve this issue. Please guide me. I am using cordova version is…
Arun Kumar
  • 21
  • 1
  • 3
0
votes
1 answer

Android OpenGL ES 2.0 - Black Textures On Some Devices

SOLVED: Turns out, I was passing the OpenGL named texture to the shader instead of the active texture number, fixed it with: GLES20.glUniform1i(sTextureHandle, 0); // 0 means GLES20.GL_TEXTURE0 UPDATE: glGetError() returns 0, after calling…
heyufool1
  • 63
  • 7
0
votes
2 answers

How to display all available cells on a galaxy nexus (4.3)

My employer gave me a femto-cell and currently i am trying to figure if my galaxy-nexus can access the femtocell. As i cant force my phone to use this specific cell and it automatically always uses just available macro-cells, i have trouble to…
bofredo
  • 2,348
  • 6
  • 32
  • 51
0
votes
1 answer

Samsung Nexus tablet wierd zoom on click

Client said he is using Samsung Nexus tablet. There is simple list and onClick event it opens subsections. Like this: When you click on London or on any red submenu browser does some zoom. So if anyone could explain what it is I would be…
ViszinisA
  • 462
  • 7
  • 14
0
votes
1 answer

Which layout is used for Galaxy Nexus

Which Layout Can I used for Nexus 4 and Galaxy Nexus? There is conflict between Nexus 7(800 x 1280) and Galaxy Nexus(720 x 1280) as attached in screenshot : Nexus S Galaxy Nexus EDIT home_screen.xml
Ponting
  • 2,248
  • 8
  • 33
  • 61
0
votes
1 answer

Can an Android Expert Explain Strange USB Host Behavior

I am writing an Android application to read input from a HID USB foot pedal (press the pedal, get a message, do something). The UsbManager is not recognizing the device. The foot pedal may be throwing an error in Android kernel when it plugs in,…
user1389840
  • 651
  • 9
  • 24