Android :: Implementing DLNA / UPnP (Win7 Play To) On Mobile Device

Nov 5, 2009

For a semester project, I had the idea to implement Windows 7's Play to infrastructure to either use a phone as the end point (the player) or to stream stuff from the phone to a Windows 7 machine. Does anybody have experience working with this API? Is this do able over a couple of weeks (prototype, just proof of concept, not end-user ready) or is it too much for a project of this scope? Note: I'm not looking for code samples, just an assessment of the feasibility of this project. If you have any documentation from MS or otherwise that would be awesome although not the crux of the question.

I discovered that the Windows 7 Play-to functionality is based on DLNA and any device supporting DLNA (I think) can be used as a destination for the Play-To context menu. However, I'm having a really difficult time finding any sort of documentation on DLNA. I'm wondering if you need to be a member of the DNLA to actually get access to the spec? Alternatively, I know DLNA is built on UPnP, it wouldn't exactly do what I want, but it would be a step in the right direction, so, to revise my question does anybody know of any open-source C/C++ or Java (preferable) libraries that would help me implement UPnP or DLNA?

Android :: Implementing DLNA / UPnP (Win7 Play To) on mobile device


General :: PowerPoint Presenter UPNP / DLNA

Mar 27, 2012

I need something along the lines of ipad's keynote + airplay so that powerpoint presentations with notes can be stored and displayed via upnp/dlna from my tablet on our presentation screen...I don't always have time to load the powerpoints to the PC and make the small format changes that always seem to be required when you copy a ppt file to another computer and since the pc has both xbmc and windows media center and the screen has a apple TV something should be doable. If this already exist..I have been wearing out search xda and Google. I need to see thumbnails of my slides and see my notes on the tablet and wireless display my slides on the screen.

View 4 Replies View Related

General :: Streaming Google Play Cloud Music To DLNA Device

Apr 11, 2013

I have an HTC One running Android 4.1.2 and I want to listen to Google Play over my Yamaha DLNA receiver.

I've already tried some apps, and BubbleUPnP promises to have this feature, but it just won't play songs from the cloud.
Is there any chance to install a system-wide service that routes all the sounds of the device to the DLNA receiver? On an iPhone that works via AirPlay, there must be something like that for Android too, right?

View 4 Replies View Related

General :: Can Play Video On Android Mobile Device And Share It On Tablet

Mar 13, 2014

I do not know if it is possible to share between android devices music and video to stream audio (music) or video among to devices at the same time.

For example: I am in a train and I have a movie in my android phone and I want to see it but also share it with my friend on his tablet. I would like to see it in both devices at the same time. Is this possible? Do I need to download an app for this, to sync the reproduction of the video or music?

Can I use Wi-Fi direct or use a Bluetooth connection?

Can it be this made only between android devices or can it be a mix of Os such: android to iOs (apple)?

View 1 Replies View Related

General :: Google Play Movie Rentals Over DLNA?

Feb 11, 2013

If I rent a movie from Google Play on my Note, can I watch it on my LG LM6700 via DLNA. My TV is DLNA capable, as is my Samsung Blu-Ray player if my Samsung Phone will play nicer with my Samsung Blu-Ray player. I've got an Xbox 360 and a Roku 2 XS as well if either of those are better suited to the task.

View 1 Replies View Related

Motorola Droid X :: Play Videos On Phone From DLNA Server?

Jul 16, 2010

Anyone figured out what the magical combination is to make videos actually play on the phone from a DLNA server? I have tried Tversity and a few others changing all the settings around to find a combination that would work. Most of the settings I tried should have worked based on the formats supported on the X matching the transcode settings I had on Tversity but no luck.

View 8 Replies View Related

Samsung Epic 4G :: DLNA With PS3 / Instructions For Registering Device?

Sep 1, 2010

I can't figure this out. First thing I did was open allshare. I selected "play media from phone on another device." It couldn't find any devices. I then checked out my PS3. I tried going to the remote play settings to register my device. It gives me a number to input during device registration but this is where I get stuck. I don't know where to go from here. Allshare doesn't have an option to "register a device." How to do this: DLNA works with a PS3.

View 4 Replies View Related

General :: Using Sony Weather Widget And DLNA App On CM10.1 Device?

Jan 30, 2013

