[android-beginners] how to port android to my cingular 8525

2008-10-22 Thread Stanley
hi, does anyone how to build android for my cingular 8525? I want to have a physical device when i'm developing android application, so I have something to play with in hand. thanks in advance, stanley --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Re: Browser problem with T-Mobile G1

2008-10-22 Thread jgariano
Not sure what the problem was... but I did a factory reset / data wipe, and that fixed it for me. Bummer to have to set the phone up again, but worth it in my book. On Oct 22, 3:05 pm, jgariano <[EMAIL PROTECTED]> wrote: > I just got a T-Mobile G1.  If I go to the browser and type in the > urlw

[android-beginners] Re: Hello everybody

2008-10-22 Thread FERjon
Welcome Luis, Hope you'll enjoy your start in this group... :D On Oct 23, 1:41 am, "Luis Maqueda Martos" <[EMAIL PROTECTED]> wrote: > I'm Luis, and i just joined to this list. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Re: J2ME apps for Android

2008-10-22 Thread simmel
On Oct 20, 6:01 am, drew <[EMAIL PROTECTED]> wrote: > Hey All, > > Since Android is Java based, it would be great to be able to use all > of the Java mobile apps written for Blackberrys and the like.  Is > there any chance a JAD distributed application can be made to install > on an Android device

[android-beginners] Re: midp and cdlc

2008-10-22 Thread Dana Li
Sheida, You couldn't run J2ME apps directly to Android phone since it doesn't support JSR spec directly. However, you could try J2ME MIDP Runner developed by Netmite. download from: www.netmite.com/android It should run your J2ME applications without code change. If you have any questions, ple

[android-beginners] Re: Is the valid cert store available (or viewable)?

