[android-developers] Android with Dreamweaver

2012-07-10 Thread Addy
Hi there, I build an application in dreamweaver cs6 with the help of phonegap, it gives me the apk file but when im trying to upload this .apk file on google play it gives me the following error. Google Play does not accept apks signed with the debug certificate. Create a new certificate that

[android-developers] why process give null inputstream in test runner class?

2011-10-05 Thread Addy
Hi All, In my android test project, I am imply read the logcat using adb command like, public StringBuilder log=new StringBuilder(); public String line=; public String temp=; public void testSolo() throws Exception { String baseCommand = logcat -v time;

[android-developers] Accessing View component from parent view

2011-09-26 Thread Addy
Hi All, Now, from the same concept of accessing user interface with device, I have some another idea, After resigning native application with new key for rooted device and if we access the Activity context of the native application, I am able to get the view of that application's and child of

[android-developers] how to get child or any component from the parent view

2011-09-23 Thread Addy
Hi All, Currently for my Android's Application testing purpose, I got the view of the device screen then I want to fetch the child of that parent view. e.g. If I am fetching the main home screen so then can I get the menu like setting, browser, etc.? Thanks in Advance. -- You received this

[android-developers] Re: how to get child or any component from the parent view

2011-09-23 Thread Addy
on that application's screen, beco'z in adb their dont have any entry for that event ). This all things are for my testing application. Thanks all for your support. On Sep 23, 9:41 pm, TreKing treking...@gmail.com wrote: On Fri, Sep 23, 2011 at 6:16 AM, Addy joyy.bl...@gmail.com wrote: Currently

[android-developers] Re: how to get child or any component from the parent view

2011-09-23 Thread Addy
it will use in for testing play on device. So, They also achieve something similar to it, without any root access and modification of firmware. On Sep 23, 11:19 pm, TreKing treking...@gmail.com wrote: On Fri, Sep 23, 2011 at 12:45 PM, Addy joyy.bl...@gmail.com wrote: I want to track

[android-developers] Re: how to get child or any component from the parent view

2011-09-23 Thread Addy
Ok, Thank you very much. On Sep 23, 11:58 pm, TreKing treking...@gmail.com wrote: On Fri, Sep 23, 2011 at 1:46 PM, Addy joyy.bl...@gmail.com wrote: And one more thing, do you know how does ROBOTTIUM jar work for testing android application? Nope. Check their site

[android-developers] how to get sequence of user interaction with android device?

2011-09-22 Thread Addy
know about it. I didn't get anything about this. Any help or suggestion is well appreciate. Thanks. Addy -- 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

[android-developers] Re: how to get sequence of user interaction with android device?

2011-09-22 Thread Addy
ok, so where I can find about the firmware modification? On Sep 22, 3:59 pm, Addy joyy.bl...@gmail.com wrote: I just want to capture the sequence of user interaction on android device. Starting from when the device is powered ON. And one more thing is that I am not talking about the user event

[android-developers] Problem in getting result from filtered list

2010-06-16 Thread Addy
Hi. In my application I used a custom list for displayed some country name. and for enable search from the list, Filter applied on the custom list. Filter works on a simply String ArrayList. And its work fine. But My problem is When I searched for any country name the search happend only on

[android-developers] how to download file from android web view file link?

2010-06-01 Thread Addy
Hi all. I m working on a Android application In which I want to download files from the android web view file link. But I don't know how can do it? for e.g. In my application the webview display a html page within some file's hyper link. And I want to download that file from select its hyper