Nexus 7 - Review

NJDude

Expert
Licensed User
Longtime User
This is my personal review about the new Google's Nexus 7.

I received my new toy yesterday (8GB version) and I have to say it is very nice, this is what I have to say about it:

Things I like:

Fast: Yes, that puppy is fast, for example, apps install in a few seconds, the uninstall also is very fast.

Light: You can hold the device in your hand for a long time without getting tired, the non-slip back keep it secured in your grasp.

OS: Jelly Bean looks good, it looks a lot like ICS but there are some subtle changes, I cannot really pinpoint them since this is my first Jelly Bean device, I own other devices running ICS but have some manufacturer modifications (HTC EVO), so in my case Jelly Bean looks kind of "plain", but nevertheless, Jelly Bean looks good.

Apps: Since Nexus 7 runs the stock version of Android, you will get just the "Google" apps, which is a good thing.


Things I Don't like:

Camera: The Nexus 7 comes with a front facing camera, which can be used to unlock the device via face recognition, and to video conference using Skype, however, some apps that support front facing cameras might not work, for example, video call using Yahoo Messenger. You will also notice the lack of the "camera app" on the device, not a bad thing, but it would be nice that the device had 2 cameras (front and back) but for the price I guess it's ok.

Some glitches: These glitches happen with B4A apps, I have found a couple so far, one is the WebView, if you have a webview that needs to reload content often it will "flicker", I found the same issue on another device running ICS and only that device, but that's a matter of another thread.

The other glitch happens when your app changes the activity orientation from portrait to landscape using SetActivityAttribute(SomeActivity, android:screenOrientation, "landscape") in your Manifest and you hit the "BACK" key, for some reason, the "Google Search" opens up, I have a couple of apps that have that and this happens.

They have also removed some system directories permissions in Jelly Bean, you were able "Read" the contents of certain directories, such as "/data/system" for example, now you can't, which means that if you have an app accessing those directories it will display a "Permission Denied" error.

Note: One "weird" thing is the density of this device, it is 213dpi which translates to scale=1.33125


Conclusion:

Overall, I'm really enjoying this Nexus 7 tab, in my case, I will use it primarilly for development.

I guess Google is targeting the Kindle and Nook market, or perhaps, the personal entertainment market, since the size and performance of this device in my opinion is perfect to watch videos, listen to music or read eBooks on the go, also, the "business" market, the device is light enough, powerful enough and has the right size to become your indispensable digital assistant.

Thanks.
 

moster67

Expert
Licensed User
Longtime User
Thank you for this review. Hope it will be available Italy soon :)
 

Peter Simpson

Expert
Licensed User
Longtime User
Nice review :)

It's. A very nice tablet, petty its not got a rear camera, then I would have nothing to moan about. I will probably use this tablet more as I also don't like the way that the default home screen rotation is portrait, all my other tablets allow me to use any home screen rotation that I want...

Still a very nice tablet...

Sent from my A100 using Tapatalk 2
 

Roger Garstang

Well-Known Member
Licensed User
Longtime User
I wonder if the issue with search opening up is from all the last minute patches to block Local Search on devices (Since Apple invented searching last year and the search engine companies that have been doing it for 20 years stole it from them :BangHead: )

The lack of rear camera and low memory were big ones stopping me from jumping right on board. It still sounds like a good device though. I didn't realize the dpi was that low on it (250-300 range would have been better).

I don't like how they are moving to all internal memory with no SD Card and now different permissions too. Carriers are using that to lock down devices more and limited or expensive memory to make you use more data. If I wanted that I would have got an iPhone.

Do you use POP3 or IMAP email? I'm curious how the stock email app is on JB for IMAP. They did pretty good with ICS in options for IMAP Folders to select what folder maps to what and IMAP Folder Prefixes, but messed up in making it only get the last 25 emails with no option to get all. Having to use 3rd party email apps seems to use more battery and isn't built in as nice.
 

Jim Brown

Active Member
Licensed User
Longtime User
Have you had a play with the Google Voice search? Here's a great video showing Google Voice in action -- I won't spoil the ending!

Also, there are a few reports about the screen becoming loose or creaking. How's yours?

Finally, battery life. How does it hold up? Of course this is subjective and depends on what you do with the device but what is you general impression?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
These glitches happen with B4A apps
I'm pretty sure that these glitches are not related to Basic4android as Basic4android uses the standard WebView and the standard method to force orientation.

One "weird" thing is the density of this device, it is 213dpi which translates to scale=1.33125
The virtual scale that the device reports and that you should use can only be one of the following values: 0.75, 1, 1.5 or 2.0. In this case is it 1.5.
You can test it with:
B4X:
Msgbox(GetDeviceLayoutValues, "")
 

NJDude

Expert
Licensed User
Longtime User
I'm pretty sure that these glitches are not related to Basic4android as Basic4android uses the standard WebView and the standard method to force orientation.

I just mentioned that since so far, I haven't seen it happen anywhere else, I have my suspicions that maybe the WebView itself it's a little buggy.

The virtual scale that the device reports and that you should use can only be one of the following values: 0.75, 1, 1.5 or 2.0. In this case is it 1.5.
You can test it with:

Msgbox(GetDeviceLayoutValues, "")

That's exactly what I am doing, see HERE
 
Last edited:

NeoTechni

Well-Known Member
Licensed User
Longtime User
I wonder if the issue with search opening up is from all the last minute patches to block Local Search on devices (Since Apple invented searching last year and the search engine companies that have been doing it for 20 years stole it from them :BangHead: )

You didn't know that's how it worked? Nintendo does the same thing, they claim they invented analog sticks (even though Sony had them before N64 came out, and Vectrex 14 years before either) rumble (Immersion had it 7 months before N64) WiiU's dumb-terminal controller despite PS3 having RemotePlay for 7 years. What? Did Sony use a Time machine to get Nintendo's inventions? Did Sony copy the time machine from Nintendo too?
 
Top