In this post you will learn how to connect Android Debug Bridge (ADB) wirelessly via Wi-Fi instead of using a USB-cable. Assumptions Your Android-device has a Wi-Fi connection; Your workstation has a TCP/IP connection which is routable to the Android-device; Your Android-device is connected with your workstation using a USB-cable; ADB is installed on your… Continue reading Android: Use ADB wirelessly via Wi-Fi
New image Dreambox / Configuring Enigma2
This guide will explain you how to update the firmware/image of the Dreambox (7025+). Most steps in this article also applies to any other DVB satellite/terrestrial television receiver running Enigma2 like the VU Plus (VU+) devices. Read in this case instead of Dreambox, the name of your favorite receiver. However, this article is assuming you… Continue reading New image Dreambox / Configuring Enigma2
Your own Android application!
This article will help you developing your first Android application based on Adobe AIR. All tools are free of charge available. This article is assuming you use (Ubuntu) Linux. Prepare your development environment First download the software development kits (SDKs): Android SDK Adobe Flex SDK Adobe AIR SDK Unpack these SDKs in the directory: /opt/android… Continue reading Your own Android application!
Linux: Create a swap file
Running out of physical memory? Learn here how to create a swap file on linux. Baseline First check the baseline. It is possible that you have some swap already, like a swap partition (a dedicated disk partition only used for swap) or a swap file, like we are creating in this tutorial. Use the command:… Continue reading Linux: Create a swap file