Sony Ericsson / Sony : Software, Firmware and Drivers : Raider camera driver for K790, K800 and K810 (v6.6.5)
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Raider camera driver for K790, K800 and K810 (v6.6.5)
Bookmark topic
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 ]
--
Posted: 2008-07-28 17:04:05
Edit :
Quote
help pls
--
Posted: 2008-07-28 19:02:19
Edit :
Quote
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
--
Posted: 2008-07-28 19:26:10
Edit :
Quote
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 ]
--
Posted: 2008-07-28 19:48:06
Edit :
Quote
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.
--
Posted: 2008-07-28 20:49:10
Edit :
Quote
limitation is in FS .... you can check it yourself ...
--
Posted: 2008-07-28 21:04:13
Edit :
Quote
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 ]
--
Posted: 2008-07-28 22:48:41
Edit :
Quote
besides the size of the pic..are there any changes in the quality??
--
Posted: 2008-07-28 22:59:04
Edit :
Quote
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.
--
Posted: 2008-07-28 23:07:36
Edit :
Quote
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
--
Posted: 2008-07-29 01:04:51
Edit :
Quote
New Topic
Reply