|
|
(77 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | {{TOCright}}
| + | Has been moved to: http://blog.kr8.de/wiki-android/ |
− | Android ist ein Betriebssystem, das speziell für "hand helds" d.h. [[PDA]]s, [[Smartphone]]s ([[MobilTelefon]]) und [[PMP]]s entwickelt wurde. Es steht also in Konkurrenz zu [[WindowsMobile]] und ganz besonders zu '''Apples iPhone'''.
| |
− | | |
− | Android Highlights:
| |
− | * Android basiert auf dem [[LINUX]]-Kernel 2.6.
| |
− | * Android ist quelloffen ([[OpenSourceSoftware]]).
| |
− | * 2005 kaufte [[Google]] das Unternehmen Android
| |
− | * 2007 gab Google bekannt, gemeinsam mit 33 anderen Mitgliedern der Open Handset Alliance ein Mobiltelefon-Betriebssystem namens Android zu entwickeln.
| |
− | * Seit 2008 ist Android offiziell verfügbar.
| |
− | | |
− | == Android-Geräte ==
| |
− | * [[SmartPhone]]s: [[HTC Desire]], [[Samsung Galaxy i9000]], Google Nexus One, Motorola Droid, ...
| |
− | * [[PMP]]s: [[Archos 5]]
| |
− | * ...
| |
− | | |
− | == Versionen ==
| |
− | * 1.6 "Donut" (2009)
| |
− | * 2.0 "Eclair" (2009)
| |
− | * 2.1 "Eclair" (2010)
| |
− | * 2.2 "Froyo" (2010)
| |
− | | |
− | == Web Browser ==
| |
− | The web browser available in Android is based on the open-source WebKit layout engine, coupled with Chrome's V8 JavaScript engine. The browser scores a 93/100 on the Acid3 Test.
| |
− | | |
− | WebKit wurde von der Firma [[Apple]] als Basis für seinen Browser '''Safari''' genommen. Später hat sich auch [[Google]] für WebKit als Basis für seinen Browser '''Chrome''' entschieden.
| |
− | | |
− | OperaMini kann alternativ auf Android installiert werden. Auch [[Firefox]] will auf Android nachziehen.
| |
− | | |
− | == USB unter Android ==
| |
− | Typischerweise haben Android-[[Smartphone]]s eine Micro-[[USB]]-Buchse, sodaß man mit einem Micro-USB-Kabel das Gerät an einen PC anschließen kann und dann verschiedene Verbindungen zum PC konfigurieren kann; z.B. "Mass Storage", "Aufladen", "DLNA", "USBNet",...
| |
− | | |
− | Nur mit Tricks ist es möglich an so ein Android-Smartphone per USB z.B. einen USB-Speicher-Stick, eine [[Kamera]] oder eine externe USB-[[Festplatte]] anzuschießen. Hierzu müsste die USB-Scnittstelle am Smarphone als sog. '''USB-Host''' operieren (auch: '''USB OTG''').
| |
− | | |
− | Ein Ingredienz, dass man dazu benötigt ist ein Micro-USB-Kabel, dass '''USB OTG'''-fähig ist.
| |
− | | |
− | == Android Apps ==
| |
− | * Andriod Market (von Google) http://www.android.com/market
| |
− | * Von den Geräteherstellern
| |
− | ** Samsung Apps
| |
− | ** http://www.androidpit.de (bunsch)
| |
− | ** http://
| |
− | | |
− | Installiert auf [[Samsung Galaxy i9000]]:
| |
− | * Facebook App
| |
− | * WebRadio: SpreeRadio App
| |
− | * WebRadio: TuneIn App (kann NDR 2, NDR Info etc.)
| |
− | * Dictionary: Leo
| |
− | * Instant Messenging: IM+
| |
− | * File Explorer: EStrongs App
| |
− | * GPS-Navi: Google Maps App (Benötigt "Text to Speech" vom Android Market)
| |
− | * Geo-Informationen: Qype Radar App (together with some GPS ...)
| |
− | * GPS Logger: ...
| |
− | | |
− | == Android on Windows ==
| |
− | * Install Java
| |
− | * Install Android SDK from http://developer.android.com/sdk/index.html
| |
− | * Download required packages
| |
− | * Create a Andriod Virtual Device (AVD) e.g. '''My-Froyo'''
| |
− | * Start a virtual Android via Windows Shortcut
| |
− | ** Shortcut to: D:\var\android-sdk-windows\tools\emulator.exe -avd '''My-Froyo'''
| |
− | * Install Apps on AVD
| |
− | ** Configure the AVD to allow '''Setting > Applications > Unknown Sources'''
| |
− | ** Download and Apps Package from a "free" store (Softonic, Handango, GetJar, AndSpot, SlideMe, AndAppStore,...)
| |
− | ** Install the package (e.g. meebo.apk) with the '''adb.exe''' tool
| |
− | *** cd d:\var\android-sdk-windows\tools
| |
− | *** adb.exe install d:\var\downloads\meebo.apk
| |
− | | |
− | Source: http://www.extremetech.com/article2/0,2845,2366186,00.asp
| |
− | | |
− | -- [[User:Dkracht|Dkracht]] 12:03, 13 October 2010 (CEST)
| |