Replacement YouTube apk? - Touch Pro2, Tilt 2 Android Development

First time Android user here. So far loving it, but have one tiny issue. When I installed the cab, everything worked fine except YouTube. It tells me the process has failed every time I attempt to open it. Instead of reinstalling everything over again, can I just uninstall this one program and reinstall it? And if I can do that, where can I find the replacement apk? I looked on the Android market but can't find the native application. Does anyone here have it that can share with me
Thanks!
Sent from my MSM using XDA App

This works for me..

this is a no go on my sprint tp2

3D
I found that when I enable 3D, I can play YouTube and tv.com videos.

I have the sound but not the video
Sent from my MSM using XDA App

Related

How to update apps t-mobile added to G2 rom (bloatware)

how do I update apps like Amazon, photobucket, etc.? I can't update them from the market since I didn't download the from there in the first place.
download it from the market. Just try it. Download it, dispite it not shown in the market as an update. Once installed the phone and your market will see it as an update.
Sent from my T-Mobile G2 using XDA App
ddgarcia05 said:
download it from the market. Just try it. Download it, dispite it not shown in the market as an update. Once installed the phone and your market will see it as an update.
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
yep
First time I logged into the market, it autoupdated all the junk. Goggles and visual voicemail won't update but that's it.
Yeah, I didn't even find "Visual Voicemail" in the marketplace anymore.
I'm pretty sure that T-Mobile might have pulled it from the market entirely.
Anyway, I can't seem to update Google Goggles either. I've tried several times, but it never seems to actually update and install the latest version.
Would it be safe to use Titanium Backup to remove that system application? Or is that not even possible, considering I've read that people have tried to remove the "bloatware" but it just seems to reappear after a reboot.
Any insights?
Reignzone said:
Yeah, I didn't even find "Visual Voicemail" in the marketplace anymore.
I'm pretty sure that T-Mobile might have pulled it from the market entirely.
Anyway, I can't seem to update Google Goggles either. I've tried several times, but it never seems to actually update and install the latest version.
Would it be safe to use Titanium Backup to remove that system application? Or is that not even possible, considering I've read that people have tried to remove the "bloatware" but it just seems to reappear after a reboot.
Any insights?
Click to expand...
Click to collapse
Damn, no more HD2 huh?
Yeah you can remove the bloatware from your device. Well, disable not remove. Read on http://forum.xda-developers.com/showthread.php?t=809231
Ha.
No way, Jose!
I still have my HD2, it's just collecting dust on my computer desk right now.
I thought about using it as a fly swatter, but that seemed too dramatic!
KIDDING!
But yeah, that thing is legendary, so I couldn't just be rid of it.
And thanks for pointing me in the right direction man, good lookin' out!
If you don't want to disable the app which is very easy to do over terminal emulator, try freezing the app with titanium backup. That way you can see how your phone will work with it disabled. For example if you freeze/disable the stock messenger app no messaging app will work after that until you unfreeze/enable the stock one. Same thing with youtube. If you freeze the app and download the newer one off the market it wont work.
Some 3rd party app depend on the stock app to be functional. Let me know if you need help disabling an app. I'll make a video. I <3 my new camera. I traded a gun for it.
I can't seem to update Goggles...
I've disabled the application, then tried to update it from the marketplace, and still nothing manages to install.
I have successfully updated every other system application through the marketplace, with the exception of Goggles.
How can this application be updated properly?
Have you tried to enable it then update?
Sent from my T-Mobile G2 using XDA App
ddgarcia05 said:
Have you tried to enable it then update?
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
Yeah, of course.
But from what I've been told by a few other users... it's a bug in the ROM that doesn't allow certain handsets to update that application.
I mean, unless you have been able it?

Netflix App

