Caution: Stay away from making your Android app free for a short time

Just read this over at the Android Developers google forum:

My app had a one-day sale on all platforms and app stores. The price went from 2.99 to free for just today, but now that the sale is over, I need to revert the price back to 2.99. The bad news is, the developer console will not let me change it! I have to pull the app until I can get this resolved. What can I do?

Acer TimelineX 4820TG Mini-Review

This is a small review of my Acer TimelineX 4820TG that I purchased a few days ago. Now, I won’t be talking numbers (like CPU/GPU performance etc) because these things are almost same as per the component used and have been covered in various other reviews online. What I’ll concentrate more upon are the things that other reviewers don’t look at, or look at purely from numbers perspective which don’t make sense to an average buyer. Please let me know if I miss something out that you want to know about this laptop.

Solving The Android Permissions And Malware Puzzle

There has been a spate of security reports recently about Android apps being malware or suspicious. Most of these were found baseless but at least one was indeed correct (e.g. The Russian Trojan app). We also know that Android has a very good security model but even then, the rest of the reports also makes one think and focus on why an apps requires the permissions that it states it needs?

Android Dev Tip: App Not Showing on X10 Mini Marketplace

Many Android Developers (and users) get confused that why a certain app isn’t showing up on the new Xperia X10 Mini (and few other) phones. This happens even if they support all android versions and have published their apps for all countries, so that shouldn’t be the issue. I came across this as well when few people mentioned that they couldn’t find my app Wi-Fi Keep Alive in the X10 mini marketplace. On some digging into the android docs and the X10 mini specs, I found the issue.

SSH Tunneling On Android

If you want to have a secure browsing environment or just want to access your home network securely without exposing extra services to the internet and without the mess that comes with setting up and maintaining a VPN server, ssh tunneling is your rescuer. In this post, I’ll tell you how to setup an ssh tunnel to your home network easily. Also look for some bonus tips at the end ;)