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
2 answers

Nexus7 detected as mobile phone

Using the Ext JS Framework the following device is detected as a mobile phone and not as a tablet. This might be a bug in the Ext framework. Are there any known workarounds or fixes? console.debug("phone: "); console.debug((Ext.is.Phone)); …
Jacob
  • 3,580
  • 22
  • 82
  • 146
0
votes
1 answer

Can't use Nexus to debug

I have as strange error - after a lot of fiddling about with drivers, I was able to set up my nexus 5 and nexus 7 with my computer so that adb recognises them. I can even shell in to the devices and do as I please. However, I want to use them to…
fypfyp
  • 206
  • 4
  • 10
0
votes
2 answers

Nexus 7 incompatible

my app doesn't show up on the Nexus 7. Here is my app manifest: ...
boaz rose
  • 63
  • 5
0
votes
0 answers

Server Socket android app works on tablet, won't work on Samsung G3

I have developed a server and an android app that communicate between each other using TCP sockets. The app was working just a few days ago on UNC campus, now that I am back home on VCU campus internet, the app only works on my tablet and not on my…
Android
  • 1,230
  • 12
  • 20
0
votes
2 answers

App logo in actionbar appears larger on tablet vs phone

I'm having trouble figuring out why my app logo in the actionbar appears larger on a nexus 7 vs a nexus 5. I'm using the actionbar in the support library. They're both running android 4.2.2 Nexus 5 (good) Nexus 7 (bad) Here are the logo image…
James
  • 5,273
  • 10
  • 51
  • 76
0
votes
1 answer

Bluetooth Low Energy Android exsample doesn't work

I just tried installing BluetoothLeGatt sample from (http://developer.android.com/samples/BluetoothLeGatt/project.html) on my Nexus 7 2013 with Android 4.4.2 and it always fails to start saying "Unfortunately, BluetoothLeGatt has stopped" Following…
0
votes
0 answers

config file in android kernel

I have downloaded tegra kernel source for Nexus 7 (grouper). I have added a driver module in drivers/bluetooth/ I have updated the make file and Kconfig file in drivers/bluetooth/ Added the following flags to…
Anup Warnulkar
  • 773
  • 1
  • 8
  • 25
0
votes
1 answer

Android app crashing only in google nexus 7 running android 4.4.2 - kitkat

I am developing a android tab application and I have tested in 10 and 7 inch emulators running android 4.0.3 which is Ice Cream Sand-witch. When I try to run the same application on google galaxy nexus 7, the app crashes at launch. I have also…
0
votes
2 answers

Android Application working correctly on Nexus 7 but not on Nexus 4

I'm new to android app development and i'm following a tutorial on fragments, the final application is working correctly on Nexus 7 but not on Nexus 4. Both have android 4.4.2 installed. Here is a zip file of android project:…
Noor
  • 19,638
  • 38
  • 136
  • 254
0
votes
1 answer

Android : How to change NFC protocol priority?

I have my own Android app (App A) which reads and writes NFC tags and ISO-14443 Type A tags. It works well on many Android devices. I want to give the role of ISO-14443 tag to my Nexus5, so I implemented my own HCE (Host Card Emulation) application…
Jin
  • 3
  • 3
0
votes
1 answer

How to confirm that my compiled kernel is running on android after flashing it?

I compiled the kernel and flashed on nexus 7 with android-4.4.2. Now I wanna check that my compiled kernel is running on the nexus device. I checked with "uname -r" but it only gives the kernel name. I checked on about phone on android device but I…
Surjya Narayana Padhi
  • 7,741
  • 25
  • 81
  • 130
0
votes
1 answer

Distance between 2 nexus 7's

I know nexus 7's have bluetooth 4.0 but what I was wondering if you could use bluetooth 4.0 LE to calculate the distance between two devices? I want a very accurate distance calculator between two devices. I asked earlier about an android and an…
Chevy Hungerford
  • 1,167
  • 6
  • 19
0
votes
1 answer

Dealing with Android devices that lie about having a camera flash?

I'm building a flashlight app and I've learned that when I call this.getPackageManager().hasSystemFeature(PackageManager.FEATURE_CAMERA_FLASH), the Nexus 7 returns true and when asking for the FlashModes() the size is 1 and the option is called…
Zeek Aran
  • 523
  • 4
  • 18
0
votes
1 answer

Can't get network operator string on tablet

Currently I was working on an app and I wanted to add a function to keep track of the type of telco/service provider they are on for analytic purpose. But i found out that if the user using on a tablet with mobile internet (eg. nexus 7 3g), i won't…
Jun
  • 167
  • 1
  • 9
0
votes
0 answers

Nexus 7 Camera issue

I have a custom camera view that extends SurfaceView. Sets the following params. The images appear blurred on Nexus 7 Generation 2 Back Camera that has a 5 MP camera. These are the following parameters that I am setting for the Camera. I don't have…
Prashant
  • 13
  • 3