yup..success!lol.its time to learn c++ and develope app for moto ezx.![]()
@ustrucx
you need to untar in cygwin directly by tar command. cygwin 'll handle symbolic link files for you. do not use winrar or another zip utility to untar file.
@All
Does anyone success to build HelloEZX app? I just test only 1 time on my another clean PC.
Visit my Blog here.http://my.opera.com/eakrin
yup..success!lol.its time to learn c++ and develope app for moto ezx.![]()
eakrin dude how come i didnt tot of that....sily me...hello app is working ty very much and now i will try things that are clearly beyond my powers: i will try and compile e680 programs :P
BR-æiou beta
i got a false positive, on my friends ming it worked, but on mine it gives segfault when i try /mmc/mmca1/helloezx over telnet, i tryed run directly on phone with konsole but it segfault too.
compilation goes well the result file is 34 KB, maybe its firmware related? @@
if anyone wanna try my compiled app to make sure it works (or not lol) pls do it
just take out .zip and try to run.
BR-æiou beta
@ustrucx
your f/w is C2. library in C2 is different from general A1200. I don't know what model FoxE6 SDK is base on E6, A1200, A1200r, A1200i. but i guess it's base on E6.
When I got segmentation fault error. I discover that it's from wrong defination of SDK header file ex. I define QString getSystemLanguageId() in ZLanguage.h. but getSystemLanguageId() is return integer not QString. so compilation passed but segmentation fault error at runtime. After I change return value from QString to int there are no segmentation fault again. so this is a difficult task to find where it is wrong.
Visit my Blog here.http://my.opera.com/eakrin
here u can find chapter 9 of QT4......and another great books to learn free download.....
http://www.informit.com/promotions/p...x?promo=135563
Last edited by nahtollay; 03-06-2008 at 05:38 PM.
eakrin, that means that any program i compile and succefull run on my C2 f/w will not run on others f/w than C2? maybe i can make a casting if i find the vars that are from diferent types, now i got rly mad that i changed my f/w lol.
thanks![]()
BR-æiou beta
yeah may be C2 library does not compatible with A1200/ E6. but I test application from this SDK on both A1200/E6. it's worked in both A1200/E6. no different on them.
so let test this HelloEZX. I compile it on E6 's libraries.
Visit my Blog here.http://my.opera.com/eakrin