Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Raider camera driver for K790, K800 and K810 (v6.6.5)

Previous  123 ... 676869 ... 299300301  Next
Author Raider camera driver for K790, K800 and K810 (v6.6.5)
sacirxposed
K800 Black
Joined: Nov 22, 2007
Posts: 168
From: Montenegro
PM
Posted: 2008-07-28 15:49
Reply with quoteEdit/Delete This PostPrint this post
xGothico, nice pictures
http://www.flickr.com/photos/shallemne/
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-07-28 16:11
Reply with quoteEdit/Delete This PostPrint this post
flash and macro works ok here.
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-07-28 16:21
Reply with quoteEdit/Delete This PostPrint this post
took some pictures with k800 with 6.3.3 driver, now flashed it to k810...gonna check take some new pictures and post the differences.
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-07-28 16:50
Reply with quoteEdit/Delete This PostPrint this post
FOUND WHERE TO EDIT THE BUFFER SIZE, EDITED THE FW FILE, GONNA TRY TO UPLOAD IT NOW, BUT IT WOULD BE EASIER IF ANYONE TEACHED ME TO MAKE PATCHES PLEASE.

[ This Message was edited by: hfmls on 2008-07-28 15:51 ]
Goldmen
C901 Black
Joined: Oct 07, 2007
Posts: > 500
From: Bulgaria
PM, WWW
Posted: 2008-07-28 16:59
Reply with quoteEdit/Delete This PostPrint this post

On 2008-07-28 16:50:38, hfmls wrote:
FOUND WHERE TO EDIT THE BUFFER SIZE, EDITED THE FW FILE


You know where,I hope you know how?
It will be great if work!
Waiting for good news!
Good luck!
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-07-28 17:04
Reply with quoteEdit/Delete This PostPrint this post
ok, made a patch, now i'm using it, but i don't know if it's working, how do i see if there's any compression in pictures i'm taken ?

[ This Message was edited by: hfmls on 2008-07-28 18:01 ]
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-07-28 19:02
Reply with quoteEdit/Delete This PostPrint this post
help pls
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-07-28 19:26
Reply with quoteEdit/Delete This PostPrint this post
try this guys:

;K800 SW-R8BF003
;900k to 1.5mb
;(c) hfmls
;900k to 1.5mb
+44020000

00036450: 44424241303B092F2F20393030204B42 3136453336303B2E2F2F20312E354D42
00036490: 73697A655F353D44424241303B092F2F 73697A655F353D3136453336303B2E2F
000364A0: 20393030204B42206275666665722066 2F20312E354D42206275666665722066
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-07-28 19:48
Reply with quoteEdit/Delete This PostPrint this post
how can i try to push the camera to the limits? like to take pictures with big size ?! help me out here guys to check if this is working.

is there any software that tells me if my pictures has compression?




IT'S NOT POSSIBLE TO PATCH FS, ONLY MAIN.
SO...I GUESS IT'S NOT WORKING.

THE ONLY WAY IS TO EDIT FS FILE, BUT EVERYTIME I TRY THIS, XS++ WON'T LET ME FLASH IT WITH EDITED FS FIRMWARE

[ This Message was edited by: hfmls on 2008-07-28 19:02 ]
kmzoltan
K800 Black
Joined: Apr 02, 2007
Posts: 58
PM
Posted: 2008-07-28 20:49
Reply with quoteEdit/Delete This PostPrint this post
hfmls
i apreciate a lot your try,but we should let experts to see if its possible,because it could happen like raiderski said that the limitation is not in the main but in the camera module,then we can t do nothing,but let s hope for the best.
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-07-28 21:04
Reply with quoteEdit/Delete This PostPrint this post
limitation is in FS .... you can check it yourself ...

hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-07-28 22:48
Reply with quoteEdit/Delete This PostPrint this post
DO THIS:


JQ_NORMAL= $s5 50;
JQ_FINE= $s5 5b;
JQ_BESTP= 59;

and replase with

JQ_NORMAL= $s5 5b; // 91% max jpeg quality for normal
JQ_FINE= $s5 64; // 100% max jpeg quality for fine
JQ_BESTP= 5a; // 90% max jpeg quality for BestPic

