Android: Difference between revisions
Line 130: | Line 130: | ||
* [http://www.google.com/events/io/2010/sessions.html Session Videos] | * [http://www.google.com/events/io/2010/sessions.html Session Videos] | ||
* [http://www.google.com/events/io/2010/sessions/world-of-listview-android.html The world of ListView] | * [http://www.google.com/events/io/2010/sessions/world-of-listview-android.html The world of ListView] | ||
* [http://www.google.com/events/io/2009/sessions/MasteringAndroidMediaFramework.html Mastering the Android Media Framework] | |||
====Eclipse==== | ====Eclipse==== |
Revision as of 07:18, 4 April 2011
<google>ENGELSK</google>
Google Nexus S
- TechCrunch Review: Google Nexus S
- Nexus S - The new Android phone from Google
- Android 2.3 User's Guide
- Nexus S on PDAdb.net
Will the GPS chip be Broadcom BCM4751 as in Samsungs Galaxy S?
Using Nexus S from US in DK
What's inside
Samsung Galaxy 2
Update SDK
- cd to your 'android-sdk-windows' folder
- From the command-line you can also directly trigger an update by executing: ' tools\android.bat update sdk'
- Start eclipse
- Select 'Help - Check for updates'
Add Android device for developing
You have to select browse when adding driver and point to your 'android-sdk-windows'
Emulator commands
Start emulator
- emulator -avd <MyDevice>
Show emulators running
- adb devices
Install program (-s <devicename> not nessesary if only one is running)
- adb -s <devicename> install <program.apk>
Sound
Boot order
Android web sites
- Android developers
- Androidforum.dk
- getandroidstuff.com - Download Android Applications, Games, Themes. Android News and Reviews.
- anddev.org Android Development Community - Android Tutorials
Android source
- source.android.com - Here you can find the information and source code you need to build an Android-compatible device
- Code Style Guidelines for Contributors
Outlook and Exchange sync
Set Locale
Custom Locale allows you to modify the Locale of your Android device to anything you like.
Notifications
Display custom notification icons/dots on the screen. It was developed for the Samsung Galaxy S which lacks a physical dedicated LED.
- NoLED
- APP NoLED - Use the AMOLED screen for incoming notifications - here you can find the beta versions
- Forum
Smart car navigation software for mobile phones. Taking a stroll with pedestrian navigation.
Voice
Mono on Android
Bluetooth
- Bluetooth - Wikipedia
- Bluetooth profile - Wikipedia
- Android Bluetooth Introduction
- Android Bluetooth API
Notes:
Nokia CK-7W will ecco on callees side if phones bluetooth Class of Device (COD) is set to Smartphone. On Windows CE it is set in HKEY_LOCAL_MACHINE\Software\Microsoft\Bluetooth\Sys\COD
0x5A020C = smart phone 0x52020C = normal cell phone
- I tried altering the CoD parameters in the /system/etc/bluetooth/main.conf file, but it seems that this file isn't even being used (or at least the CoD isn't) and is simply a default.
- I tried installing hciconfig and changing the CoD that way, but hciconfig is unable to find any bluetooth devices.
...at least not on Samsung
Car kits
- Sony MEX-BT2900
- Sony MEX-BT3900U
- A Guide to Nokia Car Kits
- Sounding Out! Sony Xplod MEX-BT5700U versus Parrot RKi8400 In-Dash Bluetooth Car Stereos
- Noise and echo in bluetooth handsfree caals
Debugging
Reverse engineering
Activities
Google I/O
Eclipse
- Eclipse and Java for Total Beginners
- Subclipse - an Eclipse Team Provider plug-in providing support for Subversion
Mercurial SCM
Eclipse
Bags
Car holders
- Samsung Nexus S / Google Nexus S Brodit Holder - 513227
- Herbert Richter Adapter plate Self-adhesive to 4-Holes - 1471
- Google Nexus S Herbert Richter mount and Brodit holder combo
- SAMSUNG Car Mount Kit/ Galaxy Tab (ECS-V980BEGSTD)
- SAMSUNG Car Mount Kit/ Galaxy Tab (ECS-V980BEGSTD)
Desktop Dock
Android Phone Reviews
- iPhone 4 Vs Samsung Galaxy S (GT-i9000) – PART 1
- iPhone 4 Vs Samsung Galaxy S (GT-i9000) – PART 2
- Samsung's Galaxy S scores in benchmarks - CNET
Samsung GPS problems
- Samsung S GPS problems
- Samsung GPS FIX?
- Quick fix for GPS issues on your new Samsung Galaxy S series phone
- Galaxy X Samsung Galaxy S Froyo Update Begins Rollout
External GPS
Android applications
Other android sites
Android C native development
<google>ENGELSK</google>