2008-10-22 Thread Jonathan Shapiro
Me too, please! --~--~-~--~~~---~--~~ 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 [EMAIL P

[android-beginners] Browser problem with T-Mobile G1

2008-10-22 Thread jgariano
I just got a T-Mobile G1. If I go to the browser and type in the url www.google.com, I get taken to a google error page that says: "The page - www.google.com/ap_index - does not exist." If I type in the url www.google.com/m, the mobile version of google comes up fine. I'm getting the same www.g

[android-beginners] obtaining an IPhone.Stub

2008-10-22 Thread dreamerBoy
Hi - I need to be able to place outgoing calls and interact with IPhone. This apparently, ~was~ the way to get it: private static IPhone getPhoneInterface() throws DeadObjectException { IServiceManager sm = ServiceManagerNative.getDefault(); IPhone phoneService = IPhone.Stub.asInterface(sm.g

[android-beginners] Re: Intercepting Calls

2008-10-22 Thread Megha Joshi
For intercepting outgoing calls, you can use register a receiver for ACTION_NEW_OUTGOING_CALL: http://code.google.com/android/reference/android/content/Intent.html#ACTION_NEW_OUTGOING_CALL 2008/10/22 Sheida <[EMAIL PROTECTED]> > > Megha, > > I was thinking about intercepting outgoing calls. like

[android-beginners] Re: Unlocked TMobile G1

2008-10-22 Thread David Duong
[EMAIL PROTECTED] wrote: > Hi All, > > If I were able to get an unlocked TMobile G1 (not from TMobile > themselves), would I be able to access the internet from it? I know I > wouldn't be able to get on the TMobile network, but I'm wondering if > I'd be able to use the WiFi to access my wireless

[android-beginners] Re: Intercepting Calls

2008-10-22 Thread Sheida
Megha, I was thinking about intercepting outgoing calls. like if they dial 411, or whatever... thanks.Sheida. On Sep 9, 10:41 am, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > In the previous post I mentioned PhoneStateIntentReceiver...which has been > removed in the latest sdk. Sorry for the conf

[android-beginners] Re: implementing apps on the G1

2008-10-22 Thread Skane
Hi Ryan, Google added some additional documentation that describes how to run an application on a real phone: http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware I hope that helps. On Oct 22, 8:52 am, RyanF <[EMAIL PROTECTED]> wrote: > I've been searching a

[android-beginners] Re: Android Books

2008-10-22 Thread Sunit Katkar
I have a small tutorial too which explain the basic widgets. http://www.vidyut.com/sunit/android On Wed, Oct 22, 2008 at 4:50 AM, luyen <[EMAIL PROTECTED]> wrote: > > There some good books here, you can start with them: > > http://androidcore.com/index.php/Android/Android-Books/ > > - Hello, Andr

[android-beginners] Re: TabHost and TabWidget

2008-10-22 Thread Sunit Katkar
I too have this book and its really good. Gets you off the ground fast. On Wed, Oct 22, 2008 at 8:08 AM, Mark Murphy <[EMAIL PROTECTED]>wrote: > > atrus123 wrote: > > Small note: I got said book a week or so ago, and it is very good. > > Thanks! > > -- > Mark Murphy (a Commons Guy) > http://commo

[android-beginners] Re: i am so beginner

2008-10-22 Thread Sunit Katkar
I had faced a similar problem. I am using Eclipse-GanyMede with the Android Plugin. I then noticed that I had the JRE 1.6 update 7 or some such update installed a day after I started using the Android SDK. I downgraded to the first JRE 1.6 version and it all works now. On Tue, Oct 21, 2008 at 12:

[android-beginners] Re: Git and proxy HOW TO?

2008-10-22 Thread kapare
http://groups.google.com/group/android-platform/browse_thread/thread/b1ccc808b8742f2a On Oct 22, 1:54 pm, kapare <[EMAIL PROTECTED]> wrote: > http://threebytesfull.com/2008/04/git-with-and-without-proxy.html > Question about that post? > > I'm not able to make it work :( > > I'm using cntlmhttp

[android-beginners] Is the valid cert store available (or viewable)?

2008-10-22 Thread Ken Kennedy
Sorry if wrong group; I'm trying to track this issue down, and I'm not sure if it's a general Android issue, or a specific implementation (G1) one. I'm trying to connect to my personal IMAP SSL mailbox, and I keep getting a "Cannot safely connect to server: (Not trusted server certificate)" messag

[android-beginners] implementing apps on the G1

2008-10-22 Thread RyanF
I've been searching around the android developer sites, but have been unable to find out how to put programs directly on an android phone. Now that an android phone is out, (t-mobile's g1), how can developers with access to a physical g1 put their applications on the phone? --~--~-~--~---

[android-beginners] Re: repo sync always dies

2008-10-22 Thread Rob Franz
Thanks for the reply - I kept retrying and it eventually was able to complete w/out failing. May have been due to this fix (or not). On Wed, Oct 22, 2008 at 1:32 PM, Curtis Vaughan <[EMAIL PROTECTED]> wrote: > > I wonder if your problem is resolved through this solution: > > http://source.android

[android-beginners] Re: Git and proxy HOW TO?

2008-10-22 Thread kapare
http://threebytesfull.com/2008/04/git-with-and-without-proxy.html Question about that post? I'm not able to make it work :( I'm using cntlm http://cntlm.awk.cz/ Can you help me to understand what I'm missing! I think the problem is in relation with my understanding of my.socks.server:1080 ?? W

[android-beginners] Re: Android networking

2008-10-22 Thread Yellowriver
Just checked with my friends. He said, Andriod definitely support sockets programming and Java NIO (but with some small bugs yet). :) On 10月22日, 下午11时45分, cslinux <[EMAIL PROTECTED]> wrote: > -First of all i'm asking if the android api uses a different > networking packages than JAVA's packages o

[android-beginners] Re: Android networking

2008-10-22 Thread Yellowriver
I have the same question. Anyone knows that? On 10月22日, 下午11时45分, cslinux <[EMAIL PROTECTED]> wrote: > -First of all i'm asking if the android api uses a different > networking packages than JAVA's packages on the device layer ? i.e any > networking code 'll be easily deployed on an android devic

[android-beginners] Re: question...

2008-10-22 Thread Curtis Vaughan
I have an N770. I know that no one has ported Android to it. But as I understand, someone has been able to get Android up and running on an N800. Do a Google search and check out the Mailing Groups at Maemo.org --~--~-~--~~~---~--~~ You received this message b

[android-beginners] Hello everybody

2008-10-22 Thread Luis Maqueda Martos
I'm Luis, and i just joined to this list. --~--~-~--~~~---~--~~ 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 grou

[android-beginners] Re: repo sync always dies

2008-10-22 Thread Curtis Vaughan
I wonder if your problem is resolved through this solution: http://source.android.com/known-issues/known-issues-posts/repo-sync-fixes Repo sync fixes Oct 21, 2008 10:26 AM posted by Dave Bort We believe we've fixed the recent iptables/tcpdump/pcap problems during repo sync. Unfortunately, the

[android-beginners] midp and cdlc

2008-10-22 Thread sheida
Hi all, I have a dumb questions. So in most phones you can write a java app which you can use specific JSRs on that phone having them run on a J2ME environment. can I run the same app on an android phone? Sheida. --~--~-~--~~~---~--~~ You received this message b

[android-beginners] Simulate key press action?

2008-10-22 Thread B Sreen
Hi, I am new to Android dev. Just been asked to research if I can simulate the key press action. Boss wants me to write a program that can press the phone keys instead of me pressing them. Is this possible in Android. Please point me to any clues. Thanks in advance. Regards Beescreen --~--~--

[android-beginners] Re: first attempt - ERROR

2008-10-22 Thread Adrian Martinez
Lol I couldn't have said it better! On Oct 21, 2008 6:25 PM, "ayer22" <[EMAIL PROTECTED]> wrote: Wow, impressive. I follow the instructions to add android to eclipse and I paste the URL the way the instructions say to and I get a message like "NO repository found at this URL" Great way to i

[android-beginners] Re: Git and proxy HOW TO?

2008-10-22 Thread sync qa1
Hey there On Oct 22, 2008 9:09 AM, "kapare" <[EMAIL PROTECTED]> wrote: http://source.android.com/download I google to found git solution for proxy but did not found proper one do have suggestion? I'm using /etc/init.d/cntlmd thx --~--~-~--~~~---~--~~ Y

[android-beginners] Re: Git and proxy HOW TO?

2008-10-22 Thread kapare
I try last post didnt work: because I dont' have /bin/socket. I will need to try this one: http://threebytesfull.com/2008/04/git-with-and-without-proxy.html FIRST TRY::: http://groups.google.com/group/fa.linux.kernel/browse_thread/thread/2155bdd213258f7a/e65c263fad46df5d?lnk=st&q=Git+proxy#

[android-beginners] Re: G1

2008-10-22 Thread Romain Guy
Long press the Home key to switch between recently launched apps. On Tue, Oct 21, 2008 at 11:09 PM, X <[EMAIL PROTECTED]> wrote: > > Hello i just got my G1 in on Monday i am thrilled about it > > Ive going threw the up's and downs and really like it. > > Heres a couple things that Aren't working

[android-beginners] Re: Git and proxy HOW TO?

2008-10-22 Thread kapare
[EMAIL PROTECTED] mydroid]$ repo init -u git://android.git.kernel.org/platform/manifest.git Getting repo ... from git://android.kernel.org/tools/repo.git android.kernel.org[0: 204.152.191.45]: errno=Connection timed out android.kernel.org[0: 204.152.191.13]: errno=Connection timed out fatal:

