Guest juanpablocastillo Posted June 12, 2014 Report Posted June 12, 2014 (edited) Here is. Android 4.0.x and above aren't vulnerable because the OpenSSL version is more older. The vulnerable versions are: -OpenSSL 1.0.0f -OpenSSL 1.0.1e and f The last is the case of Android 4.1.1 and higher, but, in Android 4.2 and later, Heartbeat has disabled by Google. So, don't worry, there isn't possible than Heartbleed bug work in 4.2 and later, and 4.0 and above. Edited June 12, 2014 by juanpablocastillo
Guest juanpablocastillo Posted June 12, 2014 Report Posted June 12, 2014 What? I never press the Post button. Automatic post???
Guest fonz93 Posted June 12, 2014 Report Posted June 12, 2014 (edited) As the app says the vulnerable behavior is not enabled, so heartbleed is not a problem, doesn't matter that is vulnerable when is disabled Edited June 12, 2014 by fonz93
Guest domenico76 Posted June 12, 2014 Report Posted June 12, 2014 5.8 porting : plain and smooth, so far so good!
Guest bogdanwp Posted June 12, 2014 Report Posted June 12, 2014 Battery is very good with 5.8 : 1d 3h , 7!% remaining. 1 hour voice calls , some messaging , some playing around and half an hour of wifi browsing.
Guest noobSU Posted June 12, 2014 Report Posted June 12, 2014 There is a toggle issue on recent build. I think the bluetooth main toggle & the location toggle is conflicting each other. When i open settings bluetooth toggle is off. But i scroll down to location option & then scroll up bluetooth toggle is on. Even bluetooth is off.
Guest moochermick Posted June 12, 2014 Report Posted June 12, 2014 There is a toggle issue on recent build.uploadfromtaptalk1402579527151.jpg Yes You're right, exit out of settings and back in and bt is off again, scroll down to location and back up and bt is on again. Weird
Guest hgoldy300 Posted June 12, 2014 Report Posted June 12, 2014 anybody else having problems with the dialer in the last version? keypad doesn't show at first when I click the button, I have to click the back button and click a second time for it to be displayed
Guest Swedoxi Posted June 12, 2014 Report Posted June 12, 2014 anybody else having problems with the dialer in the last version? keypad doesn't show at first when I click the button, I have to click the back button and click a second time for it to be displayed No, have you done a clean install of the rom?
Guest hgoldy300 Posted June 12, 2014 Report Posted June 12, 2014 Dirty install and that was my guess too. I'll try to do a clean install when next weekly comes out.
Guest bogdanwp Posted June 12, 2014 Report Posted June 12, 2014 anybody else having problems with the dialer in the last version? keypad doesn't show at first when I click the button, I have to click the back button and click a second time for it to be displayed No, have you done a clean install of the rom? This is a standard problem of CM11. The keypad lag was always present.
Guest hgoldy300 Posted June 12, 2014 Report Posted June 12, 2014 It's not the lag.. It doesn't show at all.
Guest bogdanwp Posted June 12, 2014 Report Posted June 12, 2014 Sorry i mistyped lag. Yes it doesn`t show the first time. Always was like this on CM11 and CM11 based roms for me.
Guest moochermick Posted June 12, 2014 Report Posted June 12, 2014 Sorry i mistyped lag. Yes it doesn`t show the first time. Always was like this on CM11 and CM11 based roms for me. Shows every time For me.
Guest spanitzer Posted June 12, 2014 Report Posted June 12, 2014 There is a toggle issue on recent build. I think the bluetooth main toggle & the location toggle is conflicting each other. When i open settings bluetooth toggle is off. But i scroll down to location option & then scroll up bluetooth toggle is on. Even bluetooth is off.uploadfromtaptalk1402579527151.jpg have you a other font?
Guest noobSU Posted June 12, 2014 Report Posted June 12, 2014 have you a other font?Do you mean that font is an issue? But no. Even Bluetooth toggle is switching on the location.
Guest spanitzer Posted June 12, 2014 Report Posted June 12, 2014 No. You have a other (or another?) font. Sorry for bad English. I'm on CM11 and i have a different font.
Guest Posted June 12, 2014 Report Posted June 12, 2014 (edited) @chil: I'm examining your kernel a bit (performance wise). Hope you don't mind I got a few suggestions for commit to *possibly* improve it's performance or at least the compiler's code generation: https://github.com/ARM-software/linux/commit/d25c881aa3aeea447d0511e391a06c56783d173c https://github.com/ARM-software/linux/commit/08928e7aea930e6822ce8f1b20068bf857ecf20d (that's a follow up from: https://github.com/ARM-software/linux/commit/a76d7bd96d65fa5119adba97e1b58d95f2e78829) https://github.com/ARM-software/linux/commits/master/arch/arm/include/asm/percpu.h https://github.com/ARM-software/linux/commit/09096f6a0ee2f2a26f3f11cf466fab0364405a23 https://github.com/moddingg33k/android_kernel_experimental/commit/cf26318bcd3bb1097673202ee7c3cc57b682b17b https://github.com/moddingg33k/android_kernel_experimental/commit/6faecd0f9f7f794aa98ff11f3b065c7da672a36a Sorry for that long list I'd also suggest to switch to GCC 4.8.3 for better code generation. (I prefer to use bare-metal GCC for kernel which is however not suitable for compiling the ROM) Just my 2 cents. Cheers Edited June 12, 2014 by Guest
Guest chil360 Posted June 12, 2014 Report Posted June 12, 2014 @chil: I'm examining your kernel a bit (performance wise). Hope you don't mind I got a few suggestions for commit to *possibly* improve it's performance or at least the compiler's code generation: https://github.com/ARM-software/linux/commit/d25c881aa3aeea447d0511e391a06c56783d173c https://github.com/ARM-software/linux/commit/08928e7aea930e6822ce8f1b20068bf857ecf20d (that's a follow up from: https://github.com/ARM-software/linux/commit/a76d7bd96d65fa5119adba97e1b58d95f2e78829) https://github.com/ARM-software/linux/commits/master/arch/arm/include/asm/percpu.h https://github.com/ARM-software/linux/commit/09096f6a0ee2f2a26f3f11cf466fab0364405a23 https://github.com/moddingg33k/android_kernel_experimental/commit/cf26318bcd3bb1097673202ee7c3cc57b682b17b https://github.com/moddingg33k/android_kernel_experimental/commit/6faecd0f9f7f794aa98ff11f3b065c7da672a36a Sorry for that long list I'd also suggest to switch to GCC 4.8.3 for better code generation. (I prefer to use bare-metal GCC for kernel which is however not suitable for compiling the ROM) Just my 2 cents. Cheers Of course I don't mind! :) Thanks for the list of patches - I have been looking at some of these already. I would like to switch to gcc 4.8 for the entire rom but it's causing random reboots at the moment. Would it be possible to publish your prebuilt toolchain? I would like to give it a try. Or could you give me the instructions of how you built it? Thanks
Guest Posted June 12, 2014 Report Posted June 12, 2014 My toolchain is non-static and might not work on your building environment. However I'll PM you regarding toolchain creation. I only got 60GB free on my virtual machine. I guess I cannot compile a ROM with such less space, else I would have tried to help you with GCC 4.8 rom compiling. At the moment most devs use to compile kernels with GCC 4.8 and ROMs with GCC 4.9/4.10. There is an GCC feature called LTO (Link Time Optimization). Using it on kernel source code requires further patches. and is kinda "experimental". Maybe it works well for an Android ROM. Just google it :)
Guest Posted June 12, 2014 Report Posted June 12, 2014 (edited) Cuz I'm trying to merge BFS scheduler and don't want you having to wait for too long you might wanna try it on your own meanwhile: You need: crosstoo-ng A short "how-to" which should guide you through everything: https://github.com/moddingg33k/toolchain_gcc_arm/tree/master/crosstool-ng%20linaro And here is my .config I used to create my bare-metal toolchain (for kernel only): http://pastebin.com/jLUr6tGk (it's set up for gcc 4.8.4) With this config you can skip (I guess): ./ct-ng list-samples ./ct-ng arm-unknown-linux-gnueabi ./ct-ng menuconfig Good luck m8. PM me when you need help. Edited June 12, 2014 by Guest
Guest JobSup Posted June 13, 2014 Report Posted June 13, 2014 I have WLAN problems with the 5.8 SlimKat. WLAN works fine after a reboot, but after a period of deep sleep (i.e. at night), I cannot activate WLAN after I wake up my phone. All switches just don't work, only reboot helps. Anybod else having similar problems or a fix?
Guest noobSU Posted June 13, 2014 Report Posted June 13, 2014 Please fix the issue of bluetooth & location toggle in settings. Both are conflicting with each other. If any of the toggle is on.
Guest noobSU Posted June 13, 2014 Report Posted June 13, 2014 No. You have a other (or another?) font. Sorry for bad English. I'm on CM11 and i have a different font.Screenshot_2014-06-12-19-46-17.pngyes. That's Robotto condensed in my screenshots.
Guest markoprogramer Posted June 13, 2014 Report Posted June 13, 2014 (edited) I have WLAN problems with the 5.8 SlimKat. WLAN works fine after a reboot, but after a period of deep sleep (i.e. at night), I cannot activate WLAN after I wake up my phone. All switches just don't work, only reboot helps. Anybod else having similar problems or a fix?I don't have that kind of problems. @chill360 I noticed that when the phone is ringing you can only answer or hang up, you can't put call in the background. Can you fix that? I tried to slide down the notification bar, rhat also didn't worked. But everyrhing else seams to work good. I am really happy with batery life. Keep it up. Edited June 13, 2014 by markoprogramer
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now