[android-beginners] Re: [android-beginners]

2009-07-13 Thread Sanjoy Das

Are you *really* expecting a response to that?

-- 
Sanjoy Das

Undergraduate Student
Indian Institute of Technology, Kharagpur

http://www.playingwithpointers.com

Public Key at http://www.playingwithpointers.com/custom/public_key.txt

--~--~-~--~~~---~--~~
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: No way to merge Google and Phone contacts?

2009-07-13 Thread Claudio Carnino

I'm interested too in this process. Have you find something?
thanks

On Jul 3, 7:37 am, Psycho schmitz@gmail.com wrote:
 Hi, I just googled for this problem and i found your post...

 Did you find a solution for it?

 On Jun 4, 6:20 pm, Jack Stockholm oddi...@gmail.com wrote:

  I have contacts from my GMail labeled 'Google' in the phone and
  contacts from my old SIM card which I imported, labeled 'Phone'.  The
  problem is that most of these are duplicated now since I had a GMail
  and a phone contact for each.  How do I merge them???

  I keep seeing info about a Market app called Contacts De-duper but I
  can't find it anywhere.  Absurdly, Android Market does not support
  searching partial words.  Even more absurdly, there is no Search box
  for Android Market on the Market website.  This from a company which
  made its name in search technology. (I'm not whining, I love the
  phone, just it seems this would have been one of the easy things for
  Google to do).

  So how can I merge these? I wish I could copy the Phone contacts to
  GMail because then I could use GMail's Contacts-merge feature but I
  can't find a way to do that.  I also say some indication that the
  phone just does it on its own - well I've had the phone for a couple
  days, have two contacts (one Phone, one Google) with identical names,
  and there they sit as duplicates still.  If it were a couple I'd just
  do it manually but there are like 200.

  Any ideas appreciated.

--~--~-~--~~~---~--~~
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] process unexpectedly stopped while inserting data in data table

2009-07-13 Thread rrahman

Hi,

I am new in android. I am developing an application. When my
application reached the following function:

 public void createUser(String fName, String lName, String eMail,
String userName, String passWord)
{

sql=INSERT INTO + USER_TABLE +
 (username ,password ,firstname ,lastname, email, phone)
+  VALUES ('+userName+', '+passWord+', '+fName+',
'+lName+', '+eMail+', '8617820');;

myDB.execSQL(sql);
}

then the process unexpectedly stopped. My code for creating data table
is,

sql= CREATE TABLE IF NOT EXISTS 
+ USER_TABLE
+ (`id` integer primary key autoincrement,
+ `username` varchar(20) NOT NULL,
+ `password` varchar(40) NOT NULL,
+ `firstname` varchar(50) default NULL,
+ `lastname` varchar(50) default NULL,
+ `email` varchar(40) NOT NULL,
+ `phone` varchar(100) default NULL
+ );;

myDB.execSQL(sql);

Please help me to overcome this problem.

--~--~-~--~~~---~--~~
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] how to use adb tool on SAMSUNG GALAXY?

2009-07-13 Thread da yang

Hi
i got this new mobilephone this week in Germany, wanted to debug my
program on the device. but it doesn't work, c:\ adb devices lists
no device attached, though i have tried to change the
android_usb.inf in order to install the usb driver from SDK.
i added some entries as follows:
under
[Google.NTx86]

; HTC DREAM
...

; SAMSUNG GALAXY
%USB\VID_04E8PID_6640.
DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640
%USB\VID_04E8PID_6640MI_01.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640MI_01
%USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
\VID_04E8PID_6640

and [Strings]:

USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY
USB\VID_04E8PID_6640MI_01.DeviceDescRelease=SAMSUNG GALAXY
Composite ADB Interface
USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY Bootloader

i got only one VID and one PID through
USBVIEW, though for HTC DREAM there are different PIDs used.
The adb interface got installed, but adb just didn't work.

later i also tried to use the device under linux, set up the device as
in Dev guide:

If you're developing on Ubuntu Linux, you need to add a rules file:

  1. Login as root and create this file: /etc/udev/rules.d/51-
