Thread: [How To] Install Cupcake
- 01-28-2009, 12:52 AM #1
[How To] Install Cupcake
This is not the official release, just a check out from the master branch which is under continous development. Some important things before you jump in - there are no Google apps like Market, Gmail, YouTube etc., camera doesn't work correctly and the system is still few yards away from being ready for everyday use.
Requirements:
1. Dev bootloader, if you still don't have it(why?), read here.
2. fastboot, if you changed the boot pic, this will be setup already, else read here, also setup ADB as mentioned in the link.
3. Cupcake images (thanks to Disconnect).
4. JFv1.41, make sure you are running this latest release.
Steps:
1. Turn off the phone and go into recovery mode (HOME+POWER) and press ALT+B, this will start the backup process. Necessary because you would want to go back to your normal life after you have had enough of cupcake.

The backup will be stored on the sd card in 'nandroid' folder, so make sure the card is inserted and not full.
2. Turn off the phone, remove the sd card, go into bootloader mode (CAMERA+POWER) and connect to PC, you should see the bugdroid skateboarding, if not, you do not have dev bootloader(sigh!)
Press Back once, the screen should show FASTBOOT.
3. Start command-prompt/terminal on your desktop, cd to the unzipped cupcake images folder 'master-nonopt-..' and enter the following commands,
Code:fastboot erase boot
Code:fastboot erase recovery
Code:fastboot boot kernel ramdisk.img

The phone will reboot after few secs to test the new image, if everything goes fine you should see the Home screen. Keypresses, touches will not work, so take out the battery to turn off the phone.
Go into bootloader mode, press Back so that FASTBOOT comes up and enter...
Code:fastboot flash:raw boot kernel ramdisk.img

Kernel and boot image are done, what remains is system image(/system) and userdata image(/data), so..
Code:fastboot flash system system.img

Code:fastboot flash userdata userdata.img

And finally reboot the phone,
Thats it. The phone will take some time while booting, patience!Code:fastboot reboot
---------------------------------------------------------------------
Going Back To Your Backup
Time to head back home to Gmail, YouTube and syncing.
Steps:
1. Copy 'nandroid' folder from sd card to desktop, you can do this the usual way by selecting 'Mount' from the USB notification in the status bar or use a card reader.
2. Turn off the phone, remove the sd card from phone and go into bootloader mode. Connect phone to PC, press Back button so that FASTBOOT shows up.
3. Start command-prompt/terminal on your desktop, cd to the nandroid folder and enter following commands,
Code:fastboot erase boot
Code:fastboot erase recovery
Code:fastboot flash system system.img
Code:fastboot flash boot boot.img
Code:fastboot flash userdata data.img
And finally reboot,Code:fastboot flash recovery recovery.img
That does it. Phone will take some time to boot.Code:fastboot reboot
-------------------------------------------------------------
Disconnect maintains and updates the latest functional builds here. So if you want to test the latest builds of cupcake, keep a tab on that link.
- 01-29-2009, 11:16 PM #2
Itty Bitty Modder
- Join Date
- Jan 2009
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
at the part where you said to pull out the battery i was able to reboot by pressing green red and menu together

running cupcake now great guide cheers!
- 01-30-2009, 12:39 AM #3
- 01-30-2009, 03:05 AM #4
Maybe Modder
- Join Date
- Jun 2007
- Posts
- 49
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 50
- Uploads
- 0
just sad about no google apps. i actually use them alot. what about IM?
I think i will wait until the google is in cupcake. i dont like losing those features.
also wait for a ok-ish camera. not that one. not being rude but it is my phone, most used device. so i will wait for a more stable one with google apps.
- 02-04-2009, 10:21 AM #5
Awesome post, this clears up a lot of questions I had.

I used the cupcake image from here: http://andblogs.net/images/snapshots/
- 03-14-2009, 05:12 PM #6
Itty Bitty Modder
- Join Date
- Mar 2009
- Posts
- 5
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
How Do I Get The bugdroid skateboarding
If It Dont Go To That At First
- 03-14-2009, 07:31 PM #7
Itty Bitty Modder
- Join Date
- Mar 2009
- Posts
- 5
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
Fastboot Didnt Show Up
Wat Now.?
- 03-16-2009, 11:25 AM #8
Itty Bitty Modder
- Join Date
- Mar 2009
- Posts
- 17
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
running cupcake
this might be a stupid question,
but do i need root acces for this, or will this by pas that one?
- 03-18-2009, 12:24 PM #9
Itty Bitty Modder
- Join Date
- Mar 2009
- Posts
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
- 03-18-2009, 12:37 PM #10
Itty Bitty Modder
- Join Date
- Mar 2009
- Posts
- 17
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
i have checked a couple of forums for this, but i am trying to figure out how?
i have the dutch(netherlands) version its the seem as the german one.
so i have rc9 fw, i see alots of posts out there for rc8 and rc33, but in my case if i try to perform same action i would need a cert, of some kind.
i am new to the linux thing and in this case not completely understanding the procedure.
- 03-18-2009, 12:44 PM #11
Itty Bitty Modder
- Join Date
- Mar 2009
- Posts
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
Phew. I wouldn't start without a bit of command line knowledge at least. I wouldn't say "one false move and you've bricked it", but you have to be REALLY careful what you type sometimes.
There'll be a thread here on how to do it, but I did it all yesterday evening by following this http://android-dls.com/wiki/index.php?title=Quick_Root
You have to start by going BACK to RC8. By the time you have finished, you will have a system you can make a complete backup and restore of at any time, but you have to get there.
I am aiming to "cupcake" my phone - only I just discovered I left it at work tonight :mad::mad:
Steve
- 03-18-2009, 01:29 PM #12
Itty Bitty Modder
- Join Date
- Mar 2009
- Posts
- 17
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
can you explain to me what this jf thing is they keep refuring to like in?
- Download JF's RC33 v1.42 ROM for US users or JF's RC9 v1.43 ROM for UK users or JF's ADP1.1 Holiday v1.43 ROM if you have an ADP1 to /sdcard and rename it to update.zip (when you are done it should be "/sdcard/update.zip").
- Power off your phone (hold power and select "Power Off"), and hold down home while you turn the power back on.
- 03-18-2009, 01:46 PM #13
Itty Bitty Modder
- Join Date
- Mar 2009
- Posts
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
Its the JesusFrekes code - the specially modified version of the phone software that leaves the root access you need for the cool stuff - and OWNERSHIP of what you have bought.

Print out the instructions from the link I gave you, read them repeatedly for a couple of days to get your head round it, and then do it.
Before you can install the JF rom, you HAVE to have root access FIRST.
Steve
- 03-18-2009, 01:49 PM #14
Itty Bitty Modder
- Join Date
- Mar 2009
- Posts
- 17
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
- 03-18-2009, 02:04 PM #15
Itty Bitty Modder
- Join Date
- Mar 2009
- Posts
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0


LinkBack URL
About LinkBacks
Reply With Quote
