Author |
Modded Camera Driver for Sony Ericsson k850 |
rodrigoc_p Joined: Nov 06, 2007 Posts: 37 PM |
On 2008-12-02 13:56:48, chadiwrx wrote:
On 2008-12-02 02:52:33, brazuka wrote:
Cybershot™_v5.21_BestPicColor™ k850
download:
#1 post
I uploaded this driver & when i selected document mode the phone keeps crashing. Anyone else having this issue?
Add those lines after " #CHANGE_MODE(35,00)" in doc mode and test it:
$cl
$cx
; |
|
brazzuka's Joined: Nov 14, 2007 Posts: > 500 From: South World-Antartida-Sweden PM, WWW
|

[ This Message was edited by: brazuka on 2008-12-03 00:07 ] |
k770770 Joined: Jun 17, 2008 Posts: 23 PM |
Hello everybody
A problem:
$"CAMDRIVER0: 3M LOW COMPRESSION"
0D 02 00 0E // Start sending 13 bytes at adress 0E
84 03 // JPEG_MAX_CODE_SIZE = 900d
58 02 // JPEG_MIN_CODE_SIZE = 600d
52 03 // JPEG_TARGET_CODE_SIZE = 850d
50 // JPEG_INIT_QUALITY = 80d
46 // JPEG_FIRST_QUALITY = 70d
3C // JPEG_LAST_QUALITY = 60d
$f $ra 1111111111 $d0002
$cx
Compression ratio,These values, How to convert some people can tell me?? |
chadiwrx Joined: Sep 25, 2005 Posts: 336 PM |
On 2008-12-02 18:21:01, rodrigoc_p wrote:
Add those lines after " #CHANGE_MODE(35,00)" in doc mode and test it:
$cl
$cx
;
Cheers dude that worked |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
On 2008-12-03 04:52:12, k770770 wrote:
Hello everybody
A problem:
$"CAMDRIVER0: 3M LOW COMPRESSION"
0D 02 00 0E // Start sending 13 bytes at adress 0E
84 03 // JPEG_MAX_CODE_SIZE = 900d
58 02 // JPEG_MIN_CODE_SIZE = 600d
52 03 // JPEG_TARGET_CODE_SIZE = 850d
50 // JPEG_INIT_QUALITY = 80d
46 // JPEG_FIRST_QUALITY = 70d
3C // JPEG_LAST_QUALITY = 60d
$f $ra 1111111111 $d0002
$cx
Compression ratio,These values, How to convert some people can tell me??
84 03 = 0384 = 900
58 02 = 0258 = 600
52 03 = 0352 = 850
50=80
46=70
3C=60
all you need is windows calculator to convert hexdecimal to decimal
Samsung GT-i8910 Omnia HD K850 R1FA035 modded camdriver modded acoustic drivers www.camdrivers.wz. |
k770770 Joined: Jun 17, 2008 Posts: 23 PM |
Mr strong Great people, thank you!!!
"60d 70d 80d" if the value is set, then how come numerical "850d 600d 900d" Help me, thank you!!!! |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
On 2008-12-03 11:49:59, k770770 wrote:
Mr strong Great people, thank you!!!
"60d 70d 80d" if the value is set, then how come numerical "850d 600d 900d" Help me, thank you!!!!
convert 850=352 hex then set to conversely =52 03
|
k770770 Joined: Jun 17, 2008 Posts: 23 PM |
Mr strong Thank you for your answer!
"convert 850=352 hex then set to conversely =52 03",I know this.
I mean, how is 52 03 come from? |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
On 2008-12-03 13:57:22, k770770 wrote:
Mr strong Thank you for your answer!
"convert 850=352 hex then set to conversely =52 03",I know this.
I mean, how is 52 03 come from?
from 850 if you want i.e. 1500 jpeg target size (average size) =dc 05
Samsung GT-i8910 Omnia HD K850 R1FA035 modded camdriver modded acoustic drivers www.camdrivers.wz. |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
I mean, how is 52 03 come from?
850d (decimal)
=
352h (hex) = 0352h (hex)
=
5203h (hex, reversed)
|
Luhccas-U1a Joined: Mar 24, 2008 Posts: > 500 PM, WWW
|
Thinking on a way to edit wb one by one... Anyone have found a balanced value for WB_CC?Colors with "default" value looks like a n70. |
k770770 Joined: Jun 17, 2008 Posts: 23 PM |
Mr strong , Thank you for your help!!!
|
brazzuka's Joined: Nov 14, 2007 Posts: > 500 From: South World-Antartida-Sweden PM, WWW
|
|
tl24 Joined: Nov 04, 2008 Posts: 30 PM |
Just tried the new drivers and they're the best yet! keep up the good work homie! |
myimyic Joined: Aug 29, 2008 Posts: 5 PM |
On 2008-12-03 22:48:09, tl24 wrote:
Just tried the new drivers and they're the best yet! keep up the good work homie!
what new drivers? post them please! |
|