Thanks to visit codestin.com
Credit goes to github.com

Skip to content

geo-stark/remote-fastboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

remote-fastboot

remote-fastboot is a tool intended for updating usb-connected fastboot devices over network.

Native fastboot client can interract with devices thru usb and tcp but many devices support only usb interface. Remote-fastboot emulates tcp fastboot protocol at one end and forward fastboot commands to device over usb at other end.

Local test

./remote-fastboot -l :5444 ./fastboot -s tcp:127.0.0.1:5444 flash system system.img

Command-line options:

-l - host and port to listen to -s - device serial number (if several devices are connected simulaneously) -c - check if device is descovrable before starting the server

Dependencies:

libusb-1.0

About

fastboot client usb-tcp bridge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages