CN1922608B - 虚拟文件系统 - Google Patents

虚拟文件系统 Download PDF

Info

Publication number
CN1922608B
CN1922608B CN200580005392XA CN200580005392A CN1922608B CN 1922608 B CN1922608 B CN 1922608B CN 200580005392X A CN200580005392X A CN 200580005392XA CN 200580005392 A CN200580005392 A CN 200580005392A CN 1922608 B CN1922608 B CN 1922608B
Authority
CN
China
Prior art keywords
data
trig
file
user interface
content
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN200580005392XA
Other languages
English (en)
Other versions
CN1922608A (zh
Inventor
S·G·布特林
N·H·克拉里
J·B·布劳克夫
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qualcomm Inc
Original Assignee
Qualcomm Cambridge Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Qualcomm Cambridge Ltd filed Critical Qualcomm Cambridge Ltd
Publication of CN1922608A publication Critical patent/CN1922608A/zh
Application granted granted Critical
Publication of CN1922608B publication Critical patent/CN1922608B/zh
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1435Saving, restoring, recovering or retrying at system level using file system or storage system metadata
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/1608Error detection by comparing the output signals of redundant hardware
    • G06F11/1616Error detection by comparing the output signals of redundant hardware where the redundant component is an I/O device or an adapter therefor
    • G06F11/162Displays
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/02Digital computers in general; Data processing equipment in general manually operated with input through keyboard and computation using a built-in program, e.g. pocket calculators
    • G06F15/0225User interface arrangements, e.g. keyboard, display; Interfaces to other computer systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/062Securing storage systems
    • G06F3/0623Securing storage systems in relation to content
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72448User interfaces specially adapted for cordless or mobile telephones with means for adapting the functionality of the device according to specific conditions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72403User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
    • H04M1/72406User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality by software upgrading or downloading
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

本发明说明了一种既能使真实数据资源(诸如内容文件)又能使用虚拟数据资源(诸如数据库中的字段或者由标记语言元素确定的状态),通过单独的根访问的虚拟文件系统。

Description

虚拟文件系统
技术领域
本发明涉及一种虚拟文件系统,特别涉及一种用于与移动通信网络一起使用的移动设备的虚拟文件系统。
背景技术
移动网络运营商和内容提供商的增长领域之一是供应移动电话和设备的铃声、壁纸和其它多媒体内容。移动网络运营商和设备制造者处于品牌塑造的目的保持对设备用户界面的一些方面进行控制的需要,与用户定制和修改他们的设备外观以适合其自身需要的需要之间存在矛盾。提供所需灵活性和用户化需要的复杂软件也与典型移动设备的有限的处理功率和数据存储能力存在矛盾。本发明设法缓解这些问题。
发明内容
根据本发明的第一方面,提供了一种移动设备,该移动设备包括:用于存储多个数据资源的存储装置;用于组织移动设备存储装置中存储的多个数据资源的文件系统;和用于提供用户对该多个数据资源的用户访问的用户界面,其中:i)文件系统包括一个或多个位置,该一个或多个位置包括直接寻址数据资源和间接寻址数据资源,该间接寻址数据资源通过数据提供者是可访问的;并且ii)该文件系统被配置成,在使用中,对直接寻址数据资源和间接寻址数据资源,都提供来自用户界面的单独界面。
直接寻址数据资源可包括数据内容文件,其在使用中被显示在用户界面内。间接寻址数据资源可包括数据库,并且在使用中,一个或多个查询的结果被显示在用户界面内。而且,间接寻址数据资源包括标记语言元素,并且在使用中,标记语言元素被绘制(render),并且相关结果被显示在用户界面内。
根据本发明的第二方面,提供了一种将多个数据资源存储在移动移动设备的文件系统内的方法,该方法包括以下步骤:定义包括一种直接寻址数据资源的一个或多个位置;定义包括间接寻址数据资源的一个或多个位置,该间接寻址数据资源通过数据提供者是可访问的;其中文件系统提供来自于用户界面的单独界面,以访问直接寻址数据资源和间接寻址数据资源。
根据本发明的第三方面,提供了一种数据载体,其包括用于执行上述方法的计算机可执行代码。
附图说明
图1示出了结合本发明的系统的示意图;
图2比较详细地示出了服务器100的结构和操作;
图3示出了用于移动设备300的软件400的示意图;
图4示出了内容工具箱的示意图;
图5示出了四个分层的平面的示意图;
图6示出了根据本发明的一个实施例的设备800的示意图,设备800包括用户界面。
具体实施方式
现将仅通过对于参考附图进行例证的方法,来说明本发明,其中图1示出了结合本发明的系统示意图。该系统包括服务器100、内容工具箱200、移动设备300、操作支持系统(OSS)700、内容供给(contentfeed)500和用户界面(UI)资源600。在使用中,服务器100将内容数据和UI数据传递给移动设备300、301、…,其中每个移动设备都包括软件包400。服务器100通过接口与OSS 700连接,该OSS是传统上被用于操作移动网络的那些OSS,例如账单、账目管理等。服务器100还通过接口与内容工具箱200连接:内容工具箱从UI资源610、620接收数据,并将UI数据打包,使得服务器能够将打包的UI数据发射到移动设备300内包含的软件包。服务器从多个内容供给510、520、530接收数据,并且该数据经过处理和打包,以便它能够被发送到软件包400或者以便移动设备300能够使用软件包400访问数据。
可以设想将该系统分成三个分离的域:运营商域包括由移动网络运营商(MNO)操作的系统和仪器;用户域包括多个移动设备,而第三方域包括可以被许多不同的实体控制或操作的内容供给和UI供给。
图2比较详细地示出了服务器100的结构和操作。服务器100包括发布组件110和内容服务器组件150。发布组件包括数据库111、输入队列112、内容工具箱接口113、用户界面114及目录115。在操作中,发布组件在内容工具箱接口从内容工具箱接收内容。内容以包括一个或多个Trig和一个或多个Triglet的包210(见下文)的形式呈现。Trig是用于如移动电话的移动设备的用户界面,而Triglet是能够用于扩展或改变trig的数据文件。如果一个包包括多于一个trig,则这些trig之一可以是主要trig,其它trig是从这个trig衍生出来的。
发布组件用户界面114能够被用于将包输入到数据库111中,该处理使对每个trig和triglet的引用被加载到输入队列114中,该输入队列可以包括对多个包210的引用(reference)。可以使用用户界面来检查包的内容,包的内容能够被传递给目录。
图3示出了用于移动设备300的软件400的示意图,包括标记语言绘制器410,更新管理器420,网络通信代理425,资源管理器430,多个执行者445,本地UI绘制器450,支持管理器460,trig管理器465和标记语言分析器470。
优选的是,软件使用TrigML来工作,TrigML是XML应用程序,标记语言绘制器410绘制用于显示在移动设备300上的TrigXML代码。标记语言绘制器还是用TrigML分析器来分析TrigML资源,在设备屏幕上显示内容,并控制该浏览手持机上的内容的替换和视图。本地UI绘制器用于显示不使用TrigML就能显示的UI组件,并用于显示错误消息。
软件400以设备特定的方式被供应和安装。例如,对于诺基亚(Nokia)系列60设备,使用SIS文件来安装软件,而对于MSSmartphone设备,使用CAB文件来安装软件。同样,以设备特定的方式来处理软件升级。可以以比较有限的格式来供应软件,作为仅绘制其内置内容的配套的应用程序:即,用内置trig来供应软件,但是之后不能添加额外的trig。所提供的trig可以用无线电进行升级。
trig管理器465提供对资源管理器430和标记语言绘制器的接口。通常,它负责trig管理。这包括:持续获知使用中的trig,改变当前trig,选择初始trig,选择另一个trig作为用于被破坏的trig的备用,保持安装的trig的集合,识别特殊trig被安装到资源管理器的位置,以及读取trig的更新信道定义和适当地配置更新管理器。
资源管理器提供在设备上对抽象概念的持续存储,即,将文件作为真实文件或者作为记录存储到数据库中。资源管理器提供对标记语言绘制器和更新管理器的文件系统接口。它负责处理文件路径逻辑,辨别真实资源文件和执行者属性,将关于trig的路径映射到绝对路径上,与trig管理器通过接口连接,并为更新管理器提供修改接口。
资源管理器也负责确保持久存储中存储的资源的完整性,特别是面对不可预测的中断时,如,设备的断电。资源管理器不知道当前使用的trig。它的接口是线程安全的(因为它可能被来自不同线程的更新管理器和绘制器二者使用)。
更新管理器处理Trig和Triglet的接收和应用。更新管理器对绘制器和trig管理器提供接口,并负责:当受到绘制器指示时启动手动更新;当被trig管理器如此配置时控制和实施自动更新信道;指示手动更新进程并恢复更新下面的网络连接和/或设备供电的不期望的损失。更新分组格式可以被定义为XML模式的二进制序列化。
支持管理器提供用于其它组件的界面,以报告事件或者错误的发生。根据错误的严重性,支持管理器将记录事件和/或提供错误消息弹出框。
XML是便利的数据格式化语言,其用于定义更新分组格式,以及TrigML内容。出于带宽和存储效率的原因,文本XML被序列化为二进制表示。由相同的组件,标记语言分析器,对更新分组和TrigML分段进行分析。软件中对XML的任何其它使用都必须使用二进制XML编码,因此必须重新使用分析器。
执行者管理器440监督软件中出现的执行者445的集合。它的使用情况是:当内容是发送给执行者的事件时,由绘制器使用;被想要通知属性值已经改变的执行者使用,和被想要发射事件的执行者使用(见下文)。
软件可以包括最少运行两个线程的多线程应用程序,取决于包括多少和什么样的执行者的可能性更大。软件很可能在一个被称为主线程的线程中运行。主线程用于运行绘制器,绘制器与其它组件同步通信。执行者一直具有对绘制器的同步接口。如果执行者由于其功能性需要额外线程,则执行者负责管理内部线程通信。优选的是,使用光消息接发框架(light messaging framework)来避免在很多执行者需要内部线程通信情况下的不必要的代码重复。
除主线程之外,更新管理器运行网络线程。网络线程被用于下载更新分组,并从主线程中被分离出来以允许在分组到达之前绘制器继续不受影响。更新管理器负责处理内部线程消息接发,使得当采用更新分组中定义的改变时,更新管理器与绘制器和资源管理器同步通信。
软件的存储分配策略是平台特有的。在MIDP平台上,软件仅使用系统堆和无用单元收集程序(garbage collector)来满足其存储需求。无论何时在保持无用单元收集可预测和不遭受操作中的意外停止的尝试中发生内容代替事件,无用单元收集被强制使用。假定任何存储分配可能会失败,在这种情况下,软件将删除其所有对对象、无用单元收集程序的引用(reference),并重新启动——假设软件已经成功启动并绘制了第一页。
在以C++为基础的平台上,将从系统堆进行预先分配和按需分配的混合。启动需要的所有内存是在启动期间按需分配的,这里任何失败都会导致软件的退出(如果可以,伴有消息)。成功启动之后,预先分配绘制内容文件模型所需内存。如果内容是使用少于定义的限制而创建的,可确保能够绘制。另外利用RAM用于软件的快速操作所需的各种高速缓存。在低内存条件情况下,将从软件中释放这些导致绘制性能慢的高速缓存。
足够严重可以破坏软件正常操作的错误,必将导致弹出对话框。对话框包含少量的国际化错误消息(可以在编译的时候,将这些字符串的国际化译本编辑到软件中,要显示的错误字符串的译本是由设备上设置的相关语言确定的)。为了将消息的数量保持最小,只涵盖几个一般问题。
为了允许支持状况,错误对话框还显示错误代码,作为4位数(16-bit)十六进制字符串。每个错误代码与能够被支持人员使用而用软件来确定问题实质的说明文本相关联。发生在软件中的并且不足以严重到可以中断其操作的错误,能够被支持管理组件记录。键入特定键序的用户能够查询支持管理器。支持管理器还通过HTTP GET或者POST方法将其错误记录提供给服务器。
绘制器接收关于键入的信息。如果在编译时没有配置按键行为,则它作为TrigML内容事件被发送到当前焦点元件。然后,内容事件如TrigML的正常事件处理逻辑所定义的那样被处理。
例如,如果按键被按下,“按键”事件连同为相应键设置的参数被传送到绘制器。当该键被释放时,‘!按键’事件被传送到绘制器。如果保持按键按下状态预定时间段,“长按键”事件被传递到绘制器。释放的时候,“!长按键”和“!按键”事件二者都会被传递到绘制器。
无论何时启动软件,它都执行下面的操作:
·检查并继续进行打断的更新处理;
·检查并处理在文件系统中的更新(或者预先提供的,或者通过一些其它方法安装到文件系统的);
·如果已知,启动当前trig(其可以是最近运行的trig);
·如果没有设置当前trig,可启动被标记为“默认”trig的trig。
·在默认trig显示失败时,则将选择按名称字母顺序第一个有效trig。
通过加载定义的资源名称启动/默认(start-up/default),启动trig。启动/默认中定义的TrigML作为内容根节点的新内容被分析。
在安装软件后第一次由软件运行trig时,通过加载资源名称启动/首次(startup/firsttime)来启动trig。软件可以为trig记录该trig是否在位于顶层文件夹中的文件中运行。根据移动设备使用的平台,软件的自动启动可以被设置成编译时间配置选项。此外,将软件置于自动启动之后的背景中也可以是编译时间配置选项。
启动装置可以出现在用户面前,作为应用程序图标,并选择它来启动带有该启动装置指定的trig的软件(该trig可以是由启动装置图标和/或名称指示)。当使用启动装置来启动trig时,可以指定“入口点”参数。该参数是在“启动”文件夹中发现的文件的资源名称。如果该trig先前从未被运行过,不使用该文件,在这种情况下使用被称为“首次”(“firsttime”)的文件来代替。
软件使用设备上的虚拟文件系统中存储的内容资源文件。文件系统被描述为虚拟的是因为它可以不作为传统的文件系统来执行,而是,所有对资源的引用都是文件路径,好像被存储在文件夹和文件的分级系统中一样。
下面在附录A中给出关于文件系统布置的细节。此外,软件存储下面的一些或者全部信息:使用统计;有效用户计数;Trig管理器状态;TrigML分段和更新信道定义(序列化为二进制XML);PNG图像;纯文本,被编码为UTF-8OTA,然后存储在特定编码平台中;其它特定资源平台,例如,铃声文件、背景图片等。
文件系统中的文件可以改变,或者是在执行者属性值改变的时候,或者是在用triglet替换文件的时候。当/attrs目录中的文件改变时,绘制器立刻得到通知,并且内容树的相关分支被更新并刷新。当图像和文本资源改变时,绘制器就像受影响的资源被立刻重新下载那样工作(或者整个内容树被更新,或者只有受影响的分支可以被更新)。当TrigML分段被改变时,绘制器就像它没有得到通知那样工作,并继续显示其当前的可能过期的内容。这是为了避免软件需要保留<include(包括)>元素和当前内容的<load(加载)>历史。
软件400以设备专用的方式被提供给移动设备。一个或者多个Trig可作为安装的一部分来提供,例如,存储为未压缩的更新分组。在启动时,分组可被扩展并安装到文件系统。
执行者445是公布属性值并处理和发出事件的组件。执行者与绘制器同步通信。如果执行者需要异步工作,则执行者负责管理和与绘制器的主线程外部的线程通信。
执行者属性可以作为文件引用被读出。属性是以下四种类型之一:单独的简单值;简单值的矢量;字段的单独结构,每个字段具有简单值;或者结构矢量。可以使用类似于许多面像对象编程语言的object.meber表示法,用表达式来引用属性:
<image res=”signallevels/{protocol.signalstrenght}”/>
当需要作为文件时,属性是经由/attrs文件夹访问的。
<text res=”/attr/network/name”>
可通过向执行者发送一个用<throw>元素的事件来消息通知执行者。执行者发出的事件可作为内容事件被传递到内容树:这些可以被送到一个元素Id或者‘顶端(top)’。对执行者的接口是由执行者接口定义文件定义的。这是定义属性、类型、文件名、事件输入(events-in)和参数,以及事件输出(event out)的XML文档。可在编译时为软件配置执行者的集合。附录B给出了可以使用的一些执行者的示例性列表,以及相关联的函数或者变量。
多数移动设备共有的限制之一在于,显示屏幕相当小,并且当菜单显示出来时,屏幕上不能一直同时显示所有菜单项目。传统方法往往把所有菜单项目以及相关按钮或图形下载到存储器中,然后当用户向上或者向下滚动菜单的时候将它们适当地显示出来。
提供了一种将要被下载到存储器中的菜单项目数目限制到能够同时显示在屏幕上的项目数的技术。当用户滚动菜单时,不再显示出来的项目被删除,而当前正在显示的项目被下载到存储器中。
优选的是,这可以通过使用TrigML中的<griddata>元素以定义一些数据的浏览列表来实现,其中数据被存储在文件系统的文件夹中,并且对于每个项目,列表外观具有相同的结构。<griddata>元素包括‘repeat-over’属性,该属性指定数据可能位于的文件夹。<griddata>的单独的子元素是列表中的每个项目外观的模板。
该模板使用特定符号,例如,‘$$’来表示迭代程序。这是每当该模板被实例化(instantiated)时就发生改变的模板变量;例如
<griddata repeatover=”news/headlines”>
      <text res=”news/headlines/$$/title.txt”/>
</griddata>
其中文件夹news/headlines/包含:
0/title.txt
1/title.txt
2/title.txt
3/title.txt
这可以显示4个项目的列表,分别用指向‘news/headlines/$$’文件夹中的‘title.txt’资源的简单<text>元素描述。在资源数据中具有的项目比显示器上<griddata>元素的空间所容许的更多的情况下,<griddata>元素只显示那些能够显示的项目。当用户滚动列表时,<griddata>元素相应地转换‘data-window(数据窗口)’。该技术的优点在于,实际上只有当前显示需要的资源被加载到存储器中,这减小了存储器利用,并减小了绘制项目列表所花费的时间量。
可使用类似的方案来定义列表显示的顺序。如果‘repeat-over’属性的目标是文件而不是文件夹,则可认为文件包含迭代中使用的资源名称列表。例如,
<griddata repeatover=”football/league”>
      <text res=”football/teams/$$/name.txt”/>
</griddata>
其中文件football/league包含:
Manchester
Arsenal
Chelsea
文件夹football/teams/包含:
Manchester/name.txt
Arsenal/name.txt
Chelsean/name.txt
并且每个name.txt是包含队名的文本文件。其结果是与该队相关联的测试文件会以所定义的顺序被显示在设备显示器的定义的区域内。
软件利用虚拟文件系统435,该虚拟文件系统435允许传统文件系统与其它形式的数据相结合,使得存储在虚拟文件系统的任何部分中的数据都能以通常的方式被访问。能够被结合到这种虚拟文件系统内的非传统数据存储器的实例包括存储在数据库内的数据,或者由另一软件组件根据命令生成的数据。
例如,在传统的移动设备中,关于电池强度、信号强度、新文本消息等的信息,被显示给用户,并且该信息典型地是通过操作系统向相关硬件或者软件实体发送呼叫并且UI对接收到的答复进行译码和显示的来获得的。
可以使用TrigML标记将该信息显示在UI中(见下文),诸如<phonestatus>(或者<signalstrength>)。绘制该标记会导致监听查询向相关硬件或者软件实体开放。如果发生状态改变,则UI绘制器得到通知,并且UI绘制器加载相关按钮或者图形,以将状态改变传送给用户。如果用户改变UI内的视图,标记会被撤回,并且监听查询被终止。因为只有当使用标记时监听查询才有效,所以该方法的资源效率更高。
虚拟文件系统包括单独的根,其既包含可直接寻址的数据资源,诸如,内容文件(例如,文本、图形、视频、音频等),又包括间接寻址的数据资源,诸如,TrigML标记或者存储在数据库内的数据。这为用户提供了通过用户界面的统一的浏览,用户界面使用户能够访问保留在虚拟文件系统内的不同类型的数据。虽然不同数据类型以这种方式被提交给用户,但是数据还可以用使得能够进行高效数据存储和检索的方法来存储。
由于商业上的原因,需要MNO和/或内容提供者能够对显示在移动设备的屏幕上的用户界面进行一些控制。一定程度的灵活性也很重要,即允许用户下载triglet或者新的trig以修改它们的设备外观并且还允许用户对通过使用中的trig或者triglet确定的显示图像进行进一步改变。
这个问题可通过考虑用许多分层平面来形成UI来解决,每个等级包括一个或者多个UI实体。通过分配层次给MNO、设备制造商、trig提供者和设备用户,可以提供所需的允许等级。
图5示出了四个分层平面405a-d的示意图:平面405a包括由MNO定义的UI元素;平面405b包括由设备制造商定义的UI元素;平面405c包括由trig定义的UI元素;以及,平面405d包括由用户定义的UI元素。平面405a具有分层中的最高位置,并且405d具有分层中的最低位置。例如,平面405a中的mno_logo元素定义了使用的图形元素,和它在设备的显示屏幕上的位置。由于它位于分层中的最高平面中,所以它将一直表现出并将采取比试图使用mno_logo所使用的像素的较低分层元素中的任何其它UI元素更高的优先权。平面405d包括backgroundcolour(背景颜色)元素,其不是在任何其它平面中定义的,这样,backgroundcolour中定义的颜色将在UI中使用。
平面405c包括windowtitle.txt元素,该元素定义了窗口标题中使用的文本的属性。这可以通过把windowtitle.txt元素添加到平面405a或者405b以定义文本属性,或者通过把windowtitle.txt_deleted元素添加到平面405a或者405b以指示UI绘制器忽略任何随后的windowtitle.txt元素,来进行改写。
用户可设置软件300内的优先权,以控制显示在UI内的内容。例如,关于许多足球队的内容可以存储在服务器上,使用具有类似于/demoUI/football/team_xxxx/team_menu.png的路径,其中team_xxxx变量是由用户从队伍列表(manu,chel,leed,manc等)中选择并插入到路径中,使得UI显示关于所选择队伍的内容。team_xxxx变量的改变将导致显示内容相应地变化。应注意,优先权的选择控制从远程服务器上存储的内容中选择的内容的显示,这与从存储在本地存储器上的内容中选择相反。
在服务器需要执行数据库查询,以便于识别要显示的内容的这种情况下,该方法优选地发送这种形式的请求:http://t1.trigenix.com/triglets/football/triglet&pn=”0776655443322”,这将会极大地增加服务器提供请求内容所需的资源。
另一种能够得到相同结果的已知技术是发送这种形式的请求:http://t1.trigenix.com/triglets/football/triglet&fc=’ManU’,但是该方法的缺点在于,每次添加新的队伍,则服务器逻辑必须被更新以包括新的队伍。相反,该方法需要内容在新的位置被添加到服务器,该处理比较简单,并且实现它所需要的资源较少。
更新包括新的trig(新的或者替换UI)或者triglet(对现有trig的修改),并且可以被看作对软件文件系统的修改。更新管理器用于通过读取分组来确定文件系统的什么需要改变。更新分组可以被软件400使用HTTP或者其它适当的传输机制无线地下载,或者被用设备专用分组格式打包,或者与软件本身的安装一起被预先提供。
更新可以用许多方式来触发,包括:
·启动时检查中断的更新处理的软件
·启动时检查预先安装的更新分组的软件
·如更新信道配置的那样自动地
·用户启动
·接收专用SMS的设备
用于解包和安装更新的算法是设备专用的。然而,算法免受非预期的中断(例如,断电)是很重要的,这样,文件系统中不会达到恶化或者不可恢复的状态。这可以通过使用两个线程(一个网络线程和一个绘制器线程)来实现,目标是使网络线程执行尽可能多的更新处理,以使得绘制器线程的中断时间尽可能最短。
TrigML分段是包含文本TrigML的文件,并且这些分段内部的资源引用是虚拟文件路径。这些虚拟文件路径到真实文件路径的映射是由TrigDefinition文件定义的。该文件还定义了trig的其它性质。当用于编译triglet时,该文件还定义了输入TrigML/PNG/Text资源怎样映射到trig的虚拟文件系统的修改上。对于PNG和文本资源,trigDefinition文件指向主机文件系统上的真实文件列表,并且资源被复制到输出。
TrigML可使用常量代替属性值。常量是用与<include>参数相同的语法访问的,例如,$background colour。常数被当作trig中的全局变量,并且被定义为在保留的文件夹constants/中。可以在编译的时候通过直接替换它们的值来解析(resovle)constants/文件夹中的文件包含的变量定义。可替代地,constants/中的变量定义作为全局变量被编译,并且在内容分析的时候被软件解析。这允许通过它的constants文件中的一个或者全部的简单替换来更新trig。
System String Dictionary(系统字符串字典)定义了使用所有已知字符串的整数值,即,保留字。这些具有几种类型,包括:TrigML元素和属性名称(‘group’、‘res’、‘layer’、‘image’、‘x’),TrigML属性值(例如:‘left’、‘activate’、‘focus’)和公共资源路径(例如:‘attr’、‘start-up’、‘default’)。作为输入,String Dictionary是可选的。首次编译trig的时候,它将不具有String Dictionary。该首次编译增加了StringDictionary,然后将其用于该trig的所有即将到来的编译。Triglet编译必须具有定义了它正在修改的trig所使用的所有字符串映射的StringDictionary。
为了成功地绘制移动设备的用户界面,标记语言必须具有下列性质:简明的页定义、一致的层规则、可在压缩绘制器中实现、提供多层和任意重叠内容、事件模型、仅要求重新绘制UI各页之间必须改变的显示器区域、包括向用于读取接收事件和发送事件的属性值的平台的hooks、可扩展,并且图形上灵活。TrigML提供这些特征和我们的提交于2004年2月19日的,第GB0403709.9号同时待审的申请,给出了提供所需功能的元素和属性的综述。
我们希望重新标记UI和产生持续更新流的消耗达到最小。这可以通过提供来自创建处理经由数据传输到达用户的高效信息流来实现。
被称作包的容器,被用于UI、UI更新,以及用于包括的第三方的模板。这些包包含第三方产生、测试和传递标记的UI和更新所必需的所有信息。图4示出了内容工具箱200的示意图,内容工具箱200包括脚本环境220、测试和仿真环境230和维护环境240。
包处理包括五个处理阶段:
1)脚本环境220提供为一个或者多个UI设计模板和基于该模板更新UI策略的手段。
2)维护环境240提供快速UI和良好控制和引导的环境下产生更新,其能够被内容提供者从外部获得。
3)维护环境240‘预检’(’pre-flight’)功能允许配置管理员检查和调整它们从第三方所接收到的UI和更新。
4)公布组件110提供对UI的管理,并在配置点处更新,包括新版本的分级。
5)公布组件110使得能够从即时内容供给自动生成更新。
在典型项目中,在脚本环境220内创建包以用于:使内容提供者从模板创建重新标记的UI,结合相同的‘感觉(feel)’不同的‘外观(look)’;使内容提供者从模板创建更新,其提供周期性的,或者用户选择的UI内容的变化;或者使广告代理商在周期基础上从模板创建促进新服务的更新。
对于所有这些用途情况,维护环境240被用于引入包、重新标记和重新配置内容,并创建用于提交给公布组件110新的包。在UI模板的设计中,应考虑下面的问题:UI的哪部分能够被重新标记;UI的哪个特征需要在重新标记的时候或者远程地被重新配置;UI内容的哪部分可以被更新;以及,如果UI被重新标记,则用户能够选择使用的内容供给。脚本环境220允许定义这些策略,并使得维护环境240作为每个策略的每个例子的实现者。
包是由脚本环境220生成的,脚本环境220包括模板UI或者用于编辑的更新。编辑完成后,该包被保存在‘待发箱(outbox)’中,准备好用于分配给维护环境240,以公布给内容服务器。提供了下面的‘打包(parcel)’功能。维护环境240能够被用于编辑/替换包中保留的资源。包能够被输出到仿真环境,以测试移动设备上的UI或者UI更新的性能。
很多不同的UI能够从公共基础上派生出来。典型地,公共基础会实现界面本身的大部分,从它派生出的Trig会实现关于它的小改变,诸如标记。Triglet能够从Trig中派生出来,并且它能够覆盖任何来自它选择的父Trig的资源(可选地,它可以引入它自身的资源)。注意“资源”这里也指TrigML,所以Trig的行为和布置能够被Triglet修改,和它替换单独的图像或者文本一样容易。
包可以包括一个或者多个基本Trig(即,不是从任何其它trig中派生出的Trig),从基本Trig派生出的一个或者多个Trig,从任何trig派生的多个triglet和从其它triglet派生的多个triglet。
包格式是将所有这种信息存储为序列化目标的不透明的二值格式。包可以包括许多资资源,诸如,图像、文本、URL、更新信道、铃声文件、壁纸、本地应用程序等。每个资源包括关于如何浏览、编辑、或删除资源的许可信息。而且,每个资源包括元信息,诸如,关于该资源的文件编制和指令。每个包工具或者假定相关的角色,或者要求用户作为特定的角色登陆。
图6示出了根据本发明的一个实施例的包括用户界面的设备800的示意图。设备包括显示用户界面815的显示器810,和用户界面装置820,用户界面装置820使得用户能够与用户界面815交互。处理器830执行存储在一个或者多个存储装置840内的软件,并且可以设置一个或多个无线通信接口850,以能够与其它设备和/或通信网络进行通信。可以容纳一个或者多个电池860来为设备供电,其也可以包括接口,用来接收电功率和/或通信电缆。
这些组件和接口的性质将取决于设备的性质。应理解,这种用户界面能够实现在移动或者蜂窝电话手持机内,但是也可以应用到其它便携设备,如数码相机、个人数字管理器、数字音乐播放器、GPS导航设备、便携游戏控制台等。而且,也可应用于包括如膝上型电脑或者台式电脑的用户界面的其它设备。
用户界面装置可以包括多个按钮,诸如,数字键盘或者字母数字混合键盘,或者触摸屏等。一个或多个存储设备可以包括非易失性存储器的形式,诸如存储卡,使得断电的时候存储的数据不丢失。ROM存储器装置可以设置用来存储不需要更新或者改变的数据。一些RAM可以被设置用于暂时存储器,作为被频繁访问的数据的超高速缓存的较快速反应时间支持。设备可以接受用户移动存储卡,可选地,硬盘驱动器可以用作存储装置。使用的存储装置将通过平衡设备大小、功率消耗、所需存储器容量等的不同需求来确定。
这种设备可以与任何无线通信网络虚拟结合来实现,例如第二代数字移动电话网络(即,GSM、D-AMPS),所谓的2.5G网络(即,GPRS、HSCSD、EDGE),第三代WCDMA或者CDMA-2000网络,和对这些以及类似网络的改进和衍生物。在建筑物和校园内,也可以使用其它技术,如蓝牙、IrDa或者无线LAN(不管基于无线还是光学系统)。USB和/或固件连接可以被提供用于与其它设备的数据同步和/或用于电池充电。
如上所述的用于实现方法和/或用于配置设备的计算机软件可以设置在数据载体上,诸如,软盘、CD-ROM、DVD、非易失性存储卡等。
该申请要求2004年2月19日提交的UK专利申请第0403709.9号的优先权,其内容作为参考结合在本文中。
附录A
对于‘/’开始的文件路径:
 /attrs   和unix/proc目录一样,当需要属性作为文件引用时,存储用于内容引用的执行者属性值。
 <actor>(执行者)   /attrs的每个子目录都是执行者名称。
 /attrs   和unix/proc目录一样,当需要属性作为文件引用时,存储用于内容引用的执行者属性值。
 <attribute>(属性)   每个属性都作为执行者子目录中的节点被访问。
 <field>(字段)   如果属性是一种结构,则字段名称指定要访问的结构成员。
 <index>(索引)   如果属性是矢量属性,则索引号指定到所需属性的矢量中的索引。
 <field>(字段)   如果矢量属性是结构的集合(collection),则字段名称再次指定结成员。
