如何让我的应用系统 [英] How to make my application system

查看:112
本文介绍了如何让我的应用系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要创造我的应用程序的系统,因为我需要获得许可 android.permission.WRITE_SECURE_SETTINGS 。 后安装到虚拟设备(Eclipse中)我的应用程序出现在/数据/应用程序。我尝试手动动他到/系统/应用程序,设置权限 644 ,但是当我启动我的应用程序 - 吐司'未安装应用程序。重启后(关闭虚拟设备,然后重新启动)从我的应用程序消失/系统/应用程序

I need create my app as system, because i need get permission android.permission.WRITE_SECURE_SETTINGS. After install to virtual device (Eclipse) my app appears in '/data/app'. I try manually move him to '/system/app', set rights 644, but when i launch my app - toast 'App isn't installed'. After reboot (close virtual device and restart) my app disappeared from '/system/app'.

地址:的 - 1.为什么机器人不能看到我的应用程序/系统/应用程序? - 2.为什么重启后的虚拟设备从我的应用程序消失/系统/应用程序

Add: - 1. Why android can not see my application in '/system/app'? - 2. Why after restart virtual device my app disappeared from '/system/app'?

什么是最好的方式让我的应用程序系统上的Eclipse模拟器和真实的设备?

What the best way make my app system on Eclipse Emulator and real devices?

推荐答案

安装在你的Andr​​oid设备上的应用程序大致可分为系统的应用程序或用户的应用程序,根据其安装位置。用户应用程序是通过谷歌只是所有的正常的应用程序安装Play商店,亚马逊的Appstore或侧载。这些进入你的Andr​​oid手机,这是内部存储器的用户数据和应用程序所提供的部分/数据分区。

The apps installed on your Android devices can be broadly categorized as system apps or user apps, based on their installation location. The user apps are just all your normal app installations through the Google Play Store, Amazon Appstore or sideloading. These go into the /data partition of your Android phone, which is the part of the internal memory made available for user data and apps.

系统应用程序基本上是来了pre-安装了您的ROM中的应用程序。在一个标准的Andr​​oid用户环境中,用户没有写访问/系统分区,因此,在安装或卸载系统应用服务,直接是不可能的。这个过程并不难,因为它听起来可能。然而,有一个陷阱。

System apps are basically the apps that come pre-installed with your ROM. In a standard Android user environment, the user doesn’t have write access to the /system partition and thus, installing or uninstalling system apps directly isn’t possible. The process isn’t as hard as it may sound. However, there is a catch.

为了安装一个应用程序,为您的Andr​​oid设备上的系统应用程序,您的设备必须要么扎根,或安装自定义恢复(或两者)。通常pretty的多大家谁安装了一个自定义恢复使用扎根ROM,这样我们就可以使用方法根深蒂固的手机。 转到下面tutorial.it可能会帮助你。

In order to install an app as a system app on your Android device, your device must either be rooted, or have a custom recovery installed (or both). Usually pretty much everyone who has a custom recovery installed uses a rooted ROM, so we’ll just be using the method for rooted phones. Go to below tutorial.it might help you.

让您的应用程序系统应用

这篇关于如何让我的应用系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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