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/appwait for everything to be copied over then...
./adb shellonce you're back into Android go through the setup and GApps should be installed.
chmod 6755 /system/app/SetupWizard.apk
reboot