For new users, I am going to write all the steps that i followed.
Short Summary:
1) Check if your device is being detected by adb. I had a problem at this step in Windows 7 64 bit
2) Root device using Shuame
3) Install Gapps files and Google Play using ES File Explorer
4) Install Markethelper
Reference Threads
http://www.slatedroid.com/topic/93537-ramos-i9-aio-thread/
Follow these instructions for Shuame Root
http://translate.google.com/translate?sl=auto&tl=en&js=n&prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fpadhz.com%2F%3Fp%3D10085&act=url
Untranslated Page:
http://www.pbhz.com/ramos-i9-root.html
Download 2 files from here:
http://padhz.net/apk/485
http://pan.baidu.com/s/1hqvaKs8
Enable "USB Debugging" by going to settings -> Developer Options
Also Tick on "Unknown Sources" by going to settings -> Security
1) First Step - To check if your device is being detected by Adb.
Install Shuame Setup. Click on 4th icon/tab at the top. Then select adb tool C:\_
Type "adb devices"
If your device is being detected, then you can proceed to step 2.
I had a problem at this step and i followed this guide initially :
http://www.droidiser.com/2012/11/how-to-install-drivers-for-any-android.html
I also installed intel Android drivers:
https://software.intel.com/en-us/android/articles/intel-usb-driver-for-android-devices
Solution that worked for me: Strangely, My device was detected in Camera (PTP) mode. I was connecting it in MTP (media device) mode. For most users, i believe it will be detected in MTP mode only.
2) Root with Shuame Tool
Read about Shuame Root Tutorial here
http://translate.google.com/translate?sl=auto&tl=en&js=n&prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fpadhz.com%2F%3Fp%3D10085&act=url
Install ShuameSetup in PC
http://www.shuame.com/client/latest/
Download this zip file. Unzip it and rename it as "root" . Place this folder in the internal memory of Tablet using windows explorer.
http://pan.baidu.com/s/1hqvaKs8
Now Connect the device in the mode in which it was being detected by adb.
Run Shuame on PC. Click on 4th icon/tab at the top. Then select adb tool C:\_
Type the follwing commands:
adb root (enter key to validate)
adb shell (enter)
cd sdcard (enter)
cd root (enter)
sh install.sh
and confirm all (y, enter here once, enter here once, y)
Tablet will restart. You can pull the data line at this point. Root finished. I had chainfire's SuperSU automatically installed
3) Install Gapps and Google Play.
Download Gapps package from here
https://goo.im/gapps/gapps-jb-20130812-signed.zip/
And Google Play given by my store from here:
https://www.sendspace.com/file/pibs78
First install ES File Explorer. I installed it from Amazon app store. Make changes in es file explorer as follows:
In Fast Access on left hand side, Click on "Tools" and then select "Root Explorer". Then agree with root permissions, then click "root explorer" again then click mount R/W then on system put it to RW this will enable you to copy files across and change their permissions.
Now copy the 9 files from Gapps package. Place the files using ES File Explorer at these locations:
/system/app/NetworkLocation.apk
/system/app/GoogleCalendarSyncAdapter.apk
/system/app/GoogleContactsSyncAdapter.apk (added in)
/system/framework/com.google.android.maps.jar
/system/framework/com.google. media.effects.jar
/system/framework/com.google.widevine.software.drm.jar
/system/etc/permissions/com.google.android.maps. xml
/system/etc/permissions/com.google.media.effects.xml
/system/etc/permissions/com.google.widevine.software.drm.xml
Also, Move the 3 apk files from Play Store Package to /system/app
Change permissions for all the 12 files to rw-r-r- (as per the picture .... thanks to coreo)
To change permissions click and hold on the file, click "more" triple dot bottom right corner then change permissions.
Reboot and You will Google Play working. I didn't need to install GoogleContactsSyncAdapter apk
4) Install Market Helper from here. This will allow you to install all the apps that are incompatible with the device.
http://codekiem.com/2013/02/13/market-helper/
Thanks to Robiom, Coreo, nasosak, Cycnus and many others from i9 forum.