Mobile Java Networking & Messaging & Security | Forum profile
|
|
 |
Atom |
RSS
|
|
Forum profile page for Mobile Java Networking & Messaging & Security on http://www.forum.nokia.com.
This report page is the aggregated overview from a single forum: Mobile Java Networking & Messaging & Security, located on the Message Board at http://www.forum.nokia.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Mobile Java Networking & Messaging & Security" on the Message Board at http://www.forum.nokia.com is also shown in the following ways:
1) Latest Active Threads
2) 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 forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Mobile Java Networking & Messaging & Security:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
12
|
160
|
423
|
|
Post:
|
19
|
270
|
722
|
|
|
Mobile Java Networking & Messaging & Security Posting activity graph:
|
Top authors during last week:
|
Name
|
Posts
|
|
hartti
|
3
|
|
arungupta_2jan
|
3
|
|
SanjayKhuntia
|
2
|
|
qiuhuek
|
2
|
|
vieestchien
|
2
|
|
Prashanth86
|
1
|
|
darkwizz
|
1
|
|
shawty
|
1
|
|
philippeflorent
|
1
|
|
johnybgood
|
1
|
|
|
|
Latest active threads on Mobile Java Networking & Messaging & Security::
Started 4 days, 21 hours ago (2008-09-02 00:43:00)
by johnybgood
Hi everybody, I have about 10 Nokias Series 40 (5 Nokia 5200 and 5 5300), all of them have dual sim card adapters and I'm trying to write a linux application for sending some sms, change the active card in my NOKIA and send some more sms. The problem is that I was thinking of changing the active sim card (in the dual sim card menu) by sending AT+ commands with the keys for accessing ... 
Started 5 days ago (2008-09-01 22:24:00)
by thiagobrunoms
Hello folks, i'm trying to make a server/client application through socket api. A piece of the server side code is as follows: Code: .... ServerSocketConnection connection = (ServerSocketConnection) Connector.open("socket://:2500"); ... In WTK emulator, everything works with no problems (one emulator per app - client and server). When i run the client side, i put my local... 
Started 5 days, 1 hour ago (2008-09-01 21:26:00)
by Prashanth86
Hi, I am trying to develop a J2ME application for series 40 phones. I want to transfer data from my Mobile phone to PC via bluetooth. I just want to transfer data from mob to PC via bluetooth, where in is it possible for me to get that data in a .net application for Windows i.e. i wil have only the client application which is running in Mob in Java, can i have the other Server app in .Net????... 
Started 5 days, 5 hours ago (2008-09-01 17:06:00)
by arungupta_2jan
hi friends i have written an Bluetooth server for PC and a client in s60 device target (N73) . I am using Blueclov and the application is written on com port the comport 4 is used for example when my server is running the serial event interface method is not called even when the connection at comport 4 is estabilished and is flashed on the screen i know something is missing from my side... 
Started 5 days, 10 hours ago (2008-09-01 12:00:00)
by darkwizz
I am developing a sample application to transfer message from pc to mobile using bluetooth API in java. I am using a RFCOMM connection and bluecove api. Can anyone tell me what steps should client follow to accept connection on server ? 
Started 1 week, 3 days ago (2008-08-27 11:30:00)
by sagar.bhagat
Hi i am building an Instant Messanger for mobile in J2ME based on XMPP help needed in how to start the proceedings and information req how to get XMPP server 
Started 1 week, 1 day ago (2008-08-29 19:08:00)
by SanjayKhuntia
Hi All, This is one of my several questions I have put in other forums, but got little satisfactory answers.I know, some great guys are there to help me out..plz understand my problem and provide me with useful links and code examples... I have written some data in a file on my phone's drive. I want to send that information along with some user input text to web server at some external IP... 
Started 1 week, 3 days ago (2008-08-27 15:24:00)
by vieestchien
Hi everyone, I have a problem with the SMS encoding. If I write code to send a message like this: msg.setPayloadText("@@@...@"); (There are around 150 characters) Then it works and it counts as 1 SMS. If I write a message like this: msg.setPayloadText("Ñ@...@"); (1 character is Ñ, the rest are @) Then it sends the message as 3 SMS. I figure it changed the encoding method from 7-bits ... 
Started 1 week, 3 days ago (2008-08-27 18:02:00)
by philippeflorent
Hi I try to acces a java ee 5 server on port 8080 with a midlet running on a 6131 It works fine on the emulator but get stuck around or after connector.open on the real phone I checked my config and i can access my other web sites from the 6131 but as i try to connect with the 6131 browser, i get an "unknow response" error trying to access the servlet or i get an "unavailable link... 
Started 1 week, 3 days ago (2008-08-27 08:38:00)
by qiuhuek
hi, I'm using Netbean 6.0.1 for developing Java mobile base application. Currently, Im stuck in the deployment stage. My flow as below 1. End user send SMS to our server (request for application download) 2. Server will send a service message to end user. 3. End user approve the service message and install into his/her mobile phone. I have no idea with the service message... 
|
|
Hot threads for last week on Mobile Java Networking & Messaging & Security::
Started 1 week, 3 days ago (2008-08-27 15:24:00)
by vieestchien
Hi everyone, I have a problem with the SMS encoding. If I write code to send a message like this: msg.setPayloadText("@@@...@"); (There are around 150 characters) Then it works and it counts as 1 SMS. If I write a message like this: msg.setPayloadText("Ñ@...@"); (1 character is Ñ, the rest are @) Then it sends the message as 3 SMS. I figure it changed the encoding method from 7-bits ... 
Started 1 week, 1 day ago (2008-08-29 19:08:00)
by SanjayKhuntia
Hi All, This is one of my several questions I have put in other forums, but got little satisfactory answers.I know, some great guys are there to help me out..plz understand my problem and provide me with useful links and code examples... I have written some data in a file on my phone's drive. I want to send that information along with some user input text to web server at some external IP... 
Started 1 week, 3 days ago (2008-08-27 08:38:00)
by qiuhuek
hi, I'm using Netbean 6.0.1 for developing Java mobile base application. Currently, Im stuck in the deployment stage. My flow as below 1. End user send SMS to our server (request for application download) 2. Server will send a service message to end user. 3. End user approve the service message and install into his/her mobile phone. I have no idea with the service message... 
Started 5 days, 5 hours ago (2008-09-01 17:06:00)
by arungupta_2jan
hi friends i have written an Bluetooth server for PC and a client in s60 device target (N73) . I am using Blueclov and the application is written on com port the comport 4 is used for example when my server is running the serial event interface method is not called even when the connection at comport 4 is estabilished and is flashed on the screen i know something is missing from my side... 
Started 5 days, 10 hours ago (2008-09-01 12:00:00)
by darkwizz
I am developing a sample application to transfer message from pc to mobile using bluetooth API in java. I am using a RFCOMM connection and bluecove api. Can anyone tell me what steps should client follow to accept connection on server ? 
Started 1 week, 3 days ago (2008-08-27 18:02:00)
by philippeflorent
Hi I try to acces a java ee 5 server on port 8080 with a midlet running on a 6131 It works fine on the emulator but get stuck around or after connector.open on the real phone I checked my config and i can access my other web sites from the 6131 but as i try to connect with the 6131 browser, i get an "unknow response" error trying to access the servlet or i get an "unavailable link... 
Started 4 days, 21 hours ago (2008-09-02 00:43:00)
by johnybgood
Hi everybody, I have about 10 Nokias Series 40 (5 Nokia 5200 and 5 5300), all of them have dual sim card adapters and I'm trying to write a linux application for sending some sms, change the active card in my NOKIA and send some more sms. The problem is that I was thinking of changing the active sim card (in the dual sim card menu) by sending AT+ commands with the keys for accessing ... 
Started 5 days, 1 hour ago (2008-09-01 21:26:00)
by Prashanth86
Hi, I am trying to develop a J2ME application for series 40 phones. I want to transfer data from my Mobile phone to PC via bluetooth. I just want to transfer data from mob to PC via bluetooth, where in is it possible for me to get that data in a .net application for Windows i.e. i wil have only the client application which is running in Mob in Java, can i have the other Server app in .Net????... 
Started 1 week, 3 days ago (2008-08-27 11:30:00)
by sagar.bhagat
Hi i am building an Instant Messanger for mobile in J2ME based on XMPP help needed in how to start the proceedings and information req how to get XMPP server 
Started 5 days ago (2008-09-01 22:24:00)
by thiagobrunoms
Hello folks, i'm trying to make a server/client application through socket api. A piece of the server side code is as follows: Code: .... ServerSocketConnection connection = (ServerSocketConnection) Connector.open("socket://:2500"); ... In WTK emulator, everything works with no problems (one emulator per app - client and server). When i run the client side, i put my local... 
|
|