Page 1 of 3 123 LastLast
Results 1 to 15 of 45
  1. #1
    offline 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 Pictures
    Last edited by one5; 08-14-2010 at 09:51 PM.

  2. 3 Users Say Thank You to one5 For This Useful Post

    alexdagreat1 (08-11-2010), Anthon Culmer (08-10-2010), datlilboricua (08-30-2010)

  3. #2
    offline 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?

  4. #3
    offline 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.

  5. #4
    offline 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

  6. #5
    offline 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?

  7. #6
    sudo.adam's Avatar
    offline Maybe Modder
    Join Date
    Jun 2010
    Posts
    40
    Thanks
    28
    Thanked 40 Times in 6 Posts
    Downloads
    3
    Uploads
    0
    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.

  8. #7
    arayray's Avatar
    offline Skilfull Modder
    Join Date
    Jan 2010
    Location
    Far Far Away :P
    Posts
    690
    Thanks
    87
    Thanked 135 Times in 99 Posts
    Downloads
    46
    Uploads
    0
    lmao adam wats up with the bear

    i like it
    Thanks to everyone who helped in this community!

    Phone: Black Mytouch 3g Slide


    Follow Me: Twitter , My Blog

  9. #8
    offline 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

  10. #9
    offline 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?

  11. #10
    sudo.adam's Avatar
    offline Maybe Modder
    Join Date
    Jun 2010
    Posts
    40
    Thanks
    28
    Thanked 40 Times in 6 Posts
    Downloads
    3
    Uploads
    0
    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 run
    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
    That'll get your java 1.5 installed.

    To remove java 1.6 run
    Code:
    sudo apt-get remove sun-java6-jre sun-java6-jdk sun-java6-bin sun-java6-demo
    Try running make again and let me know. The remove will not get rid of openjdk.
    Last edited by sudo.adam; 08-10-2010 at 09:49 PM.

  12. #11
    offline 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

  13. #12
    offline 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

  14. #13
    sudo.adam's Avatar
    offline Maybe Modder
    Join Date
    Jun 2010
    Posts
    40
    Thanks
    28
    Thanked 40 Times in 6 Posts
    Downloads
    3
    Uploads
    0
    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.

  15. The Following User Says Thank You to sudo.adam For This Useful Post:

    AcexDestroyer (08-13-2010)

  16. #14
    offline 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

  17. #15
    sudo.adam's Avatar
    offline Maybe Modder
    Join Date
    Jun 2010
    Posts
    40
    Thanks
    28
    Thanked 40 Times in 6 Posts
    Downloads
    3
    Uploads
    0
    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.

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •