Questions tagged [nexus-7]

The Nexus 7 is the first tablet by Google in the Nexus line of devices.

The Nexus 7 is a tablet computer designed and developed by Google in conjunction with Asus. It is the first tablet in the Google Nexus series, a line of consumer devices implementing the Android operating system and built by an original equipment manufacturer (OEM) partner.

Nexus 7 (2012):

  1. 7" WXGA (1280x800) Screen
  2. Nvidia Tegra 3 quad-core graphics chip
  3. 1 GB of RAM
  4. 8 or 16 GB of internal storage.

Incorporating built-in Wi-Fi and near field communication (NFC) connectivity, it is marketed as an entertainment device with integration with Google Play, serving as a platform for multimedia consumption of e-books, television programs, films, games, and music. The tablet was the first device to have shipped with Android version 4.1, nicknamed "Jelly Bean".

Nexus 7 (2013):

  1. 7" LED Backlight WUXGA (1920x1200) Screen
  2. Qualcomm® Snapdragon™ S4 Pro 8064 Quad-Core, 1.5 GHz
  3. 2 GB of RAM
  4. 16 or 32 GB of internal storage.
261 questions
0
votes
1 answer

Nexus 7 4.2.2 canvas drawtext letters f and j wont display

I have odd behaviour on my Nexus 7 I have been using Sassoon Primary ttf to draw a single letter using drawText on the center of a canvas in my own view. This has been working fine on all models I have tested except my nexus 7. all letters still…
RuAware
  • 979
  • 1
  • 9
  • 26
0
votes
1 answer

Nexus 7 not rendering in Eclipse

My layout has been rendering fine on all test cases in the Eclipse GUI editor including all Google devices. I just updated the SDK from 22 to 22.0.1 and now I'm told: It looks like you are using a render target where the layout library does not…
Tickled Pink
  • 969
  • 2
  • 14
  • 26
0
votes
1 answer

Android checkbox doesn't show

The application I'm developing has some check boxes. Whenever I try it on my Nexus 7 it works perfectly. However, when I try it out on a Galaxy Tab 2 7.0 the check boxes do not show up. In Nexus 7: http://tinypic.com/view.php?pic=2wokitu&s=5 In…
plasmy
  • 99
  • 3
  • 9
  • 32
0
votes
2 answers

Eclipse isn't Seeing Nexus 7

I bought a new Nexus 7, and Eclipse cannot see it. It is appearing in Device Manager as Android Device ---> Android Composite ADB Interface. There is no other devices category, and I have updated the list. My SDK Manager has everything except for…
Evorlor
  • 7,263
  • 17
  • 70
  • 141
0
votes
1 answer

Android TextView append SpannableString forcing java.lang.RuntimeException on Nexus 7

I have a serious problem which crashes my app. I'm loading some text in the app into a TextView. Some parts of this text are clickable and should call another activity - this works fine for most devices. Unfortunatelly it does not work on Nexus 7…
user1494865
  • 37
  • 1
  • 6
0
votes
2 answers

Nexus 7 Failed to open file. Permission denied

Just got my Nexus 7 and when I play an audio file I get this error, then a force close. I've been searching all day for a solution. Here's the relevant code: protected void onListItemClick(ListView l, View v, int position, long id)…
midiwriter
  • 426
  • 5
  • 12
0
votes
1 answer

Application crash on nexus while working fine in other phones

I am working on application that shows list of images from specific folder to gridview. It is working fine in all devices but getting crashed while I am trying to test it in nexus 7" tablet. Following is the crash log that I get. 05-05 10:54:02.478 …
Alex
  • 165
  • 1
  • 9
0
votes
1 answer

Nexus 7 Opening a Socket at android api lvl 16 and 17 gives crash?

I have file sender code which works on api lvl 8 and 9. But when i changed the target-api lvl as 16 or 17 it gives error and program closes directly. When i remove <"android:targetSdkVersion=.."> property it works. But i need to write that property…
ZuuZuu
  • 15
  • 7
0
votes
1 answer

Android Camera Preview Code not working with Nexus7 -surfaceView error

I've created a camera app for android with the android camera code tutorial http://developer.android.com/guide/topics/media/camera.html#custom-camera. It works for the XperiaZ - LgoptimusBlack- GalaxyNexus4 and some other devices. But with the…
bob
  • 31
  • 4
0
votes
3 answers

Using front camera on Nexus 7 with Android 4.2.2 doesn't work?

I've got Android app where I shoot a picture with front camera. I've used approach described here: http://android-er.blogspot.sk/2010/12/add-overlay-on-camera-preview.html. It works on Nexus S with Android 2.3.6 and it works on HTC One X with…
MartinC
  • 546
  • 11
  • 26
0
votes
1 answer

Android bindService fails on 4.0.4 when device is unplugged from development PC

I have two devices (Samsung Galaxy Tab 10 running 4.0.4 and Nexus 7 running 4.2.1). My application i am writing uses bindService/unbindService a service written within the same application to handle the constant managing of data regardless of…
Chris White
  • 709
  • 1
  • 5
  • 8
0
votes
1 answer

Nexus 7 - different size of image set in code vs set in XML

I have simple ImageView in XML:
nikib3ro
  • 20,366
  • 24
  • 120
  • 181
0
votes
1 answer

Bad dpi on Nexus 7

I have incorrect UI on Nexus 7. I have 10" tablet with mdpi, and my UI is OK. But on 7" nexus 7 all images and texts look very big. I coped images from mdpi to tvdpi. and now, it is OK for me. But, is it correct to have 2 folders with the same…
Tim
  • 1,606
  • 2
  • 20
  • 32
0
votes
1 answer

Can't Select Device for debugging

I have updated my android version from 4.1.1 to 4.2.2 on google Nexus 7, (Worked Perfect Before)After that unfortunately i can't debug my App anymore,i can see my device on "Android Device Chooser" page but i can't select it, and ok button is not…
Arash GM
  • 10,316
  • 6
  • 58
  • 76
0
votes
3 answers

Application is not compatible with Nexus 7

I have following configuration in Manifest file :
aman.nepid
  • 2,864
  • 8
  • 40
  • 48