View Single Post
Old 03-15-2013, 02:34 PM   #5
rkomar
Wizard
rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.rkomar ought to be getting tired of karma fortunes by now.
 
Posts: 2,986
Karma: 18343081
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
The file /tmp/netagent.log has details about making the connection (although it may be the same as what you see in the "details" box). You don't need root to look at it, just a shell or a program to copy it to somewhere accessible. You can install the poterm application to get a local shell, or you can write your own shell-script application to copy known files over to the SD card or exported internal memory. For example, the application can look like:

Code:
#!/bin/sh
cp /tmp/netagent.log /mnt/ext1/
cp /var/etc/wpa_supplicant.conf /mnt/ext1
dmesg > /mnt/ext1/dmesg
...
Just call it some name with ".app" on the end and put it in the applications/ directory. Then you can execute it from the Applications tab.
rkomar is offline   Reply With Quote