Friday, 7 August 2015

How to speed up YouTube on Android by enabling ExoPlayer



BY ANDROMOBI1 7 AUG 2015,


1. Download a file manager with root access like ES File Manager or Root Explorer.

2. Open your file manager and go to:/data/data/com.google.android.youtube/shared_prefs. Find a file called youtube.xml.

3. Edit youtube.xml file using a text editor (long tap and select edit). Find <map> and add these lines just below it.

<string name="exo_player_activation_type">ADAPTIVE</string>
<boolean name="enable_exo_cache" value="true"/>
<boolean name="show_exo_player_debug_messages" value="true"/>


4. Save the file and reboot your phone.

5. Open the YouTube app and if it crashes, delete app cache, then restart the app. Now, play a video and see how it loads video.


No comments:

Post a Comment