android_apps
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| android_apps [2012/02/12 14:02] – created michael | android_apps [2021/04/24 07:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Android Apps ====== | ====== Android Apps ====== | ||
| - | Eclipse: | + | Installation |
| - | checking for following site in (eclispe) Help -> " | + | Installation of ADT Plugin fails: |
| + | checking for following site in (eclipse) Help -> " | ||
| $version | $version | ||
| http:// | http:// | ||
| + | Image für ... | ||
| + | |||
| + | Unter SDK: ARM EABI muss noch installiert werden. | ||
| + | |||
| + | Android SDK Manger: | ||
| + | / | ||
| + | |||
| + | Packages: [[http:// | ||
| + | |||
| + | |||
| + | R cannot be resolved to a variable | ||
| + | |||
| + | -> go to gen folder> | ||
| + | -> delete it | ||
| + | -> clean project | ||
| + | -> 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.1329055364.txt.gz · Last modified: 2021/04/24 07:38 (external edit)
