twowong4words
Lurker
Im trying to figure out why my touchscreen is not working. I've been told by a dev that initial impression is somehow i wrote over devtree files...
I need to get a kmsg.txt file but i am having a ton of difficulty... ill try to give you a quick explanation of what i've tried:
No problem connecting to the device in adb shell, i have # su rights, enter in the command
[HIGH]cat /proc/kmsg > kmsg.txt[/HIGH]
"/system/bin/sh: cat: /proc/kmsg: Permission denied" or i get a kmsg.txt file in the tools dir. that says
"Sh: can't create kmsg.txt: read-only file system"
I've tried gaining write privileges in windows 7 thru the permissions profiles/attrib/take ownership
I've tried to use the mount commands in various forms i've found all over forum posts and guides..
I have no touch screen just a keyboard that lacks the > key and the symbol key does not bring up a menu. Im assuming this is related to my main problem. None the less i cannot use the command on the terminal emulator i've managed to open.
Is there another way? I swear searched google for hours looking at every different adb command line to open write privlages to the phone, to the pc. debug is on, its rooted.. *sigh* Ive been at it all day.. i use to know DOS by heart so adb and attrib commands seem simple but everything i try makes no difference..
I need to get a kmsg.txt file but i am having a ton of difficulty... ill try to give you a quick explanation of what i've tried:
No problem connecting to the device in adb shell, i have # su rights, enter in the command
[HIGH]cat /proc/kmsg > kmsg.txt[/HIGH]
"/system/bin/sh: cat: /proc/kmsg: Permission denied" or i get a kmsg.txt file in the tools dir. that says
"Sh: can't create kmsg.txt: read-only file system"
I've tried gaining write privileges in windows 7 thru the permissions profiles/attrib/take ownership
I've tried to use the mount commands in various forms i've found all over forum posts and guides..
I have no touch screen just a keyboard that lacks the > key and the symbol key does not bring up a menu. Im assuming this is related to my main problem. None the less i cannot use the command on the terminal emulator i've managed to open.
Is there another way? I swear searched google for hours looking at every different adb command line to open write privlages to the phone, to the pc. debug is on, its rooted.. *sigh* Ive been at it all day.. i use to know DOS by heart so adb and attrib commands seem simple but everything i try makes no difference..