[android-beginners] Re: Passing messages from BroadcastReceiver to Activity

2009-10-07 Thread kapnkore
* public* *class* SmsReceiver *extends* BroadcastReceiver { //.. @Override *public* *void* onReceive(//...,...) { // Intent i = *new* Intent(contx, NoteEdit.*class*); i.putExtra(NotesDbAdapter.*KEY_ROWID*,

[android-beginners] Re: Creating an AVD

2009-10-06 Thread kapnkore
why dont you try to create avd from IDE only.? On Mon, Oct 5, 2009 at 8:45 AM, Trina trin...@gmail.com wrote: Hi, I am using Vista. I have been trying to create an AVD, but have had little success. In my directory I go to android-sdk-windows-1.6_r1/ tools. I then open the android

[android-beginners] Re: Passing messages from BroadcastReceiver to Activity

2009-10-05 Thread kapnkore
just add that extra bundle to intent start new activity with this extra.inthe activity just retrive the bundle you added to it. On Mon, Oct 5, 2009 at 5:12 AM, Anders Feder anders.feder...@gmail.comwrote: Hi, I'm developing an application with android.telephony.gsm that is supposed to

[android-beginners] Re: Passing messages from BroadcastReceiver to Activity

2009-10-05 Thread kapnkore
if you do simply as you written if what ever clear from your post to me here the activity will start every time you receive the message?is it ok with you?but if you want to start some activity from user will will acess the receivid data then just save that data some where n the acess it from

[android-beginners] Re: HELP

2009-09-25 Thread kapnkore
cleare me .just user enter the value in first field n calculate calculation create four diff values n juss put one by one in rest of the edit field is it so or anything else? On Fri, Sep 25, 2009 at 4:12 AM, Rc3375 rcobb3...@gmail.com wrote: this is the problem: there are 5 EDITTEXT boxes.

[android-beginners] Re: Something like onEmailReceived?

2009-09-25 Thread kapnkore
why dont you just start a activity in broadcast receiver?like sms received proadcast receiver starts after that before finishing just start a new activity in receiver! On Thu, Sep 24, 2009 at 4:42 PM, Yaiza Temprado yaiza.tempr...@gmail.comwrote: Hello all, I'm trying to program an

[android-beginners] Re: A problem on displaying Hello Android -application

2009-09-25 Thread kapnkore
so must be fault in your activity you have created in code! just you want to check hows greeting sceen try to just create new project in android project run it with avd.you cna find then chage the text in string for hello world On Fri, Sep 25, 2009 at 3:53 PM, Jaakko matikkaja...@netti.fi wrote:

[android-beginners] Re: A problem on displaying Hello Android -application

2009-09-25 Thread kapnkore
your emulator is launching means avd is all ready there.just create new AVD.from windows Android AVD manager.create new avd .then right click on your application run configuaration.your select your new avd run it. On Fri, Sep 25, 2009 at 5:05 PM, Jaakko matikkaja...@netti.fi wrote: I don't

[android-beginners] Re: sms send

2009-09-21 Thread kapnkore
i am not cleare.but just launch two emulator send it from one to onother.be sure u used broadcast receiver correectally you will be able to receive n trace. On Sat, Sep 19, 2009 at 5:19 PM, Saikat saikat0...@gmail.com wrote: Thanks.. this is really helpful article. can i send a sms from my

[android-beginners] Re: base 64 conversion

2009-09-21 Thread kapnkore
As i said earlier Base64Utils class is there but you will not find single function which will help in for base 64 conversion.(i am talking about 1.5 here.)but the class explanition says that with the help of this class base 64 conversion can be done. On Sat, Sep 19, 2009 at 10:37 AM, j pimmel

[android-beginners] Re: sms send

2009-09-17 Thread kapnkore
i think lot many threads about sms on this forum.n if you tried to search with your question in google you will get lot many site.any way check this one. http://mobiforge.com/developing/story/sms-messaging-android On Thu, Sep 17, 2009 at 10:43 AM, Saikat saikat0...@gmail.com wrote: How can I

[android-beginners] Re: AVD Not starting no Output

2009-09-17 Thread kapnkore
try to create new avd n start your allplication with new avd by choosing run configaration. On Thu, Sep 17, 2009 at 9:36 PM, praveen spraveenit...@gmail.com wrote: Hi I am getting the following error while trying to start the AVD via Eclipse. emulator: ERROR: unknown virtual device name:

[android-beginners] Re: How to end a application completely?

2009-09-17 Thread kapnkore
Active only can be finished by useing the finish(); with help of this i think you may also end your application completally On Tue, Sep 15, 2009 at 7:55 AM, FeatherElf feather...@gmail.com wrote: I'm new in the Android World. I wanna that how to end a application completely? And also, I

[android-beginners] Re: Problems importing Notepad Tutorial projects with Fedora Eclipse 3.4.2, ADT plugin 0.9.1

2009-09-15 Thread kapnkore
does youe extraxted zip file contains mainfest.xml in notpad v1.R u sure u are just giving the path of folder which contains mainfest.xml On Mon, Sep 14, 2009 at 9:25 PM, Anthony anthonyhorto...@gmail.com wrote: Hi, I've installed the Android SDK (1.5 r3), Eclipse (Fedora Eclipse 3.4.2),

[android-beginners] Re: Running the android emulator, easiest way?

2009-09-15 Thread kapnkore
ya n if you want to go for multiple emulator at a time eclips is the best way to use it.just go to run configuration n select diff avd n run it. On Tue, Sep 15, 2009 at 7:33 AM, John P. johnny.d.p...@gmail.com wrote: I agree with Yusuf that Eclipse would be easiest. FYI, the error message

[android-beginners] Re: what is the path of generated DB.

2009-09-14 Thread kapnkore
go to DBMS file exlporer/data/data/your package/your folder/file. On Wed, Sep 9, 2009 at 12:45 PM, David_edei hole1...@gmail.com wrote: I generated DB file by using content provider(on emulator). but I can not find that. let me know the path. ps. how can I use internet on emulator?

[android-beginners] Re: Call to activity problem

2009-09-14 Thread kapnkore
OKiess solved it finaly..thank you all for your support suggessions.i tried to debug with DDMS but its not debuging n overloaded constructor of SmsReceiver is crashing.i used it in this way may be nt documented way bt it works.plz suggest me if any changes are there class someactivity

[android-beginners] Re: Call to activity problem

2009-09-11 Thread kapnkore
ok i tried it like u said but it crashing here it is how i tried please check n tell me how to correct it class someactivity extends extends Activity { *public* *void* onCreate(Bundle savedInstanceState) { //... call(); } public void call() { SmsReceiver *b* =*new*

[android-beginners] Re: how to read sms from inbox

2009-09-10 Thread kapnkore
Does it also mean that there is knowway to do this? On Thu, Sep 10, 2009 at 4:35 PM, Mark Murphy mmur...@commonsware.comwrote: eaindra nilar wrote: Hi, You can use this code for reading sms inbox I already tried it public class SmsApp extends Activity { /** Called when the

[android-beginners] Re: Call to activity problem

2009-09-10 Thread kapnkore
nope this is not working here.Application getting crash On Wed, Sep 9, 2009 at 11:12 PM, Roman ( T-Mobile USA) roman.baumgaert...@t-mobile.com wrote: For being able to start an activity you need a context. One possibility is to pass a reference of your application context to your class

[android-beginners] Re: remove apllication from emulator prob

2009-09-04 Thread kapnkore
thanks for your reply .that is fine but why this default commands are not finding my packages?does my applications are on another location how to get that is there any command? On Fri, Sep 4, 2009 at 5:20 PM, Mark Murphy mmur...@commonsware.com wrote: i want to remove application from

[android-beginners] Re: easy stuff please reply

2009-09-03 Thread kapnkore
i checked this but it takes string as a parameter but write as a charactor only in the file.so again space is there. On Thu, Sep 3, 2009 at 7:35 PM, Justin Anderson janderson@gmail.comwrote: Why not use one of the methods from OutputStreamWriter that takes a string as a parameter?

[android-beginners] Re: voice call recording

2009-09-02 Thread kapnkore
http://forum.xda-developers.com/showthread.php?t=488475 http://groups.google.com/group/android-platform/browse_thread/thread/ed00ef4a87a899e3 http://groups.google.com/group/android-developers/browse_thread/thread/355254941f17aa17 On Wed, Sep 2, 2009 at 12:27 PM, Natalya Dobry

[android-beginners] Re: base 64 conversion

2009-09-01 Thread kapnkore
I done it with importing jar file from apache its running fine?but is it right there is no base 64 class in android sdk. On Tue, Sep 1, 2009 at 11:58 AM, kapil.kkapnk...@gmail.com wrote: hello ; in my application i have one string with many special charactors i need to convert it to the

[android-beginners] want some ebboks to download

2009-08-09 Thread kapnkore
Hello all; I am new at android sevolopment.i need to have some ebooks n pdf to start programming with android.will you please give me some link which will start from basic. Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the