如何隐藏sonyericsson中的midlet图标 [英] How to hide midlet icon in sonyericsson

查看:146
本文介绍了如何隐藏sonyericsson中的midlet图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

帮助我解决您已声明过的问题这里

help me on this issue which you have stated here

一些较新的索尼爱立信手机(JP8.3平台以上)拥有专有的Java应用程序管理API,只能使用如果你的MIDlet是由索尼爱立信签名的话,可以访问,以及允许你从用户那里隐藏你的MIDlet图标的jad属性。

"Some newer Sony-Ericsson phones (with the JP8.3 platform onward) have a proprietary java application management API that can only be accessed if your MIDlet is signed by Sony-Ericsson, along with jad properties that allow you to hide your MIDlet icon from the user."

我已经开发了一个应用程序j2me,我想检查一下我是否可以隐藏它的图标。

I have developed an application in j2me and i want to check whether i can hide its icon or not.

推荐答案

要向用户隐藏您的应用程序,请将以下应用程序属性添加到.jad文件中:

To hide your application from the user, add the following applications properties to your .jad file:

SEMC-MIDlet-Hidden:Y

SEMC-ShowInActivityMenu:false

SEMC-SuppressJavaIcon:Y

SEMC-MIDlet-Hidden: Y
SEMC-ShowInActivityMenu: false
SEMC-SuppressJavaIcon: Y

如果你的MIDlet没有被索尼爱立信信任的证书签名,这可能无效。

This may not work if your MIDlet hasn't been signed by a certificate trusted by Sony-Ericsson.

这些应用程序属性都是你的需要隐藏已安装的应用程序。

These applications properties are all you need to hide an installed application.

SonyEricsson应用程序管理系统API不公开。你需要让SonyEricson为你想要定位的手机发送JavaDoc和二进制库。

SonyEricsson application management system API is not public. You need to get SonyEricson to send you the JavaDoc and binary library for the phones you want to target.

据我所知,它不允许你隐藏安装后的应用程序。但您可以使用它来卸载或启动应用程序或隐藏安装过程(静默安装)。

As far as I know, it doesn't allow you to hide an application after it has been installed. But you could use it to uninstall or launch an application or hide the installation process (silent install).

这篇关于如何隐藏sonyericsson中的midlet图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