View Full Version : How to Install Android Cupcake on G1 Phone Emulator



fox1234
17th July 2009, 09:15
[Only registered and activated users can see links]

How to Install Android Cupcake on G1 Phone Emulator

1. Download and Install the Android SDK found here.
[Only registered and activated users can see links] ([Only registered and activated users can see links])

2. Now Download latest Android images which includes cupcake update using below link
[Only registered and activated users can see links] ([Only registered and activated users can see links])

3. Unzip and Unpack files to a temporary location.

4. Backup the folder <android_sdk_folder>/tools/lib/images (android_sdk_folder is the Android SDK installation folder)

5. Replace the files ramdisk.img, system.img and userdata.img in <android_sdk_folder>/tools/lib/images with the files unpacked from the zip in step 3.

6. Start the emulator and wait.

That’s it Now Enjoy G1 Phone Emulator with cupcake update. Here is video showing New features of Cupcake Update.

[Only registered and activated users can see links]

I POST THIS FOR ACKNOWLEDGMENT AND BENEFIT OF TO THE MEMBERS .

IF SOMEONE ASK FOR THE SOURCE HERE Y GO [Only registered and activated users can see links]

ENJOY

:oom::oom::oom::oom::oom::oom::oom::oom:

:ilove:

fox1234
17th July 2009, 09:24
How to Uninstall & Delete Android Application from G1 Android Emulator



Make sure the emulator is running. Then follow below steps:

1. Go to tools directory from command promot

2. Now type adb shell

3. cd /data/app

4. Type ls command (It will display all the .apk installed in your emulator)

5. rm ***.apk (enter application name in place of *** which you want to remove)

6. Exit

If you don’t see android application in that list then you need to manually delete android application by installing SDK on your windows, you will be able to get a shell on the phone (via ‘adb shell’) and manually rm -rf the appropriate directory.


I POST THIS FOR ACKNOWLEDGMENT AND BENEFIT OF TO THE MEMBERS .

IF SOMEONE ASK FOR THE SOURCE HERE Y GO [Only registered and activated users can see links]

ENJOY

:oom::oom::oom::oom::oom::oom::oom:

:ilove: