[android-developers] Re: Is it possible to use MonkeyRunner from java

2012-09-07 Thread Arjun
Hi Karthikeyan R, I used your example in my android Testproject but i got some exception, "java.lang.NoClassDefFoundError: com.android.chimpchat.adb.AdbBackend" Can you please tel me whats wrong i did? Thanks Arjun On Wednesday, August 3, 2011 11:21:16 AM UTC+5:30, Karthikey

[android-developers] Re: Is it possible to use MonkeyRunner from java

2012-09-09 Thread Arjun
Hi all, I have used you link http://code.google.com/p/aster/downloads/list for chimpchat file after this also the error is comming same can you please tel me the basic steps. Example would greate. Thanks Arjun On Saturday, September 8, 2012 2:10:32 AM UTC+5:30, Lew wrote: > > Kevin

[android-developers] Re: Converting FREE app to PAID app

2009-03-04 Thread Arjun
I agree with Raymond. Performing an Import / Export is a workaround that some users might not want to go though, specially if they have sensitive data inside the application. Any idea why didnt google have conversion from FREE to PAID? Also, why cant we create a new app with same app ID? This wo

[android-developers] Re: Converting FREE app to PAID app

2009-03-04 Thread Arjun
I agree with Raymond. Performing an Import / Export is a workaround that some users might not want to go though, specially if they have sensitive data inside the application. Any idea why didnt google have conversion from FREE to PAID? Also, why cant we create a new app with same app ID? This wo

[android-developers] need clarification on Services

2010-08-16 Thread Arjun
Greetings, Can a services exists as a stand alone with out any activities/ default. Is it possible to create services with out any activities associated with it as a stand alone inside a apk. (just a service). Thanks, Arjun. -- You received this message because you are subscribed to the Google

[android-developers] Is there anyway to turn USB debuggin on/off

2010-08-27 Thread Arjun
Greetings, Is there any class or managaer which allows me to turn USB debugging on/off in android froyo 2.2. Please, let me know on how to acheive this. Thanks, Arjun. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: Is there anyway to turn USB debuggin on/off

2010-08-27 Thread Arjun
ur status blast to multiple social networks > > On Fri, Aug 27, 2010 at 1:35 PM, Arjun wrote: > > Greetings, > > > Is there any class or managaer which allows me to turn USB debugging > > on/off  in android froyo 2.2. > > Please, let me know on how to acheive this. >

[android-developers] Re: Eclipse can't connect to adb

2010-09-01 Thread Arjun
try this adb kill-server adb start-server please clarify whether dd you add tools to the class path Thanks, Arjun. On Sep 1, 11:33 am, Steve Mathews wrote: > Was starting to worry that this message wasn't going to get through. > Now hopefully someone has some ideas for me. > &g

[android-developers] Re: Developing Android REST Client Applications

2010-09-01 Thread Arjun
In short the classes which extends contentprovider are mainly used for database specific operations Service API is used to run services..the services can be something like email poller or news feedser If u want to connect to external servers use apaches http classes Thanks, Arjun. On Sep 1, 7

[android-developers] Re: calling finish() in onResume() a bad idea?

2010-09-08 Thread Arjun
Ok, here are some reasons why you get null pointer exception activity.finish() is an asynchrnous call..so you cant predict when finish will be called. Thinking that finish has been called before your next call to startActivity will always result you a null pointer exception. Thanks, On Sep 8,

[android-developers] Re: Error: Application not installed

2010-09-08 Thread Arjun
with your keystore.\ This will solve your problem. Thanks, Arjun. On Sep 8, 2:54 pm, venkata raidu wrote: > Hi all, >    I was getting the error "Application not installed", when I tried > to download a simple application(developed by me). > > Here is the process I fol

[android-developers] Re: Strange Exceptions when deleting and reading contacts

2010-09-08 Thread Arjun
I guess you cannot delete contacts either you can read or write contacts but you cannot delete contacts. might be the reason for transaction failure exceptions Thanks, Arjun. On Sep 8, 4:29 am, Samuh wrote: > I am getting following exceptions when I try to read/delete contacts > f

[android-developers] How to know whether bluetooth is enabled/disabled

2010-07-09 Thread Arjun
Greetings, How can I know whether bluetooth is enabled or disabled. Thanks, Arjun. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Regarding Intents

2010-07-14 Thread Arjun
Greetings, I have few intents in my manifest file and an AIR application. How can I instantiate AIR application from android. Thanks, Arjun. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Re: How to know whether bluetooth is enabled/disabled

2010-07-15 Thread Arjun
(sBluetoothAdapter == null) { >         // Bluetooth is not availabl >         EMULATOR = true;} else > >         EMULATOR = false; > ... > > if (!EMULATOR) { >         if (!sBluetoothAdapter.isEnabled()) { >         // Bluetooth is not enabled > > } > > On Jul 9, 9:2

[android-developers] Re: Regarding Intents

2010-07-19 Thread Arjun
Thanks Mark Murphy. On Jul 14, 10:15 am, Mark Murphy wrote: > On Wed, Jul 14, 2010 at 12:53 PM,Arjun wrote: > > I have few intents in my manifest file and an AIR application. How can > > I instantiate AIR application from android. > > You probably should ask Adobe that qu

[android-developers] Android Socket Communication

2010-07-19 Thread Arjun
x27;s simultaneously so that android does not kill any one of those app's ? Thanks, Arjun. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Windows unable to recognize the HTC evo device

2010-07-29 Thread Arjun
rectory manually..It shows the same message again. Checked the contents of the usb directory..i can see one. inf file and two .cat files So, please suggest me what to do to fix this. I have spent my whole day and frustrated. Why simple things are so complex on android. Please help me with suggest

[android-developers] Re: Android Socket Communication

2010-07-29 Thread Arjun
/ not in use any more... > > On 19 Jul., 19:50, Arjun wrote: > > > Please clarify me on the following issues. > > > How to assign a IP address to the emulator ?  I have two application > > packages which communicate through sockets. Apk1 implements a server > &g

[android-developers] Re: cannot install USB drivers for HTC Slide, Android 2.1, Windows Vista 32 bit

2010-07-29 Thread Arjun
Thanks Guys !! For showing the path of light. On Jul 23, 11:32 am, mtippin wrote: > THANK YOU! > > I've been scanning the App Inventor forums looking for this solution - > after a few days with no reply there I thought I'd look to the > Developer forum - and here it is! > > I added the two lines

[android-developers] Re: Windows unable to recognize the HTC evo device

2010-07-29 Thread Arjun
Thanks friend for the help !! -Arjun. On Jul 29, 3:23 pm, Kostya Vasilyev wrote: > You could try editing the driver's "inf" file and adding proper USB vendor > and device id's for this phone. > > Search list archives for 'windows device manager'

[android-developers] Re: Correct way to kill the application

2010-07-30 Thread Arjun
create an activity that belongs to the same activity group you can kill them one by one and kill the root at the end.. as long as if both are launched by the same app launcher.. pleae minimize using system.exit.. -Arjun. On Jul 30, 6:13 am, RamaMohan wrote: > HI all, > I s there any

[android-developers] Can some one explain Looper and its significance in Background services

2010-08-03 Thread Arjun
erstanding this concept. Thanks, Arjun. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubsc

[android-developers] Re: A very strange ServerSocket.accept problem

2010-08-03 Thread Arjun
. Thanks, Arjun. On Aug 3, 8:26 am, Alex Xin wrote: > Hi Oscar > > I have no firewall installed.. > > Alex > > On Tue, Aug 3, 2010 at 11:11 PM, Oscar wrote: > > Do you have a firewall or something like that, it´s maybe the problem > > > On Aug 3, 8:56 am, Alex

[android-developers] Questions on how to invoke application form the browser

2010-10-28 Thread Arjun
Greetings Team, I have a requirement when a user clicks a html link somewhere in the web view or text view, I would like to launch my application. Can some one let me know on how to achieve this ? Thanks, Arjun. -- You received this message because you are subscribed to the Google Groups

[android-developers] Scrolling in HorizontalScrollView

2010-12-06 Thread Arjun
of pixels it should move horizontally using scrollTo(px,px); The above operation is not giving the expected behavior. Any thoughts on this would be really helpful. Thanks, Arjun. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] invoking of native application by using intents

2010-12-10 Thread Arjun
navigates to microsoft homepage. please suggest. Thanks, Arjun. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: invoking of native application by using intents

2010-12-10 Thread Arjun
//www.this-so-does-not-exist.com"; and results in web page not found. why this works different, in different scenarios. please enlighten me. Thanks, Arjun. On Dec 10, 11:06 am, Mark Murphy wrote: > Make sure you have the BROWSABLE category in your . See > here for some samples: &

[android-developers] color lookup table

2009-08-26 Thread arjun r
Hi, Does android use a color look up table ? if yes I wanted to see the entries in color lookup table and access them. Anybodies has any ideas. I am very new to android sorry if this looks like a silly question. Regards, Ace --~--~-~--~~~---~--~~ You received this

[android-developers] Re: color lookup table

2009-08-31 Thread arjun r
Thanks you :) I shall have a look at that . --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from thi

[android-developers] Analysing browser Traffic

2009-07-09 Thread arjun r
Hi All, i wish to analyse the various data passing through the browser. AFAIK i would need a handeler of the browser to query the contents. Is there any way that my application can get this handler of the browser and query for these data. Regards, Arjun

[android-developers] Re: Analysing browser Traffic

2009-07-09 Thread arjun r
Thank you all for the inputs. i got hold of wireshark which is helping me quite a bit. Thanks and Cheers, Arjun On Jul 10, 6:01 am, Shraddha Bhaskare wrote: > You probably need this: > android.provider.Browser.BookmarkColumns > > This will connect u to bookmarks db ofbrow

[android-developers] arjun karun wants to chat

2011-06-29 Thread arjun karun
--- arjun karun wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-25dda80c30-e5e38cce8c-T-44QocpaTd5zVhVgwHJbZbC14o Y

[android-developers] Trigger all the touch screen events through an input file

2012-08-16 Thread mallik arjun
Hi, I am newbie to Android. Can someone help me in figuring out this: Instead of touching the screen, I just wanted to provide the (x,y) co-ordinates to trigger a touch. For example, to touch "Phone" button/icon on the screen, instead of actually touching the screen I want to provide the corres

[android-developers] Re: Code Coverage report through Emma says 0% coverage

2012-08-21 Thread arjun singh
Hello Neeraj, I am stucked at the same place you are.I have developed my own testcase and even tested APIDemos but getting 0% coverage.Have you found any solution to this problem? Thanks On Monday, 19 July 2010 14:57:36 UTC+5:30, Neeraj Khatana wrote: > > Dear All, > > I am creating the code co

[android-developers] About Android Mobile Programming

2008-10-22 Thread Arjun Bajaj
Is it possible that can we make applications in The Android Phone for Android. Can we program and build some apps in any language like Java, XML, C# in the Phone and run it in the phone. Please Reply at - [EMAIL PROTECTED] Please Join My Google Group at - http://groups.google.com/group/android-de

[android-developers] Re: ContentObserver - SMS - What's wrong with it

2013-09-13 Thread arjun r
Looks like this issue is around for 5 years :) . The server on which you had posted the uri has been shutdown. Can you please provide the solution you had suggested. - Thanks Arjun On Friday, 12 December 2008 23:49:37 UTC+5:30, code_android_festival_way wrote: > > This is the so

[android-developers] Default permissions granting for application

2016-02-08 Thread arjun r
ermissions ? Thanks Arjun -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this

Re: [android-developers] MEDIA_BUTTON BroadcastReceiver in stand-by mode

2010-11-09 Thread arjun s
refreshed..please help..Also suggest a way to scale down video to lesser res as im trying to play a mpeg4 video on hdma screen of res 1280*840... Regards, Arjun -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,