Blog | Tech Blog | Secure Coding | Twitter | RSS Feed | Get Email Updates
—-

tweetmeme_source=’shantanugoel’;tweetmeme_url=’http://tech.shantanugoel.com/2010/08/14/android-permissions-malware.html’

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 [...]

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 [...]

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 [...]

Update: Made a minor update for a small bug that can make wi-fi keep reconnecting in quick succession.
Pushed out a new update to my Android App Wi-Fi Keep Alive today. This update brings in another work around for the issue where the wi-fi is alive on the phone and it is also connected to the [...]

If you are creating a custom Dialog for Android, and following the Android Developers’ Creating Dialogs tutorial, then most likely you would have faced a Force Close with this exception showing up in logcat. I did too. Although I figured it out quickly, it might not be easy to find out for many, so posting [...]

Just finished uploading the new version 1.2.0 of my android app Wi-Fi Keep Alive to the Android market. This version has a lot of optimizations and also a few workarounds to overcome the issues few guys were facing with Android’s in-built handling of wi-fi sleep policies. Please check out the Wi-Fi Keep Alive Home Page [...]

I just wrote my second Android App. This again was to scratch an itch of mine but it seems to have become a bit popular already (My first app “Quick Sync Settings” did around 400 downloads in 20 days but this one has already surpassed that in less than one day). This app basically allows [...]

UPDATE: Potential work arounds for folks having problem in sleep policies not working correctly have been put in version 1.2.0 onwards. Please redownload to test and let me know. Read below for more details.
Latest Version: 1.4.2 (See below for change log history)
Are you frustrated by your downloads getting broken or worse, switching over to slow [...]