E-Book-Sammlung Android-Wissen Für Technik-Einsteiger Und

Total Page:16

File Type:pdf, Size:1020Kb

E-Book-Sammlung Android-Wissen Für Technik-Einsteiger Und Bibliografische Information der Deutschen Bibliothek Die Deutsche Bibliothek verzeichnet diese Publikation in der Deutschen Nationalbibliografie; detaillierte Daten sind im Internet über http://dnb.ddb.de abrufbar. Alle Angaben in diesem Buch wurden vom Autor mit größter Sorgfalt erarbeitet bzw. zusammengestellt und unter Einschaltung wirksamer Kontrollmaßnahmen reproduziert. Trotzdem sind Fehler nicht ganz auszuschlie- ßen. Der Verlag und der Autor sehen sich deshalb gezwungen, darauf hinzuweisen, dass sie weder eine Garantie noch die juristische Verantwortung oder irgendeine Haftung für Folgen, die auf fehlerhafte Angaben zurückge- hen, übernehmen können. Für die Mitteilung etwaiger Fehler sind Verlag und Autor jederzeit dankbar. Internet- adressen oder Versionsnummern stellen den bei Redaktionsschluss verfügbaren Informationsstand dar. Verlag und Autor übernehmen keinerlei Verantwortung oder Haftung für Veränderungen, die sich aus nicht von ihnen zu vertretenden Umständen ergeben. Evtl. beigefügte oder zum Download angebotene Dateien und Informa- tionen dienen ausschließlich der nicht gewerblichen Nutzung. Eine gewerbliche Nutzung ist nur mit Zustim- mung des Lizenzinhabers möglich. © 2016 Franzis Verlag GmbH, 85540 Haar bei München Alle Rechte vorbehalten, auch die der fotomechanischen Wiedergabe und der Speicherung in elektronischen Medien. Das Erstellen und Verbreiten von Kopien auf Papier, auf Datenträgern oder im Internet, insbesondere als PDF, ist nur mit ausdrücklicher Genehmigung des Verlags gestattet und wird widrigenfalls strafrechtlich verfolgt. Die meisten Produktbezeichnungen von Hard- und Software sowie Firmennamen und Firmenlogos, die in diesem Werk genannt werden, sind in der Regel gleichzeitig auch eingetragene Warenzeichen und sollten als solche betrachtet werden. Der Verlag folgt bei den Produktbezeichnungen im Wesentlichen den Schreibweisen der Hersteller. Autoren: Christian Bleske, Manuel Di Cerbo, Michal Gralak, Sven Haiges, Yann Heeser, Christian Immler, Dr. Dirk Koller, Björn Krämer, Christoph Prevezanos, Andreas Itzchak Rehberg, Andreas Rudolf, Torsten Schollmayer, Heike Scholz, René Scholze, Markus Spiering, Thorsten Stark, Patrick Völcker, Roland Willms ISBN 978-3-645-39076-7 INHALTSÜBERSICHT 1. Teil: Android-Hacking ...................................................................................... PDF-S. 4 2. Teil: CyanogenMod: Installation und Praxis .............................................. PDF-S. 537 3. Teil: Das inoffizielle Android-Handbuch ................................................... PDF-S. 694 4. Teil: Schnelleinstieg App Usability ............................................................ PDF-S. 1040 5. Teil: Das inoffizielle Android System-Handbuch .................................. PDF-S. 1195 6. Teil: Das Android-Praxisbuch .................................................................... PDF-S. 1523 7. Teil: Das Android Tablet-Buch .................................................................. PDF-S. 1706 8. Teil: Das inoffizielle Samsung Galaxy S4 Buch ........................................ PDF-S. 1890 9. Teil: Android XL-Edition ........................................................................... PDF-S. 2102 10. Teil: Java für Android ................................................................................. PDF-S. 2469 11. Teil: HMTL5-Apps für iPhone und Android .......................................... PDF-S. 2897 12. Teil: Android-Apps entwickeln ................................................................. PDF-S. 3243 13. Teil: Android-Apps programmieren ........................................................ PDF-S. 3437 14. Teil: Android mit Arduino™ Due .............................................................. PDF-S. 3681 15. Teil: Spiele entwickeln für iOS und Android mit Cocos2D .................. PDF-S. 3855 Christian Immler Android-Hacking Ihr Smartphone kann mehr, als Sie denken: Hacken Sie Ihr Gerät, bevor es andere tun. Christian Immler, Jahrgang 1964, war bis 1998 als Dozent für Computer Aided Design an der Fachhochschule Nienburg und an der University of Brighton tätig. Einen Namen hat er sich mit diversen Veröffentlichungen zu Spezialthemen wie 3-D-Visualisierung, PDA-Betriebssystemen, Linux und Windows gemacht. Seit mehr als 20 Jahren arbeitet er als erfolgreicher Autor mit mehr als 200 veröffentlichten Computerbüchern. Vorwort Android kann nach gerade einmal sieben Jahren Marktpräsenz – die erste Version erschien am 21.10.2008 – stolz von sich behaupten, das erfolgreichste mobile Betriebssystem aller Zeiten zu sein. Android hat mit etwa 84 % Marktanteil alle anderen mobilen Plattformen weit hinter sich gelassen. Selbst in der Statistik aller Betriebssysteme, nicht nur der mobilen, spielt Android eine wesentliche Rolle. Nach einer Statistik von Statcounter war im September 2015 Windows 7 mit 28,8 % das meistverbreitete Betriebssystem, dicht gefolgt von Android mit 27,5 %. Alle anderen Betriebssysteme erreichten nicht einmal die 10-%-Marke. Android läuft zurzeit auf über 24.000 verschiedenen Gerätemodellen. Das ursprüng- lich quelloffen als Android Open Source Project AOSP (source.android.com) angebotene Betriebssystem wird von den Geräteherstellern mit eigenen Erweiterungen, Ober- flächen und Hardwaretreibern angepasst und auch eingeschränkt. Hacken Sie Ihr Smartphone und machen Sie mehr möglich, als der Hersteller zulässt! Inhaltsverzeichnis I Geheimnisse rund ums »Rooten«................................................................................... 13 1.1 Rooten – so geht’s......................................................................................................................17 1.2 Rooten – Vorbereitung und Grundlagen ............................................................................18 1.2.1 Das Android-SDK.......................................................................................................18 1.2.2 Minimal ADB and Fastboot ....................................................................................19 1.2.3 Smartphone mit USB-Debugging verbinden.....................................................21 1.3 Der Bootloader...........................................................................................................................24 1.3.1 Bootloader auf Nexus-Geräten entsperren ......................................................26 1.3.2 Bootloader entsperren – Besonderheiten bei HTC- und Motorola-Smartphones .......................................................................................... 27 1.4 Der Recovery-Modus ..............................................................................................................32 1.4.1 ClockworkMod Recovery ....................................................................................... 32 1.4.2 TeamWin Recovery Project (TWRP).................................................................34 1.4.3 Besonderheiten bei Samsung-Smartphones....................................................40 1.5 Apps zum Rooten .....................................................................................................................44 1.5.1 Framaroot ....................................................................................................................45 1.5.2 KingRoot.......................................................................................................................46 1.5.3 Root Genius..................................................................................................................51 1.5.4 Universal Androot..................................................................................................... 52 1.5.5 Towelroot..................................................................................................................... 52 1.6 Superuser-Utilities.................................................................................................................... 52 1.6.1 SuperSU........................................................................................................................54 1.6.2 ClockworkMod Superuser...................................................................................... 55 1.6.3 KingUser.......................................................................................................................56 1.7 Tools zum Rooten vom PC .................................................................................................... 57 1.7.1 Nexus Root Toolkit ...................................................................................................58 1.7.2 Bacon Root Toolkit für OnePlus One..................................................................69 1.7.3 SRSRoot........................................................................................................................69 1.7.4 Wondershare MobileGo..........................................................................................71 1.7.5 Root_with_Restore_by_Bin4ry............................................................................. 72 1.7.6 Cydia Impactor........................................................................................................... 73 1.7.7 Root Genius.................................................................................................................74 2 Apps jenseits des Mainstreams..................................................................................... 77 2.1 Alternative Softwarearchive und Repositories...............................................................
Recommended publications
  • Uila Supported Apps
    Uila Supported Applications and Protocols updated Oct 2020 Application/Protocol Name Full Description 01net.com 01net website, a French high-tech news site. 050 plus is a Japanese embedded smartphone application dedicated to 050 plus audio-conferencing. 0zz0.com 0zz0 is an online solution to store, send and share files 10050.net China Railcom group web portal. This protocol plug-in classifies the http traffic to the host 10086.cn. It also 10086.cn classifies the ssl traffic to the Common Name 10086.cn. 104.com Web site dedicated to job research. 1111.com.tw Website dedicated to job research in Taiwan. 114la.com Chinese web portal operated by YLMF Computer Technology Co. Chinese cloud storing system of the 115 website. It is operated by YLMF 115.com Computer Technology Co. 118114.cn Chinese booking and reservation portal. 11st.co.kr Korean shopping website 11st. It is operated by SK Planet Co. 1337x.org Bittorrent tracker search engine 139mail 139mail is a chinese webmail powered by China Mobile. 15min.lt Lithuanian news portal Chinese web portal 163. It is operated by NetEase, a company which 163.com pioneered the development of Internet in China. 17173.com Website distributing Chinese games. 17u.com Chinese online travel booking website. 20 minutes is a free, daily newspaper available in France, Spain and 20minutes Switzerland. This plugin classifies websites. 24h.com.vn Vietnamese news portal 24ora.com Aruban news portal 24sata.hr Croatian news portal 24SevenOffice 24SevenOffice is a web-based Enterprise resource planning (ERP) systems. 24ur.com Slovenian news portal 2ch.net Japanese adult videos web site 2Shared 2shared is an online space for sharing and storage.
    [Show full text]
  • How Ios 7 Stacks Up:Smartphone OS User Experience Shootout
    How iOS 7 Stacks Up: Smartphone OS User Experience Shootout a Pfeiffer Report Benchmark Project www.pfeifferreport.com @pfeifferreport Introduction Why is it that the arrival of iOS 7 Whether we like it or not, We do not look at features, we do not smartphones have become a compare cutting-edge options and is necessarily a momentous software game. Take any recent gadgets, we only look at aspects event for the smartphone top-of-the-line smartphone, and you that have a direct impact on the are likely to get a well-designed, fast, day-to-day user experience of an market? Simple: Unlike any other pleasant to use bit of hardware: fluid average, non-technical user. operating system out there, it will operation, responsive interaction, fast The aspects we have surveyed and be in the hands of millions or tens graphics. The difference of user rated are the following: experience, therefore, stems of millions of users within a few cognitive load, efficiency, almost exclusively from the customization, as well as user days after its launch. operating system, the user interface experience friction. Based on And that will make it a force to be design, the application integration, the the results from these benchmarks overall coherence. we have then established an overall reckoned with. This report compares the five Mobile Operating System User major mobile operating systems Experience Index presented at the * The question is, of course: in use today: iOS 7, iOS 6, Android , end of this document. Windows Phone 8, and Blackberry 10, The benchmarks are based on the How good is it really? and rates them in terms of user Pfeiffer Consulting Methodology experience.
    [Show full text]
  • Volume 2014, No. 1 Law Office Computing Page Puritas Springs Software Law Office Computing
    Volume 2014, No. 1 Law Office Computing Page Puritas Springs Software Law Office Computing VOLUME 2014 NO. 1 $ 7 . 9 9 PURITAS SPRINGS SOFTWARE Best Home Pages We think the importance of the through which you accessed INSIDE THIS ISSUE: home page has been greatly the world wide web. Once 1-3 reduced due to the invention of tabbed browsers arrived on the tabbed browsers. Although scene it was possible to create 1,4,5 conceived a group of 4 earlier in 1988, home pages Digital Inklings 6,7 tabbed brows- with each page Child Support 8 ing didn’t go being able to Spousal Support 10 mainstream “specialize” in a Uniform DR Forms 12 until the re- specific area of lease of Micro- your interest. Family Law Documents 13 soft’s Windows Take the Probate Forms 14 Internet Ex- weather for Ohio Estate Tax 16 plorer 7 in example. Every U.S. Income Tax (1041) 18 2006. Until then, your Home good home page should have Ohio Fiduciary Tax 19 page was the sole portal a minimal weather information; (Continued on page 2) Ohio Adoption Forms 20 OH Guardianship Forms 21 OH Wrongful Death 22 Loan Amortizer 23 # More Law Office Tech Tips Advanced Techniques 24 Deed & Document Pro 25 Bankruptcy Forms 26 XX. Quick Launch. The patch the application that you’re Law Office Management 28 of little icons to the right of the working in is maximized. If OH Business Forms 30 Start button is called the Quick you’re interested, take a look Launch toolbar. Sure, you can at the sidebar on page XX of Business Dissolutions 31 put much-used shortcuts on this issue.
    [Show full text]
  • State of the Enterprise Tablet Market
    A SUPPLEMENT TO MOBILE ENTERPRISE MAGAZINE • Impact of BYoD State of the Enterprise on TaBlets • acceptance Tablet Market In the EnterprIse The New Age of True Mobile Computing • OS TrenDs The major technology trends of cloud computing and tablets are intersecting to upset the balance of legacy computing environments. RESEARCH PaRTNER SPONSORED BY STATE OF THE ENTERPRISE TABLET MARKET TABLE OF State of the Enterprise Tablet Market CONTENTS IN ADDITIon to ‘BYOT’— 1 IN 5 COMPANIES ISSUING TABLETS TO EMPLOYEES BY CHRIS HAZELTON, RESEARCH DIRECTOR MOBILE & WIRELESS, 451 RESEARCH T3 Impact of BYOD on Tablets The enterprise is experiencing Data is sourced from two recent sur- massive changes as the major veys. The first is from ChangeWave Re- T5 Corporate Demand technology trends of cloud search, a service of 451 Research, lever- for Tablets computing and tablets are inter- aging 25,000 highly qualified business, secting to upset the balance of legacy technology and medical professionals T5 Acceptance computing environments. The tablet is who are in a variety of roles in a broad in the Enterprise the perfect window into cloud services – cross section of vertical markets such as shifting computing from a single device software, telecom, healthcare, energy, T6 Use of Tablets to multiple devices based on user choice hardware, manufacturing and retail. by Role and need, with storage and processing The second source is from 451 Re- of data moving to the cloud. The cloud search’s "2012 Enterprise Mobility Sur- T8 Operating Systems enables device-independent computing, vey," which was done in partnership Trends with access to content from anywhere, with Mobile Enterprise.
    [Show full text]
  • Android (Operating System) 1 Android (Operating System)
    Android (operating system) 1 Android (operating system) Android Home screen displayed by Samsung Nexus S with Google running Android 2.3 "Gingerbread" Company / developer Google Inc., Open Handset Alliance [1] Programmed in C (core), C++ (some third-party libraries), Java (UI) Working state Current [2] Source model Free and open source software (3.0 is currently in closed development) Initial release 21 October 2008 Latest stable release Tablets: [3] 3.0.1 (Honeycomb) Phones: [3] 2.3.3 (Gingerbread) / 24 February 2011 [4] Supported platforms ARM, MIPS, Power, x86 Kernel type Monolithic, modified Linux kernel Default user interface Graphical [5] License Apache 2.0, Linux kernel patches are under GPL v2 Official website [www.android.com www.android.com] Android is a software stack for mobile devices that includes an operating system, middleware and key applications.[6] [7] Google Inc. purchased the initial developer of the software, Android Inc., in 2005.[8] Android's mobile operating system is based on a modified version of the Linux kernel. Google and other members of the Open Handset Alliance collaborated on Android's development and release.[9] [10] The Android Open Source Project (AOSP) is tasked with the maintenance and further development of Android.[11] The Android operating system is the world's best-selling Smartphone platform.[12] [13] Android has a large community of developers writing applications ("apps") that extend the functionality of the devices. There are currently over 150,000 apps available for Android.[14] [15] Android Market is the online app store run by Google, though apps can also be downloaded from third-party sites.
    [Show full text]
  • Lg Electronics
    LEHDISTÖTIEDOTE LG ELECTRONICS Helsinki, 5.1.2010 LG esittelee uuden Optimus Black - älypuhelimen maailman valovoimaisimmalla näytöllä LG:n uudessa Optimus Black -älypuhelimessa loistaa ensimmäistä kertaa LG:n innovatiivinen NOVA-näyttöteknologia. Uusi LG:n Android- puhelinmalli on ohut, kevyt ja elegantti ja sen näytönkirkkaus on jopa 700 nitiä. LG esittelee uuden Android-älypuhelimen CES-tapahtumassa Las Vegasissa. Optimus Black on maailman ensimmäinen LG:n NOVA- näyttöteknologiaan perustuva matkapuhelin. Puhelin tarjoaa kuluttajille 700 nitin näytönkirkkaudellaan matkapuhelinmarkkinoiden valovoimaisimman, kirkkaimman ja terävimmän näytön. NOVA-teknologian ansiosta Optimus Black -mallin näyttö näkyy yhtä hyvin sisällä kuin ulkona kirkkaassa auringonvalossa. Näytön kirkkauden lisäksi se on myös hyvin virtapihi. Uuden teknologian ansiosta sisätiloissa ja peruskäytössä näytön virrankulutus vähenee 50 prosenttia perinteiseen lcd-näyttöön verrattuna. Lisäksi NOVA kuluttaa puolet vähemmän virtaa valkoisen näytön valaisemiseen AMOLED-näyttöön verrattuna. Valkoinen väri on yleisin verkkoselaimissa. Optimus Black painaa vain 109 grammaa. Ohuimmassa kohtaa sen paksuus on vain 6 mm, muualla enintään 9,2 mm. Puhelimen omaperäisen muotoilun ansiosta se on myös erittäin tyylikäs. LG:n Optimus Black -älypuhelin on myös maailman ensimmäinen Wi- - toiminnolla varustettu matkapuhelin. Toiminnon ansiosta tiedonsiirto on helppoa ja nopeaa kannettavien laitteiden välillä. LG Optimus Black pohjautuu Android 2.2 -käyttöjärjestelmään, ja sen voi myöhemmin
    [Show full text]
  • Strategic Use of Ict and Communication Tools
    02/2021 STRATEGIC USE OF ICT AND COMMUNICATION TOOLS CE RESPONSIBLE | BRODTO | Branimir Radaković Module I - ICT Module II - Module III - tools for Social media Impact tools optimization of working for for SEs everyday work social enterprise TAKING COOPERATION FORWARD 2 Module I - ICT tools for optimization of everyday work Project management / work tracking tools Project management tools in this case mean delegating tasks and internal project segmenting, but most of the chosen categories below can be characterised as project management tools as well. They are a must for a modern company or organization, especially for working remotely. They improve work tracking by superiors or peers, but also allows team members to organize their work in an easy and effective way. Considering the nature of a social enterprise and heterogenic business elements, they are highly recommendable. a) Asana b) Basecamp c) ProofHub d) Trello e) Airtable TAKING COOPERATION FORWARD 3 Module I - ICT tools for optimization of everyday work Project management / work tracking tools Asana Description - a web and mobile application designed to help teams organize, track, and manage work - project management, task management and delegation, productivity software Key features: - categorized by projects - every member has his or her own “profile” viewable by others - task can also be viewed in calendar mode which gives extra plainness in work organisation Pros: - combining factors as file storage, collaboration - helping to manage projects without email Cons: - free version
    [Show full text]
  • Android Operating System
    Software Engineering ISSN: 2229-4007 & ISSN: 2229-4015, Volume 3, Issue 1, 2012, pp.-10-13. Available online at http://www.bioinfo.in/contents.php?id=76 ANDROID OPERATING SYSTEM NIMODIA C. AND DESHMUKH H.R. Babasaheb Naik College of Engineering, Pusad, MS, India. *Corresponding Author: Email- [email protected], [email protected] Received: February 21, 2012; Accepted: March 15, 2012 Abstract- Android is a software stack for mobile devices that includes an operating system, middleware and key applications. Android, an open source mobile device platform based on the Linux operating system. It has application Framework,enhanced graphics, integrated web browser, relational database, media support, LibWebCore web browser, wide variety of connectivity and much more applications. Android relies on Linux version 2.6 for core system services such as security, memory management, process management, network stack, and driver model. Architecture of Android consist of Applications. Linux kernel, libraries, application framework, Android Runtime. All applications are written using the Java programming language. Android mobile phone platform is going to be more secure than Apple’s iPhone or any other device in the long run. Keywords- 3G, Dalvik Virtual Machine, EGPRS, LiMo, Open Handset Alliance, SQLite, WCDMA/HSUPA Citation: Nimodia C. and Deshmukh H.R. (2012) Android Operating System. Software Engineering, ISSN: 2229-4007 & ISSN: 2229-4015, Volume 3, Issue 1, pp.-10-13. Copyright: Copyright©2012 Nimodia C. and Deshmukh H.R. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
    [Show full text]
  • A Survey Onmobile Operating System and Mobile Networks
    A SURVEY ONMOBILE OPERATING SYSTEM AND MOBILE NETWORKS Vignesh Kumar K1, Nagarajan R2 (1Departmen of Computer Science, PhD Research Scholar, Sri Ramakrishna College of Arts And Science, India) (2Department of Computer Science, Assistant Professor, Sri Ramakrishna College Of Arts And Science, India) ABSTRACT The use of smartphones is growing at an unprecedented rate and is projected to soon passlaptops as consumers’ mobile platform of choice. The proliferation of these devices hascreated new opportunities for mobile researchers; however, when faced with hundreds ofdevices across nearly a dozen development platforms, selecting the ideal platform is often met with unanswered questions. This paper considers desirable characteristics of mobileplatforms necessary for mobile networks research. Key words:smart phones,platforms, mobile networks,mobileplatforms. I.INTRODUCTION In a mobile network, position of MNs has been changing due todynamic nature. The dynamic movements of MNs are tracked regularlyby MM. To meet the QoS in mobile networks, the various issuesconsidered such as MM, handoff methods, call dropping, call blockingmethods, network throughput, routing overhead and PDR are discussed. In this paper I analyse the five most popular smartphone platforms: Android (Linux), BlackBerry, IPhone, Symbian, and Windows Mobile. Each has its own set of strengths and weaknesses; some platforms trade off security for openness, code portability for stability, and limit APIs for robustness. This analysis focuses on the APIs that platforms expose to applications; however in practice, smartphones are manufactured with different physical functionality. Therefore certain platform APIs may not be available on all smartphones. II.MOBILITY MANAGEMENT IP mobility management protocols proposed by Alnasouri et al (2007), Dell'Uomo and Scarrone (2002) and He and Cheng (2011) are compared in terms of handoff latency and packet loss during HM.
    [Show full text]
  • Sailfish OS Interview Questions and Answers Guide
    Sailfish OS Interview Questions And Answers Guide. Global Guideline. https://www.globalguideline.com/ Sailfish OS Interview Questions And Answers Global Guideline . COM Sailfish OS Job Interview Preparation Guide. Question # 1 Tell us what you know about Sailfish OS? Answer:- Sailfish is a Linux-based mobile operating system developed by Jolla in cooperation with the Mer project and supported by the Sailfish Alliance. It is to be used in upcoming smartphones by Jolla and other licencees. Although it is primarily targeted at mobile phones, it is also intended to support other categories of devices. Read More Answers. Question # 2 Explain Sailfish OS Components? Answer:- Jolla has revealed its plans to use the following technologies in Sailfish OS: The Mer software distribution core A custom built user interface HTML5 QML and Qt Read More Answers. Question # 3 Do you know about Sailfish OS software availability? Answer:- Sailfish will be able to run most applications that were originally developed for MeeGo and Android, in addition to native Sailfish applications. This will give it a large catalogue of available apps on launch. Considering upon Jolla's declarations that Sailfish OS is be able to use software from following platforms Sailfish (natively created + ported like from Qt, Symbian, MeeGo - developers have reported that porting a Qt written software with Sailfish SDK takes a few hours only) Android applications are directly running in Sailfish OS. They are compatible as they are in third-party Android stores, with no needed modification (in most cases). MeeGo (because of backward compatibility thanks to MeeGo code legacy included in the Mer core) Unix and Linux (as Sailfish is Linux then using such a software is possible, especially RPM packages, either in terminal/console mode or with limitations implying from using Sailfish UI, if not ported and adjusted) HTML5 Read More Answers.
    [Show full text]
  • Complete Control Mobile App for Ios User's Guide
    Complete Control Mobile App for use with a Complete Control system from URC iPhone/iPod touch iPad Complete Control Mobile App Overview As with iOS apps for the iPad, iPhone and iPod touch, finding your way around the Complete Control Mobile App is simple. Although, with the power of a Complete Control system, each and every page shown on the application could be slightly different ( depending upon the system programmer ), there are some consistencies. The button layout for the iOS devices consists of Volume, Channel, Colored, Numeric Keypad, Navigation/Information, Transport and Custom Keys. No matter which view your iOS device is in, portrait or landscape, the button layout is available for full control of your entertainment system. Features and Benefits ● House-Wide Control Control any IR, RS-232 or Relay controlled device anywhere in your home! By simply adding additional MRX-1s, expand control anywhere on your local network. ● iOS Gesture Navigation Use the familiar iOS gestures, like swipe, tap and rotate, to access and control your devices. Browse through the devices and their pages by swiping. Rotate the iPad, iPhone or iPod touch to display the remote in portrait or landscape view. ● Home Lighting Control With the addition of the optional RFTX-1 and URC Lighting by Lutron, easily control the environment within the home. Access lighting scenes, room scenes and specific control of each individual lighting load. 1 Complete Control Mobile App Button Overview The following common buttons are found in the Complete Control Mobile app, regardless of how the system was programmed: Volume/Channel Keys In this section you find VOLUME (Vol +, Vol -, Mute ) commands as well as CHANNEL (CH+, CH-, Jump ) commands for applicable devices.
    [Show full text]
  • Flash®, Flex®, and Air® Development for Mobile Devices
    ffirs.indd ii 12/09/11 7:52 PM BEGINNING FLASH®, FLEX®, AND AIR® DEVELOPMENT FOR MOBILE DEVICES INTRODUCTION . xxi CHAPTER 1 An Introduction to Flash, Flex, and AIR . .1 CHAPTER 2 Getting Started . 35 CHAPTER 3 Building AIR Applications for Android, BlackBerry, and iOS Devices . 67 CHAPTER 4 Touch, Multitouch, and Gestures . .101 CHAPTER 5 Developing for Multiple Screen Sizes . 131 CHAPTER 6 Debugging Applications . .177 CHAPTER 7 Working with the Filesystem . 199 CHAPTER 8 Working with Data . 239 CHAPTER 9 Working with Audio and Video . 289 CHAPTER 10 Utilizing Device Features . 315 INDEX . 359 ffirs.indd i 12/09/11 7:52 PM ffirs.indd ii 12/09/11 7:52 PM BEGINNING Flash®, Flex®, and AIR® Development for Mobile Devices ffirs.indd iii 12/09/11 7:52 PM ffirs.indd iv 12/09/11 7:52 PM BEGINNING Flash®, Flex®, and AIR® Development for Mobile Devices Jermaine G. Anderson John Wiley & Sons, Inc. ffirs.indd v 12/09/11 7:52 PM Beginning Flash®, Flex®, and AIR® Development for Mobile Devices Published by John Wiley & Sons, Inc. 10475 Crosspoint Boulevard Indianapolis, IN 46256 www.wiley.com Copyright © 2012 by John Wiley & Sons, Inc., Indianapolis, Indiana Published simultaneously in Canada ISBN: 978-0-470-94815-6 ISBN: 978-1-118-19334-1 (ebk) ISBN: 978-1-118-19335-8 (ebk) ISBN: 978-1-118-19336-5 (ebk) Manufactured in the United States of America 10 9 8 7 6 5 4 3 2 1 No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, 222 Rosewood Drive, Danvers, MA 01923, (978) 750-8400, fax (978) 646-8600.
    [Show full text]