Results 1 to 12 of 12
  1. #1
    offline Itty Bitty Modder
    Join Date
    Jun 2008
    Posts
    8
    Thanks
    0
    Thanked 9 Times in 2 Posts
    Downloads
    6
    Uploads
    0

    Adding 4x zoom to video via mme_imager.cfg file

    Trying to read the mme_imager.cfg file found in a/mobile/video is like trying to read the rosetta stone! but after a while, with some tips from from modders on this subject, i managed to decipher it's meaning, at least a little. So this is how i modified it, to provide 4x zoom to the v6 video camera while recording and playback. Attached is the modded file(rename it from mme_imager.doc to mme_imager.cfg), but those who're curious as to how it could be done, here's the method: you'll have to modify it using a hex editor.

    To modify the external video camera zoom, First go to roughly the middle of the file, at the byte position 5678, or search for the hex string "00 24 01 08 00". Change all the hex values, beginning by changing "24" to "32" and so on, as below..

    32 01 08 00 2e 03
    [ three zoom levels]

    01 00 0e 00 07 00 90 00 b0 00 90 00 58 00
    [zoom x1] [magnifier] [144] [176] [multiplier] [displ. angl/positn]

    02 00 0e 00 03 00 90 00 b0 01 f0 00 98 00
    [zoom x2] [magnifier] [144] [176] [multiplier] [displ. angl/positn]

    04 00 0e 00 0c 00 90 00 b0 04 70 01 88 00
    [zoom x4] [magnifier] [144] [176] [multiplier] [displ. angl/positn]
    ( the camera hex values have up to "08 00 0e" for 8x zoom )

    03 00 32 01 08 00 2e 03
    [ this looks like the start of another video zoom function, it originally has a following two zoom levels but i overwrite the "[zoom x2]" line, to make way for the above "[zoom x4]" level ]

    01 00 0e 00 03 00 90 00 b0 01 f0 00 98 00
    [zoom x1] [magnifier] [144] [176] [multiplier] [displ. angl/positn]



    To modify the internal video camera zoom, go to almost the end of the file, at byte position 9762, or search the hex string "00 24 01 08 00",the second match. Change all the hex values, beginning by changing "24" to "32" and so on, as below..

    32 01 08 00 2e 03
    [three zoom levels]

    01 00 0e 00 08 00 b0 00 90 00 00 00 00 00
    [zoom x1] [magnifier] [176] [144] [multiplier] [displ. angl/positn]

    02 00 0e 00 07 00 b0 00 90 00 b0 00 48 00
    [zoom x2] [magnifier] [176] [144] [multiplier] [displ. angl/positn]

    04 00 0e 00 03 00 b0 00 90 01 e0 00 b4 00
    [zoom x4] [magnifier] [176] [144] [multiplier] [displ. angl/positn]

    03 00 32 01 08 00 2e 03
    [ this looks like the video zoom of another function, it originally has a following two zoom levels but i overwrite the "[zoom x2]" line, to make way for the above "[zoom x4]" level ]

    01 00 0e 00 07 00 b0 00 90 00 b0 00 48 00
    [zoom x1] [magnifier] [176] [144] [multiplier] [displ. angl/positn]

    Put the modded mme_imager.cfg file to a/mobile/video and see the effect. While tinkering with this file, i also noticed that it affects the v6's camera function too. If you look at the other preceding hex values, you'll see they control the camera zoom similarly like the video hex values do. Without this file, or if it's corrupted,file size changed, etc., the camera won't work.. Perhaps these hex values provide clues too, to adding zoom to pictures in the phone.
    Attached Files Attached Files

  2. 6 Users Say Thank You to ChameleonX For This Useful Post

    CarL!ToX™ (04-28-2010), JKR74 (04-15-2010), Pzyduck (10-21-2010), Russoeternal (04-12-2010), Semseddin (04-17-2010), USSS (04-14-2010)

  3. #2
    offline Administrator
    Join Date
    Nov 2006
    Posts
    14,023
    Thanks
    2,800
    Thanked 3,902 Times in 2,550 Posts
    Downloads
    1
    Uploads
    0
    Amazing, with this mod we now get 4x zoom on the video camera right ? But sadly the camera doesn't work, i tried several times to do this.
    Anything you need please contact me thru Private Message.

  4. #3
    JKR74's Avatar
    offline So I Hear You Can Mod
    Join Date
    Jan 2008
    Location
    Athens, Greece
    Posts
    488
    Thanks
    341
    Thanked 190 Times in 117 Posts
    Downloads
    491
    Uploads
    2
    Russo, have you tried to copy the attached file?

    I tried to mod it myself, I lost my way in the process!! XD

  5. #4
    offline Itty Bitty Modder
    Join Date
    Jun 2008
    Posts
    8
    Thanks
    0
    Thanked 9 Times in 2 Posts
    Downloads
    6
    Uploads
    0
    Hello there again, if my post looks a little confusing, here's the whole sequence of mods to the imager file...i'm using a 25117LD firmware, not sure if all imager files are the same. Anyway, first, to modify the external part of the video camera zoom,
    go to byte no. 5678, or search for the string "00 24 01 08". Then change the "24" to "32" as the whole sequence below:

    .................................32 01 08 00 2e 03
    01 00 0e 00 07 00 90 00 b0 00 90 00 58 00
    02 00 0e 00 03 00 90 00 b0 01 f0 00 98 00
    04 00 0e 00 0c 00 90 00 b0 04 70 01 88 00
    03 00 32 01 08 00 2e 03 01 00 0e 00 03 00
    90 00 b0 01 f0 00 98 00.........................

    For the internal video camera, go to byte position 9762, or search the hex string "00 24 01 08",the second match. Change all the hex values, beginning by changing "24" to "32" and so on, as the sequence below..

    ..................................32 01 08 00 2e 03
    01 00 0e 00 08 00 b0 00 90 00 00 00 00 00
    02 00 0e 00 07 00 b0 00 90 00 b0 00 48 00
    04 00 0e 00 03 00 b0 00 90 01 e0 00 b4 00
    03 00 32 01 08 00 2e 03 01 00 0e 00 07 00
    b0 00 90 00 b0 00 48 00.........................

    I didn't add any extra bytes, coz this makes the file unusable. The v3x imager file have extra byte codes inserted. The attached imager file is my actual .cfg file renamed to .doc, coz there's no .cfg extension in the upload section. Thanks for trying out this mod you all..

  6. 3 Users Say Thank You to ChameleonX For This Useful Post

    JKR74 (05-02-2010), Russoeternal (05-11-2010), USSS (04-17-2010)

  7. #5
    Kendal80's Avatar
    offline Of Mice and Modders
    Join Date
    Nov 2008
    Posts
    65
    Thanks
    0
    Thanked 10 Times in 5 Posts
    Downloads
    42
    Uploads
    0
    How can i rename mme_imager.doc to mme_imager.cfg??????


    when do it i get a .....

    microsof word document,, not a cfg file

    Hola Ruso )

  8. #6
    JKR74's Avatar
    offline So I Hear You Can Mod
    Join Date
    Jan 2008
    Location
    Athens, Greece
    Posts
    488
    Thanks
    341
    Thanked 190 Times in 117 Posts
    Downloads
    491
    Uploads
    2
    Go to folder properties on your pc, select "always show file format types", then press OK. Then right-click on your file. Select "rename". Write "mme_imager.cfg" Press Enter.

    Done.

  9. #7
    Kendal80's Avatar
    offline Of Mice and Modders
    Join Date
    Nov 2008
    Posts
    65
    Thanks
    0
    Thanked 10 Times in 5 Posts
    Downloads
    42
    Uploads
    0
    Thanks a million

    FANTASTIC MOD FOR V6MAXX

    THANKS A LOT

    I UP THIS FILE IN MY MAXX,,, AND NOW,,,, IT IS ALL RIGHT

    PERFECT,,,, NOTHING PROBLEMS,, WITH CAMERA PHOTOGRAF,,, AND NOTHING PROBLEMS,,, WITH VIDEO CAMERA RECORDER..

    SUPER ZOOM 4X ))

    THANKS THANKS THANKS


    THE NEXT......FOR ULTRA EXPERTS ,,,,, GO TO ZOOM 8X IN VIDEO
    Last edited by Kendal80; 05-01-2010 at 07:19 PM. Reason: Automerged Doublepost

  10. The Following User Says Thank You to Kendal80 For This Useful Post:

    JKR74 (05-02-2010)

  11. #8
    King_Rat's Avatar
    offline So I Hear You Can Mod
    Join Date
    Nov 2007
    Location
    Godzone
    Posts
    165
    Thanks
    59
    Thanked 94 Times in 36 Posts
    Downloads
    467
    Uploads
    5

    tyvm

    another gr8 tweak ^^

    works for K3 too

    re, renaming... just save it as "mme_imager.cfg" [minus quotes...] in 1st instance

    NB, internal camera not working for K3 after this mod. Hav reverted to 2x zoom for now :boohoo:
    Last edited by King_Rat; 05-06-2010 at 08:01 PM. Reason: :Bug:

    Click 'Sig' for KRM - X MP for K3

  12. #9
    King_Rat's Avatar
    offline So I Hear You Can Mod
    Join Date
    Nov 2007
    Location
    Godzone
    Posts
    165
    Thanks
    59
    Thanked 94 Times in 36 Posts
    Downloads
    467
    Uploads
    5

    Need Help ^^

    Had a look @ my mme_imager file via XVI32 and found the 1st set but it's slightly different & couldnt make sense after then

    @ ChameleonX... could you give my mme_imager the once over and see if you can do the 4x zoom [just for main camera] i.e. no edits for internal as it was disabled using your mme_imager file

    T.I.A
    Attached Files Attached Files

    Click 'Sig' for KRM - X MP for K3

  13. #10
    offline Itty Bitty Modder
    Join Date
    Feb 2009
    Posts
    2
    Thanks
    0
    Thanked 5 Times in 1 Post
    Downloads
    0
    Uploads
    0
    hello all, chameleonx here.

    I'm using my other id this time.. @ king rat, try out these attached files, hope they'll work fine. There's also a v6 imager file included here for v6 users, which has modded video and camera zoom levels and size. thanx.
    Attached Files Attached Files

  14. 5 Users Say Thank You to ChamomileS For This Useful Post

    JKR74 (05-18-2010), King_Rat (05-18-2010), Russoeternal (05-18-2010), Slay (05-18-2010), USSS (05-18-2010)

  15. #11
    King_Rat's Avatar
    offline So I Hear You Can Mod
    Join Date
    Nov 2007
    Location
    Godzone
    Posts
    165
    Thanks
    59
    Thanked 94 Times in 36 Posts
    Downloads
    467
    Uploads
    5
    testin ^^

    out of the 3 files in the archive **k3mme_imager1_2_4ZoomIncrSize**

    doesnt work ^^ it makes internal camera go all rainbow colours - like something out of Predator :ng:

    the other two files working [so far]

    thnx again to chameleonX
    Last edited by King_Rat; 05-18-2010 at 03:31 PM. Reason: F.Y.I

    Click 'Sig' for KRM - X MP for K3

  16. #12
    offline Administrator
    Join Date
    Nov 2006
    Posts
    14,023
    Thanks
    2,800
    Thanked 3,902 Times in 2,550 Posts
    Downloads
    1
    Uploads
    0
    Big news for MAXX
    Anything you need please contact me thru Private Message.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •