Linux on Mobile Devices

Total Page:16

File Type:pdf, Size:1020Kb

Linux on Mobile Devices Linux on mobile devices Jozef Mlích Department of Computer Graphics and Multimedia Brno University of Technology, Faculty of Information Technology Božetěchova 2, 612 66 Brno, Czech Republic [email protected] http://www.fit.vutbr.cz/~imlich/ Application Development for Mobile DevicesTAM 2020 8.12.2020 | 1 / 32 Outline Motivation Alternative operating systems Where to get hardware Architecture of mobile operating system Development http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 2 / 32 Motivation Motivation Do it your self – learn something Special needs – Create new concept / add some extra feature / very special hardware Security – how we can trust to Chinese/Russian/US/* product? Longevity – security updates are available ~ 2 – 6 years depending on vendor Vendor lock-in – US Export laws http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 4 / 32 Software Distributions postmarketOS Nemo Mobile Ubuntu Touch KDE Neon Mobian NixOS Maemo Leste LuneOS SailfishOS Sxmo PureOS openSUSE Fedora AVMultiPhone Arch Linux ARM GloDroid Manjaro ARM Gentoo AsteroidOS Tizen LineageOS http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 6 / 32 Desktop Environment xfce4 Maemo Nemo Plasma Mobile Phosh Android http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 7 / 32 Hardware Hardware Librem 5 PinePhone F(x)tec Pro Dragonbox Pyra Motorola Droid 4, Nokia N900 Raspberry Pi And others Find your device at https://wiki.postmarketos.org/wiki/All_devices http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 9 / 32 Architecture Architecture depends on your needs http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 11 / 32 Hardware http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 12 / 32 Architecture I Bootloader Kernel – Drivers (+libhybris) – AOSP – Not sure what API is the right one for given task – /proc or GPSD or dbus GUI – Framebuffer, XOrg, Wayland – On-screen keyboard http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 13 / 32 Architecture II Modem / Networking – oFono, Network Manager, AT+?, QMI Audio – PulseAudio profiles Userspace applications http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 14 / 32 Bootloader http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 15 / 32 Boot FSBL (hardware ROM) Bootstrapping Bootloader – chicken or the egg problem – u-boot (blob, bootldr, redboot, – Limited resources able, etc.) Kernel Requirements Device tree / EFI – Keyboard vs. Volume keys vs Initramfs Touch screen only – charging Rootfs + Systemd (SYS V init) http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 16 / 32 Multimedia http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 17 / 32 Development Development (Cross) Compilation Remote debugging Profiling Security End user apps http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 19 / 32 Compilation export CC=/usr/local/bin/arm-linux-gnueabi-gcc export CFLAGS=-I /usr/local/arm_root/include make qmake myproject.pro -r -spec linux-g++-maemo http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 20 / 32 Remote debugging http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 21 / 32 Profiling Monitor – CPU load – Memory consumption – Network traffic (change of IM timeout added +1h) – Number of waking up and suspends (C-states) – Frequency of CPU – Interrupts (IRQs) (or NAPI) Pro-tip: try to use “heartbeat” or gproof, powertop, and much more Qt::VeryCoarseTimer to spare some CPU ticks. (perf cheat sheet) Android AlarmManager.setInexactRepeating(..) http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 22 / 32 Profiling http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 23 / 32 Performance cheat sheet ( 1 of 8 ) http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 24 / 32 Security Hardware security – Intel Management Engine – Baseband UEFI Posix permission, ACLs SELinux Chroots, Cgroup, Containers Flatpak portals http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 25 / 32 End user apps Anbox – android machine on linux – Google services are allowed only in Android Packaging – *.deb, *.rpm, *.apk – depends on distro – Flatpak, snap, appimage Monetization http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 26 / 32 Questions? Questions How does embedded hardware (phones) boots? What Linux distributions do we have? Are there some alternative Android distribution? Which indicators should be observed when developing mobile applications? How we can observe them? How we can reduce power consumption? How is the security designed on mobile linux distributions? http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 28 / 32 References Performance cheat sheet http://www.brendangregg.com/linuxperf.html CCC Chaos Communication Congress https://fahrplan.events.ccc.de/congress/2016/Fahrplan/events.html http://elinux.org/ Hoque, M.A., M. Siekkinen, and J.K. Nurminen. “On the Energy Efficiency of Proxy-based Traffic Shaping for Mobile Audio Streaming.” In 2011 IEEE Consumer Communications and Networking Conference (CCNC), 891 –895, 2011. Alternative Androids – https://copperhead.co/ https://lineageos.org/ https://www.replicant.us/ http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 29 / 32 Do we have time yet? PostmarketOS Based on Alpine Linux https://postmarketos.org/ /etc/deviceinfo Cross-compile all armhf- packages Effective caching out of the box (ccache) Flasher abstraction – Fastboot – heimdall UI (Phosh, Plasma, hildon, LuneOS ui, XFCE4, weston) http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 31 / 32 Motivation Baseband exploitation – AT+QCMD=uname -a http://www.fit.vutbr.cz/~imlich/ TAM 2020 | 32 / 32.
Recommended publications
  • Plasma on Mobile Devices
    Plasma on Mobile devices Application Ecosystem MC Bhushan Shah KDE Developer Agenda ● Initial development of the Plasma Mobile ● Basic architecture details ● Advantages to KDE community ● Application ecosystem and development ● Future for Plasma Mobile ● Challenges Introduction ● KDE developer and sysadmin ● Plasma Mobile maintainer and lead developer ● Employed by Bluesystems GmbH ● From Vadodara, India KDE ● Previously known as the K Desktop Environment ● Now community, which creates free software for end users ● Several products including Plasma, KDE Frameworks, KDE applications. Plasma Mobile ● Announced in the July 2015 ● Vision of providing completely free and open-source mobile platform which respects user’s privacy and freedom. ● Initial prototype on the LG Nexus 5. Initial Development ● LGE Nexus 5 as reference device ● Ubuntu Touch 15.04 (vivid) as base system ● Makes use of the Android binary blobs / drivers ● Can also run on the desktop system for development Basic architecture details ● KWin wayland as compositor ● DRM/GBM or hwcomposer backends ● plasmashell and mobile shell package ● QtQuickControls2 and Kirigami for application development Advantages to KDE community ● Several performance improvements ● Better touch input support in applications and shell ● Improvements in Wayland support ● More modular and re-usable user interfaces Application ecosystem and development ● QtQuickControls2 and Kirigami as toolkit ● CMake/QMake as a buildsystem ● Various bundle formats as well as native distribution packaging for the distribution
    [Show full text]
  • A Survey on Architectures of Mobile Operating Systems: Challenges and Issues
    International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 2, Issue 3, March 2015, PP 73-76 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org A Survey on Architectures of Mobile Operating Systems: Challenges and Issues Prof. Y. K. Sundara Krishna1 HOD, Dept. of Computer Science, Krishna University Mr. G K Mohan Devarakonda2 Research Scholar, Krishna University Abstract: In the early years of mobile evolution, Discontinued Platforms Current mobile devices are enabled only with voice services Platforms that allow the users to communicate with each other. Symbian OS Android But now a days, the mobile technology undergone Palm OS IOS various changes to a great extent so that the devices Maemo OS Windows Phone allows the users not only to communicate but also to Meego OS Firefox OS attain a variety of services such as video calls, faster Black Berry OS browsing services,2d and 3d games, Camera, 2.1 Symbian OS: This Operating system was Banking Services, GPS services, File sharing developed by NOKIA. services, Tracking Services, M-Commerce and so many. The changes in mobile technology may be due Architecture: to Operating System or Hardware or Network or Memory. This paper presents a survey on evolutions SYMBIAN OS GUI Library in mobile developments especially on mobile operating system Architectures, challenges and Issues in various mobile operating Systems. Application Engines JAVA VM 1. INTRODUCTION Servers (Operating System Services) A Mobile operating system is a System Software that is specifically designed to run on handheld devices Symbian OS Base (File Server, Kernel) such as Mobile Phones, PDA’s.
    [Show full text]
  • Mer: Core OS Mobile & Devices
    Mer: Core OS mobile & devices Qt Developer Days - Silicon Valley 2012 Carl Symons Introduction Plasma Active chooses Mer Not just another Linux distribution Focus - device providers Where's Mer? SDKs - apps & platform Get Mer Resources Carl Symons Large company Mktg/BusDev Start-ups } Slightly geeky Grassroots LinuxFest organizer KDE News editor/promo KDE Plasma Active Mer upstream and downstream First LinuxCon September 2009 Portland Moblin is a hot topic Moblin 2.1 for phones introduced MeeGo Announced February 201 0 Moblin & Maemo merger Support for Intel Atom Desktop Summit August 11 , 2011 Berlin; Free Desktop meeting Developer orientation; ExoPCs MeeGo AppStore A real Linux OS LinuxCon - Vancouver August 1 8, 2011 Intel AppUp Developer orientation; ExoPCs MeeGo AppStore show real Linux OS; possibilities Intel AppUp Elements September 28, 2011 National developer conference Tizen announced (led by Intel and Samsung) MeeGo and Qt abandoned HTML5/CSS3 Maemo Reconstructed October 3, 2011 Mer announced The spirit of MeeGo lives on Plasma Active chooses Mer October 5, 2011 No viable alternative Lightweight Mer talent and community Performant Boot time - more than a minute to about 1 5 seconds on Atom tablet Not just another Linux MeeGo - large company dominated; closed governance Mer - Core OS only Packages Focus - Device Providers Complete world class platform for building commercial products Modern, clean Linux Easy to try; easy to port Systems, structures, processes, code to serve device providers Where's Mer? X86, ARM, MIPS NemoMobile
    [Show full text]
  • Download Android Os for Phone Open Source Mobile OS Alternatives to Android
    download android os for phone Open Source Mobile OS Alternatives To Android. It’s no exaggeration to say that open source operating systems rule the world of mobile devices. Android is still an open-source project, after all. But, due to the bundle of proprietary software that comes along with Android on consumer devices, many people don’t consider it an open source operating system. So, what are the alternatives to Android? iOS? Maybe, but I am primarily interested in open-source alternatives to Android. I am going to list not one, not two, but several alternatives, Linux-based mobile OSes . Top Open Source alternatives to Android (and iOS) Let’s see what open source mobile operating systems are available. Just to mention, the list is not in any hierarchical or chronological order . 1. Plasma Mobile. A few years back, KDE announced its open source mobile OS, Plasma Mobile. Plasma Mobile is the mobile version of the desktop Plasma user interface, and aims to provide convergence for KDE users. It is being actively developed, and you can even find PinePhone running on Manjaro ARM while using KDE Plasma Mobile UI if you want to get your hands on a smartphone. 2. postmarketOS. PostmarketOS (pmOS for short) is a touch-optimized, pre-configured Alpine Linux with its own packages, which can be installed on smartphones. The idea is to enable a 10-year life cycle for smartphones. You probably already know that, after a few years, Android and iOS stop providing updates for older smartphones. At the same time, you can run Linux on older computers easily.
    [Show full text]
  • Open Hardware: Pureos and Arduino
    Published on Tux Machines (http://www.tuxmachines.org) Home > content > Open Hardware: PureOS and Arduino Open Hardware: PureOS and Arduino By Rianne Schestowitz Created 07/01/2021 - 7:39am Submitted by Rianne Schestowitz on Thursday 7th of January 2021 07:39:57 AM Filed under Hardware [1] PureOS: freedom, privacy, and security [2] A recent blog post from Purism?the company that developed PureOS to run on its security- focused hardware?celebrates three years of FSF endorsement of the Linux distribution. While this endorsement is an achievement that is not as highly valued by our communities as one might think, the work done to obtain and maintain that endorsement is useful even to those who disdain the FSF or disagree with its definition of what makes a distribution "free". While Purism and PureOS have been on our radar for a few years now, it seems worth a look at where things have gone with the distribution?and the company behind it. The blog post notes that PureOS and Purism "sit on a three-legged stool of Freedom, Privacy and Security". The three are intertwined, of course, since PureOS consisting of only free software allows users to ensure there are no antifeatures being slipped into the OS or applications that would impact their privacy or security. Beyond that, free software is an excellent defense against various software supply-chain attacks; in addition the scrutiny of the code afforded to free software, it can also be built in a manner that provides more security... [...] As might be guessed, security and privacy features do not come for free?or even inexpensively.
    [Show full text]
  • State of Mobile Linux Juha-Matti Liukkonen, Jan 5, 2011
    State of Mobile Linux Juha-Matti Liukkonen, Jan 5, 2011 1 Contents • Why is this interesting in a Qt course? • Mobile devices vs. desktop/server systems • Android, Maemo, and MeeGo today • Designing software for mobile environments 2 Why is this interesting in a Qt course? 3 Rationale • Advances in technology make computers mobile • Low-power processors, displays, wireless network chipsets, … iSuppli, Dec 2008 • Laptops outsell desktop computers • High-end smartphones = mobile computers Nokia terminology • Need to know how to make software function well in a mobile device • Qt is big part of Symbian & Maemo/MeeGo API 4 Developing software for mobiles In desktop/server computing: • Android smartphones Java :== server C/C++ :== desktop • Eclipse, Java Qt was initially developed for desktop applications. • Symbian smartphones Mobile devices today are more powerful than the • NetBeans / Eclipse, Java ME desktops 10 years ago. • Qt Creator, C/C++ Of particular interest in this course. • Maemo / MeeGo smartphones • Qt Creator, C/C++ 5 The elephant in the room • In 2007, Apple change the mobile world with the iPhone • Touch user interface, excellent developer tools, seamless services integration, … • Modern operating system, shared with iPod and Mac product lines • Caught “industry regulars” with their pants down • Nokia, Google, Samsung, et al – what choice do they have? Linux! We don’t talk about the iPhone here. 6 iPad “killed the netbook” • In 2010, Apple introduced another mobile game changer • iPad = basically, a scaled-up iPhone with a
    [Show full text]
  • Debian \ Amber \ Arco-Debian \ Arc-Live \ Aslinux \ Beatrix
    Debian \ Amber \ Arco-Debian \ Arc-Live \ ASLinux \ BeatriX \ BlackRhino \ BlankON \ Bluewall \ BOSS \ Canaima \ Clonezilla Live \ Conducit \ Corel \ Xandros \ DeadCD \ Olive \ DeMuDi \ \ 64Studio (64 Studio) \ DoudouLinux \ DRBL \ Elive \ Epidemic \ Estrella Roja \ Euronode \ GALPon MiniNo \ Gibraltar \ GNUGuitarINUX \ gnuLiNex \ \ Lihuen \ grml \ Guadalinex \ Impi \ Inquisitor \ Linux Mint Debian \ LliureX \ K-DEMar \ kademar \ Knoppix \ \ B2D \ \ Bioknoppix \ \ Damn Small Linux \ \ \ Hikarunix \ \ \ DSL-N \ \ \ Damn Vulnerable Linux \ \ Danix \ \ Feather \ \ INSERT \ \ Joatha \ \ Kaella \ \ Kanotix \ \ \ Auditor Security Linux \ \ \ Backtrack \ \ \ Parsix \ \ Kurumin \ \ \ Dizinha \ \ \ \ NeoDizinha \ \ \ \ Patinho Faminto \ \ \ Kalango \ \ \ Poseidon \ \ MAX \ \ Medialinux \ \ Mediainlinux \ \ ArtistX \ \ Morphix \ \ \ Aquamorph \ \ \ Dreamlinux \ \ \ Hiwix \ \ \ Hiweed \ \ \ \ Deepin \ \ \ ZoneCD \ \ Musix \ \ ParallelKnoppix \ \ Quantian \ \ Shabdix \ \ Symphony OS \ \ Whoppix \ \ WHAX \ LEAF \ Libranet \ Librassoc \ Lindows \ Linspire \ \ Freespire \ Liquid Lemur \ Matriux \ MEPIS \ SimplyMEPIS \ \ antiX \ \ \ Swift \ Metamorphose \ miniwoody \ Bonzai \ MoLinux \ \ Tirwal \ NepaLinux \ Nova \ Omoikane (Arma) \ OpenMediaVault \ OS2005 \ Maemo \ Meego Harmattan \ PelicanHPC \ Progeny \ Progress \ Proxmox \ PureOS \ Red Ribbon \ Resulinux \ Rxart \ SalineOS \ Semplice \ sidux \ aptosid \ \ siduction \ Skolelinux \ Snowlinux \ srvRX live \ Storm \ Tails \ ThinClientOS \ Trisquel \ Tuquito \ Ubuntu \ \ A/V \ \ AV \ \ Airinux \ \ Arabian
    [Show full text]
  • Master Thesis Innovation Dynamics in Open Source Software
    Master thesis Innovation dynamics in open source software Author: Name: Remco Bloemen Student number: 0109150 Email: [email protected] Telephone: +316 11 88 66 71 Supervisors and advisors: Name: prof. dr. Stefan Kuhlmann Email: [email protected] Telephone: +31 53 489 3353 Office: Ravelijn RA 4410 (STEPS) Name: dr. Chintan Amrit Email: [email protected] Telephone: +31 53 489 4064 Office: Ravelijn RA 3410 (IEBIS) Name: dr. Gonzalo Ord´o~nez{Matamoros Email: [email protected] Telephone: +31 53 489 3348 Office: Ravelijn RA 4333 (STEPS) 1 Abstract Open source software development is a major driver of software innovation, yet it has thus far received little attention from innovation research. One of the reasons is that conventional methods such as survey based studies or patent co-citation analysis do not work in the open source communities. In this thesis it will be shown that open source development is very accessible to study, due to its open nature, but it requires special tools. In particular, this thesis introduces the method of dependency graph analysis to study open source software devel- opment on the grandest scale. A proof of concept application of this method is done and has delivered many significant and interesting results. Contents 1 Open source software 6 1.1 The open source licenses . 8 1.2 Commercial involvement in open source . 9 1.3 Opens source development . 10 1.4 The intellectual property debates . 12 1.4.1 The software patent debate . 13 1.4.2 The open source blind spot . 15 1.5 Litterature search on network analysis in software development .
    [Show full text]
  • Business Informatics 2 (PWIN) SS 2021 Lecture 04
    Lecture 04 Business Informatics 2 (PWIN) SS 2021 Information Systems III Mobile Information Systems Prof. Dr. Kai Rannenberg Chair of Mobile Business & Multilateral Security Johann Wolfgang Goethe University Frankfurt a. M. Special of the day . “Heads in the Clouds: Measuring the Implications of Universities Migrating to Public Clouds”, v2 (2021-04- 20) . By Tobias Fiebig, Seda Gürses, Carlos H. Gañán, Erna Kotkamp, Fernando Kuipers, Martina Lindorfer, Menghua Prisse, Taritha Sari (TU Delft, TU Wien) . https://arxiv.org/abs/2104.09462 . Typical IS article in general topic and structure . Topic: analysis of information systems of organisations and strategic considerations (in this case universities) . Structure: Introduction, Background, Methodology overview (focus, data set), Data analysis of case(s), Discussion, Limitations, Related work, Conclusion(s), Acknowledgements 2 Agenda . What is Mobility? . Mobile Infrastructure and Ecosystem . Mobile Information Systems . Conclusion on Challenges / Benefits of Mobile IS 3 Mobility What is mobility? Lat. mobilitas: (1) Flexibility, velocity, motion; and as “mobilitas animi”: (mental) fitness (2) But also (and quite ambivalent to (1)) changeability, inconstancy, unstableness [SkuStowPets1998] 4 Mobility . Social implications Mobility not just “humans’ independence from geographical constraints” . Spatial mobility . Temporal mobility . Contextual mobility [KakihaSorens2001] 5 Agenda . What is Mobility? . Mobile Infrastructure & Ecosystem . Mobile Voice & Data Communication Services . Mobile Devices . Smartcards and Subscriber Identity Module (SIM) . Mobile Operating Systems . Mobile Web Apps vs. Mobile Apps . App Markets . Mobile Infrastructure and Ecosystem . Conclusion on Challenges / Benefits of Mobile IS 6 Mobile Voice & Data Communication Services . Mobile device . Base station/mobile station/cell . Connection to the Internet User terminal 7 Mobile Voice & Data Communication Services Fundamental mobile communication services .
    [Show full text]
  • The Librem-5 Phone - a Status Update FSFE Group Bonn Meeting, October 2018
    The Librem-5 Phone - a status update FSFE Group Bonn Meeting, October 2018 Guido Günther 2018-10-08 Guido Günther The Librem-5 Phone - a status update Outline 1 The Librem-5 2 Status Update (Software) 3 Status Update (Hardware) Guido Günther The Librem-5 Phone - a status update About me Debian Developer (libvirt et al., gbp, LTS, . ) GNOME Foundation Member FSFE Supporter Freelancing Free Software Developer Working on the Librem-5 Guido Günther The Librem-5 Phone - a status update Topic 1 The Librem-5 2 Status Update (Software) 3 Status Update (Hardware) Guido Günther The Librem-5 Phone - a status update A security and privacy focused phone Guido Günther The Librem-5 Phone - a status update "Classic" Phone Features Phone calls SMS GPS Wi Camera ... Guido Günther The Librem-5 Phone - a status update Not so "Classic" Designed and built by Purism SPC Hardware kill switches (wi/BT, camera, modem) CPU separate from baseband modem Runs by default a regular Linux distribution (PureOS) Not Android based End to end encrypted messaging (and calls) User has full control over the device By default GNOME based Guido Günther The Librem-5 Phone - a status update Topic 1 The Librem-5 2 Status Update (Software) 3 Status Update (Hardware) Guido Günther The Librem-5 Phone - a status update Adaptive GNOME apps libhandy for adaptive widgets Lots of new widgets (doc) 4 releases so far, uploaded to Debian Multiple GNOME apps already using it Used by Librem5 apps/shell Guido Günther The Librem-5 Phone - a status update Adaptive GNOME apps (II) Patches for gnome-bluetooth
    [Show full text]
  • Op E N So U R C E Yea R B O O K 2 0
    OPEN SOURCE YEARBOOK 2016 ..... ........ .... ... .. .... .. .. ... .. OPENSOURCE.COM Opensource.com publishes stories about creating, adopting, and sharing open source solutions. Visit Opensource.com to learn more about how the open source way is improving technologies, education, business, government, health, law, entertainment, humanitarian efforts, and more. Submit a story idea: https://opensource.com/story Email us: [email protected] Chat with us in Freenode IRC: #opensource.com . OPEN SOURCE YEARBOOK 2016 . OPENSOURCE.COM 3 ...... ........ .. .. .. ... .... AUTOGRAPHS . ... .. .... .. .. ... .. ........ ...... ........ .. .. .. ... .... AUTOGRAPHS . ... .. .... .. .. ... .. ........ OPENSOURCE.COM...... ........ .. .. .. ... .... ........ WRITE FOR US ..... .. .. .. ... .... 7 big reasons to contribute to Opensource.com: Career benefits: “I probably would not have gotten my most recent job if it had not been for my articles on 1 Opensource.com.” Raise awareness: “The platform and publicity that is available through Opensource.com is extremely 2 valuable.” Grow your network: “I met a lot of interesting people after that, boosted my blog stats immediately, and 3 even got some business offers!” Contribute back to open source communities: “Writing for Opensource.com has allowed me to give 4 back to a community of users and developers from whom I have truly benefited for many years.” Receive free, professional editing services: “The team helps me, through feedback, on improving my 5 writing skills.” We’re loveable: “I love the Opensource.com team. I have known some of them for years and they are 6 good people.” 7 Writing for us is easy: “I couldn't have been more pleased with my writing experience.” Email us to learn more or to share your feedback about writing for us: https://opensource.com/story Visit our Participate page to more about joining in the Opensource.com community: https://opensource.com/participate Find our editorial team, moderators, authors, and readers on Freenode IRC at #opensource.com: https://opensource.com/irc .
    [Show full text]
  • Palm OS Cobalt 6.1 in February 2004 6.1 in February Cobalt Palm OS Release: Last 11.2 Ios Release: Latest
    …… Lecture 11 Market Overview of Mobile Operating Systems and Security Aspects Mobile Business I (WS 2017/18) Prof. Dr. Kai Rannenberg . Deutsche Telekom Chair of Mobile Business & Multilateral Security . Johann Wolfgang Goethe University Frankfurt a. M. Overview …… . The market for mobile devices and mobile OS . Mobile OS unavailable to other device manufacturers . Overview . Palm OS . Apple iOS (Unix-based) . Manufacturer-independent mobile OS . Overview . Symbian platform (by Symbian Foundation) . Embedded Linux . Android (by Open Handset Alliance) . Microsoft Windows CE, Pocket PC, Pocket PC Phone Edition, Mobile . Microsoft Windows Phone 10 . Firefox OS . Attacks and Attacks and security features of selected . mobile OS 2 100% 20% 40% 60% 80% 0% Q1 '09 Q2 '09 Q3 '09 Q1 '10 Android Q2 '10 Q3 '10 Q4 '10 u Q1 '11 sers by operating sers by operating iOS Q2 '11 Worldwide smartphone Worldwide smartphone Q3 '11 Q4 '11 Microsoft Q1 '12 Q2 '12 Q3 '12 OS Q4 '12 RIM Q1 '13 Q2 '13 Q3 '13 Bada Q4' 13** Q1 '14 Q2 '14 s ystem ystem (2009 Q3 '14 Symbian Q4 '14 Q1 '15 [ Q2 '15 Statista2017a] Q3 '15 s ales ales to end Others Q4 '15 Q1 '16 Q2 '16 Q3 '16 - 2017) Q4 '16 Q1 '17 Q2 '17 3 . …… Worldwide smartphone sales to end …… users by operating system (Q2 2013) Android 79,0% Others 0,2% Symbian 0,3% Bada 0,4% BlackBerry OS 2,7% Windows 3,3% iOS 14,2% [Gartner2013] . Android iOS Windows BlackBerry OS Bada Symbian Others 4 Worldwide smartphone sales to end …… users by operating system (Q2 2014) Android 84,7% Others 0,6% BlackBerry OS 0,5% Windows 2,5% iOS 11,7% .
    [Show full text]