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

Widget size shows up as 3x1 on portrait and 4x1 on landscape

I am developing an android homescreen widget with size 250dp x 40dp for API versions above 14. By testing this widget on my Nexus 7, I found out that when the tablet is placed in a portrait mode, the widget gets a 3x1 size but when switched on…
antoniom
  • 3,143
  • 1
  • 37
  • 53
4
votes
3 answers

Nexus 7 not being picked up by adb (when I connect it to the laptop via usb)

I run the command "adb devices" and it doesn't list the nexus 7 device even though the drivers are installed correctly. The drivers show up as "Android Composite ADB Interface". I have "USB Debugging" turned on in the nexus 7 device. Also, I did…
TheDude
  • 1,421
  • 4
  • 29
  • 54
4
votes
0 answers

Howto connect nexus 7 to ADT in vmware Windows guest

I have successfully setup Android Developer Tools (the latest eclipse based package) on both Ubuntu 12.04 and Windows 7 PC and connected a Nexus 7 and ran a hello world example using phonegap. Now I want to do the same but using Vmware Workstation 9…
user303608
  • 51
  • 3
3
votes
1 answer

How to add a sockethandler to logcat on a 2013 nexus 7 with android 6.0.1?

doing something naive like: SocketHandler socketHandler=new SocketHandler(host,service); socketHandler.setLevel(Level.ALL); Logger global=Logger.getLogger(Logger.GLOBAL_LOGGER_NAME); global.addHandler(socketHandler); does not seems to work. edit:…
Ray Tayek
  • 9,841
  • 8
  • 50
  • 90
3
votes
5 answers

Android Device won't connect to ADB

Compiling Android Studio 1.3 on Yosemite machine to a 2013 N7 5.1.1 with USB Debugging enabled and connection set to MTP device is detected build is successful Session 'app': running shows in event log Nothing comes up on screen. Nothing installed…
NukeouT
  • 409
  • 1
  • 9
  • 20
3
votes
2 answers

Nexus 7 camera preview size: cannot alter aspect ratio

I have a SurfaceView to display a live camera preview image in my Android app. The SurfaceView covers the whole width of the portrait screen, and a portion of the screen height. I tried setting various preview sizes, so the preview had a distorted…
emrys57
  • 6,679
  • 3
  • 39
  • 49
3
votes
0 answers

How can i merge multiple MP4 (only audio) files to one file in Android?

I use MP4Parser: https://code.google.com/p/mp4parser/ if i want to merge two or more files then it takes a very long time. File 1 is 2:00 min File 2 is 3:00 min File 3 is 2:00 min merge time: approximately 10 min. in LogCat i see a lot of…
3
votes
0 answers

OpenGL Causing Native Crash on Nexus 7

We have recently started beta testing our game through the play store. Nexus 7 users are reporting a crash on start, but I'm not sure how to debug it. That stacktrace in the dev console is shown below. I am finding this particularly tricky to debug…
BruceJones
  • 141
  • 8
3
votes
3 answers

How to get IMEI number for Google Nexus 7 TAB in android?

I used the below code to get IMEI number for Google Nexus 7 tab. I couldn't got. How can i get IMEI number for Google Nexus 7? TelephonyManager telephonyManager = (TelephonyManager) context …
user2477865
  • 271
  • 1
  • 3
  • 12
3
votes
0 answers

USB device not found intelliJ indea - Nexus 7

ADB usb driver is installed i can see the nexus 7 with its friver just fine in My Computer - Manage section. And i have set the usb connection mode to PTP and intelliJ idea cant see my device
3
votes
1 answer

Host Card Emulation on Nexus 7 2012

I'm trying to test out the new Host Card Emulation features in KitKat, but the only KitKat device with NFC that I have at the moment is a 2012 Nexus 7. It does support card emulation through Google Wallet, and I can send and receive data to the two…
F.A.
  • 602
  • 1
  • 7
  • 15
3
votes
2 answers

Nexus 7 New version resolution issue with resource folder

My android app is working fine with old nexus 7. But I have one issue with new nexus 7 devices. All the dynamic rendering (Image size and Text size) spoil the design like tv1.setTextSize(getResources().getDimension(R.dimen.legend_text)); here I…
Praveen Sharma
  • 4,326
  • 5
  • 25
  • 45
3
votes
1 answer

Android video record from camera using nexus 7 return null data

In my app I have functionality to record video from camera. the code works fine with all devices but with nexus-7 (android OS 4.3) i am getting null onActivityResult(int requestCode, int resultCode, Intent data) method. when i debug my code i…
user2885906
3
votes
1 answer

Run Eclipse on Nexus 7 with Ubuntu 13.04 Desktop

I want to develop simply java app (without GUI) on my Nexus 7 (2012) running Ubuntu 13.04 and I have a question. I installed Ubuntu 13.04 on my Nexus 7 (2012), installed jdk-7u10-ea-fx-8_0_0-embedded-linux-arm-sfp.tar.gz. After this I downloaded…
3
votes
1 answer

css media query, switching between orientations breaks layout

having a strange error -- When I start my tablet (using a Nexys 7 2013 model) in portrait it loads the correct stylesheet, and when I switch to landscape it loads that correct style sheet, but then when I switch back to portrait it doesn't load the…
shan
  • 3,035
  • 5
  • 34
  • 50