├── .editorconfig ├── .eslintignore ├── .eslintrc ├── .github ├── FUNDING.yml └── workflows │ ├── npm-publish.yml │ └── test.yml ├── .gitignore ├── .npmignore ├── .prettierrc ├── .vscode ├── launch.json └── settings.json ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── TODO.md ├── bench └── sync │ └── pull.ts ├── bin ├── STFService_2.4.9.apk ├── adbkit └── wireService.proto ├── bun.lock ├── docs ├── .nojekyll ├── assets │ ├── highlight.css │ ├── main.js │ ├── search.js │ └── style.css ├── classes │ ├── AdbError.html │ ├── AdbFailError.html │ ├── AdbPrematureEOFError.html │ ├── AdbUnexpectedDataError.html │ ├── AuthError.html │ ├── ChecksumError.html │ ├── Client.html │ ├── Connection.html │ ├── DeviceClient.html │ ├── DeviceClientExtra.html │ ├── DevicePackage.html │ ├── Entry.html │ ├── Entry64.html │ ├── IpRouteEntry.html │ ├── IpRuleEntry.html │ ├── JdwpTracker.html │ ├── LateTransportError.html │ ├── MagicError.html │ ├── Minicap.html │ ├── Packet.html │ ├── PacketReader.html │ ├── ParcelReader.html │ ├── Parser.html │ ├── PrematurePacketError.html │ ├── ProcStat.html │ ├── PullTransfer.html │ ├── Pushtransfer.html │ ├── RollingCounter.html │ ├── STFService.html │ ├── STFServiceBuf.html │ ├── Scrcpy.html │ ├── Service.html │ ├── ServiceCallCommand.html │ ├── ServiceMap.html │ ├── ShellCommand.html │ ├── Socket.html │ ├── Stats.html │ ├── Stats64.html │ ├── Sync.html │ ├── TcpUsbServer.html │ ├── Tracker.html │ ├── UnauthorizedError.html │ └── Utils.html ├── enums │ ├── DeviceMessageType.html │ ├── KeyCodes.html │ ├── KeyEvent.html │ ├── KeyEventMeta.html │ ├── MotionEvent.html │ ├── Orientation.html │ ├── STFServiceModel.ClipboardType.html │ ├── STFServiceModel.MessageType.html │ ├── STFServiceModel.RingerMode.html │ └── SurfaceControl.html ├── index.html ├── interfaces │ ├── AdbOptions.html │ ├── AdbServiceInfo.html │ ├── ClientOptions.html │ ├── CpuStats.html │ ├── CpuStatsWithLine.html │ ├── Device.html │ ├── DeviceClientOptions.html │ ├── DeviceWithPath.html │ ├── ExtendedPublicKey.html │ ├── Extra.html │ ├── ExtraObject.html │ ├── Forward.html │ ├── FramebufferMeta.html │ ├── FramebufferStreamWithMeta.html │ ├── H264Configuration.html │ ├── KeyEventRequest.html │ ├── Loads.html │ ├── LoadsWithLine.html │ ├── MinicapOptions.html │ ├── PackageInfo.html │ ├── Point.html │ ├── PsEntry.html │ ├── Reverse.html │ ├── STFServiceModel.AirplaneModeEvent.html │ ├── STFServiceModel.BatteryEvent.html │ ├── STFServiceModel.BrowserApp.html │ ├── STFServiceModel.BrowserPackageEvent.html │ ├── STFServiceModel.ConnectivityEvent.html │ ├── STFServiceModel.DoAddAccountMenuRequest.html │ ├── STFServiceModel.DoAddAccountMenuResponse.html │ ├── STFServiceModel.DoIdentifyRequest.html │ ├── STFServiceModel.DoIdentifyResponse.html │ ├── STFServiceModel.DoRemoveAccountRequest.html │ ├── STFServiceModel.DoRemoveAccountResponse.html │ ├── STFServiceModel.DoTypeRequest.html │ ├── STFServiceModel.DoWakeRequest.html │ ├── STFServiceModel.Envelope.html │ ├── STFServiceModel.GetAccountsRequest.html │ ├── STFServiceModel.GetAccountsResponse.html │ ├── STFServiceModel.GetBluetoothStatusRequest.html │ ├── STFServiceModel.GetBluetoothStatusResponse.html │ ├── STFServiceModel.GetBrowsersRequest.html │ ├── STFServiceModel.GetBrowsersResponse.html │ ├── STFServiceModel.GetClipboardRequest.html │ ├── STFServiceModel.GetClipboardResponse.html │ ├── STFServiceModel.GetDisplayRequest.html │ ├── STFServiceModel.GetDisplayResponse.html │ ├── STFServiceModel.GetPropertiesRequest.html │ ├── STFServiceModel.GetPropertiesResponse.html │ ├── STFServiceModel.GetRingerModeRequest.html │ ├── STFServiceModel.GetRingerModeResponse.html │ ├── STFServiceModel.GetRootStatusRequest.html │ ├── STFServiceModel.GetRootStatusResponse.html │ ├── STFServiceModel.GetSdStatusRequest.html │ ├── STFServiceModel.GetSdStatusResponse.html │ ├── STFServiceModel.GetVersionRequest.html │ ├── STFServiceModel.GetVersionResponse.html │ ├── STFServiceModel.GetWifiStatusRequest.html │ ├── STFServiceModel.GetWifiStatusResponse.html │ ├── STFServiceModel.PhoneStateEvent.html │ ├── STFServiceModel.Property.html │ ├── STFServiceModel.RotationEvent.html │ ├── STFServiceModel.SetBluetoothEnabledRequest.html │ ├── STFServiceModel.SetBluetoothEnabledResponse.html │ ├── STFServiceModel.SetClipboardRequest.html │ ├── STFServiceModel.SetClipboardResponse.html │ ├── STFServiceModel.SetKeyguardStateRequest.html │ ├── STFServiceModel.SetKeyguardStateResponse.html │ ├── STFServiceModel.SetMasterMuteRequest.html │ ├── STFServiceModel.SetMasterMuteResponse.html │ ├── STFServiceModel.SetRingerModeRequest.html │ ├── STFServiceModel.SetRingerModeResponse.html │ ├── STFServiceModel.SetRotationRequest.html │ ├── STFServiceModel.SetWakeLockRequest.html │ ├── STFServiceModel.SetWakeLockResponse.html │ ├── STFServiceModel.SetWifiEnabledRequest.html │ ├── STFServiceModel.SetWifiEnabledResponse.html │ ├── STFServiceOptions.html │ ├── ScrcpyOptions.html │ ├── ServiceCallArgNull.html │ ├── ServiceCallArgNumber.html │ ├── ServiceCallArgString.html │ ├── SocketOptions.html │ ├── StartActivityOptions.html │ ├── StartServiceOptions.html │ ├── TrackerChangeSet.html │ ├── VideoStreamFramePacket.html │ └── WithToString.html ├── modules.html ├── modules │ └── STFServiceModel.html ├── types │ ├── ColorFormat.html │ ├── DeviceType.html │ ├── ExtraValue.html │ ├── Features.html │ ├── MyMessage.html │ ├── ProcStats.html │ ├── ProcessState.html │ ├── Properties.html │ ├── RebootType.html │ └── ServiceCallArg.html └── variables │ └── Adb.html ├── misc └── wireshark_scrcpy_1.20.lua ├── package.json ├── pnpm-lock.yaml ├── src ├── adb.ts ├── adb │ ├── DeviceClient.ts │ ├── DeviceClientExtra.ts │ ├── DevicePackage.ts │ ├── auth.ts │ ├── client.ts │ ├── command.ts │ ├── command │ │ ├── host-serial │ │ │ ├── attach.ts │ │ │ ├── detach.ts │ │ │ ├── forward.ts │ │ │ ├── getdevicepath.ts │ │ │ ├── getserialno.ts │ │ │ ├── getstate.ts │ │ │ ├── index.ts │ │ │ ├── killForward.ts │ │ │ ├── listforwards.ts │ │ │ └── waitfordevice.ts │ │ ├── host-transport │ │ │ ├── Parcel.ts │ │ │ ├── ShellExecError.ts │ │ │ ├── clear.ts │ │ │ ├── exec.ts │ │ │ ├── framebuffer.ts │ │ │ ├── getfeatures.ts │ │ │ ├── getpackages.ts │ │ │ ├── getproperties.ts │ │ │ ├── index.ts │ │ │ ├── install.ts │ │ │ ├── ipRoute.ts │ │ │ ├── ipRule.ts │ │ │ ├── isinstalled.ts │ │ │ ├── listreverses.ts │ │ │ ├── local.ts │ │ │ ├── log.ts │ │ │ ├── logcat.ts │ │ │ ├── monkey.ts │ │ │ ├── ps.ts │ │ │ ├── reboot.ts │ │ │ ├── remount.ts │ │ │ ├── reverse.ts │ │ │ ├── root.ts │ │ │ ├── screencap.ts │ │ │ ├── serviceCall.ts │ │ │ ├── serviceCheck.ts │ │ │ ├── servicesList.ts │ │ │ ├── shell.ts │ │ │ ├── startactivity.ts │ │ │ ├── startservice.ts │ │ │ ├── sync.ts │ │ │ ├── tcp.ts │ │ │ ├── tcpip.ts │ │ │ ├── trackjdwp.ts │ │ │ ├── uninstall.ts │ │ │ ├── usb.ts │ │ │ └── waitbootcomplete.ts │ │ └── host │ │ │ ├── HostConnectCommand.ts │ │ │ ├── HostDevicesCommand.ts │ │ │ ├── HostDevicesWithPathsCommand.ts │ │ │ ├── HostDisconnectCommand.ts │ │ │ ├── HostKillCommand.ts │ │ │ ├── HostTrackDevicesCommand.ts │ │ │ ├── HostTransportCommand.ts │ │ │ ├── HostVersionCommand.ts │ │ │ └── index.ts │ ├── connection.ts │ ├── dump.ts │ ├── errors.ts │ ├── framebuffer │ │ └── rgbtransform.ts │ ├── jdwptracker.ts │ ├── keycode.ts │ ├── linetransform.ts │ ├── parser.ts │ ├── proc │ │ └── stat.ts │ ├── protocol.ts │ ├── sync.ts │ ├── sync │ │ ├── entry.ts │ │ ├── entry64.ts │ │ ├── pulltransfer.ts │ │ ├── pushtransfer.ts │ │ ├── stats.ts │ │ └── stats64.ts │ ├── tcpusb │ │ ├── packet.ts │ │ ├── packetreader.ts │ │ ├── rollingcounter.ts │ │ ├── server.ts │ │ ├── service.ts │ │ ├── servicemap.ts │ │ └── socket.ts │ ├── thirdparty │ │ ├── STFService │ │ │ ├── STFService.ts │ │ │ ├── STFServiceBuf.ts │ │ │ └── STFServiceModel.ts │ │ ├── ThirdUtils.ts │ │ ├── minicap │ │ │ ├── BufWrite.ts │ │ │ └── Minicap.ts │ │ └── scrcpy │ │ │ ├── Scrcpy.ts │ │ │ ├── ScrcpyConst.ts │ │ │ ├── ScrcpyModels.ts │ │ │ └── sps.ts │ ├── tracker.ts │ └── utils.ts ├── cli-airplane.ts ├── cli-boatware.ts ├── cli-common.ts ├── cli-connectivity.ts ├── cli-tethering.ts ├── cli.ts ├── index.ts └── models │ ├── ClientOptions.ts │ ├── CpuStats.ts │ ├── Device.ts │ ├── DeviceClientOptions.ts │ ├── DeviceWithPath.ts │ ├── ExtendedPublicKey.ts │ ├── Features.ts │ ├── Forward.ts │ ├── FramebufferMeta.ts │ ├── FramebufferStreamWithMeta.ts │ ├── Properties.ts │ ├── Reverse.ts │ ├── SocketOptions.ts │ ├── StartActivityOptions.ts │ ├── StartServiceOptions.ts │ ├── TrackerChangeSet.ts │ └── WithToString.ts ├── tasks ├── GitSource.ts ├── clickTest.ts ├── genProto.ts ├── keycode.ts ├── realTest.ts └── servicemap.ts ├── test ├── adb.ts ├── adb │ ├── command │ │ ├── host-serial │ │ │ └── waitfordevice.ts │ │ ├── host-transport │ │ │ ├── Tester.ts │ │ │ ├── clear.ts │ │ │ ├── framebuffer.ts │ │ │ ├── getfeatures.ts │ │ │ ├── getpackages.ts │ │ │ ├── getproperties.ts │ │ │ ├── install.ts │ │ │ ├── ipRoute.ts │ │ │ ├── ipRules.ts │ │ │ ├── isinstalled.ts │ │ │ ├── local.ts │ │ │ ├── log.ts │ │ │ ├── logcat.ts │ │ │ ├── monkey.ts │ │ │ ├── ps.ts │ │ │ ├── reboot.ts │ │ │ ├── remount.ts │ │ │ ├── root.ts │ │ │ ├── screencap.ts │ │ │ ├── serviceCall.ts │ │ │ ├── shell.ts │ │ │ ├── startactivity.ts │ │ │ ├── startservice.ts │ │ │ ├── sync.ts │ │ │ ├── tcp.ts │ │ │ ├── tcpip.ts │ │ │ ├── uninstall.ts │ │ │ ├── usb.ts │ │ │ └── waitbootcomplete.ts │ │ └── host │ │ │ ├── connect.ts │ │ │ ├── disconnect.ts │ │ │ └── version.ts │ ├── framebuffer │ │ └── rgbtransform.ts │ ├── linetransform.ts │ ├── parser.ts │ ├── protocol.ts │ ├── sync.ts │ ├── thirdparty │ │ └── ptotobuf.ts │ ├── tracker.ts │ └── util.ts ├── mock │ ├── client.ts │ ├── connection.ts │ └── duplex.ts └── test.ts └── tsconfig.json /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/.editorconfig -------------------------------------------------------------------------------- /.eslintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/.eslintignore -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/.eslintrc -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: urielch -------------------------------------------------------------------------------- /.github/workflows/npm-publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/.github/workflows/npm-publish.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/.npmignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/.prettierrc -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/TODO.md -------------------------------------------------------------------------------- /bench/sync/pull.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/bench/sync/pull.ts -------------------------------------------------------------------------------- /bin/STFService_2.4.9.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/bin/STFService_2.4.9.apk -------------------------------------------------------------------------------- /bin/adbkit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/bin/adbkit -------------------------------------------------------------------------------- /bin/wireService.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/bin/wireService.proto -------------------------------------------------------------------------------- /bun.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/bun.lock -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/.nojekyll -------------------------------------------------------------------------------- /docs/assets/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/assets/highlight.css -------------------------------------------------------------------------------- /docs/assets/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/assets/main.js -------------------------------------------------------------------------------- /docs/assets/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/assets/search.js -------------------------------------------------------------------------------- /docs/assets/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/assets/style.css -------------------------------------------------------------------------------- /docs/classes/AdbError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/AdbError.html -------------------------------------------------------------------------------- /docs/classes/AdbFailError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/AdbFailError.html -------------------------------------------------------------------------------- /docs/classes/AdbPrematureEOFError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/AdbPrematureEOFError.html -------------------------------------------------------------------------------- /docs/classes/AdbUnexpectedDataError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/AdbUnexpectedDataError.html -------------------------------------------------------------------------------- /docs/classes/AuthError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/AuthError.html -------------------------------------------------------------------------------- /docs/classes/ChecksumError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/ChecksumError.html -------------------------------------------------------------------------------- /docs/classes/Client.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Client.html -------------------------------------------------------------------------------- /docs/classes/Connection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Connection.html -------------------------------------------------------------------------------- /docs/classes/DeviceClient.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/DeviceClient.html -------------------------------------------------------------------------------- /docs/classes/DeviceClientExtra.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/DeviceClientExtra.html -------------------------------------------------------------------------------- /docs/classes/DevicePackage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/DevicePackage.html -------------------------------------------------------------------------------- /docs/classes/Entry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Entry.html -------------------------------------------------------------------------------- /docs/classes/Entry64.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Entry64.html -------------------------------------------------------------------------------- /docs/classes/IpRouteEntry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/IpRouteEntry.html -------------------------------------------------------------------------------- /docs/classes/IpRuleEntry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/IpRuleEntry.html -------------------------------------------------------------------------------- /docs/classes/JdwpTracker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/JdwpTracker.html -------------------------------------------------------------------------------- /docs/classes/LateTransportError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/LateTransportError.html -------------------------------------------------------------------------------- /docs/classes/MagicError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/MagicError.html -------------------------------------------------------------------------------- /docs/classes/Minicap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Minicap.html -------------------------------------------------------------------------------- /docs/classes/Packet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Packet.html -------------------------------------------------------------------------------- /docs/classes/PacketReader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/PacketReader.html -------------------------------------------------------------------------------- /docs/classes/ParcelReader.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/ParcelReader.html -------------------------------------------------------------------------------- /docs/classes/Parser.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Parser.html -------------------------------------------------------------------------------- /docs/classes/PrematurePacketError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/PrematurePacketError.html -------------------------------------------------------------------------------- /docs/classes/ProcStat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/ProcStat.html -------------------------------------------------------------------------------- /docs/classes/PullTransfer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/PullTransfer.html -------------------------------------------------------------------------------- /docs/classes/Pushtransfer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Pushtransfer.html -------------------------------------------------------------------------------- /docs/classes/RollingCounter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/RollingCounter.html -------------------------------------------------------------------------------- /docs/classes/STFService.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/STFService.html -------------------------------------------------------------------------------- /docs/classes/STFServiceBuf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/STFServiceBuf.html -------------------------------------------------------------------------------- /docs/classes/Scrcpy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Scrcpy.html -------------------------------------------------------------------------------- /docs/classes/Service.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Service.html -------------------------------------------------------------------------------- /docs/classes/ServiceCallCommand.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/ServiceCallCommand.html -------------------------------------------------------------------------------- /docs/classes/ServiceMap.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/ServiceMap.html -------------------------------------------------------------------------------- /docs/classes/ShellCommand.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/ShellCommand.html -------------------------------------------------------------------------------- /docs/classes/Socket.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Socket.html -------------------------------------------------------------------------------- /docs/classes/Stats.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Stats.html -------------------------------------------------------------------------------- /docs/classes/Stats64.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Stats64.html -------------------------------------------------------------------------------- /docs/classes/Sync.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Sync.html -------------------------------------------------------------------------------- /docs/classes/TcpUsbServer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/TcpUsbServer.html -------------------------------------------------------------------------------- /docs/classes/Tracker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Tracker.html -------------------------------------------------------------------------------- /docs/classes/UnauthorizedError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/UnauthorizedError.html -------------------------------------------------------------------------------- /docs/classes/Utils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/classes/Utils.html -------------------------------------------------------------------------------- /docs/enums/DeviceMessageType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/enums/DeviceMessageType.html -------------------------------------------------------------------------------- /docs/enums/KeyCodes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/enums/KeyCodes.html -------------------------------------------------------------------------------- /docs/enums/KeyEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/enums/KeyEvent.html -------------------------------------------------------------------------------- /docs/enums/KeyEventMeta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/enums/KeyEventMeta.html -------------------------------------------------------------------------------- /docs/enums/MotionEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/enums/MotionEvent.html -------------------------------------------------------------------------------- /docs/enums/Orientation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/enums/Orientation.html -------------------------------------------------------------------------------- /docs/enums/STFServiceModel.ClipboardType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/enums/STFServiceModel.ClipboardType.html -------------------------------------------------------------------------------- /docs/enums/STFServiceModel.MessageType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/enums/STFServiceModel.MessageType.html -------------------------------------------------------------------------------- /docs/enums/STFServiceModel.RingerMode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/enums/STFServiceModel.RingerMode.html -------------------------------------------------------------------------------- /docs/enums/SurfaceControl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/enums/SurfaceControl.html -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/interfaces/AdbOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/AdbOptions.html -------------------------------------------------------------------------------- /docs/interfaces/AdbServiceInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/AdbServiceInfo.html -------------------------------------------------------------------------------- /docs/interfaces/ClientOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/ClientOptions.html -------------------------------------------------------------------------------- /docs/interfaces/CpuStats.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/CpuStats.html -------------------------------------------------------------------------------- /docs/interfaces/CpuStatsWithLine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/CpuStatsWithLine.html -------------------------------------------------------------------------------- /docs/interfaces/Device.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/Device.html -------------------------------------------------------------------------------- /docs/interfaces/DeviceClientOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/DeviceClientOptions.html -------------------------------------------------------------------------------- /docs/interfaces/DeviceWithPath.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/DeviceWithPath.html -------------------------------------------------------------------------------- /docs/interfaces/ExtendedPublicKey.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/ExtendedPublicKey.html -------------------------------------------------------------------------------- /docs/interfaces/Extra.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/Extra.html -------------------------------------------------------------------------------- /docs/interfaces/ExtraObject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/ExtraObject.html -------------------------------------------------------------------------------- /docs/interfaces/Forward.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/Forward.html -------------------------------------------------------------------------------- /docs/interfaces/FramebufferMeta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/FramebufferMeta.html -------------------------------------------------------------------------------- /docs/interfaces/FramebufferStreamWithMeta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/FramebufferStreamWithMeta.html -------------------------------------------------------------------------------- /docs/interfaces/H264Configuration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/H264Configuration.html -------------------------------------------------------------------------------- /docs/interfaces/KeyEventRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/KeyEventRequest.html -------------------------------------------------------------------------------- /docs/interfaces/Loads.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/Loads.html -------------------------------------------------------------------------------- /docs/interfaces/LoadsWithLine.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/LoadsWithLine.html -------------------------------------------------------------------------------- /docs/interfaces/MinicapOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/MinicapOptions.html -------------------------------------------------------------------------------- /docs/interfaces/PackageInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/PackageInfo.html -------------------------------------------------------------------------------- /docs/interfaces/Point.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/Point.html -------------------------------------------------------------------------------- /docs/interfaces/PsEntry.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/PsEntry.html -------------------------------------------------------------------------------- /docs/interfaces/Reverse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/Reverse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.AirplaneModeEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.AirplaneModeEvent.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.BatteryEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.BatteryEvent.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.BrowserApp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.BrowserApp.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.BrowserPackageEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.BrowserPackageEvent.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.ConnectivityEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.ConnectivityEvent.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.DoAddAccountMenuRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.DoAddAccountMenuRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.DoAddAccountMenuResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.DoAddAccountMenuResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.DoIdentifyRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.DoIdentifyRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.DoIdentifyResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.DoIdentifyResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.DoRemoveAccountRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.DoRemoveAccountRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.DoRemoveAccountResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.DoRemoveAccountResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.DoTypeRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.DoTypeRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.DoWakeRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.DoWakeRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.Envelope.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.Envelope.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetAccountsRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetAccountsRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetAccountsResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetAccountsResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetBluetoothStatusRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetBluetoothStatusRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetBluetoothStatusResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetBluetoothStatusResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetBrowsersRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetBrowsersRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetBrowsersResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetBrowsersResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetClipboardRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetClipboardRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetClipboardResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetClipboardResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetDisplayRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetDisplayRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetDisplayResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetDisplayResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetPropertiesRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetPropertiesRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetPropertiesResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetPropertiesResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetRingerModeRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetRingerModeRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetRingerModeResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetRingerModeResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetRootStatusRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetRootStatusRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetRootStatusResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetRootStatusResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetSdStatusRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetSdStatusRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetSdStatusResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetSdStatusResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetVersionRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetVersionRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetVersionResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetVersionResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetWifiStatusRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetWifiStatusRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.GetWifiStatusResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.GetWifiStatusResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.PhoneStateEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.PhoneStateEvent.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.Property.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.Property.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.RotationEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.RotationEvent.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetBluetoothEnabledRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetBluetoothEnabledRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetBluetoothEnabledResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetBluetoothEnabledResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetClipboardRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetClipboardRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetClipboardResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetClipboardResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetKeyguardStateRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetKeyguardStateRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetKeyguardStateResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetKeyguardStateResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetMasterMuteRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetMasterMuteRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetMasterMuteResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetMasterMuteResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetRingerModeRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetRingerModeRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetRingerModeResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetRingerModeResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetRotationRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetRotationRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetWakeLockRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetWakeLockRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetWakeLockResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetWakeLockResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetWifiEnabledRequest.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetWifiEnabledRequest.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceModel.SetWifiEnabledResponse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceModel.SetWifiEnabledResponse.html -------------------------------------------------------------------------------- /docs/interfaces/STFServiceOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/STFServiceOptions.html -------------------------------------------------------------------------------- /docs/interfaces/ScrcpyOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/ScrcpyOptions.html -------------------------------------------------------------------------------- /docs/interfaces/ServiceCallArgNull.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/ServiceCallArgNull.html -------------------------------------------------------------------------------- /docs/interfaces/ServiceCallArgNumber.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/ServiceCallArgNumber.html -------------------------------------------------------------------------------- /docs/interfaces/ServiceCallArgString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/ServiceCallArgString.html -------------------------------------------------------------------------------- /docs/interfaces/SocketOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/SocketOptions.html -------------------------------------------------------------------------------- /docs/interfaces/StartActivityOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/StartActivityOptions.html -------------------------------------------------------------------------------- /docs/interfaces/StartServiceOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/StartServiceOptions.html -------------------------------------------------------------------------------- /docs/interfaces/TrackerChangeSet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/TrackerChangeSet.html -------------------------------------------------------------------------------- /docs/interfaces/VideoStreamFramePacket.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/VideoStreamFramePacket.html -------------------------------------------------------------------------------- /docs/interfaces/WithToString.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/interfaces/WithToString.html -------------------------------------------------------------------------------- /docs/modules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/modules.html -------------------------------------------------------------------------------- /docs/modules/STFServiceModel.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/modules/STFServiceModel.html -------------------------------------------------------------------------------- /docs/types/ColorFormat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/types/ColorFormat.html -------------------------------------------------------------------------------- /docs/types/DeviceType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/types/DeviceType.html -------------------------------------------------------------------------------- /docs/types/ExtraValue.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/types/ExtraValue.html -------------------------------------------------------------------------------- /docs/types/Features.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/types/Features.html -------------------------------------------------------------------------------- /docs/types/MyMessage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/types/MyMessage.html -------------------------------------------------------------------------------- /docs/types/ProcStats.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/types/ProcStats.html -------------------------------------------------------------------------------- /docs/types/ProcessState.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/types/ProcessState.html -------------------------------------------------------------------------------- /docs/types/Properties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/types/Properties.html -------------------------------------------------------------------------------- /docs/types/RebootType.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/types/RebootType.html -------------------------------------------------------------------------------- /docs/types/ServiceCallArg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/types/ServiceCallArg.html -------------------------------------------------------------------------------- /docs/variables/Adb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/docs/variables/Adb.html -------------------------------------------------------------------------------- /misc/wireshark_scrcpy_1.20.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/misc/wireshark_scrcpy_1.20.lua -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /src/adb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb.ts -------------------------------------------------------------------------------- /src/adb/DeviceClient.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/DeviceClient.ts -------------------------------------------------------------------------------- /src/adb/DeviceClientExtra.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/DeviceClientExtra.ts -------------------------------------------------------------------------------- /src/adb/DevicePackage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/DevicePackage.ts -------------------------------------------------------------------------------- /src/adb/auth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/auth.ts -------------------------------------------------------------------------------- /src/adb/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/client.ts -------------------------------------------------------------------------------- /src/adb/command.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command.ts -------------------------------------------------------------------------------- /src/adb/command/host-serial/attach.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-serial/attach.ts -------------------------------------------------------------------------------- /src/adb/command/host-serial/detach.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-serial/detach.ts -------------------------------------------------------------------------------- /src/adb/command/host-serial/forward.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-serial/forward.ts -------------------------------------------------------------------------------- /src/adb/command/host-serial/getdevicepath.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-serial/getdevicepath.ts -------------------------------------------------------------------------------- /src/adb/command/host-serial/getserialno.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-serial/getserialno.ts -------------------------------------------------------------------------------- /src/adb/command/host-serial/getstate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-serial/getstate.ts -------------------------------------------------------------------------------- /src/adb/command/host-serial/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-serial/index.ts -------------------------------------------------------------------------------- /src/adb/command/host-serial/killForward.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-serial/killForward.ts -------------------------------------------------------------------------------- /src/adb/command/host-serial/listforwards.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-serial/listforwards.ts -------------------------------------------------------------------------------- /src/adb/command/host-serial/waitfordevice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-serial/waitfordevice.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/Parcel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/Parcel.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/ShellExecError.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/ShellExecError.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/clear.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/clear.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/exec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/exec.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/framebuffer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/framebuffer.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/getfeatures.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/getfeatures.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/getpackages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/getpackages.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/getproperties.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/getproperties.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/index.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/install.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/install.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/ipRoute.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/ipRoute.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/ipRule.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/ipRule.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/isinstalled.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/isinstalled.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/listreverses.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/listreverses.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/local.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/local.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/log.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/log.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/logcat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/logcat.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/monkey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/monkey.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/ps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/ps.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/reboot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/reboot.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/remount.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/remount.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/reverse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/reverse.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/root.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/root.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/screencap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/screencap.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/serviceCall.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/serviceCall.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/serviceCheck.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/serviceCheck.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/servicesList.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/servicesList.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/shell.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/shell.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/startactivity.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/startactivity.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/startservice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/startservice.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/sync.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/sync.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/tcp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/tcp.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/tcpip.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/tcpip.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/trackjdwp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/trackjdwp.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/uninstall.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/uninstall.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/usb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/usb.ts -------------------------------------------------------------------------------- /src/adb/command/host-transport/waitbootcomplete.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host-transport/waitbootcomplete.ts -------------------------------------------------------------------------------- /src/adb/command/host/HostConnectCommand.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host/HostConnectCommand.ts -------------------------------------------------------------------------------- /src/adb/command/host/HostDevicesCommand.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host/HostDevicesCommand.ts -------------------------------------------------------------------------------- /src/adb/command/host/HostDevicesWithPathsCommand.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host/HostDevicesWithPathsCommand.ts -------------------------------------------------------------------------------- /src/adb/command/host/HostDisconnectCommand.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host/HostDisconnectCommand.ts -------------------------------------------------------------------------------- /src/adb/command/host/HostKillCommand.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host/HostKillCommand.ts -------------------------------------------------------------------------------- /src/adb/command/host/HostTrackDevicesCommand.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host/HostTrackDevicesCommand.ts -------------------------------------------------------------------------------- /src/adb/command/host/HostTransportCommand.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host/HostTransportCommand.ts -------------------------------------------------------------------------------- /src/adb/command/host/HostVersionCommand.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host/HostVersionCommand.ts -------------------------------------------------------------------------------- /src/adb/command/host/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/command/host/index.ts -------------------------------------------------------------------------------- /src/adb/connection.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/connection.ts -------------------------------------------------------------------------------- /src/adb/dump.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/dump.ts -------------------------------------------------------------------------------- /src/adb/errors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/errors.ts -------------------------------------------------------------------------------- /src/adb/framebuffer/rgbtransform.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/framebuffer/rgbtransform.ts -------------------------------------------------------------------------------- /src/adb/jdwptracker.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/jdwptracker.ts -------------------------------------------------------------------------------- /src/adb/keycode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/keycode.ts -------------------------------------------------------------------------------- /src/adb/linetransform.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/linetransform.ts -------------------------------------------------------------------------------- /src/adb/parser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/parser.ts -------------------------------------------------------------------------------- /src/adb/proc/stat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/proc/stat.ts -------------------------------------------------------------------------------- /src/adb/protocol.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/protocol.ts -------------------------------------------------------------------------------- /src/adb/sync.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/sync.ts -------------------------------------------------------------------------------- /src/adb/sync/entry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/sync/entry.ts -------------------------------------------------------------------------------- /src/adb/sync/entry64.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/sync/entry64.ts -------------------------------------------------------------------------------- /src/adb/sync/pulltransfer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/sync/pulltransfer.ts -------------------------------------------------------------------------------- /src/adb/sync/pushtransfer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/sync/pushtransfer.ts -------------------------------------------------------------------------------- /src/adb/sync/stats.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/sync/stats.ts -------------------------------------------------------------------------------- /src/adb/sync/stats64.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/sync/stats64.ts -------------------------------------------------------------------------------- /src/adb/tcpusb/packet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/tcpusb/packet.ts -------------------------------------------------------------------------------- /src/adb/tcpusb/packetreader.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/tcpusb/packetreader.ts -------------------------------------------------------------------------------- /src/adb/tcpusb/rollingcounter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/tcpusb/rollingcounter.ts -------------------------------------------------------------------------------- /src/adb/tcpusb/server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/tcpusb/server.ts -------------------------------------------------------------------------------- /src/adb/tcpusb/service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/tcpusb/service.ts -------------------------------------------------------------------------------- /src/adb/tcpusb/servicemap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/tcpusb/servicemap.ts -------------------------------------------------------------------------------- /src/adb/tcpusb/socket.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/tcpusb/socket.ts -------------------------------------------------------------------------------- /src/adb/thirdparty/STFService/STFService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/thirdparty/STFService/STFService.ts -------------------------------------------------------------------------------- /src/adb/thirdparty/STFService/STFServiceBuf.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/thirdparty/STFService/STFServiceBuf.ts -------------------------------------------------------------------------------- /src/adb/thirdparty/STFService/STFServiceModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/thirdparty/STFService/STFServiceModel.ts -------------------------------------------------------------------------------- /src/adb/thirdparty/ThirdUtils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/thirdparty/ThirdUtils.ts -------------------------------------------------------------------------------- /src/adb/thirdparty/minicap/BufWrite.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/thirdparty/minicap/BufWrite.ts -------------------------------------------------------------------------------- /src/adb/thirdparty/minicap/Minicap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/thirdparty/minicap/Minicap.ts -------------------------------------------------------------------------------- /src/adb/thirdparty/scrcpy/Scrcpy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/thirdparty/scrcpy/Scrcpy.ts -------------------------------------------------------------------------------- /src/adb/thirdparty/scrcpy/ScrcpyConst.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/thirdparty/scrcpy/ScrcpyConst.ts -------------------------------------------------------------------------------- /src/adb/thirdparty/scrcpy/ScrcpyModels.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/thirdparty/scrcpy/ScrcpyModels.ts -------------------------------------------------------------------------------- /src/adb/thirdparty/scrcpy/sps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/thirdparty/scrcpy/sps.ts -------------------------------------------------------------------------------- /src/adb/tracker.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/tracker.ts -------------------------------------------------------------------------------- /src/adb/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/adb/utils.ts -------------------------------------------------------------------------------- /src/cli-airplane.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/cli-airplane.ts -------------------------------------------------------------------------------- /src/cli-boatware.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/cli-boatware.ts -------------------------------------------------------------------------------- /src/cli-common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/cli-common.ts -------------------------------------------------------------------------------- /src/cli-connectivity.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/cli-connectivity.ts -------------------------------------------------------------------------------- /src/cli-tethering.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/cli-tethering.ts -------------------------------------------------------------------------------- /src/cli.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/cli.ts -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/index.ts -------------------------------------------------------------------------------- /src/models/ClientOptions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/ClientOptions.ts -------------------------------------------------------------------------------- /src/models/CpuStats.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/CpuStats.ts -------------------------------------------------------------------------------- /src/models/Device.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/Device.ts -------------------------------------------------------------------------------- /src/models/DeviceClientOptions.ts: -------------------------------------------------------------------------------- 1 | export interface DeviceClientOptions { 2 | sudo: boolean; 3 | } 4 | -------------------------------------------------------------------------------- /src/models/DeviceWithPath.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/DeviceWithPath.ts -------------------------------------------------------------------------------- /src/models/ExtendedPublicKey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/ExtendedPublicKey.ts -------------------------------------------------------------------------------- /src/models/Features.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/Features.ts -------------------------------------------------------------------------------- /src/models/Forward.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/Forward.ts -------------------------------------------------------------------------------- /src/models/FramebufferMeta.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/FramebufferMeta.ts -------------------------------------------------------------------------------- /src/models/FramebufferStreamWithMeta.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/FramebufferStreamWithMeta.ts -------------------------------------------------------------------------------- /src/models/Properties.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/Properties.ts -------------------------------------------------------------------------------- /src/models/Reverse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/Reverse.ts -------------------------------------------------------------------------------- /src/models/SocketOptions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/SocketOptions.ts -------------------------------------------------------------------------------- /src/models/StartActivityOptions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/StartActivityOptions.ts -------------------------------------------------------------------------------- /src/models/StartServiceOptions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/StartServiceOptions.ts -------------------------------------------------------------------------------- /src/models/TrackerChangeSet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/TrackerChangeSet.ts -------------------------------------------------------------------------------- /src/models/WithToString.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/src/models/WithToString.ts -------------------------------------------------------------------------------- /tasks/GitSource.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/tasks/GitSource.ts -------------------------------------------------------------------------------- /tasks/clickTest.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/tasks/clickTest.ts -------------------------------------------------------------------------------- /tasks/genProto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/tasks/genProto.ts -------------------------------------------------------------------------------- /tasks/keycode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/tasks/keycode.ts -------------------------------------------------------------------------------- /tasks/realTest.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/tasks/realTest.ts -------------------------------------------------------------------------------- /tasks/servicemap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/tasks/servicemap.ts -------------------------------------------------------------------------------- /test/adb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb.ts -------------------------------------------------------------------------------- /test/adb/command/host-serial/waitfordevice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-serial/waitfordevice.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/Tester.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/Tester.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/clear.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/clear.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/framebuffer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/framebuffer.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/getfeatures.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/getfeatures.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/getpackages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/getpackages.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/getproperties.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/getproperties.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/install.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/install.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/ipRoute.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/ipRoute.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/ipRules.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/ipRules.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/isinstalled.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/isinstalled.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/local.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/local.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/log.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/log.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/logcat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/logcat.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/monkey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/monkey.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/ps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/ps.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/reboot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/reboot.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/remount.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/remount.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/root.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/root.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/screencap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/screencap.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/serviceCall.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/serviceCall.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/shell.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/shell.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/startactivity.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/startactivity.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/startservice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/startservice.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/sync.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/sync.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/tcp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/tcp.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/tcpip.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/tcpip.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/uninstall.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/uninstall.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/usb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/usb.ts -------------------------------------------------------------------------------- /test/adb/command/host-transport/waitbootcomplete.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host-transport/waitbootcomplete.ts -------------------------------------------------------------------------------- /test/adb/command/host/connect.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host/connect.ts -------------------------------------------------------------------------------- /test/adb/command/host/disconnect.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host/disconnect.ts -------------------------------------------------------------------------------- /test/adb/command/host/version.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/command/host/version.ts -------------------------------------------------------------------------------- /test/adb/framebuffer/rgbtransform.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/framebuffer/rgbtransform.ts -------------------------------------------------------------------------------- /test/adb/linetransform.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/linetransform.ts -------------------------------------------------------------------------------- /test/adb/parser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/parser.ts -------------------------------------------------------------------------------- /test/adb/protocol.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/protocol.ts -------------------------------------------------------------------------------- /test/adb/sync.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/sync.ts -------------------------------------------------------------------------------- /test/adb/thirdparty/ptotobuf.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/thirdparty/ptotobuf.ts -------------------------------------------------------------------------------- /test/adb/tracker.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/tracker.ts -------------------------------------------------------------------------------- /test/adb/util.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/adb/util.ts -------------------------------------------------------------------------------- /test/mock/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/mock/client.ts -------------------------------------------------------------------------------- /test/mock/connection.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/mock/connection.ts -------------------------------------------------------------------------------- /test/mock/duplex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/mock/duplex.ts -------------------------------------------------------------------------------- /test/test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/test/test.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UrielCh/adbkit/HEAD/tsconfig.json --------------------------------------------------------------------------------