[android-developers] Reg: Crash in the native while allocating memory

2011-12-05 Thread Aluvala Suman
Hi All, I am facing a crash issue while trying to allocate a dynamic memory of size 1150 bytes in the android native. Its crashing in-consistently at malloc() function in the android native and some times at free(). The native code which I am using is fully developed and tested (using purify) as

[android-developers] Re: Using chimpchat

2011-09-18 Thread suman
Here it is http://code.google.com/p/aster/downloads/list On Sep 17, 3:37 am, Case B wrote: > Where did you find the source and jar file?  I am trying to do the > same. > > On Sep 13, 5:35 am, suman wrote: > > > > > I have read on one of the Android groups that it is

[android-developers] Screenshot capture

2011-09-18 Thread suman
the changes on screen are quite small. I want to use this screenshot cature tool in automation workflow. Is there any other library or method which captures latest/refershed view of device screen. Thanks much Suman -- You received this message because you are subscribed to the Google Groups

[android-developers] Using chimpchat

2011-09-13 Thread suman
. Thanks, Suman -- 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+unsubscr...@googlegroups.co

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

2011-09-13 Thread suman
Is the problem related to dispose() method of MonkeyDevice class resolved in ChimChat? If yes then where can I download the chimpchat.jar? Thanks Suman On Aug 23, 1:42 am, Bill Napier wrote: > We re-factored a bunch of code to take a lot of the MonkeyRunner source and > make it availabl

[android-developers] How to close ADBMonkeyDevice and iDevice classes if device is disconnected

2011-09-13 Thread suman
me on this one. Regards, Suman -- 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+unsubscr...@

[android-developers] Reg: Android Emulator Ports & Network

2011-08-05 Thread Aluvala Suman
Hi All, I am writing an application which chooses the ports randomly, so when server is replying with response, i observe in wireshark that, its saying "Destination Port Unreachable". As the port is choosen at the runtime , i am not able to add the port redirection, "redir" command by the time s

[android-developers] Getting SIGILL in system_server(illegal opcode exception)

2011-05-18 Thread suman das
Getting a illegal opcode exception pid: 198, tid: 255 >>> system_server <<< signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr ab918814 r0 8000 r1 468f3d64 r2 9000 r3 ab92af5c r4 468f3d8c r5 000e6b28 r6 002c6fe8 r7 0023b4ac r8 a811c775 r9 0023c8f0 10 0010 fp 0001 ip a

[android-developers] How to create an email account in android programatically?

2011-03-07 Thread suman
Hello, Does anyone know how to add email accounts to the default email application programatically? Thanks. -- 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 unsubs

[android-developers] Reg: Accessing a service in other package.

2010-11-22 Thread Aluvala Suman
cases onServiceConnected( ) is not getting called. I googled and used the hint for listening boot completed and user present intents and starting the service in the broadcast receiver. Please help me how can i access the service of other package (process). Thanks & Regards, Suman -- You received t

[android-developers] Reg: Placing the soft keys at the bottom of the touch screen.

2010-11-09 Thread Aluvala Suman
Hi Guys, I am facing difficulty in placing the soft keys at the bottom of the screen. I have two EditTexts in my layout and then i want the space to be empty and then place the soft keys "Save" and "Clear" at the bottom of the layout. But not able to do. Tried using layouts and Gravity. Please he

[android-developers] Re: Android Porting on Telechips TCC89XX: Not able to start init process

2010-10-21 Thread suman
I think my problem is same as this guy http://groups.google.com/group/android-beginners/browse_thread/thread/19b4a038ffab03e6?pli=1 If you have idea or experience for it, please let me know. thanks and regards Suman On Thu, Sep 23, 2010 at 12:29 PM, Suman wrote: > Hello > > I hav

[android-developers] Re: Application Manager & Force Close

2010-09-24 Thread suman
using Froyo Version. I also see that Intent.ACTION_PACKAGE_RESTARTED is not available on Froyo. Any thoughts please? Thanks in advance, Suman Kumar On Oct 19 2009, 2:07 pm, elgoog wrote: > I also met the same issue. I have an UI app with a service running at > background. > When the app

