FREE Desktop App che permette di vedere e/o salvare gli SMS direttamente sul pc.

Volevo sottoporre (naturalmente a chi vuole) una mia nuova creazione. Come da titolo permette appunto di salvare sms direttamente su pc, senza passare per web server. Naturalmente è una prima release per cui se avete problemi o riscontrate bug, o avete idee interessanti, basta chiedermele.

NB: L’applicazione è scritta in Java (per cui multipiattaforma) ed è per iphone jailbreakati con installato openssh. Utilizza di fatto l’sftp per il recupero delle informazioni. Per utilizzare dovete aver java6 (versione 1.6.x), con versioni inferiori non funziona.

Il link da cui scaricarla è dal mio blog.

http://webred.altervista.org/blog/?p=49

Spero possa esservi utile.

non ho più il 3G JB ma credo che la tua app. sarà utile ai più… :wink: intanto complimenti per l’iniziativa… :rolleyes::rolleyes:

ciao

Grazie acasico! :smiley: quello che spero è che sia un progettino che possa perfezionarsi grazie anche alle vostre testimonianze.

Penso cmq sia utile magari postare le poche righe di readme che ho scritto (in inglese) per far capire meglio le funzionalità.

##############################################################################

  1. Requirements
  2. Instructions
    2.1 Launching the software on Windows
    2.2 Launching the software on Linux / Mac OS X
  3. Usage
  4. Author’s notes

##############################################################################

  1. Requirements
  • This is a multi-platform software, so you need an installation of JAVA6 JRE
    in you OS. You can download it from the Sum Microsystem site.
  • The other thing you need is a jailbroken iPhone where you have installed
    openSSH so that is available the access via SFTP.

##############################################################################

  1. Instructions

2.1 Launching the software on Windows

  • Just Double-click on launch.bat

2.2 Launching the software on Linux / Mac OS X

  • Just right click on iSMS_v0_5b.jar and choose “Run with Java JVM” (or similar).

  • Another way is via Terminal. Just positionate yourself in the directory where
    there is the iSMS_v0_5b.jar file and just lanch the command:

                        java -jar iSMS_v0_5b.jar
    

WARNING: This program works only with JAVA6. Check you version of java with the
command:

                       java -version

##############################################################################

  1. Usage
  • This software allow the user to view your sms saved on iPhone directly on your
    screen. To do so you have to:
  • Connect the pc and the iPhone to the same WLAN.
  • Just retrieve the ip of the iPhone and put it in the requested field.
  • The User name and the password are set yet because they are the default. If you
    have changed them just rewrite them in the requested fields.
  • Now what you have to do is click on the bottom “Load Sms From iPhone” and wait
    just a little bit.
  • Now the table is full of you messages and if you want to read one message just
    double click on the row that represents the message you want to read.
  • There are two features to save your sms that ara available once you have loaded
    the messages.
  • Export To TXT: It creates a file with name exported.txt once you have choosen
    the directory where to save it. The file contains every messages.
  • Export to HTML: It creats a very static site once you have choosen the directory
    where to save it. The site save and organize your messages by the name of the sender.
    To open the site just double-click on the file index.html.

##############################################################################

I hope you can enjoy it.

…grande applicazione non hai progettato nulla per iPhone NON JB?

Ancora no… purtroppo il tempo è sempre risicato per uno che vive da mattina a sera all’università :stuck_out_tongue:

Suppongo tu converta il file /private/var/mobile/Library/SMS/sms.db.
Potresti fare la stessa cosa prendendo questo file dal backup di itunes (ovviamente avrà un altro nome), in questo modo la tua app funzionerebbe anche per iphone NON jb

Nuova release

Risolti alcuni bug e cambiato il nome all’applicazione in “jPhone SMS Desktop”

la potete scaricare direttamente qui

http://webred.altervista.org/downloads/jPhoneSMSDesktop.zip

oppure se non funziona il link diretto questo è l’accesso al post del mio blog da cui potete scaricarla:

With My Own Two Hands Blog Archive jPhoneSMSDesktop 0.6b Released.

Prossimamente spero di mettere la feature per gli iPhone no JB. :smiley:

Ora anceh per iPhone no JB funziona sul backup fatto da iTunes e per ora solo su quei backup che utilizzano file *.mddata!

Cmq ho creato una pagina proprio per questa applicazione sul mio blog. Leggete le istruzione e scaricate. VERSIONE 1.0.1

With My Own Two Hands jPhone SMS Desktop