Also find

// ====================================== kompresja jpeg
JMIN= #SET(15,!1) #SET(16,!0);
JMAX= #SET(13,!1) #SET(14,!0);
JAVG= #SET(17,!1) #SET(18,!0);

seq_set_prop_5=
$s0 %0
$c0 02 #JQ_NORMAL #JMIN(00,0a) #JMAX(00,96) #JAVG(00,37) $cl
$c0 03 #JQ_FINE #JMIN(00,0a) #JMAX(00,96) #JAVG(00,50) $cl
$c0 04 #JQ_NORMAL #JMIN(00,3c) #JMAX(01,90) #JAVG(00,c8) $cl
$c0 05 #JQ_FINE #JMIN(00,96) #JMAX(01,90) #JAVG(01,2c) $cl
$c0 06 #JQ_NORMAL #JMIN(00,96) #JMAX(02,58) #JAVG(01,90) $cl
$c0 07 #JQ_FINE #JMIN(01,90) #JMAX(02,58) #JAVG(01,f4) $cl
$b0 00 1 7
$c0 00 #JQ_NORMAL #JMIN(01,90) #JMAX(03,20) #JAVG(02,58) // dla 00/08
$cl #JQ_FINE #JMIN(02,58) #JMAX(03,84) #JAVG(03,20) // dla 01/09
$cx
$cx $cx $cx $cx $cx $cx
#SET(19,$w5);

and replase with

// ====================================== kompresja jpeg
JMIN= #SET(15,!1) #SET(16,!0);
JMAX= #SET(13,!1) #SET(14,!0);
JAVG= #SET(17,!1) #SET(18,!0);

seq_set_prop_5=
$s0 %0
$c0 02 #JQ_NORMAL #JMIN(00,0b) #JMAX(00,96) #JAVG(00,37) $cl
$c0 03 #JQ_FINE #JMIN(00,D2) #JMAX(01,a4) #JAVG(01,40) $cl
$c0 04 #JQ_NORMAL #JMIN(00,3c) #JMAX(01,90) #JAVG(00,c8) $cl
$c0 05 #JQ_FINE #JMIN(03,02) #JMAX(03,84) #JAVG(03,34) $cl
$c0 06 #JQ_NORMAL #JMIN(00,96) #JMAX(02,58) #JAVG(01,90) $cl
$c0 07 #JQ_FINE #JMIN(03,25) #JMAX(03,84) #JAVG(03,4D) $cl
$b0 00 1 7
$c0 00 #JQ_NORMAL #JMIN(02,58) #JMAX(03,84) #JAVG(03,20) // dla 00/08
$cl #JQ_FINE #JMIN(03,28) #JMAX(03,84) #JAVG(03,57) // dla 01/09
$cx
$cx $cx $cx $cx $cx $cx
#SET(19,$w5);


ALL I CAN SAY IS THAT I REALLY SEE IMPROVEMENTS IN PICTURES TAKEN NO MORE 600 OR 700K PICTURES. ONLY 860 AND UP.


really good till i find a way to edit FS firmware, so i can change 900k limit to 1.5mb




[ This Message was edited by: hfmls on 2008-07-28 22:51 ]
recl
K810 Blue
Joined: Nov 25, 2007
Posts: 251
From: Romania
PM
Posted: 2008-07-28 22:59
Reply with quoteEdit/Delete This PostPrint this post
besides the size of the pic..are there any changes in the quality??
hfmls
K800 Black
Joined: Mar 17, 2008
Posts: 489
PM
Posted: 2008-07-28 23:07
Reply with quoteEdit/Delete This PostPrint this post
of course, because like 70% of the pictures we take, goes to 700..800 kb... with those settings they go up to 800..850..900.... so, less compression, more quality.
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2008-07-29 01:04
Reply with quoteEdit/Delete This PostPrint this post
JQ_FINE= $s5 64; // 100% max jpeg quality for fine

I tried to explain how jpeg creation process looks like in SE phones and everytime this was pointless. silly but after 2 years of modding and after a lot of posts about compression people still can't understand why using 100% quality in camdriver is nonsense... one more time... nonsense
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 676869 ... 299300301  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic