HTC Incredible : After Factory Test Youtube App Won't Work / How To Fix
May 18, 2010I did a factory test and now the youtube app won't work. Any suggestions.
View 1 RepliesI did a factory test and now the youtube app won't work. Any suggestions.
View 1 RepliesYouTube - Epic 4G Graphics Test (Final Fantasy, Neocore, Asphalt, HD Video)
View 7 Replies View RelatedI am testing my wifi application with android and I need to test a lot of traffic over a long period of time. I need at least 24-48 hours for a stress test. I am wondering if anyone knows if I can get a youtube video to loop and replay.
View 1 Replies View RelatedI have android running on arm11 based target platform with eclair release. How to boot android in factory test mode? Where I can get more information on this?
View 11 Replies View RelatedI am working on the CTS (Compatibility Test Suite), but I am a newer.
From my test, I found the following Fail:
CODE:.....
I have checked the CTS source code. And find the the following source code:
CODE:....................
I never had a problem until today and now my evo is having trouble connecting in places it used to work great in. And when it does connect, it (a) either doesn't work at all (browser, speed test, nothing registers an internet connection) or (b) works for a minute, then (a) happens. I have an allegedly "good" 4g signal too. Tried soft reset and battery pulling, hoping that the problem will go away before resorting to a factory reset...
View 49 Replies View RelatedAnyone using the Mini Diary? Seems like a decent app for preparing Facebook updates without having to post them right then and there. I tried a test publish and it keeps failing. Any idea how to make it work?
View 1 Replies View RelatedEvery time I try to play a youtube video, or any video for that matter, I receive an error message informing me the "video cannot be played".Am I missing a piece of software or something?
View 3 Replies View RelatedI know I can watch videos on the browser but the quality sucks. Is there a hack to fix it?
View 10 Replies View RelatedI like the look and functionality of the youtube widget because it shows your subscription uploads in order. but does it automatically refresh itself? How do new videos pop up?
View 1 Replies View RelatedAllof the sadent my youtube app wont work.says error .i didnt have this problem till now.i have a clone s4.
View 2 Replies View RelatedSince upgrading to FroYo, the stock youtube app doesn't work correctly. Most of the time I can't hear any sound at all no matter what setting the media volume is set to. The times I can hear sound it isn't audible and very very quiet. Does anyone else have this problem?
View 8 Replies View RelatedSo does the youtube app work correctly on the phone now if at all that its rooted to 2.1? I may just root to kill that lil bugger out of spite.
View 2 Replies View RelatedYoutube app has never worked correctly and now doesn't work at all Since I've had the droid x the youtube app had given myself and others the log in problems where you try to log in and it will log you in"username@youtube.com" how and why does it even do this? The error "There is a problem with network response" I've had since the beginning aswell only now force closes on it self.
View 1 Replies View RelatedI've tried searching and couldn't find anything, but if I were to do a complete factory reset ( after I back everything up), and then said no to all the updates, would the youtube app work perfectly?
View 3 Replies View RelatedI'm using Google Calendar and syncing it to my Eris, and for some reason it's damn flaky. Half the time it works, but then if, say, I delete one event out of a recurring pattern from the phone,com.htc. provider. calendar crashes every time the phone tries to update its calendar! It will continually do this until I force stop it, reset the calendar storage and re-sync manually from Google's servers. That, and I've deleted a few events on calendar.google.com and have re-sync'd the phone manually a bunch of times and it won't seem to affect the data on the phone. I mean, it's nice to not have to pay for push calendar sync (like Apple asks you to with MobileMe), but c'mon Google & HTC. First the YouTube app never works on mobile network, Google Maps won't let you arbitrarily pick a location to map to, and this calendar syncing bs? These are things that should just work on a phone with the Google logo on the back.
View 14 Replies View RelatedSince yesterday, I have been unable to play any YouTube videos. I get a popup saying cannot play video. Meanwhile my coworkers happily watches whatever he wants. Any idea what's going on?
View 49 Replies View RelatedI'm new to droids and I decided to root my x. Everything was fine until I started deleting bloatware. I deleted something and now my market and all google related programs don't work. Gmail, talk, market, etc. I downloaded all of the original apk's and reinstalled all of them and still nothing. Also after deleting all bloatware everything worked fine until I factory data reset.
When it rebooted that was where the problem started. I'm not an idiot when it comes to these phones and know what I'm doing usually I just deleted something that a list told me was safe to delete and apparently wasn't.hopefully someone can help me out. Oh and I am unrooted now due to bringing it in to verizon to get it warranty'd out. I wanna fix it that way I can sell it to a lucky someone for cheap and no 2 year contact rather than sending it back to motorola.
So i was out the other night with a few friends and we decided to race our phones going to various web sites. We laid all three phones down in a triangle next to each other. We would all type in the same web site and hit go at the same time. My incredible was killing them. Compared to the droid, the incredible would load the site about 5 seconds faster. The iphone was not even close. One site took about 15 to 20 seconds longer to load on the iPhone. They were shocked at how fast the incredible was. I am so glad I have this phone!
View 6 Replies View RelatedRecently my DROID updated, and since then my PANDORA radio and Youtube have not played on my phone. It will say unable to retrieve music from Pandora, and youtube it will say unable to play videos.
I have done all updates for the apps, and still nothing.
I don't get it. I can watch youtube videos with lightning speed but I try to watch a facebook video and it tells me I need a flash player. Adobe's doesn't work.
View 1 Replies View RelatedI'm writing an Android JUnit test and want to copy/reset a test fixture file (it's an SQLite database file.) If I were within the main application, I know I could just place the file in the assets directory and use getResources().getAssets().open(sourceFile).However, this API appears to be unavailable from the ActivityInstrumentationTestCase2 class.Is there an easy way to copy a file over from the testing PC, or should I just keep a fresh copy of a test fixture on the device and copy it over a temporary file?
View 2 Replies View RelatedOne more video about the fancy touchscreen of the Droid X. This one has happier results! Check it out at the link below.Droid X Touchscreen Test See you later. you'll know why this post is short when you read the blog. running downstairs!
View 5 Replies View RelatedI am using ActivityInstrumentationTestCase2 to do some test for an activity. I get a button in the setUp() method like this: protected void setUp() throws Exception {super.setUp(); act = getActivity(); btn = Button)act.find ViewById ( R.id.bike_button ); // this button has been defined in layout} Then I use this button to perform a click in a test method like this: public void testBikeButton(){ //click the bike button btn.performClick();}
View 7 Replies View RelatedI have a project (that compiles and runs in the emulator.) I have a test project that tests part of this project. This test project also compiles with no problems, but when I try to run (test) it in the emulator, I get a NoClassDefFoundError exception on one of the classes my test class tests (I hope that made sense!) when it starts to run in the emulator. This is coming out of the adb log. I looked in the bin directory (of the test project) for the missing class, but could not find it... Should it be there? I found no reference (apk, etc) of the project I am trying to test either in the test projects bin directory. How does the test project get the classes it needs to test against (in the classpath, I assume.) How do the tested classes get moved to the emulator? I did try running the app before testing, so I know it is installed and runs correctly. BTW, I am using netbeans with the nbandroid plugin.
View 1 Replies View RelatedI had this app before but cannot remember the name. Just wanted to test my DINC.
Droid Incredible custom kernels. The What, Where, and Why. | WJD Designs
I found this review by engadget. I thought the pictures came out amazing.This, of course, has me quite the happy hiker b/c the camera was a reason I wanted this phone.Check em out: Droid Incredible test photos - Engadget Galleries.
View 31 Replies View RelatedJust wondering if anyone had taken the time to try out the different camera effects, a quick search of this forum did not produce many results. My guess is some of you have some really cool looking shots using these different settings. So, here ya go, 2 of my favorites, using the Negative and Solarize settings
View 6 Replies View RelatedHas anyone performed one of these ala the nexus one and droid?
I want to know if its necessary to buy a screen protector for the long run Right now the screen is void of scratches and I've been sliding it in and out of my pocket for 4 days now and smudges come off very easily.
So anyone perform a test or have any scratching issues?
I have never used JUnit before, and now I'm trying to set it up on an Android project.My project under test is fairly complex, including some JNI, but my test project, at the moment, is completely trivial. I have found many examples (that look totally different) online of how to make a test project, but it seems that no matter which one I follow, I get the same results.Here's my JUnit project code:package com.mycompany.myproject.test;
import android.test.AndroidTestCase;public class SimpleTestCaseExample extends Android TestCase {public void test_testOne() {fail("Just Always Fail");When I run, I see the following in Logcat:
stdout INSTRUMENTATION_STATUS: numtests=2
stdout INSTRUMENTATION_STATUS: test=test_testOne
stdout INSTRUMENTATION_STATUS_CODE: 0
stdout INSTRUMENTATION_STATUS: id=InstrumentationTestRunner
stdout INSTRUMENTATION_STATUS: current=2
stdout INSTRUMENTATION_STATUS: class=com.mycompany.myproject.test.SimpleTestCaseExample
stdout INSTRUMENTATION_STATUS: stream=
stdout INSTRUMENTATION_STATUS: numtests=2
stdout INSTRUMENTATION_STATUS: test=testAndroidTestCaseSetupProperly
stdout INSTRUMENTATION_STATUS_CODE: 1
stdout INSTRUMENTATION_STATUS: id=InstrumentationTestRunner
stdout INSTRUMENTATION_STATUS: current=2
stdout INSTRUMENTATION_STATUS: class=com.mycompany.myproject.test.SimpleTestCaseExample
stdout INSTRUMENTATION_STATUS: stream=.
stdout INSTRUMENTATION_STATUS: numtests=2
stdout INSTRUMENTATION_STATUS: test=testAndroidTestCaseSetupProperly
stdout INSTRUMENTATION_STATUS_CODE: 0
stdout INSTRUMENTATION_RESULT: stream=
stdout Test results for InstrumentationTestRunner=..
stdout Time: 0.07
stdout OK (2 tests)
stdout INSTRUMENTATION_CODE: -1
But, I get the following in the Console:Launching instrumentation android.test. Instrumentation TestRunner on device emulator-5554 Collecting test information Test run failed: No test results I have tried a variety of different things, messing with the basic TestCase class, or the TestSuite class, or a variety of other options. I tried to just go for the most trivial example because I'm really still trying to learn how this works.Whatever I try, I see this error.