Guest xian1243 Posted September 16, 2010 Report Posted September 16, 2010 (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 September 16, 2010 by xian1243
Guest lvcargnini Posted September 16, 2010 Report Posted September 16, 2010 (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 September 16, 2010 by lvcargnini
Guest Quipeace Posted September 16, 2010 Report Posted September 16, 2010 (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 September 16, 2010 by Quipeace
Guest xian1243 Posted September 16, 2010 Report Posted September 16, 2010 (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 September 16, 2010 by xian1243
Guest sette7nani Posted September 16, 2010 Report Posted September 16, 2010 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 September 16, 2010 Report Posted September 16, 2010 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.
Guest mmick Posted September 16, 2010 Report Posted September 16, 2010 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:
Guest skakz Posted September 16, 2010 Report Posted September 16, 2010 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 September 16, 2010 Report Posted September 16, 2010 (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 September 16, 2010 by lvcargnini
Guest android76 Posted September 16, 2010 Report Posted September 16, 2010 @ skakz : http://android.modaco.com/content/acer-liq...d/#entry1358820
Guest skakz Posted September 17, 2010 Report Posted September 17, 2010 thank you both :lol: i'll try..
Guest Sph1re Posted September 17, 2010 Report Posted September 17, 2010 for illustrated the xian's work! and pass the time :lol:
Guest Andy__P Posted September 17, 2010 Report Posted September 17, 2010 for illustrated the xian's work! and pass the time :lol: :) That's awesome!
Guest Dona' Posted September 17, 2010 Report Posted September 17, 2010 Beautiful ... Really great work. Should be in the first post :lol:
Guest Ximo F. Verde Posted September 17, 2010 Report Posted September 17, 2010 for illustrated the xian's work! and pass the time :lol: Very nice indeed!
Guest Splux Posted September 17, 2010 Report Posted September 17, 2010 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!
Guest Dona' Posted September 17, 2010 Report Posted September 17, 2010 Not yet, but 1.2 will include it :lol:
Guest Splux Posted September 17, 2010 Report Posted September 17, 2010 Not yet, but 1.2 will include it :lol: That's nice. When are ya planning to release 1.2? <:
Guest thedicemaster Posted September 17, 2010 Report Posted September 17, 2010 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.
Guest skakz Posted September 17, 2010 Report Posted September 17, 2010 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
Guest blc Posted September 17, 2010 Report Posted September 17, 2010 for illustrated the xian's work! and pass the time :lol: That thing is dope!
Guest B1ny Posted September 17, 2010 Report Posted September 17, 2010 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 September 17, 2010 Report Posted September 17, 2010 for illustrated the xian's work! and pass the time :lol: 1 word... A.W.E.S.O.M.E.
Guest xian1243 Posted September 17, 2010 Report Posted September 17, 2010 (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 September 17, 2010 by xian1243
Guest HustlinDaily Posted September 17, 2010 Report Posted September 17, 2010 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 :)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now