不以‘/’开头的文件路径被认为是关于当前trig的,即,每个tirg都存储在来资源于单独文件夹的其自己的文件夹层次中。
 config   每个trig中的公共文件夹,用于存储trig元数据。
 channels(信道)   公共文件夹,用于存储更新信道定义。
 <channel defs>   定义trig的更新信道收集(collection)的文件集合。每个文件能够定义一个或者多个更新信道。
 start-up(启动)   公共文件夹,用来存储trig的实体点。
 default(默认)   公共TrigML文件,用于存储trig的默认实体点。
 firsttime(首次)   公共TrigML文件,用于存储该trig首次运行时使用的TrigML。
 <tirgml files>  如果在启动文件夹中发现其它名称的TrigML文件,其它名称的TrigML文件可用作实体点。
 config   每个trig中的公共文件夹,用于存储trig元数据。
 constants  该文件夹不是通过的OTA,相反是完全在内容编译的时候被解析的。
 <rest of content>  trig内容被组织成Trigs文件夹下的trig-defined格式。
附录B
Figure G200580005392XD00171
Figure G200580005392XD00183

Claims (6)

1.一种移动设备,包括:
用于存储多个数据资源的存储装置;
显示器;
用于提供对所述多个数据资源的用户访问的用户界面;
用于对数据资源的位置提供来自所述用户界面的单独分级界面的文件系统;
绘制器,用于在用户界面上显示内容;
其中:
i)所述文件系统包括:
a.包括存储在所述存储装置中的直接寻址数据内容文件的一个或多个位置;
b.包括数据库的一个或多个位置,并且在使用中,通过查询所述数据库来访问所述数据资源;
c.包括一个或多个标记,其在使用中导致在相关数据资源中开放监听查询;
并且在使用中,所述数据资源被显示在显示器上。
2.如权利要求1所述的移动设备,其中所述对数据资源的引用包括标记语言元素,并且在使用中,所述标记语言元素被所述绘制器绘制。
3.一种用于将多个数据资源存储在移动设备的文件系统内的方法,所述方法包括以下步骤:
定义包括直接寻址数据内容文件的一个或多个位置;
定义包括数据库的一个或多个位置;
定义一个或多个标记,其在使用中导致在数据资源中开放监听查询;
其中文件系统提供来自于所述用户界面的单独分级界面,以访问所有位置。
4.如权利要求3所述的方法,其中所述方法还包括以下步骤:访问直接寻址数据内容文件,使得所述数据内容文件的内容被显示在所述用户界面内。
5.如权利要求3所述的方法,其中所述方法还包括以下步骤:访问数据库以使数据库查询的结果被显示在所述用户界面内。
6.如权利要求3所述的方法,其中所述方法还包括以下步骤:访问用于生成数据资源的代码,并且绘制所述数据资源以使所述数据资源被显示在所述用户界面内。
CN200580005392XA 2004-02-19 2005-02-21 虚拟文件系统 Expired - Fee Related CN1922608B (zh)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
GB0403709A GB2411331A (en) 2004-02-19 2004-02-19 Rendering user interface using actor attributes
GB0403709.9 2004-02-19
PCT/GB2005/000630 WO2005081132A1 (en) 2004-02-19 2005-02-21 Virtual file system

Publications (2)

Publication Number Publication Date
CN1922608A CN1922608A (zh) 2007-02-28
CN1922608B true CN1922608B (zh) 2010-05-26

Family

ID=32040027

Family Applications (6)

Application Number Title Priority Date Filing Date
CNB2005800054443A Expired - Fee Related CN100462917C (zh) 2004-02-19 2005-02-18 用户界面内容数据的数据容器
CNA2005800053559A Pending CN1922852A (zh) 2004-02-19 2005-02-21 向设备供应内容的方法
CN200580005392XA Expired - Fee Related CN1922608B (zh) 2004-02-19 2005-02-21 虚拟文件系统
CN2005800047011A Expired - Fee Related CN1989762B (zh) 2004-02-19 2005-02-21 显示用户界面内一个或多个菜单项的方法和设备
CN2005800055554A Expired - Fee Related CN1922609B (zh) 2004-02-19 2005-02-21 用户界面的绘制
CNB2005800038991A Expired - Fee Related CN100549948C (zh) 2004-02-19 2005-02-21 一种生成分层用户界面的方法及其设备

Family Applications Before (2)

Application Number Title Priority Date Filing Date
CNB2005800054443A Expired - Fee Related CN100462917C (zh) 2004-02-19 2005-02-18 用户界面内容数据的数据容器
CNA2005800053559A Pending CN1922852A (zh) 2004-02-19 2005-02-21 向设备供应内容的方法

Family Applications After (3)

Application Number Title Priority Date Filing Date
CN2005800047011A Expired - Fee Related CN1989762B (zh) 2004-02-19 2005-02-21 显示用户界面内一个或多个菜单项的方法和设备
CN2005800055554A Expired - Fee Related CN1922609B (zh) 2004-02-19 2005-02-21 用户界面的绘制
CNB2005800038991A Expired - Fee Related CN100549948C (zh) 2004-02-19 2005-02-21 一种生成分层用户界面的方法及其设备

Country Status (15)

Country Link
US (7) US20070300217A1 (zh)
EP (7) EP1723520A2 (zh)
JP (8) JP5282324B2 (zh)
KR (6) KR101105177B1 (zh)
CN (6) CN100462917C (zh)
AR (6) AR047885A1 (zh)
AU (6) AU2005215457A1 (zh)
BR (6) BRPI0507701A (zh)
CA (6) CA2555557A1 (zh)
GB (1) GB2411331A (zh)
IL (6) IL177209A0 (zh)
PE (6) PE20060087A1 (zh)
RU (6) RU2363039C2 (zh)
TW (6) TW200612275A (zh)
WO (7) WO2005081130A1 (zh)

