Tuesday, February 26, 2013

Friday, March 2, 2012

Android App Course

http://sites.google.com/site/androidappcourse/home. An excellent resource for practice. Covering almost all the main points to work with the android platform. If there are problems with the execution of tasks - writing on my e-mail, try to help.

Friday, January 27, 2012

Debug mode on the android device under the operating system Ubuntu 11.10

For debugging my android applications, I bought a Sony Ericsson Xperia Neo V.
When I used the command:

adb devices
 
from the directory ~/android-sdk-linux/platform-tools/ 
I received the following:

List of devices attached
???????????? no permissions

I did as written http://developer.android.com/guide/developing/device.html, 
but after adding the id to the manufacturer must restart the service by typing:

sudo service udev restart

Then I did the following steps:
  1. close eclipse
  2. go to platform-tools directory
  3. do: sudo ./adb kill-server 
  4. disable the development debugging on my phone
  5. enable it again
  6. do: sudo ./adb start-server
  7. do: ./adb devices
I received the following:
List of devices attached
4258393032534658584C    device

Hope it is helping!

Monday, January 23, 2012

A little about myself

Hello. My name is Vladimir Andreevich Milichenko, here I will write mostly about my experience in the IT industry and a little about myself. I worked 2.5 years as System Administrator for a large IT company online dating services. Currently, in July 2011 work as a programmer using the following technologies: .NET, Java (SE, EE, JSF), PostgreSQL. Since april 2012 I am working as MAC OS X / IOS developer. In advance to apologize for my English =)