Tag Archives: install

Install .APK onto Android Emulator

This simple procedure is dead simple and in general, just a reminder to myself. But feel free to enjoy the wisdom/intellect as well. 1) Locate your platform-tools folder inside the SDK folder. 2) Then copy and paste your .apk into that folder. Rename it to something easy to type. 3) Open the command line at [...]

0  

Today is the Day for Mango!

So I got up early this morning, prepped and in the zone to update my WP7 SDK to the new “Mango” release. However “Mango” isn’t completely out yet though. Only the 7.1 beta 2 is currently available for download so that had to work. First off I went about uninstalling my previous WP7 developer tools [...]

0  

Simple Music SYNC for Android Phones… S-Droid

I know there are plenty of solutions that you can manage your music in and sync it to your android phone such as DoubleTwist, WinAmp, and The Missing Sync for Android and personally I use to use DoubleTwist as my favorite. Although now days it seems more and more time consuming waiting for DoubleTwist to [...]

0  

Starting a New Project! (CN: Splat)

I’d like to start a new project under the codename “Splat”. In this project I will be blogging about my experiences and tutorials on how to do certain things that pertain to the topic of choice. That topic of which is already decided by none other than me. In this project I will be doing [...]

0  

Virtual box! SHUT UP!

Virtual box is a program that allows you to run a second + operating system inside of your host computers OS via emulation software and hyper hardware. I am always getting the question of how do I install … on my computer using virtual box. Well thanks to this site, I won’t have to be [...]

0  

WP7 not support download of .XAP from browser…

Today while tinkering around with my jailbroken iPod Touch I decided to see if the WP7 emulator would allow me to send a packed application through the browser and install it directly onto the phone. Apparently this isn’t possible with WP7 because I got the error that Windows Phone doesn’t suppose this file. But apparently [...]

2  

Installing the Sexy Microsoft Office 2010

Hello and welcome to my computer 2010! It’s that time when Microsoft releases their new Office software and I went ahead and bought it after going about 3 years with out. Now I went a bit over board and got the Professional Plus Edition of the software, but that was what I wanted and don’t [...]

0  

How to activate WordPress 3.0 MultiSite

Multi-Site, meaning multiple blogs or websites on one install of WordPress. This is one of the many new features in WP 3.0.  Over the years people have always wanted this functionality and there was a way to get it but that way was called WPMU. This means “WordPress Multiple Users”. The WP team has done [...]

0  

Check if PHP is Installed

Quick tip for the day. How to check if PHP is installed on your machines server or not. Open up Notepad Type in the following:  <? phpinfo(); ?> Now save the document as “phpinfo.php” and open it up in your web browser. If you get a webpage popping up with all your php info in [...]

0  

Installing WP7 Developer Tools [Day 2 -- Jank Project]

I like to mess around with Windows Phone 7 apps, but at the same time I am a dedicated web/desktop application developer. So it’s time to install WP7 CTP and VS 2010 Pro from Dreamspark. First we are going to start with WP7 CTP, which can be found and downloaded from some random Microsoft website, [...]

0