android.rules.

 For Gusty/Hardy, edit the file to read:
 SUBSYSTEM==usb, SYSFS{idVendor}==0bb4, MODE=0666

 For Dapper, edit the file to read:
 SUBSYSTEM==usb_device, SYSFS{idVendor}==0bb4, MODE=0666
  2. Now execute:
 chmod a+rx /etc/udev/rules.d/51-android.rules

adb devices listed nothing as well. : (

open a terminal on the device, with ps, i guess the adb daemon
adbd is running.
but the adb tool just doesn't work.

Can someone help?

thanks da

--~--~-~--~~~---~--~~
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: HTC Magic - Can't install driver on development PCs

2009-07-13 Thread piNky

Just go to device manager, delete the device, then go to Action-Add
legacy hardware and then just locate the driver ;)

On May 16, 1:13 pm, John Burton john.bur...@jbmail.com wrote:
 I have a new UK Vodafone HTC Magic phone.

 I've installed the developer SDK and eclipse and that works fine.
 But when I connect my real phone to the PC I can't installed thedriverto 
 communicate with it.
 It functions perfectly well as a mass storage device but it never asks
 me to install theusbdebuggingdriveron the PC at all as the
 instructions say it will. I *have* turned onUSBdebugging on the
 phone, and restarted it and the PC several times just in case...

 I've tried this on 2 PCs and got the same result which makes me
 suspect the phone is the problem not the PCs but it could be either.

 Google found quite a few people with this problem but no real
 solutions and nothing that worked for me.
 Anyone got any ideas?

--~--~-~--~~~---~--~~
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: How to get started for leaningt android ?

2009-07-13 Thread Gabriel Branch
I would first read everything on the google android site.

Follow the directions to install your dev environment.

Then ask more specific questions when you run into problems



On Mon, Jul 13, 2009 at 1:33 PM, Starwalker paresh.bafna1...@gmail.comwrote:


 Hello there,

 I am working in  mobile gaming domain of a software company. I have
 recently joined this company and have very less knowledge  about
 languages. I have tried my hands with most of the lamguages but I am
 not  so good at them, example- JAVA. I heard coding in android is done
 using JAVA .

 Can anyone please tell me how do i get started ? What all concepts of
 JAVA do i need to learn before starting with android ? ALso, I have to
 learn J2SE or J2ME or J2EE ?

 Your help is much appreciated .

 Regards,
 Paresh Bafna.

 


--~--~-~--~~~---~--~~
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: How to get started for leaningt android ?

2009-07-13 Thread bboyes

I started with these tutorials:
http://developer.android.com/guide/tutorials/hello-world.html

You might want to start also with a book. I just ordered
http://www.amazon.com/Professional-Android-Application-Development-Programmer/dp/0470344717/ref=sr_1_2?ie=UTF8s=booksqid=1247448461sr=8-2

I have started a community page for beginning Android here:
https://android.dev.java.net/ which also includes a place to share
sample code. It also has a lot of links to other resources (spare
batteries for the G1 to Scala support for Android) and is sort of a
blog of my starting experience.

Bruce
--~--~-~--~~~---~--~~
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] Need some help with Intent Filter to add my app to other menu's

2009-07-13 Thread Oliver Rennfort
Has some one a idea for the problem below...

Best regards

On Jul 13, 2009 7:15 AM, AnubisAndroid anubis...@gmail.com wrote:

Hi all, i need some help with a problem i have and i am stuck right
now.
I would like to know if its possible and how to add my application to
the
Picture Options Menu from the Gallery App.

Lets say i have a new activity what can crop and rotate the picture.
And i want to install it so that i can see it in the Picture Options
list
when you long press a picture in the gallery app.

I hope some one understands what i mean : ) i am not good in writing
things down to explain : )

Best regards
AnubisAndroid

--~--~-~--~~~---~--~~
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] How to log test results in a file?

2009-07-13 Thread Yasser

Hi,

I am using assert methods of JUnit's Assert class on passing/failing
of a test case.

How can I log these messages in a file on the desktop so that I can
parse them to know the test results?

Thanks
Yasser
--~--~-~--~~~---~--~~
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: How to log test results in a file?

2009-07-13 Thread Radzell

use the log.i() method

On Jul 13, 4:37 pm, Yasser yassersiddi...@gmail.com wrote:
 Hi,

 I am using assert methods of JUnit's Assert class on passing/failing
 of a test case.

 How can I log these messages in a file on the desktop so that I can
 parse them to know the test results?

 Thanks
 Yasser
--~--~-~--~~~---~--~~
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: how to use adb tool on SAMSUNG GALAXY?

2009-07-13 Thread Gabriel Branch
Try uninstalling all of your usb devices then let the OS reinstall them all
and keep the phone plugged in and debugging on while you do it.

How is the battery life on that galaxy? Better than the dream?

On Sun, Jul 12, 2009 at 5:24 AM, da yang daboil...@googlemail.com wrote:


 Hi
 i got this new mobilephone this week in Germany, wanted to debug my
 program on the device. but it doesn't work, c:\ adb devices lists
 no device attached, though i have tried to change the
 android_usb.inf in order to install the usb driver from SDK.
 i added some entries as follows:
 under
 [Google.NTx86]

 ; HTC DREAM
 ...

 ; SAMSUNG GALAXY
 %USB\VID_04E8PID_6640.
 DeviceDescRelease%=androidusb.Dev, USB
 \VID_04E8PID_6640
 %USB\VID_04E8PID_6640MI_01.DeviceDescRelease%=androidusb.Dev, USB
 \VID_04E8PID_6640MI_01
 %USB\VID_04E8PID_6640.DeviceDescRelease%=androidusb.Dev, USB
 \VID_04E8PID_6640

 and [Strings]:

 USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY
 USB\VID_04E8PID_6640MI_01.DeviceDescRelease=SAMSUNG GALAXY
 Composite ADB Interface
 USB\VID_04E8PID_6640.DeviceDescRelease=SAMSUNG GALAXY Bootloader

 i got only one VID and one PID through
 USBVIEW, though for HTC DREAM there are different PIDs used.
 The adb interface got installed, but adb just didn't work.

 later i also tried to use the device under linux, set up the device as
 in Dev guide:

 If you're developing on Ubuntu Linux, you need to add a rules file:

  1. Login as root and create this file: /etc/udev/rules.d/51-
 android.rules.

 For Gusty/Hardy, edit the file to read:
 SUBSYSTEM==usb, SYSFS{idVendor}==0bb4, MODE=0666

 For Dapper, edit the file to read:
 SUBSYSTEM==usb_device, SYSFS{idVendor}==0bb4, MODE=0666
  2. Now execute:
 chmod a+rx /etc/udev/rules.d/51-android.rules

 adb devices listed nothing as well. : (

 open a terminal on the device, with ps, i guess the adb daemon
 adbd is running.
 but the adb tool just doesn't work.

 Can someone help?

 thanks da

 


--~--~-~--~~~---~--~~
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: Fastboot procedure

2009-07-13 Thread Yusuf T. Mobile

Hello Dinesh, welcome to Android and good luck with your project and
your search for information. I recommend you ask your question at
http://groups.google.com/group/android-porting in order to reach a
group with experience closer to your specific needs.



Yusuf Saib
Android
·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 of T-Mobile USA, Inc.


On Jul 12, 7:31 am, Dinesh dinesh.s...@gmail.com wrote:
 Hi ,

 I'm new to Android.This is regarding Fastboot implementation on
 Android.
 I'm developing Fastboot for my target, through usb.I would like to
 explain my understanding regarding fastboot,pls correct me If I'm
 wrong ?
 What I understand about fastboot is that it's the communication
 between server and client via usb connectivity. Here Server is the
 software which would be running on host PC(I'm using Windows PC) and
 client on the target.
 Also I understand that for host side as  server I need to 
 installhttp://dl.google.com/android/android_usb_windows.zip.
 For client side I need to integrate my usb gadget driver on linux
 kernel

 I have few doubt's regarding the client side.
 1. what class driver should I to integrate for USB gadget ( is it Mass
 storage class ?).And as what type of device is usb cleint getting
 recognized as(like pendrive or debugging device etc, this I'm not
 clear).
 2. Does it require adb interface integrated with the driver?
 3. Already I have usb driver for my target.What extra I need to do to
 make the fastboot come up.

 It would be great if anybody can help me in this regard.

 Thanks in advance.
 Dinesh
--~--~-~--~~~---~--~~
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: Trouble with comparisons

2009-07-13 Thread Yusuf T. Mobile

This is an infamous Java pitfall. Use String.equals() instead.


Yusuf Saib
Android
·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 of T-Mobile USA, Inc.



On Jul 11, 5:52 am, jackoc...@googlemail.com
jackoc...@googlemail.com wrote:
 I am writing a simple check of values held by two string variables,
 these two variables are created by returning a string from a method
 that checks a remote database on the internet, and the other is a
 string value taken from strings.xml

 stringa = text.getText().toString().toUpperCase();
 temp = FetchDBInfo(stringa); //returns a string, on no dbinfo returns
 'Empty'
 String empty = getString(R.string.empty); // R.string.empty is the
 string 'Empty'
 if (temp == empty) {
 temp = No information available for  + stringa;

 } else {

 // Do other stuff

 }

 Even by outputting the values of temp and empty which are identical,
 (created the return to be the same), in the DDMS and are both string
 variables or eclipse would highlight an error about comparing
 different variable types, the program all ways goes to the else part!!

 I have wasted two hours on this, what am I missing!!

 With thanks

 Jacko
--~--~-~--~~~---~--~~
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: finding open-source community-contributed Android projects

2009-07-13 Thread Yusuf T. Mobile

Grope here: http://code.google.com/search/#q=android

And click on the Project Hosting tab. Due to the open nature of open
source, it won't be a comprehensive list of all Android projects. But
tricorder is there!



Yusuf Saib
Android
·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 of T-Mobile USA, Inc.


 I'm having a really hard time finding open-source community-contributed 
 Android projects athttp://code.google.com/

 After some groping, I got here:http://code.google.com/p/apps-for-android/

 For example if I google Android tricorder I get 
 here:http://code.google.com/p/tricorder/
 but I can't seem to be able to browse other community-contributed
 android projects, or see a list of  all such projects.


--~--~-~--~~~---~--~~
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: How to log test results in a file? - logcat error

2009-07-13 Thread Yasser

I am getting log messages by logcat command but when I try to use adb
logcat -f filename, it gives could't open output file: read-only
file system error.

On Jul 13, 2:36 pm, Yasser yassersiddi...@gmail.com wrote:
 I can't find the resultinglogfile, where does it get created?

 On Jul 13, 1:55 pm, Radzell basketballd...@gmail.com wrote:



  use thelog.i() method

  On Jul 13, 4:37 pm, Yasser yassersiddi...@gmail.com wrote:

   Hi,

   I am using assert methods of JUnit's Assert class on passing/failing
   of a test case.

   How can Ilogthese messages in a file on the desktop so that I can
   parse them to know the testresults?

   Thanks
   Yasser- Hide quoted text -

  - Show quoted text -- 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] Re: Error in running unit tests

2009-07-13 Thread Brett Chabot

Your manifest looks correct to me. I'm not sure what could be wrong.
To help diagnose the problem, could you try to change the
instrumentation:targetPackage to
droidcrafters.cxa2009.healthinfolibrary.tests, and see if you get
the same result?

On Wed, Jul 8, 2009 at 9:09 AM, neoLwinyehtutl...@gmail.com wrote:

 Hi, I have created some simple unit tests for my program and I'm
 getting an error while running the unit tests as Android JUnit Test.
 The following is the error.

 Test run failed: Unable to instantiate instrumentation ComponentInfo
 {droidcrafters.cxa2009.healthinfolibrary.tests/
 android.test.InstrumentationTestRunner}:
 java.lang.ClassNotFoundException:
 android.test.InstrumentationTestRunner in loader
 dalvik.system.pathclassloa...@43734bc8

 I've tried running the unit test from avd command line also and got
 the same result.

 Can anybody point me out what I did wrong?

 My Manifest file for Tests Project.
 ?xml version=1.0 encoding=utf-8?
 manifest xmlns:android=http://schemas.android.com/apk/res/android;
      package=droidcrafters.cxa2009.healthinfolibrary.tests

 application
        uses-library name=android.test.runner/
    /application
 instrumentation android:name=android.test.InstrumentationTestRunner

 android:targetPackage=droidcrafters.cxa2009.healthinfolibrary
                     android:label=Simple Tests for Health Info
 Library/

    uses-sdk android:minSdkVersion=3 /
 /manifest

 


--~--~-~--~~~---~--~~
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: How to log test results in a file? - logcat error

2009-07-13 Thread Brett Chabot

Try piping the output to a file: adb logcat  fileName

But I'm curious why you need to do this rather than just using Eclipse
with the Android plugins to run your tests and obtain the test
results.

Brett.

On Mon, Jul 13, 2009 at 4:13 PM, Yasseryassersiddi...@gmail.com wrote:

 I am getting log messages by logcat command but when I try to use adb
 logcat -f filename, it gives could't open output file: read-only
 file system error.

 On Jul 13, 2:36 pm, Yasser yassersiddi...@gmail.com wrote:
 I can't find the resultinglogfile, where does it get created?

 On Jul 13, 1:55 pm, Radzell basketballd...@gmail.com wrote:



  use thelog.i() method

  On Jul 13, 4:37 pm, Yasser yassersiddi...@gmail.com wrote:

   Hi,

   I am using assert methods of JUnit's Assert class on passing/failing
   of a test case.

   How can Ilogthese messages in a file on the desktop so that I can
   parse them to know the testresults?

   Thanks
   Yasser- Hide quoted text -

  - Show quoted text -- 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] Adding your app to other apps menu how to

2009-07-13 Thread Oliver Rennfort
Hi I am new to the group and have a question.
How can I add my app to the gallery app menu.

I want to make a app where I can edit a picture. And I would like to find a
way to let my app show up in the gallery menu (picture options)

How has an idea how to do that?

--~--~-~--~~~---~--~~
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: HTC Dream G1

2009-07-13 Thread Jose Ayerdis
Thanks i forgot i got this one solve, i went into a Mobile Service Company
in order to check my problem was that my SIM did not have GPRS on it so
i try with one with GPRS but it shouldn't being so restricted with gmail
account and being able to use it without it. anyway anyhow thank you
very much

2009/7/10 Xavier Mathews xavieruni...@gmail.com


 Your trying to configure it for your g-mail? I don't think you can
 even use an android phone without a g-mail account! If you can which
 you should it will pop up and notifly you when you boot the phone up.

 On 07/10/2009, Jose Ayerdis joseayer...@gmail.com wrote:
  I don't know if this is the right forum to check this but here i go:
 
  I just got my HTC Dream Phone (finally) but i haven't been able to
 configure
  it i found a online manual with a option of skip the gmail account but
 mine
  does not have.
 
  Do you have any suggestion??? how can i do it. Can i access internet by
 plug
  it in to my computer how??.  or if you have any other way to do it i'll
 be
  very thanksful
 
 
 
  PD. it does not recognise my home wireless 802.11 b/g neither
 
  --
  Atte
 
  [[Jose Luis Ayerdis Espinoza]]
  http://blognecronet.blogspot.com
 
  
 


 --
 Sent From Sony Slim-Line PSP

 Xavier A. Mathews
 Hazel Crest Illinois
 Social Networking Specialist
 Web-Developer / Web Designer / Editor / Student

 



-- 
Atte

[[Jose Luis Ayerdis Espinoza]]
http://blognecronet.blogspot.com

--~--~-~--~~~---~--~~
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: Learning? Windows or Linux?

2009-07-13 Thread wonglik

I would say it is pretty much up to preferences. Android SDK works
both on Linux and windows.
I personaly believe that Linux is better environment especially in
terms of coding.
The only real difference in the systems in Android domain I know is
that compiling android os from sources works only on Linuxes and
MacOS , so if you plan to play with those windows is not for you.


m

On Jul 13, 7:12 pm, tdapple tdap...@gmail.com wrote:
 Hello,

 I am very interested in working with google stuff, including android.
 Which leads me to Java. I am wondering if Windows is good enough for
 working on android and various other google stuff...wave, voice and
 stuff.Any advice on best system set up would be great to get me
 started...

 Also interested in python, but can't make android apps with it as far
 as I know.

 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
-~--~~~~--~~--~--~---