| | | Notices | To access MotorolaFans with a lighter theme and feature for you mobile phone, you may use the following URL:
wap.motorolafans.com
which brings you directly to the mobile version of the forums with no graphics to load, therefore increasing page loading speed, reducing your data costs and giving you the Best of both worlds!
Thank you for your continued support and ENJOY!! | Moto Fans SENR Join Date: Feb 2005 Posts: 694
Thanks: 0
Thanked 1 Time in 1 Post
| |
01-05-2006
| Native ezx app/code sharing, tips and tricks it looks like apps that will run w/ the native ezx-qt libs are starting to come out and although the executables can be shared w/ all in the downloads section, i thought i'd ask to see if anyone else is interested in sharing their ezx development here, including apps, code, tips, potential pitfalls, etc.
here is a start, its a stupid dialog box app that allows the user to bring up an EZX dialog box. nothing special but i find it useful to let the user know that something is happening at the system level. Below is the README and a screenshot. Code: This application simply throws up an EZX dialog box with a user specified
caption, icon, and timeout period. Once the timeout period is reached
the application is exited automatically.
Note that to use it the LD_LIBRARY_PATH must be set properly to ensure that
the necessary ezx/qt libs are available. This is most easily accomplished
with:
. /home/native/.profile
To install: copy the file ezxdialog to anywhere in your system path.
To use:
ezxdialog <caption> <figure> <timeout>
<caption> must be specified\n");
<figure> can be either the name of a file or a built in resource icon
<timeout> is the number of seconds before quit (defaults to 10)
Example: ./ezxdialog \"Trashed...\" Dialog_Empty_Trash.gif 15
updated 1/7/06 to include source.  User Information | | | | MotoFans XPRT
Join Date: Mar 2005 Posts: 459
Thanks: 0
Thanked 8 Times in 6 Posts
Location: NZ | |
01-05-2006
| Re: Native ezx app/code sharing, tips and tricks i dunno how other people set up their cross compiler, and i have tried sam7's ezx-cross but didn't work on my machine, this is the way how i did it
1. firstly download this
2. run ezx-install.sh
and it will automatically installed the compileer and stuff for you
3. run ezx-scale-env.sh to setup the enviroment
the information is from here (its in chinese)
anyway anybody has tried setting up a backgroundPixMap for QListBox??
i can't get the background to show above the original background picture, it always shows BEHINDS that.... User Information Current Phone: A780/E680I Location: NZ | | | | MotoFans JUNR Join Date: Jul 2005 Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
| |
01-05-2006
| Re: Native ezx app/code sharing, tips and tricks intoxicated
try this precompiled arm toolchain, worked beautiful for me out-of-the-box User Information | | | | Moto Fans SENR Join Date: Feb 2005 Posts: 694
Thanks: 0
Thanked 1 Time in 1 Post
| |
01-05-2006
| Re: Native ezx app/code sharing, tips and tricks @intoxicated and lurker
how do the compilers you use fair w/ the floating point stuff? User Information | | | | MotoFans JUNR Join Date: Oct 2005 Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
| |
01-05-2006
| Re: Native ezx app/code sharing, tips and tricks great idea.
However, some people (myself included) would like also to have access to the EZX sdk... searched on emule but I could not find it
regards User Information | | | | MotoFans MODR Join Date: Jun 2005 Posts: 205
Thanks: 0
Thanked 0 Times in 0 Posts
| |
01-06-2006
| Re: Native ezx app/code sharing, tips and tricks @intoxicated Quote: |
i can't get the background to show above the original background picture, it always shows BEHINDS that....
| did u try this ?
Qlistbox->setBackgroundPixmap(pix);
also u can try to palette() .. change background color to transparent or something.. and then setPalette( const QPalette & ) ? ...
well i did have a problem changin background of some widgets.. i dont know why setBackgroundPixmap doesnt work sometimes...
-Mudassar User Information | | | | MotoFans XPRT
Join Date: Mar 2005 Posts: 459
Thanks: 0
Thanked 8 Times in 6 Posts
Location: NZ | |
01-07-2006
| Re: Native ezx app/code sharing, tips and tricks well, suddenly have the thought today so wrote this ...
Theme Mananger 0.5
its still buggy but should do the job for now
should work both on E680I/A780 since their theme system are the same
there is few bugs...
if you keep on tapping the top button it will somehow terminate the program
and the delete button is not working yet, lazy to write it
let me know if there is any bugs i will fix it if i can ... User Information Current Phone: A780/E680I Location: NZ | | | | MotoFans XPRT
Join Date: Mar 2005 Posts: 459
Thanks: 0
Thanked 8 Times in 6 Posts
Location: NZ | |
01-07-2006
| Re: Native ezx app/code sharing, tips and tricks also i have modify the bass enhancement program by alebm to give it a simple interface ...  User Information Current Phone: A780/E680I Location: NZ | | | | MotoFans MODR
Join Date: May 2005 Posts: 170
Thanks: 0
Thanked 0 Times in 0 Posts
Location: europe | |
01-07-2006
| Re: Native ezx app/code sharing, tips and tricks is it code or binary sharing thread?  User Information Current Phone: nokia e65 Location: europe | | | | Moto Fans SENR Join Date: Feb 2005 Posts: 694
Thanks: 0
Thanked 1 Time in 1 Post
| |
01-08-2006
| Re: Native ezx app/code sharing, tips and tricks @evaldas
good point, i included my ezxdialog source in the posting above, and here is another hack of an app that is a starting point for sound analysis. I still have to include the PSD option, but in the meantime the source might be of interest to others starting out like I am.
Here is the install section of the readme file, the full README is included with the source and dist packages. Code: To Install:
===========
Copy the package (audanalyzer.mpkg) to the phone and let the mpkg manager
install it (it should end up in /diska/.system/QTDownLoad/audanalyzer/).
In order to get the data files to be read correctly, it is assumed that the package
is installed to the phone (it assumes that the package is put in
/diska/.system/QTDownLoad/audanalyzer). If you need to install it on the
memory card, you must edit the file audanalyzer.sh as per your installation.
If you have not enabled the mpgk installer flex-bit on the phone, and do not
have a modified flash with the mpgk installer included, then, after copying the
package to the phone, telnet to the phone and unzip/tar the package using
tar zxvf audanalyzer.mpkg
(don't worry about the "Cannot change ownership errors") and copy the audanalyzer
directory to /diska/. You can then run the application from the file manager using
the /diska/audanalyzer/audanalyzer.lin script. (The script assumes that the
directory exists at /diska/audanalyzer/, if you decide to re-locate the directory
you must update the .lin script as well.)
User Information | | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT. The time now is 09:53 PM.
Search Engine Friendly URLs by vBSEO 3.2.0
Powered by vBulletin® Version 3.7.2 Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
VBulletin Skin by ForumMonkeys.
| |