Another simple way to show output WITHOUT internet on the phone: Create simple .txt file in MyDocs -> copy your output from terminal to this file -> transfer .txt file to your PC via usb cable... Also before reflashing, try to run this command as root: Code: /sbin/initctl restart xsession/icd2 or one-line command: Code: /sbin/initctl stop xsession/icd2 && sleep 3 && /sbin/initctl start xsession/icd2 It will restart your internet connections...
/sbin/initctl restart xsession/icd2
/sbin/initctl stop xsession/icd2 && sleep 3 && /sbin/initctl start xsession/icd2