[android-beginners] Re: How to get android 1.1 version source code?

2009-06-18 Thread nurandr...@gmail.com
Hi Roman, I do not want android sdk 1.1,I already downloaded the google android sdk 1.1 from the site mentioned by you ( http://developer.android.com/sdk/1.1_r1/index.html ) but I want to download the source code of android 1.1 version release using repo and git, and want to build sdk 1.1.. If po

[android-beginners] Re: TOOLS.JAR

2009-06-18 Thread Raphael
Please explain in more details what you're doing just before you get this error. R/ On Thu, Jun 18, 2009 at 9:37 PM, Rc3375 wrote: > > I installed android and eclipse and did the > "Hello World" deal. Tried again, that's when I starting getting error: > can't find tools.jar.  either I overlooked

[android-beginners] Re: TOOLS.JAR

2009-06-18 Thread Rc3375
I installed android and eclipse and did the "Hello World" deal. Tried again, that's when I starting getting error: can't find tools.jar. either I overlooked something OR didn't install something. Think I need to reinstall?? THANK YOU FOR YOUR MUCH NEEDED helprcobb3...@gmail.com On Jun 18, 10

[android-beginners] Re: How to create an Eclipse Project for Apps-For-Android

2009-06-18 Thread Raphael
On Thu, Jun 18, 2009 at 7:39 AM, Balwinder Kaur (T-Mobile) wrote: > > I would suggest you just create new Eclipse Projects for each of the > apps.  [ I assume you are referring to  the source code downloaded > from http://code.google.com/p/apps-for-android/source/checkout ] > > Here are the steps

[android-beginners] Re: TOOLS.JAR

2009-06-18 Thread Raphael
There's no tools.jar. What are you trying to achieve? R/ On Thu, Jun 18, 2009 at 4:14 PM, Rc3375 wrote: > > I'm using winXP.  Installed Android 1.5 as well as Eclipse.  However, > not sure if it's ANDROID or ECLIPSE that can't find the file > TOOLS.JAR.  Searched the ENTIRE hd, but can't find it.

[android-beginners] Re: compile error: no rule to bu ild “out_sim/debug/host/linux-x86/product/sim/system/etc /permissions/com.google.android.gtalkservice.xml”need to t arget“vendor/google/apps/GTalkS

2009-06-18 Thread nikki
Hi I also got a few errors from Settings provider after a repo sync last night. And I remember the problematic functions (getJidResource and getGTalkDeviceId in Settings.java) seemed related to GTalkService. I mean maybe those official developers are right now working on this GTalk thing so so

[android-beginners] Re: compile error: no rule to bu ild “out_sim/debug/host/linux-x86/product/sim/system/etc /permissions/com.google.android.gtalkservice.xml”need to t arget“vendor/google/apps/GTalkS

2009-06-18 Thread beginner
Sir : How can i build simulator. On Andorid 1.0, do those steps, it can build simulator successfully, and run emulator successfully. But I can not relate it to eclipse, because I want to debug it with eclipse IDE as debug on Microsoft Visual C++ Can u help me to do that ? Thx --~--~---

[android-beginners] Re: Database location and management via external tools.

2009-06-18 Thread Mark Murphy
> A pretty cool way is to use the following firefox plugin > > SQLiteManager : https://addons.mozilla.org/en-US/firefox/addon/5817 > > You can easily push and pull your SQLite data bases from an to the > device or emulator. SQLiteManager rocks, which is why I was dismayed to see: "Announcement

[android-beginners] Re: Layout component width measure returns zero from onCreate

2009-06-18 Thread Romain Guy
Like I told you do NOT need to get the numbers in the Java code. You can simply specify the rotation point to be 50% of the view or 50%p (50% of the parent.) Here's an example from the ApiDemos: On Thu, Jun 18, 2009 at 4:55 PM, Beth wrote: > > Romain, > > So, we understand each other and wa

[android-beginners] Re: Layout component width measure returns zero from onCreate

2009-06-18 Thread Beth
Romain, So, we understand each other and want the same things :-) Can you please provide an example or pseudocode of the animation framework doing this job? I'm missing the link between the XML tag you suggested and getting the numbers in the code. My animation is spinning an ImageView inside a

[android-beginners] Re: compile error: no rule to bu ild “out_sim/debug/host/linux-x86/product/sim/system/etc /permissions/com.google.android.gtalkservice.xml”need to t arget“vendor/google/apps/GTalkS

2009-06-18 Thread fadden
On Jun 18, 4:11 pm, beginner wrote: > Is the understanding correct? Yes, you are correctly configuring for building the simulator. However, the simulator is not an officially supported configuration, and may very well be not what you really want. --~--~-~--~~~---~--

[android-beginners] Re: Database location and management via external tools.

2009-06-18 Thread Roman
A pretty cool way is to use the following firefox plugin SQLiteManager : https://addons.mozilla.org/en-US/firefox/addon/5817 You can easily push and pull your SQLite data bases from an to the device or emulator. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The view

[android-beginners] Re: How to get android 1.1 version source code?

2009-06-18 Thread Roman
This should do it... http://developer.android.com/sdk/1.1_r1/index.html -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those

[android-beginners] TOOLS.JAR

2009-06-18 Thread Rc3375
I'm using winXP. Installed Android 1.5 as well as Eclipse. However, not sure if it's ANDROID or ECLIPSE that can't find the file TOOLS.JAR. Searched the ENTIRE hd, but can't find it. PATHS are correct(as far as I tell), but no luck. Any help would be appreciatedThanks in advance.rc3...

[android-beginners] Re: compile error: no rule to bu ild “out_sim/debug/host/linux-x86/product/sim/system/etc /permissions/com.google.android.gtalkservice.xml”need to t arget“vendor/google/apps/GTalkS

2009-06-18 Thread beginner
Sir: ". build/envsetup.sh" is used to set building environment, and "lunch 2 " is used to set building option and show as following log: TARGET_PRODUCT=sim TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=true TARGET_BUILD_TYPE=debug TARGET_ARCH=x86 HOST_ARCH

[android-beginners] Re: How to debug on an actual device?

2009-06-18 Thread Zhijun Sheng
Thank you Wayne! The answer to all your questions is "Yes". On 18-Jun-09, at 5:16 PM, Wayne Wenthin wrote: > This might be a really stupid question but you have loaded the > driver for it correct? Windows recognizes it? Under your device > manager in windows you see the ADB Interface and

[android-beginners] theme anomaly?

2009-06-18 Thread eitan
hello, i have an app with a main activity and some child activity. i have set up the child activity like so in my manifest: what i like about this theme setting is that the child activity shows through in a translucent way on top of the parent activity's view. i have notic

[android-beginners] Re: How to debug on an actual device?

2009-06-18 Thread Wayne Wenthin
This might be a really stupid question but you have loaded the driver for it correct? Windows recognizes it? Under your device manager in windows you see the ADB Interface and under that windows see an HTC Dream composite ADB Interface? On Wed, Jun 17, 2009 at 3:08 PM, Zhijun Sheng wrote: >

[android-beginners] Re: choicemode and list refresh

2009-06-18 Thread Romain Guy
> > Hey guys, a couple of thing I find strange about choiceMode. > First of all setting it trough XML doesn't seem to have any effect , > in my ListActivity I retrieve choiceMode from the list and it's value > is always 0. It's a bug I just fixed in Donut. > Nothing so important I set it throug

[android-beginners] choicemode and list refresh

2009-06-18 Thread Andrea Cardinale
Hey guys, a couple of thing I find strange about choiceMode. First of all setting it trough XML doesn't seem to have any effect , in my ListActivity I retrieve choiceMode from the list and it's value is always 0. Nothing so important I set it through java getListView().setChoiceMode(ListView.CHOIC

[android-beginners] Re: compile error: no rule to bu ild “out_sim/debug/host/linux-x86/product/sim/system/etc /permissions/com.google.android.gtalkservice.xml”need to t arget“vendor/google/apps/GTalkS

2009-06-18 Thread fadden
I don't think you want the simulator build. You say you want to use it with Eclipse, but the two have no way of interacting (there's no ADB daemon in the simulator environment). What are you trying to do? On Jun 17, 9:08 pm, beginner wrote: > SIR: >     I get android codes recently. compile it

[android-beginners] Re: Orientation Aware websites

2009-06-18 Thread Disconnect
Did I miss something or are you too "busy"? He's not SETTING orientation, he's adjusting for it. And he's talking about javascript (as in, from a web page) not an android java app. On Thu, Jun 18, 2009 at 2:17 PM, Kent Loobey wrote: > > "The Busy Coder's Guide to Android Development". page 46 > >

[android-beginners] Re: Send Mail NOT from user account

2009-06-18 Thread Mark Murphy
> Hi, i want to send a e-mail from a android activity using alternative > smtp server ( for example "smpt.myserver.com") and not using the user > account (example u...@myserver.com). I can do this using external java > libraries ( JavaMail ) but is there a way to do this using the android > sdk.

[android-beginners] Re: Database location and management via external tools.

2009-06-18 Thread Mark Murphy
> How can I get direct access to created database (via sqlite tools)? On the device, use adb shell to get a (limited) shell prompt, then run sqlite3. The directory where your database resides is /data/data/your.package.here/databases (substitute in your application's package for "your.package.her

[android-beginners] Re: want to write some data in a file in Android

2009-06-18 Thread Mark Murphy
> I want to write the parsed AAC data into a file before sending it to > decoder. > So, I checked that parsed data from AAC parser goes to > pvmp4audiodecoderframe.cpp file in external/opencore/codec_v2/audio/ > aac/dec/src through the function called PVMP4AudioDecodeFrame(). > > So in the functio

[android-beginners] Re: Orientation Aware websites

2009-06-18 Thread Kent Loobey
On Wednesday 17 June 2009 23:49:52 Siva wrote: > Hi, > > >I am new to android development. I do not do apps, but I am asked > to develop websites which will work Android phones. > > A very common request is to change the images in the site based on > orientation change. > Iphone exposes a jav

[android-beginners] Re: Stupid Question

2009-06-18 Thread Yusuf T. Mobile
You only need to extend "Activity" if you are making another activity, the same with Service or any other class. So your array does not need to extend Activity or Service. You also don't need to add every class you make to the manifest. Yusuf Saib Android ·T· · ·Mobile· stick together The views

[android-beginners] want to write some data in a file in Android

2009-06-18 Thread eternity
HI, I want to write the parsed AAC data into a file before sending it to decoder. So, I checked that parsed data from AAC parser goes to pvmp4audiodecoderframe.cpp file in external/opencore/codec_v2/audio/ aac/dec/src through the function called PVMP4AudioDecodeFrame(). So in the function, I wrot

[android-beginners] Re: communicating with web server

2009-06-18 Thread dapaintballer331
Search next time. http://groups.google.com/group/android-beginners/browse_thread/thread/c03998e492b50c32/6a9220a3d31a0102?lnk=gst&q=web+server#6a9220a3d31a0102 http://groups.google.com/group/android-beginners/browse_thread/thread/c03998e492b50c32/6a9220a3d31a0102?lnk=gst&q=web+server#6a9220a3d31a0

[android-beginners] control mp3s with g1 on usb mount to cd deck

2009-06-18 Thread drobe12
Hi, I am hoping to get some feedback on this issue. I currently hook up my G1 to my cd deck via usb connection and mount the sdcard to play music. The cd deck controls all the navigation on which files to play. I would much rather control it through the G1. In other words, the listing of songs wou

[android-beginners] Database location and management via external tools.

2009-06-18 Thread timonik
How can I get direct access to created database (via sqlite tools)? I'm develop application that should contain an already formed and filled database. Also, I want manage this database via external tools (mySql for example) and provide only fulfilled database within completed application. --~--~-

[android-beginners] Stupid Question

2009-06-18 Thread dapaintballer331
We're allowed to create simple classes with helper methods, right? I guess my question is, do they need to extend "activity" or "service"? Do I need to declare them in AndroidManifest? An example of what I want is my own type of array, called NoobList.class, which extends ArrayList. I can just i

[android-beginners] Re: How to debug on an actual device?

2009-06-18 Thread Zhijun Sheng
Really frustrating. I have 10+ years of wireless experience and developed great products on other platforms. Got the new Google Dev Phone 2 days ago. It surprised me a lot that me, such a late comer, still got stuck in such a low level problem for many hours already. Thank a lot for all y

[android-beginners] why emylator is so slow atsystem start-up

2009-06-18 Thread yeshu tan
hello, I used 1.5 sdk and create avd by default use target 2 . when i run hello android excample,it's very slow to start up. i get log from ddms list follows: 06-18 08:38:23.981: ERROR/vold(538): Error opening switch name path '/ sys/class/switch/test2' (No such file or directory) 06-18 08:38:

[android-beginners] Orientation Aware websites

2009-06-18 Thread Siva
Hi, I am new to android development. I do not do apps, but I am asked to develop websites which will work Android phones. A very common request is to change the images in the site based on orientation change. Iphone exposes a javascript event called onorientationChange is there any event si

[android-beginners] Send Mail NOT from user account

2009-06-18 Thread Martin Obreshkov
Hi, i want to send a e-mail from a android activity using alternative smtp server ( for example "smpt.myserver.com") and not using the user account (example u...@myserver.com). I can do this using external java libraries ( JavaMail ) but is there a way to do this using the android sdk. -- When I

[android-beginners] How to get android 1.1 version source code?

2009-06-18 Thread Nur hasan
Hi All, I am trying to build the android source code.I already download all the sources from http://source.android.com/download site and already built the source codes.But the problem is that I built the android 1.5 sdk, where as I need the source code of *android 1.1* version.Can any one tell

[android-beginners] want to write some data in a file in Android

2009-06-18 Thread Tirtha Kanti Ghosh
HI, I want to write the parsed AAC data into a file before sending it to decoder. So, I checked that parsed data from AAC parser goes to pvmp4audiodecoderframe.cpp file in external/opencore/codec_v2/audio/ aac/dec/src through the function called PVMP4AudioDecodeFrame(). So in the function, I wrot

[android-beginners]

2009-06-18 Thread Abey K.George
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute o

[android-beginners] HTC Magic problem with drivers

2009-06-18 Thread kolel
Hi, trying to connect htc magic to pc but can not find drivers.(USB debugging enabled) the device identify with VID 0BB4 PID 0c03, I have other HTC Magic that identify with PID 0c02. Where can I get drivers for this device? Please advise Y --~--~-~--~~~---~--~---

[android-beginners] What Motivates You as a Developer?

2009-06-18 Thread devdive
Hey Developers! I am from the Wharton School of Business, University of Pennsylvania, and we want to understand what motivates YOU as a mobile application developer. What inspires you to develop mobile apps? Is it your great idea for your app? Is it the platform, its developer tools or… even t

[android-beginners] Testing on-boot services.

2009-06-18 Thread Micah
I'm using Eclipse on windows to do my Android development and I want to test / debug some code that runs on Android startup. I have setup my program to receive the BOOT_COMPLETED broadcast intent (which is working) and from there it launches a service that runs in the background on the device ind

[android-beginners] Re: Is there any signal booster for android

2009-06-18 Thread Koala Yeung
I think you'd need to install a hardware GSM / 3G signal booster at home. And that would be platform independent (not "for Android"). Like this: http://www.youtube.com/watch?v=r8DYxM2-NJI I've seen one of these in shopping centre. But I've never used one actually. So good luck :) Cheer, Koala

[android-beginners] Re: How to enable Google search by voice?

2009-06-18 Thread Koala Yeung
Oops. Dude, that sucks. I'm using Vodafone (Smartone-Vodafone) in Hong Kong. Guess we are both unlucky on this :( Hope Vodafone will soon provide that to us. Koala Yeung On 6月18日, 上午2時52分, Sean Hodges wrote: > Voice search is disabled in the UK as well, from my understanding it has > somethi

[android-beginners] Is there any signal booster for android

2009-06-18 Thread Naren
Hi, At my home, I have very poor signal. Is there any external signal booster for Android? Thanks, Venkata --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email

[android-beginners] Re: How to create an Eclipse Project for Apps-For-Android

2009-06-18 Thread Balwinder Kaur (T-Mobile)
I would suggest you just create new Eclipse Projects for each of the apps. [ I assume you are referring to the source code downloaded from http://code.google.com/p/apps-for-android/source/checkout ] Here are the steps to do it. Eclipse->File->New Android Project. Within the "Contents" section,

[android-beginners] Problem with Feed

2009-06-18 Thread Maurizio Bellemo
Hi all, I'm trying to realize a little Feed in Android The problem is I got an error and I don't know why The problem is on the onClick function inside onCreate... I got an error connected with the EditText. Does anyone know why Thks Maurizio package eu.reply.sytel; import java.io.IOEx

[android-beginners] Transparent image and camera

2009-06-18 Thread grakhul
I have an activity that launches and displays an image. This image has some transparent aspects to it. Mostly letters/numbers. I want to be able to launch this activity that displays this image and give the user a chance to turn on their camera and super impose my image over where ever their cam

[android-beginners] appwidget wictionary cant find words and

2009-06-18 Thread joare...@googlemail.com
The sourcecode of the tutorial http://android-developers.blogspot.com/2009/04/introducing-home-screen-widgets-and.html does not work on my emulator. When I try to add the widget to my desktop the widget only remains in the status "Loading word of day..." which is defined in the strings.xml. I m

[android-beginners] Re: pseudotarget of android build

2009-06-18 Thread nikki
I just stumped upon the same confusion today And hope anybody here have any clue or thoughts about it would shed some light on it Thanks!!! On May 16, 7:57 pm, manjunatha wrote: > Hi > It has been mentioned in the document, (build-system.html) of android > source tree that the pseudotarget - m

[android-beginners] Re: Como descargarse proyectos free de Android Market

2009-06-18 Thread soleada
Thank you, i didn't know that, i'm new in Android :S. By On 18 jun, 12:55, martin-g ml wrote: > Hola, > > Este groupo de conversation es para Ingleses. > > I hope you know English. > There are several open source Android applications at Google > codehttp://code.google.com/search/#q=android

[android-beginners] Re: Como descargarse proyectos free de Android Market

2009-06-18 Thread martin-g ml
Hola, Este groupo de conversation es para Ingleses. I hope you know English. There are several open source Android applications at Google code http://code.google.com/search/#q=android Saludos! El jue, 18-06-2009 a las 03:31 -0700, soleada escribió: > Hola, > estoy interesada en descargarme o v

[android-beginners] Como descargarse proyectos free de Android Market

2009-06-18 Thread soleada
Hola, estoy interesada en descargarme o ver el codigo de alguna aplicacion de Android Market (free), alguien sabe si se puede hacer eso?? Un saludo y gracias --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Be

[android-beginners] How to create an Eclipse Project for Apps-For-Android

2009-06-18 Thread Tony S.
Hello, I checked out the source code of Apps-For-Android from the repository, but I can't load it up / import to Eclipse. I noticed the source code haven't got the ".project" file (and maybe some other would be missing). So, I'd like to know how to create a project, or the missing files for Ec