OK, I will try it. Wait...
Work just fine![]()
OK, I will try it. Wait...
eXMMS and Rockbox running on E680, E680i, E680g, A780, A1200 and ROKR E6
OK, I will try it. Wait...
Work just fine![]()
eXMMS and Rockbox running on E680, E680i, E680g, A780, A1200 and ROKR E6
I wonder what the problem is... Could it be that the application runs out of memory? The application is about 3MB... Is it that big, cause the crash happens elsewhere too, for example when I scroll too fast in some screen with height 800 (yes lots of widgets in that screen) the application also crashes... Think it's related?
A tip for you:
1. Replace ZPushButton with UTIL_PushButton. ZPushButton very unstable sometime.
2. Use ZMainWidget as parent widget with editable option enable.
3. Try to set widget size to fixed sized (setGeometry). Auto resizing can raise seg. fault sometime.
Rewrite your app base on my example code. Use ZMainWidget as main window, ZScrollView as content widget and UTIL_CST as cst widget.
eXMMS and Rockbox running on E680, E680i, E680g, A780, A1200 and ROKR E6
What's exactly you are write? It's a big app. Run 'arm-linux-strip yourapp' to remove yourapp symbols, make yourapp smaller.
eXMMS and Rockbox running on E680, E680i, E680g, A780, A1200 and ROKR E6
Well it's actually big cause I'm calling a web service and the source files automatically generated from the web service are big, my source code however is like 100KB... I'm actually doing exactly as you suggestedI don't know... Maybe if I somehow limit the size of the app...
anyone can tell me where I can get E680 SDK from?
thx