Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encounter problem in android os > 4.4( on windows) #14

Open
zhEdward opened this issue May 24, 2017 · 0 comments
Open

encounter problem in android os > 4.4( on windows) #14

zhEdward opened this issue May 24, 2017 · 0 comments

Comments

@zhEdward
Copy link

ENV: window8.1 + python2.7.12 +cygwin64 + adb1.0.39 +ffmpeg3.3.1

Edward@USER-Edward /cygdrive/c/Users/Edward/Desktop
$ robogif demo.gif
RoboGif Recorder v1.3.0
Multiple devices found, choose one:
===============
[0] FX08_plus - Baytrail26AB2111 ------> android4.4.4(rooted)
[1] FX08 - 0123456789ABCDEF --------> android4.4.4(no root)
[2] Nexus_6P - CVH7N15B13000286 --------> android7.1.2(no root)
===============
 Choose[0-2]0

Starting recording on Baytrail26AB2111...
Press Ctrl+C to stop recording.
Unable to get output buffers (err=-38)
Recording has failed, it's possible that your device does not support recording.
Recording is supported on devices running KitKat (4.4) or newer.
Genymotion and stock emulator do not support it.


Choose[0-2]1

Starting recording on 0123456789ABCDEF...                                             
Press Ctrl+C to stop recording.                                                       
Recording done, downloading file....                                                  
adb: error: cannot create file/directory '/tmp/5h1Lut.mp4': No such file or directory 
Could not download recording from the device.                                         
Traceback (most recent call last):                                                    
  File "/usr/bin/robogif", line 11, in <module>                                       
    sys.exit(run())                                                                   
  File "/usr/lib/python2.7/site-packages/click/core.py", line 664, in __call__        
    return self.main(*args, **kwargs)                                                 
  File "/usr/lib/python2.7/site-packages/click/core.py", line 644, in main            
    rv = self.invoke(ctx)                                                             
  File "/usr/lib/python2.7/site-packages/click/core.py", line 837, in invoke          
    return ctx.invoke(self.callback, **ctx.params)                                    
  File "/usr/lib/python2.7/site-packages/click/core.py", line 464, in invoke          
    return callback(*args, **kwargs)                                                  
  File "/usr/lib/python2.7/site-packages/robogif/recorder.py", line 243, in run       
    os.remove(tmp_video_file)                                                         
OSError: [Errno 2] No such file or directory: '/tmp/5h1Lut.mp4'                       


Choose[0-2]2

Starting recording on CVH7N15B13000286...                                                
Press Ctrl+C to stop recording.                                                          
Recording done, downloading file....                                                     
adb: error: cannot create file/directory '/tmp/M2Fjvz.mp4': No such file or directory    
Could not download recording from the device.                                            
Traceback (most recent call last):                                                       
  File "/usr/bin/robogif", line 11, in <module>                                          
    sys.exit(run())                                                                      
  File "/usr/lib/python2.7/site-packages/click/core.py", line 664, in __call__           
    return self.main(*args, **kwargs)                                                    
  File "/usr/lib/python2.7/site-packages/click/core.py", line 644, in main               
    rv = self.invoke(ctx)                                                                
  File "/usr/lib/python2.7/site-packages/click/core.py", line 837, in invoke             
    return ctx.invoke(self.callback, **ctx.params)                                       
  File "/usr/lib/python2.7/site-packages/click/core.py", line 464, in invoke             
    return callback(*args, **kwargs)                                                     
  File "/usr/lib/python2.7/site-packages/robogif/recorder.py", line 243, in run          
    os.remove(tmp_video_file)                                                            
OSError: [Errno 2] No such file or directory: '/tmp/M2Fjvz.mp4'                          

@zhEdward zhEdward changed the title encounter problem in windows with android os > 4.4 encounter problem in android os > 4.4( on windows) May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant