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

Disappearing text

When I change text font in Activity: TextView txt = (TextView) findViewById(R.id.textView1); Typeface font= Typeface.createFromAsset(getAssets(), "CALIBRIB.TTF"); txt.setTypeface(font); I can see it in new style on emulator but it…
Serafins
  • 1,237
  • 1
  • 17
  • 36
2
votes
4 answers

Which NFC/RFID cards are detected best by Nexus 7 2013

I am looking for the cards that are detected the best by the NFC module of the 2013 Nexus 7. Does it detect RFID cards as well? Which cards have the best detection range, is it NFC or RFID? I am trying with a NTAG203 but it is only detected if…
Dimitris
  • 13,480
  • 17
  • 74
  • 94
2
votes
3 answers

Android Nexus 7 uses xhdpi folder in eclipse and hdpi folder on device

When developing on a Nexus 7, I know it should use the resolution in the drawable-hdpi folder (even though technically it is a tvdpi resolution device). But in the graphical editor in eclipse it uses the xhdpi and when I render it to the device,…
TejAces
  • 551
  • 5
  • 11
2
votes
0 answers

Nexus 7 Trusted Execution Environment for Storing Vital Information

I researched about samsung galaxy s3 having the mobicore as part of its TEE(Trusted Execution Environment), I was wondering if there is also a similar mobicore-like for Nexus 7 , where there is a secure world that my app running nexus 7 use for…
jpb07
  • 21
  • 2
2
votes
1 answer

Android Webview slows down Nexus devices when javascript is enabled

I am having this strange issue on Nexus Devices like Nexus 4 , Galaxy Nexus and Nexus 7. I have a browser like app with multiple tabs each having a Webview. If I open a site like Google.com in multiple tabs(2 or more), the webviews do not take…
Alok Kulkarni
  • 2,153
  • 19
  • 31
2
votes
3 answers

disable all home button and task bar features on Nexus 7

I am building an app that will form part of an exhibition. It will be displayed on a Nexus 7 which will be securely mounted. The app has touchscreen functionality and will display interactive content. I need to be able to disable as many features as…
dantibb
  • 115
  • 1
  • 2
  • 9
2
votes
3 answers

New Nexus 7 not appearing on Eclipse/AVD Manager

I am having trouble connecting a Nexus 7 to Eclipse... and really lost about what to do to get it running. OS of my Computer is Windows 7 64 Bit. Another Nexus 7, exactly same android-version, but with less memory, was successfully connecting…
Layna
  • 457
  • 5
  • 19
2
votes
1 answer

GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES - Nexus 7

I'm having problem with OpenGL ES 1.0 rendering engine on my Nexus 7 - I'm trying to create frame buffer but it always return GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES, the code is as shown below: #ifdef __ANDROID__ glGenFramebuffersOES(1,…
2
votes
1 answer

Chrome renders em based font sizes differently on devices

I'm having an issue comparing font sizes between pages on my layout. I have the font set on the body with font-size: 100%; and on my paragraph tags with font-size: 1em;. I have a two column page set with CSS columns and a single column layout. The…
Dan
  • 3,338
  • 5
  • 36
  • 58
2
votes
0 answers

Android SensorEvent timestamp issue

I am currently working on an android application where I have to log all the sensor values. I got the sensor event timestamp from "event.timestamp" and I converted this value into a unix timestamp. long currTimeRelativeToBootMs =…
edererm
  • 31
  • 1
  • 6
2
votes
1 answer

How to prevent Nexus7 from loading screens from layout-sw360dp?

Iam developing an android application which is only for handset devices not tablets. My app is intended for ICS devices with resolution 720x1280 and density xhdpi ( Ex: Galaxy S3, Galaxy Nexus, Xperia V etc ) If i use layout-sw360dp how can i…
user1939622
  • 41
  • 1
  • 4
2
votes
2 answers

Nexus 7 ADB with Google driver MTP issue on Win7?

when connected with ADB Google driver my N7 doesn't show in Porable devices and I can't access my files. If I uninstall ADB driver (with delete drivers flag checked) win7 does reinstall of its own drivers and It work. I would like to use my N7 for…
user505160
  • 1,176
  • 8
  • 25
  • 44
2
votes
1 answer

Cocos2D-x game fresh off the Play Store can't even open

I just finished my first cocos2d-x game. I've tested it on my GNexus 4.1 and other lower devices, including tablets. However, when bought and downloaded to a Nexus 7, it won't even open. It's running 4.2, could that be the issue? Any help would be…
David Small
  • 581
  • 1
  • 10
  • 25
2
votes
1 answer

Nexus 7 dealing with jQuery Mobile : input type number problems

I'm currently developping an app who is actually using an HTML Form, built with jQuery mobile. The app works great on a tablet (version 2.3.4), but when I installed the app on the nexus 7, I noticed that some input texts were'nt working (I can fill…
Alexis C.
  • 91,686
  • 21
  • 171
  • 177
1
vote
1 answer

Storage Write on Emulator

I am developing and android application with emulator of Android Studio 3.6. I am using a virtual device of Nexus 7 with andoird 10. I have given permission on the manifest file and I have asked for the user to give permission for read write to the…
Christoforos
  • 564
  • 3
  • 13