Esato Mobile
Sony Ericsson / Sony : Software, Firmware and Drivers : Modded Camera Driver for k800i/k810i
> New Topic
> Reply
< Esato Forum Index > Sony Ericsson / Sony > Software, Firmware and Drivers > Modded Camera Driver for k800i/k810i Bookmark topic
Page <  123 ... 297298299 ... 345346347>

pietropizzi Posts: 130

OK, 2 discoveries yesterday (maybe already known, I don't know)

1) You can delete the whole property 6 - code in camdriver, zoom still works as usual

I played around for hours on getting focus on prop 6 - no chance - zoom always worked
just to discover you can delete all the code of prop 6 and zoom still works !

It must have something to do with Linear zoom, property 25 because
when you change here #COM_EVENT(61,40) to #COM_EVENT(61,20)
the blue marker stops somewhere in the middle and doesn't zoom out further

And changing #COM_EVENT(61,40) to something like #COM_EVENT(43,10) for testing disables zoom.

2) When you put #SET_REG(3e,01) to #SET_REG(3e,05)in prop 25 you get
very small zoom steps between min/max - thats what we wanted to be able to work on focus --> zoomkeys

But I was sad after hours to discover that NOTHING overrules setting Zoom on Zoomkeys.


--
Posted: 2008-01-18 12:26:59
Edit : Quote

Raiderski Posts: > 500

i'm playing with zoom using all my knowledge from 2mp camdriver but still i'm with nothing too. let's summarize:

1. seq_set_prop_6
traditional zoom functionality is somehow blocked in K800. this code must work because:

- this cannot be permanent blockade
- this code in K850 is actualized
- it is on supported properties list
- we need it

2. seq_set_prop_19
linear (or rather continuous) zoom is in use but it's useless for us. we must kill this zoom and restore zoom from prop_6

3. i removed all occurences of _prop_19_ and replaced with this:
seq_set_prop_19 = $u06;

no response from _prop_6 :|

ok, that's all for now


_________________
K800 R1KG001
W800 CID36 R1BD001 (driver 6.7.2)
raider.4shared.com
flickr.com/photos/raiderek

[ This Message was edited by: Raiderski on 2008-01-18 12:34 ]
--
Posted: 2008-01-18 13:33:07
Edit : Quote

Raiderski Posts: > 500

grrr! XS++ is killing me. can someone help me to upload patch to move drivers to accessible phone memory? contact at PM, anyone please?
--
Posted: 2008-01-18 15:02:18
Edit : Quote

number1 Posts: > 500

i'm good with patches and stuff, i notice you use the old R1KG001 firmware i'm not sure for a patch exicts for these firmware but i'll have a look,
--
Posted: 2008-01-18 15:16:36
Edit : Quote

Goldmen Posts: > 500

I try to change WB settings,but I don`t know how...
I wanna set Daylight WB as default (All auto) without flash and Incadescent WB in Auto when flash fired.
Can some1 help me...?

_________________
http://Goldman-K800i.4shared.com/


[ This Message was edited by: Goldmen on 2008-01-18 15:04 ]
--
Posted: 2008-01-18 15:29:59
Edit : Quote

jomateixa Posts: > 500


On 2008-01-18 15:02:18, Raiderski wrote:
grrr! XS++ is killing me. can someone help me to upload patch to move drivers to accessible phone memory? contact at PM, anyone please?



Why don't you use FAR Manager?
--
Posted: 2008-01-18 15:44:22
Edit : Quote

pietropizzi Posts: 130


On 2008-01-18 15:29:59, Goldmen wrote:
I try to change WB settings,but I don`t know how...
I wanna set Daylight WB as default (All auto) without flash and Incadescent WB in Auto when flash fired.
Can some1 help me...?


Try changing
seq_set_prop_1_0 = #COM_EVENT(11,00); --> Default
to
seq_set_prop_1_0 = #COM_EVENT(11,05); --> Copy from Daylight

Second part of your question I don't understand
--
Posted: 2008-01-18 16:09:08
Edit : Quote

Goldmen Posts: > 500


On 2008-01-18 16:09:08, pietropizzi wrote:
Try changing
seq_set_prop_1_0 = #COM_EVENT(11,00); --> Default
to
seq_set_prop_1_0 = #COM_EVENT(11,05); --> Copy from Daylight

Second part of your question I don't understand

"05" is daylight....?
Thank you!
I mean when all settings are auto:
1.Good light condition,no flash needed-WB is default
2.Low light condition,flash needed and fired-update WB from default to incadescent
May be some changes in property 23...?

_________________
http://Goldman-K800i.4shared.com/


[ This Message was edited by: Goldmen on 2008-01-18 15:29 ]
--
Posted: 2008-01-18 16:19:33
Edit : Quote

anonym1s Posts: 2


On 2008-01-10 17:17:14, milan91 wrote:
Here is original patch:

Code:
;K810 SW-R8BA024
;ifs/settings/acoustic -> usb/other/se/acoustic
;ifs/settings/camera -> usb/other/se/camera
;By Mike (a.k.a. Stonos, Darky)
;This really works!

+44140000

1A72EBC: 2F006900660073002F00730065007400 2F007500730062002F006F0074006800
1A72ECC: 740069006E00670073002F0061006300 650072002F00730065002F0061006300
1A72EDC: 6F0075007300740069006300 6F0075007300740069006300

19FA75E: 2F006900660073002F00730065007400 2F007500730062002F006F0074006800
19FA76E: 740069006E00670073002F0063006100 650072002F00730065002F0063006100
19FA77E: 6D00650072006100 6D00650072006100


Now i put some camdrivers in other, and if i want to change only delete old from other/se/camera and copy new to other/se/camera



Hi milan91!
I think these patches are very useful for anyone who likes to test the drivers.
How did you make them? Have you got a patch maker? Can you share it with me, please?
--
Posted: 2008-01-18 16:38:58
Edit : Quote

pietropizzi Posts: 130


On 2008-01-18 16:19:33, Goldmen wrote:

On 2008-01-18 16:09:08, pietropizzi wrote:
Try changing
seq_set_prop_1_0 = #COM_EVENT(11,00); --> Default
to
seq_set_prop_1_0 = #COM_EVENT(11,05); --> Copy from Daylight

Second part of your question I don't understand

"05" is daylight....?
Thank you!
I mean when all settings are auto:
1.Good light condition,no flash needed-WB is default
2.Low light condition,flash needed and fired-update WB from default to incadescent
May be some changes in property 23...?



I still don't get it...

If you want
DEFAULT AUTO WB ---> DEFAULT DAYLIGHT WB set
seq_set_prop_1_0 = #COM_EVENT(11,05);

If you want set a WB when flash needed set it in prop 23

right before $"autoflash" in the R6 camera version I would put a
#COM_EVENT(11,xx)

Take care if set to Auto (00) you should put an UpdateWB somewhere....I think..


--
Posted: 2008-01-18 16:44:43
Edit : Quote
Page <  123 ... 297298299 ... 345346347>

New Topic   Reply
Forum Index

Esato home