|
More site info...
Nokia Developer Discussion Boards - www.forum.nokia.com | Site profile
|
|
Site profile page for http://www.forum.nokia.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.forum.nokia.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.forum.nokia.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on Nokia Developer Discussion Boards:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
1,346
|
4,219
|
14,274
|
|
Post:
|
3,404
|
10,775
|
36,191
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Nokia Developer Discussion Boards (http://www.forum.nokia.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
Nokia Developer Discussion Boards posting activity graph:
|
|
http://www.forum.nokia.com Alexa graph:
|
Top authors on Nokia Developer Discussion Boards during last week:
user's latest post:
stopped bluetooth popup
Published (2009-11-07 15:36:00)
Check the position settings from the device, and disable the remote GPS option.
user's latest post:
Blocking SMS application
Published (2009-11-07 14:08:00)
Quote: Originally Posted by somnathbanik Please suggest me how do I proceed Did you look into my reply? Didn't you like it? See it again, if you have missed: http://discussion.forum.nokia.com/fo...24&postcount=9
user's latest post:
PC Suite connect to Nokia Emulator?
Published (2009-11-07 12:57:00)
Quote: Originally Posted by Nepheline I saw that thread before. However, there is no result and response of that investigation. Does that mean I have to have 2 PCs. PC1 must have BT or Irda and we run Nokia emulator on this PC1. Then, PC2 also need to have BT or IRda. We shall install Nokia PC Sutie on PC2. Try to connect PC Suite(on PC2) to nokia emulator? Anyone else know easier way to connect PC suite to emulator? Thanks a lot nah, forget...
user's latest post:
Socket connection...
Published (2009-11-07 20:58:00)
You need header files, the compiler does not know what those words mean so you have to show it where they are defined. Check the #include statements in your code and the SYSTEMINCLUDE and USERINCLUDE statements in the MMP file.
user's latest post:
Known issues with RScheduler
Published (2009-11-07 11:36:00)
*taskdata is an HBufC type, so you can read it in a descriptor: TPtr ptr = taskdata->Des();
user's latest post:
where is timelocal...
Published (2009-11-07 23:49:00)
Quote: Originally Posted by oracle3 have u added the lib into ur .mmp file? Location: caltime.h Link against: calinterimapi.lib Have you even considered reading the question?
user's latest post:
sending files to mobile
Published (2009-11-07 17:40:00)
I think it might be easier to construct your own interface. A script or servlet running inside a webserver can talk to the phone (by HTTP, using an HttpConnection from the phone), and can talk to the Access database using JDBC/ODBC/whatever, depending on the technology you're working with. Provided you have access to a webserver, with some kind of scripting or servlet technology, this should be relatively straightforward. Transferring a...
user's latest post:
[moved] How to create sis file...
Published (2009-11-06 13:16:00)
Quote: Originally Posted by amit.mangal can i write a code in symbian c++ that can install jar and jad file. Thanks & Regards Amit Kumar Mangal check this , same problem discussed here. http://discussion.forum.nokia.com/fo...d.php?t=149606
user's latest post:
About sound mp3
Published (2009-11-07 18:36:00)
Blah blah blah
user's latest post:
How to share bitmaps and other...
Published (2009-11-06 09:51:00)
Quote: how to make a server in symbian? server is nothing but just an exe in case of symbian. and the server in symbian a normally non GUI based which do the works required by client in a seperate thread. so create an exe and server is created. but the IPC is needed to communicate with the server. So you can go through the client/server example which is packaged with the SDK. Quote: I want to let this server run in background always, if its a...
|
|
|
Top 10 active forums on Nokia Developer Discussion Boards during last week:
|
|
Top 10 forums on Nokia Developer Discussion Boards:
General Symbian C++
- 104,066 posts
|
Symbian
- 51,260 posts
|
Mobile Java General
- 42,536 posts
|
Python
- 31,113 posts
|
Symbian User Interface
- 21,112 posts
|
Symbian Networking & Messaging
- 19,230 posts
|
Symbian Tools & SDKs
- 16,177 posts
|
General Discussion
- 14,534 posts
|
Mobile Java Networking & Messaging & Security
- 14,127 posts
|
Symbian Media (Graphics & Sounds)
- 13,119 posts
|
|
|
|
|
Latest active threads on Nokia Developer Discussion Boards:
Started 14 hours, 16 minutes ago (2009-11-09 06:14:00)
by kkrish
check with http://wiki. forum.nokia.com/index.ph...r_Launcher_ API
I have not used it but might be it will as per your need.
Started 16 hours, 7 minutes ago (2009-11-09 04:23:00)
by kkrish
I think four days calls log would not be save in phone log,
1. listen for log change as save it into some file.
2. read the log file create sms and send it send the sms.
All the above thing you can find an example on wiki.
Started 14 hours, 1 minute ago (2009-11-09 06:29:00)
by symbianyucca
Not really any API that I would know that would get notifications on process startings, anyway, for GUI applications you could instead just monitor focus changes..
Started 2 weeks, 3 days ago (2009-10-23 11:58:00)
by kamalakshan
Wondering if its related to Helix
Started 15 hours, 47 minutes ago (2009-11-09 04:43:00)
by skydevin
Started 14 hours, 12 minutes ago (2009-11-09 06:18:00)
by gaba88
Quote:
Originally Posted by anandnarayan891
Once my application is on , I want the application to send a POST to a particular URL for every 3 minutes . How do i do this with python
hello anadnarayan891
you can go through this article and make a function for posting your data to a web server. After that you ...
Started 14 hours, 40 minutes ago (2009-11-09 05:50:00)
by symbianyucca
Try something like this:
Code:
RESOURCE CBA r_my_cba
{
buttons=
{
CBA_BUTTON
{
id=EAknSoftkey Options;
txt= "Options";
},
CBA_BUTTON
{
id=EFrameCance l;
txt= "Cancel";
}
};
}
Code:
TRAPD(errCode,iCba->SetCommandSetL(R_MY_CBA));
|
|
Hot threads for last week on Nokia Developer Discussion Boards:
Started 2 weeks, 4 days ago (2009-10-22 04:09:00)
by symbianyucca
Anyway, easy search strings like CTelephony IMSI wiki nokia with google would give you the link..
Started 1 week, 1 day ago (2009-11-01 15:47:00)
by wangan123
Started 5 days, 3 hours ago (2009-11-04 16:55:00)
by symbianyucca
Hard to say, anyway SDK docs often have some information on the panics, and for this one, it says: "This panic is raised if an attempt is being made to insert a cleanup item into a position on the cleanup stack reserved for marking the current TRAP nest level. In practice this error occurs if the call to CleanupStack::PushL() happens when there has been no call to TRAP(). "
Started 5 days, 7 hours ago (2009-11-04 12:41:00)
by grahamhughes
That would seem odd... unless the WTK's monitor is very clever, and is capable of ignoring garbage, just telling you the space consumed by reachable objects. (The Runtime object will count as "free" only the memory that is immediately available without having to run the garbage collector, which is why it tends to dive to zero, then bounce back up). Could that be the case?
Graham.
Started 1 week ago (2009-11-02 13:52:00)
by bogdan.galiceanu
Hi,
Is your script shell signed with Location, ReadDeviceData and ReadUserData capabilities, like it says in the article? If it isn't sign it and try again and let us know if it works.
Started 3 days, 9 hours ago (2009-11-06 10:59:00)
by RB_Sahu
check this link, same problem is discussed here
http://discussion. forum.nokia.com/fo...d.php?t=165 722
http://discussion.forum.nokia.com/fo...d.php?t=130 606
Started 6 days, 7 hours ago (2009-11-03 12:42:00)
by sunitha.m13
can anyone please reply this.........
Started 3 days, 23 hours ago (2009-11-05 20:55:00)
by sajisoft
Vineet u r doing a splendid job in Symbian C++ dibo. Many many congratulations for becoming the poster of month .Keep it up to FNC.
Best Regards,
SajiSoft
Started 5 days, 6 hours ago (2009-11-04 14:05:00)
by kiran10182
Check this: http://wiki.forum.nokia.com/index.ph...or_at_run_t ime
Started 6 days, 10 hours ago (2009-11-03 10:18:00)
by kiran10182
I am not sure about this particular problem but which is the s60 platform you are working on?
|
|