Re: [android-beginners] Re: No Build option in the New Android Project dialog Box in the Eclipse IDE

2009-12-23 Thread Ben & Jerry's South Bay
This happened to me and I had to 'update & install' to complete ADT installation for eclipse. I believe the instructions do not include this in the initial set up because once I did this, I had targets available. Hope this helps. On Wed, Dec 23, 2009 at 6:50 AM, Lance Nanek wrote: > That happe

[android-beginners] Re: HelloAndroid.apk has a CERT.RSA File of Size 0

2009-12-23 Thread PaPa G
The problem was that I was using IBM's Java instead of Sun's. I found this out by using Eclipse's Error Log view, which displays warnings and errors from plugins, such as the ADT (Android Developer Tools) plugin. The error message contained Errors running builder 'Android Package Builder' on pr

[android-beginners] Re: ADB and T-Mobile Pulse

2009-12-23 Thread Atom
I have the same problem on Ubuntu, but this fix is not working. It is detecting the device - showing in Eclipse as ? online unknown, and on the command line as the same. I have access via a shell to the device on the command line (see http://code.google.com/p/android/issues/detail?id=436

[android-beginners] Picasa API does not work as expected under Android

2009-12-23 Thread squibber
Hi, I am using the latest google data api (1.40) and try to get all albums for a user. The feed is http://picasaweb.google.com/data/feed/api/user/@gmail.com?kind=album On a JavaSE environment it works fine (!!), returning all album information for that user. However on an AndroidOS the same

[android-beginners] Gyrometer granularity and running app in background?

2009-12-23 Thread Devinho
Hi, I've never developed for a mobile platform, so hopefully someone could clear this up for me. I would like to develop an application which implements the gyrometer. Is it possible to detect varying degrees of 'shakiness' from a user as well as the direction? Or is such a granular level not po

[android-beginners] BitmapFactory OOM driving me nuts

2009-12-23 Thread GregAZ
I've been doing a lot of searching and I know a lot of other people are experiencing the same OOM memory problems with BitmapFactory. My app only shows a total memory available of 4MB using Runtime.getRuntime ().totalMemory(). If the limit is 16MB, then why doesn't the total memory grow to make r

[android-beginners] Re: Calling another class/activity

2009-12-23 Thread TSW
I was having the same issue as Sam B. Your solution worked for me! Thank you very much. On Dec 23, 2:09 am, Nithin wrote: > Instead of v.getContext(), try Screen1.this in Intent > > Nithin > > On Dec 22, 9:47 pm, Sam B wrote: > > > > > Hi ive got a class containing a button and in the on click e

[android-beginners] Enabling Android.Speech

2009-12-23 Thread Chris S
I'm trying to play around with the TTS capabilities outlined at http://android-developers.blogspot.com/2009/09/introduction-to-text-to-speech-in.html However, the default SDK setup doesn't seem to include a reference to the android.speech.* package. Is there some additional add-on I have to instal

[android-beginners] Re: no text displayed on emulator in Hello World program

2009-12-23 Thread Chris S
Has anyone figured this out yet? It's a bit depressing something as simple as Android's hello world tutorial doesn't work. I'm running this under Eclipse 3.5 on Ubuntu. The fancy emulator window pops up, showing a reddish phone displaying the "Android" logo, and that's it. My console seems to show

[android-beginners] glReadpixel call in open-gl

2009-12-23 Thread yog
Hi all, Iam trying to read glReadpixel API to get frame buffers, when printed buffer in API Iam getting all 0's in my Emulator. Iam a new-bie to android and open-gl. can any one help me why this is happening? Iam using Android 2.0. Is there any opensource android APP using glReadPixel function.

[android-beginners] Activity - calling finish() in onStart()/onCreate()

2009-12-23 Thread alexk-il
Hi, I am confused with the SDK documentation which describes that Activity states "onCreate" through "onResume" are "not killable" by the system. However, calling finish() in onCreate() (for example, as a response to SW error) seems to be working - the Activity goes directly from onCreate to onD

[android-beginners] Usage Stats Data Storage

2009-12-23 Thread Sanjay
Hi All, I want to use the usage stats data (Application Name, Counts, Usage Time) in my application and to store the data locally. I looked at the SpareParts app code which just triggers the UsageStats activity whenever user opens the Usage Statistics. Could anyone please help me out how to store

[android-beginners] hi all query regarding alert

2009-12-23 Thread VIN
i want to add alert with edittext ,so that if i m typing anything in edittext it will pop up an alert that it must be alphanumeric or a character etc anything it should display a alert or toast how can i do this -- You received this message because you are subscribed to the Google Groups "Androi

[android-beginners] Re: HelloAndroid.apk has a CERT.RSA File of Size 0

2009-12-23 Thread PaPa G
The problem was that I was using IBM's Java instead of Sun's. I found this out by using Eclipse's Error Log view, which displays warnings and errors from plugins, such as the ADT (Android Developer Tools) plugin. The error message contained Errors running builder 'Android Package Builder' on pr

[android-beginners] Responding to a touch-screen motion...

2009-12-23 Thread allanbremer
Hello all, I'm trying to figure out how to respond to a touch-screen motion. Let's say I draw 4 thick lines on the screen representing a box (the lines don't touch each other). Also, there's a dot in the middle of the lines. Now, if I go to the left vertical line and swipe down it, a TextVie

[android-beginners] GPS und Android

2009-12-23 Thread AndroidDavid
Hi guys i have a little problem with the GPS-Functionality of the DDMS. When i try to send coordinates to my device(the emulator) then the devices always receives 0, 0. I read somewhere in the internet, that this doesn't work properly in the emulator. But i can't believes that this is right. So co

[android-beginners] Android on Chinese Clone cellphone Handphone GPS Wifi Analog TV FM transmitter

2009-12-23 Thread David Viola
Hello users, customers, manufacturers and programmers. I'm just someone who loves google products and really need to see Android running on my handphone. I have a chinese MP20 (does everything), but it system is limited as it isn't compatible to .cab files etc. (MTK6235 OS). Although, I can't insta

[android-beginners] Re: Creating Database with big amount of data

2009-12-23 Thread Thomas
Thanks StakOverflow :) http://stackoverflow.com/questions/1953823/creating-android-app-database-with-big-amount-of-data -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://st

[android-beginners] Re: Creating Database with big amount of data

2009-12-23 Thread Thomas
Thanks David, I tried to change my file encoding in eclipse but it doesn't work. How do you save file using a specific encoding ? On Dec 21, 5:25 pm, David Fire wrote: > save the file using utf8 encode this solved similar issues on diferent > plataforms. > > 2009/12/20 Thomas > > > > > Hi all,

[android-beginners] setKeyListener...reinventing the wheel?

2009-12-23 Thread JasonMP
Hi, I'm trying to achieve the same effect as setting ' android:numeric="signed" ' in my xml layout programatically. Is there an easy way to do this? I've been playing around with setKeyListener but can't seem to get the desired effect. Heres my code: newEditText.setKeyListener(new NumberKeyLis

[android-beginners] Re: Creating SetContentView

2009-12-23 Thread Nithin
Create a xml named video_player in resource folder On Dec 23, 4:24 pm, Valentino XM wrote: > I am trying to change setContentView(R.layout.main) to setContentView > (R.layout.video_player) but this change does  not actually change or > occur in the Java file. > > Java > > public static final cla

[android-beginners] Re: No Build option in the New Android Project dialog Box in the Eclipse IDE

2009-12-23 Thread Lance Nanek
That happened to me once on a computer with large fonts and a small resolution. The contents of the Build Target section of the dialog seem to get hidden before even the white space at the bottom when there isn't enough room. In my case I managed to drag the the dialog downwards by the title bar s

[android-beginners] Re: [solved] how to send email with email aatched

2009-12-23 Thread arin
R is automatically created... it stores the unique id of all the components in android project. If you use eclipse u no need to worry about R, it will be automatically created/updated as u save ur project On Dec 23, 9:26 am, 立晨姚 wrote: > what is R in setContentView(R.layout.main)? did you define

Re: [android-beginners] Youtube streaming via Emulator "does not work"

2009-12-23 Thread Sean Hodges
On Wed, Dec 23, 2009 at 11:49 AM, Valentino XM wrote: > INcase anyone out there is´attempting to stream youtube via an Android > Emulator. my best advice at this point is not to waste your time. It > simply does not work, right now.. The qualifier here is "via an Android Emulator", streaming YouT

[android-beginners] T-Mobile prepaid sidekick plan?

2009-12-23 Thread Michael Dorin
Anybody ever try the t-mobile prepaid sidekick data/text message plan on an android phone other than a t-mobile sidekick? I tried to buy it last night, but the salesguy would not sell it..as he said it would not work on my google developers conference android. Can that be true? Thanks, -Mike -

[android-beginners] Youtube streaming via Emulator "does not work"

2009-12-23 Thread Valentino XM
INcase anyone out there is´attempting to stream youtube via an Android Emulator. my best advice at this point is not to waste your time. It simply does not work, right now.. cheers -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try

[android-beginners] Creating SetContentView

2009-12-23 Thread Valentino XM
I am trying to change setContentView(R.layout.main) to setContentView (R.layout.video_player) but this change does not actually change or occur in the Java file. Java public static final class layout { public static final int main=0x7f03; should a new widget (video_player) be create

[android-beginners] Re: onSaveInstanceState behaving differently when rotating the screen and anything else

2009-12-23 Thread Nithin
> However, if either press home, or open another app in front of mine > (eg, from the notification bar) then I get the following error: > So, if you press home or open another activity through notification, your current Activity has lost focus and invisible, so it will be call onPause() and onStop

[android-beginners] Re: Accessing Root from Android Emulator

2009-12-23 Thread Nithin
There are lot of fileBrowser applications are there. Just install one and you can see your root directory and all other folders in the android filesystem Nithin On Dec 21, 2:23 pm, Philop wrote: > I believe this question has been asked alot of times so forgive me if > I am asking again. > > Her

[android-beginners] Re: problem with database

2009-12-23 Thread Nithin
Instead of "this", pass the context in the onReceive() DBAdapter db = new DBAdapter(context); Nithin On Dec 22, 8:58 pm, shalon wrote: > Hi all > > I am trying to build an application where i can store my incoming sms > into a database. > > I have DBAdapter class which does database connectivi

Re: [android-beginners] Unable to run "HelloAndroid"

2009-12-23 Thread vishnu vishh
Oh um sorry.i missed the part where u mentioned about console Error u sure ur emulator is up and running which version of android r u trying..??? On Wed, Dec 23, 2009 at 1:24 AM, vishnu vishh wrote: > Hi... > > u have to wait till the emulator is ready and loaded...[.also dep

Re: [android-beginners] Unable to run "HelloAndroid"

2009-12-23 Thread vishnu vishh
Hi... u have to wait till the emulator is ready and loaded...[.also depends on your machine speed] it will take longer if you are running dat for the first time... the solution is >"Nothing but Patience " On Tue, Dec 22, 2009 at 1:15 AM, Jit wrote: > I'm new to Android and hav