HomeSort by relevance Sort by last modified time
    Searched full:installer (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /bootable/diskinstaller/
init.rc 12 # mount the installer needed partitions
22 service installer /system/bin/installer -p /dev/block/sdb2
config.mk 53 define installer-copy-modules
64 # Build the installer ramdisk image
67 installer_ramdisk := $(TARGET_INSTALLER_OUT)/ramdisk-installer.img
69 installer_config := $(diskinstaller_root)/installer.conf
85 @echo ----- Making installer image ------
98 @echo Copying installer base files...
99 $(call installer-copy-modules,$(TARGET_OUT),\
106 $(TARGET_INSTALLER_SYSTEM_OUT)/etc/installer.conf
107 cp -f $(installer_binary) $(TARGET_INSTALLER_SYSTEM_OUT)/bin/installer
111 @echo ----- Made installer ramdisk -[ $@ ]
    [all...]
installer.h 1 /* commands/sysloader/installer/installer.h
Android.mk 7 installer.c
installer.c 1 /* commands/sysloader/installer/installer.c
18 #define LOG_TAG "installer"
37 #include "installer.h"
48 fprintf(stderr, "\t-c <path> - Path to installer conf file "
49 "(/system/etc/installer.conf)\n");
371 char *inst_conf_file = "/system/etc/installer.conf";
452 /* Now process the installer config file and write the images to disk */
461 LOGE("Unable to write data to partition. Try running 'installer' again.");
477 LOGI("Done processing installer config. Configured %d images", cnt)
    [all...]
  /external/svox/pico/src/com/svox/pico/
VoiceDataInstallerReceiver.java 25 * Is notified when the language pack installer is added to the system, and runs the installer.
31 private final static String INSTALLER_PACKAGE = "com.svox.langpack.installer";
37 Log.v(TAG, INSTALLER_PACKAGE + " package was added, running installer...");
38 // the language pack installer has been added to the system
39 // now run the installer
40 Intent runIntent = new Intent("com.svox.langpack.installer.RUN_TTS_DATA_INSTALLER");
LangPackUninstaller.java 24 * Is notified when the language pack installer is added to the system, and runs the installer.
30 private final static String INSTALLER_PACKAGE = "com.svox.langpack.installer";
DownloadVoiceData.java 28 private final static String MARKET_URI = "market://search?q=pname:com.svox.langpack.installer";
  /external/svox/picolanginstaller/
AndroidManifest.xml 3 package="com.svox.langpack.installer"
16 <action android:name="com.svox.langpack.installer.RUN_TTS_DATA_INSTALLER" />
  /build/target/board/generic_x86/
README.txt 26 device. You can build an installer image disk for the VirtualBox emulator using the command:
28 A5. Build a VirtualBox installer image
  /packages/providers/DrmProvider/res/values-fr/
strings.xml 22 <string name="permlab_installDrm" msgid="4716871004736576753">"Installer le contenu GDN"</string>
23 <string name="permdesc_installDrm" msgid="8352431922295326348">"Autorise l\'application à installer du contenu protégé par GDN."</string>
  /external/svox/picolanginstaller/res/values/
strings.xml 22 <string name="app_name">Speech Synthesis Data Installer</string>
29 <!-- After the successful installation of the required files for speech synthesis, the installer shows this message to the user -->
30 <string name="uninstall_message">The voice data has been installed successfully. You can now safely remove this installer.</string>
32 <!-- Text on the button to let the user remove from the phone the application that was just run (the voice data installer) -->
  /external/svox/picolanginstaller/res/values-en-rGB/
strings.xml 22 <string name="app_name" msgid="3853942104135735825">"Speech Synthesis Data Installer"</string>
25 <string name="uninstall_message" msgid="174096141356529599">"The voice data has been installed successfully. You can now safely remove this installer."</string>
  /external/webkit/WebKitTools/wx/packaging/
wxWebKitInstaller.iss.in 0 ; Installer script for wxWebKit for wxPython
19 OutputDir=win-installer
  /external/svox/picolanginstaller/res/values-tl/
strings.xml 22 <string name="app_name" msgid="3853942104135735825">"Speech Synthesis Data Installer"</string>
25 <string name="uninstall_message" msgid="174096141356529599">"Matagumpay na na-install ang data ng voice. Ligtas mo nang maaalis ang installer na ito."</string>
  /development/pdk/docs/porting/
source_setup_guide.jd 58 # Line commented out by installer because it failed to verify:
60 # Line commented out by installer because it failed to verify:
62 # Line commented out by installer because it failed to verify:
64 # Line commented out by installer because it failed to verify:
  /external/expat/win32/
MANIFEST.txt 7 directory you specified to the installer.
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarieddi.S 33 /*--- Vector installer ---*/
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 1 package com.svox.langpack.installer;
45 // only run the installer if there isn't another one running
159 // only run the installer if there isn't another one running
160 // (we only get here if the installer couldn't complete successfully before)
  /frameworks/base/docs/html/sdk/
index.jd 27 installer for help with the initial setup.)</li>
  /packages/apps/Stk/src/com/android/stk/
StkAppInstaller.java 26 * Application installer for SIM Toolkit.
  /packages/providers/DrmProvider/res/values-da/
strings.xml 22 <string name="permlab_installDrm" msgid="4716871004736576753">"Installer DRM-indhold."</string>
  /packages/providers/DrmProvider/res/values-nb/
strings.xml 22 <string name="permlab_installDrm" msgid="4716871004736576753">"Installer DRM-innhold."</string>
  /external/e2fsprogs/debian/
control 102 Section: debian-installer
110 This is a minimal package for debian-installer.
137 Section: debian-installer
148 This is a minimal package for debian-installer.
165 Section: debian-installer
169 Description: stripped-down versions of e2fsprogs, for debian-installer
171 it can help to save space in debian-installer.
  /external/svox/picolanginstaller/res/values-fi/
strings.xml 22 <string name="app_name" msgid="3853942104135735825">"Speech Synthesis Data Installer"</string>

Completed in 331 milliseconds

1 2 3 4 5