[android-developers]

2012-11-14 Thread selmi amel
hi i have a problem with the apk expansions files. I don't find any way to read a video and put it in videoview . i need a help thanks -- -- 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] strange ColorState problem

2010-11-28 Thread Selmi
hi i have image close_hover.png in my drawables. its png 35x29 truecolor with alphachannel i can use it with image button if i put this to layout xml ImageButton android:src=@drawable/close_hover android:layout_width=wrap_content android:layout_height=wrap_content/ now i create colorstate xml

[android-developers] debugging on real device doesn't work on ubuntu 10.10

2010-10-28 Thread Selmi
i had working development environment using ubuntu 10.04. but it doesn't work on 10.10 (clean install) i tried to create android rules file as described on http://developer.android.com/guide/developing/device.html, but id din't helped. for 10.04 i didn't had such file and i was able to debug

[android-developers] Re: Transparency on Views behaving differently in 1.5

2009-04-27 Thread Selmi
didn't worked for me. but helped if i set color to #0001 instead of #. it happened when i tried to run application built on 1.1 sdk on 1.5emulator. On 27. Apr, 20:03 h., cnordvik cnord...@gmail.com wrote: This is a workaround for the 1.5 emulator if anyone is interested: ...

[android-developers] Re: ListView and focusing

2009-02-20 Thread Selmi
the behavior you are observing is by design. Have a look at this thread: http://groups.google.com/group/android-developers/browse_thread/threa... On Feb 19, 4:09 pm, Selmi se...@centrum.sk wrote: I am not able to find out how to do it. Now i am sure that its because i capture onClick

[android-developers] Re: ListView and focusing

2009-02-20 Thread Selmi
the behavior you are observing is by design. Have a look at this thread: http://groups.google.com/group/android-developers/browse_thread/threa... On Feb 19, 4:09 pm, Selmi se...@centrum.sk wrote: I am not able to find out how to do it. Now i am sure that its because i capture onClick

[android-developers] Re: ListView and focusing

2009-02-19 Thread Selmi
not understanding something fundamental On 18. Feb, 01:55 h., Selmi se...@centrum.sk wrote: i found what is problem in layout which is used by list item i have several controls. for simplicity i narrowed it down to checkbox and textview i want to do such thing that if you touch checkbox

[android-developers] Re: ListView and focusing

2009-02-17 Thread Selmi
to an explicit value (as opposed to a style). Also, have a look at:http://developer.android.com/reference/android/widget/AbsListView.htm...) or its XML equivalent android:listSelector. If neither of these help, post your code. On Feb 16, 2:46 pm, Selmi se...@centrum.sk wrote: when i have

[android-developers] ListView and focusing

2009-02-16 Thread Selmi
when i have listview and i use some listadapter provided by android api then when you touch item in list it flashes with orange colour and then action is processed if i have my own adapter this flash doesn't happen. instead text color changes to black for a moment (and becomes unreadable) is

[android-developers] Re: Ringtone.isPlaying problem

2008-12-02 Thread Selmi
it doesn't have a bug, but I would suggest you check your code first. On Nov 29, 3:41 pm, Selmi [EMAIL PROTECTED] wrote: hi, i hope there is someone who has some experience with ringtones in short, i open RingtoneManager and i choose ringtone from it using: mRingtone

[android-developers] Ringtone.isPlaying problem

2008-11-29 Thread Selmi
hi, i hope there is someone who has some experience with ringtones in short, i open RingtoneManager and i choose ringtone from it using: mRingtone=mRingtoneManager.getRingtone(position); mRingtone.play(); after some time i make following test: if(mRingtone!=null mRingtone.isPlaying()) {

[android-developers] RingtoneManager question

2008-11-11 Thread Selmi
hi i found what was problem with my application (thread differences between emulator (1.0rc1) and actual device (g1) ). problem is not with list of checkboxes, but somehow ringtone manager shows same id for two different ringtones! how its possible? both ringtones are created from music file

[android-developers] Re: RingtoneManager question

2008-11-11 Thread Selmi
i guess i found solution. ID is not unique, ID with combination with URI is (one of items with same id was external and one internal) so i was wrong that both ringtones were created from music file - one of them was bultin On 11. Nov, 23:32 h., Selmi [EMAIL PROTECTED] wrote: hi i found what

[android-developers] Re: differences between emulator (1.0rc1) and actual device (g1)

2008-10-31 Thread Selmi
yasmin, this is forum for android developers so OS is of course android. if you have windows mobile you are on wrong place On 31. Okt, 04:54 h., yasmin afrose [EMAIL PROTECTED] wrote: Hi Selmi, I would like to run my Android Application in HTC Touch Phone. But I can't. My Mobile OS

[android-developers] Re: differences between emulator (1.0rc1) and actual device (g1)

2008-10-30 Thread Selmi
. However, the issue is probably that the touch area on thephone is rather large and overlaps other checkboxes, depending on the size of your finger. How tightly packed are your checkboxes ? On Thu, Oct 30, 2008 at 12:34 AM, Selmi [EMAIL PROTECTED] wrote: did anyone noticed any differences

[android-developers] Re: Enabling audio in emulator

2008-10-29 Thread Selmi
i had same problem, but when i used lsof to find out what is accessing /dev/snd i found that nothing does..so i don't know what could block soundcard emulator -audio oss fixed problem for me also i found that if i have rhytmbox playing and i close emulator it kills sound and make rhytmbox

[android-developers] differences between emulator (1.0rc1) and actual device (g1)

2008-10-29 Thread Selmi
did anyone noticed any differences? in my case i have application which on emulator works perfectly, it has list of checkboxes and when i check any of them it stay checked etc, on real device sometimes when i check one of them other one gets checked too. similar things also happen when list is

[android-developers] Re: Anyone looking at Cell Broadcast on the G1?

2008-10-29 Thread Selmi
can anyone who owns g1 confirm it works? because it doesn't work on treo, as far as i know it doesnt work on iphone, so i am a bit afraid in fact no usa-made phone i had experience with supports it :( and if its not supported i will rather keep my old phone and forget about upgrading On 30.

[android-developers] problem with installing application on real device

2008-10-28 Thread Selmi
i have application which works with simulator without any problems, i install it using adb i personally don't own real device because noone sells it where i live now, i must wait until it will be available (if ever) when application is downloaded to real device it shows lot of error and install

[android-developers] Re: help !!!! the problem for can't start the emulator

2008-10-28 Thread Selmi
i have same problem btw emulator worked yesterday, today it doesn't On 13. Okt, 03:45 h., sky [EMAIL PROTECTED] wrote: HI ,all     i can't the emulator with the error msg :NAND:couldnotwritefileD:\ProgramFiles\android-sdk-windows-1.0_r1\tools/lib/images/ \system.img, No space left on

[android-developers] Re: problem with installing application on real device

2008-10-28 Thread Selmi
yes, android-sdk-linux_x86-1.0_r1 from 23rd september 2008 On 28. Okt, 22:42 h., Hong [EMAIL PROTECTED] wrote: u sure it's built by the latest 1.0 SDK? On Tue, Oct 28, 2008 at 5:00 PM, Selmi [EMAIL PROTECTED] wrote: i have application which works with simulator without any problems, i

[android-developers] Re: help !!!! the problem for can't start the emulator

2008-10-28 Thread Selmi
, maybe it will help for you too On 28. Okt, 22:09 h., Selmi [EMAIL PROTECTED] wrote: i have same problem btw emulator worked yesterday, today it doesn't On 13. Okt, 03:45 h., sky [EMAIL PROTECTED] wrote: HI ,all     i can't the emulator with the error msg :NAND:couldnotwritefileD

[android-developers] Re: problem with installing application on real device

2008-10-28 Thread Selmi
here is image to show what happens (base64 encoded because i don't know how post images here) /9j/4AAQSkZJRgABAQEAYABgAAD// gAfTEVBRCBUZWNobm9sb2dpZXMgSW5jLiBWMS4wMQD/2wBD AAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8t MC0oMCUoKSj/

[android-developers] application version retrieval

2008-10-27 Thread Selmi
how can i read current application version? i mean value stored in manifest file for android:versionCode and android:versionName so far i tried to find some api for it in Application or Context, but i didn't found any. also i didn't found it in android.R. resource identifier (or in R.) so i

[android-developers] Permission denial when i try to modify system settings

2008-10-19 Thread Selmi
hi, i don't know if it wasn't answered many times already but i didn't had luck to find solution my manifest looks like this: ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.android.gx5.ringtoneshuffler

[android-developers] I can't start project in Eclipse 3.2 with Android 1.0 SDK (Ubuntu 8.04)

2008-10-16 Thread Selmi
my system is Ubuntu 8.04 32bit version at the beginnig I had Eclipse installed, also Android SDK 0.5 and everything worked well, since i updated SDK to lastest 1.0 I always get error when i try to open any project or create new one: 'An internal error occurred during: Android SDK Content

[android-developers] Re: I can't start project in Eclipse 3.2 with Android 1.0 SDK (Ubuntu 8.04)

2008-10-16 Thread Selmi
, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 On 17. Okt, 00:21 h., Selmi [EMAIL PROTECTED] wrote: my system is Ubuntu 8.04 32bit version at the beginnig I had Eclipse installed, also Android SDK 0.5 and everything worked well, since i updated SDK to lastest 1.0 I always get