[android-beginners] Problem with istallation Android on Eclipse

2009-08-13 Thread mist3r0

Hello guys, i'm an Android beginner.

I've install Eclipse, and i've following the guide to installa Android
SDK.

The installation is OK, bat when I create a new Android Project, the
project into the workspace was create, bat Eclipse Remains in the
initial screen and the project is not open.

Can You Help me?

thanks.

--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Help Develop Widget

2009-09-07 Thread mist3r0

Hello guys, I'm an android beginner developer.

I'm developing an application for Android, and I asked ... a widget
and an application are programmed the sam way?

I'd like to develop a widget that puts an image on your desktop, when
I touch the image, the keyboard should be visible on the display, to
digit the text.

 I need 2 information:


1) What Object I call if I want to see the keyboard on display?


2) What Object I call to capture the events of the display?


Thanks
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Active and deactivate the Wifi Radio

2009-09-21 Thread mist3r0

Hello everyone,how can I do to enable and disable the Wifi Radio?

If I try to instantiate the object

WifiLock wifi = new WifiLock ();

tells me that the costructor is not visible!

What should I do?

thanks
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Turn on and turn off Synchronization with Gmail,

2009-09-30 Thread mist3r0

Hello guys, I would turn on and turn off synchronization for gmail.

How it works? Can you help?
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Exception Activity Not Found

2009-10-16 Thread mist3r0

Hello boys, I need to activate the synchronization, I'm writing this:

try {

Intent syn=new Intent(android.provider.Settings.ACTION_SYNC_SETTINGS);

startActivity(syn);

 } catch(Exception ex) {}

When I running the application and click on the button, I receive this
type of exception

android.content.ActivityNotFoundException: Unable to find explicit
activity class {com.android.settings/
com.android.settings.SyncSettings}; have you declared this activity in
your AndroidManifest.xml?

What is a problem??  Can yuo help me?
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Exception Activity Not Found

2009-10-16 Thread mist3r0

This code is contained inside an activity (UseModes), and this
activity is declared in the manifest, for this reason I don't
understand the exception that is thrown.

Here is the manifest:


http://schemas.android.com/apk/res/android";
package="android.usemode" android:versionCode="1"
android:versionName="1.0">











































On Oct 16, 7:50 pm, "tinyang"  wrote:
> Is the activity declared in your manifest?  If you are not sure, post the
> contents of your AndroidManifest for this application.
>
>
>
> -Original Message-
> From: android-beginners@googlegroups.com
>
> [mailto:android-beginn...@googlegroups.com] On Behalf Of mist3r0
> Sent: Friday, October 16, 2009 11:00 AM
> To: Android Beginners
> Subject: [android-beginners] Exception Activity Not Found
>
> Hello boys, I need to activate the synchronization, I'm writing this:
>
> try {
>
> Intent syn=new Intent(android.provider.Settings.ACTION_SYNC_SETTINGS);
>
> startActivity(syn);
>
>      } catch(Exception ex) {}
>
> When I running the application and click on the button, I receive this type
> of exception
>
> android.content.ActivityNotFoundException: Unable to find explicit activity
> class {com.android.settings/ com.android.settings.SyncSettings}; have you
> declared this activity in your AndroidManifest.xml?
>
> What is a problem??  Can yuo help me?
>
> No virus found in this incoming message.
> Checked by AVG -http://www.avg.com
> Version: 8.0.169 / Virus Database: 270.13.71/2332 - Release Date: 10/15/2009
> 8:39 PM- Hide quoted text -
>
> - Show quoted text -
--~--~-~--~~~---~--~~
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
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Enable and Disable APN

2009-11-15 Thread mist3r0
Hello boys, in my application i need to Enable and Disable APN, but I
don't have idea to' do this.

someone help me???

-- 
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
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] Enable and Disable APN

2009-11-15 Thread mist3r0
Hello boys, in my application i need to Enable and Disable APN, but I
don't have idea to' do this.

someone help me???

-- 
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
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en