

Run adb shell this opens a shell to your device You can compare it with the original using any merging tool to see the differences. I did some modifications, for instance removing some controls (I did not care about the File Exists errors) and modifying some functions and calls to adb shell specifying the command between quotes (otherwise it would not work).this script did not work for me out of the box due to unrecognized commands.Now download the optware script for android ) PC connected to the same network as the device and download the last Google ADT (download the right one for your linux platform)Īdd the following to the PATH system variable: /folder_where_you_untar_adt/sdk/platform-tools install WIFI ADB in your device and run it, it will be accessible via device-id:5555.


To install optware we need to access our device in debug mode this way we can access the console and run the optware install script. Of course, we won’t have all packages apt has, but we will have enough. We need to install optware to manage packages in the apt-get style inside our android device. I did it by installing optware here are the steps: Optware
