[ROM][6-30-12] Andromadus Audacity Beta 5 [ICS]

Search This thread

OdiemanSAM

Senior Member
Oct 27, 2010
257
178
Fredericksburg
Whos builds this about? :eek:

Sent from my HTC Vision using XDA App

i was gonna say, i havent seen any full build yet... still getting errors during build

my question is, cause i just got a finish with the -i (ignore errors) but what kernel you using??? i cant seem to get this thing to boot at all let alone get wifi or bt. i MUST be doing something wrong
 
Last edited:

darkspadez

Senior Member
Jun 20, 2010
272
1,254
We do have a build right now and we have select people right now testing it. We need to fix Touchscreen then it will be a public beta.

What works:
radio
Wifi(maybe?)
bt(maybe?)
sound
touchscreen(kinda its pointer)

What doesnt:
everything else.
 

xT4Z1N4TRx

Senior Member
Apr 13, 2011
1,973
1,872
Wolverhampton
We do have a build right now and we have select people right now testing it. We need to fix Touchscreen then it will be a public beta.

What works:
radio
Wifi(maybe?)
bt(maybe?)
sound
touchscreen(kinda its pointer)

What doesnt:
everything else.

Can i test please, ill try help fix the touchscreen, could be due to us having atmel touchscreens?

Sent from my HTC Vision using XDA App
 

OdiemanSAM

Senior Member
Oct 27, 2010
257
178
Fredericksburg
We do have a build right now and we have select people right now testing it. We need to fix Touchscreen then it will be a public beta.

yeah i have also been trying to get the atmel-mxt1386 integrated into the kernel build but it wont seem to boot. i am a noob by far and only have the community to help me. i have it building and only get a few warnings but wont boot. oh well hopefully my learningn will bring me the answer so i can actually be helpful
 

tsubus

Senior Member
Dec 1, 2010
1,310
1,102
plus.google.com
We do have a build right now and we have select people right now testing it. We need to fix Touchscreen then it will be a public beta.

What works:
radio
Wifi(maybe?)
bt(maybe?)
sound
touchscreen(kinda its pointer)

What doesnt:
everything else.

is the repo up to date? if it is i'll build it and see if i can fix the ts issues, i've been reading on it and some people seem to have found the fix. (look at main android dev forum, specifically twistedumbrella).
 

Shadow-Nexus

Senior Member
May 13, 2011
2,435
500
Phoenix
We do have a build right now and we have select people right now testing it. We need to fix Touchscreen then it will be a public beta.

What works:
radio
Wifi(maybe?)
bt(maybe?)
sound
touchscreen(kinda its pointer)

What doesnt:
everything else.

Hey man ill test the beta

____________________________
Device: HTC G2
Rom: CyanogenMod 7
Kernel: ILWT kernel 1.6.0
With ILWT OC Daemon
cyanogenmoduserbasic.jpg
 

darkspadez

Senior Member
Jun 20, 2010
272
1,254
Im currently have a brain fart while compiling a kernel so if someone could pm and i can give them source and they compile it for me would be very much appreciated as I think this kernel will fix our atmel touchscreen.
 

OdiemanSAM

Senior Member
Oct 27, 2010
257
178
Fredericksburg
Im currently have a brain fart while compiling a kernel so if someone could pm and i can give them source and they compile it for me would be very much appreciated as I think this kernel will fix our atmel touchscreen.

just tried cooking twisteds kernel source for vision as well as the original he forked from and same thing

jonathan@OdiemanSAM-desktop:~/kernels/htc-kernel-msm7x30$ make1
scripts/kconfig/conf -s arch/arm/Kconfig
CHK include/linux/version.h
CC scripts/mod/empty.o
cc1: warnings being treated as errors
scripts/mod/empty.c:1: error: switch -mcpu=cortex-a8 conflicts with -march= switch
scripts/mod/empty.c:1: sorry, unimplemented: -mfloat-abi=hard and VFP
make[2]: *** [scripts/mod/empty.o] Error 1
make[1]: *** [scripts/mod] Error 2
make: *** [scripts] Error 2
make: *** Waiting for unfinished jobs....
make: *** wait: No child processes. Stop.
jonathan@OdiemanSAM-desktop:~/kernels/htc-kernel-msm7x30$


where make 1 is the script i wrote instead of make ARCH=ar... and all that...

oh and also tried to deselect treat warnings as errors and same thing
 

tsubus

