Skip to content

dimitar.me

Dimitar Darazhanski's blog

Menu

  • About
  • Apps

Eclipse

Default java commands for manually installed JDK on Debian based distros

The update-alternatives is used to handle situations where multiple applications that accomplish the same task are installed on the system, but we would like to set a default on which one to be used….. I moved the JDK from another

dimitar January 3, 2023January 3, 2023 Android, Android Studio, Eclipse, Java, Linux, Ubuntu No Comments Read more

How to connect your Android phone to Ubuntu to do development, testing, installations or tethering – Updated

All the way back in 2010 I wrote a post how to connect your Android device to your Ubuntu computer in order to develop on it. There have been a few changes since then, so here is the updated version

dimitar May 7, 2017May 7, 2017 Android, Android Studio, Eclipse, Linux, Programming, Ubuntu 2 Comments Read more

In-app Billing API v3 throws IllegalStateException

If you have followed Google’s instructions when implementing version 3 of the Android’s in-app billing API by exploring their TrivialDrive sample app, you probably have come upon some numerous IllegalStateExceptions, like these: java.lang.IllegalStateException: Can’t start async operation (consume) because another

dimitar November 1, 2014November 1, 2014 Android, Eclipse, Java, Programming 1 Comment Read more

How to detect a user pan/touch/drag on Android Map v2

If you are impatient, you can skip directly to the solution. The new implementation of the Android Map (v2) is great in many ways and their support for map fragments is awesome, but they fall a bit short in a

dimitar April 9, 2013August 19, 2016 Android, Eclipse, Java, Programming 35 Comments Read more

Implementing Android GCM in a different package other than the main application package

There is something you need to be aware of if you are placing your GCM (Google Cloud Messaging, aka push notifications) service (the one extending from GCMBaseIntentService) in a package other than the main application package. The default implementation of

dimitar November 26, 2012 Android, Eclipse, Java, Programming 2 Comments Read more

Quick and easy way to remove all single line (//) comments in Eclipse

I had to quickly remove single line comments from an Android project in Eclipse. I could not find any built in feature in Eclipse to do that. So I resorted to a simple regular expression: (//[^\n]*) This simple regex selects

dimitar November 7, 2012 Android, C++, Eclipse, Java, Programming 2 Comments Read more

A small bug in the Android In-App Billing demo app causes “Item Not Found”

Important: This is not a bug in the API! It is only a bug in the demo Dungeons application that Google provides. Several months ago (May, 2012) Google released the new version (v2) of the Android In-App Billing API that

dimitar August 22, 2012August 22, 2012 Android, Eclipse, General, Java, Programming No Comments Read more

How to get Picasa images using the Image Picker on Android devices running any OS version

Using the Image Picker to get a local image from the Gallery is pretty easy and trivial task. But things get a lot more interesting if the user has a Picasa account and he/she happens to select an image from

dimitar March 1, 2012March 9, 2012 Android, Eclipse 22 Comments Read more

How to sign an unsigned Android package (.apk file)

If you develop with Eclipse, you most likely use the built in Export Wizard to export and sign your Android applications. There are some cases though, when this method will not do. For example, if you decide to publish your

dimitar April 29, 2011January 31, 2012 Android, Eclipse, Programming 9 Comments Read more

Eclipse Project is Flagged with an “Android Packaging Problem” Error

Sometimes while developing in Eclipse you will notice that the Android Project will be flagged with the red “x” but none of your source files or resources will have errors. If you look in the “Problems” tab you will notice

dimitar January 28, 2011April 29, 2011 Android, Eclipse, Java, Programming 2 Comments Read more
  • « Previous

Archive

May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Dec    

Recent Comments

  • richard on How to fix VMware unable to install all modules vmmon vmnet
  • Max on How to fix VMware unable to install all modules vmmon vmnet
  • Max on How to fix VMware unable to install all modules vmmon vmnet
  • Cristian Valerio on How to fix VMware unable to install all modules vmmon vmnet
  • Mauro Paes Correa on Configure pfSense for Chromecast Across Subnets/VLANs

Categories

  • Android
  • Android Studio
  • Apache
  • Apple
  • C++
  • Eclipse
  • General
  • IT Security
  • Java
  • Linux
  • MacOS X
  • Motorcycles
  • MySQL
  • Networking
  • pfSense
  • PHP
  • Programming
  • SQL
  • Ubuntu

BLOG ARCHIVE

  • December 2023 (1)
  • November 2023 (1)
  • October 2023 (1)
  • March 2023 (1)
  • January 2023 (1)
  • April 2022 (1)
  • February 2022 (2)
  • December 2021 (1)
  • November 2021 (1)
  • July 2021 (1)
  • May 2020 (1)
  • March 2019 (1)
  • October 2018 (1)
  • August 2017 (1)
  • May 2017 (1)
  • July 2016 (1)
  • May 2016 (2)
  • April 2016 (1)
  • January 2016 (1)
  • November 2015 (1)
  • July 2015 (1)
  • June 2015 (1)
  • December 2014 (1)
  • November 2014 (2)
  • July 2014 (1)
  • February 2014 (1)
  • April 2013 (1)
  • November 2012 (2)
  • August 2012 (1)
  • May 2012 (1)
  • March 2012 (1)
  • November 2011 (1)
  • August 2011 (1)
  • April 2011 (1)
  • January 2011 (2)
  • September 2010 (1)
  • August 2010 (2)
  • July 2010 (2)
  • June 2010 (2)
  • May 2010 (1)
  • January 2010 (2)
  • December 2009 (2)
  • November 2009 (3)
  • October 2009 (1)
  • September 2009 (3)
  • July 2009 (1)
  • May 2009 (1)
  • March 2009 (1)
  • February 2009 (2)
  • January 2009 (2)
  • December 2008 (1)
  • November 2008 (4)
  • October 2008 (5)

Blogroll

  • Nikola Naous
  • Obscured Clarity
  • Robin Ward
  • Singularity Blog
  • Singularity Symposium

Online Tools

  • Centralops
  • Icon Library
  • Mapulator
  • Serversniff

Podcasts

  • Casting from the Server Room
  • Diggnation
  • Hak5
Copyright © 2025 dimitar.me. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.