Re: [android-developers] Re: Debugging on a real device

2010-09-21 Thread Muhammad Irfan
Hi, Please make sure that you you enable debug able true. You can find it under the follwowing head. Mainfest/application/true I hope so it will work. Regards, Irfan On Fri, Sep 17, 2010 at 8:03 AM, KANTESH BABANNAVAR kantesh...@gmail.comwrote: u can try ./adb kill-server after that ./adb

Re: [android-developers] GPRS Problem

2010-09-17 Thread Muhammad Irfan
Hi, In mainfest file plz add the internet permissions after the application tag. Here is sample comde... /application uses-permission android:name=android.permission.INTERNET / uses-permission xmlns:android=http://schemas.android.com/apk/res/android;

[android-developers] Spinner databinding?

2010-09-17 Thread Muhammad Irfan
Hi every body. I am trying to bind my database with spinner. But when I try to run this code on device or emulator it shows force to shutdown the application. So nice all of you if you resolve the issue, Here is the code. import android.os.Bundle; import android.app.Activity; import

[android-developers] Re: Help for Android spiner data binding.

2010-09-17 Thread Muhammad Irfan
Hi, there is no solution for this? Regards On Fri, Sep 17, 2010 at 7:50 AM, iffeess iffe...@gmail.com wrote: Hello Every body, I am new in this group. I am in a problem from many days and try to resolve it. But unfortunately its difficult for me. I am fetching data from data base and