I realized the other day how awfully easy it would be to write a meteor app that provides much of the same functionality as Airdroid, except that it would be android+ios at the same time if we do it right. All the data syncing is already done by meteor, of course, and hence it mostly becomes a task of:
finding the appropriate cordova plugins for things like sending SMS, writing into the clipboard, and managing the filesystem (easy),
create a mobile app front-end (easy using meteor-ionic or similar), and
writing a web front-end (now that is really hard ;-))
If we want to get fancy, we could even build an electron (aka atom-shell) client for the desktop.
Anyone interested in joining forces and giving it a shot?
It already allows: copying text into clipboard, open a web page, open an address in maps, dialing a number, and sending an sms. But I feel there are more things one might want to add.
Not sure I understand the question. What do you mean by “calling in pc to mobile”? Do you mean voice chat between your PC and linked mobile? If that is the question then the answer is no. But it would be fairly easy to add that feature, because we already have a webrtc connection for the file transfer. If you are so inclined, feel free to implement that and create a PR.
oh I see. Cool idea! But no, unfortunately, you can’t. But again, it’s open-source, so feel free to tinker with that idea. I’m not actually sure this is possible with cordova. Do you know of any cordova plugin that provides access to the cell phone service?
Not very actively working on it, but typhone.xyz is still active (https://github.com/chfritz/typhone). Pull requests are welcome if you want to contribute.
@chfritz actually I am final year student of software engineering and currently working on final year project and trying to build an app which provides functionalities of airdroid in a better way. I have some questions regarding your approach why are you not using paw server for building your app?
Building mobile apps on a Windows system is not yet supported.
This is the error I am getting when I try to run this command meteor run android-device to deploy my app and test on android. Is there seriously no way of running it on android from windows??? Any help???