1.
ca.laplanete.mobile.pageddragdropgrid
https://github.com/mrKlar/PagedDragDropGrid
PagedDragDropGrid - An Android ViewGroup that implements a paged grid with drag'n'drop moveable items

2.
android.support.v4
Android Support Library package
http://developer.android.com/tools/support-library/index.html

3.
com.fasterxml.jackson
https://github.com/FasterXML/jackson
http://wiki.fasterxml.com/JacksonHome
Inspired by the quality and variety of XML tooling available for the Java platform (StAX, JAXB, etc.), the Jackson is a multi-purpose Java library for processing JSON data format. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers.

4.
com.google.common
http://code.google.com/p/guava-libraries/
The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.

5.
com.google.protobuf
http://code.google.com/p/protobuf/
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.

6.
com.msc.seclib
http://link.samsung.com/
AllShare Play 被重命名为Samsung Link,中文名字是三星智能共享

http://www.cnmo.com/reviews/304563.html

7.
com.samsung.accessory
com.samsung.android.sdk.accessory
-->Gear

8.
com.sun.net.httpserver
http://download.java.net/maven/2/com/sun/net/httpserver/http/20070405/
https://blogs.oracle.com/michaelmcm/entry/http_server_api_in_java
http://www.docjar.com/html/api/com/sun/net/httpserver/HttpServer.java.html

9.
com.sec.pcw.server
pcw-三星手机跟踪服务?

10.
remote_access

11.
sun.net.httpserver
http://www.docjar.com/html/api/sun/net/httpserver/ServerImpl.java.html

12.
wseemann.media
https://github.com/wseemann/FFmpegMediaMetadataRetriever
FFmpegMediaMetadataRetriever is a reimplementation of Android's MediaMetadataRetriever class. The FFmpegMediaMetadataRetriever class provides a unified interface for retrieving frame and meta data from an input media file and uses FFmpeg as its backend.

13.
zh.wang.android.utils.YahooWeather4a
https://github.com/zh-wang/YWeatherGetter4a
YWeatherGetter4a - An Yahoo Weather API wrapper for android

JNI
1. FFmpegMediaMetadataRetriever related
libavcodec.so
libavformat.so
libavutil.so
libffmpeg_mediametadataretriever_jni.so
libswscale.so

Roboto font
http://zh.wikipedia.org/wiki/Roboto
http://developer.android.com/design/style/typography.html

http://forum.xda-developers.com/showthread.php?t=2469046

Removed libs for Samsung Link
libASP15_ffmpeg_neon.so
libASP15_Security.so
libASP15_TMI_Player.so
libASP15_TMI_Player_ics.so
libASP15_transcoder_jni.so
libSecFileClientUnit.so

nd some more to share: The Apps Samsung Link (v1.8.0802) and S Voice (v11.2.0.0). Just install like normal Apps.
Samsung Link: Download
S Voice: Download

After you installed Samsung Link, another App called com.sec.msc.nts.android.proxy (v2.5.0.0) appears which will be installed.
Both Apps are running well so far.

New: Samsung Link: Improved Icon, Redesigned Layout. S Voice:
Improved Icon, Option to give App Device-Admin Permissions to control
Lock of Device.

OSP is an abbreviation of Open Service Platform. It was an internal code name of the bada project. The bada platform team has decided to maintain the top-level namespace as 'Osp' with an affection towards the project.

