Earlier quoted context omitted.
Permission granted to the user is also granted to malware.
Okay, so give it an off switch. Gate it behind a long 20-step procedure. Put a video of a guy repeatedly telling the user "hey, hey, this is bad, don't do this unless you're a developer and know why you're doing it, it's a bad!". I mean really you don't even have to go that far. Just give it an off switch.
Linux on Dex
161–170 of 228 posts
Re: Linux on Dex
#162Earlier quoted context omitted.
Yeah I'm aware of this, but my use case is different. I'm often abroad, but I also often need to contact numbers from my home country, so I wanted to have a phone I could ssh into from abroad and serve as a gateway
You used to be able to do this with chan_bluetooth on Asterisk, but I would not recommend it.
Re: Linux on Dex
#163Re: Linux on Dex
#164> Linux on DeX currently supports one customized Ubuntu image (Ubuntu 16.04 LTS version provided by Canonical) which only operates on selected Samsung devices. (Note9 and Tab S4). A crappy distro on a couple of old devices? No thanks. I'll just wait for the Librem 5 [0] 0) https://shop.puri.sm/shop/librem-5/ Edit: Misread "Note9" as "Note7" (don't ask). Ooops. My conclusion still stands.
Re: Linux on Dex
#165Earlier quoted context omitted.
"I was hoping this would allow me to ssh into my phone to make/take calls and send/receive texts. Does anyone knows if that's possible?" I send SMS from the command line by curl'ing twilio ... curl -X POST -d "Body=Hi" -d "From=3032221111" -d "To=4151112222" "https://api.twilio.com/2010-04-01/Accounts/${account_sid}/Messages" -u "${account_sid}:${auth_token}" I do at least half of my testing this way, from inside my…
Yeah I'm aware of this, but my use case is different. I'm often abroad, but I also often need to contact numbers from my home country, so I wanted to have a phone I could ssh into from abroad and serve as a gateway
Re: Linux on Dex
#166Re: Linux on Dex
#167Re: Linux on Dex
#168Re: Linux on Dex
#169For those of us who don't have a supported device, there's an android app called [Termux]( https://termux.com/ ) which provides a surprisingly linux-y experience. I sometimes code on my 10" tablet with a small (60%) keyboard.
This + emacs + org-mode + a heavily customized doom emacs means I can track money using ledger, generate workouts using a python script outputting org tables and a lot more. Even worked out how to sync my folder to Dropbox, called from an emacs shortcut.
BTW: dropbox is lame until you can use encfs over it ;)
Re: Linux on Dex
#170I have pretty much given up on the prospect of running a full fledged FOSS OS on devices that don’t give access to the bootloader’s root of trust, or give you a userland that works with a kernel you can’t control (eg Crouton). It all sounds great until you start trying to do actuall work. As soon as you need anything that’s not provided by the manufacturer software image you start to notice all the foundational thing…
Indeed. I'm on the lookout for a solid system that can boot a vanilla Linux kernel (something like an x86 laptop or ARM laptop, sub 10 inches preferably) that can make phone calls, receive SMS, and has a built in 4G modem. Does such a thing exist? I'd rather have a crap phone attached to a powerful computer, than a powerful phone that locks itself down so much that it's a crap computer.