amirrajan / rubymotion-applied

RubyMotion documentation provided by the community. Submit a pull request to the docs for a free one year indie subscription.
Apache License 2.0
49 stars 10 forks source link

RubyMotion + GenyMotion + AWS #80

Closed amirrajan closed 5 years ago

amirrajan commented 6 years ago

I hope you are doing great. As agreed during our previous meeting, please find below information to get started with Genymotion on AWS. Here are the links to the product on the marketplace : https://aws.amazon.com/marketplace/seller-profile?id=933724b4-d35f-4266-905e-e52e4792bc45

To get started with Genymotion on AWS, you can follow our tutorials. Don't hesitate to contact me if any issues. Follow those steps : 1 - Start an instance from the marketplace : https://www.genymotion.com/help/on-demand/tutorial/set-first-instance/

2 - Configure it by enabling adb if you need to communicate with the device through command lines : https://www.genymotion.com/help/aws/tutorial/enable-disable-adb/

If you need to disable the HTTP basic authentication, so that your users can directly access the instance : https://www.genymotion.com/help/aws/tutorial/http-authentication/. The secure access to the instance will be done from your portal.

3 - Install apps or any other dependencies you need :

Install an application : https://www.genymotion.com/help/aws/tutorial/install-app/

Install Google Apps (if needed) : https://www.genymotion.com/help/aws/tutorial/install-gapps/

4 - If you want to disable the toolbar :

Once you are in the device shell:

– Disable the toolbar with

/sbin/busybox sed -i -e 's/default/simple/g' /data/www/index.html You can have detailed information with our user guide : https://www.genymotion.com/wp-content/uploads/2017/10/Genymotion-on-Demand-4.0-User-Guide.pdf

amirrajan commented 5 years ago

I gave this a shot. The simulator is way too slow on AWS. Not viable.