print wirelessly? - G1 Apps and Games

it is possible for the g1 to print wirelessly right?
is there a program out there that i dont know about that lets you do this? , because i've been looking but found nothing.
I guess it hasn't been created yet.......?

I would love this functionality as well since my printer is wireless. Would be great but I dont know if it will happen.

It is most definitely possible, but has not been implemented.
What you need in order to print;
install CUPS,
add application support.
If you have debian installed, you most certainly will already have the ability to print.
Note that even if CUPS was installed, you would not be able to print from ANY existing android application since they lack this functionality.

CUPS is the common unix printing system (developed by Apple). In Windows, when you buy a printer, you trust that, either the manufacturer has given you a working driver to install from a CD, or that Windows' endless array of popups will find it for you.
On unix-alikes, you toss the CD and trust that CUPS and its dependencies will have a serviceable driver already.
So no, you shouldn't have to make specific devices for each printer. They should already exist if CUPS supports them.

reviving old thread
with the ability to view PDFs and office docs as well as view and edit google docs via the browser it would be great to be able to discover networked printers and spool print jobs to them, any chance of this functionality coming around sometime soon?

innerspace said:
with the ability to view PDFs and office docs as well as view and edit google docs via the browser it would be great to be able to discover networked printers and spool print jobs to them, any chance of this functionality coming around sometime soon?
Click to expand...
Click to collapse
I found an app awhile back that will let you print wirelessly the only thing you have to do is download a file onto the pc.

thats printershare
which is an ok solution i suppose, but does require a print server app to be installed on the host pc. I'd rather have the ability to browse the network from android and choose an existing printer as a target then use cups or try to install the driver via the web. Big issue with android apps not supporting this though, probably not going to happen. bummer really.

yeah i tried out the app and installed it on my g1 and file server. after i launched the app it showed its major flaw. If security permissions are not set on the host pc your printer shows online for everyone who is running the app. i saw printers from all over the country. i thought about sending a print job but didnt

^^lol^^
I thought the same thing. Plus it just didn't work. too funny.

Until there is a solution that uses IPP and not somebody's proprietary crud, there is no network printing solution for 'droid.

Related

Roll your own cloud storage!