Is it possible to have the sony`s weather widget and dlna app working in my cm10.1 device?? how?

View 6 Replies View Related

Motorola Droid :: TwonkyServer Mobile Serves Phone's Pics - Videos & Music To DLNA Clients

Jan 7, 2010

This app is sooo cool! My Droid is now a DLNA Server. I am streaming my Droid's music, pics and video to my home network's DLNA Clients: PS3, PCs, and WD TV Live. TwonkyMedia Goes Mobile with Android Launch at CES:

TwonkyMedia Goes Mobile with Android Launch at CES | Business Wire

I downloaded and installed from the Android Market. When you first start the app, it scans your phone for media. I turned on my Droid's Wifi. The TwonkyServer Mobile was immediately visible to any DLNA or UPnP client. It took 2 minutes. No setup was involved. The UI looks pretty cool too.

View 6 Replies View Related

Android :: How To Get Mobile Number Only In Mobile Device

Feb 5, 2010

this android aplication get mobile number to get the device only

View 2 Replies View Related

Android :: UPnP C Library

Aug 3, 2010

I'm trying to use UPnP for service discovery,i need a C library which implements this.Has anybody done this earlier.Share the link.

View 5 Replies View Related

Android :: Want To Write A Little UPnP - Discover Application In Phone?

Feb 7, 2010

I am very new to android. The Eclipse and the Emulator is running and I have bought an device already. I want to write a little UPnP- Discover-Application first. I used CyberLinkForJava under Java some years ago. I read on this list (2010/1/29) that this framework can be used under android too. Like mentioned in the post from skonno I downloaded the code via svn from sourceforge and copied the trunk/cyberlink/upnp-stack/src/main/ java section into the source folder of my android project. Then I`d got errors in XercesParse.java and kXML2Parser.java. If I delete this classes it runs without errors. But the code from the cyberlink documentation. Code...

View 4 Replies View Related

Android : Emulator Error After Upgrade To Win7

Dec 9, 2009

After reinstalling Eclipse and the Android development components I am getting the following error upon running the emulator on a virtual device:

qemu: fatal: exponent 255 too big

CODE:............

I suspect that some configuration file in the project is hosed but cannot figure out which.

View 4 Replies View Related

Play Video File On Android Device But Getting Error - Cannot Play Video

Aug 7, 2011

Im using Eclipse created new android project.First thing i added to the menifest xml file two lines:

Code:
uses-permissionandroid:name="android.permission.INTERNET"></uses-permission>
<uses-permissionandroid:name="android.permission.STORAGE"></uses-permission>

And this is the complete menifest file code:

Code:
xmlversion="1.0"encoding="utf-8"?>
manifestxmlns:android="http://schemas.android.com/apk/res/android"
package="com.AllFormatsVideoPlay"
android:versionCode="1"
android:versionName="1.0">
[code]....

Now i tried to play a video file .3gp from the internet youtube link via my android device ! not emulator. And it worked! But when i tried to play a video file .3gp or .mp4( i converted the mp4 from 3gp ) its not working. Im getting error "Cannot play video Sorry, this video cannot be played"

Tried to play with the link to my device wich is: I:DCIM100MEDIAVIDEO0030.3gp or .mp4 or tried this: I:/DCIM/100MEDIA/VIDEO0030.3gp with "" like: "I:/DCIM/100MEDIA/VIDEO0030.3gp ";

I tried to remove the I: but it didn't change anything.This is the main code im using to play the video files on my device. And there some lines i marked with // wich i used to play from the internet and im not using now.

Code:
com.AllFormatsVideoPlay;
import
android.app.Activity;
import
android.graphics.PixelFormat;
import
[code]....

View 7 Replies View Related

Android :: Emulator Fails To Start When Using Scale (Win7 X64)

Jul 23, 2010

Windows 7 x64
Eclipse Helios x64
JDK x64
Android SDK r06

When I try to start an emulator from Eclipse (Android SDK setup application) with the scale parameter it just fails. Second Command Prompt screen (which I think is actually a Java app) shows some exception but it closes itself right after. This is very annoying because without the scale, WVGA emulator does not fit on my laptop's screen. Any idea how to fix this? And when I try to start an emulator from Command Prompt with the scale, it works.

View 1 Replies View Related

General :: Porting Xbox Companion App From Win7 To Android?

Jan 5, 2012

i heard of an app for windows7 phones called "Xbox Companion app => [URL] which is able to control the xbox remote with your phone.

Could that be ported to android? Or is there a port?

View 7 Replies View Related

Android :: Use Mobile Device CPU Or Server CPU

Mar 20, 2010

I am planning to design and write an application which displays all possible restaurants/malls etc around the mobile device.For this, do I send the GPS info to the server and let server do the processing and return the list of all possible restaurants/malls or let the mobile device itself process, find and list that. Please advise. I don't want the mobile device to get any slower.

View 4 Replies View Related

Android :: High End Device For T-Mobile

Jul 12, 2010

As most of you guys know, T-Mobile USA uses AWS 3g and that makes most GSM androids useless on the tmo network.

Im currently using a mytouch 3g slide, and although its nice, i feel like im missing out on the higher end devices on other networks, such as the DROID on Vz.

Im new to this android game, and comming from a blackberry, i absolutely need a hardware keyboard.

Im wondering if you guys know of any other devices with a hardware keyboard that will work on Tmobile?

My req are
1) qwerty
2) tmo 3g
3) higher res screen
4) faster processor

View 8 Replies View Related

