Hello, I'll be speaking at the SD Forum Architecture SIG (http://www.sdforum.org/SDForum/Templates/CalendarEvent.aspx?CID=1963&mo=7&yr=2006). If this piques...
1. Which is the best IDE to use for Symbian C++ development ? CodeWarrior or Carbide or Visual Studio.NET with Carbide plugin 2. We want to initially target...
Hello, ... Nokia initially backed CodeWarrior but is making the transition to Carbide. At the moment, I still CodeWarrior but plan to cut over to Carbide in...
Hi everybody, i come across John's following article: http://kerncomputing.blogspot.com/2005/06/configuring-symbian-emulator-ongoing.html i dont have success...
Hi, We have a lookup kind of application for searching upto 20,000 index records. This data shall be in the binary format and we are evaluating options whether...
Hello Cinar, I never did get it working with Series 60, 2nd Edition. Instead, I used RFileLogger to trace things on the device. I am now developing mostly on...
Hello Andy, With UNIX, we often make these decisions based on discussion of the UNIX implementation and profilers. Have you heard of Jane Sales book entitled...
Hello, I want my Symbian/Series 60 (2nd edition) application preinstalled on an operator's phone. It is composed of an .app file and two .exe files. They need...
Hi, I am using CBrCtlInterface (Browser Control API) to display html. I am able to display standard html constructs including html forms. But unable to execute...
Hello, I'm considering going to the Symbian Smart phone show(http://www.symbiansmartphoneshow.com/2006) which would be my first time. Have others on this list...
Yes, I went last yr - they didn't have the array of Symbian sessions like they are planning this yr - from a dev stdpt, I think it will be a lot better this...
John, Definitely worth your while. Key reasons to attend - Most of the ecosystem have some form of presence (stand) at the show. Great opportunity to...
Hello, I had lunch with Ravi Belwal the other day. He is presenting at CTIA and has volunteered to present at our SIG, too. The topic is location based...
Hello, I have posted more detail with respect to the LBS talk here. http://kerncomputing.blogspot.com/2006/09/symbian-sig-location-based-services.html While I...
Hello, I am actively looking for speakers and topics for the SIG. What are you curious about? Do you have a topic you'd like to present? Do you know of a...
Hello, I am porting my application from Series 60 2nd edition to S60 3rd edition. At this point, it runs well enough under the emulator that I want to run it...
Hi John, It depends where it's happening (of course) but if you can put logging in right from startup, you may be able to narrow down which file is missing, or...
Hello, Here is some of the feedback with respect to Symbian topics. 1) "I'm actually interested in clever things people have done w/ SIP input on UIQ - may...
Hello, As I port to 3rd edition, I'm learning about a lot of pitfalls. For the November meeting, I could lead a discussion on this topic. In the abstract, I...
If you can see serial error, you will see what platsec error is. James ... __________________________________________________ Do You Yahoo!? Tired of spam?...
Interested. Raj _____ From: SVS_SIG@yahoogroups.com [mailto:SVS_SIG@yahoogroups.com] On Behalf Of John Kern Sent: Wednesday, September 20, 2006 7:28 PM To:...
I too, would like to hear horror stories (or, even better, success stories) from the 3rd edition porting process. --Simon Raj Singh <raj@...> wrote:...
Hello, I'd like to thank Jo and James for there help. I tracked the silent startup problem down to naming convention. Since I've never seen it documented,...
Hello In S60 3rd edition, lotsof new things is introduced including platsec and data caging etc. Directory is reorganized to support platsec. Better to use...
Hello, Just a reminder about this month's talk. http://kerncomputing.blogspot.com/2006/09/symbian-sig-location-based-services.html Hope to see you there. -jk...
hi all, after this tuesday's talk, i felt inspired and tried to see if i could indeed get cell id info via jsr 179 (rather than via Symbian APIs). however, i...
Hi John, All Thanks for the promo! Just to say that, if you'd like some more information about the book, SymbianOne have just published an interview about it...
Hi, i have a problem with descriptors. let me tell: i have a class with the following member and method: HBufC * iName; const TDesC& Name(){ return *iName; } ...