Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pair with multiple computers #68

Closed
GoogleCodeExporter opened this issue Jan 29, 2016 · 24 comments
Closed

Pair with multiple computers #68

GoogleCodeExporter opened this issue Jan 29, 2016 · 24 comments

Comments

@GoogleCodeExporter
Copy link

Describe what exactly the feature is, why you think it's important, use
cases for it, how you imagine it would work, etc.

I wouldn't recommend using Locale for task based alterations as many people are 
switching to Tasker now.

I WOULD add to make it send to a computer based on the network it's on, or just 
send to all paired computers. I have four computers and I would find this very 
useful.

Also, not only being able to respond to text messages would be useful, but for 
a properly equipped computer, being able to use it as a speaker phone might be 
great too. This might only be doable via USB or Bluetooth however...

Original issue reported on code.google.com by Chad.Wal...@gmail.com on 9 Sep 2010 at 3:22

@GoogleCodeExporter
Copy link
Author

Already requested on issues 45, 49, 54, 60 and 61 :)

Both Locale and Tasker can be used for this (or you can set it to a broadcast 
address).
Anyway, given the amount of requests I'm considering implementing this directly 
into the app, so I'll keep this issue and re-merge those here.

On Linux I can already use the computer as a speaker phone, but that's 
completely out of the scope of this project.

Original comment by rdamazio@gmail.com on 9 Sep 2010 at 5:54

  • Changed state: Accepted
  • Added labels: Component-Communication, OpSys-Android, Priority-Medium, Usability

@GoogleCodeExporter
Copy link
Author

Issue 42 has been merged into this issue.

Original comment by rdamazio@gmail.com on 9 Sep 2010 at 5:55

@GoogleCodeExporter
Copy link
Author

Issue 61 has been merged into this issue.

Original comment by rdamazio@gmail.com on 9 Sep 2010 at 5:55

@GoogleCodeExporter
Copy link
Author

Issue 98 has been merged into this issue.

Original comment by rdamazio@gmail.com on 10 Sep 2010 at 5:28

@GoogleCodeExporter
Copy link
Author

Issue 109 has been merged into this issue.

Original comment by rdamazio@gmail.com on 11 Sep 2010 at 4:06

@GoogleCodeExporter
Copy link
Author

Issue 35 has been merged into this issue.

Original comment by rdamazio@gmail.com on 12 Sep 2010 at 6:28

@GoogleCodeExporter
Copy link
Author

Original comment by rdamazio@gmail.com on 12 Sep 2010 at 7:40

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Generic support added in r234.
Bluetooth support added in r235 (send to all paired devices).
Pending multiple IP support (I want to take a moment to think about the 
preference UI).

Original comment by rdamazio@gmail.com on 12 Sep 2010 at 9:56

@GoogleCodeExporter
Copy link
Author

Added primitive support for multiple IPs in r236. Still need to figure out a 
better UI (currently you need to enter a comma-separated list of IPs/hostnames).

Original comment by rdamazio@gmail.com on 12 Sep 2010 at 10:09

@GoogleCodeExporter
Copy link
Author

Completed with a proper UI in 239.

Anyone willing to give it some beta testing before I release?

Original comment by rdamazio@gmail.com on 14 Sep 2010 at 3:59

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

I`d love to test it. I can check it against multiple computers at home today 
and some more at work tomorrow :)
I`d need an apk though as I can`t build from source myself :p

Original comment by eivindwh...@gmail.com on 14 Sep 2010 at 4:14

@GoogleCodeExporter
Copy link
Author

Yeah sure.

Original comment by thommyd...@gmail.com on 14 Sep 2010 at 4:17

@GoogleCodeExporter
Copy link
Author

If you provide an APK, sure.

Original comment by gchiacch...@gmail.com on 14 Sep 2010 at 4:21

@GoogleCodeExporter
Copy link
Author

I can test.

Original comment by chris@chriskankiewicz.com on 14 Sep 2010 at 4:55

@GoogleCodeExporter
Copy link
Author

APK attached. Please post here if you find any issues.

Original comment by rdamazio@gmail.com on 14 Sep 2010 at 7:06

Attachments:

@GoogleCodeExporter
Copy link
Author

Everything seems okay from initial testing.  Will test it on more systems after 
work.

Original comment by chris@chriskankiewicz.com on 14 Sep 2010 at 7:38

@GoogleCodeExporter
Copy link
Author

Looks fine here to.
Tested on two computers, both running Win 7 x64 on the same network..
Received nothing when IP weren't added.
Received on both when both IP's where added.
Only tested ping and SMS, but everything looks good so far.
I`ll let you know if something goes wrong when I test it on my office computer 
tomorrow.

Original comment by eivindwh...@gmail.com on 14 Sep 2010 at 7:57

@GoogleCodeExporter
Copy link
Author

So far looks good. Tested with osx and a cyanogenmod 6 phone. Good so far. Will 
test concurrently with ubuntu and OSX later today.

Original comment by gchiacch...@gmail.com on 14 Sep 2010 at 8:23

@GoogleCodeExporter
Copy link
Author

Here to.
Could you impement the format IP:Port for CustomIP?
I have a permanent Cell network internet connection. i have 2 pc's behind my 
router. i forwarded UDP port 10600 to one pc. if i could forward e.g. UDP port 
10601 to the other pc behind the router i could pair with 2 computer using one 
ip behind a NAT router.

Original comment by slata...@googlemail.com on 14 Sep 2010 at 8:28

@GoogleCodeExporter
Copy link
Author

Tested on an Ubuntu 10.04 machine from a DInc running CyanogenMod 6, received 
ping and a battery notification fine.

Original comment by chris@chriskankiewicz.com on 14 Sep 2010 at 8:30

@GoogleCodeExporter
Copy link
Author

Btw, this APK also includes the ability to send to all paired bluetooth 
devices, has anyone tested that?

About configuring the port, I'll look into that, it needs changes on the 
desktop app as well.

Original comment by rdamazio@gmail.com on 14 Sep 2010 at 8:40

@GoogleCodeExporter
Copy link
Author

Appears to be working, then.
I'll try to make a release tonight or tomorrow, and will add the port option 
for the following release.

Original comment by rdamazio@gmail.com on 14 Sep 2010 at 9:56

  • Changed state: Verified

@GoogleCodeExporter
Copy link
Author

Yep, works sending both to Ubuntu 10.04 and OSX. I don't have the ability to 
test sending to two bluetooth devices, though :(

Original comment by gchiacch...@gmail.com on 14 Sep 2010 at 11:30

@GoogleCodeExporter
Copy link
Author

Issue 152 has been merged into this issue.

Original comment by rdamazio@gmail.com on 16 Sep 2010 at 2:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant