Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Mobile SE k750/w800/w810 Tunned CamDriver v1.90

Author Mobile SE k750/w800/w810 Tunned CamDriver v1.90
paparazy
K750
Joined: Dec 04, 2006
Posts: 239
PM
Posted: 2007-10-30 13:28
Reply with quoteEdit/Delete This PostPrint this post
@ sombra

Bom dia amigo
os modelos CCDs tem qualidade superior mas temos que levar em conta o consumo de energia do sensor, o Flash xeon e a vida útil... você vai tirar umas 30 fotos e já com o cmos flash led com enhanced umas 120 risos..

quando eu digo vida útil eu digo qual dura mais? um led ou um flash xeon? um cmos ou um CCD? Pelas informações que tenho de técnicos o CCD e flash xeon queima fácil..

o celular perfeito pra mim foi o k750 cid36 hackeado com enhanced e som enhanced... mas eles tinham que mudar o k750 para pior assim os modelos novos vendem, felizmente eu consegui corrigir isso mas ficou um pouco mais lento o processo mas mesmo assim vale apena...

Obs: o driver que você usa tem erros e comandos sem uso..


On 2007-10-30 01:54:14, Sombra wrote:
Paparazy, se você for trocar de telefone agora, espere um pouco mais e pegue o K850, ele sim que é o bicho, além de ser levemente parecido com o K750 (não gostei do aspecto do K790/K800).

O melhor mesmo é a duração da bateria, que é o mesmo do K750 para todas as condições, já o K800 possui bem menos tempo de duração da carga.



[ This Message was edited by: paparazy on 2007-10-30 13:17 ]
Guto_ViP
T200
Joined: Sep 24, 2007
Posts: > 500
From: |Brazil|
PM, WWW
Posted: 2007-10-30 18:46
Reply with quoteEdit/Delete This PostPrint this post

On 2007-10-30 13:28:46, paparazy wrote:

o celular perfeito pra mim foi o k750 cid36 hackeado com enhanced e som enhanced... mas eles tinham que mudar o k750 para pior assim os modelos novos vendem, felizmente eu consegui corrigir isso mas ficou um pouco mais lento o processo mas mesmo assim vale apena...

[ This Message was edited by: paparazy on 2007-10-30 13:17 ]


Como assim, o que você fez no seu K750 para melhorá-lo?
Love or hate me...

Nokia 5120 -> Nokia 6120 -> SE T200 -> Motorola V800 -> SE W800 (stay with my wife) - > SE K800 (stay with my mom) -> Nokia N82 Silver -> Nokia N82 Black Edition - Firmware v30.0.019 -> What is the next??.
paparazy
K750
Joined: Dec 04, 2006
Posts: 239
PM
Posted: 2007-10-30 19:11
Reply with quoteEdit/Delete This PostPrint this post
@ Guto_Vip

Olá quando digo que o k750 novo mudou foi que o sensor mudou, as fotos ficam verdes a noite ai eu corrigi isso no enhanced do meu driver só isso. claro o k800 é melhor em termos.. até


On 2007-10-30 18:46:37, Guto_ViP wrote:

On 2007-10-30 13:28:46, paparazy wrote:

o celular perfeito pra mim foi o k750 cid36 hackeado com enhanced e som enhanced... mas eles tinham que mudar o k750 para pior assim os modelos novos vendem, felizmente eu consegui corrigir isso mas ficou um pouco mais lento o processo mas mesmo assim vale apena...

[ This Message was edited by: paparazy on 2007-10-30 13:17 ]


Como assim, o que você fez no seu K750 para melhorá-lo?



[ This Message was edited by: paparazy on 2007-10-30 18:12 ]
Guto_ViP
T200
Joined: Sep 24, 2007
Posts: > 500
From: |Brazil|
PM, WWW
Posted: 2007-11-01 14:43
Reply with quoteEdit/Delete This PostPrint this post
Ahhh bom.... entendi! heeheheh Achei que você tinha mudado radicalmente algo no seu celular.
Love or hate me...

Nokia 5120 -> Nokia 6120 -> SE T200 -> Motorola V800 -> SE W800 (stay with my wife) - > SE K800 (stay with my mom) -> Nokia N82 Silver -> Nokia N82 Black Edition - Firmware v30.0.019 -> What is the next??.
paparazy
K750
Joined: Dec 04, 2006
Posts: 239
PM
Posted: 2007-11-19 13:34
Reply with quoteEdit/Delete This PostPrint this post
// lembre valores em hexdecimal 00, 01, 02, 03, 04, 05, 06, 07, 08, 09, 0a, 0b, 0c, 0d, 0e, 0f, 10....

//************************************************
// Exposure property 0 *******(THis is the exposure setting taken from the W900)
//************************************************

// 0 => -3 EV, 1=> -(2 2/3) EV .... 15=> 2 EV
//---------------------------------------------------
seq_set_prop_0=$s0 %0 $-0 09 $b0 00 5 3 06 02 00 01 $w0 06 #CMD_END; // altere o 09 para 0a você diminui o ev (exposição) padrão


// Configuração Video k750


VR_NORMAL_MODE_FR=3C; // fps grav video normal
VR_NIGHT_MODE_FR=30; // fps grav video night


// Configurações iniciais k750


seq_init=
06 02 00 01 00 56 #CMD_END // fix PaParazy nivel do filtro bilinear
06 02 00 01 01 55 #CMD_END // fix paparazy contraste 1
06 02 00 01 32 57 #CMD_END // fix paparazy Hue 32
06 02 00 01 08 58 #CMD_END // fix paparazy saturação 08
05 02 00 20 fc #CMD_END // fix paparazy mudar verde para vermelho
05 02 00 21 e2 #CMD_END // fix paparazy mudar amarelo para azul
06 02 00 01 01 13 #CMD_END // fix paparazy aplicar alteração cores
// 06 02 00 01 01 08 #CMD_END // ligar spot (base de brilho ao centro)
#GET_SENSOR_VERSION;


// pre-shutter da foto só para tela


seq_set_prop_7_0=06 02 00 01 28 03 #CMD_END // Slowshutter locked at min 20 fps => 10 fps draft mode
05 02 00 08 3C #CMD_END // ((Altere 3C para 3f fica mais rapido))30fps => 15 fps, Normal mode
06 02 00 01 81 34 #CMD_END // Transition to draft mode, use each 2 frame
#WAIT_FOR_MODE_TRANSITION;

seq_set_prop_7_1=06 02 00 01 0a 03 #CMD_END // Slowshutter locked at 5 fps draft mode
05 02 00 08 1e #CMD_END // ((Altere 1e para 21 fica mais rapido))15fps, Dark mode
06 02 00 01 01 34 #CMD_END // Transition to draft mode, use every frame
#WAIT_FOR_MODE_TRANSITION;


// Shutter do video relação fps


LOCK_NORMAL_FPS= 05 02 00 08 40 #CMD_END // ALTERE AQUI o 40 para 32 fica mais lento
06 02 00 01 40 03 #CMD_END // ALTERE AQUI o 40 para 32 fica mais lento
06 02 00 01 81 34 #CMD_END
#WAIT_FOR_MODE_TRANSITION;


// Redução shutter para noite k750 isso faz redução do ruido anoite!



SM_NEW_ENHANCE_NIGHT_MODE= $p1 07
$c1 01
$p1 0d
$c1 00
//--------------------------------------------------------------------------------
$p1 0e //|
$c1 00 //|
05 01 00 23 01 $f $r2 1 1 //|
$m0 1 $/0 28 //|
$c0 00 //|
$m0 1 $/0 03 //|
$c0 00 //|
$cl //|>--- ENM
$s0 40 $-0 r1 //|
06 02 00 01 04 51 $f $d0005 //|
06 02 00 01 $w0 04 $f $d0005 //|
$cx //|
$cx //|
$cx //|
//--------------------------------------------------------------------------------
$cl
//--------------------------------------------------------------------------------
05 01 00 23 01 $f $r2 1 1 //|
$m0 1 $/0 28 //|
$c0 00 //|
$m0 1 $/0 03 //|
$c0 00 //|
$cl //|>--- LED ENM
$s0 3d $-0 r1 //|
06 02 00 01 04 51 #CMD_END //|
06 02 00 01 $w0 04 #CMD_END //|
$cx //|
$cx //|
//--------------------------------------------------------------------------------
$cx
$cx;


