Android :: Get Video Out Feature Work / Phone Display Running App On Tv Without Extra Work
May 10, 2010
I'm searching for android phones that can use video out to the tv for a research project. I'm considering the HTC Touch Pro.
Is there anything I have to do specifically to get the video out to work (for displaying my app on the tv)? or will the phone just display a running app on the tv without extra work?
View 2 Replies
Apr 29, 2009
I just want to set an icon in the right of titlebar, but it doesn't work, the icon is still at left. Did I miss something?
View 5 Replies
View Related
Jul 14, 2009
I have ever saw the similar discussion in this group, but nobody answer. And I am very confusing about this feature. Because most of developers do not seem to meet this problem.
The problem is when I press ENDCALL button, it does not going into Screen Lock view. And I have download the source code of "cupcake" & "android-1.5" & "android-1.5r2" & "android-sdk-1.5_r1" version from Android's GitWeb. The feature of lock screen does not work on the emulator. But it works on the offical SDK version. I don't know what is happened.
View 4 Replies
View Related
Oct 7, 2009
i want to keep cancel button in the title bar at the right side, but i am getting the icon at the left side of title bar. Is this a bug or something else is required to accomplish this?
View 2 Replies
View Related
Sep 20, 2010
Is it me, or is there something completely wrong with the Search feature on the calendar of the Droid? I have an Incredible, recently upgraded to 2.2, and when I use the search feature to look for something in my calendar, it says that it is not found, even though i can go to the day I am looking for and the appt is in there!
View 6 Replies
View Related
Mar 13, 2009
Just had an odd problem with a TextView. Setting the visibility doesn't seem to work but doing the same on say a ScrollView does. Is this normal?
View 3 Replies
View Related
Sep 22, 2010
I've tried the voice feature and it seems to be crap.I've tried it with, and without a bluetooth headset, and it doesn't recognize any name I say.For example, if I want to dial my wife, I say "call martha".it dials the toyota dealer. makes no sense at all.is there something i'm missing? some "set up" i need to go through so i can identify my voice? I'm asking it to dial names in my address book, actually just after she called, i tried it to call her back, no joy.
View 12 Replies
View Related
Sep 3, 2010
The audio/video works perfectly if I watch the recording on my phone, but when I email the video to my gmail account and save it to my computer, it opens in Media Player and there's no sound. Does anyone know how to fix this? I have a Samsung Moment.
View 3 Replies
View Related
Mar 26, 2010
I have a listview with 200 items. I use a custom view for each row. There is a code that takes some time to calculate, and because of this the list hangs out on scrolling and loads in slow (2-3sec). I have subclassed SimpleCursorAdapter, and using Filterable and SectionIndexer. I have in mind to show initially the name of the record, and put in a thread the calculation, and will show up later when it's done. How do I push back some work, and later update the listview to include the calculated data? This should show up on fly without user interaction.
View 2 Replies
View Related
Nov 15, 2010
I cant get this to work anymore
Here is my code...
View 1 Replies
View Related
Jun 19, 2010
I've never quite understood the connection. If you have a Google Voice phone number set to forward those calls to your cell phone, do you need to have the app running on your cell phone for this to work or can it be manually turned off?
I would imagine that the call forwarding would work regardless, but what about the app keeping track of those calls in a call list, or keeping track of the voicemails, etc.? Can you just open the app manually and all of this information will be there, or does it need to be running at all times in order to record the phone calls/voicemail as they come in?
View 7 Replies
View Related
Mar 4, 2010
I'm playing arround with google gson for communication with my web back end at the moment.
This and this older posts indicate that there are some problems with gson on android.
I did some easy tests on the device already but maybe I just missed the bug.
Edit I'm now parsing a lot more data. Generic lists etc. still not encountered the bug.
Has anybody used gson on Android already? How does it work? Has somebody encountered bugs or something that will stop me from using it once it gets more complicated?
View 2 Replies
View Related
Nov 19, 2010
I managed to sign in with my google account (using the Google API AVD), but any notes that I write does not sync to the jumpnote.appspot.com, and vice versa. I notice in the account settings, it says "sync is OFF". I click on menu and the "sync now" button, the sync icon shows up momentarily on top but nothing happened after that. The notes I wrote on the phone do not get reflected on the server. Did anyone manage to get the jumpnote sample to sync successfully via C2DM?
View 1 Replies
View Related
May 28, 2009
I am trying to capture video since a week but still no luck. can anybody help me to figure out what i am missing in the code below:
final MediaRecorder recorder = new MediaRecorder(); ContentValues values = new ContentValues(3); values.put(MediaStore.MediaColumns.TITLE, "Recorded video"); values.put (MediaStore.MediaColumns.DATE_ADDED, System.currentTimeMillis()); // values.put (MediaStore.MediaColumns.MIME_TYPE, recorder.getMimeContentType());.......
View 5 Replies
View Related
Jul 16, 2010
My wife and i have the evo and we cant video chat. Does it only work over wifi?
View 2 Replies
View Related
Jun 21, 2009
Do you have any simple sample code for video recording?
View 3 Replies
View Related
Apr 19, 2011
i made a small video using my droid incredible (not rooted,2.2) with the video program that was in the phone originally. the video and audio play on the phone correctly, but when i send it to a gmail account it wont play the audio, but it does play the video. i have tried playing it on a gmail account via a phone and through a gmail account on a pc.
View 7 Replies
View Related
Apr 6, 2010
I'm trying to get an html5 demo page working on Android 2.1, have tried both droid and nexus one with 2.1 but they only display the poster image, and do not play the video. Pressing on the video does not do anything. Resolved with the onclick handler on the video tag. Is it possible to use html5 video in the android 2.1 browser at this time? My demo page is working for both the iphone and the ipad.
The mp4 video: avc1, 29.97 fps, 380 kbps, 480 x 370
Audio: mp4a, 44 kHz, 64 kbps
Here's how the page is written:
<!DOCTYPE html>
<html><head><title>html5 test</title></head><body>
<video id="movie" width="480" height="370" poster="http://example.com/still.jpg" controls>
<source src="http://example.com/video.mp4" type="video/mp4">
Your browser does not support html5 video.
</video>
</body></html>
View 2 Replies
View Related
Mar 18, 2009
I have included my code below. I have the code working for image uploads, but was wondering how to get it to work with audio and video files?
CODE:......................
View 4 Replies
View Related
Nov 7, 2009
I was wondering if anyone has had any luck getting subtitles to work in any video player on Android so far.
I though that I may be lucky after converting an MKV with embedded subs to an MP4 and playing in Meridian with no luck. After having a look over the Meridian FAQ/Tutorial I can see they are supported, though only as an additional SRT. Having a had a look around it appears extracting SRTs from MKV is not nearly as easy as you'd think (I've so far been unsuccessful) so I thought I'd see if anyone else has had more luck.
View 23 Replies
View Related
Apr 17, 2011
I am trying to get embed flash video on webview from IMDb Video: Hannibal. I tryed with:
Code:
String html = "<object width="425" height="344"><param value="youTUBElink"><embed src="youtTUBElink" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="425" height="344"></embed></param></object>";
[Code]....
View 3 Replies
View Related
Aug 9, 2010
I'm not on the 2.2 update yet, but some videos I've recorded don't have a thumbnail in the gallery, nor do they play back. I've copied them onto my computer, they have the correct file size but I think something has been corrupted when saving the videos on the phone. Any idea if there is an app that could fix the issue?
View 5 Replies
View Related
Mar 28, 2010
I have google voice and use it for every phone call I make. I heard that there were issues with several gvoice updates, so I haven't updated google voice since 0.2.8 and it is working just fine- every call connects, no problems. Is it worth updating to the newest version of google voice with push? For those of you with 2.1 on your Eris- does google voice work for you?
View 12 Replies
View Related
Dec 8, 2009
I'm trying to determine whether or not my phone is defective, or if this is a current problem with the Cliq.
Of the apps I've downloaded, only a few of them have worked. Of those few that work, some don't work right. Has anyone had problems with these apps crashing on them, or just not working correctly?
- Nice Battery (see description at bottom of: My Ultimate CLIQ settings (so far))
- WeatherBug (kept showing the wrong location, crashed when trying to change location)
- Snake - doesn't work just says its "paused"
- RingDroid - crashes when I select the "Facebook Pop" button
- Layar - screen is rotated 90 degrees at all times
There have been others, but usually I just uninstall them right after discovering it doesn't work right.
View 3 Replies
View Related
Apr 23, 2010
Just have a new htc desire on orange.I can't believe it doesn't even have the option to use the LED light when using the videocam.This is such a great feature when you are out in a bar, pub, or club or just outside at night. I have an old sony and nokia and they both have the feature and I have loads of great vids because of it.I have spent hours searching for apps that might make the LED light next to the camera work but there doesn't seem to be one. This means if you are using the phone as a light you have to use the screen like a numpty and not the powerful led. Should have gone for the xperia as my friend has it and it has this feature.
View 6 Replies
View Related
Aug 9, 2010
I update my Desire to 2.2 last week and was excited to try out 720p video recording. I slid out the panel on the screen and chose video, it switches to video but then the camera app just quits and I can't use the video camera. This happens every time I switch to video and I've tried turning my phone off and on again many times and it hasn't fixed the issue. I've searched on line and no one seems to be having this issue. Any ideas?
View 8 Replies
View Related
Jul 15, 2010
Amazon.com: Canon STV 250N - Video / audio cable - composite video / audio - mini-phone 3.5 mm (M) - RCA (M): Camera. If it does that is great ill be streaming mobitv to my cars tv.
View 3 Replies
View Related
Jul 29, 2010
I am looking for a flashlight app also be nice if it worked with Video recording? I had one on my Moto Droid!
View 7 Replies
View Related
Jun 14, 2010
I've had an HTC Desire on Orange in the UK for about 6 weeks and it is having persistent problem. Firstly despite having a strong 4-bar out of 4 signal, online services and the internet do not work at all when a 3G signal is being received (e.g. news, weather, all widgets, internet, email etc).Calls and texts do work however with a 3G signal.But when a 3g+ signal (HSDPA) is being received, all internet services as above work fine.However, when a 3+ signal is being received, the phone does not make or receive calls or text messages, and often fails to send texts. Calls I make immediately shut down (bleep + �call ended�), and incoming calls from other people go straight to answerphone. Also often when turning the data connection on/off, it freezes and has to be rebooted, and turning airplane setting on and off does not fix the problem.
I have also tried the different network settings (GSM, WCDMA, auto, etc). �GSM� sends and receives calls and texts but doesn�t work (or is incredibly slow) with internet, and �auto� and �WCDMA only� show the problems as above.I don't think this is a network/coverage issues as, as I have seen many people reporting these same issues on other networks and in other parts of the UK, and I have read that other people are having to manually turn off HSDPA to be able to make calls (using an app?). Even if I can stop HSDPA from connecting to make sure the phone works, I still can�t use the internet at all on 3g � even GSM works better!
Finally, when I connect to a bluetooth device (e.g. car and headphones) the phone will connect briefly, and then randomly disconnect. I have also seen this issue reported elsewhere.I very much like the phone and don't want to get rid of it, but these problems are making the phone unuseable.Also I don't know if I should be contacting HTC or Orange about this. Will the upcoming Android 2.2 fix these problems?Anyone know how to fix this or if I need a new handset? Are there any apps that can help? Also does the Nexus One have these problems and are they fixed by Froyo?
View 4 Replies
View Related
Sep 16, 2009
So I made a discovery - my dialpad doesn't work during a call. Even if I bring it up via the softkeys, the numbers don't register a tap...anyone. else have this issue or is it just my phone?
View 49 Replies
View Related