https://wiki.debian.org/Mobile

This page is about tracking every initiative to fully or partially install the system on mobile platforms:

目录

  1. Debian on mobile devices
  2. About
  3. Contributions
  4. Contact
  5. Meetings
  6. People
  7. Groups
  8. Howto
  9. Software
  10. Devices
  11. Events
  12. See Also

About

Debian is the universal operating system. Thus, it needs to run on mobile devices. This wiki page is a tool to help bring Debian to mobile platforms.

It would be great if Debian could run on many kinds of mobile devices: iPhones, Android capable HW, Windows Mobile HW, tablets, etc.

The software should allow dual booting, into both Debian and any software that came with the hardware.

Debian on mobile devices should have GUI capabilities, appropriate to the hardware capabilities.

It would also be great if Debian could run applications written to be native to the original OS for the hardware. This will enable Debian to serve the many people in society who want to easily use those applications.

Debian might benefit from having its own User Interface, or UIs, based on progression from the desktop Debian UIs - ex, GNOME or KDE. It would be great if the GNOME, KDE and other GUI communities could come to agreement on a common UI for Debian, to save unnecessary duplication of development effort, both of the Debian UI, and application software for Debian. Also to save the users from having to learn unnecessary extra UIs.

Origin and Purpose

To get this wiki page started, see the original message I sent suggesting this project. It includes some reference URLs, to help seed thinking on Debian on smartphones development.

Contributions

Many people made useful replies to that email, and it would be great if they would add their suggestions of software components, foundations, and URLs thereof to this page. If we all take a few minutes to make contributions to this page when we have something valuable to add, this page will grow to be a great resource for us all. So, please take a moment to add something valuable to this page right now, or when you have the opportunity. :)

This page could use contributions like: Links to component software (embeded debian, GRUB, UIs, etc).

Software developers can write software for the many parts of this system and put links on this page to those components.

Writers can produce articles about Debian on smartphones in emails to the relevant Debian mailing lists, blogs, web pages and for the general media.

Artists can create the graphics and multimedia for Debian on smartphones.

Packagers can put it all together so people can download and install it on their smartphones.

Thanks for reading. Thanks for thinking. Thanks for all contributions you make. Let's all work together to enable Debian to fulfil its promise as "The Universal Operating System".

Use of the Debian bug tracking system

Bugs related to Debian on mobile devices may have usertags with the user debian-mobile@lists.debian.org. These usertags are currently defined:

  • user-interface: mobile user interface related bugs, e.g. intents to package UI software or necessary changes of existing UI to improve user experience on small screens or styles input etc.

Contact

If you want to chat about Debian mobile user interfaces, please join the #debian-mobile IRC channel on irc.debian.org or subscribe to the debian-mobile mailing list. If you are interested in kernel, bootloader or middleware related issues you might want to join the #debian-arm IRC channel instead. Other discussions will be appropriate to have on these lists instead: debian-embedded debian-arm debian-kernel debian-cd debian-devel android-tools-devel

Meetings

  • DebConf18 BoF: agenda, notes

  • DebConf17 BoF: agenda, notes

  • DebConf12 BoF: notes, video

People

Here are some people interested in running Debian on mobile devices.

Name

IRC nick

Hardware owned

Willing to

Wishlist

Paul Wise

pabs

probably-dead Openmoko FreeRunner

Offer advice

Linux mainline support for the Neo900

Didier Raboud

OdyX

Openmoko FreeRunner

Get paid to work towards Debian on Mobile devices :-p

Sicelo Mhlongo

Sicelo

Nokia N900

Help with testing

Working Debian on N900 with UMTS/GPRS access and voice calls

Alishams Hassam

Zeroedout

Openmoko FreeRunner, Google Nexus One

Help maintain wiki, file bugs, test new things

Mainline FR support, QtMoko in Debian, Debian on the Nexus One, SHR on a Debian base

Timo Jyrinki

Mirv

GTA04, Nokia N9, Nokia N950, LG Nexus 4, Jolla