Senior Member
Dec 1, 2010
1,310
1,102
plus.google.com
just tried cooking twisteds kernel source for vision as well as the original he forked from and same thing

jonathan@OdiemanSAM-desktop:~/kernels/htc-kernel-msm7x30$ make1
scripts/kconfig/conf -s arch/arm/Kconfig
CHK include/linux/version.h
CC scripts/mod/empty.o
cc1: warnings being treated as errors
scripts/mod/empty.c:1: error: switch -mcpu=cortex-a8 conflicts with -march= switch
scripts/mod/empty.c:1: sorry, unimplemented: -mfloat-abi=hard and VFP
make[2]: *** [scripts/mod/empty.o] Error 1
make[1]: *** [scripts/mod] Error 2
make: *** [scripts] Error 2
make: *** Waiting for unfinished jobs....
make: *** wait: No child processes. Stop.
jonathan@OdiemanSAM-desktop:~/kernels/htc-kernel-msm7x30$


where make 1 is the script i wrote instead of make ARCH=ar... and all that...

oh and also tried to deselect treat warnings as errors and same thing

You can't simply compile it that way, the DHD uses a different CPU. Open up Makefile in the root of the kernel and delete the compilation lines (leave them empty, delete everything after =). Then compile it as shown on CM's wiki.
 
  • Like
Reactions: OdiemanSAM

OdiemanSAM

Senior Member
Oct 27, 2010
257
178
Fredericksburg
You can't simply compile it that way, the DHD uses a different CPU. Open up Makefile in the root of the kernel and delete the compilation lines (leave them empty, delete everything after =). Then compile it as shown on CM's wiki.

uhhhh yeah... sure... which makefile???? i tried replacing with a working makefile, and editing but i am lost... help

ok so i changed the ARCH=arm and got rid of the CROSS_COMPILE and made it part of the path but now getting bounds error... something about -mfloat-abi=hard and vfp... what now
 
Last edited:

XavierGr

Senior Member
Nov 1, 2008
239
2
Heraklion, Crete
uhhhh yeah... sure... which makefile???? i tried replacing with a working makefile, and editing but i am lost... help

ok so i changed the ARCH=arm and got rid of the CROSS_COMPILE and made it part of the path but now getting bounds error... something about -mfloat-abi=hard and vfp... what now

Sorry for sounding mean, but you obviously don't know what you are doing. I suggest to spend your time on something else and not waste it on this matter.

AFAIK, you can't remove that line because you need to cross compile the kernel and this, of course, requires a cross compiler. Removing that line will make the system to try and compile the kernel with a x86 compiler on an arm configured kernel. Guess what will happen then...

Once again I don't mean to be offensive.
 
Last edited:

tsubus

Senior Member
Dec 1, 2010
1,310
1,102
plus.google.com
uhhhh yeah... sure... which makefile???? i tried replacing with a working makefile, and editing but i am lost... help

ok so i changed the ARCH=arm and got rid of the CROSS_COMPILE and made it part of the path but now getting bounds error... something about -mfloat-abi=hard and vfp... what now

https://github.com/CyanogenMod/htc-kernel-msm7x30/blob/android-msm-2.6.35/Makefile

like this

i still don't think that using the modded dhd kernel is going to work, it looks like twistedumbrella did a lot of mods specific to the dhd. you would have to find out what he changed and adapt it to the vision.
 

Flinny

Recognized Developer
Nov 22, 2011
2,253
8,399
48
Sunderland
Sony Xperia 1 III
Well I should now be able to post here!

Crowstar

Most of what I've been working from is from TwistedUmbrealla's repo. I've been in hack and slash hit it until it works mode and my source tree is in a mess. Once I have something that actually works and isn't just me trying things out I'll migrate it to a clean source tree and upload the changes.

I would say most of it is just commenting things out under device/htc/vision. Without pulling lib's from the dhd rom it won't even boot itself at the moment I think that's down to bluetooth if this next compile doesn't work then I'll find time later to migrate what I have to a clean source tree and upload it.

N.
 
  • Like
Reactions: tbalden

crowstar

Senior Member
Sep 26, 2009
267
59
Well I should now be able to post here!

Crowstar

Most of what I've been working from is from TwistedUmbrealla's repo. I've been in hack and slash hit it until it works mode and my source tree is in a mess. Once I have something that actually works and isn't just me trying things out I'll migrate it to a clean source tree and upload the changes.

