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

Why my app is not available for my device in google play

recently , i have developed a new game using cocos2d-x v3.0, today i have published my app, but google play said that your device isn't compatible with this version, i have lenovo tablet and, also i noticed that my app isn't compatible with nexus 7,…
user3895008
  • 31
  • 1
  • 7
0
votes
2 answers

Nexus 7 - app does not appear in store

I've published my app to the Google Play store, and for some reason, I do not see my app appearing when browsing the store with the Nexus 7 device. Here's the relevant section in my manifest:
Gil Moshayof
  • 16,633
  • 4
  • 47
  • 58
0
votes
1 answer

How to test Google fit api in emulator android

I know we can use nexus 7 or 5 for test the Google fit API. I like to know is there way to test the Google fit API in emulator. I need to explain the reason to my client. So please guide me in the right way. Sorry for my bad English.
Rakki s
  • 1,426
  • 1
  • 18
  • 42
0
votes
1 answer

Non Power of Two texture on the Google Nexus 7 (and possibly other devices)

I refer you to this question: GLSurfaceView displaying black on Nexus 7 with Android 4.2 It turns out that the asker's problem was resolved when he changed his textures from NPOT to POT textures. My confusion arises from the official OpenGL ES 2.0…
Zippy
  • 3,826
  • 5
  • 43
  • 96
0
votes
1 answer

PopupWindow above status bar of Nexus 7 (and status bars of other devices)

I have a PopupWindow which opens after I click an ImageButton: // Get the [x, y]-location of the ImageButton int[] loc = new int[2]; myImageButton.getLocationOnScreen(loc); // Inflate the tag_popup.xml LinearLayout viewGroup =…
Kevin Cruijssen
  • 9,153
  • 9
  • 61
  • 135
0
votes
1 answer

Intent NFC discovery does not (always) fire on Nexus 7

With the app that I'm developing, I have a problem with the NFC functionality on my Nexus 7. On all other devices, that problem does not exist: Usually, when detecting an NFC chip, the function onNewIntent is called with the NFC-related intent. Most…
tatianag
  • 165
  • 2
  • 14
0
votes
0 answers

Hide address bar onload Chrome 35.0.1916.153 m on a Nexus 7

I am attempting to hide the address bar onload on a Nexus 7 tablet window.scrollTo(0, 1); Doesn't work or scrolling to an anchors. Any other tricks to accomplish this?
esoteric
  • 105
  • 4
  • 18
0
votes
1 answer

Android app won't start (displays a black screen) on Nexus 7

I'm writing an Android app using Gameplay3D. I can compile fine using NDK and generate APK using ANT (both debug and release). The app installs, starts and runs perfectly on a Galaxy S3 and a Nexus 4, but when I try to start it on a Nexus 7 it just…
Clonkex
  • 3,373
  • 7
  • 38
  • 55
0
votes
1 answer

insmod helloworld in init.rc before filesystems have mounted on Android

I am trying to modify the init.rc file on Nexus 7 device which is rooted. I want to insmod a simple hello world module before my /userdata/ partition is mounted. Things I have tried: Extracted the boot.img from the device, extracted the ramdisk,…
Tejas Chopra
  • 133
  • 1
  • 2
  • 12
0
votes
0 answers

WebView: slow load on KitKat

WebView on Nexus 7 (ME370T) with Android 4.4.2 loads long URLs very slow. For example URL below may be loaded in 84s., but may not be loaded at all (WebView just hangs with blank page). Is there any workaround for this…
surlac
  • 2,961
  • 2
  • 22
  • 31
0
votes
1 answer

Nexus 7 and media queries not working correctly

I am trying to work on my responsive design for my website and would like the menu to move to a more mobile friendly version. When I add the media query for my nexus 7 it does not work as soon as I move to the page but if i scroll down and back up…
0
votes
1 answer

Immersive mode locking app on Nexus Tablet

I just ran in to to an issue with immersive mode locking my app when testing on a android tablet (nexus7). The only way to exit the lock was to swipe up to get back the software navigation bar and exit immersive mode. How do I prevent this? What is…
richardwiden
  • 1,584
  • 2
  • 12
  • 22
0
votes
0 answers

"Unknown permission" on Android phonegap build app using Google JS Client Library

Playing with an Android Phonegap Build app using Google JavaScript Client Library. Developing the app in Dreamweaver, using the Dreamweaver Phonegap Build functionality. Basing my code on…
user1147171
  • 1,213
  • 3
  • 14
  • 22
0
votes
1 answer

MediaCodec::CreateByType "video/avc" fails on nexus 7

I am trying to encode h264 using MediaCodec in nexus 7 device and after re running ( after closing ) my encoder process several times I get a failure when trying to create MediaCodec ( MediaCodec::CreateByType(looper, "video/avc", true) ). the log…
jacob
  • 1,397
  • 1
  • 26
  • 53
0
votes
0 answers

Nexus 7 not detected in Eclipse

I have the 2013 nexus 7, and im trying to do some application development through eclipse. I have installed the google USB drivers from the android SDK manager and it confirms they are installed. However my device isnt detected in eclipse. I can…
James Millner
  • 241
  • 2
  • 3
  • 11