Families Citing this family (159)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SE412480B (sv) * 1977-08-09 1980-03-03 Tornqvist Peter Johan Torsten Anordning for att visa ett antal bilder, notiser e d meddelanden
IL134035A0 (en) 2000-01-13 2001-04-30 Ronen Daniel A device, system and method for remote push-publishing of content onto display screens of mobile devices including a screen saver application
US7487444B2 (en) 2002-03-19 2009-02-03 Aol Llc Reformatting columns of content for display
GB2411331A (en) * 2004-02-19 2005-08-24 Trigenix Ltd Rendering user interface using actor attributes
CN101213515B (zh) 2005-05-31 2011-12-21 高通股份有限公司 控制在一呈现中呈递的被提升元素的z序的方法和设备
US20070027971A1 (en) * 2005-07-26 2007-02-01 Sunil Marolia Device management network with notifications comprising multiple choice prompts
GB0516763D0 (en) * 2005-08-16 2005-09-21 Ibm A method,system and computer program product for rendering a graphical user interface
US9998585B2 (en) * 2005-10-05 2018-06-12 SITO Mobile R&D IP, LLC Content selection and delivery of complementary information
WO2007083194A2 (en) 2005-10-20 2007-07-26 Virtual Reach Inc. Managing content to constrained devices
IL173663A0 (en) 2006-02-12 2006-08-01 Celltick Technologies Ltd System and method for displaying personalized content on personal cellular telecommunication devices
US20070195105A1 (en) * 2006-02-17 2007-08-23 Anu Koberg Dynamic wallpaper on mobile communication device
US20070260674A1 (en) * 2006-05-02 2007-11-08 Research In Motion Limited Push framework for delivery of dynamic mobile content
GB0702603D0 (en) 2006-05-05 2007-03-21 Omnifone Ltd Pc client
IL176274A0 (en) 2006-06-13 2007-05-15 Celltick Technologies Ltd Web content distribution to personal cellular telecommunications devices
US8095923B2 (en) * 2006-06-29 2012-01-10 Augusta Systems, Inc. System and method for deploying and managing intelligent nodes in a distributed network
JP4761553B2 (ja) * 2006-08-03 2011-08-31 キヤノン株式会社 プレゼンテーション装置及び制御方法
CN101123794B (zh) * 2006-08-07 2012-01-04 华为技术有限公司 一种通信系统中操作节点定位的方法、系统和客户端
US8433729B2 (en) 2006-09-29 2013-04-30 Sap Ag Method and system for automatically generating a communication interface
US8996487B1 (en) * 2006-10-31 2015-03-31 Netapp, Inc. System and method for improving the relevance of search results using data container access patterns
US7853691B2 (en) * 2006-11-29 2010-12-14 Broadcom Corporation Method and system for securing a network utilizing IPsec and MACsec protocols
IL180168A0 (en) 2006-12-19 2007-06-03 Celltick Technologies Ltd Mobile advertising packages for displaying advertisement display messages on personal cellular telecommunications devices
IL180542A0 (en) 2007-01-04 2007-07-04 Celltick Technologies Ltd Mobile advertising on personal cellular telecommunications devices
US20080168402A1 (en) 2007-01-07 2008-07-10 Christopher Blumenberg Application Programming Interfaces for Gesture Operations
US8813100B1 (en) 2007-01-07 2014-08-19 Apple Inc. Memory management
US7872652B2 (en) * 2007-01-07 2011-01-18 Apple Inc. Application programming interfaces for synchronization
US7844915B2 (en) 2007-01-07 2010-11-30 Apple Inc. Application programming interfaces for scrolling operations
US20080168478A1 (en) 2007-01-07 2008-07-10 Andrew Platzer Application Programming Interfaces for Scrolling
US7903115B2 (en) 2007-01-07 2011-03-08 Apple Inc. Animations
US8656311B1 (en) * 2007-01-07 2014-02-18 Apple Inc. Method and apparatus for compositing various types of content
US8225227B2 (en) 2007-01-19 2012-07-17 Microsoft Corporation Managing display of user interfaces
CN101291402B (zh) * 2007-04-18 2011-06-15 深圳Tcl新技术有限公司 一种功能界面图片组合使用的方法及装置
US8762984B2 (en) * 2007-05-31 2014-06-24 Microsoft Corporation Content distribution infrastructure
IL184963A0 (en) 2007-07-31 2008-01-06 Celltick Technologies Ltd Data collection and reporting of user activity of users of personal cellular telecommunications devices
EP2188734A4 (en) * 2007-08-08 2014-09-24 Innopath Software Inc HANDLING OF PRESSURE AND CLONE CONFIGURATION FOR MOBILE DEVICES
US8884981B2 (en) * 2007-09-04 2014-11-11 Apple Inc. Dynamically reconfigurable graphics layer system and method
US20090119375A1 (en) * 2007-11-05 2009-05-07 Research In Motion Limited Method and system for optimizing delivery of mobile content using differential metadata updates
US20090150480A1 (en) * 2007-12-08 2009-06-11 Xiyuan Xia Publishing Assets Of Dynamic Nature In UPnP Networks
US20090150481A1 (en) * 2007-12-08 2009-06-11 David Garcia Organizing And Publishing Assets In UPnP Networks
US20090150520A1 (en) * 2007-12-07 2009-06-11 David Garcia Transmitting Assets In UPnP Networks To Remote Servers
US20090150570A1 (en) * 2007-12-07 2009-06-11 Bo Tao Sharing Assets Between UPnP Networks
US9313245B2 (en) * 2007-12-24 2016-04-12 Qualcomm Incorporated Adaptive streaming for on demand wireless services
US8416196B2 (en) 2008-03-04 2013-04-09 Apple Inc. Touch event model programming interface
US8717305B2 (en) 2008-03-04 2014-05-06 Apple Inc. Touch event model for web pages
US8174502B2 (en) 2008-03-04 2012-05-08 Apple Inc. Touch event processing for web pages
US8645827B2 (en) 2008-03-04 2014-02-04 Apple Inc. Touch event model
US8365203B2 (en) * 2008-03-20 2013-01-29 Willflow Limited Method for creating a native application for mobile communications device in real-time
JP2009267526A (ja) * 2008-04-22 2009-11-12 Sharp Corp 大量のコンテンツの一覧表示方法及び一覧表示装置
US8250477B1 (en) * 2008-11-04 2012-08-21 Sensei, Inc. Mobile client application for managing user interface components
US20100011135A1 (en) * 2008-07-10 2010-01-14 Apple Inc. Synchronization of real-time media playback status
KR101297519B1 (ko) * 2008-08-08 2013-08-16 삼성전자주식회사 Dcd 서비스에서 사용자 콘텐트 제출 방법 및 시스템
US8893035B2 (en) * 2008-09-17 2014-11-18 Accenture Global Services Limited Method, system and graphical user interface for configuring a simulator to simulate a plurality of devices
US8825462B2 (en) 2008-09-17 2014-09-02 Accenture Global Services Limited Method and system for simulating a plurality of devices
US20100131513A1 (en) 2008-10-23 2010-05-27 Lundberg Steven W Patent mapping
US8533545B2 (en) 2009-03-04 2013-09-10 Alcatel Lucent Method and apparatus for system testing using multiple instruction types
US8566045B2 (en) 2009-03-16 2013-10-22 Apple Inc. Event recognition
US8566044B2 (en) * 2009-03-16 2013-10-22 Apple Inc. Event recognition
US8285499B2 (en) 2009-03-16 2012-10-09 Apple Inc. Event recognition
US9311112B2 (en) 2009-03-16 2016-04-12 Apple Inc. Event recognition
US9684521B2 (en) 2010-01-26 2017-06-20 Apple Inc. Systems having discrete and continuous gesture recognizers
US9436482B2 (en) * 2009-03-25 2016-09-06 Microsoft Technology Licensing, Llc Input content to application via web browser
US10025573B2 (en) * 2009-04-08 2018-07-17 Adobe Systems Incorporated Extensible distribution/update architecture
KR101053568B1 (ko) * 2009-04-17 2011-08-03 가락전자 주식회사 Pa 방송용 버튼 운용방법
AU2010224397A1 (en) 2009-10-14 2011-04-28 Aristocrat Technologies Australia Pty Limited A gaming system and a method of gaming
US8595236B2 (en) * 2009-11-05 2013-11-26 International Business Machines Corporation Searching existing user interfaces to enable design, development and provisioning of user interfaces
EP2333628B1 (en) * 2009-12-04 2013-12-04 Umicore AG & Co. KG A system and method for system automation based on interpreting a tree sequence of operations
TWI410867B (zh) * 2010-03-24 2013-10-01 Acer Inc 應用軟體的安裝方法
US10216408B2 (en) 2010-06-14 2019-02-26 Apple Inc. Devices and methods for identifying user interface objects based on view hierarchy
US20120036494A1 (en) * 2010-08-06 2012-02-09 Genwi, Inc. Web-based cross-platform wireless device application creation and management systems, and methods therefor
US8881056B2 (en) * 2010-08-30 2014-11-04 Sap Se Dynamic view computation and display
US9521174B2 (en) * 2010-10-19 2016-12-13 Paul Matthew Davidge Video script interpreter platform with cooperating client and server
US9026905B2 (en) * 2010-12-17 2015-05-05 Facebook, Inc. Customization of mobile applications using web-based technology
KR101864333B1 (ko) * 2011-03-21 2018-07-05 삼성전자 주식회사 아이콘 변경 기능 지원 방법 및 이를 지원하는 휴대 단말기
US8713056B1 (en) 2011-03-30 2014-04-29 Open Text S.A. System, method and computer program product for efficient caching of hierarchical items
US9298363B2 (en) 2011-04-11 2016-03-29 Apple Inc. Region activation for touch sensitive surface
US9904726B2 (en) 2011-05-04 2018-02-27 Black Hills IP Holdings, LLC. Apparatus and method for automated and assisted patent claim mapping and expense planning
US9319406B2 (en) 2011-07-12 2016-04-19 Apple Inc. System and method for linking pre-installed software to a user account on an online store
US20130019237A1 (en) * 2011-07-12 2013-01-17 Apple Inc. System and method for linking pre-installed software to a user account on an online store
US9706006B2 (en) * 2011-07-19 2017-07-11 Infosys Limited System and method of context aware adaption of content for a mobile device
RU2733103C2 (ru) 2011-08-29 2020-09-29 ЭйБай, Инк. Контейнерное программное обеспечение для вирусного копирования из одной конечной точки в другую
US20130084009A1 (en) 2011-10-03 2013-04-04 Steven W. Lundberg Systems, methods and user interfaces in a patent management system
US8711116B2 (en) 2011-10-17 2014-04-29 Facebook, Inc. Navigating applications using side-mounted touchpad
US10051289B2 (en) 2011-11-04 2018-08-14 Qualcomm Incorporated Adaptive center band offset filter for video coding
US20130132302A1 (en) * 2011-11-18 2013-05-23 Black Hills Ip Holdings, Llc Systems, methods and interfaces in a patent portfolio management system
AU2012355474B2 (en) 2011-12-23 2018-01-04 Airstrip Ip Holdings, Llc Systems and methods for developing multi-platform applications for computing devices
JP5230827B1 (ja) * 2012-01-25 2013-07-10 キヤノン株式会社 情報処理装置、その方法、及びプログラム
US10255121B1 (en) * 2012-02-21 2019-04-09 EMC IP Holding Company LLC Stackable system event clearinghouse for cloud computing
US8924799B2 (en) * 2012-04-16 2014-12-30 Yahoo! Inc. Method and system for providing a predefined content to a user
US20130286042A1 (en) * 2012-04-26 2013-10-31 Akihiko Ikeda Tile icon display
CN103455475B (zh) * 2012-06-01 2016-12-14 腾讯科技(深圳)有限公司 排版方法、设备及系统
US20140035945A1 (en) * 2012-08-03 2014-02-06 Todd Anglin Computing device applications with an automatically adapting user interface
US9754560B2 (en) * 2012-08-20 2017-09-05 Open Invention Network, Llc Pooling and tiling data images from memory to draw windows on a display device
WO2014051592A1 (en) * 2012-09-27 2014-04-03 Hewlett-Packard Development Company, L.P. Replacing virtual file system data structures deleted by a forced unmount
US9229632B2 (en) 2012-10-29 2016-01-05 Facebook, Inc. Animation sequence associated with image
US9910833B2 (en) 2012-11-13 2018-03-06 International Business Machines Corporation Automatically rendering web and/or hybrid applications natively in parallel
US9684935B2 (en) 2012-11-14 2017-06-20 Facebook, Inc. Content composer for third-party applications
US9218188B2 (en) 2012-11-14 2015-12-22 Facebook, Inc. Animation sequence associated with feedback user-interface element
US9606717B2 (en) 2012-11-14 2017-03-28 Facebook, Inc. Content composer
US9245312B2 (en) 2012-11-14 2016-01-26 Facebook, Inc. Image panning and zooming effect
US9081410B2 (en) 2012-11-14 2015-07-14 Facebook, Inc. Loading content on electronic device
US9235321B2 (en) 2012-11-14 2016-01-12 Facebook, Inc. Animation sequence associated with content item
US9507757B2 (en) 2012-11-14 2016-11-29 Facebook, Inc. Generating multiple versions of a content item for multiple platforms
US9547416B2 (en) 2012-11-14 2017-01-17 Facebook, Inc. Image presentation
US9606695B2 (en) 2012-11-14 2017-03-28 Facebook, Inc. Event notification
US9696898B2 (en) 2012-11-14 2017-07-04 Facebook, Inc. Scrolling through a series of content items
US9607289B2 (en) 2012-11-14 2017-03-28 Facebook, Inc. Content type filter
US9507483B2 (en) * 2012-11-14 2016-11-29 Facebook, Inc. Photographs with location or time information
US9547627B2 (en) 2012-11-14 2017-01-17 Facebook, Inc. Comment presentation
CN102932483B (zh) * 2012-11-19 2014-08-13 西北大学 一种轻量级的资源动态定义方法
KR20140080216A (ko) * 2012-12-20 2014-06-30 에스케이하이닉스 주식회사 반도체 메모리 시스템 및 그의 동작 방법
US20140282143A1 (en) * 2013-03-14 2014-09-18 Michael Matas Modifying Content of Components in a User Interface
WO2014157886A1 (en) 2013-03-27 2014-10-02 Samsung Electronics Co., Ltd. Method and device for executing application
US10229258B2 (en) 2013-03-27 2019-03-12 Samsung Electronics Co., Ltd. Method and device for providing security content
WO2014157894A1 (en) 2013-03-27 2014-10-02 Samsung Electronics Co., Ltd. Display apparatus displaying user interface and method of providing the user interface
WO2014157885A1 (en) 2013-03-27 2014-10-02 Samsung Electronics Co., Ltd. Method and device for providing menu interface
WO2014157897A1 (en) 2013-03-27 2014-10-02 Samsung Electronics Co., Ltd. Method and device for switching tasks
WO2014157893A1 (en) 2013-03-27 2014-10-02 Samsung Electronics Co., Ltd. Method and device for providing a private page
US9996246B2 (en) 2013-03-27 2018-06-12 Samsung Electronics Co., Ltd. Device and method for displaying execution result of application
KR102164454B1 (ko) * 2013-03-27 2020-10-13 삼성전자주식회사 개인 페이지 제공 방법 및 이를 위한 디바이스
WO2014157908A1 (en) 2013-03-27 2014-10-02 Samsung Electronics Co., Ltd. Device and method for displaying execution result of application
US9767190B2 (en) 2013-04-23 2017-09-19 Black Hills Ip Holdings, Llc Patent claim scope evaluator
US9733716B2 (en) 2013-06-09 2017-08-15 Apple Inc. Proxy gesture recognizer
US9710440B2 (en) * 2013-08-21 2017-07-18 Microsoft Technology Licensing, Llc Presenting fixed format documents in reflowed format
KR102184269B1 (ko) * 2013-09-02 2020-11-30 삼성전자 주식회사 디스플레이장치, 휴대장치 및 그 화면 표시방법
US20150095842A1 (en) * 2013-09-30 2015-04-02 Microsoft Corporation Extendable blade sequence along pannable canvas direction
CN103530338B (zh) * 2013-10-01 2017-02-15 北界创想(北京)软件有限公司 在计算设备上进行页面渲染的框架及生成页面的方法
WO2015061758A1 (en) * 2013-10-24 2015-04-30 Ryan Alexander Symbol matrix engine
US9537903B2 (en) 2013-10-29 2017-01-03 At&T Mobility Ii Llc Method and apparatus for communicating between communication devices
CN103616992B (zh) * 2013-11-13 2017-10-17 华为技术有限公司 应用程序控制方法和装置
CN103914223B (zh) * 2014-03-21 2018-02-09 海尔集团公司 终端应用界面的生成方法及装置
CN105095216A (zh) * 2014-04-22 2015-11-25 深圳市志友企业发展促进中心 一种数据组装方法、装置及资源传播系统
US11514228B2 (en) 2014-05-23 2022-11-29 Microsoft Technology Licensing, Llc Guides on a content generation system
CN104090787A (zh) * 2014-06-25 2014-10-08 可牛网络技术(北京)有限公司 一种应用软件首页的启动方法及启动装置
CN104123376B (zh) * 2014-07-29 2018-05-01 广东能龙教育股份有限公司 一种基于列模板的智能文本数据采集方法和系统
US9591120B2 (en) 2014-08-15 2017-03-07 Xiaomi Inc. Method and device for adding application badge
CN104238875B (zh) * 2014-08-15 2018-07-24 小米科技有限责任公司 应用程序角标添加方法及装置
US9626336B2 (en) * 2014-08-22 2017-04-18 Microsoft Technology Licensing, Llc Remote management of a graphical user interface
US9965452B2 (en) * 2014-09-04 2018-05-08 Home Box Office, Inc. Pre-children in a user interface tree
US9830307B1 (en) * 2014-12-11 2017-11-28 Amazon Technologies, Inc. Ahead of time compilation of content pages
US10007493B1 (en) * 2014-12-30 2018-06-26 EMC IP Holding Company LLC Event based validation
WO2016141016A1 (en) * 2015-03-03 2016-09-09 Olio Devices, Inc. System and method for automatic third party user interface
US10747511B2 (en) * 2015-04-28 2020-08-18 Microsoft Technology Licensing, Llc Compiler optimization of coroutines
US20170043459A1 (en) * 2015-08-13 2017-02-16 Raytheon Company Compliant fastener starter for simultaneous hardware installation
US10270671B2 (en) 2015-09-22 2019-04-23 Microsoft Technology Licensing, Llc External process user interface isolation and monitoring
US10497079B2 (en) * 2015-10-08 2019-12-03 Toshiba Client Solutions CO., LTD. Electronic device and method for managing image
CN106611581A (zh) * 2015-10-22 2017-05-03 小米科技有限责任公司 内容显示方法及装置
CN106708495B (zh) * 2015-11-18 2021-05-07 优信拍(北京)信息科技有限公司 一种基于移动终端的页面显示方法及装置
US10321167B1 (en) 2016-01-21 2019-06-11 GrayMeta, Inc. Method and system for determining media file identifiers and likelihood of media file relationships
US10176080B2 (en) 2016-09-19 2019-01-08 Grand Rounds, Inc. Methods and systems for content management and testing
CN106648743B (zh) * 2016-10-19 2021-03-02 广州视源电子科技股份有限公司 一种终端的初始化方法和装置
US10719492B1 (en) 2016-12-07 2020-07-21 GrayMeta, Inc. Automatic reconciliation and consolidation of disparate repositories
US10769679B2 (en) * 2017-01-25 2020-09-08 Crackle, Inc. System and method for interactive units within virtual reality environments
JP6975536B2 (ja) * 2017-01-26 2021-12-01 株式会社平和 遊技機
EP3399411A1 (en) * 2017-05-04 2018-11-07 Volvo Car Corporation Method and system for fault handling during remote installation of software in a vehicle
CN107479982B (zh) * 2017-07-03 2020-01-31 福建网龙计算机网络信息技术有限公司 一种数据同步的方法及终端
CN109254807A (zh) * 2018-09-26 2019-01-22 四川长虹电器股份有限公司 一种ios系统中实现分页功能的方法
CN109324792B (zh) * 2018-10-09 2022-03-11 深圳点猫科技有限公司 一种基于编程语言的路由构建自动化方法及电子设备
CN109558323B (zh) * 2018-11-30 2022-04-12 百度在线网络技术(北京)有限公司 用于调试页面的系统、方法和装置
US11487766B2 (en) * 2020-12-18 2022-11-01 Microsoft Technology Licensing, Llc Operation fragmentation with metadata serialization in query processing pushdowns
US11797523B2 (en) 2020-12-18 2023-10-24 Microsoft Technology Licensing, Llc Schema and data modification concurrency in query processing pushdown

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020151327A1 (en) * 2000-12-22 2002-10-17 David Levitt Program selector and guide system and method
US20030236917A1 (en) * 2002-06-17 2003-12-25 Gibbs Matthew E. Device specific pagination of dynamically rendered data

