Earlier quoted context omitted.
For me so far the worst thing Google did was disabling API for call recording. That makes new phones pretty much useless for me. I always record calls, so that I can go back to them if I forget something or that nobody can claim they said something when they didn't (most recently insurance salesperson told me I will have option X if I take their insurance and they once I bought it, there was no such option. Once I pu…
I assume you're up on all the various local laws on recording conversations, so this is for others, not you. Look into it before doing this.
Termux is an Android terminal emulator and Linux environment app with no rooting
191–200 of 217 posts
Re: Termux is an Android terminal emulator and Linux environment app with no rooting
#192Earlier quoted context omitted.
For me so far the worst thing Google did was disabling API for call recording. That makes new phones pretty much useless for me. I always record calls, so that I can go back to them if I forget something or that nobody can claim they said something when they didn't (most recently insurance salesperson told me I will have option X if I take their insurance and they once I bought it, there was no such option. Once I pu…
This is more a limitation of smartphone hardware than of Android. In most phones, calls are entirely handled by the baseband processor, and the ARM chip never sees any of the audio data. Android doesn't expose it because the hardware doesn't expose it to the OS in the first place.
Re: Termux is an Android terminal emulator and Linux environment app with no rooting
#193Termux has saved one of our projects literally tens of thousands of dollars in SMS fees from someone like Twilio. We have a few areas where non urgent SMS reminders need to be sent to users. We literally just use a couple of cheap ($100) Android phones with termux on an unlimited message plan with a local provider (who approved us for commercial usage). The actual process is a glorified bash script that pulls API job…
How many SMS do you send daily? Do you have a regular plan with the local provider, or some specially negotiated one?
Re: Termux is an Android terminal emulator and Linux environment app with no rooting
#194Earlier quoted context omitted.
I assume you're up on all the various local laws on recording conversations, so this is for others, not you. Look into it before doing this.
Ok but then why don't they disable the camera and a microphone when you record videos? You can hide the phone in a way that the person you talk to won't see you are recording it. I don't accept this explanation.
Re: Termux is an Android terminal emulator and Linux environment app with no rooting
#195Earlier quoted context omitted.
https://puri.sm/posts/anbox-on-the-librem-5/ https://linmob.net/2020/08/15/anbox-on-the-pinephone.html (both could already be outdated with the fast development rate).
Cool, thanks for the resources. I'm also looking for anecdotes from users, because the last time I tried Anbox on Linux, I couldn't run much, and I'm wondering if it's any better now.
Re: Termux is an Android terminal emulator and Linux environment app with no rooting
#196I found Termux a while ago, and thought it was interesting. then I found you can run python, ffmpeg and youtube-dl on it, and now I think it's the best thing since sliced bread. I'm still to try to run Jupyter on it, but I think it might be able to. As all my computers run Linux these days, it also has replaced all my "from-x-to-android" transfer apps.
I am interested in knowing more about your file share set up
Re: Termux is an Android terminal emulator and Linux environment app with no rooting
#197Earlier quoted context omitted.
Ok but then why don't they disable the camera and a microphone when you record videos? You can hide the phone in a way that the person you talk to won't see you are recording it. I don't accept this explanation.
Yes, laws overlap. The ones I'm talking about are generally about "intercepting communications" i.e., "recording conversations". In general, the US requires one-party consent, but there are 15 states that require two-party consent.
Re: Termux is an Android terminal emulator and Linux environment app with no rooting
#198Earlier quoted context omitted.
I've had a terrible experience with my LineageOS S9.
F-Droid's UI is trash in terms of usability IMO. Quite clunky. If that was your issue too there are various frontend forks that fix that issue in better ways than F-Droid has attempted to. I for one use FoxyDroid which is about as minimal as it gets, but still usable and pretty to look at. There's also AuroraDroid (best looking one IMO), and G-Droid as alternative frontends.
Re: Termux is an Android terminal emulator and Linux environment app with no rooting
#199Earlier quoted context omitted.
Yes, laws overlap. The ones I'm talking about are generally about "intercepting communications" i.e., "recording conversations". In general, the US requires one-party consent, but there are 15 states that require two-party consent.
So you can put your phone on recording e.g. in a restaurant "intercepting communications", but when someone calls you it's a no-no. Regardless, in my country recording is perfectly legal and yet Google has disabled it. If this is the law, then don't you think they should either follow it or not? I am not sure how you can only partially follow the law.
Maybe it's complicated for telephone conversations where you're not breaking a law locally, but are breaking a law remotely?
Re: Termux is an Android terminal emulator and Linux environment app with no rooting
#200Earlier quoted context omitted.
Syncing photos off. Termux has sshd (you have to start it manually once, then it stays running until Termux is killed or the phone is rebooted). With ssh-copy-id it takes a single command (1-line script) to rsync the phone's DCIM directory to my main machine for further processing. Nothing needs to be done on the phone at all other than to lightly nudge it to wake it up so sshd sees the connection attempt. Downside:…
> Android security clampdowns mean termux can't see the SD card. Not sure that's what's causing it; I can definitely scp files from my Android phone's SDCard to my servers. But I've not tried initiating the scp from the other machine to my phone.
Anyway what's left of filesystem access for Termux isn't really a blacklist as in "you're forbidden to go here" but rather feels like a whitelist. There are a few carefully selected places you're still allowed to go, front and center being the DCIM directory.