- 08-10-2010, 02:47 PM #1
So I Hear You Can Mod
- Join Date
- May 2010
- Location
- USA
- Posts
- 104
- Thanks
- 25
- Thanked 28 Times in 16 Posts
- Downloads
- 9
- Uploads
- 0
[ROM] (placeholder) Frozen Cliq Alpha 1 (2.2/Froyo)
Frozen Cliq Alpha 1
Update: Had a few setbacks in the development of this ROM, and just a lot going on in life/work. Anyway I'm working on compiling from source this might mean more of a wait for the release of the alpha, but in the long run I feel it will make the ROM better.
I am working on a froyo ROM that will be called Frozen Cliq.
At this point a few apps load, but there is no network connectivity, and it frequently reboots it's self.
I will post update on the progress here, and as soon as it becomes usable I will release the alpha.



More PicturesLast edited by one5; 08-14-2010 at 09:51 PM.

-
3 Users Say Thank You to one5 For This Useful Post
alexdagreat1 (08-11-2010), Anthon Culmer (08-10-2010), datlilboricua (08-30-2010)
- 08-10-2010, 02:55 PM #2
Banned
- Join Date
- Jun 2010
- Posts
- 240
- Thanks
- 18
- Thanked 144 Times in 41 Posts
- Downloads
- 8
- Uploads
- 0
What are you using to compile for cliq? Or is urs just generic?
- 08-10-2010, 02:58 PM #3
So I Hear You Can Mod
- Join Date
- May 2010
- Location
- USA
- Posts
- 104
- Thanks
- 25
- Thanked 28 Times in 16 Posts
- Downloads
- 9
- Uploads
- 0
I used Android Kitchen to turn the system.img from the SDK and the 2.1 boot.img into a ROM.

- 08-10-2010, 03:25 PM #4
Banned
- Join Date
- Jun 2010
- Posts
- 240
- Thanks
- 18
- Thanked 144 Times in 41 Posts
- Downloads
- 8
- Uploads
- 0
Hahahaha It seems like I'm the only person doin compiling from source XD.
But here's a helpful hint, compile it from source, so that once moto releases the 2.1 source, you can pop the configs and drivers in.
That's what Im doing, and infect, looking at your errors (just helpful info) mines doin better, from source. I don't have the restarts anymore XD
- 08-10-2010, 05:10 PM #5
So I Hear You Can Mod
- Join Date
- May 2010
- Location
- USA
- Posts
- 104
- Thanks
- 25
- Thanked 28 Times in 16 Posts
- Downloads
- 9
- Uploads
- 0
I probably should compile from source, but I've never done it before. How long did it take you to create a bootable ROM from source?

- 08-10-2010, 05:51 PM #6
It took me lots and lots of hours. But that was on a 1.66GHz netbook
so I imagine mine was abnormally slow. Also my system kept killing it because it took up too much memory on libwebcore.
- 08-10-2010, 06:55 PM #7
- 08-10-2010, 07:53 PM #8
Banned
- Join Date
- Jun 2010
- Posts
- 240
- Thanks
- 18
- Thanked 144 Times in 41 Posts
- Downloads
- 8
- Uploads
- 0
Setting it up? About 10 min. It compiling? 4 hours on my POS PC. It depends on your pc tho. My fast pc will do it in2 or 3
- 08-10-2010, 09:37 PM #9
So I Hear You Can Mod
- Join Date
- May 2010
- Location
- USA
- Posts
- 104
- Thanks
- 25
- Thanked 28 Times in 16 Posts
- Downloads
- 9
- Uploads
- 0
Thanks everyone for your help. I run ubuntu on virtualbox so that is probably gonna slow it down. When I try to run make I get:
"You are attempting to build with the incorrect version
of java.
Your version is: java version "1.6.0_18".
The correct version is: 1.5."
Can I downgrade Java?
- 08-10-2010, 09:45 PM #10
Yep. Just download the files from here:
http://dl.dropbox.com/u/9110725/sun-...-18-1_i386.deb
http://dl.dropbox.com/u/9110725/sun-...-18-1_i386.deb
http://dl.dropbox.com/u/9110725/sun-...-18-1_i386.deb
http://dl.dropbox.com/u/9110725/sun-...0-18-1_all.deb
And runThat'll get your java 1.5 installed.Code:dpkg -i sun-java5-bin_1.5.0-18-1_i386.deb sun-java5-demo_1.5.0-18-1_i386.deb sun-java5-jdk_1.5.0-18-1_i386.deb sun-java5-jre_1.5.0-18-1_all.deb
To remove java 1.6 runTry running make again and let me know. The remove will not get rid of openjdk.Code:sudo apt-get remove sun-java6-jre sun-java6-jdk sun-java6-bin sun-java6-demo
Last edited by sudo.adam; 08-10-2010 at 09:49 PM.
- 08-10-2010, 10:01 PM #11
So I Hear You Can Mod
- Join Date
- May 2010
- Location
- USA
- Posts
- 104
- Thanks
- 25
- Thanked 28 Times in 16 Posts
- Downloads
- 9
- Uploads
- 0
Can't get the packages to install. I even tried to install them from synaptic. I posted the output on pastebin Selecting previously deselecte - Anonymous - 098uNWGD - Pastebin.com looks like a dependency problem. I'm using 10.04 LTS

- 08-10-2010, 10:12 PM #12
Banned
- Join Date
- Jun 2010
- Posts
- 240
- Thanks
- 18
- Thanked 144 Times in 41 Posts
- Downloads
- 8
- Uploads
- 0
HERE: haha had that same problem (scratch what adam said hahaha)
you gotta re-write the repositories for an older version of ubuntu.
because 10+ uses java6. specifically 1.6, android is ONLY compatible with 1.5.
just google ubuntu's repository files, and edit the "lucid/ lucid lynx" to "jaunty"
then re-download the !!JAVA5!! (NOT JAVA6) stuff.. basic command line, if u need the line to re-download java5, i have it. but you prolly already have it.
once youve done that, it should work!! XD worked for me!!!
too lazy for more detail, if u need more help, gtalk me (.:EMAIL REMOVED:.). but i aint holdin your hand
ill gladly guide tho!
Last edited by sublime1184; 08-10-2010 at 10:44 PM. Reason: please, no posting emails
- 08-10-2010, 10:31 PM #13
The only thing you have to do is install unixodb and that will fix the problem with mine. Don't "scratch what adam said."
My method worked for me.
Don't tell people to not listen to something I say when I try to help them. If you have a fix, then you have a fix. Don't tell people to disregard someone else's suggestion. That's what's going to make that hot pink title stick.
-
The Following User Says Thank You to sudo.adam For This Useful Post:
AcexDestroyer (08-13-2010)
- 08-10-2010, 10:33 PM #14
So I Hear You Can Mod
- Join Date
- May 2010
- Location
- USA
- Posts
- 104
- Thanks
- 25
- Thanked 28 Times in 16 Posts
- Downloads
- 9
- Uploads
- 0
Thanks both of you, but I got 1.6 to work by change the java version in build/core/main.mk to 1.6

- 08-10-2010, 10:35 PM #15
Well one5, this could be a problem because according to the Android source page, java 1.5 is used because of problems with @Override (that or @Deprecated). If you run into any problems, this is probably going to be the cause.


LinkBack URL
About LinkBacks
Reply With Quote