some smart的更多相关文章

  1. Smart Tag——DevExpress WPF初探

    Smart Tag是一个设计时扩展,所有标准控件均自带这个功能,当然也包括 DevExpress WPF Controls .可以快速设置控件的值或者绑定最重要的属性.它还可以帮助你完成一些重复的工作 ...

  2. International Conference for Smart Health 2015 Call for Papers

    Advancing Informatics for healthcare and healthcare applications has become an international researc ...

  3. Call for Papers International Conference for Smart Health (ICSH) 2014

    Call for PapersInternational Conference for Smart Health (ICSH) 2014 Beijing, China July 10-11, 2014 ...

  4. 手工给Meteor增加smart package的方法

    windows下无法装mrt(Meteor的包管理工具).不过还好smart package本身也就只是一个文件夹而已,不需要在Meteor中注册什么东西.所以直接把smart package扔到me ...

  5. [c++] Smart Pointers

    内存管理方面的知识 基础实例: #include <iostream> #include <stack> #include <memory> using names ...

  6. 瞄准SMART目标

    瞄准SMART目标 SMART代表具体的/可度量的/可实现的/相关的和时间可控的. 1.具体的  (一个目标任务应该是具体的/事物的具体化) 2.可度量的  (如何知道你何时完成?确贴的数字,度量具体 ...

  7. Azure CDN Smart Routing 功能正式上线

    经过Azure中国CDN产品团队的不懈努力,融合CDN服务的一个重要功能 Smart Routing目前已经正式上线.在接下来的一段时间该功能将逐步开放给所有客户.本文主要对Smart Routing ...

  8. 思考方式--SMART原则

    如果你对项目管理.系统架构有兴趣,请加微信订阅号"softjg",加入这个PM.架构师的大家庭 万事开头于你目标的设定,如果开始走错了,那么后面的路将会更加的错误,甚至于更加的努力 ...

  9. Smart原则

    遵循smart原则,必须是具体的.可衡量的.可达到的.与岗位职责相关的.有明确达成期限的.

  10. flume+kafka+smart数据接入实施手册

    1.  概述 本手册主要介绍了,一个将传统数据接入到Hadoop集群的数据接入方案和实施方法.供数据接入和集群运维人员参考. 1.1.   整体方案 Flume作为日志收集工具,监控一个文件目录或者一 ...

随机推荐

  1. OC: 类的扩展、类的延展、协议、 NSDate

      NSDateFormatter 指定⽇日期格式: NSDateFormatter * formatter = [[NSDateFormatter alloc] init]; [formatter ...

  2. C++成员变量、构造函数的初始化顺序 [转]

    C++成员变量.构造函数的初始化顺序 一.C++成员变量初始化 1.普通的变量:一般不考虑啥效率的情况下 可以在构造函数中进行赋值.考虑一下效率的可以再构造函数的初始化列表中进行 2.static 静 ...

  3. 转载:as3.0下对象类型返回值与变量默认值的详细说明

    转自:http://www.cuplayer.com/player/PlayerCodeAs/2012/0905367.html Null.NaN.undefined 及各自应用对象:变量的默认值: ...

  4. 解决NDK开发中Eclipse报错“Unresolved inclusion jni.h”的最终方法

    http://blog.csdn.net/zhubin215130/article/details/39347873

  5. WinForm设置窗体默认控件焦点

    winform窗口打开后文本框的默认焦点设置,进入窗口后默认聚焦到某个文本框,两种方法: ①设置tabindex 把该文本框属性里的tabIndex设为0,焦点就默认在这个文本框里了. ②Winfor ...

  6. SCVMM之Windows Server2012 R2新功能

    在Windows Server 2012 R2中可以通过使用共享的虚拟硬盘VHDX文件的方法来模拟IP SAN,来为虚拟机创建群集提供共享存储.这样为虚拟机创建群集时就不用再像以前一样通过使用软件模拟 ...

  7. div 中如何加各种边框(转)

    边框风格属性(border-style)  这个属性用来设定上下左右边框的风格,它的值如下: none (没有边框,无论边框宽度设为多大) dotted (点线式边框) dashed (破折线式边框) ...

  8. POJ 2309 BST 树状数组基本操作

    Description Consider an infinite full binary search tree (see the figure below), the numbers in the ...

  9. linux 体系结构知识 博客

    http://blog.csdn.net/haiross/article/category/1488205/3

  10. 理解Linux系统中的load average(图文版)转

    一.什么是load average? linux系统中的Load对当前CPU工作量的度量 (WikiPedia: the system load is a measure of the amount ...