Package Details: genymotion 3.6.0-2

Git Clone URL: https://aur.archlinux.org/genymotion.git (read-only, click to copy)
Package Base: genymotion
Description: Complete set of tools that provides a virtual environment for Android.
Upstream URL: http://www.genymotion.com/
Keywords: android emulator genymotion
Licenses: custom
Submitter: AndreaCattaneo
Maintainer: j.taala (amos)
Last Packager: j.taala
Votes: 329
Popularity: 0.50
First Submitted: 2013-08-02 09:18 (UTC)
Last Updated: 2024-02-28 22:25 (UTC)

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 Next › Last »

<deleted-account> commented on 2014-02-20 12:59 (UTC)

Change this to get the latest version: pkgver=2.1.1 if test "$CARCH" == x86_64; then _ARCH="x64" md5sums+=('619aeb1d8380858ff8e771537213e03e') else _ARCH="x86" md5sums+=('27adea440165d14b8c9d58bde3c26bf7') fi

vehiclee commented on 2014-02-16 06:32 (UTC)

2.1.1 is out, pls update, thx

ackalker commented on 2014-02-02 18:31 (UTC)

@katta Ah, and also you should put 'license=("custom")' in the PKGBUILD. namcap doesn't know about 'UNKNOWN' :-)

ackalker commented on 2014-02-02 18:29 (UTC)

@katta Sorry for the long delay, thenks for putting in the changes :-) The license is located here (I've formatted the URL so you can put it in sources array): "license.html::https://shop.genymotion.com/index.php?id_cms=3&controller=cms&id_lang=1" Perhaps it is a good idea to ask the people at Genymotion if they can ship their license as a text file with the installer.

AndreaCattaneo commented on 2014-01-22 12:33 (UTC)

@gadelat Yes, of course. As explained in .install file you can add them to' virtualbox.conf file in /etc/modules.d for automatic loading # echo -e "vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci" > /etc/modules-load.d/virtualbox.conf @ackalker Thank you for suggestion, I'm working to fix that problems. But I cant find the licence. Any suggestion about?

gadelat commented on 2014-01-22 12:19 (UTC)

If some of you have trouble running genymotion because it outputs error "Unable to load VirtualBox engine.", you need to load kernel modules vboxnetadp and boxnetflt: :# modprobe -a vboxdrv vboxnetadp vboxnetflt

ackalker commented on 2014-01-14 22:51 (UTC)

@katta: Thanks for packaging this :-) Some small nits: - namcap gives several warnings and errors. I've stripped out those about uninstalled dependencies, insecure RPATHs and files in /opt), marked the ones which I think are pretty serious (e.g. security-wise) with <...>: $ namcap PKGBUILD PKGBUILD (genymotion) W: Variable license is not an array. PKGBUILD (genymotion) W: Description should not contain the package name. $ namcap genymotion-2.0.3-2-x86_64.pkg.tar.xz genymotion W: ELF file ('opt/genymotion/tools/adb') has executable stack. <snip> genymotion E: UNKNOWN is not a common license (it's not in /usr/share/licenses/common/) <snip> genymotion W: Description should not contain the package name. <lots of errors like the following:> genymotion E: File (opt/genymotion/lib64EGL_translator.so) is owned by 1004:xbmc <the above could be pretty serious: user with UID 1004/GID 1004 (which in my case happens to be 'xbmc') could seriously mess up (move/overwrite/delete) Genymotion's files. Probably best to fix those with `chown root:root <files>`> <snip> genymotion E: Dependency openssl098 detected and not included (libraries ['usr/lib/libcrypto.so.0.9.8'] needed in files ['opt/genymotion/libssl.so']) genymotion E: Dependency ffmpeg-compat detected and not included (libraries ['usr/lib/ffmpeg-compat/libswscale.so.2', 'usr/lib/ffmpeg-compat/libavutil.so.51'] needed in files ['opt/genymotion/libswscale.so.2', 'opt/genymotion/player']) genymotion E: Dependency qca detected and not included (libraries ['usr/lib/libqca.so.2'] needed in files ['opt/genymotion/player', 'opt/genymotion/genymotion', 'opt/genymotion/crypto/libqca-ossl.so']) <snip> Morale: please _always_ run namcap on your PKGBUILD and a package you build from it (I do on all the packages I maintain :-) ). Even if you think you've done everything perfectly, there's always a chance that you missed something.

Blask commented on 2014-01-04 15:49 (UTC)

It happened from I first launch genymotion when '~/.config/Genymobile' didn't exists.

AndreaCattaneo commented on 2014-01-04 15:44 (UTC)

At start, obviously! [code] Jan 4 23:19:31 [Genymotion] [Warning] **** STARTING GENYMOTION **** [/code] You can try removing ( or moving ) folder ~/.config/Genymobile/ and try again launch genymotion.

Blask commented on 2014-01-04 15:36 (UTC)

I install it with yaourt and this happened after execute genymotion but if i use 'sudo -u <usename> genymotion', it works normally, why?