FreeBSD for phone/tablet

D

deadmorozz

Guest
Hi,

I checked many different OS that are now popular, take a look at Sailfish, but none has similar feeling to FreeBSD. When it will work?
 
When it will work?
Tomorrow. Next week. Next year. Never. Who knows? Just look at the Raspberry Pi for example. The Pi4 still needs a lot of work, and that's supposed to be an "open" platform. Imagine how much work needs to be done for completely closed devices like phones or tablets. Without documentation, without schematics, without specifications, without vendor support.
 
This is something I would really like to get involved in (the development of a BSD OS for mobile). I'm currently skilling up on C in order to do so.
 
Blackberry OS seems to be the most similar to what you would want
 
Now I know this is a BSD forum, but if anyone is looking for a good secure mobile. I would recommend Armadillo Phone (secure alternative) , but this may be a bit overkill for most. I've been very happy with them, and if you drop extra coin you can get a "ghost," chip. My company was nice enough to purchase one for me. They're pricy to say the least.
 
As tablet / mobile is a larger market than desktop / laptop, we probably saw a FreeBSD tablet one day.
On a tablet, there is no real gui for file managment, all application has one window. The window is fullscreen...
That is an real oppotunity to have simplified interface...
On my laptop, I use neomutt in dwm and a sxiv script as a launcher. It is very light and there is only few fustration (keyboard shortcut are problematic in tablet).

For me, the first blocking point is the hardware. As I know, there is no tablet or mobile with a full hardware support (open source spec or drivers for linux/bsd).
 
For me, the first blocking point is the hardware. As I know, there is no tablet or mobile with a full hardware support (open source spec or drivers for linux/bsd).
Yeah, even Ubuntu guys say porting Ubuntu to mobile is mostly a case of dealing with the proprietary drivers, and they're basically "porting" drivers from a Linux distro to a different Linux distro. (Can that even be called porting?) I'm digging around to see what I can do with my old tablet. The 10in screen which is still uncracked, plus the ridiculous battery life on an almost 10yo device really makes me want to revive it as a mobile platform for development while im in the train to work for example.
 
You can see how much work is needed by looking at pinephone development.

FreeBSD would need:
- graphics/ audio/ touchpad drivers
- a complete rewrite of a window manager, suitable to be used without mouse/keyboard.
- third party tools for touchpad only use
- Power/battery management, so that the smartphone doesn't run out of power after 4 hours
- Bugfixing/ finetuning for better user experience
- (cell-)phone apps + drivers
- many scripts
- camera app + driver
- hardware acceleration
- and so on..
 
Just take a look at the architectures that 13-RELEASE supports! The download area provides images for Pine64, Pi-B, and a few others! FreeBSD is famous for working on BeagleBone SoC's, too! I'd suggest the following approach:
  1. Figure out the architectures that 13-RELEASE even supports. You'll be surprised to no end!
  2. Do some homework to see if your hardware is even on that list.
  3. You may need to adjust your expectations based on the research above. A few options that I see:
    1. (If hardware is in fact supported) Install FreeBSD anyway, just for different use cases than initially expected.
    2. Install something else that is compatible, and has the features you want.
    3. (If you enjoy the process) Figure out how to make a driver work on the device under FreeBSD, figure out how to maintain a port.
 
Then try to find any embedded GSM/GPRS/EDGE/4G/LTE/whatever chipset with FreeBSD drivers documentation available to write those drivers yourself. End of journey.
There's a difference between chipsets and antennae. All of the antennae you list are easily available as USB sticks. And, it really helps to know the technical terminology and precise meanings in use - you won't get anywhere without that. Beyond that, there's always Fast Fourier Transform - the same base algorithm that drives multimedia/ffmpeg... what do you think 'ff' in 'ffmpeg' stands for?
 
Regarding terminology - plural form antennae is used exclusively for sensing protrusions on anthropods heads. For multiple passive devices used as interface between radio waves in space and electric currents in conductors plural term antennas is used. Now, when we have terminology right, I can only wish you good luck constructing FreeBSD phone using passive antenna connected through USB to your CPU, where you would try to apply FFT to random currents induced on your antenna or antennas to communicate with outside world. I see we have real wireless master here, so we can expect results in no time :)
 
I was just trying to be logical in the divide-and-conquer approach to the problem posed by the thread... That's the approach I'd be taking if I really wanted to get FreeBSD going on a phone or tablet. I have no expertise or interest in getting involved. I did read enough about Raspberry Pi and BeagleBone to realize that I can pull it off if I put my mind to it, I'm logical enough for that, and I'd be able to identify holes in my knowledge.
 
Regarding terminology - plural form antennae is used exclusively for sensing protrusions on anthropods heads. For multiple passive devices used as interface between radio waves in space and electric currents in conductors plural term antennas is used.
If this really matters to you, reality seems to be somewhat more nuanced: https://en.wiktionary.org/wiki/antenna#Usage_notes

I personnally think the oddities of the English language are not among the most essential things to master.
 
I personnally think the oddities of the English language are not among the most essential things to master.
Maybe so, but it's entertaining as hell, especially when you have a second or third language to translate that to, and be able to poke fun at people :p
 
astyle - That is important difference. You of course can run FreeBSD on those single board computers, attach some touch screen, connect to the WiFi or cellular network using ad-on cards, USB devices etc., but it would be "only" discovery/educational/fun endeavor for person(s) involved. When you want something practically useful as phone or tablet, you either have to construct it yourself (like for example Pine does) or reuse HW already on the market like for example custom Android ROMs do. Both ways have major roadblock at the start - most of the functions of such device is performed by one or two chips for which documentation is not freely available, you have to sign NDA, do orders in tens of thousands etc. Even then you never know what you will get. You may end with something really well documented, but pricey and not always doing everything you would like or something relative cheap, with many bells and whistles, but documentation is really *** and HW too. If you are lucky, most of the docs would say something like "there was error in xxx, fixed in HW revision xy, fixed again in xz and finally hopefully fixed in yz". If you are not, there would not be any revisions and their documentation neither. Both "lucky" cases from personal experience (with TI and Mediatek).
 
Back
Top