LuK1337 changed the topic of #titandev to: Loliés! | *yiff* | https://libera.irclog.whitequark.org/titandev
LuK1337 has quit [*.net *.split]
RKSX has quit [*.net *.split]
RKS- has joined #titandev
LuK1337_ has joined #titandev
LuK1337_ has quit [Client Quit]
LuK1337 has joined #titandev
dpawlik has quit [Ping timeout: 244 seconds]
dpawlik has joined #titandev
<luca020400> LuK1337: how do you make weechat show @domain.xyz?
<LuK1337> reverse dns on vps
<LuK1337> also it's not weechat
<LuK1337> it's just my ip
<luca020400> ah
<LuK1337> if you do 'host 49.12.103.194'
<LuK1337> you'll see that rev dns responds with kremowka.xyz
<LuK1337> digitalocean should be able to do that btw
<luca020400> tbh I'm just an idiot
<luca020400> I forgot to setup local hosts
luca020400 has quit [Quit: WeeChat 2.8]
luca020400 has joined #titandev
<luca020400> guess I have to wait for DNS cache to do its thing
<LuK1337> what's your ip
<luca020400> 161.35.17.138
<LuK1337> 138.17.35.161.in-addr.arpa domain name pointer luca020400.xyz.
<luca020400> yeah my local cache is behind
dweee has joined #titandev
<dweee> any of you lads have a scooby on how to build the android SDK (preferably just adb and fastboot)?
<LuK1337> do you really need to build them
<LuK1337> or you just need modern builds of these?
<dweee> well fastboots command length size is 64 char and my unlock code for my phone exceeds it by alot. can't use someone elses modified version since my x86_64 machine is dead and they built it for x86_64 and I'm running it on my Pi
<LuK1337> you just need fastboot?
<dweee> and since I'm impatient and can't wait to ask a friend to borrow their spare pc for a mo, I'm resorting to selfbuilding the SDK if possible
<dweee> yeah
<LuK1337> do you have diff?
<dweee> no diff of the modded version, if I was to guess, it would be changing in constants.h
<dweee> #define FB_COMMAND_SZ 1024
<dweee> #define FB_RESPONSE_SZ 4096
<dweee> to these
<dweee> if you're building them, target armv7l
<dweee> this is the error im getting back from it btw
<dweee> error: Command length (523) exceeds maximum size (64)
<dweee> from the normal version that is
<LuK1337> eh got annoyed after trying to edit Android.bp
<LuK1337> actually
<LuK1337> you can just compile that
<dweee> oh wow, thanks for showing me that
<dweee> good news and bad news, it built fastboot with my changes, but after it builds the fastboot target, it tries to build the libadb target and fails that one. when using the fastboot build it says FAILED (Write to device failed (Protocol error))
<dweee> fastboot: error: Command failed```
<dweee> anyways imma brb
<dweee> Interesting, I halved the modified sizes and now it is a different error "FAILED (Command length to RawCommand() is too long)"
<dweee> time to ctrl-f for that func i guess
<dweee> now its FAILED (remote: 'Token Verify Failed, Reboot the device')
<dweee> fuck xiaomi even more now :middle_finger:
dweee has quit [Quit: Client closed]