seq_ss_take= $c7 00 // If take flag is zero...
$s7 01 // ...then set take flag to one and perform the code below
#EMPTY_EVENT_FIFO $z0 $-0 re $c0 00 $cl //Don't do anything if we already have the right size (for burst mode)
$p0 0d $c0 01 $p0 01 $c0 00 #LED_WB_SET $cx $cx #SM_NEW_ENHANCE_NIGHT_MODE 06 02 00 01 01 $ze
$ce 09 33 $cl 32 $cx $f #WAIT_FOR_MODE_TRANSITION #WAIT_FOR_CAPT_START $cx $t0020


// Ajuda avançada






#######HELP table i2c_commands advanced ##########

IMPORTANT:
------------------------------------------------------------------------------
This commands only for K750/W800/W810 phones!!!
In another phones - another commands and registers!!!
For more information visit:
http://www.sony-ericsson.ru/forums2/index.php or http://www.senews.ru/forum/index.php
------------------------------------------------------------------------------
Compiled by Andeo
------------------------------------------------------------------------------


***REGISTER DEFINITIONS***
**************************
------------------------------------------------------------------------------
Internal register 0,1,2,3 Used as temporary storage only
Internal register a Used to select EXIF parameter to read
Internal register e Used to remember last size id for snapshot burst mode
Internal register f Used to store property value
------------------------------------------------------------------------------


***COMMENTS***
**************
------------------------------------------------------------------------------
//COMMENTS COMMENTS - any your comments
------------------------------------------------------------------------------


***MACROS***
************
------------------------------------------------------------------------------
#MACROS PERFORM a macros. "MACROS" is any name of your macros. Place your macros at the beginning.
------------------------------------------------------------------------------


***COMPATION***
***************
------------------------------------------------------------------------------
$cX YY Check IF value of register "X" equal value "YY" THEN do next commands
.....
$cl ELSE do next commands
.....
$cx END IF (for $cX command)
------------------------------------------------------------------------------


***BASIC COMMANDS***
********************
------------------------------------------------------------------------------
$sX YY SET property "X" value "YY" for example:
$s5 40 PLACE value "64" in reg "5"
------------------------------------------------------------------------------
$sX %0 PLACE value in reg "X"
------------------------------------------------------------------------------
$mX YY COPY reg "YY" into reg "X"
------------------------------------------------------------------------------
$dXXXX WAIT(delay) for "XXXX" time in Hex (for example $d0100=Wait for 256 ms)
------------------------------------------------------------------------------
$wX WRITE the byte stored in register 0x0X (or simple reg "X") to the I2C bus
------------------------------------------------------------------------------
$rX READ the byte stored in register 0x0X (or simple reg "X") from the I2C bus
------------------------------------------------------------------------------
$bX OPERATE on register 0x0X (or simple reg "X")
------------------------------------------------------------------------------
$zX SET register "X" to last set size config
------------------------------------------------------------------------------
$pX YY SET register "X" to current value of property "YY"
------------------------------------------------------------------------------
$uXX UPDATE property "XX"
------------------------------------------------------------------------------
!0, !1, !2... TAKE A PARAMETER (one, two or three) holding the data to be written
------------------------------------------------------------------------------
$b3 YY Z 1 WRITE 0xYY (or simple "YY") to the "Z-th" bit in internal register 3. For example:
$b3 01 5 1 WRITE 0x01 to the fifth bit in internal register 3
------------------------------------------------------------------------------
$b2 XX Y 1 WRITE "Y" to bit "0" in register "2"
$b2 00 3 1 WRITE "3" to bit "0"
------------------------------------------------------------------------------


***ARITHMETIC***
****************
------------------------------------------------------------------------------
$
$>X 1 SHIFT the bits in register 0x0X (or simple reg "X") 1 bit to the right
------------------------------------------------------------------------------
$*X YY MULTIPLY reg "X" by "YY"