[android-developers] Android Porting on Telechips TCC89XX: Not able to start init process

2010-09-24 Thread Suman
ot;on" binary in the system/bin, system/xbin, the init.rc and init.goldfish.rc. I cannot get the zygote process up. create_socket throws error. If any one knows about this, please tell what i need to do correctly or point me to some correct URL's which will be help full thanks Suman -- Yo

[android-developers] Re: TabActivity - Refreshing problems

2009-08-18 Thread pawan kumar suman
dear please contact my mobil On Aug 17, 10:52 pm, Eurig Jones wrote: > I have a TabActivity based class which has 3 tabs. All are > ListActivities (but that's not important for this problem) > > I'm updating the TabHost's TabSpec's to change the text on the tabs. > This works fine and the ListAc

[android-developers] unable to launch Emulator.

2009-06-08 Thread naga suman
looking at the right executable? can any one please help me figure this out. Thanks a lot. Naga suman. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Flash Buttons

2009-04-17 Thread Suman
response me. Thanks in advance. Suman . --~--~-~--~~~---~--~~ 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] how can i check landscap orientation ?

2009-03-24 Thread Suman
Hi Many thanks for replies. I actually want to do something if the screen orientation is landscap. Am trying something like this... if(getRequestedOrientation()== landscap) { { But it was not working. So if the way is correct then please tell me

[android-developers] Screen Orientation.

2009-03-24 Thread Suman
Hi all... Thanks for replies. Can any one tell me by which method i can check the screen orientation? I mean i want to check whether it is land-scap mode or portrait mode. Thanks in advance. Suman. --~--~-~--~~~---~--~~ You received

[android-developers] How can i check the mode of orientation?

2009-03-24 Thread Suman
Hi all... Thanks for replies. Can any one tell me by which method i can check the screen orientation? I mean i want to check whether it is land-scap mode or portrait mode. Thanks in advance. Suman. --~--~-~--~~~---~--~~ You

[android-developers] How can i access html code of a web page.

2009-03-19 Thread Suman
Hi all. Thanks for the replies. I can be able to access a web page. But can anyone tell me how can i get the html coding of the respective web page? i want to get the html coding of interface of any web page through android coding. I have used this coding for accessing a

[android-developers] phone number

2009-02-27 Thread Suman
Hello Thanks for reply. Can anyone tell me how can i get the phone number from where sms is sended. Well i have got the body of sms by this coding. Uri uri = Uri.parse("content://sms/inbox/"); String[] columns = new String[]{"body"}; Now pleas

[android-developers] How can i find out ?????

2009-02-27 Thread Suman
Hello Thanks for reply. Can anyone tell me how can i get the phone number from where sms is sended. Well i have got the body of sms by this coding. Uri uri = Uri.parse("content://sms/inbox/"); String[] columns = new String[]{"body"}; Now pleas

[android-developers] Difficult problem

2009-02-27 Thread Suman
Hello Thanks for reply. Can anyone tell me how can i get the phone number from where sms is sended. Well i have got the body of sms by this coding. Uri uri = Uri.parse("content://sms/inbox/"); String[] columns = new String[]{"body"}; Now pleas

[android-developers] Phone number

2009-02-26 Thread Suman
Hello Thanks for reply. Can anyone tell me how can i get the phone number from where sms is sended. Well i have got the body of sms by this coding. Uri uri = Uri.parse("content://sms/inbox/"); String[] columns = new String[]{"body"}; Now pl

[android-developers] hi

2009-02-26 Thread Suman
hi --~--~-~--~~~---~--~~ 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-

[android-developers] Save the background image

2009-02-25 Thread Suman
Hello Thanks for replies. Can anyone tell me how can i save the background image of a page by SharedPreferences(); . I can save the change of checkbox and radio buttons by this way like. public void onResume() { super.onResume();