Author |
Super camera driver for k750/w800/w810 |
bfenw Joined: Jul 22, 2007 Posts: 19 PM |
Can someone post the instructions for zuza3 please. All of the links to the drivers for most drivers have only the camdriver0.dat and no instructions?
Thanks.
|
|
tranced Joined: Jan 19, 2006 Posts: > 500 From: Santo Domingo, wonDeRland PM |
@bfenw: hi!
what instructions do you mean? i think that driver does not need instructions.
|
obichamboza Joined: Jul 28, 2007 Posts: 153 PM |
right now im trying to brute force a CID 49 phone  |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
amarsidhu & DarKMaGiCiaN
your "big" pictures have 100% quality
(darkmagician: exif says '6.4' - some variation of my 6.4?)
it's a bit unusual because memory buffer allowed to create much bigger file than declared max (600kb). this can be proof that photo memory isn't allocated as special buffer but it's pointer to memory space where should always be free ~600kb. next part of memory after this ~600kb can be used by the phone for various things. if somehow it's free then big file size photo can be created (this is jpeg encoder issue because it shouldn't create more than 600kb - this sounds good in theory and worse in practice). if memory is occupied then error follows and reason of error (camera task) is closed
maybe...
_________________
W800 CID36 R1BD001
www.flickr.com/photos/8469432@N06/
[ This Message was edited by: Raiderski on 2007-07-31 22:38 ] |
chiliseo Joined: Jul 19, 2007 Posts: 66 From: El Salvador PM, WWW
|
Raiderski
Could you post a beta of your new 6.5 driver so we can test it?
sorry if I bother you,
I'm realy interested on your new driver cause I need the mxe-60 support
|
bfenw Joined: Jul 22, 2007 Posts: 19 PM |
@tranced: Hi,
I have spu 1.3b9 and it comes with instructions on how to set/unset SM and what the <> and zoom keys do etc. I would like to try zuza3 but only have camdriver0.dat. There are no instructions in it. What do I press to do what - or does it not do anything above the std camera driver in terms of clever stuff? Also, I have a w800i CID36 R1BC002 - will it be compatible do you know?
Thanks,
Brian. |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
chiliseo
it will be tomorrow (wednesday) i promise
|
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
Any of you camera modders know how I would change this to reduce compression? (from K800 driver) Or are there other things to change as well?
(driver availbale here http://rapidshare.com/files/46093875/camdriver0.rar.html )
//***************************************************
// JPEG Compression level, property 5
//***************************************************
//
// Compression Resolution Max Target Min Jpeg_first
// 0 => normal any 900 600 400 75
// 1 => low any 900 850 600 90
// 2 => normal VGA 150 55 10 75
// 3 => low VGA 150 80 10 90
// 4 => normal 1MP 400 200 60 75
// 5 => low 1MP 400 300 100 90
// 6 => normal 2MP 600 400 150 75
// 7 => low 2MP 600 500 400 90
// 8 => normal 3MP 800 600 400 75
// 9 => low 3MP 900 850 600 90
//----------------------------------------------------
|
tranced Joined: Jan 19, 2006 Posts: > 500 From: Santo Domingo, wonDeRland PM |
@bfenw: that driver does not have these features as these driver do. Someone correct me if i'm wrong. |
shouhei Joined: Apr 28, 2007 Posts: 66 PM |
On 2007-07-31 22:58:52, obichamboza wrote:
right now im trying to brute force a CID 49 phone
no need to brute force cid 49...use XS++ which has breakin to upload files
also look up GSlide for patching. |
amarsidhu Joined: Mar 09, 2004 Posts: 361 PM |
@raiderski: yes you are right there is no need to change the sharpness value.
and I am waiting for your 6.5 to test . and its Wednesday today:)
[addsig] |
amarsidhu Joined: Mar 09, 2004 Posts: 361 PM |
@ Raiderski: how can i get bigger file sizes? As you i got 802 Kb file size with your driver 6.4 (I don't know how)
but how can i get this all the time.
Just curious to know and for general knowledge sake.
[addsig] |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
On 2007-08-01 00:25:49, max_wedge wrote:
Any of you camera modders know how I would change this to reduce compression? (from K800 driver) Or are there other things to change as well?
(driver availbale here http://rapidshare.com/files/46093875/camdriver0.rar.html )
//***************************************************
// JPEG Compression level, property 5
//***************************************************
//
// Compression Resolution Max Target Min Jpeg_first
// 0 => normal any 900 600 400 75
// 1 => low any 900 850 600 90
// 2 => normal VGA 150 55 10 75
// 3 => low VGA 150 80 10 90
// 4 => normal 1MP 400 200 60 75
// 5 => low 1MP 400 300 100 90
// 6 => normal 2MP 600 400 150 75
// 7 => low 2MP 600 500 400 90
// 8 => normal 3MP 800 600 400 75
// 9 => low 3MP 900 850 600 90
//----------------------------------------------------
oops, here I mean (doh, // means "comment"!):
seq_set_prop_5_9 = $"3M_low_comp"
#SET_REG(19,5A) // JPEG_INIT_QUALITY = 0x5A = 90d
#SET_REG(13,84) #SET_REG(14,03)
#SET_REG(17,20) #SET_REG(18,03)
#SET_REG(15,58) #SET_REG(16,02);
thanks Mike2 - who pointed out to change #SET_REG(19,5F)
So here it is, anyone with cid49 K800 wanna test
http://rapidshare.com/files/46258856/camdriver0.rar.html (95% compression - instead of default 90%)
(includes sharpness mod by kopritis)
_________________
File System Tweaks for the K750 K750 Tricks
[ This Message was edited by: max_wedge on 2007-08-01 05:58 ] |
sowbran Joined: Jun 11, 2006 Posts: 158 From: Mexico PM |
On 2007-08-01 06:46:17, max_wedge wrote:
On 2007-08-01 00:25:49, max_wedge wrote:
Any of you camera modders know how I would change this to reduce compression? (from K800 driver) Or are there other things to change as well?
(driver availbale here http://rapidshare.com/files/46093875/camdriver0.rar.html )
//***************************************************
// JPEG Compression level, property 5
//***************************************************
//
// Compression Resolution Max Target Min Jpeg_first
// 0 => normal any 900 600 400 75
// 1 => low any 900 850 600 90
// 2 => normal VGA 150 55 10 75
// 3 => low VGA 150 80 10 90
// 4 => normal 1MP 400 200 60 75
// 5 => low 1MP 400 300 100 90
// 6 => normal 2MP 600 400 150 75
// 7 => low 2MP 600 500 400 90
// 8 => normal 3MP 800 600 400 75
// 9 => low 3MP 900 850 600 90
//----------------------------------------------------
oops, here I mean (doh, // means "comment"!):
seq_set_prop_5_9 = $"3M_low_comp"
#SET_REG(19,5A) // JPEG_INIT_QUALITY = 0x5A = 90d
#SET_REG(13,84) #SET_REG(14,03)
#SET_REG(17,20) #SET_REG(18,03)
#SET_REG(15,58) #SET_REG(16,02);
thanks Mike2 - who pointed out to change #SET_REG(19,5F)
So here it is, anyone with cid49 K800 wanna test
http://rapidshare.com/files/46258856/camdriver0.rar.html (95% compression - instead of default 90%)
(includes sharpness mod by kopritis)
_________________
File System Tweaks for the K750 K750 Tricks
[ This Message was edited by: max_wedge on 2007-08-01 05:58 ]
i like try this but i have cid 52 PD if can incresease the Color/saturation in this camdriver i think that only have to add 58 to the configuration what do you think this can work???
// Document mode settings
DOC_MODE = #COM_EVENT(55,02) // Increase contrast to 2
#COM_EVENT(56,08) // Increase sharpness to max (8)
#COM_EVENT(06,02) // Increase exposure to 2
#SET_REG(40,01) // AE_XENON_ISO = 100
#SET_REG(43,29) // CC_R_FLASH = 0x29 (colour temperature of 7500 K for flash)
#SET_REG(44,74); // CC_B_FLASH = 0x74 (colour temperature of 7500 K for flash)
#COM_EVENT(58,02) // color
// Normal (non-document) mode settings
NORM_MODE = #COM_EVENT(55,00) // Reset contrast
#COM_EVENT(56,08) // ff Reset sharpness // 08 sharpness to max (8)
#COM_EVENT(06,00) // Reset exposure
#SET_REG(40,07) // AE_XENON_ISO = 400
#SET_REG(43,2A) // CC_R_FLASH = 0x2A (colour temperature of 6800 K for flash)
#SET_REG(44,70); // CC_B_FLASH = 0x70 (colour temperature of 6800 K for flash)
#COM_EVENT(58,02) // color
[ This Message was edited by: sowbran on 2007-08-01 07:14 ] |
Milu Joined: Apr 11, 2007 Posts: 99 PM, WWW
|
Hi. anybody knows what i have to do??
i dont wanna change my phone |
|