While I've tried most of the usual cloud storage services - Dropbox, Google Drive, SkyDrive, SugarSync - I thought I'd try rolling my own, and it works! Yes it's easier with existing services, but just thought I'd have a go just to see if I could..
You can create your own cloud storage on Google App Engine using the open source CloudDav - the instructions on the CloudDav page make it very straightforward if you're familiar with the App Engine Python SDK. Just get the files from the repository (I used TortoiseHg to download to my Windows 7 64 bit machine), create the app on App Engine, edit the downloaded template to create a yaml file with the app name, deploy the app, and that's it.Took me literally just a few minutes.
It's easy to authorise user logins for any Google account, including Google Apps accounts on your own domains (I tested that too), and with WebDav File Manager on my N7 it's working fine.
Obviously it's free of charge only within the limits of the App Engine free quotas, but at least it's another source of cloud storage space.
Only problem was getting an @ character on the keyboard, believe it or not - copy/pasting that symbol was really hard to do, am going to ask separately about that!
Todo... to try with files encrypted with Boxcryptor on my PC. But can't see why it shouldn't work.
Those of you with a spare box could look into ownCloud. I think they have a Windows client, but I'm not too sure. I run it on my Linux server in my basement. If you set up a DDNS account (I used no-ip.com) and forward your server port through your router, you can essentially access your server via it's own URL, such as:
http://heresmyexample.zapto.org/owncloud
or whatever it may be.
The nice thing about ownCloud is the data resides on your server and your server alone. Of course, if your server blows up, you're toast, but it's another alternative worth mentioning. Mine has about 300GB free, so I basically have a 300GB cloud server to myself. I talked to a guy who had 8TB in his ownCloud server... can you imagine??
Pros:
You own it (therefore it's your data on your server, no where else)
You manage it (thefore it's your rules)
Your space can be exponentially higher than any other free service
Cons:
You own it (therefore you need to provide a spare box or build a new one)
You manage it (don't go tinkering in any core config files now, ya hear?)
Hard drives aren't free
Anyway, just another on the list of many. :good:
JaSauders said:
Those of you with a spare box could look into ownCloud. I think they have a Windows client, but I'm not too sure. I run it on my Linux server in my basement. If you set up a DDNS account (I used no-ip.com) and forward your server port through your router, you can essentially access your server via it's own URL, such as:
http://heresmyexample.zapto.org/owncloud
or whatever it may be.
The nice thing about ownCloud is the data resides on your server and your server alone. Of course, if your server blows up, you're toast, but it's another alternative worth mentioning. Mine has about 300GB free, so I basically have a 300GB cloud server to myself. I talked to a guy who had 8TB in his ownCloud server... can you imagine??
Pros:
You own it (therefore it's your data on your server, no where else)
You manage it (thefore it's your rules)
Your space can be exponentially higher than any other free service
Cons:
You own it (therefore you need to provide a spare box or build a new one)
You manage it (don't go tinkering in any core config files now, ya hear?)
Hard drives aren't free
Anyway, just another on the list of many. :good:
Click to expand...
Click to collapse
This is a bit cleaner because your phone sees it as local storage. You can still use your own server at home, but this way you can stream music, videos, book, whatever you want. And all of your apps can access the data. http://www.youtube.com/watch?v=Tbiz...GG6dB9uixiT_-zNAopLpSrly2Ggb1bg&feature=inbox
JaSauders said:
Those of you with a spare box could look into ownCloud. I think they have a Windows client, but I'm not too sure. I run it on my Linux server in my basement. If you set up a DDNS account (I used no-ip.com) and forward your server port through your router, you can essentially access your server via it's own URL, such as:
http://heresmyexample.zapto.org/owncloud
or whatever it may be.
The nice thing about ownCloud is the data resides on your server and your server alone. Of course, if your server blows up, you're toast, but it's another alternative worth mentioning. Mine has about 300GB free, so I basically have a 300GB cloud server to myself. I talked to a guy who had 8TB in his ownCloud server... can you imagine??
Pros:
You own it (therefore it's your data on your server, no where else)
You manage it (thefore it's your rules)
Your space can be exponentially higher than any other free service
Cons:
You own it (therefore you need to provide a spare box or build a new one)
You manage it (don't go tinkering in any core config files now, ya hear?)
Hard drives aren't free
Anyway, just another on the list of many. :good:
Click to expand...
Click to collapse
Sounds good, ta, must try that. It's mainly the set-up time issue, including setting up backups too of course. It's the old adage about people not always taking backup seriously until they have a disaster... eg I moved to mainly Google Calendar a few years back after my computer died and I lost some days' appointments, as Google are more likely than me to backup (though I do backup my Google Calendar daily too).
Improbulus said:
Sounds good, ta, must try that. It's mainly the set-up time issue, including setting up backups too of course. It's the old adage about people not always taking backup seriously until they have a disaster... eg I moved to mainly Google Calendar a few years back after my computer died and I lost some days' appointments, as Google are more likely than me to backup (though I do backup my Google Calendar daily too).
Click to expand...
Click to collapse
I hear ya. Backups are key for any situation, no matter how big or small. My ownCloud server *is* my backup server, but that doesn't mean that's the end of the line for backups. My ownCloud info is then synchronized elsewhere so if my actual server blows up, I'm still in good shape. Of course, the average joe may not be as religious about backups as I am, but then again the average joe is unlikely to have any interest in their own cloud server either.
Like I said, just another option on the table, since I have little doubt there's a few users around these parts who might find ownCloud is exactly what they want. :good:
+1 for promoting home storage. If you have a old p4 box laying around your house or you can get one for cheap its fairly simple to setup your own fileserver. Really all you need is a computer and a few hard drives to have as much storage as you want. I have about 500gb free on a fileserver that I dedicated to my nexus 7 and Razr device.
If anyone needs steps just let me know..
Dennelly said:
+1 for promoting home storage. If you have a old p4 box laying around your house or you can get one for cheap its fairly simple to setup your own fileserver. Really all you need is a computer and a few hard drives to have as much storage as you want. I have about 500gb free on a fileserver that I dedicated to my nexus 7 and Razr device.
If anyone needs steps just let me know..
Click to expand...
Click to collapse
I'm curious what OS you're using as your platform, and how exactly this is brewed up.
Dennelly said:
+1 for promoting home storage. If you have a old p4 box laying around your house or you can get one for cheap its fairly simple to setup your own fileserver. Really all you need is a computer and a few hard drives to have as much storage as you want. I have about 500gb free on a fileserver that I dedicated to my nexus 7 and Razr device.
If anyone needs steps just let me know..
Click to expand...
Click to collapse
Hello,
A home fileserver sounds very cool.
I would be interested in the easiest method known to man.
GT-P3113, CM9 RC2, MetalliKernel SuckyCPU
booda3000 said:
Hello,
A home fileserver sounds very cool.
I would be interested in the easiest method known to man.
GT-P3113, CM9 RC2, MetalliKernel SuckyCPU
Click to expand...
Click to collapse
Do you have any spare computers at home? I don't know if I can link to other sites here but lifehacker has a lot of tutorials on how to do this. If you tell me what you have exactly I can see whats best for you
Denelly,
Thanks in advance!
I have an old 1.6ghz, 512MB RAM laptop. I could dedicate it.
My desktop is a 1.6ghz dual core Atom CPU, 3GB RAM. I'd like to run along side the fileserver.
Im gonna check out lifehacker.
GT-P3113, CM9 RC2, MetalliKernel SuckyCPU
Hi, I'm wondering what's the difference between having a cloud and a VPN? I mean, what can you do with a cloud that you can't with a VPN? File sharing and stuff like that are already possible with VPN.
Noob^2 said:
Hi, I'm wondering what's the difference between having a cloud and a VPN? I mean, what can you do with a cloud that you can't with a VPN? File sharing and stuff like that are already possible with VPN.
Click to expand...
Click to collapse
It really all depends on how each service is configured. VPNs have a lot more functionality than cloud storage, but they were both designed for different purposes.
If your only looking for file/folder storage go with one of the mentioned Google apps or storage services (like Dropbox).
If you need access to individual computers or programs/apps on your home network then go with a VPN.
VPNs can chew through data plans if your not careful, they have quite a bit of overhead that will make them feel slow as well. On the flipside a cloud storage service will be efficient & easy on bandwidth.
Dennelly said:
Do you have any spare computers at home? I don't know if I can link to other sites here but lifehacker has a lot of tutorials on how to do this. If you tell me what you have exactly I can see whats best for you
Click to expand...
Click to collapse
Hey Dennelly, I have my win 7 PC collecting dust. It has good two core cpu, I think 3.2 and good nvidia card with 512mb and 4 drives, 320gb primary and the others are 2tb, 1tb, and a 500gb.
Any steps or recommendations would be appreciated.
Sent from my Nexus 7 using xda app-developers app
After doing some more looking (thanks again everyone for the discussion) I thought I would add a candidate called GoodSync to the mix. It can incorporate all the cloud services we currently use (dropbox, etc) with our home cloud solution.
Sorry I don't have enough posts to post the link.... effin noobs
I'm on tablet when I get on pc ill help you guys out
Sent from my Google Nexus 7 using Tapatalk 2
You don't even need a spare pc either. I have OwnCloud running on a VM on my main computer which is great for organising all my files and then I've combined that with Plex Media Server so that I can stream my movies/music easily. So if I want to download a file I access the owncloud directly and if I want to stream it I access it through Plex
ktz84 said:
You don't even need a spare pc either. I have OwnCloud running on a VM on my main computer which is great for organising all my files and then I've combined that with Plex Media Server so that I can stream my movies/music easily. So if I want to download a file I access the owncloud directly and if I want to stream it I access it through Plex
Click to expand...
Click to collapse
how does it work on the wan side of things?
I've used a lot of the home storage solutions mentioned in this thread, but I always have a problem with having to have an always on computer in my home.
Has anyone figured out a fix for this?
eawooten said:
I've used a lot of the home storage solutions mentioned in this thread, but I always have a problem with having to have an always on computer in my home.
Has anyone figured out a fix for this?
Click to expand...
Click to collapse
This is a concern of mine too.
I'd like to implement a cloud server that doesnt use my home bandwidth.
For free too!
I think I know where this is heading....,
GT-P3113, CM9 RC2, MetalliKernel SuckyCPU
eawooten said:
I've used a lot of the home storage solutions mentioned in this thread, but I always have a problem with having to have an always on computer in my home.
Has anyone figured out a fix for this?
Click to expand...
Click to collapse
One possible solution is to use a router that has its own USB port. I have a dirt cheap belkin router with two usb ports that has TomatoUSB loaded to it. I then configure the firmware Ftp server for wan access. I can then access files on a USB attached storage device if needed via ftp. The down side is the speed is limited to your broadband upload speed. I cannot stream content across the internet, but I can copy content to and from my devices internal memory. I also have the added benefit with tomatousb of having a media server to stream content on the local lan.
Sent from my Nexus 7 using Tapatalk 2

Chromecast "emulator"

Since chromecast simply get an url or data to play content already "on the cloud", it will be possibile to emulate its behaviour with a chrome extension or something like that?
I'd love to use a chromecast-like interface on my desktop pc...
p.nightmare said:
Since chromecast simply get an url or data to play content already "on the cloud", it will be possibile to emulate its behaviour with a chrome extension or something like that?
I'd love to use a chromecast-like interface on my desktop pc...
Click to expand...
Click to collapse
I'd second that. I'd love to see the ability to chrome cast TO a (widows) chrome browser.
I have a number of MCE PC's connected to HD TV's and computer with monitors throughout the house that would be great as the recipients of "casting".
At work I'd like to be able to look something up on my phone and then sent it to my nearest PC browser...
htcsens2 said:
I'd second that. I'd love to see the ability to chrome cast TO a (widows) chrome browser.
I have a number of MCE PC's connected to HD TV's and computer with monitors throughout the house that would be great as the recipients of "casting".
At work I'd like to be able to look something up on my phone and then sent it to my nearest PC browser...
Click to expand...
Click to collapse
You mean like this? - http://goo.gl/NOoel
You won't be able to push Netflix to the browser the same way, but you can certainly do so with web content.
Jason_V said:
You mean like this? - http://goo.gl/NOoel
You won't be able to push Netflix to the browser the same way, but you can certainly do so with web content.
Click to expand...
Click to collapse
Yeah kind of like that but completely integrated into he chrome cast infrastructure and APIs so that it is compatible across all apps and is just one click on the new "cast" buttons that are cropping up at the top of all my Android apps now .... (Netflix, Youtube, Google music etc.)
There has been talk of 3rd party hardware makers being encouraged to support the standard so shouldn't be too hard to do proper chrome browser integration as a target.
I can't believe no one has thought of it yet :fingers-crossed:
here
p.nightmare said:
I can't believe no one has thought of it yet :fingers-crossed:
Click to expand...
Click to collapse
Here you go github.com/dz0ny/leapcast
dz0ny said:
Here you go github.com/dz0ny/leapcast
Click to expand...
Click to collapse
awesome! I will definitely keep an eye on that :good: :good:
Nodecast is also an option
p.nightmare said:
awesome! I will definitely keep an eye on that :good: :good:
Click to expand...
Click to collapse
Beside Leapcast (which is implemented in python), there is a JavaScript-/Node.js-Port in Git-Hub available. The port was made by Sebastian Mauer, the guy who wrote Cheapcast.
I spend the last weekend exeperimenting with both Nodecast and Cheapcast. Now Nodecast runs here in a Windows 8.1 virtual machine - and I'm able to stream from other Windows and Android-devices.
I wrote a few tutorials, how to setup Nodecast on Windows (it also possible to use similar steps in Mac OS X or Linux). The tutorial is currently only in German - but Google translate shall do the job.
Nodecast setup for Windows-tutorial: http://goo.gl/2ZU5Mm
Maybe it helps
Leapcast 2.0?
Anyone still working on Leapcast now that the 2.0 SDK came out? Lots of changes like going from DIAL to mDNS for one. Leapcast was very handy for running on a PC that was already connected to the TV. Sadly, all the apps compiled against the newer SDK won't work with it. They won't even discover it as a Chromecast now.
https://chrome.google.com/webstore/...oakcolegkcddbk?utm_source=chrome-app-launcher
This was an attempt to do this but I never got it to work on my side.
Unfortunately, SDK 2.0 requires the Chromecast to calculate key using certificate issued by Google. We will probably wait a long time to see leapcast, CheapCast and NodeCast working again. It might not be even possible at all.
Johny_G said:
Unfortunately, SDK 2.0 requires the Chromecast to calcate key using certificate issued by Google. We will probably wait a long time to see leapcast, CheapCast and NodeCast working again. It might not be even possible at all.
Click to expand...
Click to collapse
Not the best news, but thanks Johny for the insight.
If all the rooted ROMs can handle SDK 2.0 and Google's new authentication, there's probably a way to get the emulators up and running with it. Just a matter of time and determination I hope. I wish Google was a bit more open on the software side for the Chromecast. Having the new SDK for sender/receiver apps is great, but allowing companie/people to recreate the piece in the middle would also benefit them I would think. It would be tough for people to beat the Chromecast's price tag, but having other options would be good.
Averix said:
Not the best news, but thanks Johny for the insight.
If all the rooted ROMs can handle SDK 2.0 and Google's new authentication, there's probably a way to get the emulators up and running with it. Just a matter of time and determination I hope. I wish Google was a bit more open on the software side for the Chromecast. Having the new SDK for sender/receiver apps is great, but allowing companie/people to recreate the piece in the middle would also benefit them I would think. It would be tough for people to beat the Chromecast's price tag, but having other options would be good.
Click to expand...
Click to collapse
I wouldn't hold my breath. The ROMs get the upgrade essentially "for free" as it's part of the stock ROM code. Maybe the desktop players can take advantage of that, probably not, especially if it's a binary or relying on some kind of TPM or other function in the Chromecast hardware itself.
Having options is good for the consumer, but for a manufacturer, more options = more competition = more mouths to feed = lower margins = more work to keep competitive. One of the reasons Apple is so aggressive about protecting the exclusivity of its platform.
Warning! TL;DR below!
The point is, that every single Chromecast device has its unique ID, its unique MAC Address, and its (unique?) signed certificate. Also, it might have some kind of ID generated when you set the device up (similar to Push ID used in Google Cloud Messaging). Some of those (maybe all of them) have to play together to calculate the key. As soon as you pull the certificate out and put it in different environment, the result of the calculation won't match the SDK's expectations. So there is pretty good chance, that bypassing the key might be completely impossible without modifying the SDK itself (and it would require the developers to actually invest some effort to support these alternatives) and maybe the Chromecast device software as well. But who knows, the guys involved in those "emulators" are way smarter than most of us and might figure something out .
This is the biggest issue. The other one is, that everything has changed in the new SDK/API, and all of the methods used in those emulators are now deprecated and need to be implemented all over again in a different fashion to work with 2.0. This might actually be a good thing, since developers involved in testing of the way-too-rushed 1.0 seemed not to have a lot of kind words to say about it. I have attended one Chromcast block on a local conference, and it was basically 2 hours of swearing.
I've stumbled upon these issues today (and a bit of yesterday), trying to get my app working in the office (I forgot my Chromecast at home - again), and here are some sources if you are more interested in the topic:
https://plus.google.com/+SebastianMauer/posts/83hTniKEDwN
https://github.com/dz0ny/leapcast/issues/29#issuecomment-37288608
https://github.com/dz0ny/leapcast/issues/96
As a developer, I have to say, that Google is making things awfully difficult lately, and the "don't be evil" policy seems to slowly fade away. They put way too much effort into marketing decisions, and have no time to properly test APIs and SDKs before they spit them out . Mostly, when trying some new Android-related technology (to be honest, its mostly Google Play Services technology these days, so AOSP starts to be completely useless), I spend most of the time working around things that nobody thought of (i.e. the Translucency API in KitKat was obviously tailored for Google Now Launcher, and is a huge PITA tu be used elsewhere) and fixing the broken samples that come with them. It might seem weird, but sometimes (say hello to Play Games Services and in-app billing v1+v2!) the sample is inseparable part of the final implementation, so you have to fix their rushed code anyway. I shouldn't be complaining, since things like that raise the value of developers willing to go through all of this in their spare time, but the change of philosophy still bugs me a lot. Google and Android used to be strongly community-oriented, and now the marketing is pulling it all away.
Should the goal really be to emulate a Chromecast or should the effort be geared toward supporting DIAL protocol?
I would think the latter is the better option because you could support whatever the hardware supports without the limitations imposed on us from CCast Hardware.
Maybe I'm wrong but I always looked at DIAL as an extension of UPnP and separate from the CCast itself and the Chromecast SDK as not much more than a kit to add DIAL support to Android (and iOS) not meant to build anything on the CCast side at all.
Other companies like Roku are planning some DIAL support and I doubt highly they will have a CCast ID and Certificate.
In the end I think we will get something similar to this functionality from a player app like VLC on PC and MAC, or perhaps in Chrome itself.
Cause I think (and I may be totally wrong here) that it isn't the Apps we use that checks the Whitelist and IDs it is the CCast itself that when invoked to load a player app to stream it also checks the whitelist and tests security before it plays.
SO if someone created a program for PC that made the PC announce itself as a DIAL capable device that when connected to loads the app into Chrome, I bet most of it would work.
Might not work with any of the DRM sites like Netflix and Hulu but for things like local content and unprotected streams I see no reason why it wouldn't.
In fact I bet the trouble some are having with Channels in Plex and others would go away because a PC Chrome instance would be able to play many more Transport types than a CCast can currently.
Asphyx said:
Should the goal really be to emulate a Chromecast or should the effort be geared toward supporting DIAL protocol?
I would think the latter is the better option because you could support whatever the hardware supports without the limitations imposed on us from CCast Hardware.
Maybe I'm wrong but I always looked at DIAL as an extension of UPnP and separate from the CCast itself and the Chromecast SDK as not much more than a kit to add DIAL support to Android (and iOS) not meant to build anything on the CCast side at all.
.......
Click to expand...
Click to collapse
I agree with you. I could actually care less about emulating the specifics of what's in the Chromecast hardware. What I do want is the ability for those unrestricted apps (ie not Netflix) to be able to use their Cast button to find, connect to, and use whatever the emulator is. The new CC SDK doesn't use DIAL to do the initial search any longer. It now uses mDNS. All of the previous apps (YouTube, Pandora, etc.) are still using the old API and DIAL discovery which appears to be backward compatible with the new Chromecast stick software. If you look at the debug logs of the stick, both the v1 and v2 APIs are accounted for. As for Roku, my guess (I haven't started digging in on what they're up to yet) is that they have an app that is using DIAL for discovering the Roku and then just acting as a remote control for all the box functions. Chromecast was a bit more unique since it could basically load up anything from the web as a receiver/playback client since the software is just basically a Chrome browser with some wrappers around it. That's what made it much more dynamic without having to load "channels" in the box within a custom framework like Roku does.
And Bhiga, as for economics on Google providing the software to other hardware makers, I think it it would actually be in their best interest. The Chromecast right now has to be either close to at cost for them or a loss leader. If they can get the Cast API to become a default standard on new consumer devices, that would help them take over that space. To me, that is such a better proposition for them than trying to get the complexities of something like GoogleTV into TVs.
Averix said:
And Bhiga, as for economics on Google providing the software to other hardware makers, I think it it would actually be in their best interest. The Chromecast right now has to be either close to at cost for them or a loss leader. If they can get the Cast API to become a default standard on new consumer devices, that would help them take over that space. To me, that is such a better proposition for them than trying to get the complexities of something like GoogleTV into TVs.
Click to expand...
Click to collapse
mDNS actually makes discovery a lot easier - mDNS = Bonjour = what Apple and TiVo use for discovery already.
I agree with you that adoption of the API and protocols is the goal. At this stage an Android emulator probably would help adoption, but my point was that a desktop emulator doesn't necessarily add to the rate. If someone starts looking to using a desktop because they think they don't need a Google Cast device, they'll likely runs across Plex and Miracast and may decide they don't need Google Cast at all.
bhiga said:
I agree with you that adoption of the API and protocols is the goal.
Click to expand...
Click to collapse
I wish Google agreed with us.
Averix said:
I wish Google agreed with us.
Click to expand...
Click to collapse
I bet anything there are some at Google who do agree with us but when your as BIG a company as Google is it takes forever to get everyone on board and thinking along the same lines enough to manifest it into an end product.
In the end what all if this really tells us is how much DLNA Consortium has failed to standardize Media Distribution by not going far enough and thinking of it from the end user ergonomic experience.
If this discovery and launch capability was more fleshed out in the DLNA specs we might not be talking about DIAL and mDNS right now.
At some point all these protocols (DLNA, UPnP, DIAL) should be merged into one standardized protocol that any platform can use.
Probably years away though...
Asphyx said:
If this discovery and launch capability was more fleshed out in the DLNA specs we might not be talking about DIAL and mDNS right now.
At some point all these protocols (DLNA, UPnP, DIAL) should be merged into one standardized protocol that any platform can use.
Probably years away though...
Click to expand...
Click to collapse
My concern is that unless Google is willing to push this as a standard rather than just apps for one dongle, it will only be a matter of time before the giant (un)friendly fruit company swoops in and AirPlay becomes the defacto standard that all TV makers, set top makers, and anyone else are forced to build in. It's not quite the same as how DLNA and UPnP have become sort of irrelevant, but it could pan out that way for the Google Cast API without more hardware devices having the capability built in. Time and market pressure will tell I guess.

Powerpoint presos

Was thinking about the possibility of using this in a corporate setting for powerpoint presos. Seems like a perfect fit but think Google will implement it? Could probably be done now if you could show a powerpoint in chrome (like with presenter view - dont think this option exists yet). Any thoughts? Seems like a slam dunk.
Could also be great with Koush's AirCast (once it's allowed again....and if it supported powerpoint....)
Dont see google implementing it themselves as its more built as a media device. but maybe when the sdk etc matures there will be a way for someone to develop something that does it. I would be interested in it as well.

Vbukit, Powerpoint, and Chromecast

Has anybody got this to work? I have tried, but I sure can't get it to work. I've got videos, audio, pictures, but not a powerpoint. Thanks.
I'm unsure what you are asking, but if you want to view a PowerPoint from your computer just use the CC extension and cast the entire screen. Walla, PowerPoint on CC.
MOLON LABE
Vbukit for Chromecast is like this -
http://www.youtube.com/watch?v=S8ByLPXHnP8
I'll give PowerPoint a try later today and post back.
primetime34 said:
Has anybody got this to work? I have tried, but I sure can't get it to work. I've got videos, audio, pictures, but not a powerpoint. Thanks.
Click to expand...
Click to collapse
Chromecast only scenario PPT file:
Requirements:
Android device and chromecast on the same Wireless LAN
Vbukit for Chromecast (Android app)
https://play.google.com/store/apps/details?id=com.creatingrevolutions.vbukitchromecast&hl=en
AND
Vbukit User (Android app)
https://play.google.com/store/apps/details?id=com.creatingrevolutions.virtualbucket&hl=en
Procedure:
1. Run Vbukit for Chromecast, connect it to your chromecast device.
2. Press Send To TV - it will automatically open Vbukit User.
3. Choose Send file>send Business>Send File>Pick desired PPT file from phone
4. Scan bacrode from screen
5. Wait as it takes ages to upload file
6. Vbukit User app crashes all the time(and it shouldn't), but i can see first slide on the screen
If this crapp crashes. Connect, disconnect and connect again Vbukit for Chromecast, otherwise Vbukit User will not work.
Vbukit.com makes me wonder if it's not smart and efficient data mining project.
You upload file and they can do whatever they want with it.
Privacy policy means nothing in evil NSA age and connection to the site is just in http.
Intelligence, corporate espionage, sensitive personal info...
I did exactly what the above post recommends, but it always fails on uploading the pptx file. I can upload other file types, but not a powerpoint.
Sent from my GT-N8013 using Tapatalk
PowerPoint Question
primetime34 said:
Has anybody got this to work? I have tried, but I sure can't get it to work. I've got videos, audio, pictures, but not a powerpoint. Thanks.
Click to expand...
Click to collapse
Primetime34, I can help you concerning this issues.
But first please answer these questions.
1. Are you using the Vbukit User Android or iPhone version of the app with Chromecast?
2. Are you accessing the PowerPoint file from Phone Storage, Google Drive, or Dropbox from within the Vbukit User app?
3. Is the file a ppt or a pptx?
If you can answer these questions, i will be able to address your issue. As well, we did notice a recently introduced bug when accessing PowerPoint in the Android version of the app using Dropbox. We are on that bug and will have it resolved in the next update due out in the next 24 to 48 hours.
Thank you and I look forward to your answers so I can address this issue.
I will let you know that we have tested PowerPoint using over two dozen Android phone models from Samsung, HTC, LG, Asus, and many more, as well as testing with iPhone 5 and iPhone 5s.
So far all those phones are able to do all the file types great and cast them to not only Chromecast but also to other Smart Phones, Computers, Tablets, and Smart TV's via Vbukit.com.
I await your reply.
primetime34 said:
I did exactly what the above post recommends, but it always fails on uploading the pptx file. I can upload other file types, but not a powerpoint.
Sent from my GT-N8013 using Tapatalk
Click to expand...
Click to collapse
Application is buggy and it's programmers fault. PERIOD
If you want to see it with your own eyes just look at the comments:
https://play.google.com/store/apps/details?id=com.creatingrevolutions.virtualbucket&hl=en
https://play.google.com/store/apps/details?id=com.creatingrevolutions.vbukitchromecast&hl=en
Privacy Question
mathorv said:
Chromecast only scenario PPT file:
Requirements:
Android device and chromecast on the same Wireless LAN
Vbukit for Chromecast (Android app)
AND
Vbukit User (Android app)
Procedure:
1. Run Vbukit for Chromecast, connect it to your chromecast device.
2. Press Send To TV - it will automatically open Vbukit User.
3. Choose Send file>send Business>Send File>Pick desired PPT file from phone
4. Scan bacrode from screen
5. Wait as it takes ages to upload file
6. Vbukit User app crashes all the time(and it shouldn't), but i can see first slide on the screen
If this crapp crashes. Connect, disconnect and connect again Vbukit for Chromecast, otherwise Vbukit User will not work.
Vbukit makes me wonder if it's not smart and efficient data mining project.
You upload file and they can do whatever they want with it.
Privacy policy means nothing in evil NSA age and connection to the site is just in http.
Intelligence, corporate espionage, sensitive personal info...
Click to expand...
Click to collapse
to answer your last question.
Vbukit is based on a technology we created called Virtual Bucket which is designed from the ground up to give you not only dramatic increase in security, but also total privacy and complete anonymity.
The system is completely blind to who or where the sender is, who or where the receiver is, and what you are sending.
I know its a new concept but we make sure you actually have real privacy.
So there is ZERO TRACKING, ZERO DATA COLLECTION, ZERO ADVERTISING!!!!
And we also don't charge you for using the system either.
That being said, to make a platform that allows this much privacy, security, and work with nearly every type of device and on nearly every OS is not an easy task.
we hope that clears up any concerns you might have and appreciate what we've built and that we are constantly improving the system which only recently fully came out for public use.
thank you from the Vbukit Team.
---------- Post added at 10:07 AM ---------- Previous post was at 10:03 AM ----------
We do not currently have pptx file type integrated.
We do offer ppt and you can also convert your powerpoint to pdf.
Both those should work perfect, but pptx we do not support right now.
Vbukit said:
We do not currently have pptx file type integrated.
We do offer ppt and you can also convert your powerpoint to pdf.
Both those should work perfect, but pptx we do not support right now.
Click to expand...
Click to collapse
Don't get me wrong man but
#1 just inform about formats supported on play store site and if app is not stable yet rebrand it to Vbukit BETA because user rating will reach rock bottom level and comments will stone app/brand to death.
#2 In app add filetype not supported prompt if someone select popular, but not supported format.
#3 It's also worth to mention other apps limitations like filesize limits
Edit:
Using HTTPS instead of HTTP would also be dramatic increase in security and anonymity you mentioned.
Also adding straight Privacy Policy would be nice. What you do to protect data, info about data retention.
Office 2010 formats (.docx, .pptx, .xlsx etc) are generally not well-supported by third party applications. I have trouble with them even in Salesforce.
The older Office 2007-compatible formats (.doc, .ppt, .xls, etc) work much better.
@Vbukit thanks for taking the time to reach out and clarify the issues here.
Pretty cool that you're not data mining, I admit that I wondered about that myself.
Answer
Chromecast's actual SDK libraries were released literally less than a week ago.
1. This is a public beta
2. This is a very complex platform that does many many things, and works on dozens of devices on multiple OS's
3. Unlike basically all others, we don't track you, advertise to you, or charge you.
So how about some positive support
---------- Post added at 12:03 PM ---------- Previous post was at 11:56 AM ----------
Thanks for the suggestion.
actually on chromecast it is running on HTTPS. Google mandates that.
the core system runs on HTTPS, but the front end hides that so that it can work on more devices.
we've found a good number of devices such as many smart tv's still don't like https, so we found a way to overcome that issue while still keeping the security.
but thank you for the suggestion, it is a good one and we're always open to other suggestions.
1. I am using the android version
2. From phone storage (I can't get anything to show up in the google drive on vbukit)
3. It is a pptx
Thanks!
Vbukit said:
Primetime34, I can help you concerning this issues.
But first please answer these questions.
1. Are you using the Vbukit User Android or iPhone version of the app with Chromecast?
2. Are you accessing the PowerPoint file from Phone Storage, Google Drive, or Dropbox from within the Vbukit User app?
3. Is the file a ppt or a pptx?
If you can answer these questions, i will be able to address your issue. As well, we did notice a recently introduced bug when accessing PowerPoint in the Android version of the app using Dropbox. We are on that bug and will have it resolved in the next update due out in the next 24 to 48 hours.
Thank you and I look forward to your answers so I can address this issue.
I will let you know that we have tested PowerPoint using over two dozen Android phone models from Samsung, HTC, LG, Asus, and many more, as well as testing with iPhone 5 and iPhone 5s.
So far all those phones are able to do all the file types great and cast them to not only Chromecast but also to other Smart Phones, Computers, Tablets, and Smart TV's via Vbukit.com.
I await your reply.
Click to expand...
Click to collapse
Solution
Great, this is very helpful.
Unfortunately, pptx is not handled well, so we do not support it.
What we do support currently support is ppt.
Additionally, you can save your pptx file as a pdf and we support that as well.
But unfortunately pptx right now we don't support.
As for Google Drive. If you don't see the file, Its because as stated, we don't support pptx.
I suggest you do a save as of your pptx and save it as either a ppt or pdf file format.
Then you should be good not only in seeing it in your Google Drive, but also in being able to cast it to the screen.
I hope this helps and i'll mark a note to inform you if in the future we offer pptx, which is on our road map.
Let me know if you need anything else and don't forget to comment and rate us positively.
Apps name before my suggestion:
Vbukit for Chromecast - Android Apps on Google Play and after Vbukit Chromecast Public Beta - Android Apps on Google Play
Vbukit User - Android Apps on Google Play and after Vbukit User (Public Beta)
@ https you're right, things are loaded from amazons cloud.
What meant and didn't say - in web browsers www.vbukit.com starts HTTP session not HTTPS so MITM is theoretically possible. Partial encryption will always be partial.
Good Idea
Oh, I get what you are saying now.
Thank you, that's helpful. I'll speak with my team and look to implement it.
Please let us know if you come up with other good ideas and have a great rest of the week.
Vbukit said:
Great, this is very helpful.
Unfortunately, pptx is not handled well, so we do not support it.
What we do support currently support is ppt.
Additionally, you can save your pptx file as a pdf and we support that as well.
But unfortunately pptx right now we don't support.
As for Google Drive. If you don't see the file, Its because as stated, we don't support pptx.
I suggest you do a save as of your pptx and save it as either a ppt or pdf file format.
Then you should be good not only in seeing it in your Google Drive, but also in being able to cast it to the screen.
I hope this helps and i'll mark a note to inform you if in the future we offer pptx, which is on our road map.
Let me know if you need anything else and don't forget to comment and rate us positively.
Click to expand...
Click to collapse
Just tried it with a ppt file and it still won't upload. It just says (after about 60 seconds of "Preparing Upload") "Can't upload file". I can upload other file types, but a ppt file just won't upload. Any other suggestions? Thanks.
We see the bug now, and are attacking it as we speak
Ok, we now see what you mean.
In the past week, we had a massive increase in the number of users and it has now revealed an instability specific to only android, in dealing with office files.
We are putting the whole team on this and will have a solution very soon, I promise. Its good you pointed this out, because oddly enough, you were the only one who said something.
having community members like you make things possible, so thank you for informing us.
So at this point i have two positive pieces of news for you.
1. If you convert your pptx to a pdf, you will be absolutely fine. That will work, i tested it myself. Its only the microsoft office files this bug causes problems with. So convert your pptx to pdf and you'll be set.
2. Because you've been so helpful and nice about this issue, unlike some internet trolls, i've stepped up work on not just solving the ppt problem, but also because of you, i've accelerated work to get pptx.
So for now, use PDF, and hopefully in a few days, you'll be able to use PPT and a very good chance we'll have PPTX.
Thanks again, and expect the fix in the next update.
have a great weekend.
Thanks for the quick response. I'll use the pdf alternative for now and hope to see the ppt/pptx support working on android soon. This is such a great app that I can think of so many different uses! Thanks again!
Vbukit said:
Ok, we now see what you mean.
In the past week, we had a massive increase in the number of users and it has now revealed an instability specific to only android, in dealing with office files.
We are putting the whole team on this and will have a solution very soon, I promise. Its good you pointed this out, because oddly enough, you were the only one who said something.
having community members like you make things possible, so thank you for informing us.
So at this point i have two positive pieces of news for you.
1. If you convert your pptx to a pdf, you will be absolutely fine. That will work, i tested it myself. Its only the microsoft office files this bug causes problems with. So convert your pptx to pdf and you'll be set.
2. Because you've been so helpful and nice about this issue, unlike some internet trolls, i've stepped up work on not just solving the ppt problem, but also because of you, i've accelerated work to get pptx.
So for now, use PDF, and hopefully in a few days, you'll be able to use PPT and a very good chance we'll have PPTX.
Thanks again, and expect the fix in the next update.
have a great weekend.
Click to expand...
Click to collapse
PPTX
Well, we've worked hard to get a fast, stable, smart system to implement pptx and and its now released in todays latest update in the android market
so you can now use your PPTX files.
and i'll tell you, it was not easy to do.
enjoy

I need working ssh client

Hi
My phone lumia 930 so windows 8.1
I have seen on US market is Putty, unfortunately cannot download it because stay in uk
I tried to change region for US in phone but doesn't work
Anyone have idea how to install apps from other country app store or know working ssh client which will connect with my qnap nas server?
There's lots of WP SSH clients. I haven't tested them all on 8.1, but they should work. Have you considered just checking the store for "ssh"?
The one I use is called "The SSH Client". The free version works quite well, although there's a paid version with more features.
Yeah, there is few of them and some working but in lan only.
If I'm trying get connected from outside my lan will revive only : This port is not supported by ssh.
Port is properly redirected but different as standard.
Any way it shouldn't be a problem I have putty on my windows rt and connecting without any problems.
wojtas29 said:
Yeah, there is few of them and some working but in lan only.
If I'm trying get connected from outside my lan will revive only : This port is not supported by ssh.
Port is properly redirected but different as standard.
Any way it shouldn't be a problem I have putty on my windows rt and connecting without any problems.
Click to expand...
Click to collapse
Well if you're familiar with SSH then you must of heard about PUTTY , so i'm happy to inform you that there is a working WP8 version of PUTTY, for now it's in closed beta, but you can be part of it, just be sure to drop the developer an email( the default MS account on the device ) for beta access at [email protected]
Can confirm eventhou it's still in beta it's working like a charm.
PROOF : PUTTY
Any decent SSH client, including the one I recommended, supports custom ports... but hey, that PuTTY looks pretty good too!
GoodDayToDie said:
Any decent SSH client, including the one I recommended, supports custom ports... but hey, that PuTTY looks pretty good too!
Click to expand...
Click to collapse
Well it's more than an ssh client, it supports also raw, telnet and rlogin connection types.
VSparxx said:
Well it's more than an ssh client, it supports also raw, telnet and rlogin connection types.
Click to expand...
Click to collapse
Indeed it is. I'm the developer behind the PuTTY port, glad to see it getting some love. Tunnelling is supported in the latest version but still has a few bugs to iron out and I am also working on support for serial over bluetooth too
noggin182 said:
Indeed it is. I'm the developer behind the PuTTY port, glad to see it getting some love. Tunnelling is supported in the latest version but still has a few bugs to iron out and I am also working on support for serial over bluetooth too
Click to expand...
Click to collapse
Hi...great to see some input from the dev., I'm an system admin and rely heavily on your app. so thank you for bringing this awesome tool to WP.
Also maybe it's time to make the app public, as I don't have any problems with it, so general everyone should be fine with it.
Many thanks again.
VSparxx said:
Also maybe it's time to make the app public, as I don't have any problems with it, so general everyone should be fine with it.
Click to expand...
Click to collapse
Yup, there are a few things that need sorting out. For some people it occasionally crashes when they connect and it's related to loading the sound files used for the system beep and the keyboard clicks. I've not been able to get to the bottom of that yet but the next minor update has some improved crash reporting which should help.
There is also a few people experiencing some problems whilst tunnelling.
I can't reproduce either of this bugs though in the emulator or any of my phones. Once they're sorted though I should be taking it public
noggin182 said:
Yup, there are a few things that need sorting out. For some people it occasionally crashes when they connect and it's related to loading the sound files used for the system beep and the keyboard clicks. I've not been able to get to the bottom of that yet but the next minor update has some improved crash reporting which should help.
There is also a few people experiencing some problems whilst tunnelling.
I can't reproduce either of this bugs though in the emulator or any of my phones. Once they're sorted though I should be taking it public
Click to expand...
Click to collapse
Neither of those affected me, maybe poor net signal is the culprit of tunnelling errors.
Can I really view internal system files using SHSH client on WP? I own Lumia 920.
No, you would need an SSH *server* for that. I don't have one of those (although it should be possible to write or port one), but an FTP / Telnet server is pretty easy.
Alternatively, you can use the Webserver app in my signature.
Note that in either case, this will let you browse only small parts of the file system (the Windows directory and the application's own directories). The AllCapabilities version of the webserver has more access (it can see other apps, your documents and media folders, OEM folders, and the entire SD card), but is still restricted. You need capability-unlock (usually means a Samsung phone) to install the AppCaps version of the app.

Categories

Resources