| Author | Modded Camera Driver for Sony Ericsson k850 | 
| mrozilla Joined: Feb 23, 2008
 Posts: 46
 PM
 | this is mod camdrive brazuka or oryginal camdrive? 
 and when the flash is forced?
 
 can sample some pictures?
 | 
|  | 
| a_amirfarzam Joined: Dec 03, 2007
 Posts: 62
 PM
 | 
On 2008-12-18 08:10:25, serge327 wrote:
 yeah that right....
 23 is hex value for shutterspeed 2s...
   Yes i know it but i dont know how can i replace the moded camdriver to orginal one
  . | 
| ceaser2008 Joined: Jul 14, 2008
 Posts: > 500
 From: Surat, India
 PM
 | 
On 2008-12-05 23:13:48, frankthetank wrote:
 I can confirm that I am now producing images of up to 3Mb in size with full vivid colour by changing buffer and target file sizes (Many thanks to all modders of camera drivers I now appreciate the time you guys must put into this stuff!) 
 My next goal will be shutter speeds can anyone explain how to convert seconds & fractions of a second to hex? I understand now using powertoys calc to change bytes into hex but this aspect has me stumped
 Thanks in advance
 _________________
http://www.facebook.com/home.php?#/profile.php?id=793404578 [ This Message was edited by: frankthetank on 2008-12-05 22:15 ]
 What changes in codes did you make to get 3mb pics. I tried a lot but no success. Please if possible, send me your modified drive. I love to USE your modified drive. I really appreciat your hard work.
 Have you successfully changed the ev and shutter speed? Best of luck for that.
  | 
| tolyo Joined: Mar 19, 2008
 Posts: 120
 From: Turkey
 PM
 | We are waiting Brazuka... | 
| killerPK Joined: Oct 11, 2007
 Posts: 252
 From: Lahore, Pakistan
 PM
 | 
On 2008-12-18 17:05:36, mrozilla wrote:
 this is mod camdrive brazuka or oryginal camdrive?
 
 and when the flash is forced?
 
 can sample some pictures?
 
 
 1. This is mod of original camdriver v3.7
 2. Flash on Auto means ON now, so you must turn it off manually with the Off setting
 3. You should test the driver and try it for yourself, thats the best way to see if its good for you or not
   
 @ceaser2008
 JAC v4 is set to give around 1.5-2.5MB size in 5MP Fine mode, but i dont think increasing it to 3mb or more will increase quality and it will also fill up your memory card very quickly. If you still want to try it, change this part:
 
 
 
$"CAMDRIVER0: 5M LOW COMPRESSION"
 0D 02 00 3C        // Start sending 13 bytes at adress 3C
 C4 09	             // JPEG_MAX_CODE_SIZE    = 2500d
 DC 05 	             // JPEG_MIN_CODE_SIZE    = 1500d
 D0 07           // JPEG_TARGET_CODE_SIZE = 2000d
 64                 // JPEG_INIT_QUALITY     =  100d
 5F                 // JPEG_FIRST_QUALITY    =  95d
 5A               // JPEG_LAST_QUALITY     =  95d
 
 To this:
 
 
$"CAMDRIVER0: 5M LOW COMPRESSION"
 0D 02 00 3C        // Start sending 13 bytes at adress 3C
 AC 0D	             // JPEG_MAX_CODE_SIZE    = 3500d
 C4 09 	             // JPEG_MIN_CODE_SIZE    = 2500d
 BB 08           // JPEG_TARGET_CODE_SIZE = 3000d
 64                 // JPEG_INIT_QUALITY     =  100d
 62                 // JPEG_FIRST_QUALITY    =  95d
 60               // JPEG_LAST_QUALITY     =  95d
 
 Now you should get 2.5-3.5mb pictures.
 | 
| Duran Joined: Aug 25, 2006
 Posts: > 500
 From: Netherlands
 PM
 | 
On 2008-12-18 21:31:25, killerPK wrote:
 1. This is mod of original camdriver v3.7
 2. Flash on Auto means ON now, so you must turn it off manually with the Off setting
 3. You should test the driver and try it for yourself, thats the best way to see if its good for you or not    
 edit: could anyone (you?) use 5.25 and add force flash?
 
 Just to sum up some features that would be great:
 1) Force flash
 2) Force LED
 3) Auto-focus in video-mode
 
 
 [ This Message was edited by: Duran on 2008-12-18 20:50 ]
 | 
| rodrigoc_p Joined: Nov 06, 2007
 Posts: 37
 PM
 | All in auto and auto+macro: 
 
   
 
   
 
   
 
   
 
   
 
   
 
   
 
  | 
| rodrigoc_p Joined: Nov 06, 2007
 Posts: 37
 PM
 | 
 [ This Message was edited by: rodrigoc_p on 2008-12-19 17:02 ]
 | 
