Direkt zum Hauptbereich

Posts

Es werden Posts vom September, 2011 angezeigt.

open7x0Client - Ftpbased client for open7x0

hacked a client to hand ftpbasedurls of records on an open7x0 to vlc. http://seeland.biz/blog/m740/open7x0client/Open7x0ClientSetup.msi known bug: vlc has some problems with unicodeftpurls - http://trac.videolan.org/vlc/ticket/2746

Visualstudio & Tools

VS Addons: SVN-Integration in Visualstudio:  AnkhSVN Merge/Difftool: http://sourceforge.net/projects/winmerge/ Entityframework (EF) 4.1 http://www.microsoft.com/download/en/details.aspx?id=26825 ( HowToUse )   Microsoft® SQL Server® 2008 Management Studio Express Documentationhelpers:     GhostDoc http://submain.com/products/ghostdoc.aspx     CodeItRight http://submain.com/products/codeit.right.aspx     SandCastle http://sandcastle.codeplex.com/     Sandcastle Help File Builder http://www.codeplex.com/wikipage?ProjectName=SHFB 1st: get WinMerge from here: http://sourceforge.net/projects/winmerge/ 2nd: Select Configurationtemplate in Visualstudio to get ankSVN working with winmerge: ( http://mgowen.com/2010/10/22/use-winmerge-with-ankhsvn/ )

Get your HelloWorld deployed on your Device

1. Check if your Device is known by your android-Sdk: C:\Program Files (x86)\Android\android-sdk\platform-tools>adb devices adb server is out of date.  killing... * daemon started successfully * List of devices attached SH17123123123    device If you just see C:\Program Files (x86)\Android\android-sdk\platform-tools>adb devices List of devices attached without any listed device you propably missed installing the driver from your phonemanufacture. In my case there was just on download at http://www.htc.com/europe/help/htc-wildfire-s/index.page?#download (htc.com -> help -> select your device -> News & Dowload -> HTC Sync Set Phone into debugmode: Set up your device to allow installation of non-Market applications. On the device, go to Settings > Applications and enable Unknown sources . Turn on "USB Debugging" o

Setup Android Devenviroment @ win7

Mainstream Android Devoloping: Get Android SDK http://developer.android.com/sdk/index.html Get JDK http://www.oracle.com/technetwork/java/javase/downloads/index.html Get Eclipse http://www.eclipse.org/downloads/ Add ADT Plugins to Eclipse https://dl-ssl.google.com/android/eclipse/ Others: Developing with IntelliJ: They are missing a GUI-Wysiwyg-Designer... maybe http://www.droiddraw.org/ would help... http://wiki.jetbrains.net/intellij/Developing_Android_applications_in_IntelliJ_IDEA#Creating_Elements_of_Your_Application Developiong with Netbeans: ... is also missing a Wysiwygtool but there might be some in future: http://kenai.com/projects/android-gui

Andoiddevelopment Error: Emulator] invalid command-line parameter: Files.

Errorsolution: [2011-09-22 09:46:52 - Emulator] invalid command-line parameter: Files. [2011-09-22 09:46:52 - Emulator] Hint: use '@foo' to launch a virtual device named 'foo'. [2011-09-22 09:46:52 - Emulator] please use -help for more information If this shows up you have to correct the path of the Android SDK location: ... its some bug of some component which has a problem with pahts with blanks... In my case (Win64) in Eclipse: Window -> Preferences -> Android -> SDK Location: "C:\PROGRA~2\Android\android-sdk" ( http://stackoverflow.com/questions/6638713/android-emulator-is-not-starting-showing-invalid-command-line-parameter )