Family Cites Families (98)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2157623C (en) 1994-09-20 1999-12-21 Lars Stig Sorensen Method and apparatus for dynamic radio communication menu
US5694561A (en) 1994-12-12 1997-12-02 Microsoft Corporation Method and system for grouping and manipulating windows
US6392640B1 (en) * 1995-04-18 2002-05-21 Cognitive Research & Design Corp. Entry of words with thumbwheel by disambiguation
US6829368B2 (en) 2000-01-26 2004-12-07 Digimarc Corporation Establishing and interacting with on-line media collections using identifiers in media signals
JPH09223062A (ja) * 1996-02-16 1997-08-26 Fuji Xerox Co Ltd サービス提供形態のカスタマイズ方法およびその方法の実施に使用可能なサーバ装置
JPH09222974A (ja) * 1996-02-16 1997-08-26 Fuji Xerox Co Ltd 言語解釈表示方法とその方法を用いた装置およびシステム
EP0794647A1 (fr) 1996-03-06 1997-09-10 Koninklijke Philips Electronics N.V. Téléphone à écran et procédé de gestion de menu d'un téléphone à écran
US7685426B2 (en) * 1996-05-07 2010-03-23 Digimarc Corporation Managing and indexing content on a network with image bookmarks and digital watermarks
JP3977910B2 (ja) * 1997-12-19 2007-09-19 松下電器産業株式会社 ユーザインタフェース画面表示装置及びユーザインタフェース画面表示方法
US6173316B1 (en) * 1998-04-08 2001-01-09 Geoworks Corporation Wireless communication device with markup language based man-machine interface
US6300947B1 (en) * 1998-07-06 2001-10-09 International Business Machines Corporation Display screen and window size related web page adaptation system
EP0984631A1 (en) 1998-09-04 2000-03-08 THOMSON multimedia Apparatus and method for executing interactive TV applications on set top units
US6678891B1 (en) * 1998-11-19 2004-01-13 Prasara Technologies, Inc. Navigational user interface for interactive television
SE521472C2 (sv) 1999-03-16 2003-11-04 Ericsson Telefon Ab L M Portabel kommunikationsapparat med dynamisk meny
JP2000299718A (ja) 1999-04-13 2000-10-24 Matsushita Electric Ind Co Ltd 携帯電話装置およびオーディオ装置
US6674439B1 (en) * 1999-05-13 2004-01-06 Matsushita Electric Industrial Co., Ltd. Information terminal device
EP1069500A1 (en) * 1999-07-12 2001-01-17 International Business Machines Corporation Downloadable user-interface
JP2001027944A (ja) * 1999-07-14 2001-01-30 Fujitsu Ltd メニューインターフェイスを持つ装置とプログラム記録媒体
US6356933B2 (en) * 1999-09-07 2002-03-12 Citrix Systems, Inc. Methods and apparatus for efficiently transmitting interactive application data between a client and a server using markup language
AU2079701A (en) * 1999-12-08 2001-06-18 Sun Microsystems, Inc. Technique for configuring network deliverable components
JP2001188702A (ja) 1999-12-28 2001-07-10 Hitachi Ltd 分散ファイルシステム及びファイル操作方法
US6757291B1 (en) 2000-02-10 2004-06-29 Simpletech, Inc. System for bypassing a server to achieve higher throughput between data network and data storage system
KR100799090B1 (ko) * 2000-02-19 2008-01-29 디지맥 코포레이션 워터마크 인코더 및 디코더를 작동시키는 소프트웨어 및 장치들
GB2360429A (en) * 2000-03-16 2001-09-19 Ibm Navigation manager for navigating a hierarchical user interface represenation
US6763382B1 (en) * 2000-03-17 2004-07-13 Sun Microsystems, Inc. Method and apparatus for demand based paging algorithm
US20050091576A1 (en) * 2003-10-24 2005-04-28 Microsoft Corporation Programming interface for a computer platform
US6834312B2 (en) 2000-05-02 2004-12-21 Cadopener.Com 11C Method and apparatus for delivery of data over a network
AUPQ808700A0 (en) * 2000-06-09 2000-07-06 Honeywell Limited Human-machine interface
GB0017023D0 (en) * 2000-07-12 2000-08-30 Ibm Knowledge sharing between heterogeneous devices
JP2002032331A (ja) * 2000-07-13 2002-01-31 Cross Head Kk コンテンツ配信システム、コンテンツ配信方法、コンテンツ配信のための複合機能付複写機、本システムに用いられる複合機能付複写機及び携帯情報端末等のユーザーインターフェイス
US6717593B1 (en) 2000-09-12 2004-04-06 Avaya Technology Corp. Mark-up language implementation of graphical or non-graphical user interfaces
US7190976B2 (en) 2000-10-02 2007-03-13 Microsoft Corporation Customizing the display of a mobile computing device
KR100354780B1 (ko) 2000-10-06 2002-10-05 엘지전자주식회사 이동통신 단말기의 메뉴 구현 방법
US6753892B2 (en) * 2000-11-29 2004-06-22 International Business Machines Corporation Method and data processing system for presenting items in a menu
US6996800B2 (en) * 2000-12-04 2006-02-07 International Business Machines Corporation MVC (model-view-controller) based multi-modal authoring tool and development environment
US7596791B2 (en) * 2000-12-19 2009-09-29 Emc Corporation Methods and techniques for delivering rich Java applications over thin-wire connections with high performance and scalability
GB0100753D0 (en) 2001-01-11 2001-02-21 Bate Matthew Data system
US7073130B2 (en) * 2001-01-31 2006-07-04 Microsoft Corporation Methods and systems for creating skins
WO2002065278A2 (en) * 2001-02-12 2002-08-22 Lto Limited A presentation server which enables a client device to run a network based application
US7155681B2 (en) * 2001-02-14 2006-12-26 Sproqit Technologies, Inc. Platform-independent distributed user interface server architecture
JP3881179B2 (ja) * 2001-02-14 2007-02-14 三菱電機株式会社 ユーザインタフェース設計装置
US20020165999A1 (en) 2001-03-07 2002-11-07 Ajile Systems, Inc. Apparatus and method for interfacing hardware events with software events
DE20104839U1 (de) * 2001-03-20 2002-08-22 Agere Syst Guardian Corp Mobiltelefon mit einer Vorrichtung zum Speichern von heruntergeladenen Daten
JP4187948B2 (ja) * 2001-04-27 2008-11-26 大日本印刷株式会社 データ入力画面設計方法およびその支援システム
JP2002342148A (ja) * 2001-05-11 2002-11-29 Sony Corp 仮想ファイルシステム提供サーバ、仮想ファイルシステム提供方法、ファイル登録方法、ファイル登録プログラム、およびプログラム格納媒体
JP3638884B2 (ja) 2001-05-15 2005-04-13 株式会社スーパーインデックス 情報個別管理システム、情報個別管理方法及び情報個別管理プログラム
US6714778B2 (en) * 2001-05-15 2004-03-30 Nokia Corporation Context sensitive web services
US7010758B2 (en) * 2001-05-21 2006-03-07 Leap Wireless International, Inc. Dynamically defined context sensitive jump menu
EP1262939B1 (en) 2001-05-31 2012-02-01 Nokia Corporation Method and apparatus for updating a frame buffer with reduced power consumption
KR20010070863A (ko) 2001-06-14 2001-07-27 유선진 휴대용정보단말기를 이용한 맞춤형 학습 컨텐츠 제공시스템 및 그 방법
US6690395B2 (en) * 2001-06-25 2004-02-10 Dbtel Incorporated Progressively rolling animation display method on cellular phones
JP3818091B2 (ja) * 2001-06-29 2006-09-06 東陶機器株式会社 腰掛式便器への給水管の立ち上げ構造
US20030013483A1 (en) * 2001-07-06 2003-01-16 Ausems Michiel R. User interface for handheld communication device
JP2003032654A (ja) 2001-07-16 2003-01-31 Jisedai Joho Hoso System Kenkyusho:Kk 番組関連コンテンツ生成・提示方法および番組関連コンテンツ生成・提示装置
US8418065B2 (en) * 2001-07-16 2013-04-09 Nuance Communications, Inc. Method of and system for dynamically controlling during run time a multifunction peripheral (MFP) touch panel user interface (UI) from an external remote network-connected computer
US7234111B2 (en) * 2001-09-28 2007-06-19 Ntt Docomo, Inc. Dynamic adaptation of GUI presentations to heterogeneous device platforms
US7496645B2 (en) * 2001-10-18 2009-02-24 Hewlett-Packard Development Company, L.P. Deployment of business logic software and data content onto network servers
KR100431509B1 (ko) * 2001-12-20 2004-05-14 한국전자통신연구원 메소드 내장형 컨텐츠 처리 장치 및 그 방법
US6957392B2 (en) * 2002-01-16 2005-10-18 Laszlo Systems, Inc. Interface engine providing a continuous user interface
JP4558255B2 (ja) * 2002-01-28 2010-10-06 三菱電機インフォメーションテクノロジー株式会社 エミュレータ端末への表示データダウンロード方法
EP1333646A1 (en) * 2002-01-30 2003-08-06 Koninklijke KPN N.V. Access provider and server for offering an internet portal having a menu
GB2384878A (en) * 2002-01-31 2003-08-06 Hewlett Packard Co Authoring media content for dissemination over a network accessible by a variety of device types
EP1473678A4 (en) 2002-02-06 2008-02-13 Digital Process Ltd PROGRAM, METHOD AND DEVICE FOR DISPLAYING THREE-DIMENSIONAL FORMS
WO2003067427A2 (en) * 2002-02-07 2003-08-14 British Telecommunications Public Limited Company Graphical user interface
ES2250872T3 (es) * 2002-02-07 2006-04-16 Qualcomm Cambridge Limited Metodo y aparato para proporcionar contenidos a un terminal movil.
JP2003303152A (ja) * 2002-02-08 2003-10-24 Matsushita Electric Ind Co Ltd コンテンツ送信システム
WO2003071442A1 (en) 2002-02-15 2003-08-28 Tridium, Inc. Real-time data interface and method for browsers and the like
KR100475432B1 (ko) * 2002-02-26 2005-03-10 삼성전자주식회사 그래픽 사용자 인터페이스의 디자인 변경 방법 및 이를 위한 기록매체
US6850255B2 (en) * 2002-02-28 2005-02-01 James Edward Muschetto Method and apparatus for accessing information, computer programs and electronic communications across multiple computing devices using a graphical user interface
AU2003225628A1 (en) 2002-03-04 2003-09-22 Alexander Chan A method and system for publishing and accessing rich content via a wireless device
JP2003271508A (ja) * 2002-03-14 2003-09-26 Ntt Comware Corp 携帯端末向けコンテンツ変換システム、及びコンテンツ変換方法
US20030182626A1 (en) * 2002-03-22 2003-09-25 Eran Davidov On-demand creation of MIDlets
AU2003220423A1 (en) * 2002-03-22 2003-10-13 Sun Microsystems, Inc. Mobile download system
EP2463627B1 (en) * 2002-04-30 2017-07-19 Intel Corporation Navigation system using corridor maps
ATE420428T1 (de) 2002-05-08 2009-01-15 Ipoc Technologies Ag Drahtloses multimediasichtanzeigegerät
US6973457B1 (en) * 2002-05-10 2005-12-06 Oracle International Corporation Method and system for scrollable cursors
JP2004005143A (ja) * 2002-05-31 2004-01-08 D M L:Kk ユーザインターフェースシステム
DE10225316A1 (de) * 2002-06-06 2003-12-18 Philips Intellectual Property Verfahren zur Optimierung der Darstellung von mittels Bedienelemente frei platzier-und skalierbaren Objekten einer Benutzeroberfläche auf einem Bildschirm
JP2004021893A (ja) * 2002-06-20 2004-01-22 Sony Corp 携帯情報通信端末、プログラムおよび該プログラムを記録した記録媒体
AU2003262702A1 (en) * 2002-08-23 2004-03-11 Jway Group, Inc. Extensible user interface (xui) framework and development environment
US20040075693A1 (en) 2002-10-21 2004-04-22 Moyer Timothy A. Compact method of navigating hierarchical menus on an electronic device having a small display screen
US7457822B1 (en) * 2002-11-01 2008-11-25 Bluearc Uk Limited Apparatus and method for hardware-based file system
US7412658B2 (en) * 2002-11-14 2008-08-12 Sap Ag Modeling system for graphic user interface
US20040158638A1 (en) * 2003-02-06 2004-08-12 Peters Jay R. St. Providing static and dynamic event data
US7650572B2 (en) * 2003-02-28 2010-01-19 Bea Systems, Inc. Graphical user interface navigation method
US8285727B2 (en) * 2003-03-06 2012-10-09 Thomson Licensing S.A. Simplified searching for media services using a control device
US7500198B2 (en) 2003-04-25 2009-03-03 Motorola, Inc. Method and apparatus for modifying skin and theme screens on a communication product
US20050021935A1 (en) * 2003-06-18 2005-01-27 Openwave Systems Inc. Method and system for downloading configurable user interface elements over a data network
US20040261031A1 (en) * 2003-06-23 2004-12-23 Nokia Corporation Context dependent auxiliary menu elements
EP1660985A4 (en) * 2003-09-02 2008-01-02 Research In Motion Ltd PROCESS AND DATA STRUCTURE FOR USER INTERFACE ADJUSTMENT
CA2539465C (en) 2003-09-17 2012-12-04 Research In Motion Limited System and method for management of mutating applications
US7480869B2 (en) * 2003-10-31 2009-01-20 International Business Machines Corporation Method and apparatus for displaying status of hierarchical operations
KR100617827B1 (ko) * 2003-11-14 2006-08-28 삼성전자주식회사 이동통신 단말기에서 계층 구조의 메뉴를 표시하는 장치및 방법
US20050277432A1 (en) * 2003-11-26 2005-12-15 Viana Rodrigo B D Dynamic display generation for mobile communication devices
US7113981B2 (en) * 2003-12-29 2006-09-26 Mixxer, Inc. Cellular telephone download locker
GB2411331A (en) * 2004-02-19 2005-08-24 Trigenix Ltd Rendering user interface using actor attributes
US7480135B2 (en) * 2005-12-29 2009-01-20 Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd. Computer enclosure with simple drive bracket
WO2007082190A2 (en) 2006-01-06 2007-07-19 Qualcomm Incorporated Apparatus and methods of selective collection and selective presentation of content

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020151327A1 (en) * 2000-12-22 2002-10-17 David Levitt Program selector and guide system and method
US20030236917A1 (en) * 2002-06-17 2003-12-25 Gibbs Matthew E. Device specific pagination of dynamically rendered data

