)
It would be great to hear about your experience. To stop the alarm
just uninstall the app. (I said it is a really simple app :-) )
Thank you very much.
On 29 Apr., 17:11, code_android_festival_way
wrote:
> Thank you for your questions. I will add a sample app in the next
> days. In addi
; mode?
>
> On Apr 28, 2:24 pm, code_android_festival_way
>
>
>
> wrote:
> > So well I have tested that out once more.
>
> > I have tried different wake lock levels up to the full wake lock. It
> > doesn't make any difference. As a last
meone got another
device running Android 2.x and would like to test that one out.
I would love to hear your opinions.
On 28 Apr., 18:45, code_android_festival_way
wrote:
> Thank you very much for your answers. I will try all of your devices.
>
> Regarding the following:
> "I
E_LOCK.
>
> On Apr 27, 9:43 am, code_android_festival_way
>
>
>
> wrote:
> > Hmm does really no one got an idea what could be wrong here?
>
> > Regards
>
> > On 25 Apr., 19:44, code_android_festival_way
>
> > wrote:
> > > Well you are right tha
Hmm does really no one got an idea what could be wrong here?
Regards
On 25 Apr., 19:44, code_android_festival_way
wrote:
> Well you are right that this will drain the battery pretty heavily. At
> the moment I am using the broadcast which gets fired every n seconds
> and gets caug
o get the sound noitification working during the wake
lock.
If someone has got a solution for that problem I would love hearing
about it. :)
On 25 Apr., 17:17, Mark Murphy wrote:
> code_android_festival_way wrote:
> > What do you mean exactly by that? Well I know that 30 seconds or even
>
t the the one sound notification the speakers
sit down in silence and there is no sound notification at all. When
plugging in the USB cable or switching on the screen the sound
notification gets played pretty fine.
On 25 Apr., 16:38, Mark Murphy wrote:
> code_android_festival_way wrote:
> > E
in the USB cable or light up the screen everything is
going back to normal.
To be honest I don't really know how to handle this correctly. What am
I doing wrong? I'm getting crazy about these wake lock errors. :(
On 25 Apr., 11:46, code_android_festival_way
wrote:
> Hello.
>
>
Hello.
I got a problem with my sound notifications not being sent while the
screen is off and the device is unplugged from the charger.
Here is the workflow:
- Alarm Service gets fired every 30 seconds (well the timer can be
adjusted)
- The alarm starts a service which fires a sound and vibrate
To be honest this is really bad news. Marketed as a "superphone" and
not being able to even do valuable multi touch in gaming is pretty
weird/weak! Even a simple pong game (1 human vs 1 human on 1 device)
is not possible with that cheap screen.
On Feb 16, 12:18 pm, Sean Hodges wrote:
> > So Sean,
Does someone know if these broadcasts can be caught with a
BroadcastReceiver which is registered in the AndroidManifest? I
haven't been able to catch events when I tried it that way and just
wanted to know if this should be generally possible.
Thank you for your help.
Regards!
--
You received t
you. Is this only
> disabled on the Nexus One? I've not yet tried on my Moto Droid.
>
> On Tue, Jan 12, 2010 at 11:48 PM, code_android_festival_way <
>
> festival.s...@googlemail.com> wrote:
> > Here we go:
>
> >http://code.google.com/p
Here we go:
http://code.google.com/p/android/issues/detail?id=6018&q=nexus%20trackball&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars
On 12 Jan., 15:52, code_android_festival_way
wrote:
> I'd like to add that the hardware is capable of doing it. (like it was
> on the H
eally sucks.
On 12 Jan., 15:37, code_android_festival_way
wrote:
> I know that. I just like to know why do they kill useful hardware
> features and add senseless things like 3D wallpapers?
>
> On 12 Jan., 15:14, Mark Murphy wrote:
>
> > code_android_festival_way wrote:
>
I know that. I just like to know why do they kill useful hardware
features and add senseless things like 3D wallpapers?
On 12 Jan., 15:14, Mark Murphy wrote:
> code_android_festival_way wrote:
> > Why are they specified in the Android SDK
> > and even the Google supported p
I have seen that HTC Sense devices ignore multicolor LED notifications
but I assumed that the Nexus One is capable of doing them. Why are
they not possible anymore? Why are they specified in the Android SDK
and even the Google supported phones drop that feature? At the moment
we only see a white fl
I am trying to get my application updated to the latest
ContactsContract API and got some problems. In my application I am
trying to pick a contact and use the received URI for loading up his
contact picture.
This is the way I am doing it:
http://paste.pocoo.org/show/SQI91OBuCKk0JQC63Zkd/
When I
ent alarms they are pretty important.
On 21 Okt., 16:45, Mark Murphy wrote:
> code_android_festival_way wrote:
> > Well I understand your point. But I don't think that users will
> > understand that point. (even when they had devices that supported
> > colored LEDs)
>
Well I understand your point. But I don't think that users will
understand that point. (even when they had devices that supported
colored LEDs) I'm getting requests to support these things and I am
getting bad ratings for not having this included. But what can I do? I
have mentioned in my applicat
ith Android getting modified by device manufacturers.
On 20 Okt., 15:36, code_android_festival_way
wrote:
> [This is the follow up of a thread I have started in the android-
> platform group]
>
> Hello.
>
> I am the developer of a heavily used application (over 110.000 active
&g
[This is the follow up of a thread I have started in the android-
platform group]
Hello.
I am the developer of a heavily used application (over 110.000 active
installs) and got one problem with the Android platform.
One of the features in my application uses the normal way of the
Android SDK to
Hello.
At the moment I am trying to implement a ListView with the following
row setup:
ImageView - TextView - Checkbox
The TextView and the CheckBox should be be clickable and should handle
different actions. What is the right way to implement such a
behaviour? At the moment I am setting onClic
Hello.
[1]
At the moment I am trying to catch the event when the mobile network
is not available. This works when WIFI is off and I catch the
CONNECTIVITY_CHANGE broadcast. But when I enable WIFI and lose the
mobile network (network is not available) no broadcast gets sent.
Is this a bug or why
Hello.
I am using a PhoneStateListener to determine the incomingNumber for a
phone call. What is the right way to get the corresponding contact
name?
I have tried:
http://paste.pocoo.org/show/LuRcRJZImQvEgSpE1uzV/
( I have also used People.NUMBER_KEY)
But I'm always getting a cursor with the
Hello guys.
I have started a LED notification from the NotificationsManager. Is it
possible to catch the event when the user pulls down the status bar
and kills my notification?
Regards
--~--~-~--~~~---~--~~
You received this message because you are subscribed to
At the moment I am trying to update my application to Android 1.5.
In Android 1.1 I was able to detect the BT state with catching the
following broadcasts:
After testing with Android 1.5 I recognized that only:
is available.
How can I detect the specific state of Bluetooth in 1.5? Wit
Could someone tell me how the SMS messages look like that the MyFavs
application gets? In addition it would be nice to know if they fire
the broadcast receiver for incoming SMS messages.
Thank you very much.
--~--~-~--~~~---~--~~
You received this message because y
Hello.
At the moment I got a bug issue with my application. I have saved
about 20 values in the SharedPreferences. I got a lot of users
reporting that their settings got reset without uninstalling the
application. To be honest I didn't believe these reports since today.
After 4 days of usage the
Well at the moment I'm trying to set the contact photo in a custom
view to the RemoteView of my custom expaneded statur bar.
For setting an image to the RemoteView I have two possibilities:
contentView.setImageViewUri(...)
contentView.setImageViewResource(...)
Well now I got the problem that I
Could someone please tell me the URI for the calendar alerts? I have
found the URI for the calendars in the sources but the alerts are
stored in another table and I can't find the URI for the content in
this table because it is stored in a class which is not available. It
would be nice if some Goo
Could someone tell me what URI I have to use in order to get access to
the default sounds which you can choose for example in the messaging
notifications.
Thank you very much.
Regards
--~--~-~--~~~---~--~~
You received this message because you are subscribed to th
Hello.
At the moment I'm using the following layout.
http://paste.pocoo.org/show/101642/
Module one and two get added in code. Now I'd like to have a 10px
spacing between the two modules. I have tried to set
"layout_topMargin" to the parent LinearLayout but it doesn't work. In
addition I have t
t;7dp" android:bottom="7dp" />
>
>
>
> The padding is optional, but you just might need it.
>
> ... and then set the layout's background:
>
> android:background="@drawable/my_border"
> ...
>
> Cheers,
> James
>
>
Hello.
I'm not very experienced in Java. Is there an easy possibility to get
a border and round edges around a LinearLayout? (perhaps with XML
parameters)
Or do I have to draw my own widgets.
Thank you for your help.
Regards.
--~--~-~--~~~---~--~~
You received t
Is there a possibility to refer to a string ressource in the
arrays.xml?
I have tried:
@strings/call
which I would normally do in a layout file. But it failed. Could
someonte tell me the right way to do that.
Regards
--~--~-~--~~~---~--~~
You r
Ok it had been the Bluetooth Receiver. Thank you for your answer.
On 14 Jan., 20:03, moazzamk wrote:
> Do you have any other type of receiver registered? Something without
> an intent-filter?
>
> - Moazzamhttp://moazzam-khan.com/
>
> On Jan 14, 11:30 am, code_android_festi
ed now. What could result in a automatic start of
my application? (with no Broadcast receiver registered)
I'm really really looking forward reading your messages because this
all doesn't make any sense to me.
On 14 Jan., 16:19, code_android_festival_way
wrote:
> Hello.
>
> I a
Hello.
I am talking about an application which works with a background
service. To start that background service I have registered a
Broadcast Receiver which waits for the boot completed action. When the
receiver is called I am directly starting up the background service.
To sum up:
MyBroadcas
One last try if someone could tell me how to toggle the sync
settings. :-)
On 13 Jan., 10:40, code_android_festival_way
wrote:
> Something new on that topic?
>
> On 11 Jan., 09:11, code_android_festival_way
>
> wrote:
> > Hello.
>
> > I have seen several applicat
Something new on that topic?
On 11 Jan., 09:11, code_android_festival_way
wrote:
> Hello.
>
> I have seen several applications in the market that enable you to
> toggle yoursyncsettings. (for example ToggleSettings) How is this
> done? I have found the permissions to
re maybe a problem.
>
> Waiting for you feedback.
>
> thanks
> --wxc200
>
> 自由之精神,独立之人格
>
> Zsa Zsa Gabor - "I'm a great housekeeper. I get divorced. I keep the
> house."
>
> On Sun, Jan 11, 2009 at 9:24 PM, code_android_festival_way
Hello.
At the moment I'm trying to register/set two alarms that open up a
background service. Both alarms should open up the same service doing
something depending on the extras that come with the intent. (the
alarms have different startup and interval values)
Why can't I do that. I get only one
Hello.
I have seen several applications in the market that enable you to
toggle your sync settings. (for example ToggleSettings) How is this
done? I have found the permissions to read and write the sync settings
but I don't really know how to to that.
Could someone drop me an example how to chan
e screen goes off.
>
> On Thu, Dec 18, 2008 at 3:07 AM, code_android_festival_way <
>
>
>
> festival.s...@googlemail.com> wrote:
>
> > Hello.
>
> > I'm thinking about implementing an Alarm which starts up a little
> > CheckupService which checks if
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is th
Hello.
I'm thinking about implementing an Alarm which starts up a little
CheckupService which checks if another WorkService (on which I rely
on) is still available or not. This checkup consists of one sent
broadcast and sometimes restarting the WorkService. (perhaps a few ms
of work)
What is the
own private protocol, but most
> likely none of them do.
>
> On Tue, Dec 16, 2008 at 7:36 AM, code_android_festival_way <
>
> festival.s...@googlemail.com> wrote:
>
> > Hello!
>
> > Is it really not possible to start the preferences activity of the
> > default mess
Hello!
Is it really not possible to start the preferences activity of the
default messaging application? It would be ok as well to start the
messaging application at the conversation list. Is there no way to do
this?
Regards.
--~--~-~--~~~---~--~~
You received thi
Hello!
Is there really no possibility to react on incoming calls with the
help of a BroadcastReceiver? I can catch everything except incoming
calls. At the moment I have to rely on a non stop running server
listening for the telephone state with the PhoneStateListener which is
not really great be
Hello!
I got several feedback messages from users of my application that
after uninstalling it the application icon still appears in the
Android menu.
Could someone please help me finding the reason for that behaviour? Is
it something in the Manifest?
In addtition it would be interesting for me
gt;
> On 12/12/2008, code_android_festival_way wrote:
>
>
>
> > Hello.
>
> > Is it possible to track the CALL button with a BroadcastReceiver? I
> > have tried that but can't get it to work. So it would be interesting
> > if there is a possibility to track the pres
Hello.
Is it possible to track the CALL button with a BroadcastReceiver? I
have tried that but can't get it to work. So it would be interesting
if there is a possibility to track the pressing of the call button by
a service.
Looking forward reading your answer.
--~--~-~--~~--
This is the solution:
http://paste.pocoo.org/show/95079/
The key is the uri to the provider.
On 12 Dez., 17:27, code_android_festival_way
wrote:
> Hello I'm using the following setup to get notified for changes on the
> SMS provider:
>
> http://paste.pocoo.org/show/95066/
Hello I'm using the following setup to get notified for changes on the
SMS provider:
http://paste.pocoo.org/show/95066/
But I'm only getting notified (onChange gets called) when I have an
incoming SMS and get and unread count of 1. But when I read the
message the Observer doesn't get called and
Hello.
I'm using an ArrayAdapter for my Spinner in the following way:
http://paste.pocoo.org/show/95017/
This works pretty fine. But after adding an item and reinstalling the
application from Eclipse on the G1 I'm getting and an "Index Array Out
of Bounds Exception". To fix the problem I have t
pace, the service *is* killed outright, no onDestroy().
>
> JBQ
>
> On Thu, Dec 11, 2008 at 3:44 PM, Mark Murphy wrote:
>
> > code_android_festival_way wrote:
> >> Ok so all I can do is set some last Toast in the onDestroy message in
> >> order to notify the user
cesses that host services
> in order to make space for the visible activity.
>
> JBQ
>
> On Thu, Dec 11, 2008 at 3:21 PM, code_android_festival_way
>
> wrote:
>
> > At the moment I'm facing kind of a big problem. I am using a service
> > to listen with the
At the moment I'm facing kind of a big problem. I am using a service
to listen with the TelephonyManager for incoming calls in order to do
something according to the incoming call. To be able to do this I have
to rely on my running service. It is just sitting in the background
doing nothing. I kno
Thanks for your answer. This is true and I will keep that out of my
application now. Thanks for this advise.
Is there a possibility to catch new voicemail messages?
On 11 Dez., 13:44, Mark Murphy <[EMAIL PROTECTED]> wrote:
> code_android_festival_way wrote:
> > I just want to b
latter read through
> here:http://groups.google.com/group/android-developers/browse_thread/threa...
>
> On Dec 11, 10:41 am, code_android_festival_way
>
> <[EMAIL PROTECTED]> wrote:
> > What is the right way to catch incoming emails and sms? I don't want
> > to read them I ju
What is the right way to catch incoming emails and sms? I don't want
to read them I just want to be notified. (my service wants to get a
callback and get something done)
I tried to setup the BrodcastReceiver listening for
"ACTION_PROVIDER_CHANGED". But I can't get something in the onReceive
metho
What is the right way to disable callback methods (onChangeListener
etc) untill the UI is restored to the last status? While setting my UI
back to the last status (setting checkboxes etc) a lot of callback
methods get called that I don't want to be called. Since it is no
interaction from the user.
Hello I got the following XML style for my spinner:
http://paste.pocoo.org/show/94667/ (just a snippet)
In code I'm adding content to the spinner like this:
http://paste.pocoo.org/show/94668/ (just a snippet)
But this leads me to the following result:
http://img.skitch.com/20081210-g99wxamu3
Something new about this topic?
On 5 Dez., 01:01, code_android_festival_way
<[EMAIL PROTECTED]> wrote:
> Hello!
>
> At the moment I want to write a small application that gives me LED
> notifications when Imisseda call. (the system only provides me with
> notifications when
Ok I got the solution on my own.
You need to add:
notification.flags = Notification.FLAG_SHOW_LIGHTS;
to the method and it starts working.
Regards!
On 5 Dez., 11:37, code_android_festival_way
<[EMAIL PROTECTED]> wrote:
> Hello!
>
> I've tried to implement a LED notif
Hello!
I've tried to implement a LED notification in my little application
for testing but I can't get them working.
Here is the little snippet from my code:
private void setNotificationLED(int color){
Notification notification = new Notification();
notification.ledARGB = 0x
Hello!
At the moment I want to write a small application that gives me LED
notifications when I missed a call. (the system only provides me with
notifications when I get a SMS, email or voicemail messages)
Is there a broadcast that gets sent directly after the system missed a
call? This would ma
I've added it now to a playlist and restarted the emulator which leads
me to the same result. The songs inside the new playlist lost its meta
data again.
Regards!
On 12 Sep., 00:26, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> 008/9/9 code_android_festival_way <[EMAIL
");
>
> if you want the newly added files to appear in the Album, Artists sections
> of the Music app.
>
> 2008/9/8 code_android_festival_way <[EMAIL PROTECTED]>
>
>
>
> > I got a problem with the audio recording. I am able to record audio
> > an
for
content://media/external/audio/media/33
On 2 Sep., 22:35, code_android_festival_way
<[EMAIL PROTECTED]> wrote:
> Thank you very much for offering the sample code.
>
> On 2 Sep., 22:16, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
>
> > Please refer t
Thank you very much for offering the sample code.
On 2 Sep., 22:16, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> Please refer to the audio Recording sample code at the link below:
> http://groups.google.com/group/android-developers/files
>
> 2008/8/31 code_android_fe
rce.
>
> On Sep 1, 10:26 am, code_android_festival_way
>
> <[EMAIL PROTECTED]> wrote:
> > Is it possible to use GPL licensed icons in proprietary projects?
>
> > On 1 Sep., 10:09, Guillaume Perrot <[EMAIL PROTECTED]> wrote:
>
> > > Number of ic
Is it possible to use GPL licensed icons in proprietary projects?
On 1 Sep., 10:09, Guillaume Perrot <[EMAIL PROTECTED]> wrote:
> Number of icons (mostly under creative commons license) are hosted
> athttp://www.iconspedia.com/
>
> On Sep 1, 9:38 am, code_android_festiv
You can look at:
http://www.maxpower.ca/free-icons/2006/03/05/
At this page you will find a summary of icon sets including their
license.
You can find a lot of free icon sets in the internet but free doesn't
mean that you can use it in commercial projects. My experience was
that free high quali
t setting
> > MediaStore.Audio.Media.DISPLAY_NAME, which seems like its required.
> > Also, are you setting the ALBUM_ID and ARTIST_ID somehow or are they
> > encoded in the URI you're using?
>
> > Cheers,
> > Justin
> > Android Team @ Google
>
> &g
., 00:59, hackbod <[EMAIL PROTECTED]> wrote:
> On Aug 25, 2:43 pm, code_android_festival_way
>
> <[EMAIL PROTECTED]> wrote:
> > From that point on the application saves the last opened activity. So
> > this seems to be a bug caused by the installation through Eclipse
e" of the image
> in Pictures. I've posted source
> athttp://groups.google.com/group/android-developers/web/CameraApiTest.zip
> , which is an extension of code that Megha provided before.
>
> Cheers,
> Justin
> Android Team @ Google
>
> On Aug 24, 3:20 pm, code_and
Something new about this. Audio recording would be very important for
me.
Best regards!
On 25 Aug., 00:20, code_android_festival_way
<[EMAIL PROTECTED]> wrote:
> I've got two questions.
>
> 1)
> Is there a working example for recording audio with the MediaRecorder?
> A
Thank you for your quick response!
On 25 Aug., 22:28, "Megha Joshi" <[EMAIL PROTECTED]> wrote:
> This is a bug in the sdk , it will be fixed in a future release...
>
> 2008/8/24 code_android_festival_way <[EMAIL PROTECTED]>
>
>
>
> > Hello guys!
&
out what you are doing?
> > > Please note that this behaves correctly in other places, such as
> > > ApiDemos, so there must be something different than normal that you
> > > are doing.
>
> > > On Aug 25, 1:05 am, code_android_festival_way
>
> > > <
really actually do want everything it implies).
>
> The above referenced doc has information on these as well.
>
> On Aug 22, 6:05 am, code_android_festival_way
>
> <[EMAIL PROTECTED]> wrote:
> > I came across the parameter "alwaysRetainTaskState"
> &g
I've got two questions.
1)
Is there a working example for recording audio with the MediaRecorder?
At the moment I'm using the following setup but it doesnt work:
http://paste.pocoo.org/show/83242/
Error:
08-24 19:27:18.675: ERROR/Database(178): Error inserting title=Content
Creation No.5 date_
Hello guys!
I got a question regarding the picking of audio and video files with
the "ACTION_PICK" in the Media ContentProvider. It is working for
images but audio gets me a:
08-24 17:43:52.010: ERROR/AndroidRuntime(19692):
android.content.ActivityNotFoundException: No Activity found to handle
I
Well I've managed it to add representation of the Uri to a multipart
message. And here is the way I did it:
http://paste.pocoo.org/show/83196/
It is working quite fine.
Regards!
On 24 Aug., 15:46, code_android_festival_way
<[EMAIL PROTECTED]> wrote:
> I got another question
ion in
> AndroidManfest.xml. As soon as I have set it and __removed .android
> folder__ everything started working!
>
> On Aug 22, 10:16 pm, shotwave <[EMAIL PROTECTED]> wrote:
>
> > thank you, guys
>
> > On Aug 22, 3:01 am, code_android_festival_way
>
&
1 - 100 of 135 matches
Mail list logo