muandrew / androidtool-mac

One-click screenshots, video recordings, app installation for iOS and Android
Apache License 2.0
45 stars 9 forks source link

Only 3 minute screen recording time #14

Closed Shiva942 closed 4 years ago

Shiva942 commented 4 years ago

If possible please increase the recording time upto 2 hours

muandrew commented 4 years ago

I'm not sure how well its going to work for up to two hours. You can try https://github.com/Genymobile/scrcpy which may support what you need.

muandrew commented 4 years ago

Ok I read the documentation again, this tool isn't going to support recording past 3 min anytime soon since this relies on adb and there is a max of 3 min for adb

https://developer.android.com/studio/command-line/adb --time-limit time | Sets the maximum recording time, in seconds. The default and maximum value is 180 (3 minutes).