Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 09 Dec 2013 01:03 PM by  mvly
How to remove wifi/bt on 4.0.4 android build
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
mvly
Basic Member
Basic Member
Posts:104


--
06 Dec 2013 04:40 PM

    I am using the DM3730 SOM Torpedo W/O wifi module. Is there a way to build android without the wifi/bt? The reason I ask is if I don't remove it, the device does not sleep properly and also periodically slow down the system. I can see this in API apps such as rotating cube and such. It would be smooth for about 1 second and then it would slow down before speeding up again.

    mvly
    Basic Member
    Basic Member
    Posts:104


    --
    09 Dec 2013 01:03 PM

    OK problem solved.

     

    It is hackish, but it works for what I need to do.

     

    Here is the fix:

    remove btwilink.ko and wl12xx_sdio.ko from system/modules folder in rootfs. This will essentially removes the drivers so it wont be looking for the device when it's on or sleeping. The whole system is a lot smoother and sleep current is down to 1-2mA.

     

    Keep in mind, you might want to remove the wif and bluetooth control in the settings apps to prevent users to accidently turn it on and do something funny to the system

     

    You are not authorized to post a reply.