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
1
vote
1 answer

Syncadapter works on phone but not on tablet

I implemented a simple syncadapter that works fine on a Moto G but on a Nexus 7 it doesn´t (onPerformSync never gets called) For testing I start the sync manually like this: Bundle settingsBundle = new Bundle(); settingsBundle.putBoolean( …
1
vote
1 answer

Android studio not recognizing my device

I know this question may sound like a reiteration of all the other similar ones, but unfortunately none of the other solutions are working. Problems: 1.ADB doesnt show my nexus 7 (4.4.2) in devices connected. 2.When I go to search drivers from a…
epiclapser
  • 271
  • 4
  • 12
1
vote
1 answer

StageVideo on Android Nexus 7 shows a black square

StageVideo in Adobe AIR 15, on a Nexus 7 with Android 4.4.3, exporting in both GPU and DIRECT, shows a black square instead of received video. It is a P2P RTMFP Video Chat. Same project on desktop works perfectly, once exported to Android, instead…
FilippoG
  • 546
  • 3
  • 16
1
vote
1 answer

Building cyanogenmod for grouper does not create the CM-*.zip

I followed the instructions in the cyanogenmod wiki page to build a custom ROM for grouper (Nexus 7 wifi only model). However, the CM-DATE-UNOFFICIAL.zip file is not created. I get this error message -- No private recovery resources for…
Sarvavyapi
  • 810
  • 3
  • 23
  • 35
1
vote
2 answers

Navigation bar appears briefly when switching activites

I am currently writing an Android app with a completely full screen experience (the system bar and navigation bar are not displayed until the user swipes down) for a Nexus 7 tablet. For some reason, when I switch activities, the navigation bar…
Hunter S
  • 1,293
  • 1
  • 15
  • 26
1
vote
2 answers

Nexus 7 issues with Eclipse

Installed updates to nexus 7 to run on 4.4.4 and installed the proper drivers from asus's support. java android teacher had a video on this and followed his steps but still eclipse does not see the nexus and there is only an option for virtual…
Ant
  • 53
  • 8
1
vote
1 answer

Android App Incompatibility with Nexus 7

The play store is showing that my app is not compatible with the Nexus 7 (older model with only front-facing camera, ME370T). My app does require a camera but can use the front-facing camera. I tried to take this into account in my Manifest by…
scientiffic
  • 9,045
  • 18
  • 76
  • 149
1
vote
3 answers

adb.exe has stopped working, Nexus 7 not detected over USB

I'm using Google Nexus 7 to debug an applications. but now it is prompting the error message below and and popup is coming stating that the USB device is not recognized. But it was working properly a few days back. I have not made any updates on…
Dinithe Pieris
  • 1,822
  • 3
  • 32
  • 44
1
vote
1 answer

Move and zoom camera android maps v2 on Nexus7

I've faced strange behaviour of Google Map v2 on my Nexus7 when trying to place camera in specified position. Code: public class PlacesFragment extends MapFragment { GoogleMap mapView; @Override public void onActivityCreated(Bundle…
Dima
  • 152
  • 2
  • 11
1
vote
1 answer

Android app not compatible with ASUS NEXUS 7

I received a feedback for a published app from a user with a Asus Nexus 7 tablet: Google Play Store says the app is not compatible with the device. I can't figure out why, I believe the Nexus 7 has everything the app needs, but I'm obviously missing…
Lucio Crusca
  • 1,277
  • 3
  • 15
  • 41
1
vote
0 answers

Mount USB stick on android Nexus 7

My application needs to access files on a usb stick from a rooted Nexus7 tablet over an OTG cable. I have been looking into this extensively and found a few related posts but no real answer. I know this is possible, because I can mount it with…
1
vote
2 answers

Android : Google Maps v2 in Asus Nexus 7 is not working

I am working with GoogleMaps v2 and tested my app in various android version (until 4.0. my application is working). I tried to use my app on Asus Nexus 7 (4.4) but it does not work. Even the simplest mGoogleMap.setMyLocationEnabled(true); is not…
CheeMa
  • 41
  • 1
  • 4
1
vote
2 answers

activity fails on Nexus 7 but works fine on Nexus 4 & 5

I have an app that pinpoints the users location on a map. This runs successfully on both my Nexus 4 & 5, but will no longer work on my Nexus 7. It did run on the 7, but then the device powered off during execution, and now the app will no longer…
NYC Canuck
  • 345
  • 1
  • 4
  • 13
1
vote
1 answer

BluetoothLowEnergy Range Issue android

Actually currently i am storing bluetooth Low energy device address in database. so at any time user can tap on listview and get the value from device. right now there is no mechanism to remove device (if device not in range(not found in…
mcd
  • 1,434
  • 15
  • 31
1
vote
1 answer

Android OpenGLES 1.0 game displays black screen on Nexus 7

I've made a game that uses OpenGL 1.0 on Android. It works fine on my Android 2.3 phone but displays a black screen on my nexus 7 (now Android 4.4). The music and sound seem to be working fine just the display is black. I'm wondering what the…
Barodapride
  • 3,475
  • 4
  • 25
  • 36