$*X rY MULTIPLY reg "X" by reg "Y"
------------------------------------------------------------------------------
$/X YY DIVIDE reg "X" with "YY"

$/X rY DIVIDE reg "X" with reg "Y"
------------------------------------------------------------------------------
$-X YY SUBSTRACT "YY" from reg "X"

$-X rY SUBSTRACT reg "Y" from reg "X"
------------------------------------------------------------------------------
$+X YY ADD "YY" to reg "X"

$+X rY ADD reg "Y" to reg "X"
-------------------------------------------------------------

[ This Message was edited by: paparazy on 2007-11-19 15:23 ]
leetiran
K750
Joined: Aug 15, 2007
Posts: 134
From: China
PM
Posted: 2007-11-20 04:07
Reply with quoteEdit/Delete This PostPrint this post
There are many blanks in the chengrong's periodic table of camdriver instruction, but now many of them are already known. Could you please fill them?
paparazy
K750
Joined: Dec 04, 2006
Posts: 239
PM
Posted: 2007-11-20 14:19
Reply with quoteEdit/Delete This PostPrint this post
hi friend info extra command from periodic table

57 hue, 58 saturação, 5b filtro bilinear


On 2007-11-20 04:07:38, leetiran wrote:
There are many blanks in the chengrong's periodic table of camdriver instruction, but now many of them are already known. Could you please fill them?
679
K750
Joined: Oct 05, 2006
Posts: 174
PM
Posted: 2007-11-22 09:48
Reply with quoteEdit/Delete This PostPrint this post
Hi,
I've found command $t... in 1.9 camdriver.
There is no this command in I2C command list. What does this command mean?

seq_ss_take= $c7 00 // If take flag is zero...
$s7 01 // ...then set take flag to one and perform the code below
#EMPTY_EVENT_FIFO $z0 $-0 re $c0 00 $cl //Don't do anything if we already have the right size (for burst mode)
$p0 0d $c0 01 $p0 01 $c0 00 #LED_WB_SET $cx $cx #SM_NEW_ENHANCE_NIGHT_MODE 06 02 00 01 01 $ze
$ce 09 33 $cl 32 $cx $f #WAIT_FOR_MODE_TRANSITION #WAIT_FOR_CAPT_START $cx $t0020
paparazy
K750
Joined: Dec 04, 2006
Posts: 239
PM
Posted: 2007-11-22 12:32
Reply with quoteEdit/Delete This PostPrint this post
Hi friend

$t0020 // capt start image!


On 2007-11-22 09:48:13, 679 wrote:
Hi,
I've found command $t... in 1.9 camdriver.
There is no this command in I2C command list. What does this command mean?

seq_ss_take= $c7 00 // If take flag is zero...
$s7 01 // ...then set take flag to one and perform the code below
#EMPTY_EVENT_FIFO $z0 $-0 re $c0 00 $cl //Don't do anything if we already have the right size (for burst mode)
$p0 0d $c0 01 $p0 01 $c0 00 #LED_WB_SET $cx $cx #SM_NEW_ENHANCE_NIGHT_MODE 06 02 00 01 01 $ze
$ce 09 33 $cl 32 $cx $f #WAIT_FOR_MODE_TRANSITION #WAIT_FOR_CAPT_START $cx $t0020

paparazy
K750
Joined: Dec 04, 2006
Posts: 239
PM
Posted: 2007-11-26 18:21
Reply with quoteEdit/Delete This PostPrint this post
shots CD Black Sabbath Rock "n" Roll! my drivercam v1.90


679
K750
Joined: Oct 05, 2006
Posts: 174
PM
Posted: 2007-11-27 09:00
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-22 12:32:15, paparazy wrote:
Hi friend

$t0020 // capt start image!


On 2007-11-22 09:48:13, 679 wrote:
Hi,
I've found command $t... in 1.9 camdriver.
There is no this command in I2C command list. What does this command mean?
#WAIT_FOR_CAPT_START $cx $t0020




