• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

bluetooth application

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Helloo all..
Can someone help me to get a sample bluetooth chat application... in j2me please

i really need one... for personal learning
PLEASE HELP ME....

Thanks eduardo..
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please read HowToAskQuestionsOnJavaRanch on how to get the most out of the JavaRanch Saloon, particularly EaseUp, CarefullyChooseOneForum, KeepItDown and UseTheForumNotEmail.
 
eduardo nahid
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks.. but can anyone tell me where i can get the full codes of a working version of a bluetooth chat..

thanks again n advance...
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bluetooth only works over short distances; wouldn't it be easier to just talk to the other persons involved?
 
eduardo nahid
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
am really needing this sample chat application..

i rather need the codes.. please help me sir..

thanks in advance..

eduardo..
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In addition to the pages I mentioned above, please also read NotACodeMill and ShowSomeEffort.
 
eduardo nahid
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sir, i want to learn things froma sample chat but i have not got one..
i have been searching for it since a long long time..
I found coderanch the most suitable one to be able to help me out.. please help me..


thanks eduardo..
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, given that this may not be the most sensible of projects, let's start with: what do you hope to learn?
 
eduardo nahid
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello sir

i want to develop a bluetooth chat application where i want to learn how the bluetooth connection is made, the device discovery and the constraints..

there are many other things also..
the different classes used...

thanks
eduardo...
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What have you found out so far? You will probably need to be familiar with JSR 82, so make sure that whatever devices you want to use support that.
 
Saloon Keeper
Posts: 27763
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you searched this forum to see what other people have said in the past about Bluetooth and chat apps?
 
eduardo nahid
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
er yes of course.. thanks a lot to be able to help me..

https://coderanch.com/t/454340/Java-Micro-Edition/Mobile/Bluetooth-Chat-application

i have seen this one..

i have seen the code but the problem is that it does not work..

PLEASE help me to make it work.. then will learn from it..

Thanks

eduardo
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Another page to read: ItDoesntWorkIsUseless
 
eduardo nahid
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
helllo thanks for helping me..

well well it is not detecting my mobile phone(with bluetooth enabled)

the PC is the server and the mobile is the client..

Can you please help me to detect the mobile phone..

this is my problem..

thanks

eduardo
 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've uploaded a NetBeans project with exactly what you wanted here: http://www.megaupload.com/?d=T89FR0MM

It's an application that can be both server and client. You can talk between 2 phones through bluetooth.
Although i didn't had the chance to test it on phones, it works on the emulator.

Hope this helps. And don't ask me questions about the application, it was a long time ago
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic