• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Bluetooth Apps using Nokia 6600

 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys! I need your opinion on this, I'm currently looking for thesis topics. And a bluetooth application popped into my mind. I want to create a application that runs on a windows desktop, sends data to a Nokia 6600 via bluetooth, an application(midlet) saved into the 6600 will read the data and that data file will be the save physically in to the phone's MMC or wherever the phone will store it.Do you think that's feasible? I'm just starting reading about Midlets, JSRs, Nokia Dev Suite docu. I just want to ask your opinion on this so, I won't be wasting my time.
[ June 05, 2004: Message edited by: Paulo Aquino ]
 
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do not think you can do that. The Java runtime on 6600 does not have access to the local file system (the MMC card).
 
Paulo Aquino
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh my! Thanks for that info! It saved me from wasting my time on something that is not do able. Anyway, is there any work around for this?
 
Michael Yuan
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Paulo Aquino:
Oh my! Thanks for that info! It saved me from wasting my time on something that is not do able. Anyway, is there any work around for this?



I think you can try the native Symbian C++. It is a pain. I know ...
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Michael, do you know of any JSRs that are geared towards APIs to access the Memory Card, for saving data?

Mark
[ June 06, 2004: Message edited by: Mark Spritzler ]
 
Michael Yuan
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Mark Spritzler:
Hey Michael, do you know of any JSRs that are geared towards APIs to access the Memory Card, for saving data?



I think JSR 75 (the File I/O API) will enable that. It has been in the JCP for more than 3-4 years and the final spec has just came out. I think future Nokia series 60 devices will implement it.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Michael,

How would we know if a certain cellphone model is programmable or can be installed by software?
 
Paulo Aquino
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But Can I read files if lets say the files is in the jar file?
reply
    Bookmark Topic Watch Topic
  • New Topic