Commit graph

80 commits

Author SHA1 Message Date
butomo1989 e45bc0010f Enabled adb remotely 2018-08-29 13:02:44 +02:00
butomo1989 efd1f07e58 Fixed escape char 2018-08-27 14:32:33 +02:00
butomo1989 73418a8b4f Fixed escape char 2018-08-27 14:30:51 +02:00
butomo1989 f2c6ab79bb Enabled key pair 2018-08-24 16:14:04 +02:00
butomo1989 afcbd4a7e7 Merge branch 'master' into release-1.4 2018-08-21 16:45:54 +02:00
Ankur Agarwal a6394bcf74
added support for custom arguments while running/creating emulator 2018-08-21 17:50:50 +05:30
butomo1989 e56352bf74 Added provider id 2018-08-21 09:49:10 +02:00
butomo1989 a5d0e6eba2 Always use the latest AMI image 2018-08-20 11:46:09 +02:00
butomo1989 ac9371a2ed Merge branch 'master' into release-1.4 2018-08-20 09:51:35 +02:00
Ankur Agarwal c653efc7b1 fixes related to initialization 2018-08-16 12:36:51 +00:00
butomo1989 bcd7d9a29b Back to user mode 2018-08-14 09:14:25 +02:00
butomo1989 dd7ef41590 Added integration with Genymotion in AWS 2018-08-11 19:38:47 +02:00
butomo1989 d7c9730712 Fixed issue #90 2018-08-03 15:58:07 +02:00
butomo1989 91a4e270c6 Refactored code 2018-08-02 11:42:19 +02:00
Ankur Agarwal c4be3a1ac0
Merge branch 'master' into master 2018-07-31 01:24:15 +05:30
Ankur Agarwal 7c7eed4a3d
Fixing trailing whitespaces 2018-07-31 01:17:01 +05:30
Ankur Agarwal bcf27f0489
Added logging 2018-07-28 23:20:06 +05:30
Ankur Agarwal 972445a8bc
Assign device_id via environment variable 2018-07-28 23:07:03 +05:30
App-Test 460e0b8daf Update Google Play Services and some other useful stuff by adb 2018-07-28 16:53:26 +04:30
Boni Garcia b40ec48136 Download proper version of chromedriver 2018-07-24 15:59:11 +02:00
junbo 15c51a4ab1 roll back is_initialized 2018-07-20 09:53:46 +08:00
junbo 40f6e67d83 fix issue 87 2018-07-19 18:11:59 +08:00
Aleksandr Bochev bf65a73eb1 removed time dependency 2018-07-10 18:45:29 +02:00
Aleksandr Bochev 3577d7e0a1 fixed emulator is unauthorized
performed avd creation just once
2018-07-10 18:34:53 +02:00
Serghei Moret d176e69cc1
Let default emulator pick the right kernel 2018-07-03 20:46:23 +02:00
butomo1989 d4832ad2b8 Fixed unit test 2018-06-22 01:37:54 +02:00
butomo1989 54d5365907 Cleaned up 2018-06-22 01:16:40 +02:00
butomo1989 820b6e0e0e Enable debug modus for emulator 2018-06-21 21:16:54 +02:00
butomo1989 ab34ca36d9 Enabled relaxed security 2018-06-20 23:30:54 +02:00
butomo1989 15f6541621 Fixed if-else logic 2018-06-20 23:28:41 +02:00
butomo1989 32258461be Enable to specify port 2018-06-19 01:20:15 +02:00
butomo1989 d6b69863ca Cleaned up 2018-06-12 01:05:35 +02:00
butomo1989 68d0c2fc81 Cleaned up 2018-06-06 23:35:59 +02:00
butomo1989 705be0e3c9 Added auto-stop feature 2018-05-30 00:54:06 +02:00
butomo1989 79f797213c Added integreation with geny cloud 2018-05-29 02:04:30 +02:00
butomo1989 29898ba91e Fixed issue #52 2018-05-11 00:43:16 +02:00
butomo1989 567a494ccb Using new usage process of new SDK 2017-11-09 11:25:21 +01:00
butomo1989 0ea71ea6b8 Refactored auto-recording function 2017-10-30 20:42:36 +01:00
butomo1989 fcffca21ff Fixed error due to file name 2017-10-27 21:02:00 +02:00
Budi Utomo c9ab42ecfb Merge pull request #28 from thelittlefireman/master
fix file error when start/stop/start container
2017-08-01 16:16:12 +02:00
thelittlefireman 7c48af9b84 fix codacy-bot warrning 2017-08-01 10:30:04 +02:00
thelittlefireman e1d6e3cdbe delete useless code 2017-07-31 15:58:38 +02:00
thelittlefireman 648010d519 delete useless code 2017-07-31 15:56:50 +02:00
thelittlefireman 9d3cb60f41 add unit test last case 2017-07-31 15:28:33 +02:00
thelittlefireman e2ad6b75d2 add unit test to symlink_force 2017-07-31 15:12:46 +02:00
thelittlefireman 486fb5825b fix bad python impl 2017-07-29 22:51:36 +02:00
thelittlefireman f7b30c3129 fix python error when files already exist
related to :
```
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main                                                                                                                                 
    "__main__", mod_spec)                                                                                                                                                                              
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code                                                                                                                                            
    exec(code, run_globals)                                                                                                                                                                            
  File "/root/src/app.py", line 189, in <module>                                                                                                                                                       
    run()                                                                                                                                                                                              
  File "/root/src/app.py", line 178, in run                                                                                                                                                            
    prepare_avd(device, avd_name)                                                                                                                                                                      
  File "/root/src/app.py", line 74, in prepare_avd                                                                                                                                                     
    os.symlink(os.path.join(skin_rsc_path, s), os.path.join(skin_dst_path, s))                                                                                                                         
FileExistsError: [Errno 17] File exists: '/root/devices/skins/galaxy_nexus' -> '/root/platforms/android-25/skins/galaxy_nexus'                                                                         
Traceback (most recent call last):                                                                                                                                                                     
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main                                                                                                                                 
    "__main__", mod_spec)                                                                                                                                                                              
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code                                                                                                                                            
    exec(code, run_globals)                                                                                                                                                                            
  File "/root/src/app.py", line 189, in <module>                                                                                                                                                       
    run()                                                                                                                                                                                              
  File "/root/src/app.py", line 178, in run                                                                                                                                                            
    prepare_avd(device, avd_name)                                                                                                                                                                      
  File "/root/src/app.py", line 74, in prepare_avd                                                                                                                                                     
    os.symlink(os.path.join(skin_rsc_path, s), os.path.join(skin_dst_path, s))                                                                                                                         
FileExistsError: [Errno 17] File exists: '/root/devices/skins/galaxy_nexus' -> '/root/platforms/android-25/skins/galaxy_nexus' 
```
2017-07-28 15:13:45 +02:00
butomo1989 b6a1a57bed Enable video recording 2017-07-14 20:40:14 +02:00
Andrejs Cunskis 2bc30edf4c Add support for real device and screen mirroring 2017-07-03 22:50:37 +03:00
butomo1989 0e578710f3 Automated all steps from PR #12 2017-06-14 15:06:01 +02:00