![]() |
Re: Full Back-Up with NO Touchscreen or Internet
Ok, turns out I wasn't saving the notepad file properly... easy mistake at 2am!
New problem is that it turns out I WAS correct about the saved WiFi name, the original command I was given on the first page didn't work for some reason, it would just pause for a moment, and then show a blank prompt ready for input... The command I'm attempting is: Code:
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"Home WiFi" uint32:0 |
Re: Full Back-Up with NO Touchscreen or Internet
I'm pretty sure the string, where you currently have "Home WiFi" should be the GUID of the connection, e.g. something like:
Code:
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"abcd1234-4321-abcd-5678-defa01234321ba" uint32:0 |
Re: Full Back-Up with NO Touchscreen or Internet
Is there a way to print the output from a command to a text file? I've now had to go back to the
Code:
gconftool --all-dirs /system/osso/connectivity/IAP I tried the 'less' command via an sh script, Code:
gconftool --all-dirs /system/osso/connectivity/IAP | less Code:
/media/mmc1/x1.sh: line 1: less: not found |
Re: Full Back-Up with NO Touchscreen or Internet
Quote:
Code:
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"Home" uint32:0 However, if you're still getting stuck with scrolling of the results of gconf, I guess you can try the following: Code:
dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"[ANY]" uint32:0 Hope this helps. |
Re: Full Back-Up with NO Touchscreen or Internet
Unfortunately I can't click the Thanks more than once, but if I could, I would!
I'm now connected to my WiFi, but can't access backupmenu or x11vnc, as I'm getting Code:
E: Couldn't find package x11vnc Code:
apt-get install x11vnc |
Re: Full Back-Up with NO Touchscreen or Internet
I'm able to SSH into the phone, is there a way I can place all the files necessary to install x11vnc onto the phone, and install it locally?
|
Re: Full Back-Up with NO Touchscreen or Internet
Quote:
Code:
cat /etc/apt/sources.list.d/hildon-application-manager.list Code:
root |
Re: Full Back-Up with NO Touchscreen or Internet
I've got VNC up and running, but can't connect, I keep getting a connection timed out error of 10060
I did run the command you suggested back on page one, but it still doesnt seem to work... |
Re: Full Back-Up with NO Touchscreen or Internet
Since you got SSH works the ip must be right.
What did you type into the dialog box of TightVNC? |
Re: Full Back-Up with NO Touchscreen or Internet
Yes, definitely have the correct ip address
when I enter that command after setting up x11vnc, it outputs a lot of text before ending up with text promoting another command to attempt, but theres no input, I'm just typing into blank space |
All times are GMT. The time now is 22:17. |
vBulletin® Version 3.8.8