[Guide] How to get Google Apps on iDroid Froyo


If your followed our guide on installing iDroid on your Apple iPhone 3G, You will probably notice that the standard Google Apps are not available on your new Android device.

You can read our following guide on how to install Google Apps on your iDroid.



You need to adb into your phone over WiFi. Read the guide here

Google Bugless Beast FroYo and click and download the version 0.1. extract the file, go into system/app folder and delete launcher2 and adobe flash player.

now put the app from the previews download into the adb tools folder

adb into your device using
./adb shell
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
exit
then...
./adb push app /system/app
wait for everything to be copied over then...
./adb shell
chmod 6755 /system/app/SetupWizard.apk
reboot
once you're back into Android go through the setup and GApps should be installed.

Post a Comment

0 Comments