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

How to display non-zoomable webpage at Android (Nexus 7)

Client reports problem with my webpage on Nexus 7. Nexus have 1280x800 native resolution and I need display my webpage on this device (and other androids) non-zoomable, so in 1280x800resolution. Before problem report, I had this setting for…
Kurtas
  • 43
  • 1
  • 2
  • 5
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
1
vote
1 answer

Stop EditText from gaining focus at Actvity startup on Nexus 7 - 4.2 version

Note: I am not sure to post this question or should I reopen the previous question. I am posting this because It is only related to (4.2 version) It seems this question repeating again previously it was posted here, but this time this issue only…
vinay kumar
  • 1,451
  • 13
  • 33
1
vote
1 answer

Stream low-latency video to Chrome on Nexus 7

We need to stream live video, with little to no delay, to an Android tablet. We would vastly prefer to stream to a web application, rather than having to write an Android app. However, so far, my efforts to stream video to Chrome on a Nexus 7,…
1
vote
0 answers

iPad and HTML5 video tag

Good afternoon, I have searched through the stackoverflow pages and the web and can't seem to find an answer. I have a site that uses the HTML5 video tag. I use MP4 files as my video files. I created a simple tag:
1
vote
1 answer

Android Java Calendar Date WEEK_OF_YEAR issue on Nexus 7 4.2

Okay so this one is stumping me. I have the following code which attempts to create this string: OUTPUT: 52. 2012 (24 Dec to 30 Dec) Which is the start and end of the 52nd week of the year 2012, with Monday being the first day of the week. private…
Madhava Jay
  • 732
  • 1
  • 5
  • 14
1
vote
1 answer

supported NFC tags on Nexus 7

I tried to find what NFC chips does the Google Nexus 7 support and what kinda actions can be performed but somehow I find no suitable information. I want to send an Intent via the NCF chip and start playing an audio for example, I got the Nexus 7 as…
Droidman
  • 11,485
  • 17
  • 93
  • 141
1
vote
1 answer

Canvas transform issue in Firefox on nexus7

var targetSize = Math.max($(window).width(), $(window).height()); var canvas = $("#canvas")[0]; canvas.setAttribute('width', $(window).width()); canvas.setAttribute('height', $(window).height()); var context = canvas.getContext("2d"); var img = new…
gingerbreadboy
  • 7,386
  • 5
  • 36
  • 62
1
vote
0 answers

Nexus 7 Camera Problems (Can't select 720p)

I have rooted, unlocked and modded my Nexus 7 with the 720p camera mod. If I go to system/etc/media_profiles.xml, it shows the 720p format. The only problem is, that when I film with the default camera app, it films in 352x288. How do I select which…
1
vote
2 answers

Google Nexus 7 didn't recognize via USB

Please help me. I'm trying to connect my Google Nexus 7 to my PC for Android development. I've tried connecting to my PC with different cables. When I connected the device to my Windows 7 PC, I didn't get any notification on Android or my PC that…
Yurii Buhryn
  • 803
  • 3
  • 9
  • 27
1
vote
0 answers

Capture soft keyboard events on Nexus 7 (Android 4.2)

I would like to catch the press of any key of the soft keyboard. At least Enter & Backspace keys. I've tried: OnKeyListener for EditText onKeyDown for Activity dispatchKeyEvent for Activity onEditorAction for my custom EditText Nothing works. Yes,…
Ghedeon
  • 1,643
  • 1
  • 18
  • 30
1
vote
3 answers

Nexus 7 for Android development with Eclipse

I would first start off with saying sorry If I tagged this in the wrong section. However, I consider this a development question. I'm thinking on getting the Nexus 7 tablet (running Jellybean). However, Is this tablet any good to develope on?…
user1817311
1
vote
1 answer

Wi-Fi Direct Connect Fails - Nexus 7

On my Nexus 7 whenever I try to connect to my Galaxy Nexus, it fails immediately and returns the reason being 0 (which is very uninformative as 0 is error). However, trying to connect on my Galaxy Nexus has no such problems. Any ideas? Simply…
justbaum30
  • 505
  • 2
  • 8
  • 16
1
vote
1 answer

Is it possible to set the orientation of the lock screen to landscape in Nexus 7?

I want the home screen and the lock screen to be in the landscape mode. I used this app and able to make the home screen to stay in landscape mode but the lock screen is still in the portrait mode. I would like to know how this app changing the…
Ankit Aggarwal
  • 331
  • 1
  • 3
  • 9
1
vote
2 answers

Nexus 7 layout issue with sliding drawer

Right now in my app I have a sliding drawer on the the right side of the screen that a user can pull to the left to see more details. The problem lies with the "Handle" of the sliding drawer. On ALL devices it looks great and is where it should be.…
Kent Andersen
  • 2,151
  • 3
  • 21
  • 29