[android-developers] Does android kernel supports ACPI?

2009-04-24 Thread tiwana
Does android kernel supports ACPI? --~--~-~--~~~---~--~~ 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, se

[android-developers] ACPI or APM

2009-04-19 Thread tiwana
Does android uses ACPI or APM powe management standard? --~--~-~--~~~---~--~~ 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 unsubscri

[android-developers] Re: Permissions to install other apps...

2009-04-14 Thread Birjodh Tiwana
ke you can load > arbitrary Dalvik code in to your process, though you need to be aware that > the code will be running as your own app. > > > On Tue, Apr 14, 2009 at 7:06 PM, tiwana wrote: > >> >> I am sorry i am not sure if i get it . So are you tryin to say that >

[android-developers] Re: Permissions to install other apps...

2009-04-14 Thread tiwana
ady said: this API is not available to third > party apps, and cupcake will not change this.  Addressing the original > poster, there is a new API in cupcake to be able to dynamically load classes > with Dalvik. > > > > On Tue, Apr 14, 2009 at 1:13 AM, tiwana wrote: > > >

[android-developers] Re: Permissions to install other apps...

2009-04-14 Thread tiwana
hat it would > not be in Google's interests to allow this behavior otherwise > alternative marketplaces could be released to the phone which would > compete with the Android's Market. > > On Apr 14, 9:13 am, tiwana wrote: > > > So i downloaded the system images of

[android-developers] Re: Permissions to install other apps...

2009-04-14 Thread tiwana
der. > > 2009/4/14 Dianne Hackborn > > > Nothing has been announced yet. > > > On Mon, Apr 13, 2009 at 1:37 PM, tiwana wrote: > > >> So when will be the cupcake available? > > >> On Apr 9, 7:06 pm, Dianne Hackborn wrote: > >> > That's wh

[android-developers] Re: Permissions to install other apps...

2009-04-13 Thread tiwana
So when will be the cupcake available? On Apr 9, 7:06 pm, Dianne Hackborn wrote: > That's why apps can't install other apps without the user being involved.  I > was addressing the first part of the original poster's request, being able > to download and run Dalvik code in your own process.  In

[android-developers] Re: FTP on android

2009-04-13 Thread tiwana
e from your carrier's network. > > On Sat, Apr 11, 2009 at 2:39 PM, tiwana wrote: > > > By th way the problem is with my dev phone not with emulator, emulator > > is working fine. > > > On Apr 11, 2:07 pm, tiwana wrote: > >> Actually my bucket uploa

[android-developers] Re: FTP on android

2009-04-11 Thread tiwana
By th way the problem is with my dev phone not with emulator, emulator is working fine. On Apr 11, 2:07 pm, tiwana wrote: > Actually my bucket upload is also not working.It is not able to > connect to anyFTPserver. What settings do i need to change? > > David Given wrote: > &

[android-developers] Re: FTP on android

2009-04-11 Thread tiwana
Actually my bucket upload is also not working.It is not able to connect to any FTP server. What settings do i need to change? David Given wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mark Murphy wrote: > [...] > > Bear in mind that the Android emulator runs in a virtual machine (q

[android-developers] Re: FTP on android

2009-04-11 Thread tiwana
: > tiwana wrote: > > HI, > > > I am having problem runningFTPclient on android. I know there are no > >FTPlibraries on android, > > so i downloaded commons-net-1.4.1.jar and added it to my project. > > > But my app is not able to connect to anyft

[android-developers] Multipat messages.

2009-04-11 Thread tiwana
Hi, I am trying to upload a file using multipart HTTP POST. I am using the same method being used in thread http://groups.google.com/group/android-developers/browse_thread/thread/39e0c42001eaff90/b3ddea22c73ce80e?lnk=gst&q=multipart#b3ddea22c73ce80e But what server side support do i need for thi

[android-developers] FTP on android

2009-04-11 Thread tiwana
HI, I am having problem running FTP client on android. I know there are no FTP libraries on android, so i downloaded commons-net-1.4.1.jar and added it to my project. But my app is not able to connect to any ftp server. This is the code, import org.apache.commons.net.ftp.FTPClient; f

[android-developers] Re: Read the SMS already stored

2009-04-09 Thread Birjodh Tiwana
I think you need READ_SMS permission for reading the SMS. On Wed, Apr 8, 2009 at 7:29 PM, sermojohn wrote: > > You could probably, call a Cursor's method that returned the field of > the specified content's datbase table. > I have actually faced the same problem today, while trying to build >

[android-developers] Re: Make My App Available By Intent

2009-04-08 Thread Birjodh Tiwana
So did the second way work for you? On Wed, Apr 8, 2009 at 12:24 PM, droozen wrote: > > Sorry. The second way I tried to start the intent was: > > Intent intent = new Intent("intent.action.VOLUME_CONTROL"); > startActivity(intent); > > (without the com.roozen in front) > > On Apr 8, 11:12 am, d

Re: 回复: [android-developers] Re: How to del ete package programmatically without UI

2009-04-08 Thread Birjodh Tiwana
This is obvious. Otherwise you can create an app to delete all other apps on your gphone! What an attack that would be ! On Wed, Apr 8, 2009 at 9:47 PM, Jiang wrote: > Thanks for your help. > > BR, > -Jiang > > --- *09年4月8日,周三, Al Sutton * 写道: > > 发件人: Al Sutton > 主题: [android-developers] Re: H

[android-developers] No permission required for accessing Browser search History

2009-04-06 Thread tiwana
Hi, Why is there no permission required to access android's browser search history ? Is that data not sensitive enough like the call logs? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. T