So $t0020 is not I2C command. Yes?
paparazy
K750
Joined: Dec 04, 2006
Posts: 239
PM
Posted: 2007-11-29 12:22
Reply with quoteEdit/Delete This PostPrint this post

paparazy
K750
Joined: Dec 04, 2006
Posts: 239
PM
Posted: 2008-01-17 13:45
Reply with quoteEdit/Delete This PostPrint this post
Software for windows edit and noise fix
http://www.neatimage.com/ ; http://photofiltre.free.fr/

[ This Message was edited by: paparazy on 2008-01-17 22:51 ]
paparazy
K750
Joined: Dec 04, 2006
Posts: 239
PM
Posted: 2008-01-26 14:20
Reply with quoteEdit/Delete This PostPrint this post
My Pack Acoustic, Display, Camdriver:

Camdriver Fix Kriomag v21.93 BETA +Max Sharpness +Night Enhanced cid49 (removed green) fast shots

Download Pack drivers: http://rapidshare.com/files/8[....]_w810_files_to_upload.zip.html

Download XS++ 3.2 Software for upload drivers Mobile : http://rapidshare.com/files/70746745/XS___3.2.rar

(*) Help Install Update Firmware Warning Firmware k750 America R1DB001 RED CID49 compatible for you hardware?

Warning: YOU CAN DAMAGE YOU PHONE
Help: 1 - Backup Update Service SEUS SONY, 2 - download Flash Ex.(help): K750(mobile)_R1DB001(firmware)_MAIN(Main/FS part)_EU(pais)_1(n*)_CL(?)_RED(cor version)49(cid version).mbn(fbn/mbn part arhive)

Upload Mobile Firmware->Open Sofware XS++ ->Flash->Select Firmware Flash Main/FS folder:Firmware k750 America R1DB001 RED CID49(Download Firmware compatible Mobile? CID?)->Select Phone Model:? / Select CDA and Region: ?(Ex.:Brazil=America_2 CDA102338/82)->Procedure Control: Flash->(Customizing was SUCCESSFUL!for cid49 flashing firmware main)

INSTRUCTIONS CAMDRIVER:

Custom WB:
Turn Macro ON.
Set EV +0.7 and point camera at white surface (paper, wall etc.). After few seconds Lock Custom WB (EV +0.3).

Manual Focus:
Turn Macro ON.
When in range 1.1-4.0 (+/-) click half-shutter for zoom preview (you can ON/OFF zoom preview by clicking half-shutter),
now (when zoom is on) you can adjust focus very precisely (+/-), when picture is most sharp you can:
- press shutter to take picture with SPOT (very useful with macro shooting)
or
- click half-shutter again (the zoom will go off and SPOT will be disabled)
and now press shutter to take picture. enjoy!

2 Photo Modes:
Picture Quality NORMAL:
- Normal Mode / Night Mode = 7.7Final
- Normal Mode / Night Mode + Macro = 7.7Final with Manual Focus

Picture Quality FINE:
- Normal Mode / Night Mode = Enhanced Mode / Enhanced Night Mode
- Normal Mode / Night Mode + Macro = Enhanced Mode / Enchanced Night Mode with Manual Focus

[ This Message was edited by: paparazy on 2008-01-26 13:28 ]
paparazy
K750
Joined: Dec 04, 2006
Posts: 239
PM
Posted: 2008-02-14 21:29
Reply with quoteEdit/Delete This PostPrint this post
SPU 1.4 beta best camdriver! thanks !
fix fast video,iso night, max shutter night

download http://rapidshare.com/files/91871045/camdriver0.dat.html

DF_VFPS_NORMAL=38;
DF_NORMAL_FOCUS=02;
DF_MACRO_FOCUS=03;
DF_VFPS_NIGHT=2E;
NORMAL_SCENE=05;
NIGHT_SCENE=00;
VIDEO_SCENE=00;
NORMAL_SLOW_SHUTTER=06;
NIGHT_SLOW_SHUTTER=06;
Access the forum with a mobile phone via esato.mobi
Goto page:
Lock this Topic Move this Topic Delete this Topic