Also Published As

Publication number Publication date
BRPI0507707A (pt) 2007-07-03
PE20060088A1 (es) 2006-03-20
CN1922609A (zh) 2007-02-28
CN1922573A (zh) 2007-02-28
AR048022A1 (es) 2006-03-22
AU2005215465A1 (en) 2005-09-01
EP1721241A2 (en) 2006-11-15
US20080282142A1 (en) 2008-11-13
AU2005214405A1 (en) 2005-09-01
EP2249250A2 (en) 2010-11-10
RU2363039C2 (ru) 2009-07-27
CA2556294A1 (en) 2005-09-01
PE20060089A1 (es) 2006-03-23
TW200622901A (en) 2006-07-01
JP2007523420A (ja) 2007-08-16
WO2005081505A1 (en) 2005-09-01
RU2006133385A (ru) 2008-03-27
RU2006133374A (ru) 2008-03-27
WO2005081101A2 (en) 2005-09-01
JP2007523421A (ja) 2007-08-16
KR20070008564A (ko) 2007-01-17
US8434016B2 (en) 2013-04-30
IL177207A0 (en) 2006-12-10
CA2556285A1 (en) 2005-09-01
CN1922608A (zh) 2007-02-28
US20070266316A1 (en) 2007-11-15
RU2006133387A (ru) 2008-03-27
US9454619B2 (en) 2016-09-27
US8327289B2 (en) 2012-12-04
KR20070007106A (ko) 2007-01-12
BRPI0507699A (pt) 2007-07-24
WO2005081094A2 (en) 2005-09-01
RU2006133371A (ru) 2008-03-27
EP1723520A2 (en) 2006-11-22
EP1721269A1 (en) 2006-11-15
JP2007523418A (ja) 2007-08-16
AR047888A1 (es) 2006-03-01
CA2555995A1 (en) 2005-09-01
RU2006133389A (ru) 2008-03-27
WO2005081130A1 (en) 2005-09-01
IL177210A0 (en) 2006-12-10
TW200602953A (en) 2006-01-16
US20130063479A1 (en) 2013-03-14
US20080037452A1 (en) 2008-02-14
JP4943865B2 (ja) 2012-05-30
BRPI0507706A (pt) 2007-07-03
CN1989762B (zh) 2011-03-02
TW200540699A (en) 2005-12-16
IL177206A0 (en) 2006-12-10
CN100462917C (zh) 2009-02-18
BRPI0507709A (pt) 2007-07-03
EP1723563A1 (en) 2006-11-22
AU2005214401A1 (en) 2005-09-01
TW200622902A (en) 2006-07-01
WO2005081094A3 (en) 2007-05-10
CA2555557A1 (en) 2005-09-01
JP2007523419A (ja) 2007-08-16
JP2012155728A (ja) 2012-08-16
KR20070018042A (ko) 2007-02-13
CN100549948C (zh) 2009-10-14
JP2007523417A (ja) 2007-08-16
AR047814A1 (es) 2006-02-22
PE20060037A1 (es) 2006-02-11
KR101105176B1 (ko) 2012-01-12
IL177209A0 (en) 2006-12-10
RU2383919C2 (ru) 2010-03-10
CN1989762A (zh) 2007-06-27
AR047883A1 (es) 2006-03-01
CN1922852A (zh) 2007-02-28
IL177205A0 (en) 2006-12-10
US20070288856A1 (en) 2007-12-13
RU2006133383A (ru) 2008-03-27
GB0403709D0 (en) 2004-03-24
KR20060134109A (ko) 2006-12-27
US20070300217A1 (en) 2007-12-27
KR20070018043A (ko) 2007-02-13
CN1922609B (zh) 2013-07-10
GB2411331A (en) 2005-08-24
JP2011248909A (ja) 2011-12-08
CA2556284A1 (en) 2005-09-01
JP5282324B2 (ja) 2013-09-04
EP2249250A3 (en) 2010-12-08
EP1723517A2 (en) 2006-11-22
WO2005081505A8 (en) 2006-09-28
EP1721443A1 (en) 2006-11-15
AR047885A1 (es) 2006-03-01
PE20060036A1 (es) 2006-03-01
KR101111943B1 (ko) 2012-03-13
WO2005081551A2 (en) 2005-09-01
BRPI0507701A (pt) 2007-07-03
WO2005081131A1 (en) 2005-09-01
AU2005214406A1 (en) 2005-09-01
JP2007535025A (ja) 2007-11-29
CA2555102C (en) 2013-02-05
KR20060127207A (ko) 2006-12-11
AU2005214404A1 (en) 2005-09-01
WO2005081132A1 (en) 2005-09-01
CN1914596A (zh) 2007-02-14
KR101105177B1 (ko) 2012-01-12
BRPI0507700A (pt) 2007-07-03
JP4891094B2 (ja) 2012-03-07
PE20060087A1 (es) 2006-03-20
CA2555102A1 (en) 2005-09-01
KR101164833B1 (ko) 2012-07-11
US20070283280A1 (en) 2007-12-06
IL177208A0 (en) 2006-12-10
KR101146159B1 (ko) 2012-05-25
AU2005215457A1 (en) 2005-09-01
TW200622727A (en) 2006-07-01
AR047884A1 (es) 2006-03-01
PE20060035A1 (es) 2006-02-11
WO2005081551A3 (en) 2005-11-03
TW200612275A (en) 2006-04-16
WO2005081101A3 (en) 2006-03-23

Similar Documents

Publication Publication Date Title
CN1922608B (zh) 虚拟文件系统
CN100458689C (zh) 控制移动电信装置的设置
JP2007523417A5 (zh)
CN101621857B (zh) 移动通信终端应用的操作控制方法及应用管理器
CN100552624C (zh) 下载软件应用程序的设备和方法
MXPA06009488A (en) Layered user interface
MXPA06009485A (en) Virtual file system
MXPA06009489A (en) Display of menu items in a user interface

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: QUALCOMM INCORPORATED

Free format text: FORMER OWNER: QUALCOMM CAMBRIDGE LTD.

Effective date: 20121109

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20121109

Address after: California, USA

Patentee after: QUALCOMM Inc.

Address before: cambridge

Patentee before: Qualcomm Cambridge Ltd.

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20100526