Hi,
I want to setup the modem link for my O2 atom phone and pc. It requires to download/install the usb modem driver to pc in order to complete this setup.
Does anyone know where I can download this driver?
Please help.
Thanks in advance
tee
Hi,
No need for the modem driver..install the Active Sync by using the Set Up from the CD(do not install by exploring CD) it will install the USB Modem drivers.WHen u will connect to the PC, u can see the modem connected to a particular port..I hope you know the procedure to use these devices as Wireless Modem...
hdubli said:
Hi,
No need for the modem driver..install the Active Sync by using the Set Up from the CD(do not install by exploring CD) it will install the USB Modem drivers.WHen u will connect to the PC, u can see the modem connected to a particular port..I hope you know the procedure to use these devices as Wireless Modem...
Click to expand...
Click to collapse
Hi hdubli,
I am very new to Pocket Pc, specially to O2 Atom. I don't know how to setup for the wireless modem. Can you please show me step by step how to set it up?
Greatly appreciate your help.
Tee
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
Hi, So as the title said my computer dont show my OPO in the explorer, but when i connect the phone to the computer via usb the computer make the sound of the new connection and on the phone its also show that it connected but on the pc i cant see it on the explorer.
i've tried to reinstall the phone drivers but still it didnt help me.
i really need help on this one so if anyone had the same problem and found a solution i'd be glad to know.
Thanks Ahead!
You on xp?
Sent from my SM-N900T using XDA Premium 4 mobile app
What exactly did you try?
Set the usb connection as mtp?
enable usb debugging?
Tried another cable?
If you're just wanting to transfer files, you can use a wifi transfer app where you access the phone through a web browser once the wifi app is started on the phone.
If you got your phone locked with a swipe, pin or password, you need to unlock it first
Send from OnePlus One using Tapatalk
goofball2k said:
What exactly did you try?
Set the usb connection as mtp?
enable usb debugging?
Tried another cable?
If you're just wanting to transfer files, you can use a wifi transfer app where you access the phone through a web browser once the wifi app is started on the phone.
Click to expand...
Click to collapse
I connected the phone to the of as mtp and it didn't work, I'm using Windows 8 and I have tried to reinstall the drivers but it didn't work
Sent from my A0001 using XDA Free mobile app
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
Hello I need help with my junsun pro. I tried to connect it to a pc to use ADB but nothing seems to work.
I tried with usb 1 and usb 2, but when I connect the cable nothing happens.... The pc doesn't detect the connection and the radio doesn't detect as well.
The same usb port works with usb sticks and phone. I don't understand the problem.
I have already enabled usb debug (via developer option and secret menu).
Another important problem is that the usb settings menu doesn't work, so I can't change the usb connection type....
Is there a sort of block?
if your on a samsung use odin!
auron98x23 said:
Hello I need help with my junsun pro. I tried to connect it to a pc to use ADB but nothing seems to work.
I tried with usb 1 and usb 2, but when I connect the cable nothing happens.... The pc doesn't detect the connection and the radio doesn't detect as well.
The same usb port works with usb sticks and phone. I don't understand the problem.
I have already enabled usb debug (via developer option and secret menu).
Another important problem is that the usb settings menu doesn't work, so I can't change the usb connection type....
Is there a sort of block?
Click to expand...
Click to collapse
or i think its a problem with the firmware?
thatusbguy said:
if your on a samsung use odin!
Click to expand...
Click to collapse
? It's a head unit not a phone. The radio used android 11
thatusbguy said:
or i think its a problem with the firmware?
Click to expand...
Click to collapse
I don't know, do you have any suggestion?
auron98x23 said:
I don't know, do you have any suggestion?
Click to expand...
Click to collapse
sorry no
Connect both (PC and head unit) to the same WiFi and just use:
ADB connect 192.***.***.*** on your PC to connect. (Use the IP-address from your head unit instead of ***)
You don´t need the USB connection.
rigattoni said:
Connect both (PC and head unit) to the same WiFi and just use:
ADB connect 192.***.***.*** on your PC to connect. (Use the IP-address from your head unit instead of ***)
You don´t need the USB connection.
Click to expand...
Click to collapse
Thanks, but now I have another problem. If you have time, can you look this: https://forum.xda-developers.com/t/...very-time-i-try-to-open-file-manager.4500699/
auron98x23 said:
Thanks, but now I have another problem. If you have time, can you look this: https://forum.xda-developers.com/t/...very-time-i-try-to-open-file-manager.4500699/
Click to expand...
Click to collapse
Well... Logcat saves all files in the same folder, so why do you want to change that?
It´s easy to access, so there is no need to change that.
BTW:
I use FX since a couple of years now on all my units and never had any issues to find logcat files at all.
Hello, I don't know if you still have that problem or not.
But the fix I had for my exact same problem to access ADB was to click the 3 dots inside the dev options (up right).
And then select the other option. They are both typed in Chinese, but what you should do is that first change it:
Connect your USB to the laptop.
Try: adb shell with both USB ports, it will work with one of them.