Chapter1 What Is Android?

Total Page:16

File Type:pdf, Size:1020Kb

Chapter1 What Is Android? Color profile: Generic CMYK printer profile BeginNew / Android: A Programmer's Gde / Dimarzio / 988-6 /1 Composite Default screen Blind Folio 1:1 Chapter1 What Is Android? P:\010Comp\BeginNew\988-6\ch01.vp Monday, July 07, 2008 9:47:09 AM Color profile: Generic CMYK printer profile BeginNew / Android: A Programmer's Gde / Dimarzio / 988-6 /1 Composite Default screen Blind Folio 1:2 2 Android: A Programmer’s Guide Key Skills & Concepts ● History of embedded device programming ● Explanation of Open Handset Alliance ● First look at the Android home screen t can be said that, for a while, traditional desktop application developers have been Ispoiled. This is not to say that traditional desktop application development is easier than other forms of development. However, as traditional desktop application developers, we have had the ability to create almost any kind of application we can imagine. I am including myself in this grouping because I got my start in desktop programming. One aspect that has made desktop programming more accessible is that we have had the ability to interact with the desktop operating system, and thus interact with any underlying hardware, pretty freely (or at least with minimal exceptions). This kind of freedom to program independently, however, has never really been available to the small group of programmers who dared to venture into the murky waters of cell phone development. NOTE I refer to two different kinds of developers in this discussion: traditional desktop application developers, who work in almost any language and whose end product, applications, are built to run on any “desktop” operating system; and Android developers, Java developers who develop for the Android platform. This is not for the purposes of saying one is by any means better or worse than the other. Rather, the distinction is made for purposes of comparing the development styles and tools of desktop operating system environments to the mobile operating system environment, Android. Brief History of Embedded Device Programming For a long time, cell phone developers comprised a small sect of a slightly larger group of developers known as embedded device developers. Seen as a less “glamorous” sibling to desktop—and later web—development, embedded device development typically got the P:\010Comp\BeginNew\988-6\ch01.vp Monday, July 07, 2008 9:47:15 AM Color profile: Generic CMYK printer profile BeginNew / Android: A Programmer's Gde / Dimarzio / 988-6 /1 Composite Default screen Blind Folio 1:3 Chapter 1: What Is Android? 3 proverbial short end of the stick as far as hardware and operating system features, because embedded device manufacturers were notoriously stingy on feature support. Embedded device manufacturers typically needed to guard their hardware secrets closely, so they gave embedded device developers few libraries to call when trying to interact with a specific device. Embedded devices differ from desktops in that an embedded device is typically a “computer on a chip.” For example, consider your standard television remote control; it is not really seen as an overwhelming achievement of technological complexity. When any button is pressed, a chip interprets the signal in a way that has been programmed into the device. This allows the device to know what to expect from the input device (key pad), and how to respond to those commands (for example, turn on the television). This is a simple form of embedded device programming. However, believe it or not, simple devices such as these are definitely related to the roots of early cell phone devices and development. Most embedded devices ran (and in some cases still run) proprietary operating systems. The reason for choosing to create a proprietary operating system rather than use any consumer system was really a product of necessity. Simple devices did not need very robust and optimized operating systems. As a product of device evolution, many of the more complex embedded devices, such as early PDAs, household security systems, and GPSs, moved to somewhat standardized operating system platforms about five years ago. Small-footprint operating systems such as Linux, or even an embedded version of Microsoft Windows, have become more prevalent on many embedded devices. Around this time in device evolution, cell phones branched from other embedded devices onto their own path. This branching is evident when you examine their architecture. Nearly since their inception, cell phones have been fringe devices insofar as they run on proprietary software—software that is owned and controlled by the manufacturer, and is almost always considered to be a “closed” system. The practice of manufacturers using proprietary operating systems began more out of necessity than any other reason. That is, cell phone manufacturers typically used hardware that was completely developed in-house, or at least hardware that was specifically developed for the purposes of running cell phone equipment. As a result, there were no openly available, off-the-shelf software packages or solutions that would reliably interact with their hardware. Since the manufacturers also wanted to guard very closely their hardware trade secrets, some of which could be revealed by allowing access to the software level of the device, the common practice P:\010Comp\BeginNew\988-6\ch01.vp Monday, July 07, 2008 9:47:21 AM Color profile: Generic CMYK printer profile BeginNew / Android: A Programmer's Gde / Dimarzio / 988-6 /1 Composite Default screen Blind Folio 1:4 4 Android: A Programmer’s Guide was, and in most cases still is, to use completely proprietary and closed software to run their devices. The downside to this is that anyone who wanted to develop applications for cell phones needed to have intimate knowledge of the proprietary environment within which it was to run. The solution was to purchase expensive development tools directly from the manufacturer. This isolated many of the “homebrew” developers. NOTE A growing culture of homebrew developers has embraced cell phone application development. The term “homebrew” refers to the fact that these developers typically do not work for a cell phone development company and generally produce small, one-off products on their own time. Another, more compelling “necessity” that kept cell phone development out of the hands of the everyday developer was the hardware manufacturers’ solution to the “memory versus need” dilemma. Until recently, cell phones did little more than execute and receive phone calls, track your contacts, and possibly send and receive short text messages; not really the “Swiss army knives” of technology they are today. Even as late as 2002, cell phones with cameras were not commonly found in the hands of consumers. By 1997, small applications such as calculators and games (Tetris, for example) crept their way onto cell phones, but the overwhelming function was still that of a phone dialer itself. Cell phones had not yet become the multiuse, multifunction personal tools they are today. No one yet saw the need for Internet browsing, MP3 playing, or any of the multitudes of functions we are accustomed to using today. It is possible that the cell phone manufacturers of 1997 did not fully perceive the need consumers would have for an all-in-one device. However, even if the need was present, a lack of device memory and storage capacity was an even bigger obstacle to overcome. More people may have wanted their devices to be all-in-one tools, but manufacturers still had to climb the memory hurdle. To put the problem simply, it takes memory to store and run applications on any device, cell phones included. Cell phones, as a device, until recently did not have the amount of memory available to them that would facilitate the inclusion of “extra” programs. Within the last two years, the price of memory has reached very low levels. Device manufacturers now have the ability to include more memory at lower prices. Many cell phones now have more standard memory than the average PC had in the mid-1990s. So, now that we have the need, and the memory, we can all jump in and develop cool applications for cell phones around the world, right? Not exactly. P:\010Comp\BeginNew\988-6\ch01.vp Monday, July 07, 2008 9:47:27 AM Color profile: Generic CMYK printer profile BeginNew / Android: A Programmer's Gde / Dimarzio / 988-6 /1 Composite Default screen Blind Folio 1:5 Chapter 1: What Is Android? 5 Device manufacturers still closely guard the operating systems that run on their devices. While a few have opened up to the point where they will allow some Java-based applications to run within a small environment on the phone, many do not allow this. Even the systems that do allow some Java apps to run do not allow the kind of access to the “core” system that standard desktop developers are accustomed to having. Open Handset Alliance and Android This barrier to application development began to crumble in November of 2007 when Google, under the Open Handset Alliance, released Android. The Open Handset Alliance is a group of hardware and software developers, including Google, NTT DoCoMo, Sprint Nextel, and HTC, whose goal is to create a more open cell phone environment. The first product to be released under the alliance is the mobile device operating system, Android. (For more information about the Open Handset Alliance, see www.openhandsetalliance.com.) With the release of Android, Google made available a host of development tools and tutorials to aid would-be developers onto the new system. Help files, the platform software development kit (SDK), and even a developers’ community can be found at Google’s Android website, http://code.google.com/android. This site should be your starting point, and I highly encourage you to visit the site.
Recommended publications
  • 1 STIPULATED ADDENDUM to the PROTECTIVE ORDER CASE NUMBERS 18-CV-01885-HSG; 18-CV-01886-HSG; 18-CV-01887-HSG [All Counsel Listed
    Case 4:18-cv-01887-HSG Document 303 Filed 09/11/18 Page 1 of 9 1 [All counsel listed on signature page] 2 IN THE UNITED STATES DISTRICT COURT FOR THE NORTHERN DISTRICT OF CALIFORNIA 3 OAKLAND DIVISION 4 KONINKLIJKE PHILIPS N.V., 5 U.S. PHILIPS CORPORATION, Case No. 4:18-cv-01885-HSG (and related cases) 6 Plaintiffs, v. STIPULATED ADDENDUM TO 7 THE PROTECTIVE ORDER; ACER INC., ORDER 8 ACER AMERICA CORPORATION, 9 Defendants. 10 MICROSOFT CORPORATION, 11 Intervenor-Plaintiff, 12 v. 13 KONINKLIJKE PHILIPS N.V., U.S. PHILIPS CORPORATION, 14 Intervenor-Defendants. 15 16 KONINKLIJKE PHILIPS N.V., U.S. PHILIPS CORPORATION, 17 Intervenor- 18 Defendants/Counterclaim Plaintiffs in Intervention 19 v. 20 MICROSOFT CORPORATION 21 Intervenor- Plaintiff/Counterclaim 22 Defendant in Intervention 23 AND 24 MICROSOFT MOBILE INC. 25 Counterclaim Defendant in Intervention 26 27 28 1 STIPULATED ADDENDUM TO THE PROTECTIVE ORDER CASE NUMBERS 18-CV-01885-HSG; 18-CV-01886-HSG; 18-CV-01887-HSG Case 4:18-cv-01887-HSG Document 303 Filed 09/11/18 Page 2 of 9 1 KONINKLIJKE PHILIPS N.V., 2 U.S. PHILIPS CORPORATION, Related Case No. 4:18-cv-01886-HSG 3 Plaintiffs, v. 4 ASUSTEK COMPUTER INC., 5 ASUS COMPUTER INTERNATIONAL, 6 Defendants. 7 MICROSOFT CORPORATION, 8 Intervenor-Plaintiff, 9 v. 10 KONINKLIJKE PHILIPS N.V., U.S. PHILIPS CORPORATION, 11 Intervenor-Defendants. 12 13 KONINKLIJKE PHILIPS N.V., U.S. PHILIPS CORPORATION, 14 Intervenor- 15 Defendants/Counterclaim Plaintiffs in Intervention 16 v. 17 MICROSOFT CORPORATION 18 Intervenor- Plaintiff/Counterclaim 19 Defendant in Intervention 20 AND 21 MICROSOFT MOBILE INC.
    [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]
  • Softbank Corp. Annual Report 2019 Softbank Corp
    SoftBank Corp. Annual Report 2019 SoftBank Corp. We don’t just dream. We make things happen. We’re going beyond just being a carrier — we’re transforming into a visionary platformer. We don’t just dream up things. We take the world’s advanced ideas, and turn them into reality with our drive to make things happen. We do this so tomorrow’s people will be the happiest in human history. SoftBank Corp. ANNUAL REPORT 2019 1 Introducing Our First Annual Report SoftBank Group Corporate Philosophy Ken Miyauchi President & CEO Information Revolution SoftBank Corp. — Happiness for Everyone In December 2018, SoftBank Corp. (the “Company” or “SoftBank”) of this technological evolution, SoftBank has expanded its business listed its shares on the First Section of the Tokyo Stock Exchange. scale in step with society’s growth. The second is our ability to grow I would like to begin by expressing my sincere gratitude to our businesses. We have expanded our business operations by bringing shareholders, investors, and other stakeholders for their support together and regenerating companies in crisis, including JAPAN to date. TELECOM CO., LTD., Vodafone K.K., WILLCOM, Inc., and eAccess Ltd. The third is our ability to overcome adverse environments. In its role as a strategic holding company, our parent company Sometimes, we have faced headwinds, but we have always taken SoftBank Group Corp. (“SoftBank Group”). is accelerating the pace on adverse situations directly, focused on self-improvement, and of global investment in accordance with the Cluster of No. 1 AI thereby achieved further growth. Strategy. Meanwhile, as the primary operating company in Japan With a view to communicating our growth strategy and related and with the telecommunications business at its core, SoftBank is initiatives more clearly, we have issued our first annual report, Since our founding, the SoftBank Group has sought to use the engaging in a wide range of businesses.
    [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]
  • Select Smartphones and Tablets with Qualcomm® Quick Charge™ 2.0 Technology
    Select smartphones and tablets with Qualcomm® Quick Charge™ 2.0 technology + Asus Transformer T100 + Samsung Galaxy S6 + Asus Zenfone 2 + Samsung Galaxy S6 Edge + Droid Turbo by Motorola + Samsung Note 4 + Fujitsu Arrows NX + Samsung Note Edge + Fujitsu F-02G + Sharp Aquos Pad + Fujitsu F-03G + Sharp Aquos Zeta + Fujitsu F-05F + Sharp SH01G/02G + Google Nexus 6 + Sony Xperia Z2 (Japan) + HTC Butterfly 2 + Sony Xperia Z2 Tablet (Japan) + HTC One (M8) + Sony Xperia Z3 + HTC One (M9) + Sony Xperia Z3 Tablet + Kyocera Urbano L03 + Sony Xperia Z4 + LeTV One Max + Sony Xperia Z4 Tablet + LeTV One Pro + Xiaomi Mi 3 + LG G Flex 2 + Xiaomi Mi 4 + LG G4 + Xiaomi Mi Note + New Moto X by Motorola + Xiaomi Mi Note Pro + Panasonic CM-1 + Yota Phone 2 + Samsung Galaxy S5 (Japan) These devices contain the hardware necessary to achieve Quick Charge 2.0. It is at the device manufacturer’s discretion to fully enable this feature. A Quick Charge 2.0 certified power adapter is required. Different Quick Charge 2.0 implementations may result in different charging times. www.qualcomm.com/quickcharge Qualcomm Quick Charge is a product of Qualcom Technologies, Inc. Updated 6/2015 Certified Accessories + Air-J Multi Voltage AC Charger + Motorola TurboPower 15 Wall Charger + APE Technology AC/DC Adapter + Naztech N210 Travel Charger + APE Technology Car Charger + Naztech Phantom Vehicle Charger + APE Technology Power Bank + NTT DOCOMO AC Adapter + Aukey PA-U28 Turbo USB Universal Wall Charger + Power Partners AC Adapter + CellTrend Car Charger + Powermod Car Charger
    [Show full text]
  • PAEW-0059 Korea Semiconductor Industry Association
    Comments of the Korea Semiconductor Industry Association On Patent Assertion Entity (PAE) Activities April 5, 2013 The Korea Semiconductor Industry Association (KSIA) welcomes the opportunity to submit these comments to the U.S. Department of Justice, Antitrust Division, and the U.S. Federal Trade Commission, regarding the activities of Patent Assertion Entities (PAEs). The KSIA hopes that these comments are helpful to the agencies’ analysis of this important issue and respectfully requests that these comments be taken into account as policies are developed to address these serious concerns. The KSIA is an industry association, based in Seoul, Korea, which represents more than 300 companies in the semiconductor manufacturing sector, involved in all aspects of semiconductor device manufacturing as well as semiconductor equipment, materials, and design. Many of its member companies are world leaders in developing advanced semiconductor technologies. The KSIA's primary objectives include promotion of its members’ products and the further advancement of technological development in Korea's semiconductor industry. The KSIA is dedicated to providing opportunities for promoting cooperation among its members and members of international organizations in the areas of device, equipment and material suppliers. The world’s semiconductor industry, of which KSIA members are an important part, plays a vital role in the technological advancement and increased efficiency of nearly every facet of society. In addition to the well-known advances in computers,
    [Show full text]
  • Android (Operating System) 1 Android (Operating System)
    Android (operating system) 1 Android (operating system) Android Android 4.4 home screen Company / developer Google Open Handset Alliance Android Open Source Project (AOSP) Programmed in C (core), C++, Java (UI) OS family Unix-like Working state Current Source model Open source with proprietary components Initial release September 23, 2008 Latest stable release 4.4.2 KitKat / December 9, 2013 Marketing target Smartphones Tablet computers Available language(s) Multi-lingual (46 languages) Package manager Google Play, APK Supported platforms 32-bit ARM, MIPS, x86 Kernel type Monolithic (modified Linux kernel) [1] [2] [3] Userland Bionic libc, shell from NetBSD, native core utilities with a few from NetBSD Default user interface Graphical (Multi-touch) License Apache License 2.0 Linux kernel patches under GNU GPL v2 [4] Official website www.android.com Android is an operating system based on the Linux kernel, and designed primarily for touchscreen mobile devices such as smartphones and tablet computers. Initially developed by Android, Inc., which Google backed financially Android (operating system) 2 and later bought in 2005, Android was unveiled in 2007 along with the founding of the Open Handset Alliance: a consortium of hardware, software, and telecommunication companies devoted to advancing open standards for mobile devices. The first publicly available smartphone running Android, the HTC Dream, was released on October 22, 2008. The user interface of Android is based on direct manipulation, using touch inputs that loosely correspond to real-world actions, like swiping, tapping, pinching and reverse pinching to manipulate on-screen objects. Internal hardware such as accelerometers, gyroscopes and proximity sensors are used by some applications to respond to additional user actions, for example adjusting the screen from portrait to landscape depending on how the device is oriented.
    [Show full text]
  • History and Evolution of the Android OS
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Springer - Publisher Connector CHAPTER 1 History and Evolution of the Android OS I’m going to destroy Android, because it’s a stolen product. I’m willing to go thermonuclear war on this. —Steve Jobs, Apple Inc. Android, Inc. started with a clear mission by its creators. According to Andy Rubin, one of Android’s founders, Android Inc. was to develop “smarter mobile devices that are more aware of its owner’s location and preferences.” Rubin further stated, “If people are smart, that information starts getting aggregated into consumer products.” The year was 2003 and the location was Palo Alto, California. This was the year Android was born. While Android, Inc. started operations secretly, today the entire world knows about Android. It is no secret that Android is an operating system (OS) for modern day smartphones, tablets, and soon-to-be laptops, but what exactly does that mean? What did Android used to look like? How has it gotten where it is today? All of these questions and more will be answered in this brief chapter. Origins Android first appeared on the technology radar in 2005 when Google, the multibillion- dollar technology company, purchased Android, Inc. At the time, not much was known about Android and what Google intended on doing with it. Information was sparse until 2007, when Google announced the world’s first truly open platform for mobile devices. The First Distribution of Android On November 5, 2007, a press release from the Open Handset Alliance set the stage for the future of the Android platform.
    [Show full text]
  • SECOND AMENDED COMPLAINT 3:14-Cv-582-JD
    Case 3:14-cv-00582-JD Document 51 Filed 11/10/14 Page 1 of 19 1 EDUARDO G. ROY (Bar No. 146316) DANIEL C. QUINTERO (Bar No. 196492) 2 JOHN R. HURLEY (Bar No. 203641) PROMETHEUS PARTNERS L.L.P. 3 220 Montgomery Street Suite 1094 San Francisco, CA 94104 4 Telephone: 415.527.0255 5 Attorneys for Plaintiff 6 DANIEL NORCIA 7 UNITED STATES DISTIRCT COURT 8 NORTHERN DISTRICT OF CALIFORNIA 9 DANIEL NORCIA, on his own behalf and on Case No.: 3:14-cv-582-JD 10 behalf of all others similarly situated, SECOND AMENDED CLASS ACTION 11 Plaintiffs, COMPLAINT FOR: 12 v. 1. VIOLATION OF CALIFORNIA CONSUMERS LEGAL REMEDIES 13 SAMSUNG TELECOMMUNICATIONS ACT, CIVIL CODE §1750, et seq. AMERICA, LLC, a New York Corporation, and 2. UNLAWFUL AND UNFAIR 14 SAMSUNG ELECTRONICS AMERICA, INC., BUSINESS PRACTICES, a New Jersey Corporation, CALIFORNIA BUS. & PROF. CODE 15 §17200, et seq. Defendants. 3. FALSE ADVERTISING, 16 CALIFORNIA BUS. & PROF. CODE §17500, et seq. 17 4. FRAUD 18 JURY TRIAL DEMANDED 19 20 21 22 23 24 25 26 27 28 1 SECOND AMENDED COMPLAINT 3:14-cv-582-JD Case 3:14-cv-00582-JD Document 51 Filed 11/10/14 Page 2 of 19 1 Plaintiff DANIEL NORCIA, having not previously amended as a matter of course pursuant to 2 Fed.R.Civ.P. 15(a)(1)(B), hereby exercises that right by amending within 21 days of service of 3 Defendants’ Motion to Dismiss filed October 20, 2014 (ECF 45). 4 Individually and on behalf of all others similarly situated, Daniel Norcia complains and alleges, 5 by and through his attorneys, upon personal knowledge and information and belief, as follows: 6 NATURE OF THE ACTION 7 1.
    [Show full text]
  • In the United States District Court for the Northern District of Texas Wichita Falls Division
    Case 7:14-cv-00014-O Document 284 Filed 05/28/15 Page 1 of 15 PageID 16355 IN THE UNITED STATES DISTRICT COURT FOR THE NORTHERN DISTRICT OF TEXAS WICHITA FALLS DIVISION § SUMMIT 6 LLC, § § Plaintiff, § § v. § § HTC CORPORATION et. al, § Civil Action No. 7:14-cv-00014-O § Defendants. § § § SUMMIT 6 LLC, § § Plaintiff, § § Civil Action No. 7:14-cv-00106-O v. § § APPLE INC. § § Defendant. § § ORDER Before the Court are Defendants Apple Inc. (“Apple”), Twitter, Inc. (“Twitter”)1, Motorola Mobility, LLC (“Motorola”), and HTC Corporation and HTC America, Inc.’s (“HTC”) (collectively, “Defendants”) Rule 12(c) Motion for Judgment on the Pleadings and Brief and Appendix in Support (ECF Nos. 263–64), filed March 16, 2015; Plaintiff’s Response (ECF No. 271), filed April 6, 2015; and Defendants’ Reply (ECF No. 275), filed April 20, 2015; and Defendants’ Motion for a Hearing (ECF No. 278), filed May 1, 2015. Having considered the motion, related briefing, pleadings, and applicable law, the Court finds that Defendants’ Motion for Judgment on the Pleadings should be 1 The Court has since dismissed all claims against Defendant Twitter per the Joint Stipulation of Dismissal (ECF No. 283), filed May 21, 2015. Case 7:14-cv-00014-O Document 284 Filed 05/28/15 Page 2 of 15 PageID 16356 and is hereby DENIED. Accordingly, Defendants’ Motion for a Hearing is DENIED as moot. I. BACKGROUND On February 18, 2014, Summit 6 filed this patent infringement lawsuit alleging infringement against application developer Twitter and four mobile device manufacturers and their affiliates, namely, Apple, HTC, Motorola, and LG Electronics, Inc., LG Electronics USA, Inc., and LG Electronics MobileComm USA, Inc.
    [Show full text]
  • ARM University Program Copyright © ARM Ltd 2013 1 World-Wide University Program
    ARM University Program Copyright © ARM Ltd 2013 1 World-wide University Program Preparing Today’s Students for Tomorrow’s Technology Joe Bungo ARM University Program Manager – Americas/Europe R&D Division 2 CONFIDENTIAL ARM Ltd ° ARM founded in November 1990 ° Advanced RISC Machines ° Company headquarters in Cambridge, UK ° Processor design centers in Cambridge, Austin, and Sophia Antipolis ° Sales, support, and engineering offices all over the world ° Best known for its range of RISC processor cores designs ° Other products – fabric IP, software tools, models, cell libraries - ° to help partners develop and ship ARM-based SoCs ° ARM does not manufacture silicon ° More information about ARM and our offices on our web site: www.arm.com ARM University Program Copyright © ARM Ltd 2013 3 ARM Offices Worldwide ARM University Program Copyright © ARM Ltd 2013 4 ARM’s Activities Connected Community Development Tools Software IP Processors memory System Level IP: Data Engines SoCSoC Fabric 3D Graphics Physical IP ARM University Program Copyright © ARM Ltd 2013 5 ARM Connected Community – 800+ ARM University Program Copyright © ARM Ltd 2013 6 Huge Range of Applications IR Fire Detector Exercise Utility Intelligent Machines Energy Efficient Appliances Intelligent toys Meters Vending Tele-parking Equipment Adopting 32-bit ARM Microcontrollers ARM University Program Copyright © ARM Ltd 2013 7 Huge Opportunity For ARM Technology 35+ 100+ billion billion cores accumulated cores to date after next 7 yrs 1998 2013 2020 ARM University Program Copyright © ARM Ltd 2013 8 ARM Cortex Advanced Processors ° ARM Cortex™-A family: ° Applications processors for feature- Cortex-A57 rich OS and 3 rd party applications ...2.5GHz Cortex-A53 ° ARM Cortex-R family: Cortex-A15 Cortex-A9 Embedded processors for real-time ° Cortex-A8 signal processing, control applications Cortex-A7 Cortex-A5 ° ARM Cortex-M family: Cortex-R7 ° Microcontroller-oriented processors Cortex-R5 for MCU, ASSP, and SoC applications Cortex-R4 Cortex-M4 Cortex-M3 Cortex-M1 Cortex-M0 SC300 SC000 Cortex-M0+ <12k gates..
    [Show full text]
  • Device Support for Beacon Transmission with Android 5+
    Device Support for Beacon Transmission with Android 5+ The list below identifies the Android device builds that are able to transmit as beacons. The ability to transmit as a beacon requires Bluetooth LE advertisement capability, which may or may not be supported by a device’s firmware. Acer T01 LMY47V 5.1.1 yes Amazon KFFOWI LVY48F 5.1.1 yes archos Archos 80d Xenon LMY47I 5.1 yes asus ASUS_T00N MMB29P 6.0.1 yes asus ASUS_X008D MRA58K 6.0 yes asus ASUS_Z008D LRX21V 5.0 yes asus ASUS_Z00AD LRX21V 5.0 yes asus ASUS_Z00AD MMB29P 6.0.1 yes asus ASUS_Z00ED LRX22G 5.0.2 yes asus ASUS_Z00ED MMB29P 6.0.1 yes asus ASUS_Z00LD LRX22G 5.0.2 yes asus ASUS_Z00LD MMB29P 6.0.1 yes asus ASUS_Z00UD MMB29P 6.0.1 yes asus ASUS_Z00VD LMY47I 5.1 yes asus ASUS_Z010D MMB29P 6.0.1 yes asus ASUS_Z011D LRX22G 5.0.2 yes asus ASUS_Z016D MXB48T 6.0.1 yes asus ASUS_Z017DA MMB29P 6.0.1 yes asus ASUS_Z017DA NRD90M 7.0 yes asus ASUS_Z017DB MMB29P 6.0.1 yes asus ASUS_Z017D MMB29P 6.0.1 yes asus P008 MMB29M 6.0.1 yes asus P024 LRX22G 5.0.2 yes blackberry STV100-3 MMB29M 6.0.1 yes BLU BLU STUDIO ONE LMY47D 5.1 yes BLUBOO XFire LMY47D 5.1 yes BLUBOO Xtouch LMY47D 5.1 yes bq Aquaris E5 HD LRX21M 5.0 yes ZBXCNCU5801712 Coolpad C106-7 291S 6.0.1 yes Coolpad Coolpad 3320A LMY47V 5.1.1 yes Coolpad Coolpad 3622A LMY47V 5.1.1 yes 1 CQ CQ-BOX 2.1.0-d158f31 5.1.1 yes CQ CQ-BOX 2.1.0-f9c6a47 5.1.1 yes DANY TECHNOLOGIES HK LTD Genius Talk T460 LMY47I 5.1 yes DOOGEE F5 LMY47D 5.1 yes DOOGEE X5 LMY47I 5.1 yes DOOGEE X5max MRA58K 6.0 yes elephone Elephone P7000 LRX21M 5.0 yes Elephone P8000
    [Show full text]