Was able to get my Dinc to run the Netflix app with no issues. Pushed it over to my A101 and no dice. Anyone mess with this yet?
Here's a link to the APK in my dropbox.
http://dl.dropbox.com/u/17955245/com.netflix.mediaclient-2.apk
Any thoughts would be appreciated.
I installed and ran it fine but get "unsupported device" when trying to play a video. I found this link but I couldnt get it to work.
http://forum.pocketables.net/showthread.php?p=72332#post72332
Yeah it ran for me too but didn't play video.
Sent from my ADR6300 using XDA App
I have Netflix working.
I have UrukDroid-1.1beta2 installed on my Archos 70 but should work with other ROMs if you are rooted.
You just need to open & edit /system/build.prop
I used Root Explore but any other root file editor should work.
Change ro.product.brand=archos
to
ro.product.brand=HTC Vision
and
ro.product.manufacturer=archos
to
ro.product.manufacturer=HTC
reboot
Worked for me.
Mod57 said:
Change ro.product.brand=archos
to
ro.product.brand=HTC Vision
and
ro.product.manufacturer=archos
to
ro.product.manufacturer=HTC
reboot
Click to expand...
Click to collapse
I can confirm this working on A70S running Uruk 1.0 from internal memory. To help others, I used a terminal to gain root ($su), made a backup copy of the build.prop (#cp /system/build.prop /system/build.prop.bak), then copied the build.prop to / and changed the name to build.txt (#cp /system/build.prop /build.txt). Then I changed the permissions to make it writable (#chmod 666 /build.txt). Personally, I hate vi. So, I used astro file manager to open the build.txt file and edit it with the above changes. Then back in terminal copied the edited build.txt back to where it belongs (#cp /build.txt /system/build.prop) and restored the proper settings (#chmod 644 /system/build.prop) and then rebooted via holding down power and selecting reboot.
I only played with the streaming for a few minutes before work this morning. Seems decent. I am really looking forward to getting into it tonight. Thanks for the file changes!
UPDATE: I got a chance to compare the netflix app on my A70S compared to endgadget's walkthrough video on the Nexus S. The app runs, in my opinion, a little slow both loading the first time and in changing tabs or viewing information on a movie/show. But when I loaded my app while watching the Nexus S on the video load, they took about the same time. Same thing with everything else - very comparable times to switch between tabs or get information on a movie/show. As far as quality goes, I have not watched any video completely start to finish yet. But I have noticed some variance in quality. An episode from Season 2 of the Office looked a little pixelated but Austin Powers Goldmember looked nice. Both we very watchable though. The initial buffer took a few seconds longer than I would like but when skipping forward in the video, the video played rather quickly. Overall I am happy the app is out, and will use the crap out of it, but there is definitely some room for improvement.
Do we absolutely need root to edit the build.prop?
I know I can get the file to my PC to edit. I don't know if I need root to get it back...and I did the firmware update.
I don't have my gen8 this weekend my daughter stole it from me so I can't test this.
I have read in the following post that the device check disabled apk will work and wouldn't require root.
http://forum.xda-developers.com/showpost.php?p=13730649&postcount=1
Worth a try let us know if it works.
Sweet thanks for the link. Just loaded it up and it worked. Haven't watched anything long yet but tested it and it worked!
Mod57 said:
I don't have my gen8 this weekend my daughter stole it from me so I can't test this.
I have read in the following post that the device check disabled apk will work and wouldn't require root.
http://forum.xda-developers.com/showpost.php?p=13730649&postcount=1
Worth a try let us know if it works.
Click to expand...
Click to collapse
Sent from my ADR6300 using XDA App
Well I had it working. Tried a movie and it wouldn't play. Gotta fc. Trying a reboot.
Sent from my ADR6300 using XDA App
Mod57 said:
I don't have my gen8 this weekend my daughter stole it from me so I can't test this.
I have read in the following post that the device check disabled apk will work and wouldn't require root.
http://forum.xda-developers.com/showpost.php?p=13730649&postcount=1
Worth a try let us know if it works.
Click to expand...
Click to collapse
Worked on my unrooted a101it 8gb. Thanks a lot. I did get a black screen once but retried and it worked.
Mod57 said:
I don't have my gen8 this weekend my daughter stole it from me so I can't test this.
I have read in the following post that the device check disabled apk will work and wouldn't require root.
http://forum.xda-developers.com/showpost.php?p=13730649&postcount=1
Worth a try let us know if it works.
Click to expand...
Click to collapse
loganss said:
Worked on my unrooted a101it 8gb. Thanks a lot. I did get a black screen once but retried and it worked.
Click to expand...
Click to collapse
Damn, I spent half the day yesterday backing stuff up and installing Uruk so I could use Netflix, and now I don't even need it, haha.
JasonOT said:
Damn, I spent half the day yesterday backing stuff up and installing Uruk so I could use Netflix, and now I don't even need it, haha.
Click to expand...
Click to collapse
Yeah I was going to do all of that until I found this thread. I really didn't want to attempt root until warranty expired. I was practically doing cartwheels when the netflix-devicecheck-disabled.apk file worked.
The device check disabled version worked great for me. Combine that with 4G LTE tethering from my thunderbolt and I got some good shizz. Thanks for the tip guys!
Sent from my HTC Thunderbolt
Mod57 said:
I have Netflix working.
Change ro.product.brand=archos
to
ro.product.brand=HTC Vision
and
ro.product.manufacturer=archos
to
ro.product.manufacturer=HTC
reboot
Worked for me.
Click to expand...
Click to collapse
confirmed working on my A101IT Archos Version of Froyo rooted
youtube /watch?v=xw379yR2Ffc
Official version works now
I uninstalled the "hacked" ver. and installed the official version, it works fine thanks to the hacked version creator for getting us through a rough patch
Updated Netflix Apps that work with Archos:
http://forum.xda-developers.com/showpost.php?p=14960445&postcount=2011
netflix app
I have installed the Netflix app found here on the xda site. It works perfectly on both HTC evolution 4g's I have, both running stock roms. Neither one is rooted. Unfortunately none of the downloads will work on my ideos E-mail slim running 2.2.2 rooted. I can do everything except stream. When I try to stream it just crashes.
achioromonte said:
I have installed the Netflix app found here on the xda site. It works perfectly on both HTC evolution 4g's I have, both running stock roms. Neither one is rooted. Unfortunately none of the downloads will work on my ideos E-mail slim running 2.2.2 rooted. I can do everything except stream. When I try to stream it just crashes.
Click to expand...
Click to collapse
There are many on this site.. did you try the ones in my last post?
Tesla74 said:
There are many on this site.. did you try the ones in my last post?
Click to expand...
Click to collapse
Yes I have tried them.
!!!! help help help archos101 and netflix help help help!!!
Originally put netflix on my archos 101 . Software ran fine. Then netflix a software update message started to appear. I then downloaded the new version 1.4 and i keep getting the same message about an updated version of netflix is needed . I am running android 2.2 and the latest flash player. Im frustrated because it use to work. Can any one help me?
James

Wierd market and youtube bug

My phone had been working fine all week and today it did some really wierd things. I am on srf 1.2 and genocide kernal.
First thing I noticed was that the market chanhed looks on me, I like the old style of market. The one that has green borders all around. I booted the market up and it was all normal. I then downloaded an app and I noticed it was going very slow so I cancled and loaded market again and just like that the market appearence was totally different. It had grey boarders and all the apps were lined up in a grid pattern. You dif not have to scroll down to look at the list of apps. It also seemed alot slower.
The second thing is I use opera mini browser for my internet. Youtube vids were working fine then all of sudden it said that the vids were not compatabe or somethong like that. It was just not one video it was all of them.
So I went to cwm and wiped cache and dalvik then restored. This fixed the youtube problem, but the market switched again later for no reason.
Any suggestions? Thanls
Both apps updated today. You could try uninstalling updates in applications.
Sent from my SPH-D700 using XDA App
Well with the market they pushed out a new version, as you can tell. Youtube, I can't help you on that
Posted from my pedo van.
I like the new market.
Posted from my awesome EPIC.
Lol, you're talking about the market that everyone (most of us) had weeks back before it was updated to the public. =P as for the Youtube issue, all with epics and many other phones share your issue, just go to settings, manage applications, select youtube, and uninstall the update for now.
SchizioPunk's Epic Experience 2.1 Eclair -> Odin to EC05 Froyo. Rooted. Bloatware Removed. Voodoo Sound V9 Module Loaded. TouchWiz4. Enjoying my Customized Stock Experience.
I am not using the youtube app. I am using opera mobile and it will not let me watch videos. I have cleared data in opera but that did not help.
Led4lyf said:
I am not using the youtube app. I am using opera mobile and it will not let me watch videos. I have cleared data in opera but that did not help.
Click to expand...
Click to collapse
Update to flashplayer10.3 and u should be good to go
Sent from my SPH-D700 using XDA Premium App
How do I updatd my flash player
Ok I updated my flash player and it still does not work, this is the message I get.
The address type is unknown or unsupported
You tried to access the address vnd.youtube:cq4voeNuWEY?vndapp=youtube_mobile&vndclient=mv-google&vndel=index, which is currently unavailable. Please make sure that the web address (URL) is correctly spelled and punctuated, then try reloading the page.
Wtf this is pissing me off.
Led4lyf said:
Ok I updated my flash player and it still does not work, this is the message I get.
The address type is unknown or unsupported
You tried to access the address vnd.youtube:cq4voeNuWEY?vndapp=youtube_mobile&vndclient=mv-google&vndel=index, which is currently unavailable. Please make sure that the web address (URL) is correctly spelled and punctuated, then try reloading the page.
Wtf this is pissing me off.
Click to expand...
Click to collapse
Where is Opera getting that address from? It is not a valid address. Is it some type of redirector? Rather than drive yourself crazy wouldn't it be easier to switch browsers? Like to Dolphin or Miren?

Another problem just appeared...or is it a problem?

Whenever I try to click a video on YouTube, a pop-up appears asking me to save the video, rather than viewing it on the phone... not sure why it's doing this.
Any ideas how to fix this?
Thanks
First off. What ROM, Kernel, and recovery are you using?
How long has this been happening or when did it start happening?
I just checked my YouTube and it's not doing this. I'm on the latest AOKP and using Datkside Kernel and TWRP.
Sent from my SGH-T989 using xda app-developers app
koooba said:
Whenever I try to click a video on YouTube, a pop-up appears asking me to save the video, rather than viewing it on the phone... not sure why it's doing this.
Any ideas how to fix this?
Thanks
Click to expand...
Click to collapse
Youtube app or web?
Not n issue wit the phone it n application, had it a few times actually, my guess is youtube isn't installed, & ur either using a different browser, or what video application do u use? (Moboplayer can actually override browser settings & automaticly play youtube on low through it, another (can't remember name) does this exact thing,) reinstall youtube should fix
Using Darkside Evo 3 (no kernel flashed).
Both on YouTube app and web which I use Opera Mini Browser.
I wonder if it's something I froze on Titanium app, but looked through it today and can't see anything that would be affected by it.
I'll just re-flash the ROM, no big deal, see what happens from there.
Thought I'd toss the question here since everyone is pretty knowledgeable and helpful, maybe someone had the same problem at some point.
My bigger issue still is the battery life which blows.
http://forum.xda-developers.com/showthread.php?t=1777299&page=2
Really? I get 7 hours of screen time on aokp m6 with darksides kernel might wanna try that.
Sent from my SGH-T989 using xda premium

