General :: AllShare Cast On Non-Samsung Devices
Jul 12, 2013
I have a Note 10.1 and Note 8 both with AllShare Cast, I have a few other Android devices like an original Note an Tab 2, how to successfully use AllShare Cast on a device that doesn't have it installed in a shipping device. It's it as easy as copying an .apk file? Or is there some hardware feature required to run the app?
GT-N7000
View 7 Replies
May 28, 2013
Note 10.1 (N8020).
Allshare video playback from other devices over wifi just stopped working. It was totally fine and I have absolutely no idea what happened. It still plays music and shows photos and all the files stored on external devices. The only problem is that it won't play video. It plays video stored locally or on sd card just fine, but when I want to play anything from my note 2 (n7105) or my pc's allshare app, video player shows error message: "Cannot play video. This video cannot be played".
It plays the same files just fine, when I copy them to the device, so I think it might be the case of some transcoding error. It is not a case of network settings - I've checked on 4 different wifi networks and it's the same everywhere. My note 2 works just fine on any wifi and plays all video from tablet or pc. Here is what I tried so far, with no results:
1. Restoring to factory defaults,
2. Wiping cache and dalvik cache,
3. Flashing fresh stock rom,
4. Erasing all allshare apps and video player data
N8020 & N7105 (JB 4.1.2 rooted + stock)
View 1 Replies
View Related
Jul 20, 2010
I can seem to get my captivate and ps3 to communicate. Allshare doesn't see ps3 as a playback device..
View 8 Replies
View Related
Oct 20, 2010
I have a weak signal at work and often like to watch Vcast (Bones, Vampire Diaries, Family Guy and some others) but due to the limited reception I often get choppy video/audio. There is no link in the menu button to adjust the total seconds of buffering. Is there a back door way to increase the buffer amount to help get better playback of Vcast?
View 1 Replies
View Related
Sep 1, 2013
i was looking for an app to cast from pc to my android device. (all i found is to cast from android to pc)
View 3 Replies
View Related
Oct 2, 2013
Can I have two separate google play accounts for two different devices & keep one gmail account for both devices?
View 6 Replies
View Related
May 14, 2014
How To Transfer TEXT MESSAGES from WP8.1 devices to Android Devices ??And also the contacts!!
View 2 Replies
View Related
Jun 13, 2014
I've looked everywhere and tried every method I've come across including, reinstalling kies, removing upperfilters in regedit, updating wmp, reinstalling drivers. Nothing seems to work.
When I try to reinstall the samsung drivers it comes up with access denied. I've got a galaxy s4 mini and tab 2. Same thing happens to both.
View 2 Replies
View Related
Jan 19, 2014
Is their is a way so i can sign a flashable .zip file so i can flash it on stock non rooted samsung device ? When I try any flashable zip i get " E: signature verification failed".
View 1 Replies
View Related
Jul 19, 2010
Has anyone tried using Samsung Allshare on the Captivate? I've read some about it and it seems like airvideo on the iphone. Sounds like it allows you to play media files stored on your PC, with your phone.
View 29 Replies
View Related
Jun 21, 2012
However, Android screen cast is a cross-phone program.Android screen cast is a java program that allows you to connect to your Android phone through an USB connection. I think you need ADB and root access for this.
I am searching for something like this that also supports German charakters like umlaute.
View 1 Replies
View Related
Mar 23, 2011
Ok so I looked around and didn't see much on this but I'm getting this problem with my code
Code:
public class ListView extends Activity {
String [] test=new String[100];
ListView list;
[Code]...
The problem is this line right here
list=(ListView)findViewById(R.id.listView1);
which gives me a Cannot cast from View to ListView and I checked the xml file and it is a ListView so I don't know what the deal is.
View 3 Replies
View Related
May 21, 2010
@everyone: repost this on every blog, every forum and tweet it to Samsung (@SamsungMobileUS, @Samsungtweets, @SamsungService), TMobile (@TMobile_USA) and retweet it for your followers.Proof of Samsung's Promises made about the Behold 2 regarding Android 2.0: (click on the link to download the complete video so it can't be hidden again)4shared.com - online file sharing and storage - download full.flv
View 49 Replies
View Related
Aug 6, 2010
How i can use broad cast receiver in android,Please give me example or a reference to follow.
View 1 Replies
View Related
Oct 4, 2010
is there a good way to do screen cast on android? what do you guys use to replace the cursor? i'm looking for a simfinger alternative. is there something for android?
View 3 Replies
View Related
Dec 5, 2009
I've read in reviews that you cannot use V-Cast on the Eris. Does anyone know if the OS update will enable this feature?
View 10 Replies
View Related
Apr 5, 2010
I'm trying to draw an image downloaded from the web but keep getting the error "Cannot cast from Bitmap to byte[]". Here's the code...
View 7 Replies
View Related
Sep 12, 2010
I have a soft keyboard (screen, UI) in form/type/class of Bitmap. I would like to use/benefit from all functionality of 'Soft Keyboard' sample code on Android Developers/Resources/Sample Code. So it seems, I need to convert/cast my Bitmap type keyboard to "Keyboard" class of Android. How can I do this?
View 3 Replies
View Related
Nov 22, 2010
I rooted my phone with Unrevoked Forever and installed the Virtuous 2.2 ROM a while ago, anyway, I'm getting a notification about a system Update that wants to install Verizon Bloatware on my phone, so I was gonna install it then promptly delete the apps just to get rid of the notifications, but when I go to install, it counts down from 10 to restart, then does nothing. So the notifications keep coming up, no matter how many times I try it.
View 4 Replies
View Related
Jul 17, 2010
When I connect my Droid X to my PC, the V Cast Media Manager web page opens up in IE. How can I prevent this?
View 3 Replies
View Related
Oct 15, 2010
CODE:............................
View 3 Replies
View Related
May 19, 2010
So I went to the Verizon site to check the LOST exclusives and saw the droid sporting the V-cast logo and saying we can get a free month trial. SO I go to the v-cast video page and click on compatible phones and there it is the droid and all blackberries and the ERIS. SO can anyone tell me how to download it?
View 3 Replies
View Related
Aug 21, 2010
Was wondering is some was able to give the pros/cons/differences between WeatherBug and My-Cast weather?
View 15 Replies
View Related
Jul 23, 2010
I get this exception when I try to inflate
07-22 19:15:39.903: ERROR/AndroidRuntime(3810): Caused by: java.lang.ClassCastException: android.widget.RelativeLayout
I have a base class:
public class UIBase extends RelativeLayout {}
And a more specific class:
public class Countdown extends UIBase {}
Then I try to inflate and it exceptions:
UIBase newView = (UIBase) inflater.inflate(layoutId, parent, true);
Here's the XML file:
CODE:..................
View 1 Replies
View Related
Jul 28, 2010
Just got my X today and want to know how I can stop Verizon V Cast from popping up I plug in the phone... I don't want to install it ( and cant x64 Win7 ).
View 2 Replies
View Related
Dec 4, 2009
We acquired a Samsung Moment today, and find that it's 3D performance is very poor compared to the HTC and Motorola devices. I've tried all the tricks I know (color depths, rendering options), but can't get much out of it. Rotating a single textured quad is jerky. I understand that the Galaxy was missing a software component, and that once a surrogate was added, the 3D performance was acceptable. Does anybody have the real low-down on this issue? Specifically: * Do others also find the Moment to be a poor 3D performer? * Is there any word about Samsung fixing this? * Am I missing something obvious?
View 6 Replies
View Related
Mar 12, 2014
My app got rejected from Samsung's app store because it didn't pause on "Hold mode". Familiar with Samsung devices know what this is? Is this a programmatically implemented feature or some special hardware event I have to capture?
View 1 Replies
View Related
Oct 1, 2010
Galaxy S f/w 2.1. It doesn't find either of my bluetooth devices - headset and handsfree. My old phone worked fine on both of them.
I enable Bluetooth. The icon goes nice and green. The blue squiggly thing appears in the top bar.
I activate my VisorBlade hands-free device. It beeps and the right lights come on. But no glimmer of recognition from the Galaxy. I go to Settings > Wireless and Network > Bluetooth > Scan Devices. Nothing found.
I switch on my Plantronics Voyager 520 and it beeps and the right lights come on. Phone remains nonchalently aloof. Scan for devices. Nothing doing.
But. My PC finds the phone when I do the Make Device Visible thing.
View 2 Replies
View Related
Nov 19, 2009
I had no luck with connecting to my Galaxy using adb under Linux. Has anyone manage to do that? There is an unresolved issue (issue 4635) on code.google.com, which states that adb won't connect to non-HTC devices under Linux (?). From my experience, that is certainly true for Galaxy. Please tell me that I'm wrong. Debugging is on, and lsusb outputs.
View 8 Replies
View Related
Aug 1, 2009
is copilot only for htc devices or can be installed also in galaxy?? i'm gonig to buy tomorrow my galaxy and dropping omnia i900 but a need navigation what would you suggest?
View 5 Replies
View Related