Jump to content

[ROM] Xian (LiquidF) v1.2a [11/1/2010] - CM 6.1.0-RC - MIUI 11.05


Recommended Posts

Guest xian1243
Posted (edited)

The problem is, that in my makefile it's defined as "a1_generic1" and not "a1_generic1 generic", and considering it worked fine yesterday.. I'm just going to re-repo init and sync to CM's tree.

->

PRODUCT_BRAND := acer

PRODUCT_NAME := a1_generic1

PRODUCT_DEVICE := a1

Edited by xian1243
Guest lvcargnini
Posted (edited)
The problem is, that in my makefile it's defined as "a1_generic1" and not "a1_generic1 generic", and considering it worked fine yesterday.. I'm just going to re-repo init and sync to CM's tree.

->

PRODUCT_BRAND := acer

PRODUCT_NAME := a1_generic1

PRODUCT_DEVICE := a1

check both .mk files and look for where it is using PRODUCT_NAME, I'm using in my confs liquid for product name with the source from aurora, and device you can use S100 or A1 or S100_A1

update:

in fact mine has:

============================================

PLATFORM_VERSION_CODENAME=REL

PLATFORM_VERSION=2.2

TARGET_PRODUCT=liquid

TARGET_BUILD_VARIANT=eng

TARGET_SIMULATOR=false

TARGET_BUILD_TYPE=release

TARGET_BUILD_APPS=

TARGET_ARCH=arm

HOST_ARCH=x86

HOST_OS=darwin

HOST_BUILD_TYPE=release

BUILD_ID=FRF91

============================================

this one has the original kernel source from Acer.

Edited by lvcargnini
Guest Quipeace
Posted (edited)
Quipeace: I'm running into a nice little error ->

build/core/product_config.mk:192: *** device/acer/liquid/liquid.mk: PRODUCT_NAME must be unique; "a1_generic1 generic" already used by build/target/product/generic.mk device/acer/liquid/liquid.mk . Stop.

** Don't have a product spec for: 'cyanogen_liquid'

** Do you have the right repo manifest?

xD any ideas ? I'm not noob enough to figure something that simpile out >_>

I can't boot Ubuntu at the moment, so I won't be able to take a look myself :lol:.

I'd say start by looking at what's in build/target/product/generic.mk, it could be that the product name is already in use for something else, just ctrl-f for if. What you could also try is modifying PRODUCT_NAME in liquid.mk, but I have no idea what impact that will have on the rest of the build besides the product string in Android.

Really annoying I can't take a look myself :)

EDIT: Just read your other post, does the string "a1_generic1 generic" appear in generic.mk?

Edited by Quipeace
Guest xian1243
Posted (edited)

Generic provides an override, making PRODUCT_NAME := generic, but it's never been a problem before :/.

Lvcargnini: what you're referring to, is the resulting config when you do make -j(x), with cyanogen, we have a lunch (let's you choose target device) menu, and it sets those variables based on what's in liquid.mk...

Anyways, off to bed for me, I'm sorry about v1.2-pre, I've been stuck trying to fix this stupid build error, needed to build you all a proper system, and when I'm pressed for time, so v1.2 is my main priority! I have class tomorrow, and I'm pretty packed with assignments for the week-end, but I'll continue working on v1.2, because ME WANTZ CAMCORDER + WiFi TETHERING :lol:

Good night all

Edited by xian1243
Guest sette7nani
Posted
Generic provides an override, making PRODUCT_NAME := generic, but it's never been a problem before :/.

Lvcargnini: what you're referring to, is the resulting config when you do make -j(x), with cyanogen, we have a lunch (let's you choose target device) menu, and it sets those variables based on what's in liquid.mk...

Anyways, off to bed for me, I'm sorry about v1.2-pre, I've been stuck trying to fix this stupid build error, needed to build you all a proper system, and when I'm pressed for time, so v1.2 is my main priority! I have class tomorrow, and I'm pretty packed with assignments for the week-end, but I'll continue working on v1.2, because ME WANTZ CAMCORDER + WiFi TETHERING :)

Good night all

are you a teacher?

good night mr xian :lol:

Guest lvcargnini
Posted
Generic provides an override, making PRODUCT_NAME := generic, but it's never been a problem before :/.

Lvcargnini: what you're referring to, is the resulting config when you do make -j(x), with cyanogen, we have a lunch (let's you choose target device) menu, and it sets those variables based on what's in liquid.mk...

