• 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

File connection API

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

Can anyone give me a list of all the mobiles that support FileConnectionAPI

Thanks
 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
It is not clear what u want to know. But i worked with default, Nokia series 40 and Sony Ericsion emulators and all of the support File connection API.
Cheers
Debojit
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
to get the FileConnection supporting SonyEricsson mobiles u visit the following link:


http://developer.sonyericsson.com/site/global/products/phones/phonegallery/p_phonegallery.jsp

In motorola:
http://malaysia.motorola.com/pcs/E680/my/full_specs.ASP


u can also go thru this also:
http://www.phonescoop.com/phones/
 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do not forget most of the Series60 handsets support GCF as well which includes the FILEConnection API
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am trying to read a text file from J2ME, the file is located in the resource folder. Its my understanding that in order to do so the phone has to support the FileConnection API. As far as I know Nokia 6630 supports this API but not the series 40 handsets.

Is this correct? moreover how can I check if the device supports file connection API through J2ME?

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic