IXUS 500 HS - ELPH 520 Porting Thread - page 4 - DryOS Development - CHDK Forum  

IXUS 500 HS - ELPH 520 Porting Thread

  • 76 Replies
  • 32651 Views
*

Offline Wolle

  • *
  • 22
Re: IXUS 500 HS - ELPH 520 Porting Thread
« Reply #30 on: 06 / February / 2014, 15:23:44 »
Advertisements
Current Status Screenshots:

Overlays (difference in chdk and canon loading status)


On the script menu I was able to open the file dialog and to open and execute scripts, this was not possible with the build that I tried yesterday.

Load Script
« Last Edit: 11 / February / 2014, 12:13:53 by Wolle »

Re: IXUS 500 HS - ELPH 520 Porting Thread
« Reply #31 on: 06 / February / 2014, 23:11:16 »
Screen is popping up from time to time
You can disable that from the  CHDK Settings  -> Menu Settings ->  Show <ALT> Help Screen menu item.

I guess it really needs an option when it pops up that says "Thanks - good to know - now please stop annoying me by popping up all the time".


Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline Wolle

  • *
  • 22
Re: IXUS 500 HS - ELPH 520 Porting Thread
« Reply #32 on: 07 / February / 2014, 01:28:18 »
Tried to add support for the 100d version of the firmware
http://www.codereactor.de/ixus500hs/bin/

Re: IXUS 500 HS - ELPH 520 Porting Thread
« Reply #33 on: 07 / February / 2014, 04:22:57 »
Tried to add support for the 100d version of the firmware
Automatic download does not work.
With manual loading "Firm Update" turns black screen and the machine does not respond to any buttons. Only helps remove the battery pack.

Maybe there is an error?
Files in both archives are absolutely identical.
« Last Edit: 07 / February / 2014, 07:34:47 by Chairman72 »


*

Offline Wolle

  • *
  • 22
Re: IXUS 500 HS - ELPH 520 Porting Thread
« Reply #34 on: 08 / February / 2014, 11:19:11 »
Found the led adresses today.
I used the method from camcrazy that he described here.
http://chdk.setepontos.com/index.php?topic=9005.msg93932#msg93932

This turns the light on:
Poke8(0xC0220020, 0x46)
Poke8(0xC022C0CC, 0x46)

This turns the light off:
Poke8(0xC0220020, 0x44)
Poke8(0xC022C0CC, 0x44)

*

Offline Wolle

  • *
  • 22
Re: IXUS 500 HS - ELPH 520 Porting Thread
« Reply #35 on: 08 / February / 2014, 11:36:23 »
Found the correct values for the vbatt_min and max

Code: [Select]
long get_vbatt_min()
{
    return 2800;
}

long get_vbatt_max()
{
    return 4070;
}

*

Offline nafraf

  • *****
  • 1308
Re: IXUS 500 HS - ELPH 520 Porting Thread
« Reply #36 on: 09 / February / 2014, 15:38:55 »
@Wolle
Please update your working copy. NUM_FL, NUM_DATA, CF_EFL, CF_EFL_DIV were modified.

Re: IXUS 500 HS - ELPH 520 Porting Thread
« Reply #37 on: 12 / February / 2014, 12:53:52 »
About version 1.00d news broke?
Still does not work.
Can I do something wrong?


*

Offline lyzby

  • **
  • 52
Re: IXUS 500 HS - ELPH 520 Porting Thread
« Reply #38 on: 12 / February / 2014, 20:20:45 »
Any progress?  I would love to put chdk on the ELPH 520HS I just received--firmware 1.00e. 

Anything one can do to assist?

Re: IXUS 500 HS - ELPH 520 Porting Thread
« Reply #39 on: 13 / February / 2014, 03:39:00 »
I just received--firmware 1.00e. 
Can see whether your firmware 1.00e Russian language?

 

Related Topics