The Arnova 7h G3 is a low-end Android tablet, at the end of 2013 it is priced about 57 euros.
The first releases of Arnova tablet did not include Google Play (the Android market), they have AppsLib instead, which have about the same functionalities: browse available apps (selected by Arnova), install, update, purchase, etc. This model instead has Google Play out of the box, with AppsLib too: this is a little confusing, but definitely good.
One of the first goal for this tablet was to install Whatsapp, I supposed to be an easy thask, bu I was wrong! First of all Whatsapp is supposed to be not installable into a WiFi-only tablet. I think that a SIM is a prerequisite, so searching for Whatsapp into Google Play simply fails.
Neverthless it is possibile to download the package WhatsApp.apk using the browser and install it just clicking on it from the file manager. To activate the app you need a mobile phone number, capable of receiving SMS messages: start the program and input the phone number, you will receive an SMS with a confirmation code, wait the 5 min timeout on the tablet and enter the code. Now you are registered with WhatsApp.
Several users report that is not possibile to use the same WhatsApp account (telephone number) on two different devices, they say that when you use a device the other gets disconnected from the service and you have to re-register via an SMS confirmation code.
When the tablet switch to stand-by (screen goes off), WhatsApp does not receive messages! It is not clear if this behaviour is configurable.
Now the problem is the address book! The Arnova is missing People (the default contacts manager by Google)! In fact the Arnova is missing several Android apps which we are used to have: People, Maps, GMail, Calendar, etc. If you think that you can just browse the Google Play and install them, you are wrong, that apps are just not there.
I find a quite confusing way to install that apps. My goal is to install as little packages as possible and to have some degree of control on what I am doing. I had to install the ArcTools app, a special tool for installing Google Play (formerly Android Market) and Google Applications (Youtube, Maps, …) on Archos or Arnova tablets.
Some hacking knowledge is required, here are the steps.
/sdcard/arctools01.zip
archive (this is the boundle downloaded by ArcTools).gapps-arnova7g3.tar
archive into the zip, I picked Contacts.apk and GoogleMaps.apk files from /system/app/
directory.
Extracting, copying and installing the apk I was not able to start the Street view application. May be some other files are required to be copied into the /system/framework
or /system/etc/permission
directories, see the arctools-run-script-1.sh
script contained into the zip archive. By the way, Street does not run also if installed directly from the Google Play.
The device is rooted out of the box: just install a terminal emulator like this one and execute su
into the shell. Also busybox is already installed.
How to remount the /system directory with read/write permission:
mount -o remount,rw /system
To copy some files you need to invoke busybox instead of cp:
/system/bin/busybox cp /sdcard/Download/com.google.android.maps.xml /system/etc/permissions