Skip to content
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

Works on LG K10 2017 (m250n) on Ubuntu 17.04, Python 2.7.13. #45

Closed
GijsTimmers opened this issue Feb 6, 2018 · 5 comments
Closed

Works on LG K10 2017 (m250n) on Ubuntu 17.04, Python 2.7.13. #45

GijsTimmers opened this issue Feb 6, 2018 · 5 comments

Comments

@GijsTimmers
Copy link
Contributor

No description provided.

@GijsTimmers
Copy link
Contributor Author

Looks like I was a bit too fast. lglaf works, but the shell doesn't accept a lot of commands. ls works, but cd doesn't, for example.

@Lekensteyn
Copy link
Owner

What does "not work" mean? Did you have to use --rawshell to workaround #24?

@GijsTimmers
Copy link
Contributor Author

Thanks for merging my PR.

By "not work", I mean that cd does not descend to any subdirectory: cd data fails without giving any error message. I executed python3 lglaf.py --rawshell but that didn't change anything. I have a feeling that it's related to my problem, though.

@Lekensteyn
Copy link
Owner

Every command runs in a separate process, so in order to make cd work you will have to run for example:

cd dir && ls

(this is a limitation of LAF)

@GijsTimmers
Copy link
Contributor Author

Thanks. That did the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants