PDA

View Full Version : AppLoader For NOKIA_6585 ?


ramakrishnabhv
02-14-2005, 10:28 PM
Hi,
I wrote a game for nokia_6585 in Visual Studio.Net(7.0) , compiled on ADS ARM 1.2
generated .mod file with the option "-bigend".

I know how to generate .sig file.

Can I load the stuff from PC to NOKIA_6585 Using BREW APPLOADER ?

OR Is There any other method to load the games on to NOKIA devices ?

Plz suggest in this regard.
Thanks in advance.

ramakrishna.bhv

Rock Lee
02-15-2005, 01:07 AM
Well, provided that you have the correct data cable and BREW Apploader 3.0, you have to download the Nokia OEM Layer DLL from the BREW website (https://brewx.qualcomm.com/brew/sdk/authdownload.jsp?page=dx/commbrewtools) .

Just download the zip file and follow the instructions. If you do this properly (and with some luck) you can load your application to your Nokia handset.

HTH and good luck!

Rock Lee
02-15-2005, 01:26 AM
Oh, and you will probably need to add "-DFEATURE_BIG_ENDIAN" and "-fy" compilation flags as well.