No matter what I have tried, I can not get connected to the wifi network at work. This network is 802.1x EAP. I have a Samsung Galaxy S III that connects with no problems but I can not get my TF700t to connect at all.
ccfrogman said:
No matter what I have tried, I can not get connected to the wifi network at work. This network is 802.1x EAP. I have a Samsung Galaxy S III that connects with no problems but I can not get my TF700t to connect at all.
Click to expand...
Click to collapse
Android doesn't like eap much , especially if you need certs. It simply will not download them. I have the same issue with my devices. Some devices have been tweaked by mfr to work, guessing the s3 is such a device.
I downloaded the certs for eduroam from university's webpage and it went very smooth from there. Then, after setting the master password for certs storage you just always need to have some kind of software lock on the device and either enter a password or draw sth to unlock the screen.
On my S3 I don't have to use any certs at all. Just Security=802.1x EAP, EAP method=PEAP, No phase II and no certificate. Then just enter Identity and password and connects fine.
As there are different EAP authentication methods, I can only say above about the one I've been using.
Apart from that, it's actually good to be on EAP and not be a subject to ARP spoofing, as in all the others..
I can use eap with peap method, no certificates and with my domain account at work just fine.
Sent from my ASUS Transformer Pad TF700T using Tapatalk 2
d14b0ll0s said:
I downloaded the certs for eduroam from university's webpage and it went very smooth from there. Then, after setting the master password for certs storage you just always need to have some kind of software lock on the device and either enter a password or draw sth to unlock the screen.
Click to expand...
Click to collapse
This is where android falls down, on windows, macs, and all ip* at my work certs auto download and install. My work refuses to provide links. I'm assuming there is some part of the protocol that android has ignored.
gottahavit said:
This is where android falls down, on windows, macs, and all ip* at my work certs auto download and install. My work refuses to provide links. I'm assuming there is some part of the protocol that android has ignored.
Click to expand...
Click to collapse
Why would they do that? (at your work, I mean)
It's not as they're giving out their private certificates anyway...
d14b0ll0s said:
Why would they do that? (at your work, I mean)
It's not as they're giving out their private certificates anyway...
Click to expand...
Click to collapse
It's an extremely large corporation. Technically not even allowed to put any device on network without specific permission. I think they would disable auto download of cert on apple if they could figure out how.
gottahavit said:
It's an extremely large corporation. Technically not even allowed to put any device on network without specific permission. I think they would disable auto download of cert on apple if they could figure out how.
Click to expand...
Click to collapse
I begin to believe that corporations and freedom actually are antonyms.
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
ccfrogman said:
On my S3 I don't have to use any certs at all. Just Security=802.1x EAP, EAP method=PEAP, No phase II and no certificate. Then just enter Identity and password and connects fine.
Click to expand...
Click to collapse
Same sort of configuration that we have here. Both my SGS II and Infinity can connect to the EAP network just fine. Sometimes when it doesn't work I've tried MSCHAPV2 and had success on custom ROMs on my SGS II. But that hasn't been needed on the Infinity yet.
Try the "Leap WIFI free" app from Play Store
Try the "Leap WIFI free" app from Play Store. Its an app provided by a developer called "OneGuyInABasement".
I was having the same issue where I couldn't connect to the (802.1x EAP based) Wifi network at my workplace.
I configured the network through this app and now I can connect just fine.
802.1x EAP based WLAN WiFi > Android 4.3
well, if you had Android running with Enterprise Security 802.1x EAP based WLAN WiFi, then you may wonder, that since Android Version 4.3 the certificates are not showing up any more, if you try to connect to WLAN / Wifi
The thing is:
If you import your certificates, you need to choose for which purpose the certificate should be used.
=> Choose "WLAN" and everything works fine.
The steps in German langugae:
* Zertifikate irgendwie auf _interner_ SD-Karte _im root_ speichern
* Zertifikate einspielen via Apps -> Einstellungen -> Sicherheit -> Von SD-Karte installieren
NEU ab Android 4.3 muß beim Einspielen des Zertifikats die Verwendung für WLAN angegeben werden !!!
* Apps -> Einstellungen -> Drahtlos und Netzwerke -> Wi-Fi-Einstellungen
* SSID auswählen
* Einstellungen eintragen (Achtung, können verdeckt sein, Erweiterte Option anklicken):
o EAP-Methode: TLS
o CA-Zertifikat: <ca.crt> (beim Einspielen vergebener Cert-Name)
o Client-Zertifikat: <name.p12> (beim Einspielen vergebener Cert-Name)
o Identität: <username>
o Verbinden
I have the same issues at the university I work at. Can't get it configured in a way that will work. Hopefully someone will find a workaround.
I had similar issues. To get them resolved I did connect my phone to my computer and executed "adb logcat *:E wpa_supplicant:V" before connecting.
Actually the CA certificate did not match. After installing the right CA it did work.
For logcat see also http://forum.xda-developers.com/showthread.php?t=1761295
gooodly said:
I had similar issues. To get them resolved I did connect my phone to my computer and executed "adb logcat *:E wpa_supplicant:V" before connecting.
Actually the CA certificate did not match. After installing the right CA it did work.
For logcat see also http://forum.xda-developers.com/showthread.php?t=1761295
Click to expand...
Click to collapse
Can you please explain to me step on step how you did this? I downloaded the Logcattool 3.1 but I'm lost.
Nick123194 said:
Can you please explain to me step on step how you did this? I downloaded the Logcattool 3.1 but I'm lost.
Click to expand...
Click to collapse
I did never use logcat before. I usually install the official SDK developer.android.com/sdk/index.html and use "sdk/plattform-tools/adb". The USB drivers for your device have to be installed, otherwise it is not found. If you can transfer files to your device via USB then also "adb" should be able to find your device/phone. If this does not work try to configure the USB connection mode on your device to "none".
gooodly said:
I did never use logcat before. I usually install the official SDK developer.android.com/sdk/index.html and use "sdk/plattform-tools/adb". The USB drivers for your device have to be installed, otherwise it is not found. If you can transfer files to your device via USB then also "adb" should be able to find your device/phone. If this does not work try to configure the USB connection mode on your device to "none".
Click to expand...
Click to collapse
Then Once I install the SDK go to go the sd/plattform-tools/adb I should execute this command "adb logcat *:E wpa_supplicant:V"?
Nick123194 said:
Then Once I install the SDK go to go the sd/plattform-tools/adb I should execute this command "adb logcat *:E wpa_supplicant:V"?
Click to expand...
Click to collapse
Yes. First try "adb devices" - it should list your device. Then "adb logcat *:E wpa_supplicant:V" should work and return logging information.
gooodly said:
Yes. First try "adb devices" - it should list your device. Then "adb logcat *:E wpa_supplicant:V" should work and return logging information.
Click to expand...
Click to collapse
Alright I'll try that and update you with my results.
---------- Post added at 12:29 AM ---------- Previous post was at 12:25 AM ----------
Nick123194 said:
Alright I'll try that and update you with my results.
Click to expand...
Click to collapse
@GermainZ
Related
I've successfully rooted my x10a and installed wi-fi tether 1.51 with no luck. Whenever I press on "- Press to start tethering -", I get a window displaying
Sorry!
The application Wireless Tether for Root Users (process android.tether) has stopped unexpectedly. Please try again.
Any of you guys had any luck?
trojjanhorse said:
I've successfully rooted my x10a and installed wi-fi tether 1.51 with no luck. Whenever I press on "- Press to start tethering -", I get a window displaying
Sorry!
The application Wireless Tether for Root Users (process android.tether) has stopped unexpectedly. Please try again.
Any of you guys had any luck?
Click to expand...
Click to collapse
I'm not using that specific app but I do use wifi tethering.
I installed Barnacle Wifi Tether and then in settings i set athwlan0 as the LAN port.
It works fine for me, I get 7+ mbits and it's held up for over 5GB so far. Might be worth a shot.
Thanks for the reply. I'm getting an Error notification:
Unexpected error occured! Inspect the log and try the troubleshooting guide.
trojjanhorse said:
Thanks for the reply. I'm getting an Error notification:
Unexpected error occured! Inspect the log and try the troubleshooting guide.
Click to expand...
Click to collapse
That's the error I got before I manually set up the LAN interface. Did you change that setting?
no, I didn't change a thing. Simply pressed Start as soon as i opened it. I've tried reinstalling it, but no luck
what's your WAN and LAN interfaces set as?
trojjanhorse said:
no, I didn't change a thing. Simply pressed Start as soon as i opened it. I've tried reinstalling it, but no luck
what's your WAN and LAN interfaces set as?
Click to expand...
Click to collapse
Follow the instructions I posted. The WAN interface is already set, you need to set the LAN interface.
ddewbofh said:
I'm not using that specific app but I do use wifi tethering.
I installed Barnacle Wifi Tether and then in settings i set athwlan0 as the LAN port.
It works fine for me, I get 7+ mbits and it's held up for over 5GB so far. Might be worth a shot.
Click to expand...
Click to collapse
read he`s second line , in settings i set athwlan0 as the LAN port
I tried "android wifi tether", It says "no netfilter", by reading the guide from that developer's website, it says we need to get an android 1.6 update. I think it means the android 1.6 in our X10 is the earlier version of 1.6, those tethering software require something in the later version of 1.6. I also found the update on that website, but, X10 does not have recovery mode, so I dont know how to flash the "update.zip" into my x10
I manually set the LAN, but still no luck. The same error screen appears...
trojjanhorse said:
I manually set the LAN, but still no luck. The same error screen appears...
Click to expand...
Click to collapse
Do you have SuperUser working properly? Another thing can also be the WAN setting, it should be something like rmnet0.
i think my superuser is installed properly... I followed the instructions given by bin4ry pretty closely and everything worked. WAN automatically was set to rmnet0.
Hmm, when I use setCpu, it says root not detected... that's kinda akward.
trojjanhorse said:
i think my superuser is installed properly... I followed the instructions given by bin4ry pretty closely and everything worked. WAN automatically was set to rmnet0.
Hmm, when I use setCpu, it says root not detected... that's kinda akward.
Click to expand...
Click to collapse
Yeah, it sounds like your rooting has an error. There was a bunch of updated files posted in the rooting guide among them a new SuperUser.apk, post #4 I think.
Confirmed working.
@trojjan
You could try this:
http://forum.xda-developers.com/showthread.php?t=712945
ddewbofh said:
Yeah, it sounds like your rooting has an error. There was a bunch of updated files posted in the rooting guide among them a new SuperUser.apk, post #4 I think.
Click to expand...
Click to collapse
I tried the thread, It is good, I get the superuser permission now.
But there is another problem. I cannot turn on wifi and 3G at the same time, once I turn on wifi, 3G will be disable automatically. and I cannot get it connected. please help
bobosky520 said:
I tried the thread, It is good, I get the superuser permission now.
But there is another problem. I cannot turn on wifi and 3G at the same time, once I turn on wifi, 3G will be disable automatically. and I cannot get it connected. please help
Click to expand...
Click to collapse
Well you shouldn't need to turn on wifi manually, the app does that automatically. Other than that I have no clue.
ddewbofh said:
Well you shouldn't need to turn on wifi manually, the app does that automatically. Other than that I have no clue.
Click to expand...
Click to collapse
Get it, I manually set LAN as "athwlan0", everything fine, thank you
But I have a question, will the data gauge in "traffic" start to increase rapidly when there is no tethering device connected?
bobosky520 said:
Get it, I manually set LAN as "athwlan0", everything fine, thank you
Click to expand...
Click to collapse
It works for me too thanks!!!
ddewbofh said:
I'm not using that specific app but I do use wifi tethering.
I installed Barnacle Wifi Tether and then in settings i set athwlan0 as the LAN port.
It works fine for me, I get 7+ mbits and it's held up for over 5GB so far. Might be worth a shot.
Click to expand...
Click to collapse
THANK YOU VERY MUCH!!!
it solved my interface error!
as for the PERMISSION ERROR
I redid the root from Step1-4 (including the hard reset)
it was related to the superuser.apk.
Thank you again for the info.
Zeph, thanks. I will give it a go once I arrive to work.
Thanks again for all the help everyone. I will let you know if it works.
Sent from my SO-01B using XDA App
sorry, it did not work. I guess I'll first flash the phone to x10i, then redo the entire 4 steps. My phone was originally x10a.
Will let you know.
Hi, I have set up barnacle wifi tether i connected to it using my laptop . it connects fine but no internet access.
have i missed somthing out ?
duffy1807 said:
Hi, I have set up barnacle wifi tether i connected to it using my laptop . it connects fine but no internet access.
have i missed somthing out ?
Click to expand...
Click to collapse
You gotta change the LAN setting... Add athwlan0
Can somebody please post the .apk for Barnacle? I'm not able to find it in the Market at all.
cue_32 said:
You gotta change the LAN setting... Add athwlan0
Click to expand...
Click to collapse
Hi, i have already done this but still doesnt work. thanks
For anybody else who might come along and not be able to get the .apk from the Market, you can download it here:
hxxp://szym.net/barnacle/barnacle.apk
I had to install with ASTRO to get it to work.
duffy1807 said:
Hi, i have already done this but still doesnt work. thanks
Click to expand...
Click to collapse
Go to DHCP (under the Advanced heading) and set DNS 1 to 8.8.8.8. Then restart barnacle and reconnect your laptop. Then manually set the DNS for the connection on your computer to the same address. That worked for me.
SirBrettrick said:
Go to DHCP (under the Advanced heading) and set DNS 1 to 8.8.8.8. Then restart barnacle and reconnect your laptop. Then manually set the DNS for the connection on your computer to the same address. That worked for me.
Click to expand...
Click to collapse
I did that, once I press ok I got invalid IP
Using Rogers (service provider, dataplan 1GB) Canada
I rooted my x10 following the instructions from Bin4ry from step 1 to 3 and step 4 and 5 I used the link that jerpelea posted, it seems everything went smoothly but something is wrong with my mobile networks, I can only use browser, everything is fine for browsing but per example if I use flixter I can't get any connection, facebook or any applications that needs to use network, and I turned on the wifi and using my home router all applications are fine, and I don't know what's going on, and I rooted again same issue, can anyone tell me is there something I'm missing too?
and for barnacle same issue as OP, my ipod touch is connected but no internet connection at all and I followed what to put in LAN already, does anyone encounter this issue too?
any help is appreciated, thank you
cue_32 said:
You gotta change the LAN setting... Add athwlan0
Click to expand...
Click to collapse
I add athwlan0, and it said it was not a correct LAN, so I removed and that error went away. Now I am getting "Failed to set AP_SCAN". Does anyone know how to get rid of this error?
try taking wifi off, leave 3g on n insert the athwlan0 in lan area.. should work fine?!
Sent from my X10i using XDA App
Mobzter said:
try taking wifi off, leave 3g on n insert the athwlan0 in lan area.. should work fine?!
Sent from my X10i using XDA App
Click to expand...
Click to collapse
It returns:
Setting address of athwlan0 failed: No such device
NAT waiting for local interface
Getting address of athwlan0 failed: No such device
Gettign netmask of athwlan0 failed: No such device
Could not get flags of athwlan0: No such device
[2] Terminated ./nat
Process stopped unexpectedly
Any help?
is your phone rooted?
andyx8 said:
is your phone rooted?
Click to expand...
Click to collapse
Yes, I believe so. I used Unrevoked, and now when I start Barnacle it no longer tells me I need su privileges. Is there another way to check?
Install busybox.. might already be on your phone! it'll show u if ya rooted or not!
Sent from my rooted x10i using swype via xda!!
Mobzter said:
Install busybox.. might already be on your phone! it'll show u if ya rooted or not!
Sent from my rooted x10i using swype via xda!!
Click to expand...
Click to collapse
Yes, Busybox shows that my phone is rooted. But, it also says it is not nand unlocked.
> athwlan0: No such device
trying with tiwlan?
is there a way to connect a DS to an android phone using barnacle wifi?
try this
wan: rmnet0
lan: athwlan0
worked fr me..
Minoru Saiki said:
> athwlan0: No such device
trying with tiwlan?
Click to expand...
Click to collapse
tiwlan0 is for mini/mini pro
unless he has one of these little xperias he will have no luck with that (otherwise its clear why he got that error ^^)
I tryied athlan0 to LAN
i have rm.. to WAL
i tryied setting DNS
no password set
i'm definately rooted
but since i reseted my phone and upgrated to 026
it's connected, it's uploading but there is very very small downloading
It used to word fine, but now i don't know what to do.
Any more idea?
cvchetan said:
try this
wan: rmnet0
lan: athwlan0
worked fr me..
Click to expand...
Click to collapse
i have tryed with these settings and its working.
thnx
●●[ROOTED][GUIDE]Wifi Reverse teTher-Windows and Ubuntu-Ad hoc Networks●●
This guide teaches you to reverse tether your Android phone via WiFi. That is, it allows you to use your Ethernet connection of PC on your Android phone. It is useful for those who do not have WiFi routers and data connection. So if you have unlimited data plan for your computer, why not share the connection with your phone?
I am not the developer of the files supplied
Requirements:-
1.Rooted Phone
2.Wifi enabled Laptop or PC
3.Root explorer or any other application which gives system access
4.File in the attachement
Procedure :-
Phone:
Download Wpa_supplicant.zip and extract "wpa_supplicant" from it, save it on your SD card.
Open Root Explorer, and grant it superuser access when asked for.
Navigate to system -> bin and long press on wpa_supplicant; Select copy, and paste the file into any folder on your SD card.
Now navigate to the file you downloaded, copy it in same way, and paste it back to system -> bin. Note, you might need to mount the system as R/W instead of R/O by pressing a button on the top just before pasting the file.
Reboot.
▬▬Ubuntu (Must work for other Linux Distros too)▬▬:
Open Network Connections
Goto Wireless tab, select add, and set the following:
SSID: <Any_name_you_like>
Mode: Ad hoc
Leave other things unchanged, and go to Ipv4 settings tab
Set method to Shared to other computers
Go to Wireless security tab and set Security to WEP 40/128 bit key and set key to a numeric password (or hexadecimal one).
Check the connect automatically box on top of the tabs and press Save.
Your Android phone must now detect this network, and you can establish the connection by using your security key.
▬▬Windows XP, Vista, 7▬▬
Download and Install Connectify from www . connectify.me/download-lite/
Start Connectify Hotspot by giving a name and password to your hotspot and selecting the Ethernet connection to share. Make sure the security type is WEP or Open.
Disable your firewall (Simply adding it to exceptions doesn't work for AVG at least)
Now your phone should be able to see the hotspot and establish the connection using the password set.
Known Issues :
1.Random disconnections (Very less frequency)
2.Disconnections due to screen lock / sleep on laptop
3.For me Security mode does not works
HIT THANKS IF IT WORKED
ENJOY
Hope it works....
Do you know how to enable wifi on pc?...
coz i have cable modem only on desktop and only that one has unlimited packs...so
onceupondev said:
Do you know how to enable wifi on pc?...
coz i have cable modem only on desktop and only that one has unlimited packs...so
Click to expand...
Click to collapse
PC is wifi enabled ??
amn_grg said:
Hope it works....
Click to expand...
Click to collapse
it will surely work
avilove4u said:
PC is wifi enabled ??
Click to expand...
Click to collapse
I dont know...seriously...
Tell me in detail please...
Well wat does dat file do in specific??coz der's no prob 4r me conectng using connectify..
and hey u can share pc or laptops net through ad hoc ntwrk i thnk u knw dat
MajinSaiyan4 said:
Well wat does dat file do in specific??coz der's no prob 4r me conectng using connectify..
and hey u can share pc or laptops net through ad hoc ntwrk i thnk u knw dat
Click to expand...
Click to collapse
Yeah but connectify allows more option like file sharing etc .
That file enables reverse tethering via wifi
onceupondev said:
I dont know...seriously...
Tell me in detail please...
Click to expand...
Click to collapse
Ur PC is wifi enabled or not ??
avilove4u said:
Ur PC is wifi enabled or not ??
Click to expand...
Click to collapse
How to know that?
onceupondev said:
How to know that?
Click to expand...
Click to collapse
check ur PC's spec
or
If you still haven't found anything to indicate that your computer is Wi-Fi enabled, right-click on "Computer" again, select "Manage" and "Device Manager." Then click on the "Hardware" tab. Read the list below "Network Adapters." Note that any adapter labeled "Ethernet" or "10/100" has nothing to do with wireless compatibility. However, any adapter labeled "wireless" or "802.11" indicates compatibility.
onceupondev said:
How to know that?
Click to expand...
Click to collapse
http://www.ehow.com/how_2171696_check-computer-wifi-enabled.html
hope that helps.
Hi everyone,
my A510 is driving me crazy.
Here is what I’m trying to do:
I want to run Ubuntu and connect to it with AndroidVNC.
I emulate the Ubuntu with Terminal Emulator and it is running fine without any errors.
I go back to the Homescreen and open AndroidVNC. I fill in the necessary fields and hit connect.
And instantly I get this error message:
Code:
Error!
VNC connection failed!
Failed to connect to /127.0.0.1 (port 5900): connect
Failed: ECONNREFUSED (Connection refused)
I tried to connect with Jump and basically the same result. I tried different ports or “localhost” instead of I.P. I used a different emulator and no success.
I also tried different ways to run Linux but none of them solved my Problem.
The androidVNC itself is running fine. I can connect to my Laptop (TightVNC Server running on it) via WLAN and control it.
The only thing it won’t do is connect to the Linux running on the Terminal Emulator.
Do you have any ideas or hints on how to solve the problem?
Android Version: 4.0.3
Kernel: 2.6.39.4+ (stock)
Tablet is rooted – Busybox and Superuser installed
Regards
Rix
Found this interesting and tested it on my A700.
The vnc password is "ubuntu" even if you set a different one on first start.
In the terminal window must show up the line "New 'X' desktop is localhosr:0" after you entered the screen size.
Now I can connect via VNC. I use "ubuntu" as nick, password and username. IP is "localhost".
Hope these few hinty may help.
Sent from my A700 using xda app-developers app
Thanks for your reply.
I have reset my Tablet to factory settings and rooted it again.
Installed Terminal Server and AndroidVNC. Emulated Linux and again the same result.
I don't know why it does not want to connect to the localhost.
My settings are exactly as in the description(s).
Did you use the image provided by this app: https://play.google.com/store/apps/details?id=com.zpwebsites.linuxonandroid ?
This worked for me, even if the result is not very usable. Must figure out, how to use a different window manager, the default one is missing some graphics and has problems with the launchbar icons.
Tried this one as well. No success.
I just don't get it. The device is properly rooted with the "one click" version. Root check tells me it is rooted.
Busybox is succesfully installed. The Linux is running in the emulator but i just can't connect to it.
The strange thing is:
The error message is the same, whether I fill in the fields in AndroidVNC or not.
It absolutely refuses to connect to 127.0.0.1 or localhost.
Really frustrating....
Did you check if the vnc server is really running?
"ps -a" should show a "Xtightvnc" process.
Sent from my A700 using xda app-developers app
OK. I don't know why, but all over sudden it works.
The only thing I need to do know is install a VPN Client using IPSec. Challenge accepted.
Rixar said:
OK. I don't know why, but all over sudden it works.
The only thing I need to do know is install a VPN Client using IPSec. Challenge accepted.
Click to expand...
Click to collapse
hey buddy, i am having the exact problem with my VNC and TF201, the terminal is running though can NOT connec to the GUI mod, could u help me out ?
Amir
AmirJamez said:
hey buddy, i am having the exact problem with my VNC and TF201, the terminal is running though can NOT connec to the GUI mod, could u help me out ?
Amir
Click to expand...
Click to collapse
did you ever solve this? i have everything setup but the vnc wont let me connect
DЯΦ[email protected]П said:
Found this interesting and tested it on my A700.
The vnc password is "ubuntu" even if you set a different one on first start.
In the terminal window must show up the line "New 'X' desktop is localhosr:0" after you entered the screen size.
Now I can connect via VNC. I use "ubuntu" as nick, password and username. IP is "localhost".
Hope these few hinty may help.
Sent from my A700 using xda app-developers app
Click to expand...
Click to collapse
Thank you very much man!!! i knew it was a simple thing. IP "localhost" PW "changeme".
I killed myself looking for this answers. Kali installed and running on VNC.
M using a rooted Lollipop Samsung S4 with dead WIFI IC... Hence I am unable to use Internet through WIFI... I wanted to know a method to use Internet in my phone through my PC... Tried reverse threading but it didn't work...it says connected but m not able to access internet through the same...does anyone have any idea how to do that ?
prateekgupta128 said:
M using a rooted Lollipop Samsung S4 with dead WIFI IC... Hence I am unable to use Internet through WIFI... I wanted to know a method to use Internet in my phone through my PC... Tried reverse threading but it didn't work...it says connected but m not able to access internet through the same...does anyone have any idea how to do that ?
Click to expand...
Click to collapse
Connect your Android device with a USB-Cable to your PC
In the Wireless & networks section (you might need to click on "More..." on some android devices), Try to activate the USB Internet. Now choose the os .(doesn't really matter)
Now there should be check mark on USB internet.(if you're doing this for the first time. You may be prompted and that's ok)
Now on the Windows network connection tab on PC right click the the network you want to share->properties>sharing tab and check mark for allow other users to connect.
[email protected] said:
Connect your Android device with a USB-Cable to your PC
In the Wireless & networks section (you might need to click on "More..." on some android devices), Try to activate the USB Internet. Now choose the os .(doesn't really matter)
Now there should be check mark on USB internet.(if you're doing this for the first time. You may be prompted and that's ok)
Now on the Windows network connection tab on PC right click the the network you want to share->properties>sharing tab and check mark for allow other users to connect.
Click to expand...
Click to collapse
There is no such option in my phone
prateekgupta128 said:
There is no such option in my phone
Click to expand...
Click to collapse
It will be under tethering and portable hotspot in some phones