m0bilesecurity / RMS-Runtime-Mobile-Security

Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
https://twitter.com/mobilesecurity_
GNU General Public License v3.0
2.58k stars 373 forks source link

device_manager.getRemoteDevice is not a function #47

Closed b1gb1t closed 3 years ago

b1gb1t commented 3 years ago

https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security/blob/78621860d558bcdca5abb038de52cd3da949ae6b/app.js#L375

The correct function is device_manager.addRemoteDevice

Also, the correct function argument is config.device_args.host

So the whole line should be device = await device_manager.addRemoteDevice(config.device_args.host)

Regards

m0bilesecurity commented 3 years ago

Hey @b1gb1t many thanks for the fix! PR has been merged 🙏🏻 🙏🏻 🙏🏻