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
Genus 6.0 :
"
//**************************************************
// ISO, property 17, 0x11 ****
//**************************************************
// 0 => Auto 1 => 100 2 => 200 3 => 400
// 4 => 800 5 => Not impl.
//--------------------------------------------------
seq_set_prop_11_0 = $s8 00
#COM_EVENT(02,00); // Auto
seq_set_prop_11_1 = $s8 01
$"Iso_100"
#SET_REG(2a,01)
#COM_EVENT(02,04); // ISO 100
seq_set_prop_11_2 = $s8 04
$"Iso_200"
#SET_REG(2a,04)
#COM_EVENT(02,04); // ISO 200
seq_set_prop_11_3 = $s8 07
$"Iso_400"
#SET_REG(2a,07)
#COM_EVENT(02,04); // ISO 400
seq_set_prop_11_4 = $s8 10
$"Iso_800"
#SET_REG(2a,0a)
#COM_EVENT(02,04); // ISO 800
seq_set_prop_11_5 = ;
"
How can I change ISO? Can I block it?
I don't understand it.
--
Posted: 2008-01-08 23:09:25
Edit :
Quote
every wonded why the k800i pictures look like, its the whitebalance the k800i uses it's like a massive filter, it limits colours and makes pictures look cloudy simple soloution turn off it in the driver like i did.
--
Posted: 2008-01-09 12:23:00
Edit :
Quote
I've been watching carefully the kop 2.7 code and OMG, it's EXACTLY the 2.5 Wilma except Sharpness (08) and this JPEG mod:
// JPEG settings
#SET_REG(12,13) // JPEG_RETRY_LIMIT = 0x1388 = 5000d milliseconds
#SET_REG(11,88) //
#SET_REG(19,50) // JPEG_INIT_QUALITY = 0x4B = 75d
//#SET_REG(1A,3C) // JPEG_FIRST_QUALITY = 0x3C = 60
//#SET_REG(1B,3C) // JPEG_LAST_QUALITY = 0x3c = 60
#SET_REG(20,5a) // JPEG_BURST_QUALITY = 0x50 = 80d => 700kB images
NO other changes :S
Later I will post the changes in the Ju Ming mod I used for Ultimate
--
Posted: 2008-01-09 13:52:32
Edit :
Quote
On 2008-01-09 12:23:00, number1 wrote:
every wonded why the k800i pictures look like, its the whitebalance the k800i uses it's like a massive filter, it limits colours and makes pictures look cloudy simple soloution turn off it in the driver like i did.
explain plz bro.
--
Posted: 2008-01-09 14:20:29
Edit :
Quote
Here is little test
http://img209.imageshack.us/img209/6563/testtq8.jpg
http://img228.imagevenue.com/[....]mage=74554_test2_123_205lo.jpg
First on imageshack.us and size is 1.3MB, second on imagevenue.com and size 2.6MB
--
Posted: 2008-01-10 15:22:08
Edit :
Quote
can give me the link for dl the camdriver?
4shared can dl...
--
Posted: 2008-01-10 15:39:24
Edit :
Quote
great photos... i think genus has clear shots there...
--
Posted: 2008-01-10 15:42:48
Edit :
Quote
And i think

+better night pictures with super night mode, and better night pictures with flash and without, and there is little noise
Good job genus
Now with patch ifs/settings/camera --------> usb/other/se/camera i can test camdrivers without computer, and that is much better
_________________
http://www.flickr.com/photos/17422592@N02/
Ericsson 628>3210>3310>3410>3510>siemens mc60>K750i>> 2x nokia 6630>>w810i>>Sony Ericsson K800i modded +1GB SanDisk M2+k810 new sw
[ This Message was edited by: milan91 on 2008-01-10 14:58 ]
--
Posted: 2008-01-10 15:56:18
Edit :
Quote
Now with patch ifs/settings/camera --------> usb/other/se/camera i can test camdrivers without computer, and that is much better
How did you do?
--
Posted: 2008-01-10 17:02:15
Edit :
Quote
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
But i dont want acoustic, i edit patch
Code:
;K810 SW-R8BA024
;ifs/settings/camera -> usb/other/se/camera
;By Mike (a.k.a. Stonos, Darky)
;This really works!
+44140000
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
--
Posted: 2008-01-10 17:17:14
Edit :
Quote
New Topic
Reply