I would say most of it is just commenting things out under device/htc/vision. Without pulling lib's from the dhd rom it won't even boot itself at the moment I think that's down to bluetooth if this next compile doesn't work then I'll find time later to migrate what I have to a clean source tree and upload it.

N.
are you using the cyanogen sources, or aosp. And how out of date is the andromadus repo?
 

OdiemanSAM

Senior Member
Oct 27, 2010
257
178
Fredericksburg
Sorry for sounding mean, but you obviously don't know what you are doing. I suggest to spend your time on something else and not waste it on this matter.

AFAIK, you can't remove that line because you need to cross compile the kernel and this, of course, requires a cross compiler. Removing that line will make the system to try and compile the kernel with a x86 compiler on an arm configured kernel. Guess what will happen then...

Once again I don't mean to be offensive.

XAVIERGR... wow... if you cant read stay outta the forums. I had to remove CROSS_COMPILE=$CCOMPILER and put the /path/to/arm-eabi- into my path cause the make instead of initing gcc and that that stuff is doing the whole arm-eabi-gccv so i needed it to be the path not the CROSS_COMPILE. and just so you know i have cooked many a kernel but this one is something new and thats why i bring it here... to learn... so anyone have anything smart and constructive to say??? to help???

---------- Post added at 06:37 AM ---------- Previous post was at 06:35 AM ----------

https://github.com/CyanogenMod/htc-kernel-msm7x30/blob/android-msm-2.6.35/Makefile

like this

i still don't think that using the modded dhd kernel is going to work, it looks like twistedumbrella did a lot of mods specific to the dhd. you would have to find out what he changed and adapt it to the vision.

im using the vision git

