Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
dkelley
Old
#431  
Senior Member
Thanks Meter 189
Posts: 2,883
Join Date: May 2010
Location: Maple Ridge (close to Vancouver)
Sweet work - amazing that you're managing to work around your previous frustrations with this project!

abra cadabra - camera will work one day :)

the rest is your own abra cadabra magic to get a 300% decrease (or is it 200%? I can never think clearly in percentage math) in your boot time!!

So are we getting to the point where the only significant issue is the camera instability?

Cuz what your .35 kernel brings to the table it simply outstanding :)
SAMSUNG GALAXY NOTE i717D
--Team Perfection's ICS Objection - with new S-pen g-apps!

Somewhere lying around in the basement:
HTC HERO (with expired battery):
--Vanilla Eclair 6 - fastest rom ever
--Decked! gb aosp 1.3 - fastest gb rom ever

LG Optimus M 690:
--stock 2.2 - for game/app development/testing

My favorite blogs:
Android Zorro: Underground Inside Scoop

Google: Android Developers

Android Phone Fans: Phandroid
 
keyra74
Old
(Last edited by keyra74; 14th March 2011 at 09:40 AM.)
#432  
Senior Member
Thanks Meter 71
Posts: 774
Join Date: Aug 2009
faster boot confirmed go riemer go !
boot is indeed faster but now it takes age to wake up from lockscreen
doesn't even wake up now, had to restore
 
riemervdzee
Old
#433  
riemervdzee's Avatar
Recognized Developer - OP
Thanks Meter 297
Posts: 593
Join Date: May 2010
Location: Dokkum
Quote:
Originally Posted by keyra74 View Post
faster boot confirmed go riemer go !
boot is indeed faster but now it takes age to wake up from lockscreen
doesn't even wake up now, had to restore
I switched back to the completefair-sceduler(CFS), instead of the brain****-sceduler(BFS) in earlier builds.
When finally booted up, there is quite a high load generated by everything. I guess BFS put some extra cpu cycles into the GUI elements making the phone appearing more responsive. However the load is solved way quicker in the CFS one.

Still, I agree the first boot is kinda a long trip when the whole phone is fired up in CFS. I think this is due the fact SD-card IO operations take too long, do you have a lot of apps on the sd-card? (apps2sd, by script of froyo-style?).
Hope to tackle this problem in the future, so we can continue with CFS.

However when all fired up, CFS works better for me. With BFS I sometimes had the problem it didn't gave some CPU cycles to SetCPU, which in turn would increase the CPUfreq when I turn on the screen. So with BFS I couldn't unlock sometimes... :P

@dkelley, camera is currently one of the main issues aye. Still some more speed is always welcome, but the whole kernel is coming along quite good actually :)
Devices: HTC One X, HTC Hero GSM

My Github: linky
- HTC One X kernel playground, based on Franco's
- 2.6.35 port for the Hero
 
keyra74
Old
#434  
Senior Member
Thanks Meter 71
Posts: 774
Join Date: Aug 2009
yeah i have a bunch of apps installed with app2sd
 
riemervdzee
Old
#435  
riemervdzee's Avatar
Recognized Developer - OP
Thanks Meter 297
Posts: 593
Join Date: May 2010
Location: Dokkum
Quote:
Originally Posted by keyra74 View Post
yeah i have a bunch of apps installed with app2sd
I'll see what I can do
Devices: HTC One X, HTC Hero GSM

My Github: linky
- HTC One X kernel playground, based on Franco's
- 2.6.35 port for the Hero
 
sotux
Old
#436  
Junior Member
Thanks Meter 6
Posts: 16
Join Date: Oct 2009
Location: Shanghai
Quote:
Originally Posted by riemervdzee View Post
I switched back to the completefair-sceduler(CFS), instead of the brain****-sceduler(BFS) in earlier builds.
When finally booted up, there is quite a high load generated by everything. I guess BFS put some extra cpu cycles into the GUI elements making the phone appearing more responsive. However the load is solved way quicker in the CFS one.

Still, I agree the first boot is kinda a long trip when the whole phone is fired up in CFS. I think this is due the fact SD-card IO operations take too long, do you have a lot of apps on the sd-card? (apps2sd, by script of froyo-style?).
Hope to tackle this problem in the future, so we can continue with CFS.

However when all fired up, CFS works better for me. With BFS I sometimes had the problem it didn't gave some CPU cycles to SetCPU, which in turn would increase the CPUfreq when I turn on the screen. So with BFS I couldn't unlock sometimes... :P

@dkelley, camera is currently one of the main issues aye. Still some more speed is always welcome, but the whole kernel is coming along quite good actually :)
In the hero's BoardConfig.mk file, there is a definition as BOARD_USES_ECLAIR_LIBCAMERA := true
Shall we remove this definition to use froyo camara jni when compiling the rom ?
 
riemervdzee
Old
#437  
riemervdzee's Avatar
Recognized Developer - OP
Thanks Meter 297
Posts: 593
Join Date: May 2010
Location: Dokkum
Quote:
Originally Posted by sotux View Post
In the hero's BoardConfig.mk file, there is a definition as BOARD_USES_ECLAIR_LIBCAMERA := true
Shall we remove this definition to use froyo camara jni when compiling the rom ?
I'm afraid that will break support with the closed-source HTC camera control library. Also the camera works with one picture at a time now (after picture, reboot hehe), so I guess it just needs a few kicks in the nuts to get it working
No need to switch bases/interfaces like you propose.
Devices: HTC One X, HTC Hero GSM

My Github: linky
- HTC One X kernel playground, based on Franco's
- 2.6.35 port for the Hero
 
Ciprilik
Old
#438  
Ciprilik's Avatar
Senior Member
Thanks Meter 66
Posts: 537
Join Date: Aug 2010
Location: Piatra Neamt
Quote:
Originally Posted by riemervdzee View Post
(...) the camera works with one picture at a time now (after picture, reboot hehe), so I guess it just needs a few kicks in the nuts to get it working (...)
Dunno if it helps, but this was the same first problem that came with making the camera work on Gingerbread until SteelBytes fixed the camera fully. One shot then the camera stoped working.
Samsung Galaxy S GT-I9000



Rom: CyanogenMod 10 -> 27/10/2012 Nightly
Kernel: Stock

If my post helped you, please consider hitting the Thanks button on the left. Try it, it doesn't hurt !

Need more space to backup your files? Do it in the "cloud"! Use Dropbox and get 2GB for FREE... click the blue box above to register and we both get 250MB of additional free space.
 
riemervdzee
Old
#439  
riemervdzee's Avatar
Recognized Developer - OP
Thanks Meter 297
Posts: 593
Join Date: May 2010
Location: Dokkum
Quote:
Originally Posted by Ciprilik View Post
Dunno if it helps, but this was the same first problem that came with making the camera work on Gingerbread until SteelBytes fixed the camera fully. One shot then the camera stoped working.
I think I'm getting very close, I was able to take 6 pictures this morning. Then I tried to reopen the cam a few times and at the third time it went poof...
Gonna try it again a few times today.

I also noticed there is some wake-up problems when clocking too low. I prefer to have a screen off profile with 176-264 ondemand gov. Then it wakes up quite quickly. Other governors perform poorly though..
Devices: HTC One X, HTC Hero GSM

My Github: linky
- HTC One X kernel playground, based on Franco's
- 2.6.35 port for the Hero
 
krygo
Old
#440  
krygo's Avatar
Senior Member
Thanks Meter 46
Posts: 354
Join Date: Nov 2010
Location: Przemysl

 
DONATE TO ME
Quote:
Originally Posted by riemervdzee View Post
I think I'm getting very close, I was able to take 6 pictures this morning. Then I tried to reopen the cam a few times and at the third time it went poof...
Gonna try it again a few times today.

I also noticed there is some wake-up problems when clocking too low. I prefer to have a screen off profile with 176-264 ondemand gov. Then it wakes up quite quickly. Other governors perform poorly though..
With this kernel we can have working camera in Sense 2.2 roms like ChocolateFroyo ?

 
Post Reply+
Tags
2.6.35, kernel
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...