[android-beginners] How to change the Userinterface-Surface?

2009-02-19 Thread Electron23
Hello Guys, can anybody tell me, how I change the UI-Surface of the Android Desktop/Surface? I´ve read that the Desktop / Surface changed the look! Thnaks Nico --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Re: SDK 1.1_r1 javadoc issue is fixed.

2009-02-19 Thread Jackie Lee
How to set eclipse to see reference inside eclipse? Now it is showing: Note: The Javadoc for this element could neither be found in the attached source nor the attached Javadoc. Thanks! On Thu, Feb 19, 2009 at 3:38 PM, Stoyan Damov stoyan.da...@gmail.com wrote: Great! 10x! On Thu, Feb 19,

[android-beginners] Re: multi-touch?

2009-02-19 Thread Strawp
On Feb 18, 7:40 pm, vipma...@gmail.com vipma...@gmail.com wrote: http://lukehutch.wordpress.com/2009/01/25/get-multi-touch-support-on-... as u can see there is some chanses on full multi-touch g1 :) There isn't, on two counts: 1. The touch screen is not a 2D aware touch screen, it only has

[android-beginners] Re: Emulator suddenly won't load android.

2009-02-19 Thread Vternal Android
Thanks for the suggestions. I re-installed the android SDK and it still didn't work. So I used brute force approach and used the Time Machine (I work on Mac) to rollback Eclipse and the android sdk to sometime in late Jan. It worked and I have running emulator again. But, there is still some

[android-beginners] How Delete SMS from inbox programmatically

2009-02-19 Thread Gulfam
Hi, I want to Delete SMS how i can delete it programmatically? I am receiving sms in my application in this format string. 12345 username password * public void onReceive(Context context, Intent

[android-beginners] HelloDatepicker

2009-02-19 Thread Harry
All, I really need some help. I must be doing something wrong here. I am totally new to Java and XML, but I have been programming for years in basic and VB (for excel macros) I got through SDK the installation but did have problems that I managed to resolve, and posted here how I did it to help

[android-beginners] Re: multi-touch?

2009-02-19 Thread vipma...@gmail.com
yep, but mt is needed for scaleing mostly, this one work pretty nice even if its double T and i think ppl in apple get sick a little... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Re: multi-touch?

2009-02-19 Thread Disconnect
On Thu, Feb 19, 2009 at 5:43 AM, Strawp ikwall...@gmail.com wrote: 2. It has been *suggested* that the lack of multitouch is intentional to avoid potential trouble with Apple http://www.talkandroid.com/790-google-apple-multi-touch-g1/ If this is true then even if full MT could be hacked in

[android-beginners] Re: multi-touch?

2009-02-19 Thread Disconnect
Realistically he wouldn't know anymore than you or I would, but I'd be very surprised if it were true. (Esp the 3.5mm thing, since htc is long known for leaving out that port..) On Thu, Feb 19, 2009 at 10:18 AM, Michael Martin - MM Agency mi...@mm-agency.com wrote: This even expanded to the

[android-beginners] Re: multi-touch?

2009-02-19 Thread Michael Martin - MM Agency
This even expanded to the theories that Apple is the reason why there is no 3.5mm headphone port on the G1 - http://www.googleandblog.com/why-no-g1-35mm-headphone-jack/3750/ - but Luke Hutchison who hacked multi-touch onto the G1 says both claims are bogus. _ From: Disconnect

[android-beginners] Using Keytool

2009-02-19 Thread Sir Edmonds
I've never really done a lot of programing outside of some basic stuff with python and writing in html a few years ago so i'm kinda rusty but i know you didn't have to use anything like Keytool to sign anything so I'm kinda lost. My question is really does anybody know really where to begin with

[android-beginners] set proxy on android web browser with required username and password

2009-02-19 Thread matteo
Hi, I need to setup android to connect to the web. I'm behind a proxy which requires authentication, that is username and password... I found this so far: setprop net.eth0.http-proxy HOSTNAME:PORT but how can i do with authontication? thanks matteo

[android-beginners] Terrain map in Android

2009-02-19 Thread Julien
Hi all, Does someone know how to show the terrain map (like in Google maps) in MapView? thx Julien --~--~-~--~~~---~--~~ 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] Error when try to running Android application into Netbeans 6.5

2009-02-19 Thread André Barrozo
Dear friends, I installed recently Android plug-in in my NetBeans IDE 6.5 (MS-Windows Vista) but when I try to run any application I received the error, under: init: deps-jar: Compiling 1 source file to C:\Downloads\Android\HelloDroid\build\classes compile: Updating jar:

[android-beginners] Emulator Segmentation fault on startup if you have USB Headset Plugged in

2009-02-19 Thread Justin Grammens
If you are on a Mac OSX and are getting a segmentation fault when starting the emulator, look to see if your headset is plugged in. I have a KOSS headset and when launching the emulator it would crash almost immediately. I then tried running: ./emulator -wipe-data and got this. 2009-02-19

[android-beginners] help with my installation ADT and SDK in eclipse

2009-02-19 Thread susanner
Hi everyone my eclipse version eclipse-java-ganymede-SR1-linux-gtk.tar.gz my sdk version:android-sdk-linux_x86-1.0_r1.zip AND i think i have followed the steps in authority google website to install ADT. and I think I have successfully set the SDK path in eclipse following the google website. I

[android-beginners] Re: help with my installation ADT and SDK in eclipse

2009-02-19 Thread Jackie Lee
Have you tried: right click on the project and select Android Tools Fix Project Properties.? I don't know if it works, but you can have a try. On Fri, Feb 20, 2009 at 9:47 AM, susanner zsusan...@163.com wrote: Hi everyone my eclipse version eclipse-java-ganymede-SR1-linux-gtk.tar.gz my sdk

[android-beginners] Re: problem with Could not find helloAndroid.apk!

2009-02-19 Thread Ganesan V
Did you installed adb ,I mean did you plugin ADB 0.8.0? Regards, Ganesh. On Wed, Feb 18, 2009 at 5:44 PM, gganesh ganesh@gmail.com wrote: hi , I'm using Ubuntu with Eclispe 3.4 and Android SDK 1.0 and sun-java 1.6 my keytool is pointing to java.1.6/bin/keytool when i launch my

[android-beginners] Re: help with my installation ADT and SDK in eclipse

2009-02-19 Thread susanner
thanks so much! it works! 在2009-02-20,Jackie Lee jackie.sp...@gmail.com 写道: Have you tried: right click on the project and select Android Tools Fix Project Properties.? I don't know if it works, but you can have a try. On Fri, Feb 20, 2009 at 9:47 AM, susanner zsusan...@163.com wrote: Hi

[android-beginners] Re: problem with Could not find helloAndroid.apk!

2009-02-19 Thread Ganesan V
Im asking about ADT 0.8.0 not adb :( ganesh On Fri, Feb 20, 2009 at 7:35 AM, Ganesan V ganesan.v...@gmail.com wrote: Did you installed adb ,I mean did you plugin ADB 0.8.0? Regards, Ganesh. On Wed, Feb 18, 2009 at 5:44 PM, gganesh ganesh@gmail.com wrote: hi , I'm using Ubuntu with

[android-beginners] Re: help with my installation ADT and SDK in eclipse

2009-02-19 Thread susanner
oh, my god, the problem comes again! I restart eclipse, and the problems occurs again! and this time , there is no use to use android tools. what's the problem? 在2009-02-20,Jackie Lee jackie.sp...@gmail.com 写道: Have you tried: right click on the project and select Android Tools Fix Project

[android-beginners] Re: SDK 1.1_r1 javadoc issue is fixed.

2009-02-19 Thread Xavier Ducrohet
Yes this was a problem in the packages we released. We've updated them with new docs that works in Eclipse. Download it again. Xav On Thu, Feb 19, 2009 at 5:11 PM, Jackie Lee jackie.sp...@gmail.com wrote: You mean the SDK package is updated? I downloaded android-sdk-windows-1.1_r1 about one

[android-beginners] Re: help with my installation ADT and SDK in eclipse

2009-02-19 Thread susanner
thank god, I finally find the reason of my problem. It comes from access permission based on linux. I have root permission of SDK and home permission of eclipse, so after I change the SDK authority permission using command sudo chown -R gzh:gzh android-sdk-linux_x86-1.0_r1/ I can successfully

[android-beginners] OMA DM Support

2009-02-19 Thread mozaal
Hi, Is there A OMA DM and FOTA in Android support. mozaal --~--~-~--~~~---~--~~ 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

[android-beginners] Re: problem with Could not find helloAndroid.apk!

2009-02-19 Thread ganesh kumar
Yes, i did install ADT, I bang my head for a day [?] to rectify this problem which i got on every first day with Android ,at last i reinstalled the whole set and now everything works fine Thanks for your reply Ganesan . On Fri, Feb 20, 2009 at 7:46 AM, Ganesan V ganesan.v...@gmail.com

[android-beginners] Re: OMA DM Support

2009-02-19 Thread Jean-Baptiste Queru
No. JBQ On Thu, Feb 19, 2009 at 8:15 PM, mozaal moz...@gmail.com wrote: Hi, Is there A OMA DM and FOTA in Android support. mozaal -- Jean-Baptiste M. JBQ Queru Android Engineer, Google. --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Re: Working through Notepad Tutorial - Problems...

2009-02-19 Thread Ashok Vemuri
Not sure why you would run into this problem, especially if you had followed all the steps mentioned in the tutorial without missing anything. I just did that tutorial myself and all was good. You could perhaps compare your code with that in Notepadv1Solution project? It should be in the notepad

[android-beginners] Re: Working through Notepad Tutorial - Problems...

2009-02-19 Thread lotusbookworks
Hi, even i have the same issue. Anyone Please advise. Thanks, Lotus. On Feb 18, 6:21 pm, mmitchell57 mmitchel...@gmail.com wrote: I am new to android. I have experience with Vb Scripting, Visual Basic, and some minor Java. I am working through the NotePad tutorial and I'm running into a

[android-beginners] Android USB file transfer

2009-02-19 Thread Ramy
Hi All, I am using MSM7200 board with android kernel. I want to transfer a file from board to the host pc(windwos) via an usb cable. Is it possible ?? I should write an client user application which can transfer the file form the board to the windows pc. Any info ??? Thanks Ramy

[android-beginners] Newbie doubt here! Please advise.

2009-02-19 Thread Vijay
Hi, I just started programmind an application using Eclipse for Android. I am creating 2 screens. 1st screen: Has a text and a button which onClick -- takes you to the 2nd screen. 2nd screen: Has a text and a button which onClick -- takes you to the 1st screen. just like NEXT and BACK. But

[android-beginners] Is there anyway to intercept HTTP request in Android?

2009-02-19 Thread Cfpoon
i am trying to look for a way, to route the network traffic (IN/OUT) from android to my application (a proxy server, maybe..). Is there a way to do so? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] android.R.anim may not have all constants?

2009-02-19 Thread Hermes Pique
Hi. I'm using android-sdk-windows-1.1_r1. I saw in some examples that android.R.anim has a lot of constants, such as slide_in_right and push_down_in. However, in my android.jar I can only see: // Field descriptor #8 I public static final int accelerate_decelerate_interpolator = 17432580;

[android-beginners] http://www.fashion4biz.com china cheap wholesale nike shoes,air jordan shoes,air force one shoes.paypal accept! Get Nike Shoes at Super Cheap Prices

2009-02-19 Thread zhendeyu...@gmail.com
Get Nike Shoes at Super Cheap Prices Discount Nike air jordans (www.fashion4biz.com) Discount Nike Air Max 90 Sneakers (www.fashion4biz.com) Discount Nike Air Max 91 Supplier (www.fashion4biz.com) Discount Nike Air Max 95 Shoes Supplier (www.fashion4biz.com) Discount Nike Air Max 97 Trainers

[android-beginners] Connect Android Dev Phone G1 to Ad Hoc Wifi Network

2009-02-19 Thread Android Development
Does anyone know how to connect an Android G1 to an Ad Hoc Wifi network running on a computer because the ad hoc network doesn't seem to appear in the list of Wifi networks to connect to on the G1? --~--~-~--~~~---~--~~ You received this message because you are