gnuhead-chieb / revanced-automatic-builder

Bash script that builds Revanced(All apps!) automaticaly. Just run script!
GNU General Public License v3.0
45 stars 5 forks source link

Can't install YouTube #15

Closed jojojojojoj5564656465465 closed 1 year ago

jojojojojoj5564656465465 commented 1 year ago

Screenshot_2023-01-28-14-26-39-74_84d3000e3f4017145260f7618db1d683.jpg

Screenshot_2023-01-28-14-27-15-06_3d73e98b1ad3bd2575f7a56513d89a0c.jpg

It say that file already exists

If you update your program how can I upgrade?

How can I fix it?

jojojojojoj5564656465465 commented 1 year ago

It find keystore

gnuhead-chieb commented 1 year ago

if you have keystore, rename it to youtube-patched.keystore and save it to ~/.revanced

if not, uninstall app and install again

jojojojojoj5564656465465 commented 1 year ago

The solution was to remove all the updates from the original YouTube app. Thank you for your app

jojojojojoj5564656465465 commented 1 year ago

https://github.com/charmbracelet/gum

I think it would make your script better.

Could you add exit options & and color if I have installed but late in update

gnuhead-chieb commented 1 year ago

https://github.com/charmbracelet/gum

I think it would make your script better.

Rejected.I don't want to add external dependencies because it makes more bloat. Instead, I am planning to support simple GUI for termux by using termux-dialog if Termux:API app installed.

Could you add exit options

It able to add such feature.But I don't feel it is very important because Ctrl+C can be used to exit.

and color if I have installed but late in update

Already planned in #9, but As shown in https://github.com/gnuhead-chieb/revanced-automatic-builder/issues/10#issuecomment-1287715662 it isn't possible to fetch current version of apps from Termux without Root/ADB due to Android limitation