the collaborative CHDK build - page 25 - CHDK Releases - CHDK Forum

the collaborative CHDK build

  • 249 Replies
  • 174669 Views
*

Offline fe50

  • ******
  • 3152
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: the collaborative CHDK build
« Reply #240 on: 28 / October / 2008, 06:02:32 »
Advertisements
uhm, the example doesnt work here. is it supposed to run in a specific folder?
this is what i see in the console ALL the time:
Quote
:56: attempt to call global 'get_mode' (a nil value)
The script runs fine (tested on SD870 1.00C & already documented in the wikia) if you load the #545 (aka 0.6.7) build  ;)

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: the collaborative CHDK build
« Reply #241 on: 28 / October / 2008, 06:05:42 »
ha, i already run 0.7.0 build, in your face! :D
no really, it doesnt run here.

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: the collaborative CHDK build
« Reply #242 on: 28 / October / 2008, 13:16:14 »
i suggest we talk about recent changes in this new dedicated thread: changelog of trunk including comments / devtalk
if need be, we can always "branch" out to new threads i guess.

*

Offline fudgey

  • *****
  • 1705
  • a570is
Re: the collaborative CHDK build
« Reply #243 on: 28 / October / 2008, 19:14:54 »
Tested on a570is 1.00e.

REC/Play/Vid detection works, mode names are correct except for one: I get "mode: 256 nil" in the kids&pets mode dial position.

The reason is that in platform/a570/main.c
{ MODE_KIDS_PETS,          32764 },
Should be 32784 (that's what propcase debug OSD shows for prop #50).

After that modification I get "mode: 291 KIDS_PETS".


*

Offline fe50

  • ******
  • 3152
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: the collaborative CHDK build
« Reply #244 on: 28 / October / 2008, 20:54:29 »
On SD870 & SD400 - probably on all Ixus models - the manual mode (2) is 'P'...

*

Offline reyalp

  • ******
  • 14118
Re: the collaborative CHDK build
« Reply #245 on: 28 / October / 2008, 23:32:57 »
Don't forget what the H stands for.

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: the collaborative CHDK build
« Reply #246 on: 08 / January / 2009, 17:23:05 »
unstickyfied, together with Allbest + JuciPhoX = CHDK (the merge thread) - info for devs and users
perhaps these should be mentioned somewhere in the chdk history books :D

*

Offline Yan

  • *
  • 9
Re: the collaborative CHDK build
« Reply #247 on: 13 / January / 2009, 08:05:20 »
Hi,

I prepared a new version of Slovak language file (it is located on the CHDK wiki as the Slovak 4, for Autobuild 677 and more). Pleace replace the old Slovak language file in the Autobuild.



*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: the collaborative CHDK build
« Reply #248 on: 13 / January / 2009, 08:55:29 »
wrong thread.

done nonetheless.

Re: the collaborative CHDK build
« Reply #249 on: 18 / June / 2009, 20:31:43 »
I found the live_fb address for my SD600, 1.00A firmware:
Code: [Select]
    void **fb=(void **)0x5284;
    unsigned char buff = *((unsigned char*)0x5294);
    if (buff == 0) {
        buff = 2;
    }
    else {
        buff--;
    }
    return fb[buff];
I have not actually tried compiling with this yet, not sure I could detect the difference anyway (?)

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal