[android-developers] how to change system wallpaper

2009-03-16 Thread Arvish Ramkeesoon
hello everyone, I am making a small application, where i have several images. When i ckicked on one of the images, it should become the system wallpaper. It is not working. plz help me. Regards, Arvish. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: how to change system wallpaper

2009-03-16 Thread Romain Guy
http://d.android.com/reference/android/content/Context.html#setWallpaper(android.graphics.Bitmap) On Sun, Mar 15, 2009 at 11:03 PM, Arvish Ramkeesoon arvish.ramkees...@gmail.com wrote: hello everyone, I am making a small application, where i have several images. When i ckicked on one of the

[android-developers] Re: Capture / Trap for ActivityNotFoundException

2009-03-16 Thread Ralf
It means you need a try..catch around the call. Try a tutorial on Java Exceptions, it might help: http://java.sun.com/docs/books/tutorial/essential/exceptions/ R/ On Sun, Mar 15, 2009 at 10:46 PM, hazlema hazl...@gmail.com wrote: I am playing with android.speech.action.RECOGNIZE_SPEECH

[android-developers] Re: set application as default

2009-03-16 Thread Dilli
Ok i got the solution by adding the some lines to manifest.xml category android:name=android.intent.category.BROWSABLE / data android:scheme=http / data android:scheme=content/ data android:scheme=file/ data

[android-developers] Is it possible to get notification when a application is about to be launched

2009-03-16 Thread Jiang
Hello guys, I need to execute some operation when the specific application is launched, it is possible to get notification when an application is to be launched, or after it is launched? Thanks. -Jiang ___ 好玩贺卡等你发,邮箱贺卡全新上线!

[android-developers] Making application link appear in other applications ContextMenu

2009-03-16 Thread Tushar
Hi, Is it possible to appear in link for say launching one application in some other applications. Typical example would we on desktop when we right click and get option Open With and see all choices of applications to open with. Regards, Tushar

[android-developers] Re: Using the word Android in a market developer name

2009-03-16 Thread Al Sutton
I've just had a look around some trademark registration databases and the only place I could find the Android trademark having been granted is in the US. There is an application in the UK Trademark office, but it's still being reviewed, so it's not a registered trademark. It'll be interesting

[android-developers] Re: Is it possible to get notification when a application is about to be launched

2009-03-16 Thread Dianne Hackborn
Nope, sorry. On Sun, Mar 15, 2009 at 11:45 PM, Jiang webs...@yahoo.cn wrote: Hello guys, I need to execute some operation when the specific application is launched, it is possible to get notification when an application is to be launched, or after it is launched? Thanks. -Jiang

[android-developers] Re: Making application link appear in other applications ContextMenu

2009-03-16 Thread Dianne Hackborn
This all depends on where you want to be shown. If you are intended to be a handler for particular file types that the user downloads, then just declare your activity as a VIEW action with the appropriate MIME type, and you will be available for the user wherever that type is shown (such as in

[android-developers] Re: Keystores

2009-03-16 Thread Kenny
Not helping you, but I wonder what keystore is for? where to get some docs? thank you very much, Kenny On Mar 14, 5:18 am, linkmaster_6 linkmast...@gmail.com wrote: Hello yes i have forgotten the password to my keystore and was wondring if there was anyway to retrieve this?

[android-developers] Re: Support from Developers

2009-03-16 Thread Dianne Hackborn
On Sun, Mar 15, 2009 at 4:14 AM, MrSnowflake mrsnowfl...@gmail.com wrote: People should only be allowed to vote on an app, if they have used the app for a sufficient amount of time. If an app crashes on my at start, or sits there keeping the gps running, or spams me with notifications, all of

[android-developers] Re: How to know SMS and Contacts update?

2009-03-16 Thread Kenny
Can anybody help? To be clear, I want to write a Android Java program to monitor the sent-out SMS and input contacts (like SYNC caused). Because SMS and Contacts are both stored in database, I want to know if android.database.ContentObserver is good for this purpose. First I wish to listen to

[android-developers] file handling in android.

2009-03-16 Thread balakrishna...@gmail.com
Hi, I am new to this android platform. Could someone tell me how does android deal with file handling? Thanks and Regards. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Using the word Android in a market developer name

2009-03-16 Thread Al Sutton
Further to this the word Droid which the branding page says you should get permission to use from Google, isn't a registered trademark owned by Google in either the US or the UK so Google can not stop you from using it. It *is* however, a registered trademark by LucasFilm, and they do have

[android-developers] Re: file handling in android.

2009-03-16 Thread carl.whalley
This should give you some pointers: http://markmail.org/message/qgfx35u7sjb4z4wr -- Android Academy: http://www.androidacademy.com On Mar 16, 7:46 am, balakrishna...@gmail.com balakrishna...@gmail.com wrote: Hi, I am new to this android platform. Could someone tell me how does android deal

[android-developers] Re: Development Platform Compatibility

2009-03-16 Thread Al Sutton
I'd go for XP64 personally. No matter what I do I can't get the G1 recognised by adb on 32 bit Vista, but I don't know if the same problem will happen on 64 bit vista, but I wouldn't take the chance. Al. Ralf wrote: I think the SDK and the Eclipse tools will work reasonably well with an XP

[android-developers] Re: How to add SMS to inbox in android programmatically?

2009-03-16 Thread Kenny
Did you ever try to open SMS database to insert the sent SMS record? You should use message provider to insert a database record. But I am not sure how to let SMS inbox UI notified. Need to study. Kenny On Mar 13, 5:09 pm, senthil senthil...@gmail.com wrote: HI, Iam sending the sms by using

[android-developers] Re: Making application link appear in other applications ContextMenu

2009-03-16 Thread Tushar
I would like it to show in inbuilt applications may be such as Contact/ Call log etc. On Mar 16, 8:28 am, Dianne Hackborn hack...@android.com wrote: This all depends on where you want to be shown.  If you are intended to be a handler for particular file types that the user downloads, then

[android-developers] Re: Support from Developers

2009-03-16 Thread Al Sutton
Unfortunately I think it's something that some people just have in their nature, and I wouldn't like to promote the idea of behavioural modification :). Al. Alexander wrote: Al Sutton wrote: I'm afraid I think you're wrong. The reason for this is that last week I listed an application

[android-developers] Re: Support from Developers

2009-03-16 Thread Mariano Kamp
At least you should be able to uninstall it right away. That's also a vote and will reduce the installed base. I guess (hope) this is also input for the great popularity formula. On Mon, Mar 16, 2009 at 8:35 AM, Dianne Hackborn hack...@android.comwrote: On Sun, Mar 15, 2009 at 4:14 AM,

[android-developers] Re: file handling in android.

2009-03-16 Thread balakrishna...@gmail.com
Thank you. I am looking for some material which would give clear picture of file handling like APIs available for file handling, classes available etc. Does android have separate file handling mechanism or is it similar to java? Please respond to this question. Thanks and Regards. On Mar 16,

[android-developers] inflating xml Views

2009-03-16 Thread Mr.No
Hello, whats the exact differences between 1. LinearLayout lin = LinearLayout.inflate(ctxt, R.layout.bla, null); parent.addView(lin); and 2. LinearLayout.inflate(ctxt, R.layout.bla, lin); ? Both doing the same thing, or? I got sometimes a different behavior.

[android-developers] onSaveInstance

2009-03-16 Thread Mr.No
Hello, onSaveInstance is only called if the Aactivity is killed by the System. And whats about from switching from portrait to landscape modus, will it be called either? rgds Mr.No --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: A way to search 2 applications in market?

2009-03-16 Thread Ryan
You can limit your search to just your applications like this:- market://search?q=pub:publisher Not sure how you'd limit to just a subset of your app's though? Could try and see if you can OR two package names together? On Mar 15, 9:49 pm, Wah mobic...@gmail.com wrote: I know I can search

[android-developers] Re: Android Debug Bridge (ADB) license

2009-03-16 Thread andycarr
Thank you On Mar 13, 7:01 pm, Jean-Baptiste Queru j...@android.com wrote: The relevant information is here: http://android.git.kernel.org/?p=platform/system/core.git;a=blob;f=ad... I've made a note to make that more clear in the future. JBQ On Fri, Mar 13, 2009 at 11:52 AM,

[android-developers] Re: deploying same application twice different content

2009-03-16 Thread Mariano Kamp
So, you're saying that the package name in the manifest is not related to the source package name. That would be cool and would make it much easier to provide a lite and full version of the same app. On Mar 10, 2009, at 11:40 PM, Romain Guy wrote: All you need is change the package name in

[android-developers] Regarding the Network Location provider basic initialization sequence

2009-03-16 Thread Kumar
Hi I am trying to make the use of Network location provider to get the location updates, But it seems to be that Network location provider makes use of MASF client . From the debug statements we found that Network provider does seems to launch MASF client , Would some one explain me the basic

[android-developers] Let the touch events pass through my application, Was it possible?

2009-03-16 Thread kevin_fan
Hello Group, I am trying to write a application that only has a full screen semi- transparent window as its UI, and in some cases, I want the window to ignore the touch events and let the application in the background handle them... in other words, I want the user can click through my

[android-developers] Re: Scheduling a repeating task and being notified

2009-03-16 Thread BoD
Replying myself, for future reference. For the scheduling part I used AlarmManager and a Service as mentioned before. For the notification back part I ended up using sendBroadcast from the service and a BroadcastReceiver on my Activity (registering/ unregistering it in onResume/onPause). It works

回复: [android-developers] Re: Is it p ossible to get notification when a application is about to be launched

2009-03-16 Thread Jiang
Thanks for your replay. many people may have various requirement but Android doesn't support now,  could you set up a type of communication pipe to let user present their suggestion?  :-) Thanks. -Jiang --- 09年3月16日,周一, Dianne Hackborn hack...@android.com 写道: 发件人: Dianne Hackborn

[android-developers] Copy protected app issue

2009-03-16 Thread blues
I chose copy protection for my application on the android market. There are some users complain they were not able to download the software from the market and gave me only one star. I am wondering if they are Dev phone users. If yes, could Google ban them even before they start download? One

[android-developers] Re: Regarding the Network Location provider basic initialization sequence

2009-03-16 Thread sunil k
Sorry it is mistakenly i stated as Network provider *does* seems to launch MASF client , actually i meant *Network provider does NOT seems to launch MASF client * On Mon, Mar 16, 2009 at 7:10 PM, Kumar androidq.ku...@gmail.com wrote: Hi I am trying to make the use of Network location

[android-developers] TextView

2009-03-16 Thread Mr.No
Hello, how i can set the Text in a TextView underlined within the xml? rgds mr.no --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: TextView

2009-03-16 Thread manoj
Define a string value in strings.xml as suggested below. string name=Your_textuMy Booking/u/string On Mar 16, 3:38 pm, Mr.No f.hi...@arcor.de wrote: Hello, how i can set the Text in a TextView underlined within the xml? rgds mr.no --~--~-~--~~~---~--~~ You

[android-developers] Re: I must pay 25$ to distribute a FREEWARE on Android Market

2009-03-16 Thread aclelland
If you want to get you app up without paying the fee you could always ask a current developer to release it for you. If that's interesting to you then feel free to email me. On Mar 15, 9:10 am, Chaton contactez.arn...@gmail.com wrote: It's a joke ! I Developped a freeware game for Android and

[android-developers] Re: TextView

2009-03-16 Thread Mr.No
Thx, but its static, i wonna also change the text within the code. On 16 Mrz., 11:59, manoj manojkumar.m...@gmail.com wrote: Define a string value in strings.xml as suggested below. string name=Your_textuMy Booking/u/string On Mar 16, 3:38 pm, Mr.No f.hi...@arcor.de wrote: Hello, how i

[android-developers] Re: deploying same application twice different content

2009-03-16 Thread Stoyan Damov
I'm very interested in getting a confirmation on this. Romain, are you saying that my apk can contain classes in the package X.Y.Z but in the manifest I can say the package is really A.B.C? Thanks On Mon, Mar 16, 2009 at 11:56 AM, Mariano Kamp mariano.k...@gmail.com wrote: So, you're saying

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-16 Thread Hans
On Mar 16, 1:25 am, Ralf ralfo...@gmail.com wrote: Just to clarify: - is this Camera the one in the git android repository? Yes. - are you trying to build from the android repository using make or from the SDK? From the SDK. - what is your platform? (i.e. not windows) Windows and/or

[android-developers] Re: I must pay 25$ to distribute a FREEWARE on Android Market

2009-03-16 Thread whitemice
Distribution of apps (even free ones) over the Android Market isn’t free for Google. Worst case: why don’t you just ask someone else to distribute the app on your behalf? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Support from Developers

2009-03-16 Thread coding_android_standards
That is true. But I got another suggestion. It would be so helpful if there would be the version of the software that the people are using added to the post. I have got hundreds of emails and bad comments based on a weeks old version of my application. This leads to totally missleading ratings.

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-03-16 Thread Diego Torres Milano
repo should check for git. Try applying this patch. diff -up ./repo.ORI ./repo --- ./repo.ORI 2009-03-16 13:09:46.0 +0100 +++ ./repo 2009-03-16 13:15:50.0 +0100 @@ -202,7 +202,11 @@ def _Init(args): def _CheckGitVersion(): cmd = [GIT, '--version'] - proc =

[android-developers] Weekend Project: Fruits of my labour ...

2009-03-16 Thread Pd
Hello, I would like to present a short intro I wrote over the course of the weekend. Its basically what I call a round ticker. You'll get the idea if you load it up into your phone or emulator. The reason for me writing this was firstly to have some fun and secondly to learn about the

[android-developers] Has anyone sold to users in the UK?

2009-03-16 Thread s...@zooropa.com
We have a few apps available in the marketplace but so far have only sold them in the US. Has anyone had any sales from the UK? I seem to recall that paid apps were available there but we were curious as to how they are selling in the UK for other developers. Sean

[android-developers] Re: I must pay 25$ to distribute a FREEWARE on Android Market

2009-03-16 Thread Al Sutton
Do you want to move this discussion to http://groups.google.com/group/android-app-distribution There have been requests recently to keep this list focused on problems with the API. Al. bouvetloz...@gmail.com wrote: It's worse, if you're outside US/UK you can only distribute it as freeware,

[android-developers] Re: How to create a Custom Clickable Area Non-Standard Square ?

2009-03-16 Thread Moto
Anyone!? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Is there any Listener, Listening for violent shake to happen ?

2009-03-16 Thread gganesh
Hi, I'm using Openintents to register the shake movement. Everything is fine ,I can get the x,y z axis values after registering with SENSOR_ORIENTATION . I need to trigger a task only for a violent shake ,Is there any Listener looking for violent shake to happen .How can my application be

[android-developers] Re: Accelerometer power tied to display backlight power

2009-03-16 Thread Jordan Frank
A partial wakelock doesn't help because, as I have already explained, as soon as the display goes off, the accelerometers go off. I can keep the CPU awake, and my program continues to run when the display is off. However, as soon as the display goes off, the accelerometers go silent. So this is

[android-developers] Re: Copy protected app issue

2009-03-16 Thread Al Sutton
Read through http://groups.google.com/group/android-developers/browse_thread/thread/75535e3f0336149a Al. http://andappstore.com/ blues wrote: I chose copy protection for my application on the android market. There are some users complain they were not able to download the software from the

[android-developers] Re: Testing Android Game on real device: please help

2009-03-16 Thread LuchoLaf
Ok, I would like to test that, send me the .apk please. On Mar 13, 10:40 am, TjerkW tje...@gmail.com wrote: Hello all, I am making an android game, but i do not have the money to buy a developer phone. The game is not finished but i should it is testable.. and if i dont test it know i may

[android-developers] Re: file handling in android.

2009-03-16 Thread Charlie Collins
Files are pretty standard with Android. Filters, Streams, Readers, etc. Permissions are handled based on the app: Files You can store files directly on the mobile device or on a removable storage medium. By default, other applications cannot access these files. To read data from a file, call

[android-developers] Re: Has anyone sold to users in the UK?

2009-03-16 Thread Al Sutton
You might want to move the discussion over to http://groups.google.com/group/android-app-distribution Al. Rajesh S wrote: not sure about who sold but i have bought from US developers sitting in UK. hope that answers. On Mar 16, 12:39 pm, s...@zooropa.com s...@zooropa.com wrote: We

[android-developers] Re: Contact change broadcast

2009-03-16 Thread Kenny
I'm looking for a way to know the contact update. android.database.ContentObserver may be feasible. But I don't know the exact implementation yet. Need to find sample code. You? Kenny On Mar 16, 5:59 am, LambergaR martin.s...@gmail.com wrote: No idea how to solve those two problems? On 11

[android-developers] Re: Intercepting outgoing sms

2009-03-16 Thread Kenny
Sms should have provider, through which you may put your SMS to database, I think. But the topic was about intercepting/redirecting being-sent SMS. Is it resolved? On Mar 16, 12:52 pm, Seer gilligan.ch...@gmail.com wrote: ok i have written an app for sending the sms over the web but how do i

[android-developers] Re: Support from Developers

2009-03-16 Thread Teo
I've seen this problem on many platforms. My suggestion for it is kind of a fuzzy logic thing. Why not give more weight to the ratings of certain users, based on an algo and criteria which can be established (as has already been said on this thread, one criteria can be, for example, how much the

[android-developers] Re: Scheduling a repeating task and being notified

2009-03-16 Thread Kenny
Besides sendBroadcast( ), how about sentIntent( )? Are your service and receiver in the same Dalvik JVM process? Kenny On Mar 16, 6:16 pm, BoD bodl...@gmail.com wrote: Replying myself, for future reference. For the scheduling part I used AlarmManager and a Service as mentioned before. For

[android-developers] Re: file handling in android.

2009-03-16 Thread balakrishna...@gmail.com
Thank you, for your valuable information. With this I can proceed. On Mar 16, 6:29 pm, Charlie Collins charlie.coll...@gmail.com wrote: Files are pretty standard withAndroid. Filters, Streams, Readers, etc.  Permissions are handled based on the app: Files You can store files directly on

[android-developers] Re: How do I refer to a string ressource in the array.xml?

2009-03-16 Thread legerb
It should be @string, not @strings. string-array name=services item@string/call/item /string-array On Jan 22, 2:18 pm, code_android_festival_way festival.s...@googlemail.com wrote: Is there a possibility to refer to a string ressource in the arrays.xml? I have tried:    

[android-developers] Re: Support from Developers

2009-03-16 Thread Alexander
On Mar 16, 7:05 am, coding_android_standards festival.s...@googlemail.com wrote: That is true. But I got another suggestion. It would be so helpful if there would be the version of the software that the people are using added to the post. I have got hundreds of emails and bad comments based

[android-developers] update questions

2009-03-16 Thread Ivan Soto
HI, I've been waiting patiently to get paid applications on my phone with I had no luck. The thing is I have a white G1 in Canada (Fido) and I did the update manually loading the update.zip to my SD card. My current version is 1.1 and Build number is 1.1 PLAT-RC33 126986 Should I already have

[android-developers] Re: How to dismiss the AlertDialog without buttons after clicking on any item in the Alert Dialog

2009-03-16 Thread vincent Kor
help me !! Really appreciate your help !!! Vincent Hi, All: from the reference of SDK, AlertDialog information as below. I want to create an alert dialog without any buttons, but there are 3 items(radio), then i hope to dismiss the dialog after i click any item in the

[android-developers] Paid applications and market feedback/rating

2009-03-16 Thread Keith Wiley
I have had a free version of my app available for several months. With the new features I am about to release in the latest version, and with paid apps now possible, I intend to split the app into a free lite/trial version and a paid full version. I am aware that I must create a new app with a

[android-developers] Re: inflating xml Views

2009-03-16 Thread Romain Guy
1. You are not inflating the layout parameters, the view will use the default parameters decided by the parent. 2. You are inflating the layout parameters. On Mon, Mar 16, 2009 at 1:54 AM, Mr.No f.hi...@arcor.de wrote: Hello, whats the exact differences between 1.  LinearLayout lin =  

[android-developers] Log vs Logger

2009-03-16 Thread Emanuele Di Saverio
Hello all guys,I was taking a peek at Android doc for Log and Logger class. I see that the common use is to stick to Log.x methods, but I also see some useful methods on Logger (like log a method entering and exit). Could you pick me an example of usage of the Logger class? Maybe this thing

[android-developers] How to run Dhrystone test for Android phone?

2009-03-16 Thread garry
I need to test the performance of the Android phones using dhrystone benchmark test, please tell me what is the procedure to run dhrystone on the android phone. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-16 Thread Abdul Mateen
What do you mean by the camera Application, I have mostly used Camera in my applications, are you asking about the invocation of the camera, or something else? Do you mean that the Application based on Camera, that uses the Camera, take photos, and other stuffs if this, then this is the what I

[android-developers] [Android RIL] meet error: Hit EOS reading meesage length

2009-03-16 Thread Eugene
Hi All, I'm developing the RIL. I have met the error message from Ril.java- Hit Eos reading message lenght. I find that the message will display if ril message read return -1. I want to know why cause this error and how to fix. Best regards

[android-developers] Handwriting Recognition

2009-03-16 Thread Henry
I'm attempting to make an app that needs to interpret handwritten characters on the screen. For example, if the user draws an 'A' with his finger, the app needs to recognize this as the letter A and record the A character. Is there anything in the given APIs that will help with this task? I

[android-developers] How to read the file in sdcard?

2009-03-16 Thread AlexNguyen
I have the file in sdcard: sample.xml I want to read it, so I dont know some code to connect to sdcard in android. Anyone help me, please? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Redistributing the eclipse plugins

2009-03-16 Thread danielolsson
Hi, AFAICS, the Eclipse features and plugins are distributed under the EPL, meaning that the binaries on the update site (without modification) could be incorporated and distributed in a third-party distribution of Eclipse. Could someone confirm that? BR Daniel Olsson

[android-developers] Is there a flag I can enable to permanently display the virtual keyboard in my app?

2009-03-16 Thread me tun
I want to permanently display the virtual keyboard in my application, but it seems bound by focus to an edit text field. Is there a way around this? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] How to add activity to application to the task history(long press home key)

2009-03-16 Thread AndroidJimmy
Dears, I'm trying to write a mediaplayer activity launched from browser. But I found if I launch mediaplayer activity from browser, it won't be shown in the task history window(long press home key). And if I launch mediaplayer activity launched from home, it can be shown in the task history

[android-developers] OpenGL CompressedTexture2D texture compression problem.

2009-03-16 Thread FigboxGames
I'd like to start by saying thank to anyone who takes the time to help me with this problem. I am currently attempting to create an opengl sprite rendering engine for a game development project. The sprites render amazingly quickly in openGL, much better than android's native 2d graphics

[android-developers] Would you like to let me know how to get SDK version in my application code?

2009-03-16 Thread Lucky-dog
it failed that i try to get android.R.attr.minSdkVersion. Would you like to let me know how to get SDK version in my application code? Thank you very much. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Sensing The Touch Event

2009-03-16 Thread mateen
Asslam-u-Alikum, I am a developer of Android platform, I have been stucked at the point, Consider the senerio, First Activity named MainActivity is starting the second Activity named ChildActivity from another package installed in the android phone. Now, I want to have the knowledge of touch

[android-developers] Re: Paid applications and market feedback/rating

2009-03-16 Thread Streets Of Boston
I'm not absolutely sure, but i'm pretty sure this is possible. It'll a different application with its own set of comments and ratings. In one way it makes sense. When people pay for an application, their ratings may be different than for a free version of it. When people pay, they may have a

[android-developers] Re: how to build library without optimization in order to properly debug it

2009-03-16 Thread Iliyan Malchev
Dmitry, did you try with -g2 -O0? On Thu, Mar 12, 2009 at 6:02 AM, dmitry dtche...@gmail.com wrote: hi, I'm trying to debug native library (in particular, libril.so). Everythig is going fine, breakpoint is being hit, I can go thru the lines of RIL_onRequestComplete() function. But when I

[android-developers] Re: Sending and receiving data messages via a BroadcastReceiver

2009-03-16 Thread Jackie
Actually I met the similar question. Here is my use case: Simulator 5554 uses sendDataMessage to send a data message to simulator 5556. Simulator 5556 is running an app which is mainly a subclass of BroadcastReceiver to listen to incoming data message (android.intent.action.DATA_SMS_RECEIVED).

[android-developers] Is it normal to play an audio during phone call?

2009-03-16 Thread roger fang
Hi all, When you pick up the call and switch the screen to MediaPlayer to play an audio, it is able to be heard from handset (receiver). Thus, you can hear the far-end voice and your local music at the same time. Is it a normal behavior? Android seems not to have the mechanism to let

[android-developers] Nesting table layout in linear layout

2009-03-16 Thread Marco
Hi , I have defined the layout which you can see at the end of this message. I do not understand, why the button is not displayed. If I move the button to the top that the rendering works. Any hint? Thanks. ?xml version=1.0 encoding=utf-8? LinearLayout

[android-developers] Obtaining IP address when on 3G (MOBILE) connection

2009-03-16 Thread Joseph Teo
Hi Folks, I have a small question. When i'm connected to WIFI, I could use the following code to obtain the IP address of the Android phone WifiManager wifiManager = (WifiManager) getSystemService(WIFI_SERVICE); WifiInfo wifiInfo = wifiManager.getConnectionInfo(); int ipAddress =

[android-developers] PDU Column Names

2009-03-16 Thread Justin Thomas
I'm looking for the To field, From Field or Name field in the txt/sms message tables. I know the content uri: content://mms/inbox and thread_id seems to be a column, but I can't find anything else. Thanks, Justin --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Thumbnails

2009-03-16 Thread Iliyan Malchev
On Sat, Mar 14, 2009 at 4:37 AM, Gaurav agarw...@gmail.com wrote: I will like some clarifications around thumbnails: 1. Whose responsibility is it to generate thumbnails - the android OS or the application developer? Pre-cupcake, android (specifically, the camera framework which runs in

[android-developers] Re: Does Camera API really works ?

2009-03-16 Thread Iliyan Malchev
Can you attach the logcat output? Source code would also be helpful. On Thu, Mar 12, 2009 at 9:18 AM, crowcasso crowca...@gmail.com wrote: Currently the above code is crashing for me (even after fixing the 3 params instead of 2) when performing takePicture() with a IOException:

[android-developers] VerifyError attempting to use commons-digester

2009-03-16 Thread micah craig
Hi, I'm trying to write a simple web service client app for Android, and I'd like to use commons-digester to convert the service's XML responses into objects I can work with. However, I'm getting a VerifyError as soon as I try to invoke any Digester method. I've set up my dependencies

[android-developers] Re: Nesting table layout in linear layout

2009-03-16 Thread Romain Guy
You defined the TableLayout with a fill_parent height. So it becomes as tall as the parent LinearLayout and there's no more room for the button. On Sun, Mar 15, 2009 at 6:41 AM, Marco marco@googlemail.com wrote: Hi , I have defined the layout which you can see at the end of this

[android-developers] Re: deploying same application twice different content

2009-03-16 Thread Mariano Kamp
I suppose that you would at least have to specify the name of e.g. activities fully qualified then. Instead of .SomeActivity you would then need to specify x.y.z.SomeActivity. On Mon, Mar 16, 2009 at 12:47 PM, Stoyan Damov stoyan.da...@gmail.comwrote: I'm very interested in getting a

[android-developers] Re: How to read the file in sdcard?

2009-03-16 Thread dillirao malipeddi
if you want to read the file from sdcard by programatically File myfile = new File(/sdcard/sample.xml); or if you want to get the dump the file to your system from command prompt you can use to get the file -- adb pull to insert the file to sdcard -- adb push OR you can do it by open ddms

[android-developers] Ringtone picker -- how to get return value from EXTRA_RINGTONE_PICKED_URI

2009-03-16 Thread Ed99
So I'm having trouble getting the return value from the RingtonManager's ACTION_RINGTONE_PICKER activity... I'm sorry if I'm just missing something basic ( I probably am... ), but I've searched around and nothing I've found worked.. The activity I'm launching is this :

[android-developers] Re: I must pay 25$ to distribute a FREEWARE on Android Market

2009-03-16 Thread frizzo
I think it's a good policy. This has the side effect (intended or not) of providing a useful 'gate' to prevent thousands of crap/spam apps from being uploaded. Didn't prevent my crap app from being uploaded. :) --~--~-~--~~~---~--~~ You received this message

[android-developers] Changing Alert Dialog styles

2009-03-16 Thread Rafael Bocaletto Maiolla
Hi, Is there a way to change the Alert Dialog style, like background and font color using something like ?xml version=1.0 encoding=utf-8? resources style name=Theme parent=android:Theme /style style name=Theme.Dialog item name=android:colorBackground#FF/item item

[android-developers] Button with both Text and Image

2009-03-16 Thread megabot
Hello, Is there a way to create Buttons that contain both an Image and Text (image on top text below or image left and text right)? And how can this be done within a xml layout file? For example, the application 'Pkt Auctions eBay' (see Android Market) has these type of buttons. So far I have

[android-developers] video demo : nitdroid on emulated n8x0 (qemu running android on nokia tablets)

2009-03-16 Thread RzR www.rzr.online.fr
Hi Just to announce that latest version of qemu has great omap support, check this video demo : http://digg.com/linux_unix/Watch_nitdroid_emulator_emulated_nokia_tablet_runs_android This way many devices can be emulated, such as this emulated nokia-n8x0 running nitdroid (android port for

[android-developers] Re: Paid applications and market feedback/rating

2009-03-16 Thread Streets Of Boston
I had a typo in my previous message: Change this ... but i'm pretty sure this is possible ... to this ... but i'm pretty sure this is NOT possible ... On Mar 16, 11:33 am, Streets Of Boston flyingdutc...@gmail.com wrote: I'm not absolutely sure, but i'm pretty sure this is possible.

[android-developers] Re: class com.android.camera.UploadService does not exist?

2009-03-16 Thread Hans
On Mar 15, 1:06 pm, Abdul Mateen abmat...@gmail.com wrote: What do you mean by the camera Application, I have mostly used Camera in my applications, are you asking about the invocation of the camera, or something else? The Camera package, the system app denoted by Camera.apk.

[android-developers] Can I release app to market which relies on a 1.1 feature?

2009-03-16 Thread admin.androidsl...@googlemail.com
What percentage of users are going to have 1.1 upgrade? Don't want to be flooded by 1 star feedbacks!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: How to add activity to application to the task history(long press home key)

2009-03-16 Thread dan raaka
Long Key Press results in a Dialog showing things stored in RecentTaskInfo stored in the system. Take a look at http://developer.android.com/guide/topics/fundamentals.html#lmodes Also, do you see the browser as the first icon when you launch the media player from the browser. Launch mode might

[android-developers] Re: List of private / hidden / system APIs?

2009-03-16 Thread brian.schim...@googlemail.com
Thank you for your answers so far, but I still think you're getting me wrong. I'm not planing to use private APIs - at least not as long as they remain private. I'm trying to create high quality software and I know that hacking won't get me there. But it would be nice if Google (or the Open

[android-developers] Re: hi

2009-03-16 Thread dan raaka
Do you want to display multiple thumbnails on a single image button ? -Dan On Sun, Mar 15, 2009 at 9:52 PM, Nithin nithi...@gmail.com wrote: k... But if have array of thumbnils... How can reduce the size of all thumbnils before displaying in Image button? Thanks in advance

[android-developers] Att: group owners, please unsubscribe min...@hanmail.net

2009-03-16 Thread Stoyan Damov
I'm getting seriously pissed off. Can the group owners of android-developers and android-discuss unsubscribe this guy from the groups? Thanks! On Mon, Mar 16, 2009 at 6:25 PM, Mail Delivery Subsystem mailer-dae...@zmail-7.hanmail.net wrote: The original message was received at ...  

[android-developers] Re: Network activity for each Process (based on PID)

2009-03-16 Thread rezar
Science Yesterday I didn't receive any answer :( On Mar 16, 1:29 am, rezar rraw...@gmail.com wrote: Hi All I intend to log TCP activity of a given process. When I cd to the proc/[PID]/net folder, and check the content of the files there. They are not process specific they all have the same

  1   2   >