Steps to remove a webapp from Desktop [Linux only]
-
Traverse to your home directory
cd ~ ls -la
-
You will find folder like this application_namexxx
| ===== Install adb ===== | |
| Open a terminal window and type: | |
| sudo apt-get install android-tools-adb android-tools-fastboot | |
| ===== Configure usb ===== | |
| Then type: | |
| sudo nano /etc/udev/rules.d/51-android.rules | |
| And enter these lines into the file (note: this adds rules for keon, ZTE Open, and tarako): | |
| SUBSYSTEM==”usb”, ATTR{idVendor}==”05c6″, ATTR{idProduct}==”8013″, MODE=”0666″ | |
| SUBSYSTEM=="usb", ATTR{idVendor}=="19d2", MODE="0666", GROUP="plugdev" | |
| SUBSYSTEM=="usb", ATTRS{idVendor}=="1782", MODE="0666" |
Steps to remove a webapp from Desktop [Linux only]
Traverse to your home directory
cd ~ ls -la
You will find folder like this application_namexxx
Note : Please note only one device is connected at this point of time
adb shell
cd data/b2g/mozilla
git clone git://git.yoctoproject.org/poky
cd poky
git clone git://git.yoctoproject.org/meta-raspberrypi
git clone git://git.openembedded.org/meta-openembedded
git clone git://github.com/imphil/meta-b2g.git
. ./oe-init-build-env rpi-build