n0k0m3 / revanced-build-template

Github Template for building Revanced
GNU General Public License v3.0
138 stars 151 forks source link

change package name #41

Closed ramanveerji closed 2 years ago

ramanveerji commented 2 years ago

if we build manually from revanced patches then the package name is different, but with this tool, package name is set to the original one. And it is impossible to update the app on non rooted device. Please tell me how can i change package name to app.revanced.android.youtube.

ManorSailor commented 2 years ago

if we build manually from revanced patches then the package name is different, but with this tool, package name is set to the original one. And it is impossible to update the app on non rooted device. Please tell me how can i change package name to app.revanced.android.youtube.

-2147483648_-214629

Above is the SS of revanced YT running on a non-rooted android device, the app was compiled using the latest version of revanced builder script. It seems to be working fine here. The script is merely a wrapper for the actual tool i.e, revanced cli, it doesn't/cannot modify the package in any way. Revanced CLI by default produces the non-root variant under a new package name by default. Please try re-running your build & check

n0k0m3 commented 2 years ago

cannot reproduce, built with the script will give a non-root apk that has app.revanced.android.youtube as package name