[android-beginners] Re: Problem putting a GridView in a TableRow

2008-12-21 Thread Mark Murphy
saurabh wrote: Hi, I am trying to create a Tablelayout that consists of a GridView in each of the rows. The problem is that if I add the gridview directly to the table it displays fine. But if I add a gridview to the tablerow and then add the tablerow to the tablelayout it doesn't display at

[android-beginners] Re: Problem with a contacts viewer

2008-12-20 Thread Mark Murphy
jamul wrote: I'm just getting problems with my app'... and really don't understand all about that. When I launch my ListActivity I get : XContacts has stopped unexpectedly Have you looked at the log output (e.g., adb logcat) to see what errors you are getting? -- Mark Murphy (a Commons

[android-beginners] Re: problem about ddms

2008-12-20 Thread Ralf
In the Logcat view, click on the edit filter icon -- it's the second one, between the green + and red - ones. Then edit the pid value or remove it. R/ On Mon, Dec 15, 2008 at 12:53 AM, Ring lorin...@gmail.com wrote: a simple problem from rookie one day, i opened ddms and created a filter in

[android-beginners] Re: Problem with Sound

2008-12-09 Thread and.m...@gmail.com
NO, Its not working. It gives this kind of error.. The Method create (Context, int) in the type Mediaplayer is not applicable for the arguments (A, int).. I think the problem is class A is not extended from Activity class. That's why its not working. So I don't know how to play sound in this

[android-beginners] Re: Problem with Sound

2008-12-08 Thread AndroidGeek
MediaPlayer menusound = MediaPlayer.create(C.this ,R.raw.eat); I doubt C.this instead try following MediaPlayer menusound = MediaPlayer.create(this ,R.raw.eat); directly use this not C.this Hope it will help NJoy :) On Dec 7, 6:00 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, In my

[android-beginners] Re: Problem with configuring ADT (failed to get the required adt version from sdk)

2008-12-08 Thread leden
Thanks for info, but another problem arised out of nowhere: I downloaded Eclipse IDE for Java EE Developers (162 MB) (from http://www.eclipse.org/downloads/) then I followed the insructions and in the last step, when I try to initialise Eclipse the following error occurs: The Eclipse executable

[android-beginners] Re: Problem with configuring ADT (failed to get the required adt version from sdk)

2008-11-30 Thread Ralf
Eclipse 2.2 is not supported. You must use Eclipse 3.3 or Eclipse 3.4 (aka ganymede). R/ On Sat, Nov 29, 2008 at 3:27 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello! I installed Eclipse 2.2 along with JWT and JST, then I installed ADT plug-in. I reached the step where I should

[android-beginners] Re: Problem doing tutorial programming

2008-11-24 Thread http://www.g1port.com/g1_android_forum/
Hi automerc, When simulator pops up, you see a note as 'no service'. After waiting a while, this message changes to 'Android' which means simulator is ready to use. Then just click 'menu' button and you should see your application. If still not, simply select your application icon from the menu

[android-beginners] Re: Problem doing tutorial programming

2008-11-23 Thread Michael
Well imo it's not a problem at all. The emulator just needs a lot of time to boot up. So get a cup of coffee and wait until Hello Android! appears on the display. :) On 22 Nov., 22:15, automerc [EMAIL PROTECTED] wrote: Hello, I downloaded and set up the sdk and I was working on the Hello,

[android-beginners] Re: Problem doing tutorial programming

2008-11-23 Thread Farhan Ahmed
Wait a bit and the emulator should boot up. It takes a few minutes the first time. Sent from my G1! On Nov 22, 2008 5:14 PM, automerc [EMAIL PROTECTED] wrote: Hello, I downloaded and set up the sdk and I was working on the Hello, Android! part of the tutoria...

[android-beginners] Re: Problem with Intent and Activity

2008-11-17 Thread [EMAIL PROTECTED]
Thanks, I checked APIDemos and got this line in manifest file: category android:name=android.intent.category.SAMPLE_CODE / I am thinking abt that but not sure.So thank for the hint. Bye. On Nov 16, 2:47 pm, Mark Murphy [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, I am facing one

[android-beginners] Re: Problem with Intent and Activity

2008-11-17 Thread [EMAIL PROTECTED]
This line: action android:name=android.intent.action.MAIN / defines which activity in the application is the 'main' activity - in other words, which is the activity (or screen) that will load up first. In an application, there should only be one main activity. On Nov 17, 5:38 pm, [EMAIL

[android-beginners] Re: Problem with Intent and Activity

2008-11-16 Thread Mark Murphy
[EMAIL PROTECTED] wrote: Hi, I am facing one wiered problem. I have created 4 intent reciver in my AndroidManifeast.xml file. And I have created 4 class for that and the code is working perfectly. The problem is when ever I launch emulator to lauch application, I can see 4 diffrent

[android-beginners] Re: Problem with onActivityResult

2008-11-05 Thread Prestes
No problem when compile On 5 nov, 03:50, 김병주 [EMAIL PROTECTED] wrote: When you compile this code , Was there any problem? If not. It looks perfectly ok. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: Problem with onActivityResult

2008-11-05 Thread 김병주
When you compile this code , Was there any problem? If not. It looks perfectly ok. --~--~-~--~~~---~--~~ 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] Re: problem in coding

2008-10-13 Thread baba vali
hi how can we configure strings.xml is it that just by saving strings in string.xml it will be updated automaticallj in R.java Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Re: problem in coding

2008-10-13 Thread baba vali
hi i have used IDE and ANDROID WIZARD but when i modify my string.xml i didnt find it is updated in R.java file and also i find error in the code with the updated fstring like R.string.repeating_scheduled cannot be resolved --~--~-~--~~~---~--~~ You received this

[android-beginners] Re: Problem with Hello Word app

2008-10-11 Thread David Hoffer
. What is going on here? -Dave From: android-beginners@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Elizondo Sent: Thursday, October 09, 2008 7:46 AM To: android-beginners@googlegroups.com Subject: [android-beginners] Re: Problem with Hello

[android-beginners] Re: Problem with Hello Word app

2008-10-09 Thread David Hoffer
to not be displayed? -Dave From: android-beginners@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Elizondo Sent: Monday, October 06, 2008 2:59 PM To: android-beginners@googlegroups.com Subject: [android-beginners] Re: Problem with Hello Word

[android-beginners] Re: Problem with Hello Word app

2008-10-09 Thread Jerry Elizondo
:[EMAIL PROTECTED] On Behalf Of Jerry Elizondo Sent: Monday, October 06, 2008 2:59 PM To: android-beginners@googlegroups.com Subject: [android-beginners] Re: Problem with Hello Word app Hello Dave: Nope, so long as you have the full JDK (not the JRE) version 5 (1.5) is enough. I'm using

[android-beginners] Re: Problem with Hello Word app

2008-10-09 Thread Jerry Elizondo
[mailto:[EMAIL PROTECTED] On Behalf Of Jerry Elizondo Sent: Monday, October 06, 2008 2:59 PM To: android-beginners@googlegroups.com Subject: [android-beginners] Re: Problem with Hello Word app Hello Dave: Nope, so long as you have the full JDK (not the JRE) version 5 (1.5) is enough. I'm using

[android-beginners] Re: Problem with Hello Word app

2008-10-09 Thread Easan
-beginners@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Elizondo Sent: Monday, October 06, 2008 1:11 PM To: android-beginners@googlegroups.com Subject: [android-beginners] Re: Problem with Hello Word app Hello David: I think that you are missing the JDK from SUN (http

[android-beginners] Re: problem in coding

2008-10-09 Thread Stanley
when creating the java project use the Android wizard. On Oct 8, 9:30 am, baba vali [EMAIL PROTECTED] wrote: hi how can i resolve this problem in my code. R.string.repeating_scheduled cannot be resolved regards --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: problem installing updates for ADT

2008-10-08 Thread baba vali
ok thanx --~--~-~--~~~---~--~~ 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 unsubscribe from this group, send email to [EMAIL

[android-beginners] Re: problem installing updates for ADT

2008-10-08 Thread Xavier Ducrohet
It is *not* down. There are no index.html file in that file, so browsers show a 404 error, but Eclipse does not care about it and look for site.xml, which *is* present. For some reason, some people fail to access the update site using https. If that happens try http. This page:

[android-beginners] Re: problem in coding

2008-10-08 Thread Tony
Hi Baba, Did you add a string to the strings.xml file and give it a name repeating_scheduled? The R.java class is auto-generated and so anything there should resolve, if I understand things correctly so far. Tony On Oct 8, 8:30 pm, baba vali [EMAIL PROTECTED] wrote: hi how can i resolve

[android-beginners] Re: problem installing updates for ADT

2008-10-07 Thread Evan . . .
ee` I was fall across that problems ... I think you should try an other way to plug that's all In the API ,It will tell you 2008/10/7 astra [EMAIL PROTECTED] Hi I am getting problems installing the updates of the ADT plugin. Tried all the methods suggested in the wiki but

[android-beginners] Re: problem installing updates for ADT

2008-10-07 Thread astra
Hi I am getting problems installing the updates of the ADT plugin. Tried all the methods suggested in the wiki but keep getting the message Resulting configuration does not contain the platform. Please help me out. regards --~--~-~--~~~---~--~~ You received

[android-beginners] Re: problem installing updates for ADT

2008-10-07 Thread Ashesh
The instructions are different for Ganymede and Europa Eclipse packages. Are you following the instructions for the right package? Ashesh On Oct 7, 12:28 am, astra [EMAIL PROTECTED] wrote: Hi I am getting problems installing the updates of the ADT plugin. Tried all the methods suggested in

[android-beginners] Re: problem installing updates for ADT

2008-10-07 Thread llongeri
The problem seems to be the ADT URL https://dl-ssl.google.com/android/eclipse/ which is not available anymore (error 404 Not Found). I installed the ADT last week and it worked fine, but I tried again this week on another computer and it is not working any more. I don't know if google people are

[android-beginners] Re: Problem with Hello Word app

2008-10-06 Thread David Hoffer
: Monday, October 06, 2008 1:11 PM To: android-beginners@googlegroups.com Subject: [android-beginners] Re: Problem with Hello Word app Hello David: I think that you are missing the JDK from SUN (http://java.sun.com/javase/downloads/index.jsp) I used JDK 6 Update 7. Let me know if you still have

[android-beginners] Re: problem with a simple map app

2008-09-27 Thread Andreas Frey
Hallo Falko, though your post lacks the occuring error, i try to help anyway. I had similar problems on my first android application with a Google Map. I think you lack 2 things: 1. You need to import the google maps libraries in the manifest.xml, and 2. To add permissions for accessing the

[android-beginners] Re: problem with a simple map app

2008-09-27 Thread Andreas Frey
Hello Falko, ialready sent a message, but this is not shown. So I try again. Though i miss an error description, I try to help you anyway. I had some problems also with my first Google Android Map application. Perhaps this can solve your problems: Adjust your AndroidManifest.xml for a Map

[android-beginners] Re: Problem facing during start a android project through eclipse

2008-09-26 Thread Prashant-LAMP
OS - Fedora 5 JDK 1.5 Eclipse SDK Version: 3.3.2 On Sep 19, 12:55 am, Gav [EMAIL PROTECTED] wrote: Can you provide more info? OS/JDK/android SDK version/Eclipse? When does it occur? Have you setup the SDK path? On Sep 18, 10:30 am, Prashant-LAMP [EMAIL PROTECTED] wrote: I am getting

[android-beginners] Re: Problem facing during start a android project through eclipse

2008-09-21 Thread hongqing huang
My suggestion is get the Eclipse version higher than 3.3 2008/9/19 Gav [EMAIL PROTECTED] Can you provide more info? OS/JDK/android SDK version/Eclipse? When does it occur? Have you setup the SDK path? On Sep 18, 10:30 am, Prashant-LAMP [EMAIL PROTECTED] wrote: I am getting the

[android-beginners] Re: problem adding the android plugin to he eclipse 3.4 , plz help

2008-09-16 Thread enchanters
I too faced the same problem on Fedora 9 installed ECLIPSE. Please let me know if I can install it throught the local copy on my HDD. I dont see any help content for the same. On Sep 12, 11:40 pm, Megha Joshi [EMAIL PROTECTED] wrote: Try this:

[android-beginners] Re: problem adding the android plugin to he eclipse 3.4 , plz help

2008-09-16 Thread sukanto
Hi all, the issue is resolved The best way is to go for Eclipse EE editions 3.4 . It contains some extra packages for android which are missing in Ecliplse classic edition. That's the reason it throws those errors of dependencies. to see all the available eclpse versions plz go to this link:

[android-beginners] Re: problem adding the android plugin to he eclipse 3.4 , plz help

2008-09-16 Thread sukanto
The best way is to go for Eclipse EE editions 3.4 . It contains some extra packages for android which are missing in Ecliplse classic edition. That's the reason it throws those errors of dependencies. to see all the available eclpse versions plz go to this link: http://www.eclipse.org/downloads/

[android-beginners] Re: problem adding the android plugin to he eclipse 3.4 , plz help

2008-09-12 Thread Megha Joshi
Try this: http://code.google.com/android/kb/troubleshooting.html#installeclipsecomponents 2008/9/11 sukanto [EMAIL PROTECTED] Hi i'm new to android, while trying to add the android plugin to eclipse 3.4 I got this error message. I've downloaded the plugin and whas trying to install it from

[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-04 Thread anderson
yes i try eclipse 3.2 (apt-get by ubuntu) eclipse 3.3 eclispe 3.4 all have the some problem but at ~/android-sdk-linux_x86-0.9_beta/samples/Snake/bin Snake-debug.apk exists - Snake] Android Launch! - Snake] adb is running normally. - Snake] Could not find Snake.apk! -- Remove

[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-04 Thread anderson
so iis there any setting about eclipse i should do ? since i use command line and try to follow the document i do success with making *.apk by use activitycreator, but it's name project-debug.apk ! On 9月4日, 下午3時32分, anderson [EMAIL PROTECTED] wrote: yes i try eclipse 3.2 (apt-get by ubuntu)

[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-04 Thread anderson
finally solve the problem what i do : rm -rf ~/.android apt-get remove sun-java5-jdk apt-get remove sun-java6-jdk download eclipse3.4 from www.eclipse.org adt setting .. sdk setting ... and the problem still exist so i close eclipse and try to build up project by use command :

[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-04 Thread Linuxemacs
anderson 写道: i have some problem with linux (ubuntu) when use apt-get install eclipse , that will install eclipse 3.2.2-5ubuntu2 but it's recommand to use Eclipse 3.3 (Europa), 3.4 (Ganymede) http://code.google.com/android/intro/installing.html supported Development Environments: *

[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-03 Thread Olexiy K.
On 3 сент, 06:11, anderson [EMAIL PROTECTED] wrote: i have some problem with linux (ubuntu) when use apt-get install eclipse , that will install eclipse 3.2.2-5ubuntu2 but it's recommand to use  Eclipse 3.3 (Europa), 3.4 (Ganymede) http://code.google.com/android/intro/installing.html

[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-03 Thread Chihau Chau
Hi you can download the last version of Eclipse for Linux in www.eclipse.org 2008/9/3 Olexiy K. [EMAIL PROTECTED] On 3 сент, 06:11, anderson [EMAIL PROTECTED] wrote: i have some problem with linux (ubuntu) when use apt-get install eclipse , that will install eclipse 3.2.2-5ubuntu2

[android-beginners] Re: problem about linux (ubuntu) develop android with Eclispe

2008-09-03 Thread Fredrik Markström
I had this problem: - Make that the the keytool in your path is not gcj:s ! - Remove ~/.android/debug.keystore - Try again ! /Fredrik On Wed, Sep 3, 2008 at 5:11 AM, anderson [EMAIL PROTECTED] wrote: i have some problem with linux (ubuntu) when use apt-get install eclipse , that will

[android-beginners] Re: Problem with basic Map application

2008-09-03 Thread Rani v
Hey Thanks for reply Now it is working after adding folowing lines to menifest file uses-permission android:name=android.permission.ACCESS_LOCATION /uses-permission uses-permission android:name=android.permission.INTERNATE /uses-permission uses-permission

[android-beginners] Re: Problem installing apk files into emulator

2008-09-01 Thread Wind
Thanks, That is the version problems. On Aug 28, 11:03 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yes it was ^^ . found packages that work ... sry^^ ... and thx lad ps still this schould be mentioned in the error or at least be doced On Aug 28, 6:03 am, Ralf [EMAIL

[android-beginners] Re: Problem with java.net

2008-08-30 Thread KA
I added the permission it worked. Thank you. -- From: sacoskun [EMAIL PROTECTED] Sent: Saturday, August 30, 2008 1:58 AM To: Android Beginners android-beginners@googlegroups.com Subject: [android-beginners] Re: Problem with java.net Please take

[android-beginners] Re: problem wid the sdcard

2008-08-29 Thread Payal Amin
I tried file:///sdcard/test.txt too but still it does not work... Do we have to set any permissions or something to open a sdcard file through application? I think we should be able to browse the sdcard files through applications.. because in real phone when we insert an sdcard, we are able to

[android-beginners] Re: problem wid the sdcard

2008-08-29 Thread Mark Murphy
Payal Amin wrote: I think we should be able to browse the sdcard files through applications.. because in real phone when we insert an sdcard, we are able to open all kind of files like a word file or text file. If by real phone you mean iPhone, I'm not aware that it has a Word viewer. Or

[android-beginners] Re: problem wid the sdcard

2008-08-29 Thread Mark Murphy
My question was, if I can browse through sdcard and I know that the file is ...txt then why can't I open it like all other files? To quote from the documentation: http://code.google.com/android/reference/android/content/Intent.html For data that is not a content: URI and where no explicit

[android-beginners] Re: Problem with java.net

2008-08-29 Thread sacoskun
Please take a look at http://groups.google.com/group/android-developers/browse_thread/thread/d2fef5736396f41b/fe1b8d813e0e9eeb?show_docid=fe1b8d813e0e9eeb Regards, sacoskun On Aug 29, 1:37 pm, leafka [EMAIL PROTECTED] wrote: I want to test the following code, but the DDMS always display

[android-beginners] Re: problem wid the sdcard

2008-08-29 Thread Payal Amin
Hi Mark, thanks a lot for your reply. now I am able to open and view the txt file using some other file operations.. May be I will make different activity to read the txt file from sdcard. Thanks On Fri, Aug 29, 2008 at 11:36 AM, Mark Murphy [EMAIL PROTECTED]wrote: My question was, if

[android-beginners] Re: Problem installing apk files into emulator

2008-08-28 Thread [EMAIL PROTECTED]
Yes it was ^^ . found packages that work ... sry^^ ... and thx lad ps still this schould be mentioned in the error or at least be doced On Aug 28, 6:03 am, Ralf [EMAIL PROTECTED] wrote: Is this by any chance a package compiled for M3 or M5 that you're trying to deploy on the

[android-beginners] Re: Problem with basic Map application

2008-08-28 Thread Ravi Savaliya
Instead of using mc.setcenter(point), use mc.animateTo(point)... I think this will help On Thu, Aug 28, 2008 at 1:50 AM, Rani v [EMAIL PROTECTED] wrote: Hi All, I am writing a class to display basic Map, but it is showing only a blank screen ,can any one suggest me how to display the map

[android-beginners] Re: Problem with basic Map application

2008-08-28 Thread Justin (Google Employee)
// mc.zoomIn(); //Not working Define not working. It throws an exception? It returns false? Try adjusting the zoom level after setting the MapView to the content view of the Activity. Does it work if you use setZoom instead? What is the return from MapView.getZoomLevel()? Cheers, Justin

[android-beginners] Re: Problem with basic Map application

2008-08-28 Thread Gies,Brad
. From: android-beginners@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ravi Savaliya Sent: Thursday, August 28, 2008 1:18 PM To: android-beginners@googlegroups.com Subject: [android-beginners] Re: Problem with basic Map application Instead of using

[android-beginners] Re: problem wid the sdcard

2008-08-28 Thread Megha Joshi
2008/8/28 immu [EMAIL PROTECTED] Hi Thanks for u reply !!! But still i am unable to see files(jpeg/mp3) in my Emulator iam opening the Emulator with command emulator -sdcard mypathHere but no result... i have a doubt now , can i see those files

[android-beginners] Re: problem wid the sdcard

2008-08-28 Thread Amin
I have added some text files in my sdcard image using adb push . What I am trying to do is making a file browser for sdcard. and I can see all the folders and files i created in my sdcard img through my application. Now what i want is, I want to view that text files in my application. Can

[android-beginners] Re: problem wid the sdcard

2008-08-28 Thread Megha Joshi
2008/8/28 Amin [EMAIL PROTECTED] I have added some text files in my sdcard image using adb push . What I am trying to do is making a file browser for sdcard. and I can see all the folders and files i created in my sdcard img through my application. Now what i want is, I want to view

[android-beginners] Re: Problem installing apk files into emulator

2008-08-27 Thread Xavier Ducrohet
On Wed, Aug 27, 2008 at 8:11 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: W/PackageParser( 48): /data/app/vmdl21575.tmp (at Binary XML file line #5): activity does not specify android:name This looks like your problem. Xav --~--~-~--~~~---~--~~ You

[android-beginners] Re: problem wid the sdcard

2008-08-27 Thread Megha Joshi
Did you load the sdcard to emulator? for detailed instructions see the link below: http://code.google.com/android/reference/emulator.html#sdcard How do you view the files in emulator? The emulator does not have a file browser...you will have to use File Explorer in DDMS:

[android-beginners] Re: Problem installing apk files into emulator

2008-08-27 Thread Ralf
Is this by any chance a package compiled for M3 or M5 that you're trying to deploy on the 0.9 SDK? R/ On Wed, Aug 27, 2008 at 1:10 PM, Xavier Ducrohet [EMAIL PROTECTED] wrote: On Wed, Aug 27, 2008 at 8:11 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: W/PackageParser( 48):

[android-beginners] Re: Problem installing apk files into emulator

2008-08-26 Thread MSW
I did not capture this output. I will have to try and reinstall from scratch (I had the previous version installed previously). Will report back, but I assume a fresh install will resolve my problem. On Aug 22, 12:25 pm, Xavier Ducrohet [EMAIL PROTECTED] wrote: can you provide us with the

[android-beginners] Re: Problem installing apk files into emulator

2008-08-22 Thread Xavier Ducrohet
can you provide us with the output of logcat during the install? thanks Xav On Fri, Aug 22, 2008 at 9:13 AM, MSW [EMAIL PROTECTED] wrote: (Using the latest SDK). Downloaded two different applications, and trying to install them in the emulator. (My server and emulator are running) When

[android-beginners] Re: problem installing ADT 0.4.0

2008-08-21 Thread Keni
I too am getting this error... Cannot complete the request. See the details. Unsatisfied dependency: [com.android.ide.eclipse.editors.feature.group 0.7.1.v200808141910-98467] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.wst.sse.core/0.0.0 Unsatisfied dependency:

[android-beginners] Re: Problem in using ImageView

2008-06-24 Thread Fräntz Miccoli
Hello Ravi, I've solved this problem through an Input Stream I give you my code : first how to put this stream in my imageView, mThumbnail: mThumbnail.setImageDrawable(imageOperations(url, name.jpg)); now my imageOperations method : public static Drawable imageOperations(String url,

[android-beginners] Re: Problem opening SDK-Jarfile

2008-06-03 Thread Mark Murphy
ascIIaster wrote: Hello everyone, I downloaded the Android SDK yesterday and tried to execute the .jar- file, but the only thing that happened was a message saying Invalid or corrupt jarfile popping up. If you mean android.jar in the root of the SDK, I don't think that is an executable JAR.

[android-beginners] Re: Problem loading C++ library in Android

2008-05-30 Thread Digit
you do realize that your NativeCpp.so doesn't have a ret_mul symbol at all, hence the link error ? On Fri, May 30, 2008 at 11:31 AM, Ashutosh Malviya [EMAIL PROTECTED] wrote: Hello All, I am trying to call an API in a C++ library libNativeCpp.so and Android does not load it. The error is --

[android-beginners] Re: problem on running applications on android on arm board

2008-05-20 Thread dolan kundu
Hi , can you send me the tutorials on arm board? Thanks in advance, Dolan. On Tue, May 20, 2008 at 11:44 AM, sree kanth [EMAIL PROTECTED] wrote: Hi, I run the android on the arm board. I have some applications of android.I am unable to the applications on my arm board.I want to run

[android-beginners] Re: Problem on start simple application on emulator

2008-05-16 Thread prodvit
Ok thank's Digit and Ahmed. Now the emulator starts: the problem is that it takes about 20 minutes!!! :( Yesterday I close it before it completely starts... Hovewer I'd like to undertand some exceptions in log trace: For example, I can see: DEBUG/dalvikvm(496): NOTE: loadClass

[android-beginners] Re: Problem on start simple application on emulator

2008-05-16 Thread Ahmed Abdel samea
I dont know these things in the log :D but i tried the compiler on the a PC celeron D 204 Ghz 1 GB RAM it tooks about 15 min so its normal :D Yours, --( H o H i )- On Fri, 5/16/08, prodvit [EMAIL PROTECTED] wrote: From: prodvit [EMAIL PROTECTED]Subject: [android-beginners] Re: Problem

[android-beginners] Re: Problem on start simple application on emulator

2008-05-16 Thread prodvit
What you means with the M5 codebase is so dated compared to our current sources that we won't be able to spend a lot of resources on this anymore (and believe me, I tried a lot).? Have you modified the source code? The M5_r15 is the last available release...if it's a known bug like you said,

[android-beginners] Re: Problem on start simple application on emulator

2008-05-16 Thread Digit
sorry if this is not clear. I'm a Google employee, part of the Android development team. what I mean is that it's very difficult for us to spend any more time trying to debug something that isn't really easily reproducible on our machines, moreover the up-to-date sources are internally very

[android-beginners] Re: Problem on start simple application on emulator

2008-05-16 Thread prodvit
Thanks for your reply Digit. I didn't know that you are a Google employee! I understand that for you and your team it's very difficult to test Android on many different configuration. But I tried it on two very different configuration and the results are the following: 1) Desktop Pc AMD Athlon

[android-beginners] Re: Problem on start simple application on emulator

2008-05-16 Thread rs ramaswamy
Hello friend, I am having amd system with just 256 mb memory. It takes about 20 minutes (the emulator , i mean) to get started but after starting, it works very fast. see http://geeth.ganesan.googlepages.com/android-tutorial She has clearly mentioned this. Best Regards. RSR

[android-beginners] Re: problem facing with playing videos in androids

2008-05-05 Thread Megha Joshi
The 3gp files should not give any issues with MediaPlayer or VideoView APIs, Could you attach your 3gp file, so that I can test it on my end? Thanks, Megha On Mon, May 5, 2008 at 8:17 AM, Hitesh [EMAIL PROTECTED] wrote: HI MADAM/SIR i m hitesh.i m playing the 3 gp file on androids

[android-beginners] Re: Problem on adding scrollbar to GridlView

2008-04-29 Thread Mark Murphy
Yatish wrote: i want to add ListView after the gridView in my program and ListViews are dynamically added which are more than 10 in numbers. the xml file which i created is as follows You could try replacing the AbsoluteLayout with a LinearLayout. AbsoluteLayout is for when you want to spell

[android-beginners] Re: problem in running HelloAndroid.....

2008-04-28 Thread sree kanth
Hi Justin, I followed the steps same as in the * http://code.google.com/android/documentation.html* site The compilation i followed are: 1. Install the eclipse in my system.. 2 In the eclipse install the android plugin and WST plugin using help- software updates - find and install 3

[android-beginners] Re: problem with Manifest Editor

2008-04-16 Thread prabhat jha
I think my WST plugin was messed up. Once I remeoved WST and did a update again, manifest editor works fine. On Apr 15, 11:11 pm, prabhat jha [EMAIL PROTECTED] wrote: Hi, I just downloaded android sdk and eclipse plugin and created a new android project. When I open AndroidManifest.xml

[android-beginners] Re: Problem with socket connection to emulator console

2008-04-10 Thread [EMAIL PROTECTED]
I didn't say it, but yes I already have the emulator running before I run the connection test. I haven't installed any Activity/Service yet for handling the SMS message, but since the emulator is running, I would expect the socket connection to be made. --Ken On Apr 9, 10:43 pm, John P. [EMAIL

[android-beginners] Re: Problem with socket connection to emulator console

2008-04-10 Thread [EMAIL PROTECTED]
Well, ok, some slightly odd behavior (should have checked this first): $ telnet localhost 5554 Trying ::1... telnet: connect to address ::1: Connection refused Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'.

[android-beginners] Re: Problem with socket connection to emulator console

2008-04-10 Thread Digit
it's because localhost is resolved to several addresses, i.e. ::1 is the IPv6 equivalent of 127.0.0.1 the emulator only listens on 127.0.0.1 (IPv4-only address). try telnet 127.0.0.1 5554 instead then On Thu, Apr 10, 2008 at 3:24 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Well, ok, some

[android-beginners] Re: Problem with socket connection to emulator console

2008-04-10 Thread [EMAIL PROTECTED]
Yes, I realized that after the last post. Revising the test to replace the lh= ... line by lh = InetAddress.getByName(localhost); produced an immediate connection. Sorry for the thrashing, Many thanks, Ken Bowen On Apr 10, 9:44 am, Digit [EMAIL PROTECTED] wrote: it's because localhost is

<    1   2   3