Πώς να συνδέσει με τα παράθυρα μοιράστηκε τις κινήσεις με N95 σας

από Γνώση Murray [[on]] 16 Οκτωβρίου 2008

Symbian

Κατά τη διάρκεια του σύντομου χρόνου ότι έχω γράψει αυτά τα σεμινάρια για την απλή βοήθεια, είχα πολλές περιπτώσεις όπου θέλησα να αντιγράψω τα αρχεία από το lap-top μου N95 μου γρήγορα και εύκολα. Ακόμα κι αν δεν χρησιμοποιώ τα παράθυρα πολύ, σκέφτηκα ότι ίσως κάποιος είχε γράψει έναν πελάτη για N95 που θα συνδέσει με τους φακέλλους κοινούς μέσω της διανομής αρχείων και τυπωμένων υλών παραθύρων, έτσι άρχισα Googling γύρω. Συνάντησα τυχαία δύο τέτοιες εφαρμογές. SymSMB είναι διαθέσιμος ως ωρολογιακή βόμβ έκδοση αξιολόγησης και SMB4S60 είναι μια ανοικτή ελεύθερη) εφαρμογή πηγής (. Βλέποντας πώς είμαι στο ανοικτό λογισμικό πηγής, αποφάσισα να δώσω σε SMB4S60 μια δοκιμή, και λειτουργεί φανταστικά.

  1. Κατ' αρχάς, δεδομένου ότι SMB4S60 γράφεται σε Python, χρειάζεστε εγκαταστήστε Python για S60. Η εγκατάσταση Python για S60 είναι αρκετά ανώδυνη, αλλά εάν είστε άγνωστοι με τη διαδικασία που απαιτείται για να εγκαταστήσει τις εφαρμογές N95 σας, να δουν τα σεμινάριά μου επάνω εγκατάσταση του λογισμικού N95 σας μέσω USB ή εγκατάσταση του λογισμικού N95 σας μέσω Bluetooth.
  2. Τώρα που έχετε Python για S60 εγκατεστημένος, μεταφορτώστε ένα αντίγραφο SMB4S60 (η πιό πρόσφατη έκδοση στο χρόνο του γραψίματος είναι v0.0.1). Έχω περιλάβει έναν κινητό κώδικα κατωτέρω για άμεσο πέρα από την εγκατάσταση αέρα. Δείτε το μου σεμινάριο στους κινητούς κώδικες εάν δεν εξοικειώνεστε με τους.
  3. Παρακαλώ σημειώστε εκείνο το SMB4S60 πρέπει εγκαθίσταται στην τηλεφωνική εσωτερική μνήμη σας, όχι η μαζική μνήμη. όχι εργαστείτε εάν το εγκαθιστάτε στη μαζική μνήμη.
  4. Τώρα που εγκαθιστάτε SMB4S60, είναι χρόνος να συνδέσει με έναν μακρινό φάκελλο. Επιλέξτε Επιλογές -> Εφαρμογές -> Smb4S60 και επιλέξτε το σημείο πρόσβασης Διαδικτύου που θα επιθυμούσατε να χρησιμοποιήσετε.
  5. Τώρα επίλεκτος Νέος οικοδεσπότης και εισάγετε το NetBIOS όνομα του μακρινού οικοδεσπότη.
  6. Έπειτα, θα προτραπείτε για το όνομα και τον κωδικό πρόσβασης χρηστών σας στο μακρινό οικοδεσπότη.
  7. Υποθέτοντας δεν κάνατε οποιαδήποτε λάθη που εισάγουν το όνομα χρηστών σας ή ο κωδικός πρόσβασης, εσείς πρέπει τώρα να δει έναν κατάλογο μετοχών διαθέσιμων σε σας. Για τους σκοπούς αυτού του σεμιναρίου, δημιούργησα ένα μερίδιο αποκαλούμενο `tmp».
  8. Μετά από να κοιτάξει βιαστικά στο κατάλληλο μερίδιο, πλοηγήστε απλά στο αρχείο που θα επιθυμούσατε να μεταφορτώσετε και να πιέσετε Κέντρο τραβέρσα. SMB4S60 θα σας προτρέψει για την πορεία προορισμού όπου θα θέλατε αυτό το αρχείο σωζόμενο. The default of E:\downloads\ works for me.
  9. Now open File Manager by selecting Menu -> Tools -> File Mgr, press the Right toggle to switch to mass memory, scroll down to the downloads folder and open it with the Center toggle. Here you’ll find the file you just downloaded.

  10. An interesting feature of SMB4S60 is that once you successfully connect to a remote host, its NetBIOS name along with your user name and password are saved. You can simply reconnect by selecting it from the main SMB4S60 menu.
  11. I personally don’t like this idea and I did find a way to remove this information from the phone. SMB4S60 saves it’s configuration in a plain text file called .config within a folder called .smb4s60 on your phones mass memory (note the leading dot (.) in both names). If you would like to delete this data, open the File Manager as above, browse to the mass memory, find the .smb4s60 folder and delete it and its contents.

SMB4S60 does have a couple of limitations.

  • It doesn’t support connecting to Windows Vista shares. (Yet?)
  • It wouldn’t connect to Samba v3.2.3, the default with Fedora 9. I had to fire up an old Fedora Core 4 box with Samba v3.0.23a in order to write this tutorial. Hopefully this is the same issue as connecting to Vista (?)
  • It can only download files _from_ a remote host. It can not upload files. (Again, yet?)
  • Considering the fact that the SMB4S60 developer admits that this application was literally written in one day, I think he’s done a great job!

  • It does work with Windows XP shares.
  • It does work with earlier versions of Samba.
  • It is open source, published under the GPL.
  • The developer does respond to requests in a timely manner. See the recent thread on the Nokia Developer Discussion Boards at http://discussion.forum.nokia.com/forum/showthread.php?p=483490
  • Once SMB4S60 supports uploading files, connecting to recent versions of Samba, and maybe even connecting to Vista, it will be one of the N95’s most useful applications.

    If this post helped you, I would be extremely grateful if you could take 3 minutes (I timed it) to complete this survey. If you enter your email address at the end of the survey, you'll be entered into a contest to win a $25 USD Amazon Gift Certificate. You do not need to enter your name or email address (though you won't be entered into the contest) to complete the survey. No personally identifiable information is gathered. If you do opt to enter the contest, your email address will not be sold or used for any kind of communication, other than to notify you if you won the contest. After the contest ends all email addresses will be deleted. Thanks very much in advance!!
    Related Posts:
  • How to share files and folders in Ubuntu
  • Automatically display drives in your OS X Dock or Menu
  • How to connect to a Windows XP computer from Windows Vista
  • How to share files and folders between Windows and OS X using Parallels
  • How to determine where all your hard drive space has gone in Windows
  • Get Simple Help tutorials just like this one in your email inbox every day - for free! Just enter your email address below:

    You can always opt out of this email subscription at any time.

    { 4 comments… read them below or add one }

    1 lui 10.16.08 at 7:53 pm

    What do you mean saying that “…SymSMB is available as a time bombed evaluation version…”? Why it is “…a time bombed evaluation version…”?

    2 Ross McKillop 10.16.08 at 8:12 pm

    That was Kens way of saying “it’s an evaluation version, after x number of days it won’t work unless you pay for it”. :)

    3 Jovany 10.18.08 at 11:55 am

    Thanks for the interesting review and presentation for us this interesting application that at some point may grow up to something more significant.
    When it comes to mentioning SymSMB, then I guess, the author of the review just forget to call SMB4S60 rather as a features limited software. From the variety of features and options provided by both application, from the author point of view the only price is worth to talk about. In his opinion everything became automatically better as soon as it is free, like a free mattress. Doesn’t it?

    4 Ross McKillop 10.18.08 at 5:45 pm

    I can’t speak on behalf of the author, but I think his point is that he would rather support open source software than closed source.

    There are certainly times when purchasing closed source software is the “right” thing to do. But if an open source application meets your needs, why pay for bells and whistles that you’re not going to use?

    Leave a Comment

    You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>