Hello, I Know there are correct wifi usb dongles drivers in Tiamat Kernels, i have tried everything possible to get the Mobile Settings option in the Wireless setting of android with no luck, Can anybody point me to the correct procedures on how to do it? btw i have tried the methods of doing that on Acer and Asus and it didn't work, i had to flash new kernels to boot again in some cases. Thanks
Why those drivers are present but nobody want to write dialer script and instruction?
Launchpad kernel for Xoom!
Alright, Forget about Tiamat kernel, i have Team Tiamat Moray Rom on my Wifi only Xoom with the launchpad kernel from this post :
http://www.xoomforums.com/forum/lau...nel-launchpad-1-2-2-new-6-11-11-3-1-only.html
you will find in the addons (WWAN USB Addon) which is used on the launchpad to show the Mobile Menu and enable tethering as the kernel should have everything required, so why when i use it on the Xoom it doesn't work? BTW i have also disabled the Zero-CD option on the USB stick to make sure it reads as a modem when connected to usb port, i made sure that my 3g stick is compatible with the operation.
Its really interesting when i see 153 views and only one reply
You can try this http://forum.xda-developers.com/showthread.php?t=1118639
And I will try with CDMA modem I found one non-english article.
But just yesterday I got trouble with OTG connections, all devices are with error:
usb 2-1: new low speed USB device using tegra-ehci and address 6
usb 2-1: device not accepting address 6, error -71
hub 2-1: unable to enumerate device on port 1
It was working last night. Wtf? Do you know how to fix this? I tried to restart tablet with no luck, otg cable not working anymore.
Update 1: Nevermind, cable was broken. Fixed.
Update 2: I tried that method on link I gave you - zore result, reflashed.
P.S: Just tried your launchpad kernel - too bad that 3.1 only. I'm using Rogue now. By the way usb_wwan can be installed everywhere.
I found also this universal installer for Huawei modems attached below.
Dunno how to "dance" with this. After installing just nothing happend or I doing wrong.
thanks for you effort, OTG cables are horrible, most of the time when you get failures its caused by cables or adapters anyway,
i downloaded the attached archive and pushed all modules to my Xoom with MORAY Rom and Odachi Kernel, rebooted and nothing happened too no Mobile Settings menu, will keep trying and keep you posted
Actually I'm not sure if there should appear some menu. After this you have to see in dmesg you modem to be recognized like GSM converter but I don't. So it looks like option.ko isn't loaded. Maybe this file has to be in defferent place instead of /system/lib on Xoom? I also tried to put it in /system/lib/modules/ , also nothing happend after.
Maybe it works on older versions of ROMs? I'm using 3.2.2 stock rooted with rogue kernel + usb_wwan
Maybe, i have tried it with many roms, even the 3.1 but no luck, i think Team Tiamat would be the right ppl who would clarify everything to us, i have tried setting the kernel to launch all the modules on boot but nothing happened,we need somebody experienced in those things to help us out
Hmm... as you see there is nobody who want to help with this. Because they have 3G models or expencive portable hotspots and nobody need this.
Anyway. Did you try to put option.ko and usb_wwan.ko in system/library/modules folder and right after that set up "modules on boot"? Restart tablet, connect modem and see in dmesg. I don't have this option in my rom, so try to do that.
:s
I've tried placing the modules and loading them on boot, but it didn't work too, its not about money, actually i have 3G portable wifi router and my other android devices have the built-in wifi hotspot ,but its about doing the thing...its about the concept, why it's not working while we have everything in place, thats the weird thing, i think we will have to wait until somebody feels sorry for us then decide to help us! :s
Problem definitely in /system/build.prop it should be edited somehow, according to manual for A500 tablet.
Neolo said:
I found also this universal installer for Huawei modems attached below.
Dunno how to "dance" with this. After installing just nothing happend or I doing wrong.
Click to expand...
Click to collapse
hi, where to put this module pack? i mean how to install?
How to connect manually using Huawei 3G dongle:
You need:
- rooted xoom with Tiamat kernel (or any other which has usb_wwan.ko and option.ko attached)
- 3g dongle
1. Backup files from /etc/ppp in case when this solution don't work
2. Download attached zip and extract to /etc/ppp
3. edit /etc/ppp/gprs-connect-chat in line
Code:
'' AT+CGDCONT=1,"IP","internet"
replace 'internet' with APN name for your network
4. Now run terminal (Terminal Emulator) and type
Code:
su
stop ril-daemon
insmod /system/lib/modules/usb_wwan.ko
insmod /system/lib/modules/option.ko
pppd call gprs
Now you should have working connection (Xoom doesn't show this, but if you run browser it should work).
For me it works on Verizon Xoom with Huawei e1750, but i'm living in area where only edge is avaliable, so this is very slow connection - i need to check connection speed in other location this weekend.
For Xoom Wifi owners: this should also work for you, but with small change - after inserting modules you should check on dmesg which port(s) is using your dongle and change port number in first line of /etc/ppp/peers/gprs . It's probably /dev/ttyUSB0 but you must check.
Porzeczek said:
How to connect manually using Huawei 3G dongle:
You need:
- rooted xoom with Tiamat kernel (or any other which has usb_wwan.ko and option.ko attached)
- 3g dongle
1. Backup files from /etc/ppp in case when this solution don't work
2. Download attached zip and extract to /etc/ppp
3. edit /etc/ppp/gprs-connect-chat in line
Code:
'' AT+CGDCONT=1,"IP","internet"
replace 'internet' with APN name for your network
4. Now run terminal (Terminal Emulator) and type
Code:
su
stop ril-daemon
insmod /system/lib/modules/usb_wwan.ko
insmod /system/lib/modules/option.ko
pppd call gprs
Now you should have working connection (Xoom doesn't show this, but if you run browser it should work).
For me it works on Verizon Xoom with Huawei e1750, but i'm living in area where only edge is avaliable, so this is very slow connection - i need to check connection speed in other location this weekend.
For Xoom Wifi owners: this should also work for you, but with small change - after inserting modules you should check on dmesg which port(s) is using your dongle and change port number in first line of /etc/ppp/peers/gprs . It's probably /dev/ttyUSB0 but you must check.
Click to expand...
Click to collapse
bro,
how can we connect any other company's usb modem? it is same as huawei modem or new driver files to be downloaded?
raihankabir_1 said:
bro,
how can we connect any other company's usb modem? it is same as huawei modem or new driver files to be downloaded?
Click to expand...
Click to collapse
What modem you have?
Porzeczek said:
What modem you have?
Click to expand...
Click to collapse
i was successful with huawei 3g modem according to the tutorial. i have an wimax usb modem and i didnt find any tutorial related to wimax usb modem on xoom
raihankabir_1 said:
i was successful with huawei 3g modem according to the tutorial. i have an wimax usb modem and i didnt find any tutorial related to wimax usb modem on xoom
Click to expand...
Click to collapse
Ask google for linux support for this wimax modem. If it works on linux it also should work in android. And most of linux tutorials are saying which driver is needed.
I also have different modem need to use, because gprs is slow and expencive.
I have Cmotech U300 (Dual mode - WiMax + CDMA Rev.A) branded for Sprint. Have no idea where to get a driver for xoom.
Looks like my modem is working under Linux, http://jebus.nu/tech-corner/sprint-u300 Dut generally I have no idea how to make it for Xoom.
My Huawei is recognized well. I set APN name, but what about APN username and password. Where are setted?
Are there any updated ppp files for the xoom on jelly bean as it does not seem to work with my one....... Also try something called "ppp widget" which seems to be easier to do but still its not worked for me on my xoom...... HELP
This will definitely seem like a repeat thread but as far as I can tell this specific issue has not been solved.
I have a rooted lg p999 so g2x or optimus 2x using clockworkmod.
I am trying to use USB tethering to use my phone internet connection on my computer (my computer does not have a wireless card).
If I am correct from what I have read I first download and install the lg united usb drivers package.......DONE
Next I plug in my phone via USB to my computer and some things should pop up and install.....SEMI DONE
One device LGE Android Phone does not install any drivers because it says it cannot find them.
To solve this I have tried downloading the tether inf file but that does not work as a driver for this device. (possibly i cannot find the correct inf file online?)
Next to solve this i tried manually installing remote ndis drivers from a list of network adapter drivers as mentioned here
http://forum.xda-developers.com/showthread.php?t=1120552
but when I get to network adapters nothing is found.
For the record in device manager LGE Android Phone shows up with the ! under other devices and only the onboard network card shows up under network adapters.
Any help would be greatly appreciated. Thanks in advance.
What ROM and kernel do you have?
Sent from my LG-P999 using xda premium
If you are running an ICS based rom, the upgrade to ICS broke USB tethering. if not then we will need more info.
i can use usb tethering when i use android 4.0.4,drivers are ok.but in 4.2.2 computer cant find modem driver.
same here
anyone?
Hi! Me too
I've downloaded this driver http://forum.xda-developers.com/showthread.php?t=445436 and fellow the instructions.
Next I've downloaded the reverse tether app (search in Google Play... but I've downloaded the full apk )
In this configuration: usb connected with usb tether and debugging activated.
and the app shows me "Usb is not connected".
Also I've tried deactivating the debugging, but the problem continues.
I have Windows XP SP3.
PC-side:
Appears a RNDIS driver, I've installed it following the instructions of the first link.
But the system asks me about a device called HTC.
Where is it? How can I get usb tether?
Thanks in advance
PD: In some web pages some people say that in CM10 the usb tether isn't functional.
anyone got other workaround?
cm10.2 too, oh my...
sent from Timbuktu Post Office
Hello,
Since I can't post in milaq's thread, i'll do it here.
I haven't found any topic speaking about the issue i'm facing.
Since my 10.2 upgrade (i was using 10.1 from jcsullins before), i can't get my touchpad to show as an usb drive on my computer (Windows 8.1 x64) with MTP.
I'm using the android ADB interface driver and milaq's build 20131226.
Everything works well with my Nexus 4 (4.3 & 4.4).
I have nothing in PTP too, except if I enable USB debugging, the TP will appear as a camera on my computer (doesn't help with MTP).
The touchpad is showing without any issue in the device manager.
Windows event viewer is silent.
Any idea ?
Thanks.
Ok, I found a similar thread this time and fixed my issue :
http://forum.xda-developers.com/showthread.php?t=2481101
I just had to install the LG united driver and update the driver used for my touchpad on the device manager.
Hi guys, this is my first post on this forum, so I'm sorry if I'll do something wrong.
I bought a LG GPad V500 (standard version, not google experience edition) and i noticed that tha stock ROM was not so nice... I successfully installed clockworkmod and CyanogenMod 11. The ROM works fine, it's fast and i didn't find any bug. Just i can't understand how to setup USB thethering (aka reverse thethering).
When i start the server on my Windows 8 PC an app is installed on my tab (USB tunneling app). I accepted the super-user request and then I also installed the fake-wifi hack (included in reverse thethering package).
The problem is that, when I press Connect on my PC, the LOG shows no errors but I can't access Internet from the tab. USB Tnneling app shows "UDP connections: 0" and "TCP connections: 0" and the software on my PC says there isn't any download and upload speed. I reinstalled the apps many times and I replaced adb.exe (I founded this solution on Reverse Thethering official post on XDA, but it didn't work for me).
I googled the problem and I read many times that the kernel should be not able to run a USB thethering. I don't know if it could be true, i used the USB Thethering on CM 11 on my old TF300 (died 3 days ago :crying.
Do you know how to fix this problem? It's quite important for me because I can't use any wifi network at home and at work. Sorry for terrible English and thanks
P.S: is it possible, if needed, to change CM11 Kernel (flashing it using CWM)?