[FIX] MLB at Bat Live Game Streaming on CM7,OMFGB, OMGB Thunderbolt - Thunderbolt Android Development

This fix is for the MLB at Bat app and will not break Netflix. MLB.TV users can enter thier account info on MLB at Bat for access to all live streaming games on their phone via Flash.
The problem is with CM7, OMFGB, OMGB that when you load up MLB at Bat and enter your MLB.TV account information, you do not get the option for the live games. This has only been tested on CM7 and will probably work on OMFGB/OMGB. This is not a problem for Sense based roms. There are two parts to the fix.
1. Getting the MLB at Bat app to recognize that your phone is authorized to play live content.
2. Getting the flash player to stream properly. Users encounter a live stream with only audio and no video on AOSP based roms. OR no stream at all.
FIX Part 1 (Getting MLB at Bat to authorize your phone for live content)
You need to edit the build.prop file in /system of your phone's root file system. To do this you need to use a file system viewer/edit app that can mount the file system as read/write ie. ES File Explorer or Root Explorer. I use Root Explorer. You can get this app on the market for $3.93US. Well worth the money with what it can do. ES File explorer is free on the market but is hit or miss on certain ROMs when it comes to mounting the file system to read/write. My instructions will be with Root Explorer but will be similar if you decide to use ES File Explorer.
To Begin:
Edit the build.prop (if you are a Netflix user, don't worry. It still works after this fix)
-Open Root Explorer and navigate to the root of your phone's file structure.
-Go to the file /system. Then press the Mount R/W button in the top right hand corner.
-Press and hold the file build.prop
-Scroll down and select "Open in Text Editor."
-Edit the following information exactly as it appears below under NEW.
OLD
ro.product.model=ThunderBolt
ro.product.brand=htc_wwe
NEW
ro.product.model=ADR6400L
ro.product.brand=verizon_wwe
-Then press menu> Save Changes. It will then backup your old build.prop as build.prop.bak and save the new one as build.prop
-Reboot your phone.
-After it boots up open MLB at Bat and make sure your MLB.TV account information is setup. Press and hold an in progress game. You should now have the option to watch the game live.
IMPORTANT!!!!!!!!!!! You need to attempt to watch a game before doing FIX Part 2 or it will not work. The file you need to edit “config.data” will not be there.
Fix Part 2
This is the same fix that is posted on the first page of slayher’s CM7 RC 1.4 post for fixing Flash player 10.3 in the stock browser by removing permissions in config.data. The only difference is we are doing it for MLB at Bat.
To begin:
-Using Root explorer navigate to /data/data/com.bamnetworks.mobile.android.gameday.atbat2011.full/app_plugins/com.adobe.flashplayer/.macromedia/Flash_Player/
-Press and hold the file config.data and select Permissions.
-Remove the check marks in all the boxes and then select ok.
-Then Reboot
You should now be able to watch live games.

Thanks OP this was one of the last things that I wanted for CM7!

This is great, thanks.
Unfortunately, it does not work for me.
Part 1 was ok, I see the option to watch live feed, click on it.... does not work.... and I jump into Part 2.
But the required file is not there.
Tried many times.
Thanks anyway.

nricci said:
This is great, thanks.
Unfortunately, it does not work for me.
Part 1 was ok, I see the option to watch live feed, click on it.... does not work.... and I jump into Part 2.
But the required file is not there.
Tried many times.
Thanks anyway.
Click to expand...
Click to collapse
Are you using using data or wifi to stream? Are you using CM7 or OMFGB? If your on data give the app a minute to determine your location. Wifi it should start right up. Also this is assuming you have the game plan with no blackouts. The app will not stream until it knows your location via cell tower or wifi. The stream should start up with sound only and no video. Once that happens you can move on to step 2.
Sent from my ADR6400L using XDA Premium App

nricci said:
This is great, thanks.
Unfortunately, it does not work for me.
Part 1 was ok, I see the option to watch live feed, click on it.... does not work.... and I jump into Part 2.
But the required file is not there.
Tried many times.
Thanks anyway.
Click to expand...
Click to collapse
Also, I don't know if this makes a difference but I was using Flash 10.3 from the market, not 10.2.

Those having problems. This fix is for Flash 10.3. Try uninstalling MLB at bat and also Flash 10.3 and reboot. Then, re-install Flash 10.3 and then MLB at Bat. Turn WiFi on. Then try to play a live game. Wait for the stream to initialize with sound and then shut down MLB at Bat. Then do Part 2 of the fix.

Related

[HOW-TO] [Flash] [HULU] How to make Hulu (and others) work on the Samsung Galaxy Tab

The Galaxy Tab uses a custom build of Flash. If you try to install one of the hacked Nexus One Flash apks that are floating around, it won't work. Not only will you not be able to access Hulu, but Flash won't work at all. You also can't use the Android Market version.
Here's how to hack the Galaxy Tab to make Flash work with Hulu and other sites that block Android. These instructions are intended for more advanced users. Maybe someone nice will come along and post a pre-hacked apk, but I'm not going to post one myself. Sorry
1. Make sure your Galaxy Tab is rooted. If it isn't, you can easily root it by downloading z4root from the Android Market and running it.
2. Make sure you have Root Explorer installed. You can buy it for a few bucks in the Market if you don't already have it. It's a great program and worth the few dollars.
3. First, you need to get rid of the pre-installed version of Flash that comes with the Tab. Using Root Explorer, move install_adobe_flash.apk from /system/app/ to /sdcard/. You want to make sure it no longer exists in /system/app/ but that you have a backup copy in /sdcard/.
If you are like me and already deleted the original install_adobe_flash.apk from the Tab without backing it up, you will have to grab a new copy from a Galaxy Tab ROM. Find a Galaxy Tab ROM online (P1000XXJK5 works), uncompress it, mount factoryfs.rfs as an ISO, and get a new copy of the apk file out of it.
4. Next, you need to hex edit this version of Flash to make it appear as though it was Flash for Windows.
Now that you have install_adobe_flash.apk in the /sdcard folder, plug in the tab and enable USB file sharing.
Copy the apk file to your computer and unzip it. Inside, you will find /lib/armeabi-v7a/libflashplayer.so.
Open libflashplayer.so file in your favorite hex editor (Hex Fiend is good on OSX). Search for the ascii string "AND 10,1,92,8" (the numbers might be slightly different depending on your Tab's ROM). Replace that string with "WIN 10,1,102,64". Make sure the hex editor is in overwrite mode when you do this. The new string is longer than the old string, but you don't want to change the file size. Save the file.
5. Now you need to get your hacked version of Flash back onto the Tab.
You have a few options. You could install the flash apk using "adb install install_adobe_flash.apk". That would get you flash back. Then you could copy your hex edited libflashplayer.so to the /sdcard folder and then use Root Explorer to replace /data/data/com.adobe.flashplayer/lib/libflashplayer.so with your version. That will work fine, but you will have to recopy your modified libflashplayer.so over the original one every time you reboot.
The better option would be to rebuild install_adobe_flash.apk with your hacked library included. Then you can install your modified flash apk.
6. Browser Settings
Dolphin HD is the best choice. You need to make sure the user agent is set to "Desktop". It seems like you also need Flash set to "Always On", not "On Demand". It seems to act flakey with On Demand but your experience might vary.
You can alternatively use the Hulu Bookmark app in the app store instead of Dolphin HD.
Playback can be a bit choppy on Hulu in full resolution. Play around with other sites besides Hulu too. Other sites like cbs.com and adultswim.com worked for me.
Have fun!
Thx great work, any instructions on how to rebuild the apk ?
Sent from my GT-P1000 using XDA App
Nice, thanks for the writeup. Flash is still far too flaky on mobile for my taste though. Its a complete mess IMO.
Would you be able to post the apk you used? I would gladly host it.
Rebuilt .APK is not installing
Followed the directions but I am not sure if I rebuilt the .apk properly as my modified Flash Player package fails to install. Can someone please post a working modified .apk?
I was following great until
... rebuild install_adobe_flash.apk with your hacked library included ...
How is that done?
Sign APKs
here is a tutorial on creating a key and how to sign an apk. hope this helps.
http://www.androiddevelopment.org/tag/apk/
I tired following your instructions to the letter then returning the edited hex file into the apk replacing the existing one, but no go. Is there a particular way it needs to be recompiled? If anyone knows how and can provide the edited apk for an ATT galaxy tab I would happily donate and I'm sure I'm not alone.
no dice
hulu and other sites gives me an error "requires flash player 10.0.32 or higher..."
as far as hexing, signing, and installing everything works a charm.
http://www.pixeldesire.com/box/install_flash_player.apk-signed
Wondering if you could use the Flash apk from the files for the Epic: http://forum.xda-developers.com/showthread.php?t=841472
Does anyone know about that apk?
Which apk?
Sent from my SGH-T849 using XDA App
hulu and other streamers
okay so a whole peck of websites are rolling out xda's howto for the hulu hack, but any comment says it no workee. anybody that can confirm or deny? also, anybody got a line on netflix for the Galaxy Tab?
crazyhack said:
okay so a whole peck of websites are rolling out xda's howto for the hulu hack, but any comment says it no workee. anybody that can confirm or deny? also, anybody got a line on netflix for the Galaxy Tab?
Click to expand...
Click to collapse
im on sprint tab and it def dont work. spent a few hours with it one day...maybe intended for an older flash like the firmware op suggests...just amazed how many stupid blogging sites repost info w/o testing...way to spread the ignorance...i have another idea on how to make it work using what i know about my evo. this MAY work. if it does i will post the apk...
it would be cool if we can get something working.
Success! Thanks to the OP for the write-up. I took the stock AT&T flash player apk, hex edited the version in libflashplayer.so and replaced it on the phone. It works fine in Dolphin HD (plugins set to Always; haven't tried On-demand) for Hulu.
I tried my hand at repacking the apk and signing it, but it doesn't seem to register the plugin using my apk, even though it's properly signed. So for now, the only approach that seems reliable is to install the stock apk and once installed, copy the modified libflashplayer.so over to /data/data/com.adobe.flashplayer/lib.
See attached. I provide no guaranties, so YMMV. Unzip libflashplayer.so.zip prior to copying.
EDIT: Works great on southparkstudios.com too!
Would this work with the netflix web site?
Thanks for your efforts.
agentdr8 said:
Success! Thanks to the OP for the write-up. I took the stock AT&T flash player apk, hex edited the version in libflashplayer.so and replaced it on the phone. It works fine in Dolphin HD (plugins set to Always; haven't tried On-demand) for Hulu.
I tried my hand at repacking the apk and signing it, but it doesn't seem to register the plugin using my apk, even though it's properly signed. So for now, the only approach that seems reliable is to install the stock apk and once installed, copy the modified libflashplayer.so over to /data/data/com.adobe.flashplayer/lib.
See attached. I provide no guaranties, so YMMV. Unzip libflashplayer.so.zip prior to copying.
EDIT: Works great on southparkstudios.com too!
Click to expand...
Click to collapse
bhagiratha said:
Would this work with the netflix web site?
Thanks for your efforts.
Click to expand...
Click to collapse
Browsing their website works fine, but you can't stream directly to the browser. That requires Silverlight, which I don't believe is available for the Android platform.
agentdr8 said:
Success! Thanks to the OP for the write-up. I took the stock AT&T flash player apk, hex edited the version in libflashplayer.so and replaced it on the phone. It works fine in Dolphin HD (plugins set to Always; haven't tried On-demand) for Hulu.
I tried my hand at repacking the apk and signing it, but it doesn't seem to register the plugin using my apk, even though it's properly signed. So for now, the only approach that seems reliable is to install the stock apk and once installed, copy the modified libflashplayer.so over to /data/data/com.adobe.flashplayer/lib.
See attached. I provide no guaranties, so YMMV. Unzip libflashplayer.so.zip prior to copying.
EDIT: Works great on southparkstudios.com too!
Click to expand...
Click to collapse
Sorry, does not work for me. Any suggestions? I did try in Miren and the default browser so perhaps browser specific?
Just tried Dolphin HD, no go. using your files.
I hope someone who knows better can get this working on a Tmo tab and confirm it before I blow mines up.
Hulu is a must have for long trips!

[App]Official Moto Video Player

This is the official motorola video player
http://www.megaupload.com/?d=2DNRIA0D
Download to device and install (may not download with xoom itself so dl using a PC and transfer to Xoom storage)
If install fails for any reason:
Place in system / app using root explorer or adb
then restsrt device
I got it from my moto atrix for whatever reason its not installed on the xoom
Powerful player and works with upnplay for streaming 720p content from ur home network unlike rock player or vplayer (slow and audio video sync issues)
i tried installing real player manually too but its resolution is off doesn't do full screen.
Doesn't install on any of my devices.
Sent from my GT-P1000
It wont install u need to push it with adb or use root explorer as OP.says
Sent from my MB860 using XDA App
Hotfile is being a real pain. could you put it on a better dump site? I'd love to try this. Does 720p high profile work?
i doubt that but i didnt try. Its just a MUCH better stock player that will play alot that the 'movies' app won't. Such as dlna over ur network for example (flvs, mp4s)
ive re-upped it.
Link not working for me
Copied to system/app, restarted, no icon.
Any ideas?
it won't show as a icon but when trying to play a movie itll pop up as a choice
SS2006 said:
This is the official motorola video player
Powerful player and works with upnplay for streaming 720p content from ur home network unlike rock player or vplayer (slow and audio video sync issues)
Click to expand...
Click to collapse
Tried installing using the directions posted, no luck. Could you give a little more info on install/use please?
johnpwu said:
Tried installing using the directions posted, no luck. Could you give a little more info on install/use please?
Click to expand...
Click to collapse
1) download file on your pc (it wouldn't work when I downloaded straight on my xoom)
2) move the file over to your "sdcard"
3) open Root Explorer (make sure you are rooted)
4) move the file on your sd card over to /system/app (make sure /system/app is in r/w mode)
The end.
I would love to try this, but root explorer force closes on me everytime i attempt to open it.
Sent from my PC36100 using Tapatalk
robbiev80 said:
1) download file on your pc (it wouldn't work when I downloaded straight on my xoom)
2) move the file over to your "sdcard"
3) open Root Explorer (make sure you are rooted)
4) move the file on your sd card over to /system/app (make sure /system/app is in r/w mode)
The end.
Click to expand...
Click to collapse
mirror please, mediafire.com or multiupload.com
thanks
robbiev80 said:
1) download file on your pc (it wouldn't work when I downloaded straight on my xoom)
2) move the file over to your "sdcard"
3) open Root Explorer (make sure you are rooted)
4) move the file on your sd card over to /system/app (make sure /system/app is in r/w mode)
The end.
Click to expand...
Click to collapse
Thanks for the reply. This is exactly what I did the first time. I did it again, and didn't have any problems (again). Maybe what I'm missing is how to actually play videos with this player? When I open a video file, I don't have a new listing/app option. I'm also very interesting in the streaming features the OP mentioned.
johnpwu said:
Thanks for the reply. This is exactly what I did the first time. I did it again, and didn't have any problems (again). Maybe what I'm missing is how to actually play videos with this player? When I open a video file, I don't have a new listing/app option. I'm also very interesting in the streaming features the OP mentioned.
Click to expand...
Click to collapse
Most likely you have already defined one of your Multimedia apps as default player. Go to Settings>Applications and find your video players. One of them will have the "Launch by default" set. If you clear that you should be able to see the list of choices again when playing a video file.
funnycreature said:
Most likely you have already defined one of your Multimedia apps as default player. Go to Settings>Applications and find your video players. One of them will have the "Launch by default" set. If you clear that you should be able to see the list of choices again when playing a video file.
Click to expand...
Click to collapse
Sorry, I should have explained more fully. It's not that I don't get the list of apps with which I can play a video, it's that there isn't a new app in the list-- I have no way to select this new player
Not to put a damper on anyone's enthusiasm around here, but has it occurred to anyone that maybe it won't work quite right because this apk was designed for a different OS version, OS skin, different hardware (though same Tegra 2 SOC), etc?
I Signed the APK now you can install it, at least it worked for me. OP if you want to download this and repost it I will delete this file after. Thanks for posting.
http://www.megaupload.com/?d=2DNRIA0D
mirror
Any reports on how the signed APK behaves/works?

