Guest holtend Posted September 26, 2012 Report Posted September 26, 2012 I think I've found a better solution to the backlight issues, I'm just yet to test it. That's great, if you need someone to test the update just ask. Keep up the great work and I'll add rep point when I figure out how to do it :lol:
Guest samjam Posted September 26, 2012 Report Posted September 26, 2012 Yay I got ion working! What is "ion"? (Google doesn't know)
Guest anyusername Posted September 26, 2012 Report Posted September 26, 2012 (edited) What is "ion"? (Google doesn't know) Google knows everything: http://lmgtfy.com/?q=android%2Bion Edited September 26, 2012 by anyusername
Guest Dazzozo Posted September 26, 2012 Report Posted September 26, 2012 I can explain all this stuff in depth later :P
Guest fr0do Posted September 26, 2012 Report Posted September 26, 2012 I can explain all this stuff in depth later :Pyeah, get the rom out first then you can impress us with your geekiness! :D ;)
Guest vladax10 Posted September 26, 2012 Report Posted September 26, 2012 I can explain all this stuff in depth later Yeah Daz we would like it...
Guest Frankish Posted September 26, 2012 Report Posted September 26, 2012 I was secretly hoping for a new build today as it's one month since the last one. I'll be honest not tried the previous build and probably won't until it's at least fixed with audio routing. I just get carried away with the whole development process love watching it unfold.
Guest samjam Posted September 26, 2012 Report Posted September 26, 2012 Google knows everything: http://lmgtfy.com/?q=android%2Bion Thanks. When I tried all I got were experia huts, and -sony gave me Lion battery hits and so on
Guest Dazzozo Posted September 26, 2012 Report Posted September 26, 2012 Ah, there's a problem with updating the kernel! dhd_4330.ko is prebuilt and that breaks Wi-Fi due to a symbol version disagreement. If only we had Wi-Fi source!
Guest tcpaulh Posted September 27, 2012 Report Posted September 27, 2012 Bummer. I know you were working on this before. The whole should it or shouldn't it be a module thing?
Guest Dazzozo Posted September 27, 2012 Report Posted September 27, 2012 Let's try a lazy hex hack. Read it backwards. :) I will laugh so hard if this works.
Guest Simon O Posted September 27, 2012 Report Posted September 27, 2012 Ah, there's a problem with updating the kernel! dhd_4330.ko is prebuilt and that breaks Wi-Fi due to a symbol version disagreement. If only we had Wi-Fi source! bcm4330 is open source. You may be able to get code from here working http://linuxwireless.org/en/users/Drivers/brcm80211
Guest Dazzozo Posted September 27, 2012 Report Posted September 27, 2012 I've not had much luck with bcm4330 open source, case in point Blade2 :P
Guest krishang3 Posted September 27, 2012 Report Posted September 27, 2012 Hey daz. How's your build running atm, also the ui in ur build is smooth but works slow. Is this fixed or ur working on it. And great work
Guest popoyaya Posted September 27, 2012 Report Posted September 27, 2012 Coming to CM10 from Infusion, the UI here is just perfectly smooth and jitter-free, with hwcomposer.msm7x27a.so removed, nova launcher installed and overclocked to 1267mhz. Apart from the slight half second lag in responsiveness I can't see how the smoothness could be improved. Still can't create APN settings though, so no data on Ovivo (Vodafone) UK network.
Guest Dazzozo Posted September 27, 2012 Report Posted September 27, 2012 I'm completely redoing RIL properly. At the moment we have a giant hack :P Everything feels a lot better now and hwcomposer actually works
Guest tcpaulh Posted September 27, 2012 Report Posted September 27, 2012 (edited) Daz, seeing as we're asking, how's the audio routing? Upstream fix required? Last I saw you had that AudioPolicyManagerBase.cpp error. re-migrating to ion? ...Does it sound like I know what I'm on about? lol Edited September 27, 2012 by tcpaulh
Guest Daum Posted September 27, 2012 Report Posted September 27, 2012 I know every dev hates being asked for release dates, but when can you bless us with an updated rom? :P
Guest Dazzozo Posted September 27, 2012 Report Posted September 27, 2012 Right, the dhd hack worked, but it led to another 40 errors of the same kind, and I'm not hacking the entire module. I either need a solution to allow the module to load (reverting whatever is necessary to 3.0.8 in the kernel, more hacks, etc.) or I need actual bcm4330 source code that works. Daz, seeing as we're asking, how's the audio routing? Upstream fix required? Last I saw you had that AudioPolicyManagerBase.cpp error. re-migrating to ion? ...Does it sound like I know what I'm on about? lol I don't think anyone else is going to fix it. In fact I think I'm the only one working on a 7x27a device for CM10 currently (there's a Sony kernel starting out, I think). I'll see what the situation is now. I only really know the roles ion plays in display and not audio, though I think it is involved in some way. I eventually managed to get the msm7x27a libs to compile, they just didn't do anything but break sound completely. I know every dev hates being asked for release dates, but when can you bless us with an updated rom? never there you go, no expectations now
Guest Fagulhas Posted September 27, 2012 Report Posted September 27, 2012 Daz, Samsung Tuna uses bcm4330 and from what i can tell, they use the bcmdhd driver just fine. https://github.com/C.../BoardConfig.mk # Wifi related defines BOARD_WPA_SUPPLICANT_DRIVER := NL80211 WPA_SUPPLICANT_VERSION := VER_0_8_X BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_bcmdhd BOARD_HOSTAPD_DRIVER := NL80211 BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_bcmdhd BOARD_WLAN_DEVICE := bcmdhd WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/bcmdhd/parameters/firmware_path" #WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/bcmdhd.ko" WIFI_DRIVER_FW_PATH_STA := "/vendor/firmware/fw_bcmdhd.bin" WIFI_DRIVER_FW_PATH_P2P := "/vendor/firmware/fw_bcmdhd_p2p.bin" WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin" https://github.com/CyanogenMod/android_device_samsung_tuna/blob/jellybean/device.mk BOARD_WLAN_DEVICE_REV := bcm4330_b2 WIFI_BAND := 802_11_ABG $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk) Kernel source is here: https://github.com/C...ng_tuna/tree/jb Would love to help but no device tree made public yet from you ;)
Guest foobert Posted September 27, 2012 Report Posted September 27, 2012 (edited) never there you go, no expectations now I think it's great that Dazzozo has this attitude. If he converses with people in real life the same way that he does with others on this forum, it's hard to imagine him being able to make (or keep) very many friends. With fewer friends to distract him, the more free time he has to work on this ROM! :P Edited September 27, 2012 by foobert
Guest dt_matthews Posted September 27, 2012 Report Posted September 27, 2012 I think it's great that Dazzozo has this attitude. If he converses with people in real life the same way that he does with others on this forum, it's hard to imagine him being able to make (or keep) very many friends. With fewer friends to distract him, the more free time he has to work on this ROM! quote of the month
Guest Dazzozo Posted September 27, 2012 Report Posted September 27, 2012 I think it's great that Dazzozo has this attitude. If he converses with people in real life the same way that he does with others on this forum, it's hard to imagine him being able to make (or keep) very many friends. With fewer friends to distract him, the more free time he has to work on this ROM! LOL
Recommended Posts