Author |
Modded Camera Driver for k800i/k810i |
kopritis Joined: Mar 11, 2007 Posts: 295 From: Loutsa-Greece PM |
Here you can find Modded Camdriver for k800/k810
[ This Message was edited by: kopritis on 2007-12-30 17:46 ] |
|
Vipera ammodytes Joined: Sep 22, 2004 Posts: > 500 From: Serbia PM |
Finally someone who mod K800 driver.
This message was posted from a K750i |
SE4NICK Joined: Dec 27, 2006 Posts: > 500 From: Australia PM |
This is good news thanks for the link !
|
$herry Joined: Jun 17, 2007 Posts: 478 From: Pakistan PM |
any instructions on how to update the driver? for free i.e.. any help is appreciated
[addsig] |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
@kopritis, thanks for that link man, like you I have cid52, so it's "have to wait" time for dcu-60 cid52 hacking. XS++ will have it soon I'm sure
I think I might buy a service cable...
The DVT cmz_config hack is another way to access file system on cid51/52 phones using dcu-60 (costs 1 davinci credit)
@$herry, not free for cid51/52, but good for K800 cid49: see this thread at se-nse:
http://forums.se-nse.net/index.php?showtopic=6805 and post there a question if K810 is supported. Someone may have tried it.
_________________
File System Tweaks for the K750 K750 Tricks
[ This Message was edited by: max_wedge on 2007-07-31 11:48 ] |
kopritis Joined: Mar 11, 2007 Posts: 295 From: Loutsa-Greece PM |
If Someone have cid49 k800 then they can do update the camera diver with far manager and phone xs++
for cid51/52 i don't know how can update the driver or /fs access..... 
[ This Message was edited by: kopritis on 2007-07-31 13:13 ] |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
only with the cmz_config hack (using davinci) or with service cable. No free way....
|
kopritis Joined: Mar 11, 2007 Posts: 295 From: Loutsa-Greece PM |
On 2007-07-31 14:17:28, max_wedge wrote:
only with the cmz_config hack (using davinci) or with service cable. No free way....
I'll be waiting the free way... as long as it take it!!! |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
those modder dudes at se-nse will have a solution soon enough
|
opexblue Joined: Jan 18, 2006 Posts: 226 From: Manado, North Celebes, INA. PM |
Finally... Camera Driver for k800i/k810i..!!!
Now just have to wait till CID51 cracked, or is it already..?? |
sowbran Joined: Jun 11, 2006 Posts: 158 From: Mexico PM |
On 2007-07-31 11:54:23, kopritis wrote:
This modded driver it's for more sharp pictures from standard version driver 2.5...
Download link:
http://rapidshare.com/files/46093875/camdriver0.rar.html
P.S. You can post photo's here to see before and after!
Some info:
I found the driver from a www site. For a days i search the code to find the sharpeness code... So i found it but the problem is that i have a k810 and i can't test the driver because my phone is CID52...
[ This Message was edited by: kopritis on 2007-07-31 11:14 ]
Hi kopritis you're amazing i have a question i have a k790
do you know if this camdriver works in the k790? |
kopritis Joined: Mar 11, 2007 Posts: 295 From: Loutsa-Greece PM |
@sowbran
i don't know man! I think it's the same driver but i'm not sure...
[ This Message was edited by: kopritis on 2007-07-31 17:47 ] |
Mike2 Joined: Feb 04, 2005 Posts: 322 From: Thessaloniki, Greece PM, WWW
|
Hmmm... The only difference in this camera driver is in line 329:
Original camera driver: #COM_EVENT(56,FF) // Reset sharpness
Modified camera driver: #COM_EVENT(56,08) // ff Reset sharpness // 08 sharpness to max (8)
That should improve the sharpness, but it could make it too sharp...
I will try the driver and post the results tomorrow... (I've got the no-bruteforce hack installed )
It's too dark to try it now, and I don't want to try it with night mode on 
[ This Message was edited by: Mike2 on 2007-07-31 22:55 ] |
max_wedge Joined: Aug 29, 2004 Posts: > 500 From: Australia PM, WWW
|
the most important hack needed for the K800 driver is to ramp down the compression somewhat. The images are way too compressed, I'd like to see a driver with less jpg compression on images.
Anyone know how to modify these lines to reduce compression:
//***************************************************
// 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
//----------------------------------------------------
For example would this be worth trying:
// 9 => low 3MP 990 940 800 95
??
|
kopritis Joined: Mar 11, 2007 Posts: 295 From: Loutsa-Greece PM |
On 2007-07-31 23:53:24, Mike2 wrote:
Hmmm... The only difference in this camera driver is in line 329:
Original camera driver: #COM_EVENT(56,FF) // Reset sharpness
Modified camera driver: #COM_EVENT(56,08) // ff Reset sharpness // 08 sharpness to max (8)
That should improve the sharpness, but it could make it too sharp...
I will try the driver and post the results tomorrow... (I've got the no-bruteforce hack installed  )
It's too dark to try it now, and I don't want to try it with night mode on
[ This Message was edited by: Mike2 on 2007-07-31 22:55 ]
yea! that's all improve... but for one letter the driver get more sharp pictures... (I hope so... )
[ This Message was edited by: kopritis on 2007-07-31 23:50 ] |
|