For Android 4.4.2
http://forum.odroid.com/viewtopic.php?f ... =20#p36481
For Android 4.2 or 4.1
http://forum.odroid.com/viewtopic.php?f ... 769#p22757
=======================================================================
In order to install Google apps you need to perform following steps;
(If you didn't already install)download and install odroid adb driver : http://com.odroid.com/sigong/nf_file_bo ... ag=&bid=22
Download android sdk; cause we need Android Debug Bridge (adb.exe) : http://developer.android.com/sdk/index.html
Download gapps;
for ICS => http://goo.im/gapps/gapps-ics-20120422-signed.zip
for JB => http://goo.im/gapps/gapps-jb-20121011-signed.zip
extract zip files and copy system folder to the folder where adb.exe is located. In order to copy files to your odroid box;
Code: Select all
adb remount
Code: Select all
adb push system /system
