port for A3300IS / what reference port to use? - page 15 - General Discussion and Assistance - CHDK Forum

port for A3300IS / what reference port to use?

  • 289 Replies
  • 107811 Views
Re: port for A3300IS / what reference port to use?
« Reply #140 on: 02 / January / 2012, 00:23:47 »
Advertisements
oh, ok, i saw them in the stubs file, but there are 2 without and values, just was trying to see which they were, figured it could be a quick fix to get out of the way.

been looking through the codes trying to see what i can play with to try to fix the bug with the button presses controlling both cam menus and chdk at same time.

no luck yet, looking in the forums as well.

Re: port for A3300IS / what reference port to use?
« Reply #141 on: 02 / January / 2012, 00:45:58 »
been looking through the codes trying to see what i can play with to try to fix the bug with the button presses controlling both cam menus and chdk at same time.
Change line 29 in kbd.c to
Code: [Select]
#define KEYS_MASK1 (0x0000F0BF)
Ported :   A1200    SD940   G10    Powershot N    G16

Re: port for A3300IS / what reference port to use?
« Reply #142 on: 02 / January / 2012, 00:51:26 »
been looking through the codes trying to see what i can play with to try to fix the bug with the button presses controlling both cam menus and chdk at same time.
Change line 29 in kbd.c to
Code: [Select]
#define KEYS_MASK1 (0x0000F0BF)
Dude if ur right, Im gonna, well just text you, LOL!!!
You make this stuff look so easy, and its far from that!!!!

Re: port for A3300IS / what reference port to use?
« Reply #143 on: 02 / January / 2012, 01:14:45 »
Darn! No go on that one, still doing it.

Re: port for A3300IS / what reference port to use?
« Reply #144 on: 02 / January / 2012, 08:10:19 »
Darn! No go on that one, still doing it.
Post your kbd.c file?
« Last Edit: 02 / January / 2012, 08:59:52 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

Re: port for A3300IS / what reference port to use?
« Reply #145 on: 02 / January / 2012, 09:21:20 »
Darn! No go on that one, still doing it.
Post your kbd.c file?
LOL!!! Don't laugh, but what do u mean by post my kbd.c file?

Re: port for A3300IS / what reference port to use?
« Reply #146 on: 02 / January / 2012, 09:55:49 »
Don't laugh, but what do u mean by post my kbd.c file?
I should have  said  "Attach".   Respond to this post using the  "Reply" or   "Preview" button so that you get full editing capability. Down at the bottom you will see a line that says Attachments and other options.  Click that and attach your kbd.c file.
Ported :   A1200    SD940   G10    Powershot N    G16

Re: port for A3300IS / what reference port to use?
« Reply #147 on: 02 / January / 2012, 10:35:20 »
Cool, I dont remember ever being able to attach files in the forum, makes it quicker thats for sure.

Re: port for A3300IS / what reference port to use?
« Reply #148 on: 02 / January / 2012, 10:45:43 »
try this

Code: [Select]
#define KEYS_MASK0 (0x00000000)
#define KEYS_MASK1 (0x00000000)
#define KEYS_MASK2 (0x0000F0BF)
Ported :   A1200    SD940   G10    Powershot N    G16

Re: port for A3300IS / what reference port to use?
« Reply #149 on: 02 / January / 2012, 11:07:14 »
try this

Code: [Select]
#define KEYS_MASK0 (0x00000000)
#define KEYS_MASK1 (0x00000000)
#define KEYS_MASK2 (0x0000F0BF)
Not to get all mooshy, but I love u dude, lol, worked like a charm!!!

 

Related Topics


SimplePortal © 2008-2014, SimplePortal