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

Disable Android USB Charging

I need to know a way, if possible, to disable USB battery charging while my Nexus 7 is plugged to my pc. I'm doing some tests on my devices and for better result I need the device plugged but not in charging. I've read this post before, but the…
Antonio Prota
  • 13
  • 2
  • 4
0
votes
1 answer

Windows 7, Android studio, finding drivers for Nexus 7

I'm going to ask a "duplicate" question -- except that the solutions haven't worked for me. I am trying to use my Nexus 7 with Android Studio to debug my app. http://developer.android.com/tools/device.html tells me for Windows 7 to get drivers…
geonz
  • 184
  • 1
  • 2
  • 12
0
votes
0 answers

Designing for Nexus 7 and Nexus 9

As per this link It is said, Instead of declaring layouts using the layout-land or layout-port resource folder qualifiers, we strongly recommend switching to the w{N}dp width resource folder qualifier so that content is laid out based on…
VK.N
  • 193
  • 1
  • 2
  • 12
0
votes
1 answer

Android 5.1.1 Screen Pinning

I'm not usually a Java developer but I've been asked to update a legacy Android App, running on 5.1.1 on a Nexus 7. On the device I've enabled the "Screen pinning" settings, requiring a PIN to Unpin e.g. when a user tries to Unpin, they are taken to…
Howard
  • 694
  • 5
  • 21
0
votes
1 answer

Android Studio Nexus 7

I'm running Android Studio 1.4 on Windows 10. Windows recognizes my Nexus 7 but it doesn't show up in Android Studio. I'm probably overlooking something obvious but I've searched everywhere I can think of and haven't found anything pertinent. …
Spider
  • 1
0
votes
1 answer

android text to speech 0 supported languages on nexus 7

I'm working on a little app that gives the user the option to "speak" a couple of commands to which the app will respond. I've got the speech recognition working and the commands registered. They are being recognized and by all means, the answer…
killernerd
  • 377
  • 2
  • 6
  • 21
0
votes
1 answer

Android ListView Update Colour

Im trying to make my listview update the colour of the "android.R.id.text1" line (top line of the two listview lines) whenever you click the "Enrollment" button. The class also calls colourCodeCourses() on create and that works fine to correctly…
Tyler
  • 25
  • 9
0
votes
2 answers

How to get Nexus 7(flo) real screen resolution programmatically?

My device is Nexus 7(Flo) .I want to get the real screen resolution,which the height is 1920,But the code DisplayMetrics displayMetrics = mContext.getResources().getDisplayMetrics(); int mPageHeight = displayMetrics.heightPixels; returns 1824,…
WZY
  • 211
  • 1
  • 3
  • 10
0
votes
1 answer

Android Studio - Debug Device Port Reset Failure

I installed Android Studio on an old laptop. 6GB of RAM and Windows 7 with JRE7. The machine shows its age sometimes, but I figured I would give it a shot. I got everything setup alright, but it really takes its time spinning up new projects running…
MrGoodfix
  • 317
  • 2
  • 14
0
votes
0 answers

NFC HCE on Google Nexus 7 (2012) not working with ACR122 reader

I write and app for connecting with android system by NFC, tested on Google Nexus 4 and 5, and all works fine but with Google Nexus 7 (2012) not work. Can you help me. Code from application on Java: if (cardTerminal.isCardPresent()) { …
0
votes
1 answer

Superscript 5 support in nexus 7

I am developing a web application for tablet (Ipad and Nexus),there is one requirement to display superscripts 2,3,4 and 5. I have used unicode for this purpose. Its working fine in Ipad but there is one problem with nexus7 that only superscript 5…
user2590014
  • 71
  • 1
  • 5
0
votes
1 answer

Unable to flash a Nexus 7[2012][Wifi] with the ANDROID PREVIEW SYSTEM IMAGE

I was trying to flash Nexus 7[2012][Wifi] with the ANDROID PREVIEW SYSTEM IMAGE that is available in http://developer.android.com/preview/index.html#Start I follow the instructions step by step, but when i executed "flash-all.sh" it did not work,…
Yoganand.N
  • 907
  • 1
  • 10
  • 24
0
votes
0 answers

Activity is destroying after trying to start Media player

Need some help who has experience with media player. On Nexus 7 device after pressing home button(pausing media player), when returning to player from recent list, activity is destroying as soon as start of media player method is called. In other…
support_ms
  • 1,873
  • 1
  • 18
  • 33
0
votes
1 answer

How to update system image of google nexus 7 (Razorg) to android L

I don't know i am asking in right place , If i am wrong please guide me where to ask this. I have google nexus 7(Razorg)LTE want to update the OS of that device to Android L. But in developer preview they released android L Image only for Nexuse…
Rakki s
  • 1,426
  • 1
  • 18
  • 42
0
votes
1 answer

Need the WinForm application to communicate with Nexus 7 -- without a proper NFC reader

I have created a winform app on c#. I want this app to read/write NFC tags and display the content on the form. Is it possible? Or will I have to build the app on JAVA? I am confused. Please suggest. I do not have a proper NFC reader and want my…
CSA
  • 9
  • 5