-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
busybox arp not found #2
Comments
OK. You can propose a patch then |
I'll see what I can do, but like I said, I'm not very familiar with c++/qt to work on this. I hardcoded my phone's IP address to the source and the Android App (Qtadb) crashed too. Is the source for the Android App available elsewhere? D/qtadb (26898): CLIENT IP= 192.168.11.108 |
unfortunately it is not possible to unify netcfg for all android tiwlan0 UP 192.168.2.3 255.255.255.0 0x00001043 for You it is: eth0 UP 192.168.11.110 255.255.255.0 0x00001043 and as I know Android for other phones it can be something 2012/2/28 Juan Rodriguez
|
How about providing a list of interfaces with valid IP addresses (Discard If all else fails, having the user manually type the IP into a textbox as a On Tue, Feb 28, 2012 at 1:55 PM, 7ymekk <
Ing. Juan M. Rodriguez Moreno |
I just remembered that 'busybox arp' is used only for the first time 2012/2/28 Juan Rodriguez
|
I tried both the "Master" branch and the "Work" branch. When I do a connection via wifi, it asks for my IP (Despite being plugged via usb). That's fine, I type in my IP and unplug my phone. I can continue to browse files and everything as if it was plugged in. When I try to access the Messages window, this appears: MainWindow::showPageMessages() Phone::getIP(), gotIP: found: The service is running on the Android phone. |
This happened on my Galaxy S2 with CM7.2 installed.
adb shell busybox arp
arp: applet not found
The alternative is to use netcfg, which does return IPs:
netcfg
lo UP 127.0.0.1 255.0.0.0 0x00000049
svnet0 UP 0.0.0.0 0.0.0.0 0x000000d1
usb0 DOWN 0.0.0.0 0.0.0.0 0x00001002
tunl0 DOWN 0.0.0.0 0.0.0.0 0x00000080
gre0 DOWN 0.0.0.0 0.0.0.0 0x00000080
sit0 DOWN 0.0.0.0 0.0.0.0 0x00000080
pdp0 UP 10.127.52.94 255.255.255.0 0x000010d1
eth0 UP 192.168.11.110 255.255.255.0 0x00001043
However this requires creating a new parsing method in phone.cpp, and I'm familiar enough with c++ to do this.
The text was updated successfully, but these errors were encountered: