-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client.shell(serial, command[, callback]) loose session #65
Comments
Value not updated |
There is no Also seriously just read the sqlite docs... there's a really easy way to run a query and getting the result. |
You know another ways to execute sqlite3 on android emulator and work with it on nodejs code? |
Read the sqlite docs. There's a very easy way to make it work with |
Can I write data to |
I still in / catalog, but sent "cd /root/". Adbkit loose session.
|
It's not adbkit. That's how all shells work. On your own computer, if you open two shell windows, and type |
Ok, now I understand. |
Run them in a single .shell(). Like Please do your own work and stop wasting busy people's time. I will NOT write sample code for you. |
client.shell(serial, command[, callback]) loose current shell session. How I can execute next commands?
The text was updated successfully, but these errors were encountered: