Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  README.md   Sprache: unbekannt

 
Spracherkennung für: .md vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

## Build

m CustomLocale

## Install

### New install

```shell
adb root && adb remount && adb reboot
adb wait-for-device && adb root && adb remount

APP_PATH="/system/priv-app/CustomLocale/"
adb shell mkdir ${APP_PATH} || true
adb push ${OUT}${APP_PATH} ${APP_PATH}
adb reboot
```

### Reinstall

```shell
APP_PATH="/system/priv-app/CustomLocale/"
adb install -r ${OUT}${APP_PATH} ${APP_PATH}
```


## How to use

Just launch the activity, or use following ADB command.

```shell
adb shell am broadcast -a com.android.intent.action.SET_LOCALE \
   --es com.android.intent.extra.LOCALE ${TARGET_LOCALE} com.android.customlocale2
```

`${TARGET_LOCALE}` can be either 2 chars (e.g. `en`, `iw`)
or 5 chars (e.g. `en_US`, `iw_IL`)

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-06-27]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002