500d development - page 139 - DSLR Hack development - CHDK Forum  

500d development

  • 2487 Replies
  • 901239 Views
Re: 500d development
« Reply #1380 on: 03 / June / 2011, 10:45:18 »
Advertisements
No reply again.  I'm getting good at this non-confrontational thing!

Re: 500d development
« Reply #1381 on: 03 / June / 2011, 11:00:27 »
I want a 5D Mark III
I want a 5D Mark III

Re: 500d development
« Reply #1382 on: 03 / June / 2011, 11:12:42 »
@ Jamez

well done for carrying on the great work while Coutts is away (hopefully his MacBook will be fine)...

*

Offline Jamez

  • **
  • 91
Re: 500d development
« Reply #1383 on: 03 / June / 2011, 11:18:54 »
Actually its Coutts` work primarily on the autoexec, I just fixed the 422 script, and bundled the lot together with a readme collating everything as you may see if I can catch Coutts at work I know he wanted to fix a few more things first, but all things considered it might take a little time before hes back into it.
Canon Kiss x3 Owner running...
Magic Lantern for 500D/T1i/Kiss X3
Canon EOS 500D/T1i - Magic Lantern Firmware Wiki


*

Offline Vel

  • *
  • 6
Re: 500d development
« Reply #1384 on: 03 / June / 2011, 13:53:59 »
No reply again.  I'm getting good at this non-confrontational thing!

No. No reply would mean not even replying with that post. That's in no way a "no comment" statement, it's a tout. Take all of your conversations to PM, they're not adding anything to the development thread except unnecessary bickering.

They're not provoking you, you're provoking them. Enough already.

*

Offline a1ex

  • *****
  • 671
  • ML dev
Re: 500d development
« Reply #1385 on: 04 / June / 2011, 09:28:59 »
Just found a more portable method for faking buttons (credits goto 0xAF from 400D thread):

Code: [Select]
void fake_simple_button(int bgmt_code)
{
static struct event e;
e.type = e.obj = e.arg = 0;
e.param = bgmt_code;
msg_queue_post(gui_main_struct.msg_queue_60d, &e, 0, 0);
}

This works by sending events to gui_main_task's message queue. The function for sending messages is TryPostMessageQueue in the IDCs.

To fake 2 buttons or more, you have to wait until the previous button was handled. Here is an implementation with semaphores:
https://bitbucket.org/hudson/magic-lantern/src/8720f389876c/gui.c


Re: 500d development
« Reply #1386 on: 05 / June / 2011, 04:06:39 »
No reply again.  I'm getting good at this non-confrontational thing!

No. No reply would mean not even replying with that post. That's in no way a "no comment" statement, it's a tout. Take all of your conversations to PM, they're not adding anything to the development thread except unnecessary bickering.

They're not provoking you, you're provoking them. Enough already.

I just love when an argue is ended and someone wants show himself as the super-moderator and righteous, and makes the [admin: avoid swearing please] came back again, and again and again, [...]

*

Offline vorob

  • *
  • 26
Re: 500d development
« Reply #1387 on: 06 / June / 2011, 00:51:09 »
I turn my camera off, take out the card, put camera on shelf and after few hours i find out that its discharged. How this can be possible? I surely need to delete all from camera bout ML.


*

Offline a1ex

  • *****
  • 671
  • ML dev
Re: 500d development
« Reply #1388 on: 06 / June / 2011, 05:01:34 »
https://bitbucket.org/alins/magic-lantern-for-500d/issue/63/killing-my-battery-completely-dead-at (status: open)

If you want to help, help; if you want to troll, do it without pressing the "Send" button ;)

Re: 500d development
« Reply #1389 on: 06 / June / 2011, 13:53:23 »
Alex, are you implying you don't want to hear this report from anybody?  Or this is the wrong forum for it despite 100's of previous bugs reported here?  Or are you guessing that this is somehow related to me?  Certainly it is not.  Just trying to help by communicating about unresolved issues, either here or on the Bitbucket issues list.  This is annoying to you?  How would you like Vorob to help? Please do not attack me again, I would appreciate a civil conversation.

 

Related Topics