Anyways, off to bed for me, I'm sorry about v1.2-pre, I've been stuck trying to fix this stupid build error, needed to build you all a proper system, and when I'm pressed for time, so v1.2 is my main priority! I have class tomorrow, and I'm pretty packed with assignments for the week-end, but I'll continue working on v1.2, because ME WANTZ CAMCORDER + WiFi TETHERING :lol:

Good night all

after the choosecombo or doing a make this will appear, but first I must perform the choosecombo.

I'm using the ASOP code, from CodeAurora the same tree Acer is using and all the manufacturers based on SnapDragon in general are using too, I don't know where to get the Cyano source code for the Android, as well neither how to make it use the Java 1.6, because the Aurora obligates me to use the 1.5.

Posted
but I'll continue working on v1.2, because ME WANTZ CAMCORDER + WiFi TETHERING :)

Good night all

Good night xian, I´m looking forward to use you ROM but you have to be given time.

At least for me, I rather wait some more days but to see v1.2 fully working and stable than to have "alpha" unfinished ROMs sooner. Build an excelent and full working v1.2 and people will thank you a lot :lol:

Posted

can someone tell me how to compile and make the img file from the git sources? I can't figure out how to do, reading the cyanogen mod wiki..

I already have cloned the git from github and i'm currently from a gentoo linux machine..

If it takes too long to explain, can you just give me something to read to get back on track and figure out myself..?

I'm quite familiar with *nix etc, but it's just a few weeks that I've an android device..

Guest lvcargnini
Posted (edited)
can someone tell me how to compile and make the img file from the git sources? I can't figure out how to do, reading the cyanogen mod wiki..

I already have cloned the git from github and i'm currently from a gentoo linux machine..

If it takes too long to explain, can you just give me something to read to get back on track and figure out myself..?

I'm quite familiar with *nix etc, but it's just a few weeks that I've an android device..

Sorry to say, but the worst part is .... there is no straight way. I know this is agonizing, the problem is there is a lot of spread information, I discovered has only few days the CodeAurora git tree for example, also there is the official git tree on developers.android, so is like that, the best starting point in my opinion is a post on modaco on how to build for Liquid. Through the search you will find it, I don't have the link here. Now for example I'm in the middle process to authenticate to the git tree for cyanogen git tree and it is been bit of annoying right now.

But is like that, just keep trying, suggestion: first build from the official tree than start looking for the tree of Liquid on Cyanogen.

Edited by lvcargnini
Posted
for illustrated the xian's work!

and pass the time :lol:

logov2final.png

:) That's awesome!

Posted

Beautiful ... Really great work.

Should be in the first post :lol:

Guest Ximo F. Verde
Posted
for illustrated the xian's work!

and pass the time :lol:

logov2final.png

Very nice indeed!

Posted

Sorry if this question already has been posted, but I don't have time to look through 37 pages to find one question/answer..

Is it anyway to enable haptic feedback? Now when it's checked it's just checked.. but it doesn't vibrate :lol:

But, anyway, nice job!

Posted
Not yet, but 1.2 will include it :lol:

That's nice. When are ya planning to release 1.2? <:

Guest thedicemaster
Posted
That's nice. When are ya planning to release 1.2? <:

xian planned it a few days ago, but hit some serious problems.

a alpha version is planned for as soon as he gets it to compile properly, with a proper release when he gets everything working properly.

vague plans, but he can't get more accurate than that with the current problems.

Posted

xian did you managed to solve that PRODUCT_NAME compile problem? because I did.. right now it's compiling.. but I really don't know if I've done all correctly.. (using all your files btw..)

in device/acer/liquid/liquid.mk declare manually PRODUCT_NAME replacing call inherit-product function

Posted
for illustrated the xian's work!

and pass the time :lol:

logov2final.png

That thing is dope!

Posted

I forgot to take away the "set on boot" when I tested how high my cpu would go, and I don't have a resent Nandroid backup :lol:

Is it anywhere I can DL the kernel so that I can flash only the kernel?

Or is it any other way to lower the clock speed when you can't get to SetCpu before the phone freezes?

Guest Andrea1Liquid
Posted
for illustrated the xian's work!

and pass the time :lol:

logov2final.png

1 word...

A.W.E.S.O.M.E.

Guest xian1243
Posted (edited)

v1.2 screenshots coming in 10 minutes. Fixed compile error :)

And a great great thank you to Sph1re ! You did a wonderful job, how can I repay you? :lol:

Edited by xian1243
Guest HustlinDaily
Posted
And a great great thank you to Sph1re ! You did a wonderful job, how can I repay you? :lol:

My guess is to continue doing what you are doing :)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.