I'm not sure, but I'd suspect the zip version you're using. Can you dump the version info? Mine says Zip 3.0, and doesn't emit the security thing.
On Wed, Mar 23, 2016 at 1:21 AM, wael mansour <[email protected]> wrote: > Thanks Ytai for fast replay :) >> > > 1. thank you for illustrating the difference between the IOIO002x and > the IOIO0030 > 2. i changed the processor and select the *standard *configuration IOIO0030 > and also modifiy the *platform.h* file in(blink project) becouse it > has these lines > > #elif PLATFORM == PLATFORM_IOIO0030 > #define HARDWARE HARDWARE_IOIO0004 > #endif > ........ > #elif HARDWARE == HARDWARE_IOIO0004 > #ifndef __PIC24FJ256*GB*206__ > #error Platform and MCU mismatch - expecting PIC24FJ256GB206 > #endif > > so i modifiy it to be > > #elif PLATFORM == PLATFORM_IOIO0030 > #define HARDWARE HARDWARE_IOIO0004 > #endif > ........ > #elif HARDWARE == HARDWARE_IOIO0004 > #ifndef __PIC24FJ256*DA*206__ > #error Platform and MCU mismatch - expecting PIC24FJ256GB206 > #endif > > then i used the tools/make-ioio-bundle script > > > <https://lh3.googleusercontent.com/-rhI0RaUK3Ug/VvJP_wtOj4I/AAAAAAAAAj4/RELGDcD03M8h4FMVXwYvYi3yfhzFLtR0A/s1600/make-ioio-bundle.jpg> > it outs the same output (172 bytes security) (deflated 78%) > to be ensure that the ioiodude is working correctly i download the > firmware *App-IOIO0506.ioioapp *for testing > > > <https://lh3.googleusercontent.com/-oWYv5gj_4qE/VvJRB2zJHGI/AAAAAAAAAkA/gLghgBEQTw8R1nHZeNyjrRyjGj5Uluhdw/s1600/app506.jpg> > no problem happened > when i tried my app > > > <https://lh3.googleusercontent.com/-InnntP69l6Q/VvJRtEvhI3I/AAAAAAAAAkI/Z-0uwvIy5Ccxp_Yu409dYo2c9RERT61gg/s1600/my%2Bapp.jpg> > i got the same problem :( > what do you think?? > > -- > You received this message because you are subscribed to the Google Groups > "ioio-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/ioio-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
