Android settings project installation (Simulator version)

Source: Internet
Author: User

Some articles on the Internet are summarized as follows:

  1. Run the DEBUG command of eclipse and install your settings on the simulator. the following error occurs:

    [11:14:27-settings] Android launch!
    [11:14:27-settings] ADB is running normally.
    [11:14:27-settings] Ming com. Android. settings. settings activity launch
    [5554 11:14:27-settings] Automatic Target mode: preferred AVD 'demo1' is available on emulator' emulator-100'
    [11:14:27-settings] Warning: application does not specify an API level requirement!
    [11:14:27-settings] device API version is 8 (Android 2.2)
    [5554 11:14:27-settings] uploading settings.apk onto device 'emulator-100'
    [11:15:00-settings] installing settings.apk...
    [2012-03-08 11:15:31-settings] installation error: install_failed_update_incompatible
    [11:15:31-settings] Please check logcat output for more details.
    [2012-03-08 11:15:31-settings] Launch canceled!

    That is to say, the settings signature you write is inconsistent with the settings signature that comes with the system. You must first uninstall the original settings

  2. Uninstall seetings

  • If Adb uninstall com. Android. settings is uninstalled normally, failure is reported.

    The online search method is ADB shell "CD/system/APP; RM settings.apk ;"

    However, RM failed for settings.apk, read-only File System

  • You must first execute this statement (in ADB mode, this is the root permission) ADB remount

    Prompt remount succeeded (remount is probably used to improve the read/write permission so that it can operate read-only files)

  • Then you can run ADB shell "CD/system/APP; RM settings.apk ;"
  • After the deletion is successful, run
    ADB uninstall com. Android. Settings
  • Uninstalled successfully! Install your settings

Reference http://blog.csdn.net/stonecao/article/details/6460116

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.