[android-developers] Re: Programatic download, install, remove apk??? Who know???

2008-05-13 Thread Wesley
hi tu, I try your project... it say cannot find Main bundle.. means??? Wesley. On Tue, May 13, 2008 at 11:23 AM, tu [EMAIL PROTECTED] wrote: read doc/StartGuide.pdf first, then go through demos directory. RCPAndroid is the Main-apk project. RCPAndroid.apk is the compiled apk. There are

[android-developers] Re: file system monitoring?

2008-05-13 Thread hackbod
Sorry, there is no way to do this. Monitoring all of the files on a file system is expensive, so it is something we made sure we didn't need to do. On May 12, 4:47 pm, MannyNS [EMAIL PROTECTED] wrote: Is there a way to subscribe to (all) file system notifications from Android? I know there is

[android-developers] Installing Android on real phone

2008-05-13 Thread iOkun
Hello all, I have been reading this group as an observer, and also downloaded the sdk. i have not found any package or some other way to install Android on real phone? is it possible? will it be possible? (p.s i did see the emulator) Thanks! --~--~-~--~~~---~--~~

[android-developers] Re: addProximityAlert method in LocationManager

2008-05-13 Thread hackbod
On May 12, 3:38 pm, Megha Joshi [EMAIL PROTECTED] wrote: There is no API to do that, however you can make a Service which runs on device reboot and sets all the ProximityAlerts again. Actually a receiver. :) --~--~-~--~~~---~--~~ You received this message

[android-developers] ClassCast exception in case of loading class from other andoid project

