Open ghost opened 10 years ago
ANDROID 4.0.3 - 20140314 XBMC 13.0-ALPHA - Mar 4 2014 PVR - update-osx-20140314-full
Its possible to run netflix on device with some tweaks. We need this tweaks as default
https://www.youtube.com/watch?v=ojxTaePJKik&feature=player_embedded https://www.youtube.com/watch?feature=player_embedded&v=R2mibolZ4RE
/data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml
nflx_player_type 6 nflx_bitrate_cap -1 nf_subtitle_configuraton 2
renice -20 -u app_41 (user app_41 running netflix)
Script sugestion
if [ -f /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml ]; then grep -q nflx_player_type._6 /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml && exit 0 cp /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml.orig && sed -e 's|<int name="nflx_playertype".||g; s||\n|g' /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml.orig > /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml && rm /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml.orig fi
Currently only support SD quality, timing issue with subtitles. Tested on 2014-04-18 Release
New Subject
ANDROID 4.0.3 - 20140314 XBMC 13.0-ALPHA - Mar 4 2014 PVR - update-osx-20140314-full
Its possible to run netflix on device with some tweaks. We need this tweaks as default
https://www.youtube.com/watch?v=ojxTaePJKik&feature=player_embedded https://www.youtube.com/watch?feature=player_embedded&v=R2mibolZ4RE
/data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml
nflx_player_type 6 nflx_bitrate_cap -1 nf_subtitle_configuraton 2
renice -20 -u app_41 (user app_41 running netflix)
Script sugestion
!/system/bin/sh
if [ -f /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml ]; then grep -q nflx_player_type._6 /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml && exit 0 cp /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml.orig && sed -e 's|<int name="nflx_playertype".||g; s|| \n|g' /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml.orig > /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml && rm /data/data/com.netflix.mediaclient/shared_prefs/nfxpref.xml.orig
fi