[Q] Android market GONE

Hello,
recently, i decided to root my phone so that i could get the free in app purchases. Whenever i would use Freedom V0.8.4 to do the hack, it would only work for 4 times, and by then the google play store would update. To solve this, i tried disabling the google play store, but that didn't work. So then i did some web surfing, and found that Android Market V2.3.6 doesn't automatically update, so i rejoiced for a moment, downloaded it, and installed it. then when i went to open the android market to make sure it worked, it was nowhere to be found. not in the application list in the application manager, or anywhere else. Then i remembered, before i had installed the market 2.3.6, i had left the "disabled" part checked for google play. Also, when the market had installed, typically it will give you the option of "done" or "open".The only one i could click was "done", as the "open" was not able to be clicked.
Now i am unable to do anything that would require the market. i even tried installing newer versions of the android market, and they either didn't install, or did the same thing as v2.3.6
Please help, i really dont want to do a factory reset.
thanks for any help
My info- att samsung galaxy s3 sgh- i747
rooted
Since you're using an app to get free paid apps, you're not gonna get any help.
Don't be a scumbag and support developers.
Have a good day.
Sent from my SGH-I747 using xda app-developers app
Did you try replacing the play store with a a current version and then fixing permissions and not stealing from people that used a lot of their time to bring you content?
Sent from my SAMSUNG-SGH-I747 using xda premium

Categories

Resources