Hi all, I have created an application to send or receive an SMS but eaxh time it is sending an SMS it is showing the message "do you wish to send to +919898989898" and whenever we are trying to access the net through the application it is asking "Allow your application to use network to send or receive data". I am using Netbeans IDE for creating the application for Nokia N73. Regards
Parasmani Swamy
Posts
-
Mobile number is displayed -
J2ME errorHi, I have created a J2ME application, when I try to install it on my Nokia N73, Nokia 6233, it gives an error saying that "this application is not compatible with this phone", but the same application is working fine in the simulator. can anyone let me know how can we solve this problem. Thanks in advance Regards Parasmani
-
BlackBerry ApplicationHi all, I am developing an application for BlackBerry that will send and receive an SMS. I am able to send an SMS through the application. I want to do the following things with the application: Grab an SMS which has a fixed five characters say "ABCDE" at the beginning and one character say "A" at the end. For extracting the beginning and end characters we can use CharAt() and SubString(), but before we extract it, we need to grab the SMS and store it in some variable. Invoke an application when the SMS comes in with the above criteria. Do not let the SMS go into the SMS inbox (phone's inbox). Navigate from one screen to another with the value from the previous screen.(i.e assgning some global variables and using them) I am using BlackBery JDE 4.5 Regards Parasmani Swamy
-
Reading message from PDA/SmartPhone inboxHi all, I have created an application to send and recieve a particular type of message, now when the message comes in, the application grabs the message and show it on the screen, but when we switch of the phone and switch it on again, the message starts coming in before the application starts and goes directly to the PDA/Phone inbox. My problem is to read messages from PDA/Smartphone inbox. I am using C#.Net 2.0, Compact Framework 2.0 and Windows mobile 6 SDK Please let me know if there is some way to grab those messages. Thanks in advance Parasmani Swamy
-
BlackBerry application developmentHi all, I am new to BlackBerry applcation develpment. I have downloaded the BlackBerry JDK 4.5 and installed it, also installed the JAVA jdk1.5.0_15 and desktop manager. I have also set the environment variables and selected BlackBerry Pearl 8110 JDE as default mobile. Now the problem is whenever I open a sample workspace and make one project active and try to run it(by selecting Build from Build menu and then Go from Debug menu), it does nothing. The expected output I should get, is a window saying Hello World, however, nothing happens. It does not even give any error messages, it only says build complete and opens the simulator and freezes. Please let me know how to get around it. Thanks in advance Parasmani Swamy
-
Deploying in a real device?You can use smart device cab project under setup and deployment project type. Hope this will help you. regards Parasmani Swamy
-
Play sound on Smartphone/PDAHi all, I am creating an application which will send/receive messages, whenever a message comes in it should play a sound file(wave/mid or any other format). How can we do it? I am using C#.NET, Windows Mobile Smartphone SDK, Compact framework 2.0 Thanks in advance
-
Launch/Call an Application/Function on the keypress and hold eventHi RRave, I have done it. Thanks for your help Regards Parasmani Swamy
-
Creating a service for Smartphone.Hi All, I am trying to create a service for smartphone which uses Windows Mobile 5. When ever I switch on the Smartphone that service should run. How can we do it? Please give some suggestions/ideas/links. I am using C#.net, Compact Framework and Windows Mobile 5 SmartPhone SDK. Thanks in advance LTCCTL --------------------------------------------------------------------------------
-
Launch/Call an Application/Function on the keypress and hold eventHi All, I have written an application for the SmartPhone using Windows Mobile 5. I want to call the application/function i.e Launch the application/function when a specific button/key is pressed and is held for few seconds, say 5 seconds I have used C#.net and Windows Mobile 5. Can anyone give me suggestions/ideas/links so that I can perform this. Thanks in advance Parasmani Swamy
-
Sending SMSs from your Microsoft .NET Compact Framework-based ApplicationsHi, Hope the following code is helpful to you: using Microsoft.WindowsMobile.PocketOutlook; using Microsoft.WindowsMobile.PocketOutlook.MessageInterception; SmsMessage sendMsg = new SmsMessage(); Recipient recpt = new Recipient("1234567890"); sendMsg.Body = "Hello"; sendMsg.To.Add(recpt); sendMsg.Send(); Regards Parasmani Swamy
modified on Saturday, March 29, 2008 7:37 AM
-
Capturing/gathering own mobile number - SmartphoneHi Himanshu, Getting the owner information is not a problem, we can get it, if the user has entered the information in the "owner information". How can we access the phone number from the smartphone if the user hasn't entered the information? Thanks & Regards
-
GPS/SPRS - Smartphone [modified]Hi Hamanshu, Thanks for your help. I want to create an application in such a way that, it should ask me before sending the SMS, whether I want to send it through GPRS or through service provider(using simcard) and if I say through GPRS then it should send it through GPRS. please suggest me how we can do it. Thanks and Regards
-
Using key combinations/short cut keys in Windows Mobile/Smartphone [modified]Hi All, I am trying to use the key combination to perform a specific task, at present I have developed a windows mobile/smartphone application, when I press key 5 it gives me some stored information into the textboxes. I want to use the key combination # and 5 or create a short cut keys to get the information into the textboxes. please, suggest me the way to do it. Thanks in advance
modified on Tuesday, March 11, 2008 1:07 AM
-
Capturing/gathering own mobile number - SmartphoneHi All, I want to develop an application for the smartphone. When you run that application it should capture/gather own mobile number and then it should transfer the number to a textbox. Has anyone got any suggestions and ideas. How can we do it using C#.NET and Windows Mobile 6 Professional? Regards Parasmani
-
GPS/SPRS - Smartphone [modified]Hi All, I want to develop an application for the smartphone. When you run that application it should show the details about the phone, whether the phone is GPS/GPRS enabled or not and if enabled then it should transfer the details to the textboxes. Has anyone got any suggestions and ideas. How can we do it using C#.NET and Windows Mobile 6 Professional? Regards Parasmani
modified on Tuesday, March 4, 2008 6:26 AM
-
Logo/Icon on the SmartphoneI have created a mobile application and it is working fine, but I want to do one more task: I want to display a logo. When the application is running - How can we display logo on the top of the screen with other icons such as time, network, roaming status, battery status etc. Does anyone has a suggestion or answer.... Regards