hey guys, I have an old android 2.1 phone, Moto Flipout, which cannot play any HQ video in youtube. The problem is when I open youtube with wifi connected, this apk will always play video in HQ mode and then I cannot watch any video at all.
I noticed some guys can modify youtube apk and force it play any video in HQ mode. So I guess maybe some guys can also modify and make it always play video in Non-HQ mode.
Could anybody modify this apk please, or at least let me know how to modify it myself? Thanks a lot.
Here is the Youtube Apk for Android 2.1:
http://forum.xda-developers.com/showthread.php?t=817528
xinbada007 said:
hey guys, I have an old android 2.1 phone, Moto Flipout, which cannot play any HQ video in youtube. The problem is when I open youtube with wifi connected, this apk will always play video in HQ mode and then I cannot watch any video at all.
I noticed some guys can modify youtube apk and force it play any video in HQ mode. So I guess maybe some guys can also modify and make it always play video in Non-HQ mode.
Could anybody modify this apk please, or at least let me know how to modify it myself? Thanks a lot.
Here is the Youtube Apk for Android 2.1:
http://forum.xda-developers.com/showthread.php?t=817528
Click to expand...
Click to collapse
Are y're phone is rooted??
Using root explore copy sign yotube to /system/app (paste here) change permision to rw-r-r and restars.. good luck...
Sent from my Lenovo A60
occupational nazpant
fahrulridwan03 said:
Are y're phone is rooted??
Using root explore copy sign yotube to /system/app (paste here) change permision to rw-r-r and restars.. good luck...
Sent from my Lenovo A60
Click to expand...
Click to collapse
yes, my phone is rooted. But I guess you don't understand me. The problem is not to install a youbue apk, but to force the youtube play videos in Non-HQ mode.
Related
Can anyone please let me know if there is any app to download videos from any site (not just You Tube)?
I want to download videos (generally flash videos) from any website.
I searched on net and market but there are apps that download videos from You Tube but not from any other site.
i dont think thats possible on galaxy 3.. until full flash support is up..
Thanks for the reply rudolf895 but I think flash is only needed to play the videos not to download them. And also, if there are apps that download videos from You Tube, then I dont think there is any problem in coding an app that will support any website (not just You Tube)?
The app should be that: The User just need to enter the url from which you want to download the video and app should do the rest.
Please let me know your thoughs on this.
vijay.gupta said:
Thanks for the reply rudolf895 but I think flash is only needed to play the videos not to download them. And also, if there are apps that download videos from You Tube, then I dont think there is any problem in coding an app that will support any website (not just You Tube)?
The app should be that: The User just need to enter the url from which you want to download the video and app should do the rest.
Please let me know your thoughs on this.
Click to expand...
Click to collapse
do it!
Thanks stubborn donkey...but i dont know the programming else i would love to do it...
Dude if you are looking for some hot hot videos try sex tube pro from applanet...dont get burn ok..
Sent from my GT-I5800 using XDA App
No dude!! I am only looking for normal videos...
Videos2Android
Use "Save Video plugin for Internet Explorer". It allows you convert videos during downloading. Just select Convert>Devices>Droid before download videos.
Every app I've tried that says that you just share the link with the app, and then it will download the video, fails to do so. When the link is shared, the app then reports that there is no video in the link. I'm at a loss. I don't wanna download on my laptop and trans over to droid device, that defeats the purpose of using the droid device. If i wanted to use the laptop all the time i wouldn't have got a tablet.
Use bytetornado, it's working!
I found this:
http://www.appszoom.com/android_applications/media_and_video/web-video-downloader_blftq.html
It's not free. But it does work about 50% of the time...
I'm sorry. I have to take back my last post. It turns out that web video downloader is no longer available on the play store. Meaning you'll have to get it elsewhere. And even then it still has a very low success rate. I'm currently trying to download and it keeps crashing. I'm disgusted. Why isn't there an android app similar to internet download manager for windows? Something that captures streaming video?
there are 2 that I have found
Bryon15 said:
I'm sorry. I have to take back my last post. It turns out that web video downloader is no longer available on the play store. Meaning you'll have to get it elsewhere. And even then it still has a very low success rate. I'm currently trying to download and it keeps crashing. I'm disgusted. Why isn't there an android app similar to internet download manager for windows? Something that captures streaming video?
Click to expand...
Click to collapse
Not sure if you are still looking but there are 2 apps that I have found. One is dowloadr...not great and crashes a fair bit but could be the user not the program! the best one imo is video catcher....there is a free demo version with almost full capability or for a dollar you can upgrade and download many vids simultaniosly... basically with videocatcher if you can play it on your screen it can download it.... both in the store
try Tubemate
Arjav23 said:
try Tubemate
Click to expand...
Click to collapse
Tubemate is only for youtube
Sent from my GT-I5800 using xda app-developers app
ChrisTK said:
Tubemate is only for youtube
Sent from my GT-I5800 using xda app-developers app
Click to expand...
Click to collapse
I know
Sent from my GT-I5800 using xda premium
mnmmmmmm
firefox for android will do the work for you..
just add the flash video downloader add-on..
b
No app worked.
I used opera and adm download manager.
In opera, type about:cache and search for the right file by clicking on preview.
A dialogue box will allow you to open the link with adm.
Start the download with adm.
I had to search a bit for the video file because there are sometimes no extensions and you don't know which site is really hosting the video.
You may consider deleting previous caches in settings to avoid this problem.
vijay.gupta said:
Can anyone please let me know if there is any app to download videos from any site (not just You Tube)?
I want to download videos (generally flash videos) from any website.
I searched on net and market but there are apps that download videos from You Tube but not from any other site.
Click to expand...
Click to collapse
Try TubeMate for YouTube videos.......It's against google policy to download videos and hence this app is no longer available on the market...
Click here to go to the app's homepage
vijay.gupta said:
The app should be...enter the url from which you want to download the video and app should do the rest.
Click to expand...
Click to collapse
Dude if you really have the video URL you can download it in any browser. The content you're after is typically one of several components of a web page; the URL you have is either for the surrounding web page, or perhaps for the swf player (the active element that chromes your video stream and provides limited interactivity with the Flash server).
What you actually need is an app to parse the obfuscated video URL from the page source--and to perform authentication if the video is hosted on an RTMP server. In other words, a YouTube downloader extension is not as easily repurposed as you imagine.
For the (GUI-dependent) majority, just using a downloader that can perform RTMP handshaking is non-trivial. That said, RTMPDump binaries have been compiled for Android--give it a try and let us know how it works out.
Does anyone know where i can get Google's video player? i've tried downloading from the market to no avail. Thanks in advance.for your help. Btw I'm rooted and running Infused 153.
Sent from my SAMSUNG-SGH-I997 using XDA Premium App
I've heard that i doesn't work on rooted phones, i installed the new market, it should install along with the new market but it didn't. I guess that's due to me being rooted.
dajeoo said:
I've heard that i doesn't work on rooted phones, i installed the new market, it should install along with the new market but it didn't. I guess that's due to me being rooted.
Click to expand...
Click to collapse
set the browser ua to desktop by typing about:useragent in the adress bar. then log into the gmail desktop site. once logged into google go to the web market at market.android.com/movies
the movies will play in the browsers video player at 480p which is the phones native res anyhow, I'm sure this is the same as google video will play it. they are hosted by youtube and I don't see the hq modes on my pc so id guess that's the quality limit.
this way it will play throuh mhl with no problems.
im rooted. the download wouldnt install from the market. it would start and then just stop for no reason. so i installed from apk. it works now, and with the market too. divx movies forward over to play in the samsung player.
Hey there Jack can you send me the apk? PM me and I'll give you my email address. muchas gracias.
thats ok. i put it in my dropbox. http://db.tt/Xya5KUS
The Jack of Clubs said:
im rooted. the download wouldnt install from the market. it would start and then just stop for no reason. so i installed from apk. it works now, and with the market too. divx movies forward over to play in the samsung player.
Click to expand...
Click to collapse
Hey Jack thanks for the apk. It installed just fine but when I tried to play a movie I rented from the market (Wedding Crashers Unrated) I got the following error:
Playback not supported on rooted devices (Error 49)
Have you rented a flick from the market and if so were you able to watch it? I'm rooted and running Infused 153. Thanks again man.
Set the browser user agent to desktop, browse to the Android Market website, and launch the movie from there. Think that may work.
nope, i have yet to see anything i would want to rent over netflix.
Dani897 said:
set the browser ua to desktop by typing about:useragent in the adress bar. then log into the gmail desktop site. once logged into google go to the web market at market.android.com/movies
the movies will play in the browsers video player at 480p which is the phones native res anyhow, I'm sure this is the same as google video will play it. they are hosted by youtube and I don't see the hq modes on my pc so id guess that's the quality limit.
this way it will play throuh mhl with no problems.
Click to expand...
Click to collapse
gtg465x said:
Set the browser user agent to desktop, browse to the Android Market website, and launch the movie from there. Think that may work.
Click to expand...
Click to collapse
yep this is how ive been doing it, works just fine.
ok, I'm a complete novice so can someone please tell me how to do this? I'm getting the rooted error 49 too and have no idea how to get the movie to play. I don't know how to open it in the browser either, so I am totally lost. I have a feeling I just wasted 3.99. Lol.
Hi All,
By now you will be knowing YouTube app supports saving videos for Indian Indonesian Filipino countries...
How to view those saved videos through MX player or any custom player?
APK link attached please check if it works for your respective country:
http://dl.dropboxusercontent.com/1/view/jzhzavneb4wb5b5/Sri/com.google.android.youtube-2.apk
Sent from Moto (G)od. THANKS for pressing thanks.
vikraminside said:
Hi All,
By now you will be knowing YouTube app supports saving videos for Indian Indonesian Filipino countries...
How to view those saved videos through MX player or any custom player?
Sent from Moto (G)od. THANKS for pressing thanks.
Click to expand...
Click to collapse
I don't know how this new offline youtube feature works. But you can always sideload TubeMate.
Actually the download icon lets us to save *allowed* videos for offline viewing from official YouTube app.
Update: This is the path and format of several such chunks of files.
/storage/emulated/0/Android/data/com.google.android.youtube/files/offline/Ah3O47RKHOSjynmWiiIEDg/streams/65MUCNr-2Vc.134.1417794297798312.0.1418534732912.v1.exo
Can anyone create app to convert these files as avi or mp4 please? Or suggest methods.
Sent from Moto (G)od. THANKS for pressing thanks.
YouTube apk decompile
Planterz said:
I don't know how this new offline youtube feature works. But you can always sideload TubeMate.
Click to expand...
Click to collapse
Yes tubemate and utubedownloader apps all works but my question is especially for official app. How to crack it?
Can anyone decompile YouTube apk and write the output stream to h263 mp3/avi/mp4? Please see OP for link.
Sent from Moto (G)od. THANKS for pressing thanks.
As for as a source -
"1-- Google is using EXO file format to save videos. This is apparently a file format used for system files and while we managed to copy these EXO files onto a computer, it can be apparently played only through the YouTube Android app.
2-- When you request a download for an offline video in the YouTube app, the video is downloaded in chunks. For example, a 3-minute file we downloaded was saved in five parts. It is possible that only the YouTube app for Android can make sense of these chunks and join them together.
3-- We also feel there is real-time encryption going on here. When the video is downloaded, not only it is broken into parts but is also converted to EXO format, compressed and encrypted in real time. This has several benefits, the one obvious benefit is that people can't copy-paste the video and share it indiscriminately. The compression, meanwhile, saves space on the disk. For example, the 3-minute long video that we downloaded actually consumed around 40MB data. But when stored on the phone, the video took only around 25mb space.
4-- When a user plays the video, it is decrypted in real time. It is possible that only YouTube's app can do this decryption.
5- If you share the offline video using Bluetooth, instead of the actual file, a web link to the video is sent to the recipient."
My idea is not to break head in YouTube encryption and decryption.
Will it be possible to use YouTube app itself to decrypt and write the output stream as mp4/avi video using ffmpeg codec?
We would require to decompile YouTube apk. The reason for this question is, YouTube is default app in almost all Android phones. There is good market out there.
Sent from Moto (G)od. THANKS for pressing thanks.
I do not think this feature is that much productive...visit this link
http://www.helpingjet.com/news/youtube-offline-video-feature/
haq.adnan said:
I do not think this feature is that much productive...visit this link
http://www.helpingjet.com/news/youtube-offline-video-feature/
Click to expand...
Click to collapse
You are very correct. It disappears.
Sent from Moto (G)od. THANKS for pressing thanks.
vikraminside said:
You are very correct. It disappear
dude we provide authentic news regarding technology....keep up to date with us on helping jet...take care
Click to expand...
Click to collapse
Great news friend. Now it was not mentioned in the app itself. Cheaters google. Should we read terms and conditions for each change log?
I got disappointed after the video disappear.
Sent from Moto (G)od. THANKS for pressing thanks.
sharing exo files and opening in another phone
If i copy and share all exo files from my phone to another phone in same folder as it was in my phone would i be able to open in youtube app in another phone.. plz reply!!
vikraminside said:
Actually the download icon lets us to save *allowed* videos for offline viewing from official YouTube app.
Update: This is the path and format of several such chunks of files.
/storage/emulated/0/Android/data/com.google.android.youtube/files/offline/Ah3O47RKHOSjynmWiiIEDg/streams/65MUCNr-2Vc.134.1417794297798312.0.1418534732912.v1.exo
Can anyone create app to convert these files as avi or mp4 please? Or suggest methods.
Sent from Moto (G)od. THANKS for pressing thanks.
Click to expand...
Click to collapse
The YouTube app can play those files. so if you could rebuild the YouTube app itself to play and convert we can do it. Pardon me if I'm being dump.
sawab said:
The YouTube app can play those files. so if you could rebuild the YouTube app itself to play and convert we can do it. Pardon me if I'm being dump.
Click to expand...
Click to collapse
Nice idea
Hi ,
You can download Vidmate app there you can easily download all YouTube videos easily ...Thanks
Motto God you sure seem to know what you're talking about.
HAVING A HECK OF A TIME WITH THIS!
Im new to all this and feeling overwhelmed. Please contact me. [email protected] . There i can better explain not so publicly.
Your help would be very much appreciated. Or if anyone else can help PLEASE DO CONTACT ME
Thank You
Aswin08 said:
As for as a source -
"1-- Google is using EXO file format to save videos. This is apparently a file format used for system files and while we managed to copy these EXO files onto a computer, it can be apparently played only through the YouTube Android app.
2-- When you request a download for an offline video in the YouTube app, the video is downloaded in chunks. For example, a 3-minute file we downloaded was saved in five parts. It is possible that only the YouTube app for Android can make sense of these chunks and join them together.
3-- We also feel there is real-time encryption going on here. When the video is downloaded, not only it is broken into parts but is also converted to EXO format, compressed and encrypted in real time. This has several benefits, the one obvious benefit is that people can't copy-paste the video and share it indiscriminately. The compression, meanwhile, saves space on the disk. For example, the 3-minute long video that we downloaded actually consumed around 40MB data. But when stored on the phone, the video took only around 25mb space.
4-- When a user plays the video, it is decrypted in real time. It is possible that only YouTube's app can do this decryption.
5- If you share the offline video using Bluetooth, instead of the actual file, a web link to the video is sent to the recipient."
Click to expand...
Click to collapse
It's an android only thing it seems, not a YouTube only thing.
There are other android apps (subscription services) that save the files in exo format & they are all real paranoid about piracy, hence the use of encrypted exo.
If many apps use the file format, then someone might be able to come up with a media player capable of playing those.
bro we can create an decrypting app
That World be very great !
Couse i searched much of Tracks in Beatport and Traxsource to pay for them.
But the Most Tracks i only find in YouTube. Couse im doing sometimes Dj Set's for Radio the GEMA and Licens will be payed Form Fm4 so i dont need to pay for the Tracks since i didnt Play them in a Club or something.
Please write if their is an converter for exo Files to mp3 ....
If u World have time: my Email= [email protected]
THANKS A LOT !!!!
DJ SKIP
jothiprasath said:
bro we can create an decrypting app
Click to expand...
Click to collapse
Hey can someone tell me which app is exactly good for downloading youtube videos ?
Saeed rehman said:
Hey can someone tell me which app is exactly good for downloading youtube videos ?
Click to expand...
Click to collapse
I use the site ClipConverter.cc. Just navigate to it using any web browser, and it works great.
Saeed rehman said:
Hey can someone tell me which app is exactly good for downloading youtube videos ?
Click to expand...
Click to collapse
Looking for download youtube videos? The following method-
(*Recommend Method*)
Download Tubemate.apk (Google it)
Install it
After Installed go thrown the Video you're like to download.
Press Green Install icon on upper right corner.
(*Alternate Method*)
Open Brower and go to Youtube.com
Open Video you're like to download
Then Do this
Deletehttp://m.
Ex
http://m.youtube.com/****/******
Replace with typing ss
Ex
ssyoutube.com/****/****
Now download it in that website
Click to expand...
Click to collapse
Hope it help you...
I know a similar way as Rajaks, but just a little easier. Go to your desired youtube video with your phone's internet browser, then press 'ss' right before the youtube. As for an example : https://www.ssyoutube.com/watch?v=lqBoydmdiuE
Or you could just use ViralLite which allows you to download the YouTube videos and play them later.
downloader
you can do it here http://inettools.net/en/application/youtubedownloader
Download a app called tubemate for downloading youtube videos go to youtube app and open a video and click on share at the top of video screen and selete tubemate then it will automatically open tubemate now you just select the resolution of video i recommand you to select 640×360 (mp4) then click on download.
Download link- http://www.androidfreeware.net/download-youtube-tubemate.html
Press thanks if helped.
Add "ss" before the "YouTube" and it will redirect you to the download site
Here is OG YouTube v4.2 basted on latest version of Youtube features like never seen… ..
Features like Mx player make your YouTube like mx player , pop window & background audio , video ,download multiple video/audio features etc...etc.
------------
Download Moded youtube app from here:
Direct link ?:https://uploadfiles.io/vxy6e
AND
It need Micro G to sign in with Google Account
Direct link ? :https://uploadfiles.io/jtwpt
Share your love ❤ on My Instagram id: a1_rakesh
I hope You All Enjoy My Post ? ??
Not work
I personally tested it work well
I not conform that it work properly or not on google phone like google nexus etc
Rest all phone work well.?
Download not working
anjelz2012 said:
Not work
Click to expand...
Click to collapse
Bug: Downloading video not working in some of videos
Plz repair link
Just search on google YouTube vanced apk xda
Rakesh Mahto said:
Just search on google YouTube vanced apk xda
Click to expand...
Click to collapse
So.what is point of your thread..?