[android-developers] Build Android Source..

2011-11-15 Thread kapnkore
Hello I have android source 2.3.3 , Now i want to build it in such a way when i port it to device it will copy bootanimation.zip to /data/local folder automatically. So what changes should i do in android source or how should i achieve it.. -- You received this message because you are

[android-developers] Receive implicit intent of view downloads

2011-11-08 Thread kapnkore
I have my own activity to show download folder.When user press view downloads from browser it opens download manager activity so i want to open mine. So what intent filter i need to add in my activity to listen intents of download manager Intent intent = new

[android-developers] Listen to intent

2011-11-08 Thread kapnkore
I want to listen to the intent android.intent.action.VIEW_DOWNLOADS Which basically opens the all downloads when we press view downloads from browser. but i want to open my activity how should i implement the intent filter for this? -- You received this message because you are subscribed to

Re: [android-developers] Re: Fwd: Want to send cookie with Json RPC

2011-11-02 Thread kapnkore
I didnt understood how it explains to set in json rpc ,i dont have much idea i am new to this Please check following code URL serverURL = null; try { serverURL = new URL(webURL); } catch (MalformedURLException e) { // handle exception... }

[android-developers] Fwd: Want to send cookie with Json RPC

2011-11-01 Thread kapnkore
Can i attach cookie to json rpc object in client side sent a request? If yes How? -- 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

[android-developers] Re: outgoing sms

2009-10-01 Thread kapnkore
private void sendSMS(Stringhttp://www.google.com/search?hl=enq=allinurl%3AString+java.sun.combtnI=I%27m%20Feeling%20LuckyphoneNumber, Stringhttp://www.google.com/search?hl=enq=allinurl%3AString+java.sun.combtnI=I%27m%20Feeling%20Luckymessage ) {

[android-developers] Re: outgoing sms

2009-09-29 Thread kapnkore
yes you can add brodcast receiver to listen n show sms sent intent On Wed, Sep 30, 2009 at 10:33 AM, Nemat nemate...@gmail.com wrote: Hi, is it possibale to notify outgoing sms programmatically? Thanks Nemat --~--~-~--~~~---~--~~ You received this

[android-developers] Re: XML Menu

2009-09-15 Thread kapnkore
better you explain some more bout your prob.or code so one can give ans to your prob. On Tue, Sep 15, 2009 at 12:42 PM, MarQuel Middleton droidhea...@gmail.comwrote: i have a xml menu set up and i cannot get the functions to work can some one help me please