Modified libflashplayer.so and hulu?

Anyone had any luck getting the video player to actually work, i modified the .so file myself so i know i did it correctly at least as far as the patch that worked on my phone is concerned but on the acer i just got i can't get it to load up a video, just sits there blank
EDIT: nevermind i forgot to reset user agents and flash permissions on the browser, i guess i'm too tired
where do you place the so file??? Can you help me get this working?
Get eh libflashplayer.zip from here and follow the instructions.
http://forum.xda-developers.com/showthread.php?t=1010606
Make sure you have installed flash 10.3 first.
Works great.
Ok I still can not get this to work.
I have Flash 10.3
I downloaded the zip file in the link and moved the .so file into the data/data/adobe..... location and replaced the file that was in there.
I rebooted. I have Dolphin HD set to desktop. I have cleared all the cache and cookies. I have it set to always enable plug-ins as suggested deep in those threads.
I have tried everything but yet, neither the apk hulu listed, or the website will play any hulu videos. I can see the page, the ads load fine. SpikeTV loads it's videos, just not Hulu.
I keep getting the "video not available on your platform" after the loading circle.
Help????
Edit: The stock browser does not work either.
I've noticed that every time I reboot that file gets reverted and I have to copy it back over.
Try killing your browser with a task manager and reopening it after copying, instead of rebooting.
netham45 said:
I've noticed that every time I reboot that file gets reverted and I have to copy it back over.
Try killing your browser with a task manager and reopening it after copying, instead of rebooting.
Click to expand...
Click to collapse
That did it! Thanks!
It's working in Dolphin HD.
So to recap the steps for others.
Get Flash 10.3
Go to link mentioned above,
Download the .so Zip file.
Move the .so file to the data/data/adobe..lib folder
replace the file with the downloaded.
Make sure you are set to Desktop and not Mobile.
Also, not sure if it is needed, but I set the settings to Always Enable Plug-Ins.
Hulu works!

