For s60 v3 and v5, and s40 3th...x
if my j2me application is running can it read sms incoming messages as they enter, read it, apply rules, and delete it from inbox?
j2me application can get...
Type: Posts; User: handsoft; Keyword(s):
For s60 v3 and v5, and s40 3th...x
if my j2me application is running can it read sms incoming messages as they enter, read it, apply rules, and delete it from inbox?
j2me application can get...
Hi,
I am working in a AR project for Nokia N97.
I am using latest 1.9.7 build, the first faced task was access compass from python, there is a bug, I had to modify a .py source inside...
is QT for s60 a mature developer platform?
A few months ago, I downloaded a beta release and code a some basic examples in QT, but...
I have to install several (5 +) libraries and updates,...
Hi,
Do MAEMO Devices support WRT and/or OVI Maps SDK?
Thanks!
My point is:
Please do not discourage new developers, There are opportunities, as example: you can code a "master" with a small group of artists, designers and producers and sell your work to a...
mmm... I think, if your numbers were right, I'd get back on game business. ;-D
I coded J2ME games since 2003 until 2007, first as independent game developer, I did partnerships with Asian...
mmmm.. yea.. it isn't cheap, but a J2ME 3D game for 10 Million Euros, I don't think so.
baghalipoor:
My advice: Look for a game engine first.
So.. I can implement a main game cicle in Open C++, and the configuration window in native Symbian c++ (as example), ... can I call a Symbian View from OpenC? Can I use ActiveObjects in Open C++?...
Try with other browser, for me works (Firefox).
if you use: jsonme.jar library, can check a simple sample here:
http://igeek.com.ar/index.php/2008/02/18/comunicar-php-con-j2me-mediante-json/
I did not recommend you to include a System.gc() in your main game cycle, in several phone devices this action get down the FPS.
After restart my windows Vista.
The option open default browser works, and I was be able to register it!
Thanks!
My N97 SDK v1.0 is useless today.
I can't get serial number.
The automatic default browser opening doesn't work.
When tried to get it by: [www.forum.nokia.com/GetSerialNumber]. , I got a...
I have the same error with N97 SDK v1.0
My suggestion is: You can start with a Level Editor software, there are Opensource, and some of them generate Java Code, I used Tile Editor (http://tilestudio.sourceforge.net/), for a basic game is a...
a good example is:
http://www.forum.nokia.com/info/sw.nokia.com/id/356ac95e-f461-42f0-8367-924f6ef8d9ef/S60_Platform_Contacts_Model_API_Example_v2_1_en.zip.html
I found a J2ME REST Client implementation:
http://www.acidum.de/2008/12/29/j2me-rest-client/
I did not test it, anyway you need other libraries like MD5 encription class.
I am working on...
Link URL was fixed.
Thanks!
Carlos.
Hi Sorcery,
I appreciate your reply.
You are right, DSL has only 1 maintainer.
I will take care about your recommendations.
Thanks!
Carlos.
I am new in Symbian C++, I coded in DSL for Linux, several years ago, now I am a j2me game developer, and, I am in a transition to Symbian c++ games developing.
I did a game port with SDL, a maze...
I recommend a SDL library, it's in a early estate, but works very well for game dev.
Solved.
I coded a 2d Maze game with SDL and accelerometer.
Full playable game source code (GPL):
http://code.google.com/p/starmaze/
Hi!
I ported and adapted a simple 2D maze game for SDL s60, and works with accelerometer.
My project is source code, can be downloaded from here:
http://code.google.com/p/starmaze/
I am new in Symbian C++ programing. I am a game developer, I am using SDL (http://koti.mbnet.fi/mertama/sdl.html).
I coded my first C++ game, and now I need some aids in order to implement...
Hi,
I developed a tic-tac-toe game in Python with bluetooth connectivity, two players, fast and simple connection, using LightBlue Python extension from: http://lightblue.sourceforge.net/, you can...