Guest marcolino123 Posted August 13, 2010 Report Posted August 13, 2010 (edited) Hi all dev!!!There is a way to port the apk "NoLed" of samsung galaxy S on ourliquid..this will be a chance to have "status leds" on our screen.. :D EDIT: Here is the link http://forum.xda-developers.com/showthread.php?t=730692 Edited August 13, 2010 by marcolino123
Guest akira.pwr Posted August 13, 2010 Report Posted August 13, 2010 Hi all dev!!!There is a way to port the apk "NoLed" of samsung galaxy S on ourliquid..this will be a chance to have "status leds" on our screen.. :D EDIT: Here is the link http://forum.xda-developers.com/showthread.php?t=730692 There are talking about amoled screens... We haven't it...
Guest Ayur Posted August 14, 2010 Report Posted August 14, 2010 (edited) Hmmm, is there some kind of dithering active? I noticed a bit less banding, but the homescreen (including the widgets) became a little grainy. I don't know if this is a bug or a feature (of your work or froyo itself *G*). Anyway: Everything works as it should - all BT devices connected without a problem and they work this time. Thanks phhusson :D Edit: And no - I'm not using CM6 :D Edited August 15, 2010 by Ayur
Guest xaueious Posted August 14, 2010 Report Posted August 14, 2010 (edited) Find N1's highmem patch is the easiest way :D But there are other ways to fix this. The problem is not in those mem offsets, it's way more complicated, and is mostly a virtual memory problem that I barely understand. Not even Cyanogen has it :D http://twitter.com/cyanogen/status/21108579427 What do you think our chances are if I copied your commits to the Liquid kernel to the Liquid E kernel or something... If not I guess I'll just live with it. http://gitorious.org/liquide/kernel Edited August 14, 2010 by xaueious
Guest boostnek9 Posted August 14, 2010 Report Posted August 14, 2010 Hey Phh... If I can get my hands on a boot.img with himem included and hand it to you, could you make a boot.img for liquid users? :D
Guest Quipeace Posted August 14, 2010 Report Posted August 14, 2010 Hmmm, is there some kind of dithering active? I noticed a bit less banding, but the homescreen (including the widgets) became a little grainy. I don't know if this is a bug or a feature (of your work or froyo itself *G*). Anyway: Everything works as it should - all BT devices connected without a problem and they work this time. Thanks phhusson :D Yes, You can disable/enable it in settings > cyanogenmod settings > performance.
Guest koudelka Posted August 14, 2010 Report Posted August 14, 2010 Yes, You can disable/enable it in settings > cyanogenmod settings > performance. I think that is only if you are running cyanogenmod rom :D
Guest phhusson Posted August 14, 2010 Report Posted August 14, 2010 Not even Cyanogen has it :D http://twitter.com/cyanogen/status/21108579427 What do you think our chances are if I copied your commits to the Liquid kernel to the Liquid E kernel or something... If not I guess I'll just live with it. http://gitorious.org/liquide/kernel The kernel I use is the kernel for LiquidE ! The onnly difference between working 512MB, and not fully 512MB, is the VMSPLIT option. The kernel needs to map the whole memory in its virtual memory space. When there is 2GB available (default acer config), it's quite easy, when there is only 1GB (config needed for all other roms), it's more complicated. Hey Phh... If I can get my hands on a boot.img with himem included and hand it to you, could you make a boot.img for liquid users? :D No, I really need the patch on the source code.
Guest Quipeace Posted August 14, 2010 Report Posted August 14, 2010 I think that is only if you are running cyanogenmod rom :D Wrong thread, sorry XD.
Guest m3allak Posted August 14, 2010 Report Posted August 14, 2010 About Battery consumption, I flashed phhroyo over last bin (1.000.63) and i can say that it's very very satisfying (about 0,5 % per hour in stand by) i've never had this battery consumption rate before (I'm not using any specific task killer) I just kill apps sometimes with SystemPanelLite
Guest simoneser Posted August 15, 2010 Report Posted August 15, 2010 (edited) Oh, I noticed one thing from the first versions of Froyo's rom. With both ES File Explorer and Astro i don't have any thumbnails for my .apk files stored on the SD. It's a bit annoying: can you check if it's working. Anyway I don't know to what is related... Edited August 15, 2010 by simoneser
Guest phhusson Posted August 15, 2010 Report Posted August 15, 2010 Oh, I noticed one thing from the first versions of Froyo's rom. With both ES File Explorer and Astro i don't have any thumbnails for my .apk files stored on the SD. It's a bit annoying: can you check if it's working. Anyway I don't know to what is related... I can confirm it's not working, I even get some error message, but nothing I can see how to fix :D
Guest pajn Posted August 15, 2010 Report Posted August 15, 2010 I can confirm it's not working, I even get some error message, but nothing I can see how to fix :D Works for me, but I didn't wipe data when going from 2.1 so it's maybe cached up somewhere? -No notification LEDS (Android app coder needed !) So they are supported in kernel? What's needed?
Guest Quipeace Posted August 16, 2010 Report Posted August 16, 2010 (edited) Works for me, but I didn't wipe data when going from 2.1 so it's maybe cached up somewhere? So they are supported in kernel? What's needed? It's actually quite easy, but every change I make to liblights doesn't seem to have any effect on the device. The leds are supported by the kernel, and can be turned on. echo 3 > /.../.../leds2/mail I forgot the exact path, but that's how they work, and should work. The modifications can be done in lights.c (hardware/msm7k/liblights), write_int(CALL_LED_FILE, 3); with CALL_LED_FILE being defined as the path to the correct led, described above. So far I haven't looked into the cleanest way to have the correct led turned on, not even the debug lines I add in show up on the device... EDIT: Lol, I just noticed I'm a "Diehard" XD. Edited August 16, 2010 by Quipeace
Guest tmp_do Posted August 16, 2010 Report Posted August 16, 2010 /sys/class/leds2/* "0" turn off led
Guest supergod Posted August 16, 2010 Report Posted August 16, 2010 I don't know why, but I feel laggy and unresponsive with the FRF91 Rev3.... The unit had become so hot as well. Quite a number of FC occasionally. May be it's just me, I am being unlucky Anyway, I am sure the Froyo port is a great project. Hope there will be a working rom soon. Keep it up!
Guest bais Posted August 16, 2010 Report Posted August 16, 2010 I really think that the highmem settings aren't good. I get lags sometimes and using a custom preset with autokiller: Advanced settings: 10,14,28,40,50,60 really makes it better, but I have to reapply these when I reboot my phone.
Guest phhusson Posted August 16, 2010 Report Posted August 16, 2010 (edited) I really think that the highmem settings aren't good. I get lags sometimes and using a custom preset with autokiller: Advanced settings: 10,14,28,40,50,60 really makes it better, but I have to reapply these when I reboot my phone. It's lowmemorykiller, not highmem. Anyway, I'm not a modder, I make hardware work and that's all. I let modders set this properly. (Also what is the units of your app ? The only available interface is 4kB(=a little memory page) as unit and 60*4kB seems to be a really low setting. And which device ? Liquid or LiquidE ?) Edited August 16, 2010 by phhusson
Guest bais Posted August 16, 2010 Report Posted August 16, 2010 My bad I knew I should have checked if it was high mem or lowmem. Anyway the units are Mb and I use Liquid not E.
Guest phhusson Posted August 16, 2010 Report Posted August 16, 2010 My bad I knew I should have checked if it was high mem or lowmem. Anyway the units are Mb and I use Liquid not E. Ok, that's what I thought, but that sounds like really aggressive settings
Guest bais Posted August 16, 2010 Report Posted August 16, 2010 I guess, maybe 10,14,28,30,35,40 is better.
Guest Delnar_Ersike Posted August 16, 2010 Report Posted August 16, 2010 Actually, I was messing around with autokiller settings, and I found setting it to 6, 8, 16, 24, 64, 96 is the best (foreground app, visible app, secondary server, hidden app, content provider, and empty app in that order). If the final two seem like overkill, you can bring them down to 32 and 48 (I like setting numbers whose prime factors are only 2 and/or 3, call it OCD if you want :D ); though the settings seem less aggressive that way, the difference in speed is actually visible. Maybe 48, 64 would be the happy medium? Just don't raise the setting for hidden apps... some ROM's made that mistake (*cough*Xian's ROM*cough*) and the device appeared to run a lot slower because of this (since all the apps in the background that were loaded into the RAM were killed, therefore they had to re-load themselves every time you entered them; this included the home launcher).
Guest pajn Posted August 16, 2010 Report Posted August 16, 2010 It's actually quite easy, but every change I make to liblights doesn't seem to have any effect on the device. The leds are supported by the kernel, and can be turned on. echo 3 > /.../.../leds2/mail I forgot the exact path, but that's how they work, and should work. The modifications can be done in lights.c (hardware/msm7k/liblights), write_int(CALL_LED_FILE, 3); with CALL_LED_FILE being defined as the path to the correct led, described above. So far I haven't looked into the cleanest way to have the correct led turned on, not even the debug lines I add in show up on the device... I can't find lights.c (I don't have a hardware folder). Is http://gitorious.org/~phhusson/liquidproje...hhussons-kernel the correct kernel? (seems wrong because the last commit was on June 23)
Guest phhusson Posted August 16, 2010 Report Posted August 16, 2010 I can't find lights.c (I don't have a hardware folder). Is http://gitorious.org/~phhusson/liquidproje...hhussons-kernel the correct kernel? (seems wrong because the last commit was on June 23) lights.c is a userland/android stuff, in hardware/msm7k/liblights in any android tree. The correct kernel http://gitorious.org/liquide/kernel/, but that's not what you want there :D Anyway, I'm on it, I've already battery led working :-)
Guest Piter1225 Posted August 16, 2010 Report Posted August 16, 2010 Anyway, I'm on it, I've already battery led working :-) Nice, better to have one led than none of them
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now