Maintain some of the FR stuff, maybe do something to put Debian on N9, etc.

More productized stuff via FSO, oFono etc. packaging to support more phones

JonasSmedegaard

jo0nas

Openmoko FreeRunner * 2, Nokia N900, GeeksPhone One, Samsung Galaxy S3

Improve ways to bootstrap, test

more stuff packaged in mainline Debian - with sensible defaults

Jonathan Michalon

johndescs

Samsung Galaxy Note 1

test, learn stuff, help

Have Debian in dualboot with Android and be able to do all basic tasks from it.

Philipp Hug

hug

Nokia N900, N9, various Android devices

Maintain mobile-related packages, test

Debian on Android

MichaelDorrington

-

N900, GTA04

Test

Debian being Pocket Computer (aka Smart Phone) friendly

Lukas Maerdian

slyon

GTA04, GTA02, Palm Pre

Develop FSO, bootstrap Debian for new devices

Nice UI based on FSO and Debian for GTA04.

Tomas Caram

Tomich

Moto A1200r, Samsung Galaxy S (I9000b)

test, learn stuff, help, compile, make scripts

...

Eva Ramon

eramon

Nokia N9, Nokia N900, Galaxy Note 10.1

Package mobile software, test, help with the installer

chroot Debian on Android, dual boot

David Derby

wicket64

Nokia N900, Nokia N950, HP TouchPad and soon Neo900 (pre-ordered)

Continue to improve DebiaN900scripts

To be able to fully replace Maemo with Debian as my everyday mobile OS

W. Martin Borgert

no IRC, but xmpp:debacle@debian.org

hopefully soon: PocketCHIP, Pyra, ?ZeroPhone

work on Debian for that devices

run unchanged Debian on that devices

?kgoetz

Kamping_Kaiser (rarely on irc.debian, usually free node)

N900, 2x Openmoko FreeRunner, various android devices

Test things

An N900 experience on newer devices and newer Debian

Groups

  • The people who work on various distributions

  • FSO: umbrella project for free software on smartphones, grew out of the OpenMoko community

  • Linaro: pushes upstream development on ARM, they work on Linux, GCC and related low-level stuff.

  • TinkerPhones (formerly OpenPhoenux): development of tinker-friendly phones that can run mainline linux and thus Debian.

  • XDA Developers forum: reverse engineering and developer discussion for Android and Windows devices

  • CE Workgroup: workgroup in the LF working on Linux mainlining

  • Debian Android tools team: working on packaging Android development tools (such as the SDK) for Debian

Howto

Learn software development. Port low-level stuff to a device. Package some middleware. Package a user experience. Package applications that can deal with small screens and touch input. Build images for users to flash onto the device. Get hardware to developers.

Articles

  • GNU on Smartphones

  • Debian on mobile devices

  • Freeing my tablet

  • How to run Debian or Ubuntu GNU/Linux on your Android

  • Installing and Running a GNU/Linux Environment on Any Android Device

  • Simple HowTo Debian in Android HTC G1 without chroot (Native)

  • Install debian on a smartphone and get the text console working

Learning

At various stages you will need to learn some of the following. This can be done at the same time as working on Debian for smartphones.

  • Languages:

    • ARM assembly: Linux, bootloaders
    • C: Linux, bootloaders, UIs
    • make: build systems
    • Python: middleware, applications
    • Vala: middleware, applications
  • Tools:
    • Version control:

      • git: Linux, middleware, applications
      • svn: UI, applications
      • bzr: applications
    • Compilers: GCC, LLVM, GCC cross-compilers
    • Build systems:
      • make: almost everything
      • autotools: middleware, UI, applications
      • cmake: some things
      • other: Linux and bootloaders might have custom build systems based on make

Porting

Pick a specific device. Get support for it into a bootloader (u-boot/etc), mainline Linux. Ask relevant teams to build linux/bootloader packages that work on your device. Port the debian installer to the device.

This is most of the work. It is important to get your changes into Linux/u-boot mainline otherwise Debian will not be able to support your device since the Linux kernel team for Debian will not add non-mainline drivers/patches to Debian kernels and therefore you won't be able to support Debian on the phone you care about. It will be made easier since the Android drivers probably already exist and can be ported to mainline Linux. Some hardware vendors will be violating the GPL and not releasing drivers/patches. You might be able to get the code by contacting them or getting the Software Freedom Conservancy or gpl-violations.org involved.

Middleware

Pick some middleware, join the packaging group for it or package it for Debian and look for some sponsors.

UI

Pick a UI or create a new one, create a team, start packaging it for Debian and look for sponsors.

There are numerous existing FLOSS UXen for mobile devices. As the universal OS, Debian should aim to support several of these.

Applications

Package some touch-friendly applications.

Images

Talk to the Debian installer, live and CDs teams about building daily, weekly and release images that people can flash onto their phones. This could significantly change the way Debian images are built so it will require a fair bit of discussion first.

Other tips

If you can get hardware into the hands of kernel developers that would help a lot. You might find some hardware manufacturers who are willing to give out some free samples to developers.

Install howtos

  • Chroot on Android

  • Debian Squeeze dual-booting with Maemo 5

  • More links in the devices and installers sections.

Software

Jailbreaking, Rooting, Unlocking, Exploits

  • OpenJailbreak: jailbreaking iOS devices

  • android-rooting-tools: rooting Android devices

  • SunShine: (proprietary) bootloader unlock for HTC/Motorola devices (disclosures)

  • WP Internals: (proprietary) rooting Windows devices

  • See also the devices section and the exploits.

Installers

  • Lil Debi: Debian chroot manager for Android

  • Debian Kit by Sven-Ola, an easy chroot kit (uses Android kernel to run a Debian from a loop sdcard disc image).

  • More on the ChrootOnAndroid page.

Flashers and USB booting

  • 0xFFFF: flasher for Nokia Internet Tablets based on the NOLO bootloader

  • dfu-util: flasher for devices supporting the DFU 1.0 protocol. In practice this means the ?OpenMoko gta01 and gta02 and maybe other devices like the iPhone.

  • Fastboot: flasher and memory booter for devices based on Android

  • Heimdall: flasher for some Samsung phones

  • rkflashtool: flasher for Rockchip based devices

  • imx_usb_loader: flash devices using Freescale i.MX5/i.MX6 and Vybrid ?SoCs via the Serial Download Protocol (SDP)

Firmware

  • OsmocomBB: free software for GSM baseband devices, currently only for the baseband on the Openmoko FreeRunner and related devices

  • firmwares_nonfree: script to download and install proprietary firmware for Android devices

Bootloader

  • Qi: supports gta01, gta02

  • u-boot: supports various devices, forks for: gta01/gta02

Kernel

  • Linux: supports some devices, forks for specific devices in various distributions.

Drivers

  • GPU drivers:

    • OpenFIMG: FIMG 3DSE core from Samsung SoCs (inc S3C6410, S5P6442 and S5PC100)

    • Lima: ARM Mali (inc Mali-200 and Mali-400)

      • experimental mesa/Linux drivers in progress

      • Chai: Mali T-series

    • freedreno: Qualcomm Adreno

    • PowerVR: Imagination PowerVR

    • cedarus: GPU from Allwinner A10 SoCs

    • videocoreiv: Broadcom VideoCore GPUs

    • Etnaviv: Vivante GCxxx GPUs

    • grate-driver: official nvidia Tegra open driver

    • tegra-re: nvidia Tegra reverse engineering project

    • DRI for the Freerunner: SMedia Glamo3362 from the OpenMoko FreeRunner

  • Other:
    • glshim: video acceleration for OpenGL 1.x software on mobile devices that use OpenGL ES. /!\ note that this isn't needed for GPUs with Free Software drivers because mesa supports both OpenGL 1.x and OpenGL ES on the same hardware.

    • TinyGLES: a software OpenGL ES driver, intended for use with glshim

