android_apps
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| android_apps [2014/07/01 11:24] – michael | android_apps [2021/04/24 07:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| Unter SDK: ARM EABI muss noch installiert werden. | Unter SDK: ARM EABI muss noch installiert werden. | ||
| - | Packages: http:// | + | Android SDK Manger: |
| + | / | ||
| + | |||
| + | Packages: | ||
| Line 22: | Line 25: | ||
| -> clean project | -> clean project | ||
| -> run | -> run | ||
| + | |||
| + | |||
| + | Manifest.xml -> Initial zu startende .java datei. | ||
| + | |||
| + | |||
| + | Drawable: | ||
| + | 120dpi ldpi \\ | ||
| + | 160dpi mdpi 48x\\ | ||
| + | 240dpi hdpi 72x\\ | ||
| + | 320dpi xhdpi 96x\\ | ||
| + | 480dpi xxhdpi 128x\\ | ||
| + | https:// | ||
| + | Generally you create 3 to 5 images when not even looking at screen size: low (120 dpi), medium (160 dpi), high (240 dpi), extra high (320 dpi) and 2*extra high (480 dpi). | ||
| + | |||
| + | |||
| + | List Emulators: | ||
| + | |||
| + | ./adb devices | ||
| + | |||
| + | List of devices attached | ||
| + | | ||
| + | |||
| + | install Application to Emulator: | ||
| + | |||
| + | ./adb install AndExplorer.apk | ||
| + | |||
| + | Speed up the Emulator: | ||
| + | |||
| + | | ||
| + | |||
| + | |||
| + | defy+ | ||
| + | |||
| + | sbf_flash file.sbf | ||
| + | upload file.sbf | ||
| + | |||
| + | sbf_flash -v -r | ||
| + | display detailed CDT information | ||
| + | |||
| + | sbf_flash -r --boot file.sbf | ||
| + | sbf_flash -r --boot boot.img file.sbf | ||
| + | upload boot, optionally using boot.img as the contents | ||
| + | |||
| + | sbf_flash -r -d --boot | ||
| + | sbf_flash -r -d --boot boot.img | ||
| + | download boot, if boot.img isn't specified it will be | ||
| + | saved using the cgname (" | ||
| + | |||
| + | source: [[http:// | ||
| + | | ||
| + | How to flash a SBF via Linux! | ||
| + | - charge your phone 100%! | ||
| + | - download and extract your sbf file: download | ||
| + | - download sbf_flash file (same directory): download, or see the editor blog | ||
| + | - chmod +x sbf_flash | ||
| + | - sudo ./sbf_flash mysbffile.sbf | ||
| + | |||
| + | Now your phone should start flashing, and phone will reboot when finish it. | ||
android_apps.1404213889.txt.gz · Last modified: 2021/04/24 07:38 (external edit)