| Sombra Joined: Mar 28, 2007
 Posts: 165
 From: Brazil
 PM
 | rodrigoc_p, 
 Amazing pictures, fine colors and sharpness.
 
 This camdriver is really excellent!
 K850i R1FA035 - Testing Strong's Camdriver 1.4 Beta2 | 
| nnr3 Joined: Mar 23, 2008
 Posts: 357
 From: Philippines
 PM, WWW
 | 
On 2008-12-18 13:52:55, killerPK wrote:
 Ok here's my take on a modded camdriver. Some changes are:
 - Larger file size for 5MP and 3MP pictures and lower compression
 - Forced flash
 - High color saturation
 - When flash is on, Auto WB means Cloudy WB is used (thats for reducing yellow tint in flash  pictures) but you can manually change WB if needed.
 Download Just Another Camdriver v4:
http://www.4shared.com/file/76537732/723949e6/JAC_v4.html Thanks to all the modders that sparked camdriver mods in K850 esp. brazuka and thanks to the creators of A2Uploader.
 Hey, I can't download from 4shared, can you e-mail it to me? Here's my e-mail..
 ids_ivan@yahoo.com
 
 I LOVE my iPhone 3G S       I  K850i -R1FA035- Modded camdriver + Modded Display Driver Modded Acoustic + Creative EP630 + 8GB M2 http://nnr3.deviantart.com | 
| mrscarrface Joined: Jan 01, 2006
 Posts: 64
 PM
 | i couldn't also download JAC_v4 from 4shared could you please send it to my e-mail mr.scarrface@yahoo.com and thanks | 
| ceaser2008 Joined: Jul 14, 2008
 Posts: > 500
 From: Surat, India
 PM
 | 
On 2008-12-18 21:31:25, killerPK wrote:
 
On 2008-12-18 17:05:36, mrozilla wrote:
 this is mod camdrive brazuka or oryginal camdrive?
 
 and when the flash is forced?
 
 can sample some pictures?
 
 1. This is mod of original camdriver v3.7
 2. Flash on Auto means ON now, so you must turn it off manually with the Off setting
 3. You should test the driver and try it for yourself, thats the best way to see if its good for you or not    @ceaser2008
 JAC v4 is set to give around 1.5-2.5MB size in 5MP Fine mode, but i dont think increasing it to 3mb or more will increase quality and it will also fill up your memory card very quickly. If you still want to try it, change this part:
 
$"CAMDRIVER0: 5M LOW COMPRESSION"
 0D 02 00 3C        // Start sending 13 bytes at adress 3C
 C4 09	             // JPEG_MAX_CODE_SIZE    = 2500d
 DC 05 	             // JPEG_MIN_CODE_SIZE    = 1500d
 D0 07           // JPEG_TARGET_CODE_SIZE = 2000d
 64                 // JPEG_INIT_QUALITY     =  100d
 5F                 // JPEG_FIRST_QUALITY    =  95d
 5A               // JPEG_LAST_QUALITY     =  95d
 
To this:
 
$"CAMDRIVER0: 5M LOW COMPRESSION"
 0D 02 00 3C        // Start sending 13 bytes at adress 3C
 AC 0D	             // JPEG_MAX_CODE_SIZE    = 3500d
 C4 09 	             // JPEG_MIN_CODE_SIZE    = 2500d
 BB 08           // JPEG_TARGET_CODE_SIZE = 3000d
 64                 // JPEG_INIT_QUALITY     =  100d
 62                 // JPEG_FIRST_QUALITY    =  95d
 60               // JPEG_LAST_QUALITY     =  95d
 
Now you should get 2.5-3.5mb pictures.
 Thanks mate, but i also try to apply in 5.25 drive but the drive is not saving the modifications. Do i need other software/programme to modify. Pls give me the link to download it.
 I have tried your drive as well. I think its great that you have given forced flash option. I think you are the 1st to introduce it. But you can do little bit more on colors like bazuka 5.25 also it is showing other application running problem.
 | 
| rodrigoc_p Joined: Nov 06, 2007
 Posts: 37
 PM
 | Sombra: Thanks
 
 More pics:
 
 Macro + Flash:
 
   
 
   
 
 Twilight Scene + ISO 64 + Shutter 2 sec:
 
   
 
   
 
  | 
| mrozilla Joined: Feb 23, 2008
 Posts: 46
 PM
 | brazuka rodrigoc_p
 What driver were taken these photos?
 
 [ This Message was edited by: mrozilla on 2008-12-20 23:03 ]
 | 
| rockafeller Joined: Nov 24, 2005
 Posts: 29
 From: Caloocan City  (Philippines)
 PM
 | hey guys.. i just want to ask why are your photos look so great using brazuka's 5.25 cam driver.. but mine sucks.. and i'm also using the same camdriver..  here are some samples: 
 
   
 
   
 Phone Model: K850i | N95-1 (Hacked)Last Phone Used: Nokia N73
 | 
|  |