[android-developers] Playing m3u8 videos (http live streaming) on Android - using Vitamio ?

2012-11-14 Thread TAKEphONE
Hi all, I have an app that is supposed to display a video file streamed over WiFi. The server prepares the video in m3u8 format. Searched the web, and found a library called vitamio, so used it. It allows me to see the video (and hear audio), and display with it the usual progress slider, plus

[android-developers] Focus rect in home widgets (aka launcher widgets)

2010-06-03 Thread TAKEphONE
Hi all, I have a home widget with 4x2 ImageButton controls in it. All works great besides one thing - when I use the dpad to navigate to the widget, it seems to be working, but there is no focus rectangle drawn around the ImageButton that seems to have the focus. If I press the center dpad

[android-developers] Can't sign my apk after updating sdk 2.2 (and the adt plugin)

2010-06-01 Thread TAKEphONE
Hi all, I am working on Eclipse on a Mac. Everything was ok, until I updated the SDK version (and ADT plugin) to the sdk 2.2. Now all works ok, even Export unsigned apk. BUT - when I select Export signed pk from the menu - I get no response - no dialog, nothing. Anyone else encountered this ?

[android-developers] Re: Problem in Exporting Signed Application Package

2010-05-25 Thread TAKEphONE
Same here ! On May 25, 4:40 pm, Marc Lester Tan mail...@gmail.com wrote: Hi all, I've just upgraded my SDK to 2.2 and now when trying to export signed application in Eclipse, I am getting the following exception: *Message:* Unhandled event loop exception *Exception Stack Trace:*

[android-developers] Re: Getting contact photos from Facebook only contacts

2010-05-12 Thread TAKEphONE
Hi, Facing the same problem. What do you see in the debug log ? On Apr 14, 9:57 pm, RogerL floyd...@gmail.com wrote: The standard way of getting contact photos/uris from ContactsContracts.Contacts.CONTENT_URI does not work for any photo that is not of GOOGLE descent! meaning, if the contact

[android-developers] Can I update an apk over the air programatically ?

2010-01-19 Thread TAKEphONE
Hi, I have an application I wrote for Android (lat's call it MyMainApp). My contractor wants me to write another utility (service) to periodically check his website for newer versions of MyMainApp, and if there is one - download it and install. I know this is handled by the Market app, but my

[android-developers] Alternatives to using 'createScaledBitmap' when adding 3D

2009-12-04 Thread TAKEphONE
Hi, I have a problem - I am writing an application that displays up to 12 images on screen, and moves them around, plus reads touch events. I am using a sample code I found, and it works great. Now I need adding 3D - meaning emulating the objects moving in the Z axis, too (in/out of screen). To

[android-developers] Re: Alternatives to using 'createScaledBitmap' when adding 3D

2009-12-04 Thread TAKEphONE
, Canvas.drawBitmap(Bitmap, Rect source, Rect destination, Paint)). On Fri, Dec 4, 2009 at 8:20 AM, TAKEphONE shimo...@gmail.com wrote: Hi, I have a problem - I am writing an application that displays up to 12 images on screen, and moves them around, plus reads touch events. I am using a sample code

[android-developers] Moving image with changing size and transparency

2009-11-11 Thread TAKEphONE
Hi, I am writing an application that needs to move an image across the screen while changing it's size and transparency. Two problems here: - resizing the image using Bitmap.createScaledBitmap causes the image to look jiggly as it moves (cause the resizing changes positions of lines within the

[android-developers] Looping through contacts with reading each contact default phone

2009-10-06 Thread TAKEphONE
Hi all, I am trying to search a list with contacts with the default phone number for each. My problem is looping through all contacts and querying the default number for each make it REAL slow. I know I am missing something, since the built-in dialer app does it super fast... Any clues ? TIA

[android-developers] Semi trasparent buttons over a wallpaper

2009-07-20 Thread TAKEphONE
Hi all, I am not sure of the technical terms for this, so I could not find answers. I want my app to have a screen (layout) with several buttons. I want the buttons to appear above a wallpaper (the system selected wallpaper - the one the user selects to show in the HOME application). And - I

[android-developers] Building Cupcake on Mac deploying on my ADP1

2009-05-20 Thread TAKEphONE
Hi all, I am trying to setup my Mac OSX (Mac Mini) to build and deploy the Cupcake source code and deploy the built images on my ADP1 device. I must admit - I am no Linux guy, so a bit slow on understanding the various instructions. My problem - I was somehow able to get the sources down to my

[android-developers] Re: Changing the outgoing call number

2009-04-14 Thread TAKEphONE
in the call log. That is why i need to find out how to change the call log to fix the number that gets recorded. I would love to change the number shown to the user as well but i am not sure if that is possible. Chris On Apr 12, 7:29 pm, TAKEphONE shimo...@gmail.com wrote: Hi, Can you

[android-developers] Re: Changing the outgoing call number

2009-04-12 Thread TAKEphONE
Hi, Can you post the code you're using to change the dialed number ? When you change it - what do you see in the current call screen ? On Apr 12, 8:49 am, Seer gilligan.ch...@gmail.com wrote: well i can change the outgoing number now but i still have not worked out a way to update the call

[android-developers] Re: Android Telephony

2009-04-01 Thread TAKEphONE
Hi, Is there a way to read the transmitter signal strength ? TIA --~--~-~--~~~---~--~~ 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

[android-developers] Reading transmitter signal strength

2009-04-01 Thread TAKEphONE
Hi all, Is there a way to read the cellular radio transmitter signal strength ? (TxPower or something similar). TIA --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: App Idea: Very interesting, unique, and information efficient text-entry method -- (no keyboard(not even on screen KB))

2009-03-30 Thread TAKEphONE
Hi, Is there a free module for implementing T9 ? (or at least the required database) TIA Shimon On Mar 28, 7:46 pm, TjerkW tje...@gmail.com wrote: I used dasher before, but it was not easy to input text. I prefer just buttons. My collegues and i thought of a new way of text input: not a

[android-developers] Some questions about modding stuff in the source code

2009-03-15 Thread TAKEphONE
Hi all, I am not sure if this goes into the 'platform' or 'developers' forum, so I am posting in both. Forgive me for this, please... I am about to take on a project requiring adding some stuff into the OS itself (adding support for additional hardware features on a new Android based device). I

[android-developers] Why different behaviour when exiting app using BACK and HOME ?

2009-03-05 Thread TAKEphONE
Hi all, I know this probably was discussed here before, but I can only find bits of info. Say a user runs my app from the HOME screen. The app has 3 tabs. Say he/she selectes a different tab, so he/she is in a different screen (same task). Now - if the user presses BACK - the device returns to

[android-developers] Re: Why different behaviour when exiting app using BACK and HOME ?

2009-03-05 Thread TAKEphONE
can override that. The behavior of the home key is to switch to the home application, but your activity doesn't exit. JBQ On Thu, Mar 5, 2009 at 3:03 AM, TAKEphONE shimo...@gmail.com wrote: Hi all, I know this probably was discussed here before, but I can only find bits of info

[android-developers] Re: Why different behaviour when exiting app using BACK and HOME ?

2009-03-05 Thread TAKEphONE
whatever you want. JBQ On Thu, Mar 5, 2009 at 1:08 PM, TAKEphONE shimo...@gmail.com wrote: Hi again. Do you mean I can override finish() ? What do I do there ? - if I just do not call super.finish(), the BACK pressing does nothing. But - wouldnt that cause problems elsewhere (other

[android-developers] Re: Why different behaviour when exiting app using BACK and HOME ?

2009-03-05 Thread TAKEphONE
Thanks ! On Mar 6, 12:13 am, Marco Nelissen marc...@android.com wrote: Activity.onKeyDown() On Thu, Mar 5, 2009 at 2:11 PM, TAKEphONE shimo...@gmail.com wrote: Hi, Sorry to be a nag, but how do you mean I capture the BACK key ? Is it by overriding the finish() method

[android-developers] Using a custom gallery

2009-03-03 Thread TAKEphONE
Hi, I am using an adapter to customize a gallery view. Within the adapter I use getView to show the gallery items the way I want (with frames and rounded corners). Works fine, except one thing and I cant find how to do it - I cant find a way to draw the 'focused' and 'pressed' state. So my

[android-developers] Efficient contact search

2009-03-01 Thread TAKEphONE
Hi, I am trying to search/filter contacts by their organization field/s. Problem is this is WAY to slow - only way I could figure out to do this is querying through all contacts, then locating the ones with organizations (primary_organization id not zero), then querying PER CONTACT the

[android-developers] Re: anyway to return to original activity after call ends?

2009-03-01 Thread TAKEphONE
Hi, Been trying to do the same myself. Could not find a way besides adding the intent-filter action android:name=android.intent.action.VIEW / category android:name=android.intent.category.DEFAULT / data

[android-developers] Re: Replace dialer application by installing another dialer app

2009-02-22 Thread TAKEphONE
Hi, Thanks so much for your reply. Where can I post a request for an intent to turn off the built-in Missed call/s notification icon ? My app - aTAKEphONE - does replace the Contacts application - I have it accesible both as an icon in launcher, and hooked to the CALL button. I also have it