Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant make yt2009 apks #148

Open
Radiatorgaming420 opened this issue Oct 14, 2024 · 12 comments
Open

cant make yt2009 apks #148

Radiatorgaming420 opened this issue Oct 14, 2024 · 12 comments

Comments

@Radiatorgaming420
Copy link

basically i cant make any yt2009 apks due to registerDevice not existing, it dosent matter if i use autoapk.js or manually patch it, it still gives me the error "check system time and network" and mainly due to registerDevice not being in the yt2009 instance when hosted (im patching an apk for my own instance), i even double checked the apk instructions and i wasnt doing anything wrong as the instructions said to redirect "youtube.com/youtube/accounts/registerDevice" to "your" instance, in my case 192.168.0.107. Also ftde0, just wondering what exactly registerDevice is, thx.

@Radiatorgaming420
Copy link
Author

bruhhhhhh

@Radiatorgaming420
Copy link
Author

ok nvm i fixed the issue with registerdevice, i just redownloaded the repo, anyway, now the issue is "there was a problem starting up please check your network and system time" i dont know what the issue is (yt 2.4.4).

@ftde0
Copy link
Owner

ftde0 commented Oct 16, 2024

you're probably messing up the registerDevice url within the apk itself, https/http? make sure the instance is reachable from your mobile device?

@Radiatorgaming420
Copy link
Author

i mean, when i used the autoapk node, i just put "192.168.0.107" no http/https (nor a slash at the end)

@ftde0
Copy link
Owner

ftde0 commented Oct 16, 2024

could you check that but making the apk manually? you say you've found registerDevice, but you're still getting an error related to registerDevice (system time check error on app start)

@Radiatorgaming420
Copy link
Author

yeah, on site i checked like if registerdevice was even there, but then later on i found that it posts registerdevice, so i just left it as is, and after making the apk (i first tried autoapk then manually) i got the registerdevice error, i guess i could retry updating the apk, ill update you in a bit

@Radiatorgaming420
Copy link
Author

ok just manually patched and recompiled, didnt seem to work
(still using yt 2.4.4)

@ftde0
Copy link
Owner

ftde0 commented Oct 16, 2024

maybe try something like 2.3.4/2.1.6? if doesn't end up working please post the code fragment containing the registerDevice url you're changing

@Radiatorgaming420
Copy link
Author

hey, im back again. I tried 2.1.6 and it still didnt work, after this post ill try 2.3.4 again (probably still wont work) but heres the code fragment where i have registerDevice in. Ill also link a few more screenshots.
image
image
image (gdata 1)
image (gdata 2)

@ftde0
Copy link
Owner

ftde0 commented Oct 17, 2024

https doesn't work on bare IPs. unless you've put up your instance on a domain and have a valid https certificate for that domain, it won't work.

swap out the registerDevice url to use http instead.

@Radiatorgaming420
Copy link
Author

ok let me redo the apk then gimme a sec

@Radiatorgaming420
Copy link
Author

alright yea, it worked, after changing https to http it did the trick, tysm ftde0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants