[android-beginners] Re: Problem:Could not find HelloAndroid.apk!

2009-02-03 Thread Markuz05
I tried deleteing and regenerating the certificate with the keytool but now I have this error: "Error generating final archive: Keystore was tampered with, or password was incorrect" Is there any file where set the keytool password ? On 3 Feb, 12:07, Markuz05 wrote: > Nothing?? > > On Feb 2, 10

[android-beginners] why does onKeyDown is not work in view class?

2009-02-03 Thread smilexu
hi all, I only place it in Activity class, why? 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 unsubscri

[android-beginners] Re: Way Too Buggy

2009-02-03 Thread seekq
I think u will find the error message says: "Package name must be specified." "Package" NOT "Project". It's OK with the project name; now it wants u to enter the package name. On Feb 3, 3:57 pm, jtaylor wrote: > Everything should be more robust after the "cupcake" update, however > that unve

[android-beginners] Re: BitmapFactory.decodeFile

2009-02-03 Thread Steeley
Did you ever get to the bottom of this? I'm trying to load an image in from the fs and the logcat gives me... W/System.err( 283): java.io.IOException: Is a directory W/System.err( 283):at org.apache.harmony.luni.platform.OSFileSystem.readImpl(Native Method) W/System.err( 283):at org.a

[android-beginners] Re: help with onClickListener

2009-02-03 Thread z
Open "Window->Show View->others->Android" in eclipse,you will see the Logcat option. On Feb 3, 11:19 am, Zi Yong Chua wrote: > Thanks Murphy, sorry i am a noob, just started using Eclipse to > programme on Android. May I ask how do i access the error log? > > On Feb 3, 10:37 am, Mark Murphy wro

[android-beginners] LWiMax device drivers

2009-02-03 Thread jtester
Hi I am looking for the linux device driver source code for XOHM SWCE100 (Samsung) XOHM TU25 (ZTE) Sprint U300 Wimax/CDMA - Franklin wireless To port to my Linux box. I would be grateful if anyone has a copy, and could send it me. Thanks Jon Tester

[android-beginners] Application label in the manifest

2009-02-03 Thread Mark Nuetzmann
I am sure this is real simple and I am just missing it... In the manifest you can specify a label and an icon for your application that displays in Android Market. http://groups.google.com/group/android-beginners?hl=en -~--~~~~--~~--~--~---

[android-beginners] how to open another screen

2009-02-03 Thread sancti
hi all, I am using three radiobuttons for three different applications. When i select one particular radiobutton, it should open another screen to show that particular application. Similarly for all the three radiobuttons. Can anybody tel me how can i do this.. thanks in advance --~--~--

[android-beginners] folder lock application

2009-02-03 Thread cH15hTy
I am trying to make a folder lock application for android platform.It basically involves asking the user a pre-set password when he clicks on a specified folder.I am not getting any clue regarding how to get the event generated by operating system when the user opens the folder.Or if there is any

[android-beginners] both questions about view

2009-02-03 Thread smilexu
hi everyone, I have both questions about views. 1 - How to switch both views? I get a error when I switch one view to another by setContentView in Activity class. I don't know whether my way is right. if it is wrony, please tell me the correct way. 2 - Why does onKeyDown is not work in view cla

[android-beginners] Re: Camera Preview Sizing

2009-02-03 Thread Dave Sparks
I think the issue with the MediaRecorder is your output path. Try using "/sdcard/vternal.3gp". If that doesn't work, there should be something in the log that gives a bit more detail about where the error is occurring. On Jan 28, 12:22 pm, Vternal Android wrote: > I appreciate your help. > > I w

[android-beginners] Re: Camera Preview Sizing

2009-02-03 Thread Dave Sparks
This is the layout for a little test app I wrote. You can see where the CameraView is a child of the top level layout and has a size of 240x160px. There are also a bunch of buttons for running various camera tests. I'll respond to your other questions in a separate post. http://schemas.android.

[android-beginners] Re: Camera Preview Sizing

2009-02-03 Thread Vternal Android
I finally had a revelation related to the problems I have been having with setImageURI. My images were too big. 2048x1586 to be precise. I brought them down to 960x640 and it all works. Logcat reported the attempted allocation of over 6Mb by my application and this is what gave me the clue. So f

[android-beginners] Asking again

2009-02-03 Thread Kevin J. Brooks
Hey Everyone, Now that I have a project that works in the emulator, and I have built the project, what do I package for distribution to the users? Thanks again, Kevin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Eclipse not seeing ADT "tools" folder

2009-02-03 Thread Greg Corradini
Hello, I'm on the last step of installing the android ADT plugin in Eclipse 3.4. However, when I go to Window > Preferences and try to point Eclipse to my SDK tools folder I get the following error: Could not find folder 'tools' i...id-sdk-windows-1.0_r2\tools\' I've tried everything. Any ideas?

[android-beginners] Re: ListView focus problem

2009-02-03 Thread Selmi
thanks a lot, i knew i had to do something stupid. this helped partially, now text turns to black and is readable when focused but it didn't solved 2nd problem - when i make my own adapter and then click on item then there is not orange flash on it. instead text temporarily changes color to black

[android-beginners] Re: ListView focus problem

2009-02-03 Thread Romain Guy
Make sure you haven't set the selector to be drawn on top of the list items. On Tue, Feb 3, 2009 at 3:31 PM, Selmi wrote: > > hi > > its probably extremely stupid question, but i can't move with it and > when i searched i didn't found anything relevant... > > problem: > > if you look to any list

[android-beginners] ListView focus problem

2009-02-03 Thread Selmi
hi its probably extremely stupid question, but i can't move with it and when i searched i didn't found anything relevant... problem: if you look to any listview api demos from samples you will see that 1) when orange focus is over any item in list then its text changes to black automatically 2)

[android-beginners] Re: sql query

2009-02-03 Thread Mark Murphy
Yiannis santorini wrote: > I have a database with three columns and i have three different lines > of data in it. I want to do a query and get bask only the two columns > of one line that matses with the entry of one of those two columns > (not the primary key column). I do that on sqlite3 but how

[android-beginners] Re: Way Too Buggy

2009-02-03 Thread jtaylor
Everything should be more robust after the "cupcake" update, however that unveils itself to be. Make sure you know Java and (if using) Eclipse. - Juan T. On Feb 2, 5:55 am, h4ck3r wrote: > hey > > this is for Android developers. > > I'm a programmer with almost 20 years experience. I use Win32

[android-beginners] How get text from EditText filed which is showing in alert Dialog

2009-02-03 Thread Gulfam
Hi all, I am facing a problem for getting text from EditText field which is on alert dialog same like ApiDemo text entry Dialog public void enterNumberView(Activity activity){ LayoutInflater factory = LayoutInflater.from (activity); final View textEntryVi

[android-beginners] Re: how to keep wifi connection alive in sleep mode

2009-02-03 Thread Leon
Hi, Many WiFi chips with the firmware running inside can be configured to enter the vendor specific power save mode. Basically, the chip will use 802.11 Power Save mode - wake up to listen the beacon, then sleep again. When the chip receives the broadcast/unicast packet, it will notify the host

[android-beginners] Re: sql query

2009-02-03 Thread Mark Roberts
Try adding quotes mDb.query(true, DATABASE_TABLE, new String[] {KEY_ROWID, COLUMN_INTEREST_POINT, COLUMN_INTEREST_DATA}, COLUMN_INTEREST_POINT+"='"+returnThis + "'",null, null, null, null, null); On F

[android-beginners] downloading files from remote servers

2009-02-03 Thread Eric
Hi, I'm wondering if there's a way to download files and save them in the resource folder of the application. as something like, download mp3 files and play them later thank you in advance --~--~-~--~~~---~--~~ You received this message because you are s

[android-beginners] sql query

2009-02-03 Thread Yiannis santorini
I have a database with three columns and i have three different lines of data in it. I want to do a query and get bask only the two columns of one line that matses with the entry of one of those two columns (not the primary key column). I do that on sqlite3 but how should i write it in my code for

[android-beginners] How can i Intercept incoming call in android

2009-02-03 Thread Abhi Android
Hi All, I have read in some forum saying we cannot intercept incoming call in Android. Is it possible to intercept incoming call in Android? Is it possible to send any auto voice message when the user receives any incoming calls Thanks, Jack --~--~-~--~~~--

[android-beginners] Re: how to keep wifi connection alive in sleep mode

2009-02-03 Thread Leon
Hi, When I saw that Android WiFi stack turns on/off WiFi chip periodically, I was a little surprised. Based on my understanding of SDIO, 802.11 and SoC, We usually let the WiFi chip into the power save mode when idle, then the firmware inside the WiFi chip will use 802.11 PS mode. After that, W

[android-beginners] Dev Phone 1 - GPS and Wifi issues

2009-02-03 Thread heisterkamp.cars...@googlemail.com
Hi, just got my Dev Phone and encountered several issues with the WiFi and GPS. I searched the web and this group but did not find the the right answer. 1. May be I missed something but also my GPS is turned on and the GPS Symbol is showing activity I can not retreive any GPS data, neither on GP

[android-beginners] How to get lists of email from contact application ?

2009-02-03 Thread dilu
Hi, Please tell me how to get lists of email from contact application in android?If possible then please provide me some sample code or tutorial on this. please help me. Thanks dileep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Generate .apk without debug info in .class

2009-02-03 Thread Nanard
Hi, If I test my .apk, or if I use the 'Export unsigned' menu, I get the same application size. How can I remove debug information for my final releases ? I use Eclipse. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[android-beginners] Re: Why I cannot see my email send to the group?

2009-02-03 Thread madcoder
I don't know, I can't see it either. On Feb 2, 4:06 pm, Jerry wrote: > Why? --~--~-~--~~~---~--~~ 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@googlegrou

[android-beginners] Re: how to keep wifi connection alive in sleep mode

2009-02-03 Thread Chad
Thanks, Justin. So if I implement a partial wake lock, when the user hits the red power button the screen should turn off but the CPU should remain on...correct? Where should the partial wake lock be implemented? In the activity or in a service? What I'm trying to accomplish is to leave the se

[android-beginners] Re: help with onClickListener

2009-02-03 Thread Mark Murphy
Zi Yong Chua wrote: > Thanks Murphy, sorry i am a noob, just started using Eclipse to > programme on Android. May I ask how do i access the error log? I usually use DDMS: http://code.google.com/android/reference/ddms.html I don't use Eclipse and so cannot provide you advice there. -- Mark Mur

[android-beginners] Re: Android JDBC Driver to MySQL

2009-02-03 Thread cslinux
Hi, As you previously mentioned , >"connecting the phone to the remote MySQL database that I have set up at >server end." I wonder why you need a JDBC driver to MySQL "" under android"" ? i.e why you need to connect the client to the DB ? I think you can connect your client app. to the remote ser

[android-beginners] Re: Problem:Could not find HelloAndroid.apk!

2009-02-03 Thread Markuz05
Nothing?? On Feb 2, 10:13 am, Markuz05 wrote: > Hi, > I tried to run my first android application both in Windows Xp and > Ubuntu. > In Windows i had no problem, but in ubuntu when a try to run the > program i have this error: > Could not find HelloAndroid.apk! > I installed sun jdk 6 and eclips

[android-beginners] Re: R.java file is not getting updated

2009-02-03 Thread Ashwani Rao
Hi Mark, Thanks for the idea. I took the backupp of the R.java file and then did the build through eclipse(Project -> build project) but the new file was not generated. Then i tried through the aapt tool. I got the following error. ->aapt c -M /bmc/test/workspace/CatchMe/AndroidManifest.xml -J

[android-beginners] Re: Why doesn't this align?

2009-02-03 Thread arjanDOTTYbroerATgmailDOTTYcom
I've got this figured out. All attributes should be prefixed by "android:". So, no help needed anymore on this issue. Thanks all. On Feb 2, 1:52 pm, arjanDOTTYbroerATgmailDOTTYcom wrote: > Guys, > > In the following layout xml i am trying to align a text to the center. > Could anyone tell me wh

[android-beginners] How to call methods from a web service?

2009-02-03 Thread dilu
I am having a webservice at particularURL:- http://192.168.1.10/abcd/Service_MobClients.asmx";. Under that webservice we are having different methods like 1.authenticate client 2.contacts to sync 3.inbox to sync etc. now I want to call these methods with parameters. So,please tell me how to call