Closed Radiatorgaming420 closed 3 weeks ago
bruhhhhhh
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).
you're probably messing up the registerDevice url within the apk itself, https/http? make sure the instance is reachable from your mobile device?
i mean, when i used the autoapk node, i just put "192.168.0.107" no http/https (nor a slash at the end)
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)
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
ok just manually patched and recompiled, didnt seem to work (still using yt 2.4.4)
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
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. (gdata 1) (gdata 2)
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.
ok let me redo the apk then gimme a sec
alright yea, it worked, after changing https to http it did the trick, tysm ftde0
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.