Hi!
I installed the VNC Server app (droid VNC server) and I am not trying to connect to it over USB.
I've run the adb commands:
Code:
adb forward tcp:5801 tcp:5801
adb forward tcp:5901 tcp:5901
I can bring up the web based interface by connecting to http:\\localhost:5801 but the vnc java application (or RealVNC) can't connect to my phone. I have a I5800, running Lestatious 1.8 with Fugomod 2.2 OC.
Has anyone else managed to get this working?
Related
Hi, i was wondering how to connect the android with an ssh client so i can access my tablet from my laptop.
Using the search tool on the Android MArket is hard.
https://market.android.com/details?id=berserker.android.apps.sshdroid&feature=search_result
adb wireless...its in the market and works very well.
This thread is informative with a question at the end.
Just to let you know there's plenty of useful binaries in the CM7 distro you can pull from system/xbin
including:
Code:
add-property-tag bash check-lost+found dbus-send hciconfig irssi lmptest opcontrol procmem rsync showmap su
agent bdaddr cpueater dexdump hcidump l2ping nano openvpn procrank scotest showslab tcpdump
attest btool crasher directiotest hcitool l2test nc openvpn-up.sh rawbu scp sqlite3 timeinfo
avinfo bttest daemonize dropbear hstest latencytop netperf oprofiled rctest sdptest ssh vfp-crasher
avtest busybox dbus-monitor dropbearkey htop librank netserver powertop rfcomm sftp-server strace vim
Unfortunately it seems dropbear doesn't include X11 or -D dynamic socks port forwarding(-D option), it's just not in the source ( http://talk.maemo.org/showthread.php?t=2991&page=2 ). And I haven't managed to get any other ssh client to work. Have you had any other luck with any ssh clients? I've tried:
- BTEP ssh (can't connect to update server)
- sshTunnel (gets confused with a password prompt that isn't standard for one time passwords)
The idea is to get OperaMobile to connect to 127.0.0.1:8080 via Opera:config. (OperaMini doesn't support this), then you have a secure connection when on openwifi.
Hi, I'm using SSH Tunnel, but with a local port, when I'm in the university, I only use it to connect to irc (localhost:1234)
Don't know about dynamic ports, hope you can solve it
I am developing (currently in plan phase ) a framework to allow developers to connect to a remote android machine while working on eclipse.
The idea is, there will be a java program running on the developer's comp, which will behave as an emulator and pass all the adb commands to a remote machine (mac, windows, or linux: over net). There will be another java client app on that remote machine which will receive those commands and give them to the local adb demon (which in turn will give it to the connected android device).
This will allow remote debugging where direct port forwarding is not possible, like solving specific customer's issue.
Does such a framework already exist?
Where can I find the documentation on how to emulate an android device and how does adb demon communicates with the device?
Hi, I have a rooted Hauwei U8800 running 2.3.5 with SSH Droid installed. I've connected from my Linux terminal over SSH and would like to issue commands, or run a script to have the device take pictures over a SSH session.
What options are available for me to do this? Easier is preferable
Thanks.
I am currently trying to gain access to a device based on the rk3128 and android.
There was an UART that allows me to access the serial console including su.
I successfully connected the device to my wifi. Currently I am struggling to enable ADB. It doesn't work via usb, even after typing "adb -d start-server"
using "adb -a start-server" doesn't work for me, as the server is only started on 127.0.0.1 (netstat).
Any idea how to get adb access over network?