Error - Target Must Be Selected To Create AVD / Win7

Oct 5, 2011

I am having trouble with getting the Android SDK to work with Windows 7. I keep getting the error message in the title. The program files are in the folder C:Program Files (x86)Androidandroid-sdk-windows I am not sure what path this needs to be in.

View 2 Replies View Related

Android :: Making UPNP Protocol Work For Android

Sep 22, 2009

Making UPNP (Universal Plug and Play) Protocol work for Android.

View 3 Replies View Related

Android :: Approach To Program A Mobile Website For Any Device

May 6, 2010

My wish is to know how I can program a mobile website, that fit to all mobile phones.

Are there any special approaches to recognize a device and render the code according to it?

Which tools and coding languages are required?

My first thought was to hold the website in XML, which would be parsed depending on the device.

You have to consider old phones, even devices with only wap support.

For example: The mobile website has to recognize Nokia N75 and render/send the code that looks optimal for this device. Same thing with an iPhone or a Motorola Razr.

View 6 Replies View Related

Android :: Programmatic Screen Capture On Mobile Device

Aug 27, 2010

I would like to implement some sort of remote assistance tool (like vnc) for Android. Is there the possibility to capture a screen programmatically on the device?

View 3 Replies View Related

Android :: Pass An Application From Computer To Mobile Device?

Oct 6, 2010

I've already developed some basic application successfully that I tested on Android SDK. I want to know what are the files or file that I have to export to the mobile device(sony xperia x10 mini android) , what extension, how to install, etc etc. I want to check the application in he mobile device. I've been reading the developer manual but I don't find exactly what I'm looking for.

View 3 Replies View Related

Android :: Various Options To Parse A XML In Droid Mobile Device?

Oct 27, 2010

I have a huge set of xmls(2000 files each having 500 lines) to be parsed in Android for fetching the information from it. All the files will be present in the device. I had this to be done in iPhone and i accomplished it by converting all the XMLs to PLIST files. The PLIST processing in a iOS was faster than parsing a XML in iphone. Similarly for android is there any options available? or What are the best way to parse those XMLs in android as i feel the same problem we had in iphone(performance incurred in parsing) will be here also?

View 2 Replies View Related

Android : How To Get Bitmap Uri In Droid Mobile Device Using Java?

Feb 18, 2010

I am implemented this code image upload device only how can retrieve bitmap uri..

View 1 Replies View Related

HTC Incredible :: Win7 Installation Files Available For Froyo - Factory Reset?

Sep 20, 2010

As advised by the experts, I did a factory reset when my phone went wacky on me. I didn't actually have Froyo installed when this happened, but as soon as I did the reset, I received a system prompt concerning the available upgrade and took it. My phone works better now, but but battery performance is about the same.

I have also been advised that battery performance (as in better than ever), among other things works best with a clean install, not the upgrade. Since I did a factory reset before taking the upgrade, I wonder if this is equivalent to a clean install, or if the clean install would still be worth my effort. If it's the latter, there is only one resource for clean install files which I have been referred to, which cannot help me because I don't have an XP machine available (I did try it on Windows 7). If a clean install is, in any case, the best option, are there any Win7 installation files available for Froyo?

View 2 Replies View Related

Android :: Why I Cannot Play Ringtone In Real Device?

Sep 3, 2009

In the emulator 1.5, my app can get and play the contacts ringtone. but after the app installed in the real G2, the app can not play the contacts ringtone, and it does not throw any error. in the G2, I have already the contacts ringtone. Does anybody encounter this before?

View 5 Replies View Related

Android :: Mobile Device That An HTML Input Field Numeric Only?

Aug 31, 2010

I've been doing some usability testing on a website I'm developing, using an Android phone and an iPod touch. In both cases, when entering a numeric field (time, distance in metres, etc) I have to take a manual step to change the keyboard layout to show digits. As the app will only accept numeric values in the text box, I'd like to save the user the inconvenience and tell the device "switch to the number pad for this input".

View 1 Replies View Related

Android :: Protocol To Secure A Connection Between A Mobile Device / A Web Service?

Jun 30, 2009

I'm looking for a protocol to secure a connection between a mobile device and a web service. I want to ensure that only the mobile device can perform actions on the web service and vice versa. Data doesn't need to be encrypted. I know Oauth, but it seems that it's more used to secure connections when you got 3 different entities (Server, Consumer and Auth). Here, the Consumer and the User would be the same person. Is there a simple protocol to do that (without requiring the user to login and then authorize the access token like it is the case for Oauth)? I need to use it on different plateforms, so the protocol needs to be available at least on iPhone and PHP.

View 3 Replies View Related

Android :: Enabling Drag And Drop On A Touchscreen Mobile Device

Jan 9, 2010

I just recently got an android phone and found that the drag and drop on my site doesn't work! I understand why it wouldn't, but has anyone found a solution to this? I'm using JQuery to implement the D & D...

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved