Questions tagged [nexus-10]

Nexus 10 is an Android tablet made by Google.

Nexus 10 a tablet made by Google. With high resolution display, multi-user support, immersive HD content and the Google apps.

Screen:-

  • Inches : 10.055”
  • Resolution : 2560 x 1600 (300 ppi)
  • Dimensions : 263.9 x 177.6 x 8.9mm

Connectivity:-

  • WiFi 802.11 b/g/n (MIMO+HT40)
  • Bluetooth
  • NFC (Android Beam)
  • Dual side NFC
  • Micro USB
  • Magnetic Pogo pin charger
  • Micro HDMI
  • 3.5mm headphone jack

Features:-

  • Android 4.2 (Jelly Bean)
  • Accelerometer
  • GPS
  • Gyroscope
  • Barometer
  • Ambient Light
  • Compass
38 questions
2
votes
0 answers

H264 Hardware accelerator element to use in gstreamer for NEXUS 10

I'm trying to decode my video using hardware accelerator of NEXUS 10, OMX.Exynos.AVC.Decoder using gstreamer. My pipeline looks like gst-launch 0.10 udpsrc port=5000 caps = \"application/x-rtp, media=video, clock-rate=90000, encoding-name=H264,…
2
votes
3 answers

Android Nexus 10 Emulator not running properly

I know this question is a duplicate to the following, Android : How to Create Android Emulator for Nexus10? Nexux 10 emulator/avd not running/starting I have set the below configuration, Screen Size - 10 inches Resolution - 2560 X 1600 Screen Size…
Spring Breaker
  • 8,233
  • 3
  • 36
  • 60
2
votes
0 answers

Slow response from Nexus 10 camera

My Air android app does a simple check to see if camera exists, checking length of 'Camera.names'.It works fine on most devices but the Nexus 10 is taking 7-10 seconds to respond. I then get a black full screen when I attach camera. The camera feed…
1
vote
0 answers

Android Nexus 10 blank png from JNI ByteArray

I am developing an application using JNI and a third party engine (Unreal Engine 4) in charge of managing the graphics pipeline/rendering. The third party engine is written in C++, thus the need of using JNI to bridge it with Android. The app…
Luigitni
  • 572
  • 10
  • 18
1
vote
1 answer

How to make specific dimens for Nexus 10 and Nexus 9

Nexus 9 has different aspect ratio, so the layout looks ugly when using 10" dimens. I created two folders: values-sw768dp-portfor Nexus 9 and values-sw720dp-port for Nexus 10. But it doesn't work, Nexus 10 takes the dimens from sw768dp…
Taras
  • 2,526
  • 3
  • 33
  • 63
1
vote
0 answers

Nexus (10): how to reset/debug usb when not recognized by windows or mac anymore

I was happily developing my Android app and debugging it on my Nexus 10 the other day. Next morning the Nexus 10 wasn't recognized anymore. It shows its charging but no info about USB-Debugging or Connected as Media Device in the upper left…
Soko
  • 774
  • 1
  • 7
  • 20
1
vote
2 answers

Miracast with Nexus 10 (stagefright 1.2): 505 RTSP version not supported

First, sorry for my grammar, I'm not native!!! I'm try to develop Miracast application on Sink device. It's done with some Android phones (LG G, Asus...) which not base on stagefright like Nexus 10 (also Nexus 4, HTC One...). When I trying…
heinekenB
  • 21
  • 3
1
vote
2 answers

Card.io performance very slow on Nexus 10

I have implemented card.io into an app and the performance when opening the credit card scanning activity (CreditIOActivity) opens quickly on most devices. But on the Nexus 10, running Android 4.4.2, it can take as much as 5 seconds for the scanning…
Dick Lucas
  • 12,289
  • 14
  • 49
  • 76
1
vote
0 answers

If Nexus-10 can't play more then 3 VideoView playing at the moment at screen - otherwise Nothing - Black View (files from SdCard)

Encountered the BIG problem with VideoView Nexus 10. Looks serious. I wanted to create ListView with Videos that play simultaneously (with no sound). So problem: single VideoView plays but when there more then 3 (four VideoViews) play at the moment…
StepanM
  • 4,222
  • 1
  • 21
  • 25
1
vote
1 answer

Nexus 10 hi-res resources

I'm testing my app on the nexus 10 and I'm wondering how to provide background resources for the same. To elaborate, the problem is that the Nexus 10 sports a 2560x1600 resolution but falls in the xhdpi category, which is the same category as the…
Soham
  • 4,940
  • 3
  • 31
  • 48
1
vote
0 answers

Rapid succession of taps interpreted as a single moving touch event? (tested on Nexus 10)

I'm developing an Android application in which a user may be rapidly tapping with multiple fingers. Initial testing on the Nexus 10 tablet reveals that a tap rapidly followed by another tap nearby is often interpreted as a single touch-and-slide…
willw
  • 11
  • 2
0
votes
2 answers

react native app crash on some devices without error

good day everyone, I have this react-native project where I tried to test the application throughout different devices to see how it renders. when I tried testing it with the Nexus 10 tablet on the android emulator I faced a problem, when I click a…
chawki challadia
  • 434
  • 7
  • 19
0
votes
2 answers

Fit layout only for Nexus 10 device

I have a xml layout file where i am giving margin-top for a text value. For all the device it is android:layout_marginTop="25dp". But its not coming proporly in Nexus 10 device.I want to increase the margin only for Nexus 10 device. How can i…
ananya
  • 1,001
  • 6
  • 33
  • 50
0
votes
1 answer

drawable-w2560dp and drawable-1600dp Do Not Work

I am using the new wdp qualifiers in my application for various phone/tablet sizes. They work for 600, 720, 800, 1200, but not for 1600 and 2560. Google Nexus 10 tablets have 2560 x 1600 resolutions. Why do drawable-w2560dp and drawable-w1600dp not…
burakk
  • 1,231
  • 2
  • 22
  • 45
0
votes
1 answer

Google Nexus 10 doesn't support the optional fields of Camera.Face (leftEye, mouth, rightEye)

I am now trying to make an App to detect human faces on a Google Nexus 10 using Camera.FaceDetectionListener. The faces have been successfully detected and shown on the screen by drawing rectangles around them. The problem for me now is that this…