`
accuya
  • 浏览: 12900 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
最近访客 更多访客>>
社区版块
存档分类
最新评论

android

 
阅读更多

Android 各版本及对应名称


  • Beta
  • 1.0
  • 1.1
  • 1.5 Cupcake
  • 1.6 Donut
  • 2.x Eclair
    • 2.0
    • 2.0.1
    • 2.1
  • 2.2 Froyo
  • 2.3.x Gingerbread
    • 2.3
    • 2.3.3
    • 2.3.4
    • 2.3.5
  • 3.x Honeycomb
    • 3.0
    • 3.1
    • 3.2
    • 3.x Honeycomb
      • 3.0
      • 3.1
      • 3.2

Ice Cream Sandwich

 

 

AOSP:
AOSP stands for Android Open Source Project, this refers to people, processes, and the source code that make the Android OS. Many ROMs are built from the Android Source code, such as Cyanogen Mod, SkyRaider, ShadowROM, etc.

HBOOT:
The HBOOT screen is like the boot screen on a computer. From here you can see if you have S-OFF, access your recovery image, fastboot, clear your storage, simlock, or factory reset. This screen can be accessed by powering off your device > after it is off, hold the volume down button, and your power button until the white HBOOT screen appears. You can navigate between the options using the volume keys, and the power button to select an item.

Kernel:
The govenor of the CPU useage and Battery output, one can upload certain Kernals to achieve greater performance speed of their device at the cost of some battery life. The kernel of your phone allows for overclocking, modifying battery charging conditions, stability issues, fps, and tons of other cool stuff.

S-OFF:
This means your security is OFF, and basically means you have permission to make your device awesome, or really mess it up.

ADK: Android Development Kit, What people use to develop anything for the droid such as ROM's

Baseband or Radio: In communications and signal processing, the baseband describes signals and systems whose range of the frequencies measured from close to 0 hertz to a cut-off frequency, a maximum bandwidth or highest signal frequency; it is sometimes used to describe frequencies starting close to zero. Be very careful when flashing a radio.img, flashing the same .img twice will brick your device.

Boot Loader: State in which the droid can be flashed from RSD with an appropriate .sdk file that reprograms the phone into a specific ROM or update. This is typically a last resort when the recovery screen cannot be reached to make a much simpler and less risky solution

Boot Loop: Simply means something is preventing the phone from completing it's boot cycle and is stuck between the boot animation and the unlock screen, creating a looped animation. This is often fixed by either reloading a Nandroid, or reflashing a ROM from the Boot Loader.

Brick or Bricked: Jargon for a completely unrecoverable device, (no more than a brick or paperweight)

BusyBox: BusyBox is a single multicall binary that packages the functionality of most widely used standard Unix tools, BusyBox provides a fairly complete environment for any small or embedded system.

ClockworkMod: A recovery program that is often used to apply updates, ROMs, or create a back up or restore a backup file

De-odex(ed): Apk files have respective odexes that devs use to supposedly save space. Deodexing means you convert it back to a .dex file and put it back inside the apk. This allows you to easily replace files (not having to worry about odexes), but the main point was to deodex services.jar so that you can change all text to different colors (such as the clock color to white) and to deodex services.jar, you need to deodex everything.

Flash or Flash Memory: a program technology that can be electrically erased and reprogrammed

Root: Common word associated with giving a user "super user" access to their phones programming and other various asspects that would normaly not be possible, also known as "Jailbroken" for iPhone's.

Nandroid or Nandroid Backup: A file typically created in the custom recovery program, such as SPRecovery, that is a carbon copy of whatever state your phone is in before a drastic change is made. the file then can be moved onto or off of the SD card for later use in case something should go wrong in the ROM or Update, or a Boot Loop occurs

Nightlies: Probably very broken ROM builds, mainly CyanogenMod 6 builds.

OS: Operating system, I.E. Windows Vista or MAC or ANDROID

Overclocking: Speeding up the CPU past the factory presets to achieve a faster and more responsive device

ROM: Read Only Memory, a program used to make changes to anything from the look of the home screen, to icons to custom boot animation.
-Senseless: a ROM that has had Sense or some of the Sense components removed making it a hybrid
-Vanilla: a ROM that never had Sense and thus has no Sense components.

RSD or RSD lite: Remote Software Download, Motorola's own tool in flashing virtually any type of program, (so long as its in .sbf form) to the Android OS

Shell or SSH: secure shell or ssh is a network protocol that allows data to be exchanged using a secure channel between two networked devices

SPR or SPRecovery: A recovery program that is often used to apply updates, ROMs, or create a back up or restore a backup file

Stock: Simply means an un-altered state, such as when you first purchase your phone from Verizon, or when you do a factory reset to "go back to stock 2.1"

SU: "Superuser", or root permissions.

Theme: A set of icons, backgrounds and app trays that change the aesthetics of the overall look of the droid and its applications

TUN/TAP: Refers to a network tunnel, operates within layer 3 packets, or ip packets. Packets sent by a system via a TUN/TAP device are delivered to a user-space program that attaches itself to the device. A user space program may also pass packets into a TUN/TAP device. In this case TUN/TAP device delivers (or "injects") these packets to the operating system's network stack thus emulating their reception from an external source.

Underclocking: Slowing down the CPU mainly to limit battery usage

.sbf: Summation Briefcase File

.apk or APK's: An .apk file extension denotes an Android Package (APK) file, an .apk file can be opened and inspected using common archive tools

.tar: Similar to a zip file, a tar file archives multiple files into one file

.tgz: TGZ: files are commonly used as install packages for Slackware Linux.

 

 

分享到:
评论

相关推荐

    android 经典代码例子

    在Android开发领域,经典代码例子是开发者学习和提升技能的重要资源。这些例子涵盖了各种关键功能和组件的实现,有助于深入理解Android应用的工作原理。在这个压缩包中,我们可能找到了多个有关Android编程的示例...

    Android开发入门60个小案例+源代码

    在Android开发领域,初学者经常会面临许多挑战,如理解Android应用程序的基本架构、学习XML布局、掌握Java或Kotlin编程语言,以及如何与设备硬件交互等。"Android开发入门60个小案例+源代码"这个资源提供了丰富的...

    Android省市区三级联动滚轮选择——Cascade_Master

    该组件是基于开源库`Android-wheel`实现的,`Android-wheel`是一个适用于Android的滚轮选择器,它可以创建类似于iOS中PickerView的效果,让用户通过滚动来选取所需的数据。在省市区三级联动中,当用户在一级(省)...

    Android自定义日期选择器源码

    在Android开发中,系统默认的日期和时间选择器虽然实用,但往往无法满足所有场景的需求。因此,开发者经常需要自定义日期选择器来提供更符合应用风格或特定功能的交互体验。这篇内容将深入探讨如何在Android中创建一...

    Android通过webservice连接Sqlserver实例

    在Android开发中,有时我们需要与远程数据库进行交互,例如SQLServer。这个场景通常是通过Web服务,如WebService来实现。本文将详细介绍如何在Android应用中利用WebService接口连接到SQLServer数据库,实现数据的增...

    Android串口通信(Android Studio)

    在Android开发中,串口通信(Serial Port Communication)是一种重要的技术,它允许设备之间通过串行接口进行数据交换。在Android Studio环境下实现串口通信,开发者可以构建与硬件设备交互的应用,例如读取传感器...

    Android设置虚线、圆角、渐变

    在Android开发中,为UI元素添加虚线、圆角和渐变效果是常见的需求,可以提升应用的视觉吸引力。下面将详细讲解如何实现这些效果。 ### 一、虚线(Dashed Line) 在Android中,我们可以使用`Shape Drawable`来创建...

    Android组件设计思想

    Android应用开发的哲学是把一切都看作是组件。把应用程序组件化的好处是降低模块间的耦合性,同时提高模块的复用性。Android的组件设计思想与传统的组件设计思想最大的区别在于,前者不依赖于进程。也就是说,进程...

    新版Android开发教程.rar

    ----------------------------------- Android 编程基础 1 封面----------------------------------- Android 编程基础 2 开放手机联盟 --Open --Open --Open --Open Handset Handset Handset Handset Alliance ...

    Android 完美实现图片圆角和圆形

    在Android开发中,有时我们需要对显示的图片进行特殊处理,比如让图片呈现圆角或完全圆形。本知识点将深入探讨如何在Android应用中完美实现图片的圆角和圆形效果。 首先,我们来看如何实现图片的圆角效果。Android...

    Android.bp文件说明.pdf

    Android新编译规则Android.bp文件语法规则详细介绍,条件编译的配置案例。 Android.bp 文件首先是 Android 系统的一种编译配置文件,是用来代替原来的 Android.mk 文件的。在 Android7.0 以前,Android 都是使用 ...

    JS调用Android方法,向Android方法传递json数据

    在现代的移动应用开发中,JavaScript与原生平台之间的交互变得越来越常见,特别是在使用Android的WebView组件时。本文将深入探讨如何使用JavaScript调用Android的方法,并传递JSON数据,以实现两者之间的高效通信。 ...

    Android扫雷游戏(基于Android Studio)

    【Android扫雷游戏开发详解】 在移动开发领域,Android Studio是Google推出的官方集成开发环境(IDE),用于构建Android应用程序。本项目"Android扫雷游戏"就是利用Android Studio进行开发的一个实例,旨在帮助初学...

    android应用开发范例精解

    第2篇为应用开发篇,通过实例介绍了Android UI布局、Android人机界面、手机硬件设备的使用、Android本地存储系统、Android中的数据库、多线程设计、Android传感器、Android游戏开发基础、Android与Internet,以及...

    android 仿微信语音聊天demo

    【Android 微信语音聊天Demo】是一个典型的移动应用开发示例,主要展示了如何在Android平台上构建类似微信的语音聊天功能。这个Demo包含了按钮状态切换、语音录制、本地存储、回放和加载等一系列关键操作,是Android...

    Android SDK离线包合集(Android 4.0-5.0)

    Android SDK离线包合集(Android 4.0-5.0)。不用去Google下载,直接国内下载离线包,各版本文件独立,任意下载。手机流量上传了一部分,好心疼。如不能下载,请告诉我更新地址。 附上简单教程。 这是Android开发所...

    Android 图片浏览全屏缩放

    在Android开发中,实现图片浏览的全屏缩放效果是一项常见的需求,特别是在社交应用中,如QQ好友动态和微信朋友圈。这种功能不仅需要提供良好的用户体验,还需要考虑性能和内存优化,因为图片通常较大,处理不当可能...

    Android小项目集合100多个

    1. **Android SDK**:Android软件开发工具包(SDK)是开发Android应用的基础,包含了开发、调试和发布应用所需的所有工具,如Android Studio IDE、Java Development Kit(JDK)、模拟器以及各种版本的Android平台库...

Global site tag (gtag.js) - Google Analytics