EDIT: Tried the makefile :missing separator line 391
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 329
    Andromadus
    Presents
    Andromadus Audacity Beta 5

    We have come a long way since our first attempts back in November '11. I am proud to say we have finally hit beta. With hitting the new milestone we have added a new word to our ROM and that is Audacity. Why did we put Audacity in the name? Well the word Audacity means: boldness or daring, especially with confident or arrogant disregard for personal safety, conventional thought, or other restrictions. And that is exactly what we were when we took on the task of Ice Cream Sandwich for our HTC Vision/G2/Desire Z. We hope you enjoy our rom!

    What is This?
    We present to you ICS built from source for your HTC Vision, G2, or Desire Z. This thread will also be used for all DEVing for ICS until we work out all the kinks with it.

    What Works?
    Radio ( Phone & Mobile Data, SMS/MMS )
    Touchscreen
    Wifi
    Bluetooth
    Physical Keyboard
    Audio
    Real Full HW Accel
    Screen Orientation
    GPS ( Kinda )
    USB - UMS
    Camera ( Kinda )
    Other Things

    What Doesn't?
    You Tell Me

    Code:
    #include 
    /*
     * Your warranty is now void.
     *
     * I am not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or you getting fired because the alarm app failed. Please
     * do some research if you have any concerns about features included in this ROM
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at me for messing up your device, I will laugh at you.
     */

    Downloads

    If you still have GooManager installed just restart your phone or click Check for rom updates and it should ask you to download.

    or

    http://goo.im/devs/andromadus/audacityb5.zip
    md5: 107d4a85a7111b71880f3356fb16058e

    or
    http://goo.gl/CJxxe

    GAPPS
    If you still have GooManager installed just restart your phone or click Check for gapps updates and it should ask you to download.

    or

    http://goo.im/gapps/gapps-ics-20120429-signed.zip

    or

    http://goo.gl/s7I2X

    Change Log
    Beta 5:
    Coming Soon

    Bug Tracker
    How to report bugs? Use our Bug Tracker! Be sure to include a logcat and/or dmesg.

    http://bugs.andromadus.com/projects/vision-beta

    The Team
    Darkspadez
    Flinny
    Snadge
    Ionic
    Jhall
    Xep
    Fyodor
    Blk_Jack

    Special Thanks
    mdeejay
    Tsubus
    dh-harold
    crowstar
    Flemmard
    CyanogenMod
    Lord Clockan
    Twisted Umbrella
    OdiemanSAM
    Fattire
    Google
    HTC
    Testers
    Anyone who I forgot
    30
    Andromadus Alpha 13

    As usual here you go...Dark can clean up shortly :D

    Andromadus Alpha 13 mini changelog.

    I have been spending much of my free time on this recently and unless some things change after this release is out I will have to slow down a little as there is loads of work I need to do that I have been putting off to work on this. Would be that working on this paid then I could pay somebody to do the work I need to do and continue kanging away, That not being the case you'll all just have to be patient for a while instead :)

    So many things have changed that I'm not going to list them all as you would still be reading them hours from now, if you're really that interested you can read the commit History on github, some of them might be slightly amusing even as there isn't a way to stop me committing stuff when drunk, which is a fair bit of the time!

    Qcom OMX integrated - SD YouTube fixed, Netflix Fixed
    CRT on/off animation fixed (on seems a little funky but hey....)
    Custom LED notifications
    Switched to Cyanogenmod Volume Wake and Volume music control (old toggles removed)
    Fixed the Flashlight power widget
    Integrated CM's signal settings (6 bar toggle still works if you have icon's selected)
    Lots of Qcom media/display updates.
    Switched to using Lord Clockan's kernel, I like it.
    Camera updates (is it just me being lucky or do most of the artifacts on pics at 5MP go away after you take a few pictures?)
    Loads of other stuff CM changed/fixed/added along the way.
    Goo manager included (dark made me do it...)
    So much more that I can't remember!
    Tweaks included!

    Use whatever gapps you like but I'm still using v11 quite happily!
    If you have issues do a SUPERWIPE and REFLASH everything before clogging the thread up. REALLY!

    http://downloads.andromadus.com/files/Andromadus_Alpha13.zip
    http://www.flinny.org/Andromadus_Alpha13.zip

    Nick.
    28
    This is my final warning:

    1.) Please stop "moderating" this thread. There is no need to have people posting the same warning every few comments. IE "Use the thanks button" - Obviously they are not listening, and it is just as un-useful as the posts saying thank you.

    2.) If your post starts with "this will probably get me in trouble but..." DO NOT F***ing post it!

    3.) Read the OP and report bugs in the bug tracker...this is still a development thread, let them do their thing.

    4.) NEVER should you be rushing them to get to work. Remember, they do this on there own time, and for free. If you want it faster, learn to do it yourself.

    5.) If your post is not going to aid in the development DO NOT POST!!!!

    On a last note: I will no longer be issuing warnings. I will be issuing infractions.
    27
    Andromadus
    Presents
    Andromadus Audacity Beta 1

    We have come a long way since our first attempts back in November '11. I am proud to say we have finally hit beta. With hitting the new milestone we have added a new word to our ROM and that is Audacity. Why did we put Audacity in the name? Well the word Audacity means: boldness or daring, especially with confident or arrogant disregard for personal safety, conventional thought, or other restrictions. And that is exactly what we were when we took on the task of Ice Cream Sandwich for our HTC Vision/G2/Desire Z. We hope you enjoy our rom!

    Changelog:
    Updated to Qcom's ICS Adreno libs
    Updated patches for a few things from CM, profiles etc,
    Whatever else CM has changed in the mean time.
    And obviously everything else I forgot about.
    Camera works with a few "issues"
    There are 2 5MP options the first one produces complete garbage, the second works find apart from a small line across the bottom, sometimes it's there sometimes's it's green, sometimes it's pink, occasionally it goes away until the next reboot when it's back again.....
    Camcorder - yes it works only at one res at the moment though 720x480
    Panorama works also.
    Had another go at fixing usb tethering as well...
    Other bug fixes and patches not mentioned here.

    Rom Download
    If you still have GooManager installed just restart your phone or click Check for rom updates and it should ask you to download.

    or

    http://goo-inside.me/devs/andromadus/audacityb1.zip

    GAPPS
    http://goo-inside.me/gapps/gapps-ics-20120317-signed.zip

    Thanks for all your support,
    Andromadus Team
    27
    So here we are again, as I mentioned I'm rather busy so this could have been out days ago if I had the time. Whoever decided that decorating half a house at once was a good idea is clearly insane! oh wait....

    What's changed?

    Updated to Qcom's ICS Adreno libs
    Updated patches for a few things from CM, profiles etc,
    Whatever else CM has changed in the mean time.
    And obviously everything else I forgot about.

    Now the big ones...

    Camera works with a few "issues"
    There are 2 5MP options the first one produces complete garbage, the second works find apart from a small line across the bottom, sometimes it's there sometimes's it's green, sometimes it's pink, occasionally it goes away until the next reboot when it's back again.....
    Camcorder - yes it works only at one res at the moment though 720x480
    Panorama works also.
    Had another go at fixing usb tethering as well...

    I think that's us "Feature Complete"

    Which means......naa I leave that for dark :)