Handover
YouTube demo : https://youtu.be/D2yYvg1UIx0
Handover lets you seamlessly move from your phone to your PC by letting you open whatever content is on your phone in one click
With the Chrome Extension, you can also move from PC back to your phone in one tap
In most apps, you can use the share menu and select "Handover"
Some apps will support Handover Tapless. These apps can push content without your interaction
Requirements
Windows PC or Mac with 10.9 or later and Android phone (experimental support for Linux)
Both in same LAN (network, can't work over internet (yet!))
Java 8 or later on PC
Tapless Supported Apps
https://handover.hamzahrmalik.com/#tapless
Please email developers and ask them to add support then this can take off
Note that rooted phones can use this mod to add support to Chrome, Youtube and any app with an embedded web view
Also note non-supported apps can still use Handover via the Share menu
Planned Features
OSX Support (only if I get enough people interested in it, leave a post if you are) this has been added!
Indicator on phone to show when connected
Let me know if you have any ideas
How to get Handover
You need to download the app to your phone from Play Store or APK
Then download the PC server from http://handover.hamzahrmalik.com
Windows: Run the installation on your PC and start the service
Mac: Open the downloaded .dmg file and drag the Handover folder into Applications. Then launch Handover Settings from Launchpad
Linux: Run the java file to start the server. To launch content from the phone, use the bash script
Changelog
Version 2.0 - 24/4/16
Initial Release
Information for developers
If you want to integrate Handover with your app, here's how
What does integrating Handover Tapless do
Integrating allows users of your app to click a button on their PC which will launch whatever content is on your app. It works best with websites, eg if your app is a browser, a forum, or some web based content
How to do it
Simply send a broadcast of the URL for the content whenever the content changes like so:
Code:
// Create Intent
Intent i = new Intent("com.hamzahrmalik.handover.android.SEND");
// Put the data in using the tag
i.putExtra("**URL**=", "http://example.com");
// Send broadcast
sendBroadcast(i);
Sample app
Here's a sample app on Github
Also see my commit for adding the feature to Lightning browser: https://github.com/hamzahrmalik/Lightning-Browser/commit/cf629947922f867e3124921ef0dd3e711aca03c7
I will install the Xposed module, and thanks for that amazing app i was search for a long time ago
Sent from my GT-I8190 using Tapatalk
need help
doesnt work on my mac. i put in the correct ip address on the mac and clicked the handover icon of the app in the applications folder. i visited youtube on the mac while watching youtube on my android and no handover. here is a screenshot of my imac specs, maybe its the os im running.
FingerBlastJ said:
doesnt work on my mac. i put in the correct ip address on the mac and clicked the handover icon of the app in the applications folder. i visited youtube on the mac while watching youtube on my android and no handover. here is a screenshot of my imac specs, maybe its the os im running.
Click to expand...
Click to collapse
I think you've misunderstood how the app works
You go on a video on tour Mac and then use the Share menu on you phone and select "Handover". The video will automatically then open on your Mac
Sent from my A0001 using Tapatalk
FIrst app supporting Handover Tapless is my own browser, forked from Lightning. Information,download, source code here: https://handover.hamzahrmalik.com/#tapless
Tried to use the debugger on Mac and Handover Settings App crashes sadly. Log:
Code:
Process: Handover Settings [1330]
Path: /Applications/Handover/Handover Settings.app/Contents/MacOS/Handover Settings
Identifier: com.hamzahrmalik.handover.settings
Version: 2.0 (1)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Handover Settings [1330]
User ID: 501
Date/Time: 2016-04-27 11:17:28.879 -0300
OS Version: Mac OS X 10.11.4 (15E65)
Report Version: 11
Anonymous UUID: 71C2DFEC-8632-7A2C-B7E1-DE1D757FE32A
Sleep/Wake UUID: F55C77B5-05B9-4E76-B811-900C3C2C858B
Time Awake Since Boot: 9100 seconds
Time Since Wake: 4000 seconds
System Integrity Protection: disabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
Performing @selector(enableDebug:) from sender NSMenuItem 0x7fb500c455d0
fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=4 "“handover-debug.jar” couldn’t be removed." UserInfo={NSFilePath=/Users/Teutone/handover-debug.jar, NSUserStringVariant=(
Remove
), NSUnderlyingError=0x7fb500df6170 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}: file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-703.0.18.1/src/swift/stdlib/public/core/ErrorType.swift, line 54
Really love the App though - working flawlessly apart from that. Had to add the IP manually in the Android App
Handover 3 is now out along with a chrome extension allowing you to Handover from PC to phone
Demo: https://youtu.be/lqo5G8ICZcw
What router settings could cause Handover to not work?
EDIT: Nevermind. It worked after a minute. Still would be useful information.
Hello, I bought your app so I can send files, but how can I send .apk from my PC to my phone? I am using PRO version and chrome extension on PC is grayed out so I cannot click "options".
Please help, I only bought this so I can use to send files... Other things already work
Thank you for the answer, I appreciate it.
CrazyCypher said:
Hello, I bought your app so I can send files, but how can I send .apk from my PC to my phone? I am using PRO version and chrome extension on PC is grayed out so I cannot click "options".
Please help, I only bought this so I can use to send files... Other things already work
Thank you for the answer, I appreciate it.
Click to expand...
Click to collapse
Use the "share" menu from your phone and then share to the "Handover" app
The file should open on your computer
Sent from my A0001 using Tapatalk
hamzahrmalik said:
Use the "share" menu from your phone and then share to the "Handover" app
The file should open on your computer
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
No no.. I was talking about sending file from PC to my phone, how can I send file "music.mp3" from my PC to my phone using Handover?
Thank you
CrazyCypher said:
No no.. I was talking about sending file from PC to my phone, how can I send file "music.mp3" from my PC to my phone using Handover?
Thank you
Click to expand...
Click to collapse
Next update I'll add this
Sent from my A0001 using Tapatalk
hamzahrmalik said:
Next update I'll add this
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
Thank you for quick answer Why do I need chrome extension? I can send website from PC to my phone without chrome extension (https://www.youtube.com/watch?v=lqo5G8ICZcw -> This is working without chrome extension) . What is use of chrome extension?
CrazyCypher said:
Thank you for quick answer Why do I need chrome extension? I can send website from PC to my phone without chrome extension (https://www.youtube.com/watch?v=lqo5G8ICZcw -> This is working without chrome extension) . What is use of chrome extension?
Click to expand...
Click to collapse
Chrome extension is from PC to phone
Without it you can do phone to PC
It will still seem to work without the extension but if you change the page on the PC after removing extension it won't work anymore
Sent from my A0001 using Tapatalk
Helpful thing. It would be great if support of Firefox will come. Also for a some reason I can't get a clipboard data when press the link on PC. I receive last viewed WebView. Is it intended?
Wow, your module fills up an Xposed error log.
Artieza said:
Wow, your module fills up an Xposed error log.
Click to expand...
Click to collapse
Yeah I'll fix that
Sent from my A0001 using Tapatalk
this might sound like a stupid question, but seriously: how do i remove handover from my computer again?
dont get me wrong, actually i really like the app, but currently it is installed on my work computer for testing and now i want to switch the install to my private computer.... but i cant find a way to remove it somehow?!
Ts_sT said:
this might sound like a stupid question, but seriously: how do i remove handover from my computer again?
dont get me wrong, actually i really like the app, but currently it is installed on my work computer for testing and now i want to switch the install to my private computer.... but i cant find a way to remove it somehow?!
Click to expand...
Click to collapse
Yes I still haven't made an uninstaller. Tonight maybe. Meanwhile just go to C://program files and delete the handover folder. Or it may be in C://program files x86
Sent from my A0001 using Tapatalk
Related
I made the world's lamest app because my wife won't let me squish spiders... She wants me to take it outside. I called it Spider Squisher.
I signed up for a Google developer account about 1 month ago and now I am trying to upload my app. When go to https://market.android.com/publish and try to publish an app. I
1. select the app by clicking browse
2. click upload
3. receive the following dialog box pop-up
Unable to parse response. If you have a browser extension or add-on installedwhich changes the JSON response, please disable and refresh this page.
Click to expand...
Click to collapse
Then
4. when I click back, I get a dialog popup that says
Unable to process the uploaded file. Please check if it exceeds the size limit.
Click to expand...
Click to collapse
and it's only 13Kb!
5. I click back again after clicking OK on the dialog and I get to my developer console.
6. I click "edit profile" or "Setup Merchant Account" and it takes me back to the Android Developer Console (basically refreshes the page Https://market.anrdoid.com/publish/Home)
I have tried using the following
Ubuntu Desktop 10.10 computer 1:
Firefox
Firefox in safe mode (firefox -safe)
Google Chrome
Windows computer Windows 7 home 2:
Windows Internet Explorer
Windows Internet Explorer in safe mode
Windows 7 Starter Computer 3
Another Windows internet explorer
Ubuntu 10.10 netbook Computer 4
Another firefox
My Phone- Samsung Captivate running Andromeda3 (Android 2.2)
My phone webkit
Windows XP Home Virtual machine 1
Windows Internet Explorer
Windows XP pro Virtual machine 2
Windows Internet Explorer
Nothing is working! I still get the errors above
I opened up a java console and see a whole bunch of errors relating to border-radius, align, cursor, zoom, user-select, and filter on the market.android.com/publish/gwt/*.css... about 20 warnings in all. Nothing I can point a finger at though.
What's going on? I'm flipping out here... I just want to publish this stupid apk file myself.
I have my receipt to the android market. It's linked to my google account. It's been over a month and I'm still receiving this message
Your Registration to the Android Market is still being processed.
You can upload applications to the Android Market but you cannot publish until your registration is completed.
Click to expand...
Click to collapse
Attached is the "Spider Squisher" apk file. I would like to publish this myself.... Is there something wrong with my APK?
Yes this is a hello world app... Please tell me I didn't just download a virus.
Sent from my ADR6400L using XDA App
No, it is not a virus. I am frustrated with the google publishing process. It won't let me upload!
AdamOutler said:
No, it is not a virus. I am frustrated with the google publishing process. It won't let me upload!
Click to expand...
Click to collapse
The market is pretty buggy at times, last weekend i tried for 3 days to update an app without success.
I had the exact same error you had, after sometime i just said f*** this and went to sleep. Sometime next day it worked.
Don't give up hope!
K... I've been trying for 2 days now.
Somewhere i also read that he had the same message, which was very misleading because he got it as he was not yet fully unlocked to use the market.
Seems you are not either? Maybe this could be it too.
They wire you some cents money, which you have to type into a field to complete registration, did you do that?
Dark3n said:
Somewhere i also read that he had the same message, which was very misleading because he got it as he was not yet fully unlocked to use the market.
Seems you are not either? Maybe this could be it too.
They wire you some cents money, which you have to type into a field to complete registration, did you do that?
Click to expand...
Click to collapse
That is for a sales account. I did not set that portion up. I am not accepting money for this. However, I i tried, and It's doing the same thing as clicking on my account which I mentioned earlier. The market appears to be fully broken and inoperative here. I just don't understand. Who can we call about this?
No one.
You can probably fill out a form somewhere, thats the google way im afraid.
They don't support phonesupport.
I can't find the form... that's why im here on the forums. I could not find a form or email address.
Can anyone help me? Where do I contact google market?
Here is the form http://www.google.com/support/androidmarket/bin/request.py?contact_type=publishing
Litterally, within 1 minute of hitting submit, I received an email apologizing for the delay.
Now when I log into the developer console I see
Your Registration to the Android Market is approved!
You can now upload and publish software to the Android Market.
Click to expand...
Click to collapse
And I can upload apps!
Interesting, must be their cunning plan to cut down on the amount of junk apps that just aim to get ad clicks.
(Not saying yours is - I like the sound of it lol)
Have you made a Boss Spider with your wifes face on it yet
This is a utility which allows you to whitelist flash (Enable Adobe Flash) on any website. on Metro IE
Mainly, this is intended for RT tablets, as they do not have any other way of displaying flash content.
Metro apps are installed via "Developer License"
This means that they will expire, and need to be reactivated/reinstalled. If the share
feature disappears, just rerun the installation.
Feature List:
Automates the white-listing of Flash websites using the "Share" function
Clears History, to save you the trouble of doing it manually.
This utility installs on any Windows 8 machine, Natively on x86, and on RT if jailbroken.
You need to simply share the page which has flash content (not whitelisted), and click the "Enable Flash" Icon.
The utility will download any details about the page that it can, and it will give you an option to select which ones you
want to whitelist. Once you've selected your targets,
Click the "Do it" button, and you will be given an option to clear your history.
When that's done, go back to the page and refresh. That's it! Enjoy!
NOTE: Internet Explorer automatically resets the compatibility list, which means that sites you add will stop working after a while.
Follow these steps to prevent that.
1) Go to Desktop IE
2) Press the "alt" key once. the menu bar will show up.
3) Navigate to Tools > Compatibility View Settings.
4) Deselect "Download updated compatibility lists from Microsoft"
5) Click "Close".
To Install:
Latest Version
http://barsuleo.com/enable-flash-nonet-1.0.3.zip
ADDED: Avoiding duplicate whitelisting.
ADDED Whitelist sanitization (locate/remove duplicate entries)
The new version clears ONLY your browsing history, leaving your cookies, and other desirable data in place.
Should be pretty helpful.
http://barsuleo.com/enable-flash-nonet-1.0.2.zip
http://barsuleo.com/enable-flash-nonet-1.0.0.zip
Extract, then run "Install.exe"
Make sure you select Yes[y], or Run[r] through all the prompts.
Please be aware that if you want to run this on an RT Tablet, e.g. Surface, you need this jailbreak.
Enjoy!
Changes:
Changed to File-based system vs. Networking
Now it works!
xarizmat said:
This is a utility which allows you to whitelist flash (Enable Adobe Flash) on any website.
Enjoy!
Click to expand...
Click to collapse
Can I put this on the rtd store pls?
Do we have to reboot after each addition?
Sent from my SCH-I535 using xda app-developers app
Wow! This program is awesome champ! The share integration is genius!
Nope.
Clear history on IE and refresh the page. Should do the trick.
jtg007 said:
Do we have to reboot after each addition?
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Not yet familiar with rtd store.
care to inform me?
djboo said:
Can I put this on the rtd store pls?
Click to expand...
Click to collapse
error message
It tells me
Please make sure that the server [whitelist-srv.exe] is running.
Where did I go wrong???
I don't get any option under share? The server is running. I see red text in powershell when I install but can't read it before it disappears. Surface RT w jailbreak.
xarizmat said:
care to inform me?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2094015
my app store for RT desktop apps.
Great work so far!
I still keep running into some errors though:
- It seems to be searching for a whitelist-srv.exe process - only srv.exe running on my device --> communication error
- It doesn't support the germanic umlaut (ä, ö, ü) in any of the folders names (my Username)
also another button to enable flash, but without clearing browser history would be nice (e.g. "Not this time")
I can confirm this bug too
You were fine
skapa said:
It tells me
Please make sure that the server [whitelist-srv.exe] is running.
Where did I go wrong???
Click to expand...
Click to collapse
There was a mis-upload. Sorry about that. The download verson 1.0.3 on the post should work.
No problem. Go right ahead.
djboo said:
http://forum.xda-developers.com/showthread.php?t=2094015
my app store for RT desktop apps.
Click to expand...
Click to collapse
Thanks for the information, btw.
1.0.3 download link, points to 1.0.2 file
Fixed that. The evil of copy-paste.
PadreParada said:
1.0.3 download link, points to 1.0.2 file
Click to expand...
Click to collapse
That was stupid. :/
Thanks for letting me know, pal.
Haven't been able to replicate encoding issues... :/
Wischm0pp said:
Great work so far!
I still keep running into some errors though:
- It seems to be searching for a whitelist-srv.exe process - only srv.exe running on my device --> communication error
- It doesn't support the germanic umlaut (ä, ö, ü) in any of the folders names (my Username)
also another button to enable flash, but without clearing browser history would be nice (e.g. "Not this time")
Click to expand...
Click to collapse
I do not currently have an account with non-ansi characters, but i will run through that asap. It may be that the issue was with communication, which i've fixed. Anyways, if you run into more issues, shoot it on the post.
EDIT: Changed some encoding settings in the setup file, should work.
Your are more than welcome.
I have tryV3 with the instalation that you suggested (killing the srv.exe process first), but I still have the communication error.
"Please make sure that the service [srv.exe] is running"
Will look into it asap.
PadreParada said:
Your are more than welcome.
I have tryV3 with the instalation that you suggested (killing the srv.exe process first), but I still have the communication error.
"Please make sure that the service [srv.exe] is running"
Click to expand...
Click to collapse
I will add some more debugging info on the next version. I've tested it on every machine that I have and it seems to work. :/
You can also try to launch the server service manually from /bin/srv.exe.
Also, when you first launch it, it asks for network access permissions. make sure you allow it, otherwise it won't work.
weird
even after update to 1.0.3 it seems to search for whitelist-srv.exe, and doesn't seem to find the server, even though i renamed the process to whitelist-srv
i don't really get that
A few things:
Redownload 1.0.3. rerun the install.
if your error actually says "whitelist-srv.exe", the app didn't reinstall. if it says "srv.exe",
kill "FlashUpdate Server" from taskmanager. then run "RunFlashServer.exe" from the download zip file.
Wischm0pp said:
even after update to 1.0.3 it seems to search for whitelist-srv.exe, and doesn't seem to find the server, even though i renamed the process to whitelist-srv
i don't really get that
Click to expand...
Click to collapse
Hi Friends,
Would love your feedback on our app - AirStream
We have built this awesome app using which you can access your files from Computer on Mobile devices from anywhere in the world. As you might have also experienced most of our data like movies, music, photos & even important work documents are still residing in our computers. Even today there is no easy way to access them on Mobile devices. But with our solution this is as easy as using Dropbox, imagine accessing all your files from your computer from anywhere in the world without any limit on GBs.
What you will love:
1. Access alll your drives & files
2. Easy & quick movie streaming
3. Integrated music player.. create playlists, import playlists, etc
4. Access computer over 3G/4G
Attached are the new builds that we will release on Google Play. Would love to hear your thoughts.
Procedure:
1. Install the apk in android
2. Copy the .jar version of AirStream desktop client to your computer & run it.
3. Login on both ends using the same credentials.
(both the .apk & .jar have been zipped due to size constraints. We have a .msi version but not able to upload due to size constraints)
Check the screenshots for your reference.
Awaiting your feedback.. feel free to reach us at [email protected]
Edit::
An older version of this is available on Google Play. The changes to the new version are:
1. Patched AirStream-Sky functionality on Android. Older version had a bug which prevented the app from accessing computer on external network. (There is still a issue on Desktop app, which sometimes require a router reset to access computer on external network)
2. Added indicator to notify whether the app is working on Local Wifi network or external network.
3. Much better graphics & UX. The app is much slicker & smoother than older one.
jrprules said:
Hi Friends,
Would love your feedback on our app - AirStream
We have built this awesome app using which you can access your files from Computer on Mobile devices from anywhere in the world. As you might have also experienced most of our data like movies, music, photos & even important work documents are still residing in our computers. Even today there is no easy way to access them on Mobile devices. But with our solution this is as easy as using Dropbox, imagine accessing all your files from your computer from anywhere in the world without any limit on GBs.
What you will love:
1. Access alll your drives & files
2. Easy & quick movie streaming
3. Integrated music player.. create playlists, import playlists, etc
4. Access computer over 3G/4G
Attached are the new builds that we will release on Google Play. Would love to hear your thoughts.
Procedure:
1. Install the apk in android
2. Copy the .jar version of AirStream desktop client to your computer & run it.
3. Login on both ends using the same credentials.
(both the .apk & .jar have been zipped due to size constraints. We have a .msi version but not able to upload due to size constraints)
Check the screenshots for your reference.
Awaiting your feedback.. feel free to reach us at [email protected]
Click to expand...
Click to collapse
Link to Google Play
Link to downloading pc client
Link to website
anu.cool said:
isn't the app already available on Google play?
Edit: saw this version is different than that of Google play..
Can u update the post with changes in the attached apk?
Click to expand...
Click to collapse
Yes, I wanted to post the Play Store link, but could not since it was restricted for being a first time member on XDA forums. I will make the edits in the main post. Thanks
This is somewhat similar to emit
Sent from my XT1033 using Tapatalk
Playback control are included in Windows client?
jrprules said:
Yes, I wanted to post the Play Store link, but could not since it was restricted for being a first time member on XDA forums. I will make the edits in the main post. Thanks
Click to expand...
Click to collapse
updated my post with links, also, why dont u try google beta channel? easy to push updates there...
That's good resolution. help me a lot,thanks.
likepeas said:
This is somewhat similar to emit
Sent from my XT1033 using Tapatalk
Click to expand...
Click to collapse
Similar yes from what it does. But from user-experience wise, the way it connects, integrated media player, AirStream is very different & better. Give it a try
moby90 said:
Playback control are included in Windows client?
Click to expand...
Click to collapse
Right now the playback controls are only on the mobile app. Windows client only acts as a server, you login and it allows the mobile device to connect with it. Media playback & everything else is done from the Mobile app.. Hope you find is useful
tty1234 said:
That's good resolution. help me a lot,thanks.
Click to expand...
Click to collapse
Glad you found it useful
thanks for the share and much appreciations.
i can only access my device SD, i can't access the external SD on my device.
This seems like it could help me a lot from work.
Thank you for sharing. I'll definitely give this app a workout. :highfive:
Tested browser and transfer (only download from PC to mobile) on the same network, all work fast and smooth!
Hope it can transfer from mobile to PC/mobile, too!
Hi, got this up and going in a few minutes. It's awesome! Something I've been looking for in an FTP like client/server setup. The beautiful thing is AirStream's simplicity. Streamed music straight away and have yet to attempt a transfer. I understand server to client functionality is fully functional. I'm experiencing it. Is the reverse true of transfers? That is, client to server. I did see someone else ask this question yet it hadn't been answered as of this writing. Thanks for the app and sharing all the work you've placed into its development. Cool. Practical. User-friendly. Literally up and running in under 7-10 minutes! Sweet
tinydynamite00
Thank you very much for this!
Tested on my Xperia Z and working great but the speed is slow in HFS is more faster,any way great job
Awesome app!!!. Ive been looking for something like this as my router wont allow me to forwad ports no matter what I do!.
Its simple which I love and works like a charm.
Only thing id like to see its an automatic cache clear on exit as going through android/data annoys me a little, But thankyou very much for this :victory:
tested @ inew v3 and workind great ! Very simple and easy application :good:
sweet ap:highfive: but I can seem to access files on my pc through this app using mobile data.
Thank you, just what I have searched form. Any way to run this app in linux headless server ?
Note:
I'm developing this application alone including designing,testing etc...
So it is difficult to make everything work well.
If you have any suggestion or bug report,please post here or mail me.
I will check that as soon as possible.
ConnectAir
Screen Shots
http://www.cybapps.com/connectair/screenshots/
See Screenshots to know more about PC Application
You may find difficult to share files between your devices on Wi-Fi network.
Now you can easily share files between your PC or Android devices which are connected to same Wi-Fi network by using this application.
Sometimes you need to share text or links to your android device. But you don’t have any option to send other than mailing it.
Now you can able to send your text or clipboard data to your android device easily. Also it will applicable for PC to PC.
By using this application, you share files between your PCs. Yeah ConnectAir PC application is a Cross Platform support.
You can able to share between
PC -> PC
Mobile -> Mobile
PC -> Mobile
Mobile -> PC
If you find any bug, report it to my mail. ([email protected])
Click to expand...
Click to collapse
Requirement
ConnectAir PC Application requires Java 1.7+ JRE.
I recommend latest version of java.
Android 2.3+
Click to expand...
Click to collapse
Main Features
Cross platform application for PC. (You can get it from here: http://connectair.cybapps.com)
Sharing files between PCs and Android Mobiles
Access your mobile files completely form PC.
SMS Notification on your PC.
View SMS from PC.
Reply to your new SMS Notification from PC.
View your mobile phonebook from PC.
And more.
Click to expand...
Click to collapse
PRO Version
Adfree
Get SMS Notification on more than one device.
Turn on or off the request Notification.
Able to send folders from file manager.
Click to expand...
Click to collapse
You can able to do following things
From PC to PC:
Sharing files.
Clipboard sharing.
From PC to Mobile:
Share files.
Read SMS.
View Phonebook.
Clipboard sharing.
From Mobile to PC or Mobile:
Share files or folders.
Click to expand...
Click to collapse
Permission:
Internet Permission to display Ads on free version.
SMS Permission to read and send SMS.
Contact Permission to read your details.
External Storage Permission to read and write files.
Click to expand...
Click to collapse
Download
PC Application:http://connectair.cybapps.com
Playstore:
Free:https://play.google.com/store/apps/details?id=cyb.satheesh.connectair
Pro:https://play.google.com/store/apps/details?id=cyb.satheesh.connectair.pro
First! testing now and reporting soon!
When I accidentally reject pair request, I cannot request again have to clear data of the app to pair. Overall nice experience. Keep up the good work.
Sent my Carbonised Xperia P
Another App
AirDroid is kind of same and bug free too and with no ads.
Tested.. works great..
transmiting MBs in seconds
tried on note 2 n7100 stock 4.4.2 with windows 8.
just one request.
make gui nice. looks diffenrent to me .
also rated at google play.
Play store says:
Not compatible with your device, nexus 7 2013.
Finaly installed the app manually from apk. Works ok between phone-phone(tablet).
Well. I'm trying it on my HTC One with CyanogenMod 11, and can't seem to connect to my work computer. I've tried a couple different networks, and none have seemed to work.
I followed the steps word for word on your "Help" page. Making sure they're both on the same network, start the service on mobile, make sure both are discoverable, and start the search, and it never actually finds my other device.
Can this app do screen mirroring (mobile to mobile )? Most of the time when I'm using my tab, I wanna answer Whatsapp or share links /page to my friends in Line over my phone. It would be great if this app can do that. Really willing to pay if it does.
How is it different from AirDroid, software data cable or superbeam?
Sent from my Nexus 4 using XDA Premium 4 mobile app
vishnu.jayanand said:
How is it different from AirDroid, software data cable or superbeam?
Sent from my Nexus 4 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
paired from phone to pc, or pc to phone, both way say successfully paired but on pc app the phone never shows up in the paired device list no matter how many times I retry
Multi Monitor Support
I can't move the window to a secondary monitor, I have 3 monitors and it would be nice to be able to move it to the other ones while I work on the primary monitor.
Thanks all for your positive and negative commands.
I'm developing this application on myself including designing,testing,video etc...
So it is difficult to make everything work well.
If you have any suggestion or bug report,post here or mail me.
I will check that as soon as possible.
lemene said:
Play store says:
Not compatible with your device, nexus 7 2013.
Finaly installed the app manually from apk. Works ok between phone-phone(tablet).
Click to expand...
Click to collapse
Currently it is supports only for Small Screen.
Soon i will update it to support Larger screens.
ryno9100 said:
Well. I'm trying it on my HTC One with CyanogenMod 11, and can't seem to connect to my work computer. I've tried a couple different networks, and none have seemed to work.
I followed the steps word for word on your "Help" page. Making sure they're both on the same network, start the service on mobile, make sure both are discoverable, and start the search, and it never actually finds my other device.
Click to expand...
Click to collapse
Make sure you have allowed the pc application to access lab network on your firewall settings including port address.
hongkongtom said:
Can this app do screen mirroring (mobile to mobile )? Most of the time when I'm using my tab, I wanna answer Whatsapp or share links /page to my friends in Line over my phone. It would be great if this app can do that. Really willing to pay if it does.
Click to expand...
Click to collapse
I will try to implement in future.
kawaiichi said:
paired from phone to pc, or pc to phone, both way say successfully paired but on pc app the phone never shows up in the paired device list no matter how many times I retry
Click to expand...
Click to collapse
Can you tell me the device name which will display on Settings menu of your phone?
warky said:
I can't move the window to a secondary monitor, I have 3 monitors and it would be nice to be able to move it to the other ones while I work on the primary monitor.
Click to expand...
Click to collapse
Which platform are using?
svprm said:
Thanks all for your positive and negative commands.
I'm developing this application on myself including designing,testing,video etc...
So it is difficult to make everything work well.
If you have any suggestion or bug report,post here or mail me.
I will check that as soon as possible.
Currently it is supports only for Small Screen.
Soon i will update it to support Larger screens.
Make sure you have allowed the pc application to access lab network on your firewall settings including port address.
I will try to implement in future.
Can you tell me the device name which will display on Settings menu of your phone?
Which platform are using?
Click to expand...
Click to collapse
I'm on Windows 7 64 bit Professional
Thanks dude, will check when i get back to home.
Tamizhan da
svprm said:
Make sure you have allowed the pc application to access lab network on your firewall settings including port address.
Click to expand...
Click to collapse
I have allowed that port, and have even tried it with all my firewalls turned off.
Hi,
Is it possible to do a direct connection between devices using something like wifi-direct?
Thanks.
Connect Air Updated:
Change Log:
PC Application:
1.Linux Installation file fixed.
2.Pairing bug fixed.
3.Search bug fixed.
4.Some other bugs fixed.
Phone Application:
1.Support for Tablets
2.Pairing bug fixed.
3.Search bug fixed.
4.Some other bugs fixed.
dax51 said:
Hi,
Is it possible to do a direct connection between devices using something like wifi-direct?
Thanks.
Click to expand...
Click to collapse
I will check that in my next version.
ConnectAir Updated:
Pairing Bugs fixed!
Playstore:https://play.google.com/store/apps/details?id=cyb.satheesh.connectair
https://play.google.com/store/apps/details?id=cyb.satheesh.connectair.pro
PC Application:http://www.cybapps.com/connectair/download/
Unable to detect jre
Hi I have installed jre 7 but when i open connect air installer its unable to detect the jre.
Please help
Updated!
Change Log:
Version 1.0.3
1.Check for new version automatically.
2.Some Pairing bugs fixed.
3.Searching improved!
Version 1.0.6
1.Check for new version automatically.
2.Menu UI Changed.
3.Different UI for different screen.
4.Able to send or retrieve clipboard from mobile.
5.Some other bugs fixed.
Playstore:
Free:https://play.google.com/store/apps/details?id=cyb.satheesh.connectair
Pro Version:https://play.google.com/store/apps/details?id=cyb.satheesh.connectair.pro
PC Application:http://www.cybapps.com/connectair/
@farzii
Restart the computer and try again after installed the JRE.
"Share files over wifi" (ShareBox) it's a new free tool app aimed to easily share files over wifi through web browser
When using ShareBox, you will not have anymore let friends and relatives take your device to show them your photos or videos. They will see them through their own device, be it android, iphone, windows, blackberry or linux, through their web browsers. And they will only see what you want to show in a quick, comfortable way and simultaneously!
As other devices begin to connect you will immediately know what they are watching through the informative Sharebox log list.
Get it at Google Play Store: https://play.google.com/store/apps/details?id=com.b6dev.sharebox
Features that makes this app special:
Share the files through browser, so you can get them from any device that has a web browser be it android, iphone, ipad, windows, blackberry or linux.
Only shares and shows the files previously selected.
May be used with wifi networks, own wifi hotspot and also on phone 3g connections.
When ShareBox server is on, you are presented with a URL link to see what others are going to see.
As other devices begin to connect you will know what they are watching through the log list.
Very useful for photo shows as it presented by default as gallery, but also has a list mode that may be more suitable for other kind of files.
Go and try it!
Anyone to provide feedback or suggestions for this application, please?
Came here cause I saw the app in the XDA portal, seems simple enough and ultra handy for the people who really struggle to send files. :good:
I also saw this on the XDA portal. Looks like a great idea; I have to try it out.
A few questions:
1) How do you connect over data (e.g. 3g)?
EDIT: I see the server status page has a WAN IP as well. Do we need to do any port forwarding or anything like that?
2) Can you download the files as well, or just view them?
3) Is there a way to add whole folders?
Hmm I like the concept !
(Not yet tried app - wishing you had a direct download link to fileshare service along with G-Store link)
Here's what I would like to be able to do and hoping your app can handle it.
Share a folder, then view / download those files through the browser.
Guessing http //device.ip/share
adambrown said:
I also saw this on the XDA portal. Looks like a great idea; I have to try it out.
A few questions:
1) How do you connect over data (e.g. 3g)?
EDIT: I see the server status page has a WAN IP as well. Do we need to do any port forwarding or anything like that?
2) Can you download the files as well, or just view them?
3) Is there a way to add whole folders?
Click to expand...
Click to collapse
Portforwarding is common for any server, u might need to do it if connect to a router
I think u can start the server on mobile network directly
Sorry for my bad English...
Sent from my HTC Desire 200 using XDA Premium 4 Mobile app
Yeah I managed to download the app, with VPN & G'Play..
Nope, I cant add a whole folder.
Every-time I attempt to look at settings *CRASH*
I added a screenshot to share, it shows in PC browser as link, but wont download /open
Looking at path tells me why
http 192.168.1.133:4321/shbx_uri/ictures/Screenshots/Screenshot_2014-10-27-14-17-01.png
'ictures' ? Really
I would rather use port 80 or 8080..
hence why I 'try' open settings, after tapping settings, about 6 seconds later. *CRASH*
The app works perfectly on my Oneplus One, it does exaclty what it says and it saved me from a lot of trouble.
Thanks!
Nice idea and works.
maybe add themes for the Web interface.
let me know if u need any help with that.
adambrown said:
I also saw this on the XDA portal. Looks like a great idea; I have to try it out.
A few questions:
1) How do you connect over data (e.g. 3g)?
Click to expand...
Click to collapse
The connection is made through ip sockets, so you may connect not only through wifi but also through all ip addresses your mobile may has, at the time you turn on your ShareBox
adambrown said:
EDIT: I see the server status page has a WAN IP as well. Do we need to do any port forwarding or anything like that?
Click to expand...
Click to collapse
There is no need to do any port forwarding
adambrown said:
2) Can you download the files as well, or just view them?
Click to expand...
Click to collapse
Yes of course! If you do it from your mobile web browser keep your finger pressed over the target file till the contextual menu shows up. If done through computer browser use your secondary mouse button. Easy!
adambrown said:
3) Is there a way to add whole folders?
Click to expand...
Click to collapse
Adding whole folders may be done through workarounds (using third party file managers or file compression) but is not yet "officially" supported
Oxyandy said:
Yeah I managed to download the app, with VPN & G'Play..
Nope, I cant add a whole folder.
Every-time I attempt to look at settings *CRASH*
Click to expand...
Click to collapse
Please provide all the information you may recopile from the crashes you may have through PM or/and also through google android error reporting, so more information may be received and solution may be provided ASAP. Thanks!.
Oxyandy said:
I added a screenshot to share, it shows in PC browser as link, but wont download /open
Looking at path tells me why
http 192.168.1.133:4321/shbx_uri/ictures/Screenshots/Screenshot_2014-10-27-14-17-01.png
'ictures' ? Really
Click to expand...
Click to collapse
Could not reproduce your error, sorry!. Certainly the uri is composed based on system path folders names, so don't know why it appears that way
Oxyandy said:
I would rather use port 80 or 8080..
hence why I 'try' open settings, after tapping settings, about 6 seconds later. *CRASH*
Click to expand...
Click to collapse
Yes, you may change the port used through settings menu, but restriction to use ports below 1024 is keeped. As stated before, please report your crashes with as much information as possible.
Thanks!
droidev1 said:
Please provide all the information you may recopile from the crashes you may have through PM or/and also through google android error reporting
Click to expand...
Click to collapse
Yes, I did via G android.
I will sit down later and give you more information
But, dinner comes first
Summary
Samsung Tab 3 10" - Tap Settings - a delay, screen stay same - then after 6 seconds, maybe bit longer, app closes with msg box (every time)
Would it be possible to enable nfc "sharing"?
For example, if I have sharebox opened and running on a certain ip and port, and I tap another nfc device, then the other device's default browser would open up, already displaying the sharebox url.
Kinda like I can share a web url or maps location via android beam, but this time the beam wouldnt be between two identical apps, but between sharebox and the default browser of the other device.
Cheers!
Oxyandy said:
Yes, I did via G android.
I will sit down later and give you more information
But, dinner comes first
Summary
Samsung Tab 3 10" - Tap Settings - a delay, screen stay same - then after 6 seconds, maybe bit longer, app closes with msg box (every time)
Click to expand...
Click to collapse
Ok, that was a good clue. It seems an error that happens on this kind of devices. Published new version that will hopefully ammend it.
Thank you!
tylerdurden83 said:
Would it be possible to enable nfc "sharing"?
For example, if I have sharebox opened and running on a certain ip and port, and I tap another nfc device, then the other device's default browser would open up, already displaying the sharebox url.
Kinda like I can share a web url or maps location via android beam, but this time the beam wouldnt be between two identical apps, but between sharebox and the default browser of the other device.
Cheers!
Click to expand...
Click to collapse
Mmmmm, not a bad idea
At first sight it seems that it should be possible if both devices were running ShareBox app with this feature implemented. Will have to study...
Thanks for your feedback!
droidev1 said:
"Share files over wifi" (ShareBox) it's a new free tool app aimed to easily share files over wifi through web browser
When using ShareBox, you will not have anymore let friends and relatives take your device to show them your photos or videos. They will see them through their own device, be it android, iphone, windows, blackberry or linux, through their web browsers. And they will only see what you want to show in a quick, comfortable way and simultaneously!
As other devices begin to connect you will immediately know what they are watching through the informative Sharebox log list.
Get it at Google Play Store: https://play.google.com/store/apps/details?id=com.b6dev.sharebox
Features that makes this app special:
Share the files through browser, so you can get them from any device that has a web browser be it android, iphone, ipad, windows, blackberry or linux.
Only shares and shows the files previously selected.
May be used with wifi networks, own wifi hotspot and also on phone 3g connections.
When ShareBox server is on, you are presented with a URL link to see what others are going to see.
As other devices begin to connect you will know what they are watching through the log list.
Very useful for photo shows as it presented by default as gallery, but also has a list mode that may be more suitable for other kind of files.
Go and try it!
Click to expand...
Click to collapse
Definitely needed something like this. I'm tired of having to upload to google drive just to port some app that says "incompatible with this version" within play store on my painstakingly slow phone.
droidev1 said:
Published new version that will hopefully ammend it.
Thank you!
Click to expand...
Click to collapse
Yes, indeed !
Settings now open correctly, nice quick fix
Thanks
Oxyandy said:
Yes, indeed !
Settings now open correctly, nice quick fix
Thanks
Click to expand...
Click to collapse
Thanks to you for reporting and helping to sort out! Some other error reported by other users has also been corrected after that, so sorry if you see some other update.
Thanks again and enjoy Sharing!
droidev1 said:
sorry if you see some other update.
Click to expand...
Click to collapse
Hey no problem, I'll just update again..
I dont mind reporting bugs..
What I really need though, would be an app which can share a folder.
(Not just an interface that lets me share all the files in the folder quickly)
Something which shares 'that folder' live..
So if folder contents update 'live', refreshing the page will reflect the changes, much like a web-server would
If I try to add a cloud pic (I click add file, select stock kitkat gallery, click on a picasa / g+ image) the app force closes.
Can cloud pics be added? I dont think that nowadays people keep more than a few recently took photos on their device, both for memory and sync / backup reasons...