[android-beginners] Emulator Problems

2009-01-15 Thread dhuri natarajan
Hi , I am not able to push any file by using DDMS. It shows the error as: "Failed to push test_cbr.mp3 on emulator-5554: Read-only file system". What i should do so that i can push the file into emulator into sdcard. Thanks, Dhuri Natarajan. --~--~-~--~~~---~-

[android-beginners] Re: Launching one application from inside another

2009-01-15 Thread Bamboo
Yes, the code was successful with the alarm clock. Do you know what I may be missing in my personal application that prevents this from working? On Jan 14, 11:47 pm, James Yum wrote: > Hi, > > > > > Intent intent = new Intent(); > > intent.setClassName("packageName", "packageName.className" > >

[android-beginners] Emulator Problems

2009-01-15 Thread dhuri natarajan
Hi , I am not able to push any file by using DDMS. It shows the error as: "Failed to push test_cbr.mp3 on emulator-5554: Read-only file system". What i should do so that i can push the file into emulator into sdcard. Thanks, Dhuri Natarajan. --~--~-~--~~~---~-

[android-beginners] AlarmManager does not fire after devie power-off

2009-01-15 Thread Naeem
if the user powers off and on his/her device, it seems that the alarms that were set prior to the off/on don't fire. Is that expected behavior as well? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginner

[android-beginners] Re: ADB command not found

2009-01-15 Thread kozak
Hi, Did you manage to fix the command not found issue with ubuntu? I am facing the same thing. Mine is a x64 machine. Altough the SDK was functional under Fedora 9. Regards Kozak On Dec 12 2008, 9:31 am, Lehel wrote: > you can get adb from the source: > > http://source.android.com > > i was get

[android-beginners] Re: Emulator Problems

2009-01-15 Thread PRATAP SOLAPUR
U need to create an sd card then push On 1/15/09, dhuri natarajan wrote: > > Hi , > > I am not able to push any file by using DDMS. It shows the error as: > > "Failed to push test_cbr.mp3 on emulator-5554: Read-only file system". > > What i should do so that i can push the fi

[android-beginners] Re: Emulator Problems

2009-01-15 Thread dhuri natarajan
Hi Pratap, I created SDcard when i loaded emulator itself by giving the command ./mksdcard sdcard1.iso. I have an SDCard in my DDMS. Where else i need to create an SDCard?. Thanks, Dhuri Natarajan. On Thu, Jan 15, 2009 at 4:43 PM, PRATAP SOLAPUR wrote: > U need to create an sd card then

[android-beginners] Re: Emulator Problems

2009-01-15 Thread PRATAP SOLAPUR
See the permissions column in the SD card in ddmsu should have read n write permissions to push n pull files. On 1/15/09, dhuri natarajan wrote: > > Hi Pratap, > > I created SDcard when i loaded emulator itself by giving the command > ./mksdcard sdcard1.iso. > > I have a

[android-beginners] Re: Emulator Problems

2009-01-15 Thread dhuri natarajan
Hi Pratap, Yes. Ofcourse, i dont have permission to read and write. But, how can, i make this read and write permissions. Thanks, Dhuri Natarajan. On Thu, Jan 15, 2009 at 5:33 PM, PRATAP SOLAPUR wrote: > See the permissions column in the SD card in ddmsu should have > read n w

[android-beginners] Re: Emulator Problems

2009-01-15 Thread PRATAP SOLAPUR
Start the emulator with -sdcard Option...in eclipse u can configure it Window>preferences>Android>Launch>Default emulator options...here u need to specify -sdcard command n path of the sdcard...like -sdcard C:\android-sdk-windows-1.0_r2\android-sdk-windows-1.0_r2\tools\img and then resta

[android-beginners] Re: problem launching multiple threads

2009-01-15 Thread [^MiSaTo^]
Thanks, I'll have a look at it. I'm new at android developing and i think i'm a little bit lost. On Jan 14, 8:17 pm, James Yum wrote: > Hi Misato, > > Like Dan said, you most likely do not want to create a separate thread > for the UI. Any UI updates should occur in the main thread (i.e. the >

[android-beginners] Re: problem launching multiple threads

2009-01-15 Thread [^MiSaTo^]
So, sorry to bother you again. What i understand, is that i create the UI as the main Activity Class and inside it i lauch the other thread. In pseudo-code this will be like : onCreate{ initialize the UI; launch socket thread(); create Handler(); } am i right? On Jan 14, 8:17 pm, Jam

[android-beginners] Re: Emulator Problems

2009-01-15 Thread dhuri natarajan
Hi Pratap, I am doing it in ubuntu(Linux). In my android-sdk-linux_x86-1.0_r2/tools/. I don't see img folder in my sdk. Instead of img folder what should, i give?. Thanks, Dhuri Natarajan. On Thu, Jan 15, 2009 at 6:08 PM, PRATAP SOLAPUR wrote: > Start the emulator with -sdcard Option

[android-beginners] Re: Launching one application from inside another

2009-01-15 Thread A T
Did you create both activities? You could try it using intent filters... On Thu, Jan 15, 2009 at 4:18 AM, Bamboo wrote: > > Yes, the code was successful with the alarm clock. Do you know what I > may be missing in my personal application that prevents this from > working? > > On Jan 14, 11:47 pm

[android-beginners] Re: Emulator Problems

2009-01-15 Thread PRATAP SOLAPUR
sorry i forgot to mentionimg is the name of the adcard u've creatednot the folder in toolsthe path which i've specified is in my system...it may be different in urs.find the path of sdcard n specify it with -sdcard option. On 1/15/09, dhuri natarajan wrote: > > Hi Prata

[android-beginners] Re: Launching one application from inside another

2009-01-15 Thread Bamboo
Yes, I created each activity in both applications. I tried using intent filters but got a little lost. Activity A, that I am trying to launch has In Activity B, that I am trying to launch from, I then specified the intent Intent intent = new Intent(Intent.ACTION_MAIN); intent.addCategory(Int

[android-beginners] Re: phone EXTENSION on Android

2009-01-15 Thread shimo...@gmail.com
Hi, I am using my own developed application - aTAKEphONE - for this. www.shsh.com On Jan 14, 4:15 pm, Terrence wrote: > How in the heck can you enter a ";"?  The dialer and contact editor > inserts "J" whenever the J / ; button is pressed. > > I've tried pasting a string containing a ";" in t

[android-beginners] Re: Run my application on Android enabled mobile

2009-01-15 Thread Mark Murphy
Jayakar wrote: > Hi, > Thanks a lot for useful information. I have one more question regarding > the programing language. In FAQ it has mentioned that currently it > supports only Java programming language. Does Android has any road map > to support C/C++ programming language? For firmware deve

[android-beginners] Re: problem launching multiple threads

2009-01-15 Thread Dan
Misato, I have included some code that I use and works great. I'm fairly new to Android myself so there obviously could be other ways of doing it as well. Inside of my activity class I create the Handler object: // Create a new handler object that will handle the messages // sen

[android-beginners] DRM support on Android?

2009-01-15 Thread fab
Hi there, I'm trying to figure out if there is any DRM support on Android but couldn't find a proper answer to that question in the Android groups. The only things I found are: http://groups.google.com/group/android-developers/browse_thread/thread/b52dd35ec78d113a/a7c0ef2f3cba6c26?lnk=gst&q=drm#

[android-beginners] emulator

2009-01-15 Thread Diemison Carlos
Hello everybody, I am a brazilian student of Computer Engineering and I am learning about Android. Now I need a emulator for to text my programs, but I don't know where i can find. Can you help me? -- Carlos Mello --~--~-~--~~~---~--~~ You received this message

[android-beginners] Browser Java Plugin

2009-01-15 Thread Teck Choon Giam
Hi, Just wonder is there any support for browser java plugin? I have tried webkit and Opera Mini but both do not support java. i.e. Our local banks internet banking require browser java plugin in order to login :( Thanks. Kindest regards, Giam Teck Choon --~--~-~--~~~

[android-beginners] Re: Run my application on Android enabled mobile

2009-01-15 Thread Prakash
On Thu, Jan 15, 2009 at 2:51 PM, Mark Murphy wrote: > > Jayakar wrote: > > Hi, > > Thanks a lot for useful information. I have one more question regarding > > the programing language. In FAQ it has mentioned that currently it > > supports only Java programming language. Does Android has any road

[android-beginners] [android-beginners]HelloAndroid] Could not find HelloAndroid1.apk!

2009-01-15 Thread Niranjan Bandla
Hi All, I am new to Android. While doing Hello Abdroid example, I got some problem. When running the program , I am getting the following error. [2009-01-15 03:57:15 - HelloAndroid] -- [2009-01-15 03:57:15 - HelloAndroid] Android Launch! [2009-01-15 03:57:15 -

[android-beginners] Re: ADB command not found

2009-01-15 Thread kozak
HI I did manage to fix it the problem was I did not have the i32libs installed. BR Kozak On Jan 15, 3:33 pm, kozak wrote: > Hi, > Did you manage to fix the command not found issue with ubuntu? I am > facing the same thing. Mine is a x64 machine. Altough the SDK was > functional under Fedora 9.

[android-beginners] Re: Application Model Page

2009-01-15 Thread mathiastck
Agreed, this still confuses me. If you browse the Android Developers group Hackbod has gone into some more detail on the subject. Frequently developers end up using SingleTop or SingleTask in a way that isn't recommended. Perhaps some example use cases, and the recommended way to solve the probl

[android-beginners] Re: Debug on a G1

2009-01-15 Thread Stoyan Damov
Sure (I do debug on G1), what made you think you wouldn't be able to debug on a G1? Cheers On Thu, Jan 15, 2009 at 5:16 AM, Ivan Soto wrote: > Hi, quick question... Can I develop on an unlocked G1? Because I was > thinking on getting a a Dev G1 but I prefer the white one. I live in Canada. > >

[android-beginners] Re: Application Model Page

2009-01-15 Thread jtaylor
On Jan 15, 2:28 pm, mathiastck wrote: > Agreed, this still confuses me.  If you browse the Android Developers > group Hackbod has gone into some more detail on the subject. > Frequently developers end up using SingleTop or SingleTask in a way > that isn't recommended. > > Perhaps some example u

[android-beginners] Re: Debug on a G1

2009-01-15 Thread Ivan Soto
Because I'm thinking on getting just a white G1, not the Developer G1 so I wanted to know the differences. Is there anything else I should know? Thanks :) On Thu, Jan 15, 2009 at 12:57 PM, Stoyan Damov wrote: > > Sure (I do debug on G1), what made you think you wouldn't be able to > debug on a

[android-beginners] Re: ZoomButton Widget

2009-01-15 Thread James Yum
Hi Rob, That control is essentially an ImageButton that sends onclicks during a longpresse. Like an ImageButton, you have to supply the background images: Unfortunately, it is not a self contained container for zooming. You would have to handle zooming yourself in the buttons' OnClick

[android-beginners] Re: Debug on a G1

2009-01-15 Thread Stoyan Damov
On Thu, Jan 15, 2009 at 10:56 PM, Ivan Soto wrote: > Because I'm thinking on getting just a white G1, not the Developer G1 so I > wanted to know the differences. > > Is there anything else I should know? > > Thanks :) No, except for the now infamous bug which you *will* experience after numerous

[android-beginners] 2008 Top Google Android Skins

2009-01-15 Thread Tea Vui Huang
The results are in! Check out which is the most popular Google Android phone skins of 2008 at Tea Vui Huang's Android Page http://teavuihuang.com/android ... and it's not the T-Mobile G1 :O --~--~-~--~~~---~--~~ You received this message because you are subscribe

[android-beginners] Re: AlarmManager does not fire after devie power-off

2009-01-15 Thread James Yum
Hi, Does this help? "Registered alarms are retained while the device is asleep (and can optionally wake the device up if they go off during that time), but will be cleared if it is turned off and rebooted." http://code.google.com/android/reference/android/app/AlarmManager.html Cheers, James On

[android-beginners] Re: DRM support on Android?

2009-01-15 Thread Dave Sparks
There is some support for forward-locked content. We aren't planning support for additional DRM in the media framework, however Packet Video has DRM components for license. On Jan 15, 2:34 am, fab wrote: > Hi there, > > I'm trying to figure out if there is any DRM support on Android but > couldn

[android-beginners] [Problem] compile android code

2009-01-15 Thread Morris
Hi All: After I get the newest android code using repo, I compile using "make". When I run the emulator in portrait mode, I check the android version but it's still 1.0. I think it should be 1.5. Why? Whether do I miss some steps on build steps? Thanks. Best Regards, Morris --~--~-~--~-

[android-beginners] Re: SDL init failure, reason is: No available video device

2009-01-15 Thread Anri Lau
Dave, Thank you, it is very clear. I have fixed it. It is caused by the python module version conflict. 2009/1/14 David Turner > You don't need to have SDL_VIDEODRIVER defined in your environment, the > emulator will by default try to find the X11 libraries on your system and > use them (then

[android-beginners] setDefaultKeyMode()

2009-01-15 Thread jtaylor
What does this method of Activity do? I thought I knew but somehow I've lost all understanding and context. "Select the default key handling for this activity. This controls what will happen to key events that are not otherwise handled. The default mode (DEFAULT_KEYS_DISABLE) will simply drop the

[android-beginners] Re: setDefaultKeyMode()

2009-01-15 Thread jtaylor
On Jan 15, 9:49 pm, jtaylor wrote: > What does this method of Activity do? I thought I knew but somehow > I've lost all understanding and context. > > "Select the default key handling for this activity. This controls what > will happen to key events that are not otherwise handled. The default >

[android-beginners] Re: [android-beginners]HelloAndroid] Could not find HelloAndroid1.apk!

2009-01-15 Thread stonestrange stone
Begin by selecting the *Run > Open Run Dialog* menu entry (in Eclipse 3.4, it's *Run > Run Configurations*). 2009/1/16 Niranjan Bandla > Hi All, > I am new to Android. While doing Hello Abdroid example, I got some > problem. > > When running the program , I am getting the following error

[android-beginners] Re: ask for help: write contact into SIM (phonebook app)

2009-01-15 Thread Greg
Im trying to write code into the source code to allow you to use the same interface as the Sim Importer, i have the button and the action written in on the contacts screen however, im having trouble writing the code for the actual Listing of the contacts when i cause the Intent, and then allowing

[android-beginners] relative layout

2009-01-15 Thread Ashwani Rao
Hi, I want to have a beautiful scenery in the background of my menu. Hoo we can provide this back ground? Regards, Ashwani --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this gro

[android-beginners] plz give me some suggestion

2009-01-15 Thread jaimin
what can i do when package name is not match with the expacated package name. and this type of error is coming when i am importing one whole project so anyone plz give me some suggestion --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-beginners] Re: relative layout

2009-01-15 Thread PRATAP SOLAPUR
U can do it by using android:background tag in ur layoutfileplace a the picture u want to display in drawable folder n use the tag android:background="@drawable/picturename" On 1/16/09, Ashwani Rao wrote: > > Hi, > > I want to have a beautiful scenery in the background of my menu.

[android-beginners] Re: emulator

2009-01-15 Thread Kusuma Pabba
Diemison Carlos wrote: > Hello everybody, > I am a brazilian student of Computer Engineering and > I am learning about Android. > > Now I need a emulator for to text my programs, > but I don't know where i can find. > > Can you help me? > > > -- > Carlos Mello > > > emulator is present in and

[android-beginners] Getting the cell number.............

2009-01-15 Thread Pratap
Can we access the phone number of the user in programmes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To

[android-beginners] Loading dialog

2009-01-15 Thread Ivan Soto
Hi I'm trying to display a Loading dialog, however it shows up AFTER it shows the listadapter. this is the code: showDialog(DIALOG2_KEY); TwitAdapter twadapter = new TwitAdapter( this, R.layout.list_item , fillTwitter(" http://twitte

[android-beginners] Re: Best way to learn android development?

2009-01-15 Thread abel910andr...@gmail.com
I am also a beginner of Android platform. Can somebody introduce some good forums about Android for me. Thanks very much! On 1月2日, 上午1时05分, Steve wrote: > I'm getting a lot out of this book -- it covers a lot ofmaterial > pretty quickly and the examples are very useful -- Professional > Android

[android-beginners] Re: Couldn't run android 1.5

2009-01-15 Thread Morris
Dear All: I have solved this issue. The root cause is that I continually read the android SDK image so I always see the android 1.0. Sorry to waste your time. Regards, Morris On 1月15日, 上午11時18分, Morris wrote: > Dear All: > > I follow the building steps of android web but after I get source an

[android-beginners] add some images in emulator

2009-01-15 Thread birdy
HI all: I want add some images in emulator and show in "Pictures". 1.Please tell me which folder in emulator I should put those images. 2.Use adb push , the folder in emulator will be local or remote? Please show me a sample. Thank you! --~--~-~--~~~---~--~~ You

[android-beginners] Re: add some images in emulator

2009-01-15 Thread jaimin mehta
hi birdy put ur images in by cliking rightclick on the mouse and select the import option and select the path On Fri, Jan 16, 2009 at 12:29 PM, birdy wrote: > > HI all: > > I want add some images in emulator and show in "Pictures". > > 1.Please tell me which folder in emulator I should put those