Middleware

  • FSO: packaged by the pkg-fso team

  • oFono

  • pyNeo

  • Ubuntu: some pieces like ofono, Qt libraries, could be synced relatively directly from Ubuntu

  • others in Android/MeeGo/Maemo/Tizen/FirefoxOS
  • CRAS: Chromium OS Audio Server. Looks like a good option for mobile devices. Further information. Source code.

  • Shashlik: a way to run Android apps on GNU/Linux distros.

  • Anbox: a way to run Android apps on GNU/Linux distros.

  • AndroidChroot: a way to run Android apps on webOS.

  • sfdroid: a way to run Android apps on Sailfish OS.

  • ARC: a way to run Android apps on Chrome OS. Further information. Source code.

  • ARChon: a way to run Android apps under the Chrome web browswer. Source code: 1, 2. Chromium for Debian.

  • ParallelDroid: a way to run Android apps on desktop Linux in an X11 window.

  • microG: libre replacements for Google’s proprietary Android user space apps and libraries.

  • Hybris/libhybris: allows the use of non-free binary blobs (for example Sailfish OS Hardware Adaptation Development Kit) that were compiled against the bionic Android libc on glibc based systems. Useful to avoid having to develop open source drivers and possibly for reverse engineering binary blobs.

User interface

  • KDE Plasma Mobile

  • KDE Kirigami UI: A framework oriented towards building mobile or convergent mobile/desktop applications using Qt.

  • Enlightenment/Illume: E21 (experimental) and E17 packaged by the pkg-e team

  • Moksha: E17 fork

  • Gaia: interface for FirefoxOS

  • Mer/Nemo Mobile: The open parts of Jolla

  • Hildon: Main website, Maemo CSSU repositories, Cordia (contains some stuff for GTK3) Latest GTK3 work (old Debian packages)

  • Ubuntu: many Qt/QML libraries, applications, the Unity 8 shell

  • Tizen UI: Based on Enlightenment and EFL, supports native and web applications. Source code: 1 2

  • Glacier: Replacement UI for Nemo. Source code.

  • fbkeyboard: Screen keyboard for linux text console. Useful on devices without hardware keyboard.

  • osk-sdl: On-Screen-Keyboard based on SDL2

Discontinued:

  • GPE: removed from Debian, suitable for stylus-based devices

  • penguinphone

Applications

  • F-Droid: repository of FOSS Android-based applications

  • OpenMoko: applications from the OpenMoko development community

  • Ubuntu: core applications from Ubuntu Touch

  • Empathy supports voice calls and short messages via telepathy-ring

Distributions

  • Debian

  • Emdebian: discontinued cut down version of Debian for small and embedded devices

  • Ubuntu: Ubuntu for touchscreen based mobile devices

  • UBports: community continuation of Ubuntu for mobile devices

  • SHR: distribution for smartphones based on OpenEmbedded and FSO software

  • QtMoko: distribution based on Debian

  • PyNeo: distribution based on Debian

  • DeforaOS: releases Debian packages

  • Qalee

  • QuantumSTEP

  • Maemo: mobile distribution based on Debian

  • Tizen: mobile distribution based on EFL, Debian/Ubuntu, backed by Samsung and others

  • Android

  • Replicant: aiming to remove all the blobs and non-free stuff from Android

  • OmniROM: a community Android derivative

  • ?CyanogenMod: a commercial Android derivative

  • LineageOS: renamed version of ?CyanogenMod community

  • AsteroidOS: open-source operating system for smartwatches

  • MaruOS: containers on Android

  • Halium: group maintenance of Android parts that cannot be added to normal GNU/Linux distributions, as well as compatibility shims. This includes proprietary blobs as well as Android forks of the Linux kernel.

  • webOS: mobile distribution based on HTML/JS, OpenEmbedded, backed by HP

  • LuneOS: open source successor for webOS

  • webOS OSE: open source successor for webOS from LG

  • FirefoxOS: Mozilla project to create an web-based OS

  • Gentoo on Android: Gentoo project to run Gentoo in a prefix on Android

  • Mer: distribution aimed at re-use by device manufacturers

  • Nemo: mobile distribution based on Mer (RPM), MeeGo Handset UX, Qt

  • Cordia: discontinued mobile distribution based on Mer (RPM), Maemo Hildon stack ported to newer GTK+/etc

  • Seadot: mobile distribution based on Mer, successor for the WeTab OS

  • SailfishOS: commercial distro based on Mer

  • postmarketOS: Alpine Linux derivative aimed at 10 year life-cycle for smartphones

  • Maemo Leste: aims to provide a free Maemo experience on mobile phones and tablets, built on top of Devuan Ascii (Debian Stretch)

  • PureOS: is a derivative of Debian that will work on Librem5 the new device of Purism will be released at 2019

