Failed to get CIA file info! just means the exploit failed to load, all you can do is keep on trying. It took me ~20 tries, for some people it even took ~100 tries.
Restart and try again.. and again.. and again. There shouldn't be a chance of brick before it goes to "installing cias" mode since only at that point it will start to mess with sysnand.
OMG IT'S INSTALLING, Don't know if placebo but I tried 20 times with wireless off, after first time with wireless on it's installing
AND it works!
used: latest julian20 sysupdater
from old 10.3E to 9.2E!
I'm trying to use the socket functions, but...
My code is edited from the socket example:
Socket.init()
server = Socket.createServerSocket(15505)
-- Create a debug console
cns = Console.new(TOP_SCREEN)
state = 0
while true do
-- Clear screen
Screen.refresh()...