2008-05-13 Thread x-files
I have exception with objects which were loaded by differents loaders. View is loading Java code: public init() { try { Context context = this.createPackageContext(package.name, CONTEXT_IGNORE_SECURITY|CONTEXT_INCLUDE_CODE); CustomView customView = new CustomView(context);

[android-developers] how can i create a apk file from my project

2008-05-13 Thread mystic-d
hey how can i create a apk file from my project ? Thanks ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Receiving broadcast null in application shutdown

2008-05-13 Thread Semeria Stefano
Hello, My application is using a mocked location provider and an intent receiver to receive updates. During shutdown I first stop the location updates with LocationManager.removeUpdates(), then I deregister the intent receiver. I randomly receive the following error: I/jade.util.Logger(

[android-developers] Re: ProgressDialog's dismiss() method throwing IllegalArgumentException

2008-05-13 Thread Mihai Fonoage
Hi goro, I didn't solve the problem. I do believe this is a bug (or feature) of the m5 version of the sdk. Mihai Fonoage On May 12, 1:33 pm, goro [EMAIL PROTECTED] wrote: Hi, I am experiencing exactly the same issue as Mihai Fonoage. Have you solved it? On 20 Mrz., 13:57, vitvikt [EMAIL

[android-developers] Re: addProximityAlert method in LocationManager

2008-05-13 Thread [EMAIL PROTECTED]
Hi, Thanks for addressing this topic. We need to know, or be able to set as a parameter, the step resolution of the proximity tool. This has implications for finding lost children at crowded events where they can be invisibly short. If it is device dependant and not accessible for change,

[android-developers] R.id cannot be resolved

2008-05-13 Thread ruben
Why do I get 'R.id cannot be resolved' when trying to access R.id.webview? thanks, ruben --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: addProximityAlert method in LocationManager

2008-05-13 Thread Mark Murphy
[EMAIL PROTECTED] wrote: Thanks for addressing this topic. We need to know, or be able to set as a parameter, the step resolution of the proximity tool. Not all location services will have equal granularity in terms of position changes, simply because not all location services have equal

[android-developers] I need help developing great idea! (looking at you Google developers)

2008-05-13 Thread Aforough
I have a great idea but lack the programing talent to execute it. I cant say what it is openly because since it is potentially worth a fortune. So, if you are interested in being part of something big (bigger then visual voicemail), email me at [EMAIL PROTECTED] and we'll discuss it. We may

[android-developers] Re: missing android.jar

2008-05-13 Thread wildgriffin
I am using eclipse, but I'm kind of a newbie. What are you talking about? On May 12, 11:54 pm, bloodcarter [EMAIL PROTECTED] wrote: Check your Build Path if you're using Eclipse. On May 13, 4:18 am, wildgriffin [EMAIL PROTECTED] wrote: I'm getting an error: Project HelloAndroid is missing

[android-developers] Re: addProximityAlert method in LocationManager

2008-05-13 Thread newbie11
Thanks Megha for your reply. Have another question for you. Following up one more important question. How does one ensure that whatever addProximityAlert uses to work is FREE. For example, ideally use the free gps chip in the device to see if the radius has been entered rather than something

[android-developers] Re: New to Programing and Android

2008-05-13 Thread Bob
I agree with Steve: learn Java in an environment other than Android before attempting to write code for Andorid. The Android implementation of Java is not yet stable enough, e.g., contains too many defects, to recommend as a learning environment. Also, targeting your learning of programming at

[android-developers] Re: New to Programing and Android

2008-05-13 Thread wescorp
Here is a link to video tutorials for Eclipse and Java for Total Beginners. It's been downloaded over 500,000 times in the last year. Highly recommended. http://eclipsetutorial.sourceforge.net/ Best wishes, Wes On May 12, 5:35 pm, tryingtolearn [EMAIL PROTECTED] wrote: Hi Everyone,

[android-developers] Re: how can i create a apk file from my project

2008-05-13 Thread mystic-d
thanks for your replay Mark, but what do you mean 'command-line' tools ? im using the Eclipse for the development... thanks On May 13, 3:07 pm, Mark Murphy [EMAIL PROTECTED] wrote: mystic-d wrote: hey how can i create a apk file from my project ? Thanks ! If you are using the

[android-developers] Re: how can i create a apk file from my project

2008-05-13 Thread Mark Murphy
but what do you mean 'command-line' tools ? im using the Eclipse for the development... Unfortunately (in this instance), I'm not an Eclipse user. Instructions for creating APK files without using Eclipse can be found at: http://code.google.com/android/intro/installing.html#otherides --

[android-developers] Re: Can not connect lo localhot from emulator using socket

2008-05-13 Thread Oskeol
Thanks, very much for your help. Forwarding ports it does now work. Thnx agani Kobi, Oskeol --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: how can i create a apk file from my project

2008-05-13 Thread Zach Hobbs
You can find an APK file in your project's bin folder, or you can right click on your project and hit Android Tools - Export Application Package. -- Zach Hobbs HelloAndroid.com Android OS news, tutorials, downloads On Tuesday 13 May 2008 05:30:59 mystic-d wrote: hey how can i create a

[android-developers] Re: About nine patch stretchable image

2008-05-13 Thread Bill.Tsao
I got it !! And I modified my 9 patch stretchable image. It can work correctly. But I think this thing can mark in the document. It will help another developers when they use the 9 patch stretchable image. :0 Guy , Thank a lot !!! : ) On 5月13日, 下午2時00分, Romain Guy [EMAIL PROTECTED] wrote:

[android-developers] About set background

2008-05-13 Thread Bill.Tsao
Dear all: When I set a graph to be background in TextView and Button , I found that it was stretch in TextView and it was its original size. I have three questions: 1. Does set background function do the different things in that two different object ? 2.Can I decide the graph position

[android-developers] Re: Positron and Android TDD

2008-05-13 Thread Steve918
I'm guessing you should post this in the Positron forums, I'm sure Phil will be happy to listen. On May 1, 11:56 am, fernan.do [EMAIL PROTECTED] wrote: Hi Everyone! I am using Positron to do acceptance tests in my applications. Yet I am running into a really annoying issue and I was wondering

[android-developers] programmatically add a layout existing in xml to a view

2008-05-13 Thread rukiman
Ok this is what I want to do. Assume I have a XML file that described my screen. ?xml version=1.0 encoding=utf-8? RelativeLayout android:id=@+id/page1layout android:layout_width=fill_parent android:layout_height=fill_parent

[android-developers] One more activitr can not use same package in eclipe

2008-05-13 Thread resbonus(USOON.net)
must use different package. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email