Fix for Flash 10.3 on CM7

To get Flash 10.3 working on the stock browser you need to do two things:
1) force stop the browser process
2) Remove all permissions for /data/data/com.android.browser/app_plugins/com.adobe.flashplayer/.macromedia/Flash_Player/config.data
*Fix also works for Dolphin. Just change com.android.browser to mobi.mgeek.TunnyBrowser
Changing the permissions restricts the flash plugin or the stock browser or the webkit or I dunno what from reading config.data. This file is screwing with video playback of anything over 240p.
What's weird is that the config.data generated for 10.2 and 10.3 appears to be identical, except for the ProductVer string. Since the file contains settings for h264 high, baseline and main profiles, there's probably some change in 10.3 to the way it uses this information.
Either way, this is a bandaid for those that don't wish to use Opera until the heart of the issue is found/addressed.
how do you remove permissions? i saw the ability to do this was added in a while ago in the nighthlies, but I've never had to do it....
martonikaj said:
how do you remove permissions? i saw the ability to do this was added in a while ago in the nighthlies, but I've never had to do it....
Click to expand...
Click to collapse
You'll need to use a file manager that supports it. I use File Expert while others prefer Root Explorer.
Btw, this is not the same as application permission control which is what you are thinking of.
HTC Vision (G2) - CM7 B100 w/AUS radio
Your is not short for you are, but you're is.|It's means it is and never ever anything else.|Pluralization by way of an apostrophe is always wrong!
onelikeseabass said:
You'll need to use a file manager that supports it. I use File Expert while others prefer Root Explorer.
Btw, this is not the same as application permission control which is what you are thinking of.
HTC Vision (G2) - CM7 B100 w/AUS radio
Your is not short for you are, but you're is.|It's means it is and never ever anything else.|Pluralization by way of an apostrophe is always wrong!
Click to expand...
Click to collapse
oh okay. ill try it.
Well no matter the file browser I chose, the data/data directory doesn't exist, it just shows up empty. Even running multiple searches in File Expert yielded no results
martonikaj said:
oh okay. ill try it.
Well no matter the file browser I chose, the data/data directory doesn't exist, it just shows up empty. Even running multiple searches in File Expert yielded no results
Click to expand...
Click to collapse
Either you aren't rooted or you don't have superuser installed.
HTC Vision (G2) - CM7 B100 w/AUS radio
Your is not short for you are, but you're is.|It's means it is and never ever anything else.|Pluralization by way of an apostrophe is always wrong!
onelikeseabass said:
Either you aren't rooted or you don't have superuser installed.
HTC Vision (G2) - CM7 B100 w/AUS radio
Your is not short for you are, but you're is.|It's means it is and never ever anything else.|Pluralization by way of an apostrophe is always wrong!
Click to expand...
Click to collapse
I'm running CM7...
using terminal emulator i can just do a cd data/data/com.android.browser and it shows the listing. but if i go to the file manager it doesnt show it. Weird.
So i was able to edit the permissions. My superuser app wasnt properly giving superuser permission to the file explorer, which is weird because during that time it worked for terminal emulator just fine...
I removed all permissions for it, but flash still isnt working.
nvm. Fixed. Left the boxes on the far right checked, for 'Exe', and unchecked all other read and write permissions boxes. Working so far.
Nice find! Works perfectly...
Was just about to do this but looks like the newest nightly will incorporate this fix.
Edit: nevermind, something different.
Sent from my T-mobile G2
martonikaj said:
So i was able to edit the permissions. My superuser app wasnt properly giving superuser permission to the file explorer, which is weird because during that time it worked for terminal emulator just fine...
Click to expand...
Click to collapse
In File Expert, press Menu > More > Settings > File Explorer Settings > scroll to the bottom, make sure "Root Explorer" is checked
I love you
Finally got around to this and the fix works great. Ditto the person above me.
Sent from my T-mobile G2
works but video seems to be stucked after long press on video for fullscreen. thanks for the tip
onelikeseabass said:
To get Flash 10.3 working on the stock browser you need to do two things:
1) force stop the browser process
2) Remove all permissions for /data/data/com.android.browser/app_plugins/com.adobe.flashplayer/.macromedia/Flash_Player/config.data
*Fix also works for Dolphin. Just change com.android.browser to mobi.mgeek.TunnyBrowser
.
Click to expand...
Click to collapse
Can anyone give me a set-by-step walk through on how to do this. I can find the data/data/com.android.browser in file expert, but dont see the /app_plugins/com.adobe.flashplayer/.macromedia/Flash_Player/config.data.
How exactly do you remove the permissions and how do you change the com.android.browser to the mobi.mgeek.TunnyBrowser?
Sorry for the noob questions.
Having issue with fix
Hello. I've been trying to perform the fix but I'm running into an issue. I have CM 7.0.3 on a gTablet running Flash 10.3.185.23. I am using File Expert and it has been given access by super user.
The issue is that I can browse to /data/data/com.android.browser/app_plugins/com.adobe.flashplayer/.macromedia/Flash_Player/ but I do not see the config.data file in that folder. I have tried looking in the Dolphin Browser folder also but it's no there. I have even tried doing a search in the whole com.android.browser folder but it's still not finding it. Am I missing something or doing something wrong? Thank you.
So I finally figured it all out and thought I would share.
I installed the "updated" version of flash 10.3 from here
http://forum.xda-developers.com/attachment.php?attachmentid=618977&d=1307513130
Then I followed the same instructions as in this video to enable HULU, but dropbox is not necessary if you dont want it.
http://youtu.be/1JbZnSKCfY0
I was having trouble with the directory given in the original post because I had already set up Dolphin as my default browser, so the app_plugins...extension I was looking for was in there not in com.android.browser.
So in file expert, first make sure you have given super user permissions, then hit the back arrow at the bottom menu bar "2 times", press data, press data again, scroll down to the bottom to mobi.mgeek.TunnyBrowser, there should be 2 files with the same name, dont choose the one with only a lib folder, it should have many folders, scroll to top and find app_plugins and press, press com.adobe.flashplayer, press .macromedia, press Flash_Player, at the bottom you should see config.data, long press the file, "operations menu opens" press file operations, then press permissions, uncheck ALL boxes.
Then go back into Dolphin Browser and give it a shot. I have been able to watch all episodes I tried on HULU and all videos on youtube in the browser, when in you tube and selecting videos to watch, make sure you choose the Dolphin choice and not m.youtube or browser, and dont switch back and forth between android and desktop mode, if you do you will revert the custom agent file back to a recognized mobile platform even if you choose desktop mode again, it needs to stay at the custom. I dont use any other browsers so I dont know if it will work for others, but I imagine the same file extensions will be associated with any browser you have set as your default and you should be able to do all the same steps. I'm currently running cm7.0.3 stable, hope this helps anybody that needs it.
it works !
in terminal just two command you need:
Code:
su
chmod 000 /data/data/com.android.browser/app_plugins/com.adobe.flashplayer/.macromedia/Flash_Player/config.data
robzoo said:
So I finally figured it all out and thought I would share.
I installed the "updated" version of flash 10.3 from here
http://forum.xda-developers.com/attachment.php?attachmentid=618977&d=1307513130
Then I followed the same instructions as in this video to enable HULU, but dropbox is not necessary if you dont want it.
http://youtu.be/1JbZnSKCfY0
I was having trouble with the directory given in the original post because I had already set up Dolphin as my default browser, so the app_plugins...extension I was looking for was in there not in com.android.browser.
So in file expert, first make sure you have given super user permissions, then hit the back arrow at the bottom menu bar "2 times", press data, press data again, scroll down to the bottom to mobi.mgeek.TunnyBrowser, there should be 2 files with the same name, dont choose the one with only a lib folder, it should have many folders, scroll to top and find app_plugins and press, press com.adobe.flashplayer, press .macromedia, press Flash_Player, at the bottom you should see config.data, long press the file, "operations menu opens" press file operations, then press permissions, uncheck ALL boxes.
Then go back into Dolphin Browser and give it a shot. I have been able to watch all episodes I tried on HULU and all videos on youtube in the browser, when in you tube and selecting videos to watch, make sure you choose the Dolphin choice and not m.youtube or browser, and dont switch back and forth between android and desktop mode, if you do you will revert the custom agent file back to a recognized mobile platform even if you choose desktop mode again, it needs to stay at the custom. I dont use any other browsers so I dont know if it will work for others, but I imagine the same file extensions will be associated with any browser you have set as your default and you should be able to do all the same steps. I'm currently running cm7.0.3 stable, hope this helps anybody that needs it.
Click to expand...
Click to collapse
You didn't explain how you set up the stock browser being that dolphin was your default.
netrice said:
it works !
in terminal just two command you need:
Code:
su
chmod 000 /data/data/com.android.browser/app_plugins/com.adobe.flashplayer/.macromedia/Flash_Player/config.data
Click to expand...
Click to collapse
So couldn't you replace "com.android.browser" with the alternate folder respectively for any others browser you use?
flip3547 said:
So couldn't you replace "com.android.browser" with the alternate folder respectively for any others browser you use?
Click to expand...
Click to collapse
Not in terminal no, but the other method yes.
Works perfect. No complains at all.
Thanks