Devices

General hardware support pages for various groups/distros: FSO oFono SHR Replicant (targets) OmniROM (unofficial ports) LineageOS Mer webOS Ubuntu Touch Firefox OS Gentoo postmarketOS (wishlist)

Porting guides for various groups/distros: oFono SHR (Android devices) Replicant (1, 2, 3) OmniROM LineageOS Mer webOS Tizen SailfishOS Ubuntu Touch FirefoxOS (2). postmarketOS

Name

Codename

Bootloaders

Linux

Operating systems

Other

Openmoko Neo 1973

gta01

Debian more

Openmoko Neo FreeRunner

gta02

qi or forked u-boot

Needs upstreaming

Debian QtMoko SHR Android-on-FreeRunner more

blobs in WiFi, GPS, GSM. GSM isolated, semi-supported by OsmocomBB. Emulated by forked qemu.

Golden Delicious Letux 2804

gta04

u-boot branch

being upstreamed

Debian SHR Replicant

blob sent to WiFi

Neo900

gta04b7

u-boot branch

Being upstreamed 1 2

Debian SHR Replicant Maemo

Samsung Galaxy S

galaxysmtd

proprietary, locked

Replicant

Debian Replicant

blobs sent to WiFi, BT. modem not isolated. XDA info

Samsung Nexus S

crespo

proprietary, locked

Android

Replicant Ubuntu

blobs sent to WiFi, BT. modem not isolated.

Samsung Galaxy Note 10.1

n8000

OpenSGN

Debian Ubuntu

Samsung Galaxy S5

