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
10
votes
1 answer

Cannot find storage/emulated/0/ folder of Nexus 7 in Eclipse

Nexus 7, Ubuntu 12.04, Eclipse Juno Nexus 7 has been set developer mode. And in Eclipse I can see lists in "File Explorer" for Android. I can see storage/emulated/legacy But I can not see storage/emulated/0/ folder
user1914692
  • 3,033
  • 5
  • 36
  • 61
10
votes
1 answer

ActionBar with navigation tabs changes height with screen orientation

My goal is to increase the ActionBar height for portrait mode. I currently set android:actionBarSize in my Themes.xml.
ericharlow
  • 2,045
  • 3
  • 21
  • 26
9
votes
3 answers

Where to find or download USB Driver folder?

I am following the guide on http://developer.android.com/tools/extras/oem-usb.html for installing driver software so I can run applications on my actual Nexus 7. I got to this step in the directions(ironic cause its also step 7) 7.Click Browse and…
committedandroider
  • 8,711
  • 14
  • 71
  • 126
9
votes
1 answer

Bluetooth BLE Android write to peripheral with max throughput

Our company develops a hardware unit that has Bluetooth BLE and we have a service app in a Nexus 7 (2013) that we want to send firmware files to the unit with. The files can be as large as 500kb. The BT chip is a Texas Instruments CC2540. I have…
9
votes
2 answers

ADB can't find Nexus 7 on Mac OS X Mavericks

i have recently installed Mac OS X Mavericks and now adb can't detect my nexus 7 anymore. I've already tried to: Restart both pc and tablet add to adb_usb.ini the vendor's id switch from MTP to PTP and viceversa change usb port I also noticed that…
user2340612
  • 10,053
  • 4
  • 41
  • 66
9
votes
3 answers

Conversion from px to dp for Google nexus 7

I am new to tablet application development. I am having Google Nexus7 with screen resolution (600 * 960 dip) So I want to know is it fall in to mdip category? According to that 1px = 1dp (baseline). But If I follow this its not looks good on tablet.…
nilkash
  • 7,408
  • 32
  • 99
  • 176
9
votes
2 answers

Android Fatal Signal Error 11 SIGSEGV On Different Versions of JellyBean

My coworker and I are experiencing very strange behavior with an Android Canvas object. We're dealing with an initialized canvas object and are selectively getting a Fatal Signal 11 Error between 2 Nexus 7 tablets; one of which runs 4.2.2 and works…
deadboy
  • 849
  • 2
  • 9
  • 28
9
votes
3 answers

android android.provider.MediaStore.ACTION_VIDEO_CAPTURE return null onActivityResult with nexus 7

I am using intent for record video. so i use following code on recordVideo button's click Videofilepath = ""; Intent intent = new Intent(android.provider.MediaStore.ACTION_VIDEO_CAPTURE); startActivityForResult(intent,REQUEST_VIDEO_CAPTURED); and…
Praveen Sharma
  • 4,326
  • 5
  • 25
  • 45
9
votes
1 answer

Create an access point with the Nexus 7

What's the aim? Create an Access Point with an Android device (Nexus 7 in my case). The final purpose is to connect a WiFly card to this created network and exchange data between these devices. Hardware: Nexus 7 with the Android version 4.2.2…
David Guyon
  • 2,759
  • 1
  • 28
  • 40
7
votes
1 answer

Android - video from camera verticaly flipped

im creating app with using camera in it to record video, and I have problem with Nexus 7 2012 (don't have this problem on 2013) that recorded video (preview works right) on it is vertically flipped (I mean when you keep it in portrait position), not…
tarasmorskyi
  • 285
  • 2
  • 14
7
votes
2 answers

Nexus7 emulator crashing after creating it

I am facing one more issue with the emulator. First I faced the problem in creating emulator (Nexus 7) with the message emulator: Failed to open the HAX device! HAX is not working and emulator runs in emulation mode emulator: Open HAX device…
vinay kumar
  • 1,451
  • 13
  • 33
6
votes
4 answers

Emulator Nexus 7 use layout folder and not layout-sw600dp

I'm trying to handle layout for different screen but I found it hard because emulators always use default layout. I cannot understand why. I create a Nexus 7 emulator and I expected to use layout-sw600dp. The same with Nexus 10 emulator. How…
6
votes
4 answers

Lollipop device is not opening in genymotion

I am using Android studio 1.0.1. Using Genymotion + virtual box (2.3.1).I have downloaded nexus 4 (Android Lollipop) device. Whenever i am trying to open the device , it comes on the screen, shows "android" and stay in the same position. It doesn't…
6
votes
5 answers

Is there any way to retrieve the serial number (SSN) of an android device via a USB connection?

I have a Google Nexus 7 (2013) that's under warranty with a dead LCD screen. To get it replaced I need to provide Asus with the serial number (SSN) which is available in 3 places: - In the device's settings (accessed using LCD, which is dead) - On…
Nik
  • 131
  • 1
  • 1
  • 4
6
votes
10 answers

My App isn't Compatible with Nexus 7 on Google Playstore

Hii i have submitted an app to playstore but it isn't compatible with Nexus here is my Manifest My App is on List of supported Devices in the Google Play and when i check the same in the nexus device it is not at all visible on Search …
1
2
3
17 18