From time to time switching to other less used languages is a good thing (especially when doing Symbian ;-))
I recall having seen requests to decode MPEG streams in J2ME (without relying on any media API such as the MMAPI of course):
http://discussion.forum.nokia.com/forum/showthread.php?t=101607
http://discussion.forum.nokia.com/forum/showthread.php?t=129788
Surprisingly...
I'm proud to share a short application snippet of the next Jarpa Framework . Jarpa Framework wants to provide developers with the combined power of Adobe's Flash Lite and Java's programming capabilities.
Jarpa is opening the doors to extend Flash Lite capabilities with the widespread acceptance of Java ME. No Symbian nor Java ME knowledge is required to start. We've been using the same...
I regularly enjoy watching video podcasts on my N82, usually while on my train commute to and from work. Mostly I download them with the Nokia Podcasting application, or sometimes with another computer when there's no WiFi around then copy the videos to my N82 with the USB cable.
Here is a roundup of the video podcasts that I watch including the RSS Feeds that you use to subscribe and...
Overview
There are several ways to know BT device address of remote device. Here one of the way to know the remote device address.
TBTSockAddr iOtherDevice;
iAcceptedSocket. RemoteName ( iOtherDevice ) ;
TBTDevAddr BDAddress = iOtherDevice. BTAddr ( ) ;
TBuf< 12 > readable;
BDAddress. GetReadable ( readable ) ;
// readable is human readable...
Overview
This code snippet shows how we can connect to a Bluetooth device over RFCOMM when we know the address. If we know the address and channel number of interested service then it can be connected directly. If we don't know the channel number then we need to find it as usual way and then we can connect.
TBTDevAddr devAddr ( MAKE_TINT64 ( 0x0019, 0x79fa2193 ) ) ;...
ID 0xA00078CC
Creation date May 10, 2008
Platform S60 3rd, S60 3rd FP1
Tested on devices N95 8Gb
Category Symbian C++
Subcategory LBS
Keywords: Landmark Databases
Local Landmark Database Manager (v 1.1.0)
This application allows you to manage the local landmark databases and supports
the following operations:
show...
I want to make an application for logging duration of calls but on a monthly basis.
Basicly, I need for OS to notify my app after a received call ending with information about phone number and call duration or just notify so that my app can find information.
It was ment for app to be started on every reboot, but I saw here that that is impossible.
If MIDlet can't be notified it...
Hello,
I am an engineering student....and for my project i have deided to build a mobile application that will give details of my organization to its consumers via a mobile phone...they run local trains so you can basically get route information of these trains, the fare going to be charged, time it will take.., the graphical route the train will take to reach the destination...etc and...
Hi
i was working on one of the example applications included in SDK help(Nokia 7610 symbian OS 7.0) on socket.
the application is an echo client.
It works fine until it echoes the single character back from the server to the screen wherein it displays the echoed character and displays a socket read error message and immediately disconnects.
Please advice.
The Great Indian Developer Conference at Developer Summit 2008 will present a unique opportunity to learn and assimilate technology know-how, to augment executive decision-making, to understand best practices and case studies, and to absorb the innovation excellence of experts from India, Europe, the U.S., and the Asia-Pacific region.
We do a really cool thing with our launch configuration for the emulator that some developers seem to overllook when they want to debug their application. it wasn't very obvious to users in Carbide 1.3 but it can save users development time. When the user wants to debug their application with Carbide the Symbian OS Emulator launch configuration does not launch the emulator by default but...
Remember the first time you launched Carbide and it came up with this nifty screen full of useful information? You closed it and never looked at it again, didn't you?
Well if you want to recapture the thrill of launching Carbide for the first time, this week's screencast is a brief overview of the contents of the Welcome screen.
We got some interesting entries for our "Transport7" theme...the idea was to show alternative forms of transport around the world, in honor of bike week. Lots of interesting stuff from India (I'm beginning to see a pattern here) including our favorite from noel in Mumbai:
Check out the rest of the pictures here :
Next week's theme is "Print8". We want to see what magazines and...
I was invited to come to FOSSCamp this year, and of course I accepted. Travel from São Paulo to Prague was quite long (home to hotel time around 20hs), but it paid off: hotel is great, (un)conference is nice and lots of hackers to talk. It was great to discuss how your desktop and mobile device will work in future
Unlike other events, this is not a conference, thus the name...
InternetTabletTalk readers are reporting and discussing a new price on the N800. Expansys had the N800 on sale for US $156, but they are currently sold out. The speculation is that someone bought them all to flip for a profit. Currently, the cheapest price I can find for the N800 is $175 at Consumer Depot . For those of you without an N800, it's still a good device and well wort the...
In my last article I blogged about how to create Mono bindings using GAPI , I used it to create WebKit-Sharp. After a quick search in Google I found another implementation of WebKit bindings for Mono, you can find them there (http://cmartin.tk/webkitgtk-sharp.html), the problem is that those bindings were done by hand without using GAPI, probably because the author didn't use...