aboot (Samsung eMMC unlock

Nokia 770

SU-18
Sputnik

Mainline board file

Debian Inferno

Nokia N800/N810

gagarin/selene

Being upstreamed

Debian Mer

Nokia N900

RX-51
Rover

u-boot upstream

Being upstreamed

Debian Maemo Maemo Leste SHR NITDroid MerDeforaOS (NetBSD)

Nokia N9

RM-696
Lankku

Ubiboot N9 Easy Boot

N9 Kernel update project Being upstreamed

Debian MeeGo 1.2 Harmattan Mer Sailfish OS

Nokia N950

RM-680
Dali

Ubiboot N9 Easy Boot

Being upstreamed

Debian MeeGo 1.2 Harmattan Mer Sailfish OS

HTC Nexus One

Debian

Motorola Droid

Debian

Motorola Droid 4 XT894

maserati

Safestrap utagboot kexecboot

Being upstreamed

Android, Linux, Debian

Motorola Moto X (2nd generation)

aboot (unlock

Android kernel + GNU userland

Android

ASUS Nexus 7

Ubuntu Mer Replicant

LG Nexus 4

mako

Sailfish OS LineageOSUbuntu

Geeksphone Peak

fork

Fedora

Jolla

?

Android kernel + GNU userland

Sailfish OS

Aakash

being upstreamed

Debian

Pyra Handheld

will run a custom Debian by default

Zero Phone

runs Raspbian by default

Librem5

Debian and derivatives like PureOS

Will be released at 2019

Events

  • DebConf

  • embedded Linux events

  • Embedded Linux Conference Europe (ELCE)

  • Linux Embedded Conference

  • Android Builders Summit

See Also

* http://lists.debian.org/debian-user/2011/03/msg01554.html - "Lets start Debian for Android hw phones"

Let's start the "Debian distro for Android capable hardware phones".What are the first steps we can easily take, to get started on this?1) Talk about how to do it on this email list.
2) Put something on www.debian.org web page about beginning to work on
this project.
3) Create a mailing list for "Debian for Android Hw".
4) Send some thoughts in reply to this email, & to the new mailing list.
5) Make a wiki page for "Debian distro for Android capable hardware
phones".- http://wiki.debian.org/DebianOnHandhelds=
My motivation:
I got an Android capable smartphone/computer a few months ago. - Samsung
Intercept, Virgin Mobil, $200, $25/month includes unlimited internet.Of course, I'd like to get a GNU(Linux) distro on it.  So, rather than
have to piece together something using CyanogenMod & piece a bunch of
aps together, I'd just like to have a KUbuntu version to put on there.
- Download the ISO, start, 15 minutes later it's all there with all my
familiar desktop aps in smartphone version.So, I figure, first step (before getting my KUbuntu), is there needs to
be the Debian for Android Hw smartphones distro, for KUbuntu to build on
top of.=
Ok, well, there you are, folks.  I've done my initial part for the
project - suggest it get started.  So, can some interested Debian
individuals please now step it another step forward?Thanks for all the great Debian stuff!  :)=====  References:
http://wiki.debian.org/DebianOnHandhelds
http://wiki.debian.org/Handheld
http://wiki.debian.org/Hardware
http://wiki.debian.org/-
How can open source survive in a post-PC World?
http://www.h-online.com/open/features/How-can-open-source-survive-in-a-post-PC-world-1210071.html
How can open source survive in a post-PC World? (h-online.com)
http://news.ycombinator.com/item?id=2348907WikiPedia:List_of_open_source_Android_applications
http://maniacdev.com/2010/06/35-open-source-iphone-app-store-apps-updated-with-10-new-apps/Open Source iPhone Apps List – Real App Store Code Examples!
http://maniacdev.com/2010/06/35-open-source-iphone-app-store-apps-updated-with-10-new-apps/-
http://www.cyanogenmod.com/
WikiPedia:CyanogenModWikiPedia:Android_%28operating_system%29-
Permanent root for the Samsung Intercept
http://forum.sdx-developers.com/intercept-development-2-2/sprint-intercept-wfroyo-permanent-root-using-epic-expoit/[HOWTO] Rooting your Samsung Intercept the Easy Way
http://forum.xda-developers.com/showthread.php?t=890460
Samsung Intercept > Intercept Android Development
http://forum.xda-developers.com/forumdisplay.php?s=b6120fd362a554792ba666425dc5e102&f=901

OLD_Misc_OLD

  • https://wiki.ubuntu.com/MobileTeam

  • https://garage.maemo.org/projects/moebian

  • http://rzr.online.fr/q/mobile

  • http://talk.maemo.org/showthread.php?p=961128#post961128

Mobile (最后修改时间 2018-07-29 08:21:56)

  • Debian privacy policy
  • MoinMoin Powered
  • Python Powered
  • Debian Wiki team, bugs and config available.
  • Hosting provided by Metropolitan Area Network Darmstadt