[android-beginners] Re: Android Alarm Clock Source

2008-10-22 Thread Eric Mill
I haven't examined the source yet, but Google released the Android OS code to the public yesterday: http://source.android.com/ It could be in there. -- Eric On Oct 20, 8:30 pm, Serenikill <[EMAIL PROTECTED]> wrote: > Is the source for the alarm clock that is installed on the Android > Emulator

[android-beginners] G1

2008-10-22 Thread X
Hello i just got my G1 in on Monday i am thrilled about it Ive going threw the up's and downs and really like it. Heres a couple things that Aren't working to good. The AIM, when signed into AIM i noticed at first it was very slow after a while it would still be slow, kind of buggy then after t

[android-beginners] Git and proxy HOW TO?

2008-10-22 Thread kapare
http://source.android.com/download I google to found git solution for proxy but did not found proper one do have suggestion? I'm using /etc/init.d/cntlmd thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android

[android-beginners] Android networking

2008-10-22 Thread cslinux
-First of all i'm asking if the android api uses a different networking packages than JAVA's packages on the device layer ? i.e any networking code 'll be easily deployed on an android device, exactly same as the emulator ? -Also i want to know if x86_64 is supported by android , i.e of emulator

[android-beginners] Re: first attempt - ERROR

2008-10-22 Thread [EMAIL PROTECTED]
在 2008-10-21二的 17:37 -0700,ayer22写道: > > Wow, impressive. > > I follow the instructions to add android to eclipse and I paste the > URL the way the instructions say to and I get a message like "NO > repository found at this URL" > > Great way to introduce a developer to your dev environ. > > G

[android-beginners] repo sync always dies

2008-10-22 Thread Rob Franz
Hi all Trying to download the source here, and was just wondering if anyone is having the same connectivity issues as me: fatal: read error (Connection reset by peer) error: Cannot fetch platform/system/extras It seems that I can get a lot of the packages downloaded and then the thing dies on me

[android-beginners] SpriteText Projector

2008-10-22 Thread Raven_coda
I am having trouble using the Projector class in the SpriteText example to get a 2D screen Point from a 3D Position. I understand I need to set the current view, pass it the current projection/modelview matrices, and then call project. What I am have trouble with is how do I prepare my x,y,z posi

[android-beginners] Tab layout... switch to landscape change tab...

2008-10-22 Thread atrus123
So I've started debugging my first real application with my actual G1, and one thing I've noticed is that if I have, say, tab 2 selected and I switch to landscape mode, it switches to tab 1. I don't lose any content in tab 2, so I can just click back on over, but it is an annoyance, and many user

[android-beginners] ppt presentations on Android

2008-10-22 Thread Sabin
Hi, Do you know any ppt presentation on Android I can use for some teaching? Sabin --~--~-~--~~~---~--~~ 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@goo

[android-beginners] Re: TabHost and TabWidget

2008-10-22 Thread Mark Murphy
atrus123 wrote: > Small note: I got said book a week or so ago, and it is very good. Thanks! -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~-~--~~~---~--~~

[android-beginners] Re: TabHost and TabWidget

2008-10-22 Thread atrus123
Small note: I got said book a week or so ago, and it is very good. On Oct 21, 9:27 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > Andrex wrote: > > Yeah I still can't get it. :( Can you give me another example, or > > source code? > > Well, the guy who wrote the blog post over on AndroidGuys also w

[android-beginners] Re: : how to store a image in database

2008-10-22 Thread Sudha
I am using apcahe tomcat and loaded some images in the examples folder andI am taking that images only as inputstream thnaks for your suggesion --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" grou

[android-beginners] Re: first attempt - ERROR

2008-10-22 Thread luyen
Are you using a proxy for internet? If yes, read this tutorial to learn how to config it: How to Install the Android SDK on Windows XP and Create an Application that Runs in the Android Emulator http://androidcore.com/index.php/20080929216/Android/Android-Tutorial/how-to-install-the-android-sdk

[android-beginners] Re: Android Books

2008-10-22 Thread luyen
There some good books here, you can start with them: http://androidcore.com/index.php/Android/Android-Books/ - Hello, Android: Introducing Google's Mobile Development Platform - Professional Android Application Development - Android - a programmers guide - ... On Oct 21, 10:10 am, Ankit Dass