help me !! no usb tehering option in my tablet - Android Q&A, Help & Troubleshooting
i have a chinese tablet and do not know its name
specs are
330 mb ram
allwinner a10 cortex a8 1.2 ghz
mali 400
android 2.3.4
kernel 2.6.36
it does not have slot for sim card
questions
1) it does not have default tethering option which is present under most android fones in wireless > tehering how to get this
2) i do not have wifi so need to reverse tether it
i think my tablet is rooted since i am able to install and use root explorer and also titanium backup says root access ok
and i followed this guide for reverse tethering
http://forum.xda-developers.com/showthread.php?t=1371345
it connected succesfullly all steps but still unable to load web pages. it says ok in log to all 9 steps . but in opera and firefox the web page does not load.
i wanted to post this in that thread but i cannot do that
please help
thanks
here are the logs for v 2.17
Connecting to device. This may take a few seconds
Step 1 : Check if a device is connected
adb.exe -s 20080411 devices
List of devices attached
20080411 device
Ok
Step 2 : Checking android package
Installed package version : 2.17
Current package version : 2.17
Ok
Step 3 : Check if usb port is available
Error : port not available
Step 4 : Prepare connection (Adb Forward)
Ok
Step 4 bis : Check again if usb port is available
Ok
Step 5 : Start android service
Ok
Step 6 : Ensure connection is closed before open it
Ok
Step 7 : Connect to android
Ok
Step 8 : Check android connection
Waiting for response. If nothing happens now, close the program and retry
Check connection 1 ok
Check connection 2 ok
Step 9 : Send init to android service
Ok
Step 10 : Send scripts
Ok
Step 11 : Start script1
Ok
Step 12 : Send port forwarding
Ok
Connection is done
CheckConnection : send done 2
UdpRelay : waiting on port 42004
-----------------script : Start before port-----
Error running command :
/data/data/service.tracetool/app_bin/iptables_armv5 -A INPUT -p icmp -j LOG --log-uid --log-level debug --log-prefix "MYPREROUTING " --log-ip-options
iptables: No chain/target/match by that name.
Error running command :
/data/data/service.tracetool/app_bin/iptables_armv5 -A OUTPUT -p icmp -j LOG --log-uid --log-level debug --log-prefix "MYPREROUTING " --log-ip-options
iptables: No chain/target/match by that name.
Error running command :
/data/data/service.tracetool/app_bin/iptables_armv5 -t nat -A INPUT -p icmp -j LOG --log-uid --log-level debug --log-prefix "MYPREROUTING " --log-ip-options
iptables: No chain/target/match by that name.
Error running command :
/data/data/service.tracetool/app_bin/iptables_armv5 -t nat -A OUTPUT -p icmp -j LOG --log-uid --log-level debug --log-prefix "MYPREROUTING " --log-ip-options
iptables: No chain/target/match by that name.
Error running command :
/data/data/service.tracetool/app_bin/iptables_armv5 -t nat -A TETHER -p icmp -j LOG --log-uid --log-level debug --log-prefix "MYPREROUTING " --log-ip-options
iptables: No chain/target/match by that name.
Error running command :
/data/data/service.tracetool/app_bin/iptables_armv5 -t nat -A TETHER -j LOG --log-uid --log-level debug --log-prefix "MYPREROUTING " --log-ip-options
iptables: No chain/target/match by that name.
Error running command :
/data/data/service.tracetool/app_bin/busybox19 ifconfig usb0 up
ifconfig: SIOCGIFFLAGS: No such device
Error running command :
/data/data/service.tracetool/app_bin/busybox19 ifconfig usb0 192.168.1.2 netmask 255.255.255.0
ifconfig: SIOCSIFADDR: No such device
Error running command :
/data/data/service.tracetool/app_bin/busybox19 route add default gateway 192.168.1.2
route: SIOCADDRT: Network is unreachable
--------- Script : start after opening ports
forward output to tether ok
Click to expand...
Click to collapse
please guys help me
at least tell me how to get the default usb tethering option in my tablet
please
Try EasyTether app. Available on market and computer needs drivers installed.
sent from xda premium on an Incredible S
easy tether app did not work for reverse tehering
my kernel does not support wired tether option . please tell how to add this feature into my kernel 2.6.36
rishabh63 said:
my kernel does not support wired tether option . please tell how to add this feature into my kernel 2.6.36
Click to expand...
Click to collapse
It's a kernel problem.
You have to search the web for kernel specific to your device.
Related
[Q] openssh-server on Ubuntu Touch
Dear all, I installed Unbuntu Touch on my Nexus 4 yesterday (18.09.2013, with the build 20130917.1). It is working more or less, as expected :silly: One of the problem I am facing is that the ssh server is not working. I could install (and --reinstall) it without problem (apt-get install openssh-server ssh), but if I check with "ps -ef|grep ssh") I only see the ssh-agent and the connection from another computer is not working. Any idea? Best regards, Pierre [email protected]:/# apt-get install --reinstall openssh-server Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 0 B/231 kB of archives. After this operation, 0 B of additional disk space will be used. (Reading database ... 38659 files and directories currently installed.) Preparing to replace openssh-server 1:6.2p2-6 (using .../openssh-server_1%3a6.2p2-6_armhf.deb) ... Unpacking replacement openssh-server ... Processing triggers for ureadahead ... Processing triggers for ufw ... WARN: / is world writable! WARN: / is group writable! Setting up openssh-server (1:6.2p2-6) ... [email protected]:/# [email protected]:~$ ssh [email protected] ssh: connect to host 192.168.1.69 port 22: No route to host [email protected]:/home/phablet/Downloads# ps -ef | grep ssh phablet 739 711 0 09:11 ? 00:00:00 ssh-agent
I just noticed that I have the same problem... If I had time I would look at it, too, but right now I have other things to do...
To98 said: I just noticed that I have the same problem... If I had time I would look at it, too, but right now I have other things to do... Click to expand... Click to collapse Same problem here. ssh to another device is possible, but no acces to phablet.
Same In GNex try sudo service ssh start (if you are root or not you must use sudo) but it does not automatically start when reboot
Still not wokring [email protected]:/# service ssh start ssh start/running, process 5890 [email protected]:~$ ssh [email protected] ssh: connect to host 192.168.1.69 port 22: No route to host [email protected]:~$ ps -ef|grep 5890 vmalep 12613 12544 0 13:00 pts/4 00:00:00 grep --color=auto 5890
chaoskernel said: try sudo service ssh start (if you are root or not you must use sudo) but it does not automatically start when reboot Click to expand... Click to collapse thank you! installed version 57 and used sudo service ssh start work fine!
WiFi and WPA_SUPPLICANT
Hi Guys, I am stumped on this. I am trying to build in WiFi support for a Freescale IMX6 board running Android 4.2.2 via a RALINK USB WiFi Module. I was able to build the RALINK drivers from my kernel source and the device loads up just fine. I can bring the adpater "up" in netcfg and I can use the iwlist binary to see access points near me. However, I cannot get Settings.apk to bring up the adapter. When I go to turn WiFi on, logcat shows the following: E/WifiStateMachine( 2879): Failed to load driver! E/WifiStateMachine( 2879): DriverFailedState I can get WPA_SUPPLICANT started manually by running the following command: wpa_supplicant -dd -Dnl80211 -iwlan0 -c /data/misc/wifi/wpa_supplicant.conf where /data/misc/wifi/wpa_supplicant has only two lines: ctrl_interface=wlan0 update_config=1 I also set the following the props just to be sure: setprop wifi.interface wlan0 setprop wlan.driver.status "ok" I am stumped, because I am loading the driver manually first, I do not want wpa_supplicant or settings (whatever method it uses) to load any driver. I have rebuild WPA_SUPPLICANT binary with what I think are the correct board settings, but I always get the same error. Can anyone help? Since WifiStateMachine is giving the error, do I need to recompile and replace the Java framework on the device? Is this a sign of WPA_SUPPLICANT not being built correctly? Is there some other component I am missing?? Thank you!!!
WiFi and WPA_SUPPLICANT
Hi Guys, I am stumped on this. I am trying to build in WiFi support for a Freescale IMX6 board running Android 4.2.2 via a RALINK USB WiFi Module. I was able to build the RALINK drivers from my kernel source and the device loads up just fine. I can bring the adpater "up" in netcfg and I can use the iwlist binary to see access points near me. However, I cannot get Settings.apk to bring up the adapter. When I go to turn WiFi on, logcat shows the following: E/WifiStateMachine( 2879): Failed to load driver! E/WifiStateMachine( 2879): DriverFailedState I can get WPA_SUPPLICANT started manually by running the following command: wpa_supplicant -dd -Dnl80211 -iwlan0 -c /data/misc/wifi/wpa_supplicant.conf where /data/misc/wifi/wpa_supplicant has only two lines: ctrl_interface=wlan0 update_config=1 I also set the following the props just to be sure: setprop wifi.interface wlan0 setprop wlan.driver.status "ok" I am stumped, because I am loading the driver manually first, I do not want wpa_supplicant or settings (whatever method it uses) to load any driver. I have rebuild WPA_SUPPLICANT binary with what I think are the correct board settings, but I always get the same error. Can anyone help? Since WifiStateMachine is giving the error, do I need to recompile and replace the Java framework on the device? Is this a sign of WPA_SUPPLICANT not being built correctly? Is there some other component I am missing?? Thank you!!!
Anyone?
OTG USB-Ethernet adaptater on Samsung device
Hello, I recently posted several topics about this, but now my question is more general. I have a Samsung Galaxy A5 with Android 6.0 which doesn't support natively. I saw there's a topic with some commands to run on a Samsung Galaxy S6 with Android 5, but it relies on "netcfg" command which is now deprecated and has been removed from Android 6. I was able to get an working internet connection inside my terminal by running these new "up to date" commands : Code: ifconfig eth0 [IP] netmask [netmask] up route add default gw [gateway] ndc resolver setnetdns eth0 8.8.8.8 8.8.4.4 But outside the terminal, e.g. in Chrome app, I have a "No internet connection" error. I also tried to do an application which executes the commands like that : Code: Process su = Runtime.getRuntime().exec("su"); OutputStream o = su.getOutputStream(); o.writeBytes("any command I need to run as root\n"); o.flush(); o.writeBytes("exit\n"); o.flush(); But the app freezes just after the "su" command has been issued. So can someone tell me where am I wrong ? Thanks in advance.
MAC Address Related
Hii.... i have rooted device.... i want to change my MAC address I tried this with Busybox and terminal method ip link show “ip link set wlan0 address XX:XX:XX:XX:XX:XX” “ip link set wlan0 broadcast XX:XX:XX:XX:XX:XX”, but it says '' operation not supported on transport endpoint '' ( i have granted SU permission to both terminal and busybox ) model: Gionee S plus Android: 6.0 MTK 6753 SW : (0204_V8494)