
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KDroid is a program which allows you to view your contacts and text messages on your computer over a wifi/usb connection. It also allows you to send text messages from your pc.
You need to install the apk on your phone to be able to sync your data.
Git repositories:
git://github.com/machtelik/kdroid-desktop.git
git://github.com/machtelik/kdroid-android.git
Any suggestions for the GUI? Maybe something like Kopete? Let me know..
9 years ago
0.7:
- switched from udp to tcp
- added a few options in android app
- added dbus interface
- other bugfixes/small changes
0.6:
- fixed android service
- added command line options
- push new messages to the desktop
- other bugfixes
0.5:
- removed adb dependency
- added android application
- changed gui
0.2:
- added XML export
0.1:
- initial release
9 years ago
0.7:
- switched from udp to tcp
- added a few options in android app
- added dbus interface
- other bugfixes/small changes
0.6:
- fixed android service
- added command line options
- push new messages to the desktop
- other bugfixes
0.5:
- removed adb dependency
- added android application
- changed gui
0.2:
- added XML export
0.1:
- initial release
Kn3cHt
9 years ago
Quote:kdroid --quiet --send --address "%N" --body "%t"
and it will be send. Or without --quiet --send to show it in the kdroid window.
Report
Kn3cHt
9 years ago
I think akonadi integration would also be nice, but we'll se first I have to lern a bit more about (kde/android-)softwaredevelopment.
Report
dovidhalevi
9 years ago
For now, let's get the thing to work reliably on more phones :-)
Report
dovidhalevi
9 years ago
This occurs with your apk and one I made with Android 2.2 SDK.
~$ platform-tools/adb install IdeaProjects/KDroid/KDroid.apk
892 KB/s (51842 bytes in 0.056s)
pkg: /data/local/tmp/KDroid.apk
Failure [INSTALL_FAILED_OLDER_SDK]
Once working, might enable USB operations (adb can probably do this anyway!) since NAT routers may block wireless operation of such service.
Report
Kn3cHt
9 years ago
USB support is planed, but I need to implement it in better way than I did before.
Report
Kn3cHt
9 years ago
USB support is planed, but I need to implement it in better way than I did before.
Report
dovidhalevi
9 years ago
Running this does not seem to start any service on the phone. The KDE app fails after a time-out with device not available. Phone app will crash after a while. Do you depend upon a rooted phone?
Report
Kn3cHt
9 years ago
This is my first android app, I haven't figured out the service part quite yet. It starts the service, but as I understand there is no way to keep it running in the background forever, android starts and stops it as it sees fit. I think I have to somehow send an android intend to start it, before the desktop part can use it.
Report
dovidhalevi
9 years ago
Another approach is to have the kde app load a serving app to the phone, ala androidscreencast (usb, coded in java).
Some of these thingies do require a rooted phone. Some, later on, have found that not really necessary. Those "development" phones come rooted.
Report
Kn3cHt
9 years ago
Report
pippo73
9 years ago
I would like ot know if there is a way to save the sms?
tnx
Report
Kn3cHt
9 years ago
Report
pippo73
9 years ago
Report
Kn3cHt
9 years ago
If you want to have them in plain text i could write an export function to generate one.
Report
pippo73
9 years ago
txt or xml :)
Report