Skip to content

Instantly share code, notes, and snippets.

@SalahAdDin
Last active May 29, 2022 06:11
Show Gist options
  • Save SalahAdDin/284f42f82de735bf9a2efe8c094e2e64 to your computer and use it in GitHub Desktop.
Save SalahAdDin/284f42f82de735bf9a2efe8c094e2e64 to your computer and use it in GitHub Desktop.

Revisions

  1. SalahAdDin revised this gist Jun 26, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Steps.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    **Note:** Maybe you'll have problems with the lasta package: ` ncurses5-compat-libs`. In order to avoid this problem you have to use this command: `gpg --recv-keys F7E48EDB`. You can find clarification [here](https://aur.archlinux.org/packages/ncurses5-compat-libs/?comments=all).
    2. `yaourt -S genymotion`
    **Note:** You'll need install `virtual-box` and his modules, `yaourt` will make for you but you need choos between ArchLinux host modules or DKMS host modules.
    3. `echo -e "vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci" > /etc/modules-load.d/virtualbox.conf`
    3. Enter in super user mode with `su -` and then do `echo -e "vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci" > /etc/modules-load.d/virtualbox.conf`
    **Note:** You need do this with super user because need super user permissions and with `sudo`, for us at least, doesn't work.
    4. `sudo modprobe vboxdrv vboxnetadp vboxnetflt`
    Activate for current session.
  2. SalahAdDin revised this gist Aug 1, 2018. 1 changed file with 3 additions and 6 deletions.
    9 changes: 3 additions & 6 deletions Steps.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    **First step:** Install Android SDK
    1. `yaourt -S android-sdk android-sdk-platform-tools android-sdk-build-tools`
    **Note:** Maybe you'll have problems with the lasta package: ` ncurses5-compat-libs`. In order to avoid this problem you have to use this command: `gpg --recv-keys F7E48EDB`. You can find clarification (here)[https://aur.archlinux.org/packages/ncurses5-compat-libs/?comments=all].
    **Note:** Maybe you'll have problems with the lasta package: ` ncurses5-compat-libs`. In order to avoid this problem you have to use this command: `gpg --recv-keys F7E48EDB`. You can find clarification [here](https://aur.archlinux.org/packages/ncurses5-compat-libs/?comments=all).
    2. `yaourt -S genymotion`
    **Note:** You'll need install `virtual-box` and his modules, `yaourt` will make for you but you need choos between ArchLinux host modules or DKMS host modules.
    3. `echo -e "vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci" > /etc/modules-load.d/virtualbox.conf`
    @@ -14,13 +14,10 @@
    **NOTE:** You need install Java JDK for user Android SDK.
    7. `/opt/android-sdk/tools/android`
    This command launch `Android SDK`. You can make fixed in your dock application (for example `Plank`), or create a `desktop-launcher`.
    8.

    8.

    **Second step:** React-Native
    1. npm install -g react-native-cli
    *Note:* You need have installed node and npm for use `React Native`.
    1. `npm install -g react-native-cli`
    _Note:_ You need have installed node and npm for use `React Native`.

    **Optional Step:** Upgrade watchers limit
    1. `echo "fs.inotify.max_user_watches=524288" >> /etc/sysctl.conf`
  3. SalahAdDin revised this gist Aug 1, 2018. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions Steps.md
    Original file line number Diff line number Diff line change
    @@ -1,18 +1,18 @@
    **First step:** Install Android SDK
    1. yaourt -S android-sdk android-sdk-platform-tools android-sdk-build-tools
    1. `yaourt -S android-sdk android-sdk-platform-tools android-sdk-build-tools`
    **Note:** Maybe you'll have problems with the lasta package: ` ncurses5-compat-libs`. In order to avoid this problem you have to use this command: `gpg --recv-keys F7E48EDB`. You can find clarification (here)[https://aur.archlinux.org/packages/ncurses5-compat-libs/?comments=all].
    2. yaourt -S genymotion
    2. `yaourt -S genymotion`
    **Note:** You'll need install `virtual-box` and his modules, `yaourt` will make for you but you need choos between ArchLinux host modules or DKMS host modules.
    3. echo -e "vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci" > /etc/modules-load.d/virtualbox.conf
    3. `echo -e "vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci" > /etc/modules-load.d/virtualbox.conf`
    **Note:** You need do this with super user because need super user permissions and with `sudo`, for us at least, doesn't work.
    4. sudo modprobe vboxdrv vboxnetadp vboxnetflt
    4. `sudo modprobe vboxdrv vboxnetadp vboxnetflt`
    Activate for current session.
    5. sudo chmod -R 777 /opt/android-sdk
    5. `sudo chmod -R 777 /opt/android-sdk`
    Give permisions over Android SDK folders.
    6. Restart
    Is needed by `Genymotion` for detect `VirtualBox` modules.
    **NOTE:** You need install Java JDK for user Android SDK.
    7. /opt/android-sdk/tools/android
    7. `/opt/android-sdk/tools/android`
    This command launch `Android SDK`. You can make fixed in your dock application (for example `Plank`), or create a `desktop-launcher`.
    8.

    @@ -23,9 +23,9 @@
    *Note:* You need have installed node and npm for use `React Native`.

    **Optional Step:** Upgrade watchers limit
    1. echo "fs.inotify.max_user_watches=524288" >> /etc/sysctl.conf
    1. `echo "fs.inotify.max_user_watches=524288" >> /etc/sysctl.conf`
    **Note:** Use this command in super user session.
    2. sudo sysctl -p /etc/sysctl.conf
    2. `sudo sysctl -p /etc/sysctl.conf`
    Make this active without reboot session.
    3.

  4. SalahAdDin revised this gist Jul 18, 2016. 1 changed file with 10 additions and 2 deletions.
    12 changes: 10 additions & 2 deletions Steps.md
    Original file line number Diff line number Diff line change
    @@ -18,6 +18,14 @@

    8.

    **Second step:**
    **Second step:** React-Native
    1. npm install -g react-native-cli
    *Note:* You need have installed node and npm for use `React Native`.
    *Note:* You need have installed node and npm for use `React Native`.

    **Optional Step:** Upgrade watchers limit
    1. echo "fs.inotify.max_user_watches=524288" >> /etc/sysctl.conf
    **Note:** Use this command in super user session.
    2. sudo sysctl -p /etc/sysctl.conf
    Make this active without reboot session.
    3.

  5. SalahAdDin revised this gist Jul 14, 2016. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions Steps.md
    Original file line number Diff line number Diff line change
    @@ -12,6 +12,11 @@
    6. Restart
    Is needed by `Genymotion` for detect `VirtualBox` modules.
    **NOTE:** You need install Java JDK for user Android SDK.
    7. /opt/android-sdk/tools/android
    This command launch `Android SDK`. You can make fixed in your dock application (for example `Plank`), or create a `desktop-launcher`.
    8.

    8.

    **Second step:**
    1. npm install -g react-native-cli
  6. SalahAdDin revised this gist Jul 14, 2016. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions Steps.md
    Original file line number Diff line number Diff line change
    @@ -1,17 +1,17 @@
    **First step:** Install Android SDK
    1. yaourt -S android-sdk android-sdk-platform-tools android-sdk-build-tools
    1. yaourt -S android-sdk android-sdk-platform-tools android-sdk-build-tools
    **Note:** Maybe you'll have problems with the lasta package: ` ncurses5-compat-libs`. In order to avoid this problem you have to use this command: `gpg --recv-keys F7E48EDB`. You can find clarification (here)[https://aur.archlinux.org/packages/ncurses5-compat-libs/?comments=all].
    2. yaourt -S genymotion
    2. yaourt -S genymotion
    **Note:** You'll need install `virtual-box` and his modules, `yaourt` will make for you but you need choos between ArchLinux host modules or DKMS host modules.
    3. echo -e "vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci" > /etc/modules-load.d/virtualbox.conf
    3. echo -e "vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci" > /etc/modules-load.d/virtualbox.conf
    **Note:** You need do this with super user because need super user permissions and with `sudo`, for us at least, doesn't work.
    4. sudo modprobe vboxdrv vboxnetadp vboxnetflt
    4. sudo modprobe vboxdrv vboxnetadp vboxnetflt
    Activate for current session.
    5. sudo chmod -R 777 /opt/android-sdk
    5. sudo chmod -R 777 /opt/android-sdk
    Give permisions over Android SDK folders.
    6. Restart
    6. Restart
    Is needed by `Genymotion` for detect `VirtualBox` modules.
    *NOTE:* You need install Java JDK for user Android SDK.
    **NOTE:** You need install Java JDK for user Android SDK.

    **Second step:**
    1. npm install -g react-native-cli
  7. SalahAdDin revised this gist Jul 14, 2016. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions Steps.md
    Original file line number Diff line number Diff line change
    @@ -11,9 +11,8 @@
    Give permisions over Android SDK folders.
    6. Restart
    Is needed by `Genymotion` for detect `VirtualBox` modules.
    *NOTE:* You need install Java JDK for user Android SDK.
    *NOTE:* You need install Java JDK for user Android SDK.

    **Second step:**
    1. npm install -g react-native-cli
    2.
    *Note:* You need have installed node and npm for use `React Native`.
    *Note:* You need have installed node and npm for use `React Native`.
  8. SalahAdDin revised this gist Jul 14, 2016. 1 changed file with 9 additions and 3 deletions.
    12 changes: 9 additions & 3 deletions Steps.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    *First step:* Install Android SDK
    **First step:** Install Android SDK
    1. yaourt -S android-sdk android-sdk-platform-tools android-sdk-build-tools
    **Note:** Maybe you'll have problems with the lasta package: ` ncurses5-compat-libs`. In order to avoid this problem you have to use this command: `gpg --recv-keys F7E48EDB`. You can find clarification (here)[https://aur.archlinux.org/packages/ncurses5-compat-libs/?comments=all].
    2. yaourt -S genymotion
    @@ -9,5 +9,11 @@
    Activate for current session.
    5. sudo chmod -R 777 /opt/android-sdk
    Give permisions over Android SDK folders.
    6.
    *NOTE:* You need install Java JDK for user Android SDK.
    6. Restart
    Is needed by `Genymotion` for detect `VirtualBox` modules.
    *NOTE:* You need install Java JDK for user Android SDK.

    **Second step:**
    1. npm install -g react-native-cli
    2.
    *Note:* You need have installed node and npm for use `React Native`.
  9. SalahAdDin created this gist Jul 13, 2016.
    13 changes: 13 additions & 0 deletions Steps.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    *First step:* Install Android SDK
    1. yaourt -S android-sdk android-sdk-platform-tools android-sdk-build-tools
    **Note:** Maybe you'll have problems with the lasta package: ` ncurses5-compat-libs`. In order to avoid this problem you have to use this command: `gpg --recv-keys F7E48EDB`. You can find clarification (here)[https://aur.archlinux.org/packages/ncurses5-compat-libs/?comments=all].
    2. yaourt -S genymotion
    **Note:** You'll need install `virtual-box` and his modules, `yaourt` will make for you but you need choos between ArchLinux host modules or DKMS host modules.
    3. echo -e "vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci" > /etc/modules-load.d/virtualbox.conf
    **Note:** You need do this with super user because need super user permissions and with `sudo`, for us at least, doesn't work.
    4. sudo modprobe vboxdrv vboxnetadp vboxnetflt
    Activate for current session.
    5. sudo chmod -R 777 /opt/android-sdk
    Give permisions over Android SDK folders.
    6.
    *NOTE:* You need install Java JDK for user Android SDK.