Hulu,Smartview and Netflix not working

So i flashed Jesse' s semi stock kernel for exynos unfortunately it seems those listed in the title arent functioning as on hulu i can only see the ad that plays before the show then it stops playing and Netflix and Smartview dont play at all. Is there a fix for this or a good kernel youd recommend that keeps this intact, i flashed this kernel to be able to change selinux mode to permissible (running Android 7.0 magisk rooted gs8)
So i switched to notorious and smart screen works now but my streaming apps which are hulu and Netflix still arent working id appreciate the help if someone can help or knows of a similar problem
You need to have root first.
Using any file manager with root access.
Set the directory to read-write.
Find this file.
/system/lib/liboemcrypto.so
Just rename it to liboemcrypto.bak . then close the file manager.
Reopen Netflix and see if the streaming now works.
batuzai04123 said:
You need to have root first.
Using any file manager with root access.
Set the directory to read-write.
Find this file.
/system/lib/liboemcrypto.so
Just rename it to liboemcrypto.bak . then close the file manager.
Reopen Netflix and see if the streaming now works.
Click to expand...
Click to collapse
Thanks man appreciate the help
Another possible location for the file
I found that my file was in the folder /system/vendor/lib
same file name.
Also, I had to reboot.
This was for hulu and an S8plus.

Categories

Resources