Recent content by lermy

  1. L

    Tutorial Simple Guide to Downgrading your 3DS

    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.
  2. L

    Tutorial Simple Guide to Downgrading your 3DS

    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.
  3. L

    Tutorial Simple Guide to Downgrading your 3DS

    @Cydget @kennyhi123 Happened to me like 10 times, I waited for 1min and restarted 3ds.
  4. L

    Tutorial Simple Guide to Downgrading your 3DS

    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!
  5. L

    Homebrew [Release] Lua Player Plus 3DS (lpp-3ds) - LUA interpreter for 3DS

    I don't have devkitpro set up, I'll just wait for a new build. Thanks for your work!
  6. L

    Homebrew [Release] Lua Player Plus 3DS (lpp-3ds) - LUA interpreter for 3DS

    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()...