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

USB debugging in New Nexus 7 on one account

I'm having a problem and i couldn't figure out the solution. as we know New Nexus 7 comes with Android 4.3, which we can create multiple account.... Now I have set my main account to enable usb debugging. But then i figured if i could just create…
Napitupulu Jon
  • 7,713
  • 3
  • 22
  • 23
0
votes
2 answers

Install Firefox OS on Nexus 7 get error messages assert failed

I installed Firefox OS (version 1.2) which was downloaded from XDA with ClockworkMod on my Nexus 7 , but i got error messages. The error messages showed : Installing update... assert failed: getprop("ro.product.device") == "flo" || …
zeck
  • 769
  • 1
  • 7
  • 13
0
votes
0 answers

Why, using Android event.getEventTime of MotionEvent in Nexus 7, is not the time regularly spaced

Good morning, I am developing an application on Android Nexus 7. I use the method event.getEventTime () and I noticed that the timestamps are not regularly spaced. There are large irregularities and, in some cases the difference between two…
vince
  • 11
  • 3
0
votes
1 answer

Android tvdpi layout

This is driving me crazy ! I want the Nexus 7 and the other normal 7" tablets to use different layouts. I tried multiple combinations but they always end up using the same layout. Ex: layout-sw600dp-tvdpi layout-sw600dp-mdpi With this example ,…
Jim S
  • 427
  • 1
  • 6
  • 12
0
votes
2 answers

How does MotionEvent.ACTION_MOVE work inside an onTouchEvent() of a View in Android?

I have implemented the following onTouchEvent() function inside a class extended from View: public boolean onTouchEvent(MotionEvent event){ // Log.d("MYLOG","TOUCH EVENT OCCURED"); int i, pointToTrack = 0; boolean trackAPoint = false; …
user13267
  • 6,871
  • 28
  • 80
  • 138
0
votes
1 answer

I can't enable first gen nexus 7 in the play store

I am having issues getting the first gen nexus 7 to show up in the play store. I have tried several different configs. The following is the relevant part of my manifest.
jlbird
  • 51
  • 1
  • 4
0
votes
1 answer

OpenGL app not working properly on Nexus 7

I've written an application that displays an OpenGL SurfaceView next to a ListView and although the application works perfectly on both a Samsung Galaxy SIII and a Samsung Galaxy Nexus, exact same application, whenever I deploy it on an Asus Nexus 7…
Moises Jimenez
  • 1,962
  • 3
  • 21
  • 43
0
votes
4 answers

Android: Scale layout to fit 7" Tablets like Nexus 7

I have a landscape layout divided into two sections, the left section is the menu and the right section is the content. I tested the application on Nexus 10 which is an xhdpi device and Nexus 7 2013 which is also an xhdpi device But the problem is…
Eric Bergman
  • 1,453
  • 11
  • 46
  • 84
0
votes
2 answers

Google Play shows no supported devices

I have developed an app that only runs on the Nexus 7 (for now) and cannot seem to figure out which combination of parameters are required to get note only the Nexus 7 but ANY device supported by Google Play. I have only tested with a USB connected…
0
votes
1 answer

MoSync 3.3.1, landscape screen orientation causing crashing

Im creating an app using OpenGL ES 2.0 on Mosync 3.3.1 and ideally I would like the screen to rotate to whatever orientation the screen is tilted. However using maScreenSetSupportedOrientations() and setting it to dynamic or landscape caused to the…
D.Cole
  • 27
  • 10
0
votes
1 answer

Error while compiling C++ kernel module with Android kernel for Nexus 7

I am writing a C++ module for the Nexus 7 Android kernel. Previously I compiled this module successfully with the Goldfish kernel. But now after porting the necessary changes to the Nexus 7 kernel, I am getting a compilation error. The problem seems…
user1505986
  • 257
  • 4
  • 10
0
votes
4 answers

Android Chrome browser unnecessarily renames names & types of downloaded files

I thought I'd repost this since I have more detailed information: THE ISSUE: Android Chrome browser renames a file to "Download" in all cases. It renames the type to ".bin" in some instances (if the extension is .MOV, for instance). As I've…
TheDude
  • 1,421
  • 4
  • 29
  • 54
0
votes
3 answers

Nexus 7 tablet not displaying on "Android Device Chooser" in eclipse

I already set the manifest to debug, enabled the decide to development and upgraded the usb driver and it still doesn't show the devices on the "Android Device Chooser" window
RollRoll
  • 8,133
  • 20
  • 76
  • 135
0
votes
1 answer

Load Mobile Android App on Nexus 7

Is there a simple enough method in loading a mobile app that is optimized for mobile resolutions on a Nexus 7? I am looking to force an app that has a smaller resolution than the Nexus 7, example: 480x800 but without scaling the app layouts…
Nadezhdin
  • 1
  • 1
0
votes
1 answer

SEandroid Boot Up Problems

I'm currently working on flashing SEandroid (security enhanced Android) onto a Nexus 7, but when I try to boot up, the Nexus 7 just flashes the Google screen and nothing else. I successfully compiled the SEandroid Source code for both 4.2.1 and…
dannykim
  • 166
  • 1
  • 2
  • 10