Mobile Debian on mobile devices相关推荐

  1. 百度ueditor富文本--PC端单个,PC端多个,mobile单个,mobile多个

    我们在之前的文章中已经做过富文本插件的调研. 富文本插件 Ueditor 是百度推出的一款开源在线 HTML 编辑器. http://fex-team.github.io/ueditor/ 比较好用, ...

  2. jquery mobile php,jQuery Mobile 实例

    jQuery Mobile 实例 jQuery Mobile 页面 一个基本的移动网页 多个页面 对话框 jQuery Mobile 页面切换 淡入效果 从后向前翻转效果 流动效果 弹出效果 滑动效果 ...

  3. html5 app jquery mobile,使用 jQuery Mobile 与 HTML5 开发 Web App (二) —— jQuery Mobile 基础...

    这篇文章是使用 jQuery Mobile 与 HTML5 开发 Web App 系列的第二篇,在本文以及接下来的数篇文章 Kayo 将会介绍 jQuery Mobile 的组件.事件响应以及可以调用 ...

  4. matlab mobile中文版,MATLAB Mobile

    matlab mobile app手机版是一款专业的技术类型的办公软件,有了这个软件可以让用户更加高效的办公,还能在平台上面实施自己的技术,让办公的效率更加的高! matlab mobile app特 ...

  5. html5 jquery mobile,html5 jquery mobile

    html5 jquery mobile [2021-02-11 11:50:41]  简介: php去除nbsp的方法:首先创建一个PHP代码示例文件:然后通过"preg_replace(& ...

  6. jQuery Mobile中jQuery.mobile.changePage方法使用详解

    jQuery.mobile.changePage方法用的还是很多的.作为一个老手,有必要对jQuery mobile中实用方法做一些总结.系列文章请看jQuery Mobile专栏.jquery.mo ...

  7. jQuery Mobile教程:jQuery Mobile基本事件

    本文我们来认识一下jQuery Mobile的几个比较重要的基本事件 1.mobileinit 可以利用它来扩展$.mobile或者修改默认配置 示例: <script type="t ...

  8. Pocket 2003,Windows Mobile 5,Windows Mobile 6的部分区别

    1 . GPS 的支持:         WinCE 4.2在应用程序中获取GPS 设备返回的信息,要求这些应用程序使用串行 API 直接打开 GPS 设备.该技术产生了两个问题.首先,通过串行 AP ...

  9. ios html js调用陀螺仪,javascript – chrome mobile和safari mobile中不同的陀螺仪值

    我目前正在构建一个小型全景照片查看器,可以选择使用陀螺仪导航场景.我从deviceOrientation事件中获取数据并将euler角度转换为旋转矩阵,然后将其放入一些变换并最终移动带有3dMatri ...

最新文章

  1. qq聊天框java_jQuery实现简单QQ聊天框
  2. mysql中describe怎么用_MySQL中describe命令的使用方法小结
  3. mac mysql start 失败_mac mysql 启动出错,请教解决办法
  4. 启明云端分享| RK3568核心板到底有哪些吸引眼球的地方呢
  5. 1564: Strange Class
  6. 2020/Province_C_C++_A/F/成绩分析
  7. QT信号与槽机制需要注意的问题
  8. 综合缴费系统|综合缴费|话费充值
  9. 使用 Github Pages 和 Hexo 搭建自己的独立博客【超级详细的小白教程】
  10. Qt中的Q_OBJECT
  11. 公共语言运行库(CLR)和中间语言(IL)(一)
  12. Robot Freamwork 安装配置文档
  13. TCP协议的缺陷及其可选替代方案
  14. 全新版本的Tidy Up 5 Mac最新版!重复文件查找和磁盘清理工具
  15. Dell T630,插一个显示器,设置中看到两个显示器
  16. laravel8-使用jwt
  17. 总算了解了什么叫云计算
  18. MFI认证与PPID
  19. 华尔街风雨飘摇 甲骨文却展翅翱翔
  20. 人民币升值破七 香港物价上涨发工资改用人民币

热门文章

  1. 计算机专业专升本考试科目是什么?
  2. 【教程】Spire.PDF教程:C# 添加或删除PDF 页面,调整页面顺序
  3. 项目前期管理的一种科学方法——可行性研究工作
  4. java2018年二级真题_2018年3月浙江省计算机二级(Java)综合能力测试题及答案解析【含真题】...
  5. c语言负数左移右移_C语言位运算符:与、或、异或、取反、左移和右移!
  6. pylon主要示例功能说明
  7. python的四则运算教案_python四则运算
  8. vue实现文字滚动效果
  9. WIBRAIN I1-也许是你最想要的全天侯UMPC
  10. 服务器发布程序打印不显示图片,用JAVA编写打印图片程序,调试的时候出现说“RPC 服务器不可用”,上面是具体的情况:(谢谢各位帮忙)...