How to cerate app for nokia3650 to receive & trnsfer single file from/to PC

I want to create Application like.......
On pressing 1, my mobile should list files in perticular dir.....then after selecting a file it should copy it to mobile & on pressing 2, it should transfer back to PC.......is it possible???? How??
I want to create app like "bemused" if anybody know............
thanks in advance

Hi,
the 3650 already comes with a similar feature built-in. It's called PC Suite in their User Guide.
But if you want to have fun doing it in Java then you could do this possibly with two designs, as long as the Nokia 3650 JRE implementation has a special API to let a MIDlet access the mobile file system (and I don't know if it does because the basic MIDP 1 that comes in it normally does not and you would need a manufacturer's API to let you do it, which is not uncommon):
1) using HTTP.
2) using TCP/IP sockets (if the Nokai 3650 JRE has a special manufacturer's API to use sockets).
Both require some application running on your PC to communicate with your mobile device. HTTP requires an HTTP server such as Tomcat (and you may have to develop some JSP to satisfy your requirements); HTTP uses the browser on the mobile.
TCP/IP sockets require an application managing a socket between your PC and your mobile. The Leafy API lets you develop such an application with relative ease. see http://leafy.dev.java.net/
have fun,
serge

Similar Messages

  • How to insert entities for a role and retrofit single trigger from DB

    Hi,
    before Oracle Designer replacement I would like to clarify these 2 issues:
    - how to insert entities for a role?
    - how to retrofit just a single trigger from database?
    Could somebody give a step by step advice, how to do these 2 things? Thanks!

    > um.. i don't think you could use 'create table'
    inside a pl/sql procedure.
    You are wrong. You can create table inside a PL/SQL using execute immediate. But, this is not a good practise. I think you should reconsider the logic and then use such programming code. Please read the Oracle documentation regarding execute immediate.
    Regards.
    Satyaki De.

  • Re: how to get apps for iphone 3g 4.2.1

    Re: how to get apps for iphone 3g 4.2.1 all apps support higher version help....
    Sep 24, 2013 6:34 AM (in response to Rajmit)
    I still have an old 3G which I use mostly as a ipod/radio. By accident I found you can overide the i-tunes block.
    1. Select Apps in Apps store icon on the phone.
    2. Choose App to download
    3.  At "Instal" button press it QUICKLY in blocks of 3 presses, keep doing  this until it overides the i-tune warning, then if there were legacy  versions for os 4.2.1 it says something like "this app is for os 5 or  above", but gives you a choice to download an older version. Select  this.
    Sometimes  it says the Apps is for newer hardware, requiring motion sensors, front  camera's etc.. just got to accept these ones don't work on legacy  hardware.
    4.  Download does not work for all Apps, esp. newer ones written after os  4.21 or if the developer doesn't have the vintage apps archived- e.g.  Instagram downloads, but won't run (wants to update), or WSJ and Barrons  stalls and goes through a download loop.
    I am not making this up, as I bought this old 3g unit on e-bay, after a complete factory reset I now have:
    -  Tune-in, FB, Pandora,Skype, Twitter, Bloomberg, MSNBC, Forbes,  Marketwatch, Viber, amongst a host of other news apps like LATimes.
    Some Apps will download ok, and then at activation says its too old and no longer supported e.g Whats App.
    Otherwise,  good luck. Tune-in, Pandora, Skype and Twitter is all I need to keep me  happy with an old unit, even though I've got newer hardware. Never let  anything die unnaturally.

    I still have an old 3G which I use mostly as a ipod/radio. By accident I found you can overide the i-tunes block.
    1. Select Apps in Apps store icon on the phone.
    2. Choose App to download
    3. At "Instal" button press it QUICKLY in blocks of 3 presses, keep doing this until it overides the i-tune warning, then if there were legacy versions for os 4.2.1 it says something like "this app is for os 5 or above", but gives you a choice to download an older version. Select this.
    Sometimes it says the Apps is for newer hardware, requiring motion sensors, front camera's etc.. just got to accept these ones don't work on legacy hardware.
    4. Download does not work for all Apps, esp. newer ones written after os 4.21 or if the developer doesn't have the vintage apps archived- e.g. Instagram downloads, but won't run (wants to update), or WSJ and Barrons stalls and goes through a download loop.
    I am not making this up, as I bought this old 3g unit on e-bay, after a complete factory reset I now have:
    - Tune-in, FB, Pandora,Skype, Twitter, Bloomberg, MSNBC, Forbes, Marketwatch, Viber, amongst a host of other news apps like LATimes.
    Some Apps will download ok, and then at activation says its too old and no longer supported e.g Whats App.
    Otherwise, good luck. Tune-in, Pandora, Skype and Twitter is all I need to keep me happy with an old unit, even though I've got newer hardware. Never let anything die unnaturally.

  • How to update apps for my iPOD

    How to update apps for my iPOD

    On the iPod go to App store app and tap Updates in lower right. Then tap on Update  all or update individual ones.
    Note that if yo do not have iOS 6, you may not be able to update the the latest version of some apps since some require iOS  4.3 or higher. some iOS 5 or higher or some iOS 6.

  • Hi i dont have a wifi broadband n i just bought the new ipod touch can anyone tell me how 2 download apps for my ipod without using wifi

    hi i dont have a wifi broadband n i just bought the new ipod touch can anyone tell me how 2 download apps for my ipod without using wifi

    Download the apps on your syncing computer and then sync to the iPod. Note that you can only sync apps for the one syncing computer you use with the iPod. You can manage music and videos among different computer.

  • How to manage apps for lots of devices

    Hi, I work @ all college in AU. We are implementing ipads as a study tool. Initially the ipads will be set up by the college, then distributed to the students to keep.
    My question is about how to manage apps for so many devices. For example we have 2 apps that need to be installed for 150 units to begin with. This could get quite messy I would think. Has anyone had any experience with this sort of volumes? Any and all input would be greatly appreciated.

    Look in the forum above this one...
    http://discussions.apple.com/thread.jspa?threadID=2594001&tstart=0

  • Hi where can I learn how to develop app for ios in Singapore?

    I am new to iOS development. Are there any courses from apple or elsewhere in Singapore that I can learn how to develop apps for iPad and iPhone  platform?
    Thanks.

    There are a number of good resources. Stanford did indeed start up the iOS development class again, but the registration period has passed. You can stilll download the material and do a self-study, though:
    https://itunes.apple.com/us/course/coding-together-developing/id593208016
    There are also Apple's materials, the primary source of development information:
    https://developer.apple.com/devcenter/ios/index.action
    If you do a web search for "iOS development", you'll find a number of other sites that should be of help.
    Regards.

  • How do i search for a string in a txt file using java??

    How do i search for a string in a txt file using java??
    could you please help thanks
    J

    Regular expressinos work just fine, especially when
    searching for patterns. But they seem to be impying
    it's a specific group of characters they're looking
    for, and indexOf() is much faster than a regex.If he's reading from a file, the I/O time will likely swamp any performance hit that regex introduces. I think contains() (or indexOf() if he's not on 5.0 yet) is preferable to regex just because it's simpler. (And in the case of contains(), the name makes for a very clear, direct mapping between your intent and the code that realizes it.)

  • TS1702 we had made a purchase of whats app for RS 55 but system has deducted from my accounts is Rs 60 on dated. Details is Transaction Date: 11/05/13  Transaction Amount: INR 60.00   Transaction Description: PGDR/APPLE ITUNES STORE-INR/11-05-2013 1

    we had made a purchase of whats app for RS 55 but system has deducted from my accounts is Rs 60 on dated. Details is Transaction Date: 11/05/13  Transaction Amount: INR 60.00   Transaction Description: PGDR/APPLE ITUNES STORE-INR/11-05-2013

    Since this is a user forum with only other users responding you will not get what ever the issue is resolved here
    When you get the email iTunes receipt for your purchase  you should find a "report a problem " along side the description of your purchase follow that link

  • HT204387 Can I get a app for my lg Bluetooth to play music from my IPad 3

    Can I get a app for my lg Bluetooth to play music from my IPad 3

    Hi mom2sibes,
    Thanks for visiting Apple Support Communities.
    With Home Sharing, you can stream music to your iPad. To transfer the songs to your device, sync it with iTunes. See this article for the steps:
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12313
    You may also be able to download the songs to your iPad using the steps in this article:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519
    Cheers,
    Jeremy

  • Is there an app for iphone 4 that can block numbers from calling my phone so i dont have to change my number???

    i need to know if i can block a number from calling my phone and hoping that there is a app out there some where that can do this if not will some one make one please i dont want to have to change my number...

    is there an app for iphone 4 that can block numbers from calling my phone so i dont have to change my number???is there an app for iphone 4 that can block numbers from calling my phone so i dont have to change my number???
    Of course not.  Number blocking must be done by your wireless provider.

  • How do i make it so iTunes plays the music files from where i have chosen to store them?

    how do i make it so iTunes plays the music files from where i have chosen to store them as opposed to it scattering copies of my files into a myriad different folders based on the albums they came from when i'm not even interested in keeping whole albums?
    I recently converted myself to mac after having been a windows formatted person since the beginning of time. I use last.fm and the client scrobbler only supports iTunes on the mac (scobbling since Nov 06 and i'm now heavily dependant upon it as a means of discovering new music) - if you don't know what that means then take it for granted i have no option other than to use iTunes as my media player whn using the mac. And almost immediately upon using iTunes i was filled with horror.
    My tale of woe as follows: I copy all my mp3 files to folder X on my new mac. I copy my simple playlist in to that same folder X. The simple playlist simply lists all the files in folder X in the order i want to hear them in... simple right? And what happens the moment i start playing my simple list? Well you probably all ready know; itunes throws copies of all those files in to the air, scatters them to the four winds so each of them fall into a little folder of their own representing the album they might once have come from. I don't keep whole albums. For me the 'album experience' is a ruse to trick one into listening to weaker material. I only keep the concentrated goodness. I only put up with albums in a previous lifetime because in the days of vinyl i had no other choice apart from spending hours compiling mix tapes. Now i am liberated from these restrictions and have been for the 15 or so years i've been using a computer to listen to music. Until along comes iTunes forcing me backwards in time, frog marching me back into the past.
    That simple list i mentioned is my one and only playlist. This single playlist has been evolving for 15 years as tracks are added and removed and their position in the list changes because that song sounds amazing when heard after that other song whereas hearing this song after that song would be like pouring custard over your sausages (for me shuffling is an abomination). And so here is how i've managed this list and managed synchronization of said list and listed files with my mp3 player (currently a Zen).
    Adding a new file: After deciding that song is a keeper i will copy it into that simple folder that holds all my music and drop it in to a position on the list i deem most suited for it. Incidentally over this entire 15 year (i'm pretty sure it's been around that long) my media player has been winamp but for the reason previously mentioned i am unable to use winamp in mac world.
    Removing a file: fortunately winamp has an option to simultaneously remove a file from the list and the hard drive. And naturally so because after all if i no longer like a song then i want it expunged completely from life or at least from my hard drive and playlist. In the brave new world of iTunes i have to remove from the list there then delete the file from where iTunes copied it from and then the place iTunes copied it to.
    Editing the list: drag an item in the list to it's preferred location and select to save it as i would for any other file using any other application... well desktop type application as opposed to one that uses a database as its primary means of storage.
    Syncing with the mp3 player: copy drag drop playlist file from the simple folder on the hard drive to the simple folder on the mp3 player as i would for any other file. And then also copy drag drop the most recently created files from simple folder on hard drive to simple folder on player after having ordered them by creation date so as to make it easier to select the most recently created. After a while the mp3 player will fill up with the files no longer on the list so i will delete all files from player then re-copy all flies from simple folder on hard drive to simple folder on mp3 player.
    I do not make changes to the list on the mp3 player so synchronization needs only to go one way: from laptop to player.
    So all very simple. Apart from editing the positions of files in the list everything is managed by copy drag dropping and deleting files using windows explorer.
    But i'm in a mac and circumstances have forced me in to the corner of using iTunes. And this whole iTunes situation is terrifying for me as over the years i've heard horror stories about it deleting all of someone's music files. Perhaps this may have been by using the software incorrectly but even so, the very fact that it appears possible for this to happen simply by using the software incorrectly and the fact that it happens with some degree of frequency given the number of reports of this happening that i have heard of over the years on music discussion forums fills me with dread that i have to now use this software. And given the software's blatant disregard for the user's choice as to where to store his/her files it's no surprise that this happens. The software is pointlessly doing dangerous things with my data. Please make it stop.
    Please can i just at the very least make iTunes play the music from the folder i have chosen to put my files in and not copy those files here there and everywhere without my say so? Thankyou.

    option discovered in preferences. Really this and any feature that moves deletes or edits a users data should as far as possible be OFF BY DEFAULT. It shouldn't by default and without the users specific say do this dangerous and unnecessary thing without even letting the user know what it's doing!!! And then cause me a few hours (as i'm new to mac) searching for the option so as to switch it off. If i hadn't noticed the status cage declaring that it was copying files then i might never have twigged that this insane thing was occurring. And if i hadn't of noticed i would have been left maintaining the contents of the folder i copied the files to, the folder which as far as i was informed and so believed was also the location of the music files i was playing. How does Apple justify this 'genius' piece of software non-design? Surely it will hurt no one if this was off by default for new users - overall at least i dare say it would cause a lot less distress in the future for the unsuspecting public at large. Thanks for the support.

  • How can I convert the volume directory into a single file installer?

    How can I convert the volume directory into a single file installer? I would like to hide all the miscillaneous files that I don't care for and be able to have the installer double click a single file and have it automatically install.

    On the second prompt screen when prompted 'What kind of self-extracting Zip file file do you want to make?'
    Are you choosing the second option (self-extracting Zip file for software installation)?
    I have a word file that I created to help me remember - is there anyway to email it to you?

  • How to extract single file from multipart zip archives?

    Hello,
    I have a 10 parts of zip files that contains single file. When I extracted these, each program taking an action seperatly to each parts and gave me 10 files in a different folders. In a Windows, it is so simple. Winzip,winrar automaticaly discovering that are the parts of a single file and give me that.
    My question is simple: How to extract single file from a multipart zip/rar archives ?
    I know a way in "Terminal" but it is not comfortable for big parts.

    I tried with UnArchiver but it extracted each file seperately like showen in a photo

  • How do I get CS5 Bridge/Photoshp to handle RAW files from my D800E?

    How do I get CS5 Bridge/Photoshop to handle RAW files from my D~800E?

    There are many who would say, based only on empiric data (boo) and not opinion (yay), that the most accurate raw conversions would be obtained using the Nikon software and not secondary processors like the Adobe converter. The DNG process makes irreversible changes to the raw data which may or may not matter but the DNG is not the same as the original raw file.
    You can do the experiment yourself, for FREE, and compare different methods of raw conversion. You may be surprised at what you see. You have to be because different converters tune to different image characteristics. Don't be taken in about claims Adobe makes for its convertor without proving them to yourself. Adobe has made deliberate pre-set choices for its converter and they may not be the best for you. Or they may be, as we have all become so used to what Adobe chooses we think we chose it ourselves.
    If I were able to afford, and had the energy to lug around a D800e, I might not want to compromise the image quality I just shelled out such massive bucks to obtain using the Adobe converter without proving that was the best option for me, but I don't do it for a living. Also, if you can shell out for a D800e and are enamored of the Adobe Converter realize it only costs $10/month for a CC subscription, possibly tax deductible, and you can still retain your older version of PS. The CC version of PS allows use of the ACR as a filter layer, if you are fond of the converter tools (which are much improved in the latest version).

Maybe you are looking for

  • Position of new record in a table

    When I click CreateInsert button, a new blank record inserted above previously selected record in a table component. May I configure components so after clicking CreateInsert the record appears in the bottom of the list (like last record)? Thanks, Se

  • Iphone 5s new charger from apple now working

    So I received my iPhone 5s in December as a Christmas present. It is only a month old and I have all the original cords and chargers. Yet somehow after only being a month old I find myself having to contorts the charger into mysterious angles to bare

  • Create Userexit for MD01for particular material group

    Dear all, My requirement is : To execute MRP run for particular Material Group only. I create new userexit key by using OMIX  like  500. after that  in EXIT_SAPMM61X_001 -  double click in zxm61u01 and create object and write code, but it is not fire

  • Table of  Classification of SALes order

    Dear Guru ., Please sugest me the table  for Classification of SALes order. Tx. RAjnish Sahay

  • Calling repaint from other Class file.

    Hi, First of all i am pretty new to Java so I hope you understand what I am trying to explain.. I am trying to create an applet which draws some polygons on the screen. For the drawing of these polygons I have created another class which is located i