moviepax.blogg.se

Amazon fire tv utility app v0.38
Amazon fire tv utility app v0.38







This calls androidtv.adb_manager.adb_manager_() or androidtv.adb_manager.adb_manager_(),ĭepending on whether the Python ADB implementation or an ADB server is used for communicating with the device. Whether or not the connection was successfully established and the device is available Return typeīool async adb_pull ( local_path, device_path ) ¶ ParametersĪlways_log_errors ( bool) – If True, errors will always be logged otherwise, errors will only be logged on the first failed reconnect attemptĪuth_timeout_s ( float) – Authentication timeout (in seconds) async adb_connect ( always_log_errors=True, auth_timeout_s=10.0 ) ¶Ĭonnect to an Android TV / Fire TV device. This only works for the Python ADB implementation (see androidtv.adb_manager.adb_manager_()).įor the ADB server approach, this doesn’t do anything (see androidtv.adb_manager.adb_manager_()). Intent ( str) – The command that will be sent is monkey -p -c echo $?Ĭount ( int, str) – The command that will be sent is monkey -p -c echo $?Ī dictionary with keys 'output' and 'retcode', if they could be determined otherwise, an empty dictionary Return type Pkg ( str) – The command that will be sent is monkey -p -c echo $? Key ( str, int) – The Key constant async _send_intent ( pkg, intent, count=1 ) ¶ The STREAM_MUSIC block from the output of _STREAM_MUSIC, or None if it could not be determined Return type Stream_music_raw ( str, None) – The output of the command _STREAM_MUSIC Returns Get the STREAM_MUSIC block from the output of the command _STREAM_MUSIC. Signer ( PythonRSASigner, None) – The signer for the ADB keys, as loaded by androidtv.adb_manager.adb_manager_adbkey()Īsync _get_stream_music ( stream_music_raw=None ) ¶ State_detection_rules ( dict, None) – A dictionary of rules for determining the state (see above) Port ( int) – The device port to which we are connecting (default is 5555)Īdbkey ( str) – The path to the adbkey file for ADB authenticationĪdb_server_ip ( str) – The IP address of the ADB serverĪdb_server_port ( int) – The port for the ADB server

amazon fire tv utility app v0.38

Host ( str) – The address of the device may be an IP address or a host name

amazon fire tv utility app v0.38

The valid properties are 'media_session_state', 'audio_state', and 'wake_lock_size' = check if each of the properties is equal to the specified value, and if so return the state 'audio_state' = try to use the audio_state() property to determine the state 'media_session_state' = try to use the media_session_state() property to determine the state 'idle', 'playing', 'paused', 'standby', or 'off' = always report the specified state when this app is open VALID_STATES = ( 'idle', 'off', 'playing', 'paused', 'standby' )









Amazon fire tv utility app v0.38