2023年6月6日星期二

Android 4.2.2 無法使用 YouTube的解決方法,使用 NewPipe Legacy

 在網路上查詢了很久,總算找到了一個解法
 並且讓我的舊平板電腦,也可以上 YouTube看影片

NewPipe 是一個 Open source,如果你的Android 是 4.2.2 (低於 Android 4.4)
可以到以下的網站,下載 NewPipe Legacy (0.20.8版)

https://f-droid.org/packages/org.schabi.newpipelegacy/#latest












If your device is Android 4.2.2 and cannot successfully use the YouTube, you can install the "NewPipe Legacy" APK.

The NewPipe Legacy is an open source. After I install into my Table computer, the YouTube can work now. You can use your Table computer and click the following link. Then download the version 0.20.8, this should be work. 

Best Regards!


沒有留言:

發佈留言

使用 lsblk 印出 emmc 每個 partition的"名字"與"size"

使用以下的command可以印出 eMMC的 partition資訊 lsblk --bytes --output name,partlabel,size   參數說明 --bytes: partition的大小,以byte的方式輸出 --output: 後面可以指定要輸出的內容...