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
6
votes
0 answers

Nexus 7, Android 4.3: Same directory, two canonical paths

I'm using a Nexus 7 running Android 4.3. Two directory paths on this device are confusing me: /storage/emulated/legacy /storage/emulated/0 If I call new File().getCanonicalPath() for either of these, I get the same path back. If I call the…
jason44107
  • 399
  • 2
  • 13
6
votes
1 answer

Nexus 7 and HTML5 Audio Loop

I'm having trouble looping an audio tag on my Nexus 7 with Chrome. Looping works in…
Dan
  • 3,338
  • 5
  • 36
  • 58
6
votes
3 answers

Saving files on external storage on Nexus 7 and retrieving from PC

For my project I want to be able to save sensor data to a file, and be able to access it from a PC for further analysis. This is the code I have so far and it works successfully: File root = Environment.getExternalStorageDirectory(); File csvfile =…
David Lopez
  • 283
  • 2
  • 4
  • 8
6
votes
2 answers

Open Camera in Nexus 7 tablet

I have developed a Camera application in android. It captures image using a surface view. Below is the code that I used to open camera try { // attempt to get a Front Camera instance c =…
AnujMathur_07
  • 2,586
  • 2
  • 18
  • 25
5
votes
2 answers

Unable to unlock Android bootloader via Fastboot on Ubuntu 12.04 - waiting for device

I am trying to unlock my Nexus 7 (2012)'s bootloader running Android 5.1.1 on Ubuntu 12.04 (Desktop). I am able to communicate & send commands to the device using adb (USB-Debugging on Nexus turned on - Android SDK & Fastboot tool installed on…
niq
  • 53
  • 1
  • 1
  • 6
5
votes
2 answers

Android - Connecting to device with adb over wifi

Context: Nexus 7 Android device (NOT Rooted), Android Studio, Mac OS Yosemite 10.10 Swapping between Eclipse environment and the Android studio appears to have caused the problem, But I don't know how to repair it. All attempts below are after the…
redevill
  • 341
  • 1
  • 3
  • 9
5
votes
1 answer

Gallery has stopped while cropping image in kitkat Nexus7

Problem: I am fetching image from gallery and after that cropped that image and its working perfect in all device. But it is giving me error while running in Nexus 7 kitkat since i have checked build version for it with "Gallery Stopped" error. I…
Piyush
  • 18,895
  • 5
  • 32
  • 63
5
votes
2 answers

'elf.h' file not found error when compiling Android kernel for Nexus 7 on Mac OS X

When compiling Android kernel for Nexus 7 on Mountain Lion 10.8.4 I ran into fatal error: 'elf.h' file not found issue: /Volumes/Android/WORKING_DIRECTORY/device/asus/grouper/tegra/ [derek@retina-mbp]$ make scripts/kconfig/conf --silentoldconfig…
Derek Gogol
  • 1,292
  • 16
  • 15
5
votes
0 answers

Android web UI Performance is dramatically slower than iOS (why?)

I wanted to test android for a html5/Javascript web app, so I purchased a Nexus 7 (2nd gen), and upgraded the OS to the lastest 4.3. The Nexus has substantially better specifications than my old test iPad 2: 2GB ram vs 512MB 1.5GHz x 4cores vs…
Troy Harvey
  • 1,365
  • 2
  • 13
  • 24
5
votes
1 answer

Bluetooth Secureaccept() Failed, Nexus 7, Android 4.2.2

I am running the Bluetooth Chat sample from the Android SDK 4.2 sample pack with no modifications to the code. My target is a Nexus 7 running Android 4.2.2. I get these errors as soon as I attempt a Secure Connect to a paired device. Connect…
jilbot
  • 145
  • 3
  • 9
5
votes
2 answers

No authentication challenges foundRelevant discussions can be found on the Internet at

I have some typical codes which used Twitter4J to connect Twitter API. They worked fine in android 1.x and 2.x. 3.x 4.x But failed in Android 4.1.1 and 4.1.2 with Nexus 7 device! Source: private void retrieveRequestToken() { …
5
votes
3 answers

Nexus 7 incompatible because of manifest settings

my app doesn't show up on the Nexus 7. the play store console shows for the Nexus 7 in the devices list: Unsupported devices due to your manifest settings: Nexus 7(grouper)" my manifest looks like this: ...
P.Melch
  • 8,066
  • 43
  • 40
4
votes
4 answers

Android Studio wont recognize Nexus 7 as device

I am having trouble running an app I am developing in Android Studio on my Nexus 7. I have successfully gotten this to work before using the same tablet and computer (running Windows 8), but since having my laptop repaired and everything wiped I'm…
Kah
  • 627
  • 2
  • 11
  • 28
4
votes
2 answers

Nexus 7, Android 4.4 and png image

I am beginner with android and I have an issue. I am creating application that require loading images from assets folder. The images are png format with transparent background. I am using BitmapFactory for the purpose the way Google suggest on their…
aleksandaril
  • 170
  • 4
  • 14
4
votes
2 answers

Nexus 7 disconnects in Windows/Eclipse/ADB

My Nexus 7 used to work fine in Windows 7 64bit, but now all of sudden when I connect it, it shows me the new device screen, it shows in Eclipse/ADB as Nexus 7 with Android 4.3 (correct), and then disappears a second or few later, with Device…
TomaszRykala
  • 927
  • 6
  • 16
  • 33
1 2
3
17 18