HTC Desire :: Cannot View Facebook Video From Phone / View It?
May 22, 2010I cannot view facebook video from my Desir.
View 1 RepliesI cannot view facebook video from my Desir.
View 1 RepliesI'm signed into FB on my Desire using Friendstream, not the FB program.Every time the phone does an automatic sync, or I do it manually, the FB contacts are unselected from view and I have to add them again.
View 4 Replies View RelatedJust wondering is their anyway to view my contacts on my hotmail account I've setup on my Desire? I can't seem to find them. Also with a few other HTC phones you can link up your contacts individually to their facebook. With the Desire I've found it just seems to want to add everyone to my contacts. Is there anyway to individually link them?
View 2 Replies View RelatedI am trying to set up a ViewFlipper that changes a SlidingDrawers content each time a button is pressed. So far every view I set up worked fine, but now I am trying to create a ListView (including single_choice_mode) within a child view of the ViewFlipper, but my attempt only let to a NullPointerException. As I only discovered ViewFlipper today, I am not yet familiar with it and may not have understood it completely. if someone could give me a hand and help me find out what I have done wrong, that would be great. Here is what I have done:
The code for the onClick event of the ImageButtons:
public void onClick(View v){
if (v == btnExposure){
mFlipper.setDisplayedChild(0); }
else if (v == btnProperties){
mFlipper.setDisplayedChild(1);}
else if (v == btnSpecialEffects){
mFlipper.setDisplayedChild(2);.............
Does anybody know of another website other than youtube that allows you to watch videos on the droid?
View 1 Replies View RelatedNew Member here! Simple question.
How do I view video sent to my phone, from an Iphone?
Anyone know how to view a video taken with an iphone and emailed to me to watch on droid?
View 1 Replies View RelatedIs there a media player that will allow you to view video clips from the Iphone on the Eris? My son has the Iphone . He can view my videos sent by email but I cannot view his sent to me.
View 13 Replies View RelatedI've only had my EVO for 4 days now but I can't open any videos sent to me via messaging. My husband has an Instict and sent me a 20 second video of our daughter and when I tried to open it, I got a photo that said "Video too large to view on this device". The video is not that large so I'm not sure what's up.Is there anyone else that is having this problem? Does anyone know how to fix it? We send videos of our kids all the time and I hate to think that I can't do that with a "state of the art" phone.
View 12 Replies View RelatedI have a desire. mms settings seems to work fine, seeing that I can receive mms from any phone. Problem is, I can't view any mms I receive from an iphone. Error: "unsupported media type"
View 2 Replies View RelatedAnyone know how to disable the sms threaded/conversation view on the desire?
I have found an app called smstray that come close to doing what i need but its not perfect.
I know there are already alot of apps to protect the phones and its contents BUT is there anything stopping a thief from simply taking out the sdcard and putting it in another phone or reader to view and access the contents of the sdcard? If you plan on storing personal info on the card, whether it'd be photos / files etc It would be really good to know that even if the sdcard is taken they still cannot access the info. I would've thought this is a pretty common request. something like trycrypt or storage crypt for the microsd card would be really good.
View 6 Replies View RelatedI try to view photos using the Facebook App, it redirects me to Facebook's mobile site using the internet browser ... is that what it is supposed to do? Facebook for Android does not support picture viewing? I have to say this Facebook app is very weak compared to the iPhone's.
View 1 Replies View RelatedSo I've been loving my droid, but all of a sudden the facebook app is acting strangely. Everytime I try to view someone's profile all it does is show me their info. Usually there is a tab for their wall, info, and photos. The app itself is useless to me because I can't comment on anyone's wall or look at pictures.
View 7 Replies View RelatedWhy is that when ever i tried to view a pic or see a video on my hero i get f! And what is that mean?
View 3 Replies View RelatedMy first Smart phone, and was wondering if anyone else has come across a problem I'm having. It came installed with the youtube app however when i go to the youtube website on the web I cant view the video, but I can view it through the app. It also does this on other sites as well (and no it's not porn sites)....lol. Can anyone point me in the right direction in getting this fixed.on the video's it says something to do with java
View 18 Replies View RelatedI have a HTC velocity 4g running on ICS 4.0.3, rooted. Unfortunately, when i tried to view my recorded videos in gallery, it keeps on crashing saying "Unfortunately, view video has stopped". but i can record and take pictures with no issues, and also i discovered the stock music player also crashes, also saying " Unfortunately Music has stopped", I just bought this phone from a pawnshop. I tried hard resetting the phone 3 times but still the error appears, and also when i bought this phone it is already rooted.
View 1 Replies View RelatedI want to build my own custom view which should look like the Crysis-GUI.At first I designed a XML-based Layout and made it visible via the setContentView(int resid)-Method. Worked pretty well.But now I wan't to go a step further and draw in my Layout. So I created a new Class, let it extend View and overrode the onDraw()-Method. So far so good.But how can I still use my XML-Layout? I can't do setContentView anymore, so how could the same effect be achieved?
View 1 Replies View RelatedI have a problem with my DDMS in eclipse. In the logcat view appears only this failure: Logcat View fails with "Could not create the view: For input string: "our" "
I uninstalled and reinstalled the adt and ddms already without any change. I can use the logcat in the command line (tools- adt logcat) but this is not as comfortable as using the logcat in eclipse.
More details of this failure message are:
CODE:...............
So my layout looks basically like this:
<ScrollView>
<RelativeLayout>
<BunchOfViews/>
<ImageView android:layout_alignParentBottom="true"/>
</RelativeLayout>
</ScrollView>
I have the ScrollView so all of the layout always is visible no matter the height of the screen. The problem is that on a very high screen, I still want my imageview to be at the bottom. However, a child of a ScrollView dont seem to have a defined bottom. The View is placed at the top of the layout. How can I solve this problem in a neat way?
I like to know how can i clone a view object which is already there in the view hierarchy, so that it can be added to the same view hierarchy again.
View 1 Replies View RelatedI have an XML layout with some custom tabs, a heading, and a ProgressBar(main.xml). I wish to add another XML layout(home.xml) to the main.xml layout, as i wish to keep main.xml re-usable for other activity's layouts and simply add things to it as necessary.The problem: after inflating R.layout.home into rootLayout, it seems as though the ProgressBar contained in rootLayout is hidden underneath the content of home.xml.Is there a way to tell certain views(via XML) to float above other views when the layout is constructed in this way?if not, am i forced to use methods such as progressBar.bringToFront() to raise targeted views to the top?what alternatives do i have in z-ordering views when some layouts are constructed using inflation?
View 2 Replies View RelatedI have a WebView inside the ScrollView. The content of WebView dyanamically changes when it displays different html page. I have the following issue: For example I have A.html, and B.html. The content of B.html is larger than A.html, so the page is longer. When WebView load B.html, the ScrollView stretches its size to enable itself scroll for B.html, then if I go back to A.html, ScrollView doesn't resize itself. (The scroll area is exceed the content of A.html) What I want to have, is dynamic change the scroll area of scroll view to fit the webview's content.
View 3 Replies View RelatedI'm in my FB app, and my cousin posted photos to his news feed that I wanted to look at. I click it and it looks like it tries to send me to the m.facebook.com mobile site... except every time I click a picture, I get the following error: "The page you requested cannot be displayed right now. It may be temporarily unavailable, the link you clicked on may be broken or expired, or you may not have permission to view this page." I have had my DInc for two days now, and have not yet been able to view photos that are published to my news feed! And it's not just my cousin's photos, it's any photos on the news feed... even ones I post!
View 1 Replies View RelatedI want to implement the same behavior of the notification view in the official Facebook app.
The "notifications" tab are at the bottom and can drag/drop via fingers to full screen. How can I do that? I've tried it via ViewFlipper and Animation. But no success. The app "Zedge" has the same in the "search" function. Via drag/drop you can open the "search" view.
I want to implement the same behaviour of the notification view in the official Facebook app.
The "notifications" tab are at the bottom and can drag/drop via fingers to full screen.
How can i do that?
I've tried it via ViewFlipper and Animation.... But no success.
Does anyone know how we can do this?
The app "Zedge" has the same in the "search" function. Via drag/drop you can open the "search" view.
I have a selection for some items using a spinner widget. At the moment the spinner will load a simple Textview and show the name of the item.It is possible to define an own view to show inside the spinner row? I would suspect it being similar to a custom List row.I simply want to show an individual icon left from the spinner text for each item in the list.
View 1 Replies View RelatedI discovered an option in street view that is called "Compass View". Not sure what use it is but I thought it was cool. You have to hold the phone in portrait as opposed to landscape for the compass to work...check it out.
View 3 Replies View RelatedI want to have a View pop in at the bottom of the page exactly like the software keyboard view does in the compose section of the Mms app.It slides in from the bottom, as if it's being added to a vertically oriented LinearLayout, only making the ListView smaller.It becomes a part of the current layout instead of popping up over the top of it.I'd like to to this exact thing with my own custom View.
View 1 Replies View RelatedI have a problem statement, and here it is: My requirement is: There are a number of images shown on the screen. I want to allow the user to drag and drop any of the images to anyother image. Based on which image is dragged and on which is it dropped, I need to do something specific. So, I need to find a way so that I can get my source view and my target view.To understand this in a better way, consider a practical scenario. In the File Explorer of Windows, we can drag and drop items from the left pane showing the directory tree to any of the folders shown in the right pane.If anyone of you ever faced a similar scenario, please let me know because I could not find a direct support to such a thing (Drag and Drop) in the platform, so may be I need to find an innovative solution to it.
View 4 Replies View Related