how to install drivers on android 4.0

Im a total noob on sierra devices.

I need to install the driver for the MC7700 on a android device. The instruction I was given say to install the files in the “appropriate place” I have no idea where that is. Any help with installing drivers on android is appreciated.

Hi,

Can you confirm the device PID and Android RIL version. If the PID is 68A3 then the modem is in Direct IP mode. In this case, Direct IP Drivers can be downloaded from the below mentioned link :

mycusthelp.net/SIERRAWIRELESS/_c … KQD&aid=44

After downloading, steps to install the drivers are as following :

Navigate to Sierra drivers folder which has “sierra” and “sierra_net”:

• Navigate to sierra folder:
sudo make // compile drivers
sudo make install or sudo modprobe sierra // Installs sierra drivers

• Navigate to sierra_net folder:
sudo make // compile drivers
sudo make install or sudo modprobe sierra // Installs sierra drivers

In case of using PID=68A2(QMI mode) to communicate with QMI SDK:
Please use the Gobidrivers(with GobiSerial & GobiNet folders) provided by sierra wireless and the steps to install is same as mentioned above.

Thanks.