I recently flashed Firefox OS 2 on my ZTE Open C, and since then, it is impossible for me to do remote debugging.
I use the following command to forward the required stuff via adb :
adb forward tcp:$port localfilesystem:/data/local/debugger-socket
Where $port is usually 6666, but no other port number works.
I checked for /data/local/debugger-socket
via ls
in adb shell
, but the socket isn't listed.
I enabled remote debugging on my phone, so the problem is elsewhere.