[android-developers] Taking OFF the Missed call/s notification

2009-02-19 Thread shimo...@gmail.com
Hi, I need to take off the missed calls notification issued by the built- in PHONE application. Since there is no setting in it to NOT display the notification, I have to do it in my code (unless I missed somthing... ?) I thought about launching the built-in call log (thus it will remove the

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

2009-02-19 Thread shimo...@gmail.com
Hi, Hope it's ok to barge in for a related questions, and a not-so- related one: 1. Dianne - when you say replace the entire contacts tab activity - do you mean I can write an app that will apear when the user taps the Contacts tab INSIDE the built-in Dialer application ? How ? 2. The

[android-developers] Re: Setup Merchant Account link now available

2009-02-16 Thread shimo...@gmail.com
I would believe Google are not that easy to trick - the UK address will probably be checked against the credit card billing address. Anyway - no point in registering a UK address/credit card for them to send my money to - how will I get it ? I tend to think Al's solution is the only current

[android-developers] Re: Idea for non-US/UK developers with paid apps (was Setup Merchant Account link now available)

2009-02-15 Thread shimo...@gmail.com
Hi, I would like to chime in on this. First - this is REALLY frustrating - by the time I can sign in and sellmy apps, the market may be filled with competitors. Now - I dont have any problem with competition - I LOVE competition, and am sure I can make the best app (otherwise I would not be in

[android-developers] Re: Idea for non-US/UK developers with paid apps (was Setup Merchant Account link now available)

2009-02-15 Thread shimo...@gmail.com
- this is REALLY frustrating - by the time I can sign in and sellmy apps, the market may be filled with competitors. and they let me start selling NOW, and accumulate my funds until they can transfer them to me. Amen. On Sun, Feb 15, 2009 at 11:18 AM, shimo...@gmail.com shimo

[android-developers] Re: Is the holiday_devphone build an official ADP1 image?

2009-02-10 Thread shimo...@gmail.com
Hi, Is there a link to instructions on how do I use this ZIP to update my ADP1 device ? TIA On Feb 10, 4:36 pm, Disconnect dc.disconn...@gmail.com wrote: Oh, and I just realized (too late, sorry) that we're seriously off topic here - this is better on android-discuss or maybe

[android-developers] Re: access to internal telephony

2009-02-09 Thread shimo...@gmail.com
with the '#', but when encoded, it works fine. With other symbols i didn't have any problems. And i remember that when '#' was the last char (even encoded), it was always stripped. On Feb 9, 9:25 am, shimo...@gmail.com shimo...@gmail.com wrote: Hi, Using a DEV phone, seems I can not make calls

[android-developers] Re: access to internal telephony

2009-02-08 Thread shimo...@gmail.com
Hi, Using a DEV phone, seems I can not make calls to numbers containing extra digits (i.e. pauses - either 'hard' or 'timed'). They are stripped. If I start the call from the built-in contacts app using the ACTION_VIEW intent and then tapping a phone field with, say - *151,#,1 it is dialed

[android-developers] Re: Android Developers Available For Hire?

2009-01-27 Thread shimo...@gmail.com
Hi, Would be delighted to discuss working on this. http://www.shsh.com Shimon On Jan 27, 3:03 pm, phandroid robjackso...@gmail.com wrote: My name is Rob Jackson and I run phandroid.com and AndroidForums.com. I've got a few simple applications I'm hoping to have developed that I want to

[android-developers] Re: Is it possible to replace or extend the dialer application ?

2009-01-13 Thread shimo...@gmail.com
at 2:12 PM, shimo...@gmail.com shimo...@gmail.comwrote: Hi, Did that, and it seems to work, but - Whenever the device is in the built-in dialer application, the intent is not fired when I press the CALL button, so I basically lose control over the button after every call (since

[android-developers] Re: Is it possible to replace or extend the dialer application ?

2009-01-13 Thread shimo...@gmail.com
On Jan 12, 9:17 pm, A T somecs...@gmail.com wrote: You'll notice that a different intent is fired when the calls ends. filter for it and make it default as well. (use the log of course). On Mon, Jan 12, 2009 at 2:12 PM, shimo...@gmail.com shimo...@gmail.comwrote: Hi, Did

[android-developers] Re: Is it possible to replace or extend the dialer application ?

2009-01-13 Thread shimo...@gmail.com
this. If anybody has a solution, please help. Thank you. On Tue, Jan 13, 2009 at 9:07 AM, shimo...@gmail.com shimo...@gmail.comwrote: Hi, One more issue - everything was working fine on my ADP1 device. I selected my app (TAKEphONE) to be the default handler for this, so every time I pressed the CALL

[android-developers] Re: Is it possible to replace or extend the dialer application ?

2009-01-12 Thread shimo...@gmail.com
believe you can already do that. On Sun, Jan 11, 2009 at 1:23 AM, shimo...@gmail.com shimo...@gmail.comwrote: Hi, How about an option to assign pressing the PHONE button to launch my app ? (when there are no pending incoming calls) TIA On Jan 10, 2:35 am, Dianne Hackborn hack

[android-developers] Re: Is it possible to replace or extend the dialer application ?

2009-01-12 Thread shimo...@gmail.com
On Jan 12, 2:43 pm, Aryeh Tasher atas...@gmail.com wrote: add the CALL_BUTTON intent filter with category DEFAULT On Mon, Jan 12, 2009 at 7:11 AM, shimo...@gmail.com shimo...@gmail.comwrote: Hi, What ?! I was told at these forums it can not be done for the PHONE button... How

[android-developers] Re: Is it possible to replace or extend the dialer application ?

2009-01-11 Thread shimo...@gmail.com
Hi, How about an option to assign pressing the PHONE button to launch my app ? (when there are no pending incoming calls) TIA On Jan 10, 2:35 am, Dianne Hackborn hack...@android.com wrote: It would be nice to have a way to replace the incoming call screen or other parts of the incoming call

[android-developers] Re: Deployment of native C library

2009-01-05 Thread shimo...@gmail.com
On Sun, Jan 4, 2009 at 12:45 PM, shimo...@gmail.com shimo...@gmail.comwrote: Hi, Did as you suggested from my Windows PC (using adb shell). The 'mount' command did not yield any error. But - saw no change in the \system attributes (using ls -l). And - when I try to do adb push MySans.ttf

[android-developers] Re: Deployment of native C library

2009-01-03 Thread shimo...@gmail.com
, then revert to read only. $su #mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system On Fri, Jan 2, 2009 at 12:31 AM, Margaret mawei...@gmail.com wrote: add sudo where you do mount . mawei...@gmail.com 13585201588 2009/1/2 shimo...@gmail.com shimo...@gmail.com: Hi

[android-developers] Re: Deployment of native C library

2009-01-01 Thread shimo...@gmail.com
Hi, Tried that on my Dev Phone, and got mount: operation not permitted Can you tell me why ? TIA On Nov 17 2008, 11:48 am, li chen freep...@gmail.com wrote: You can use adb shell to remount /system and try again: mount -o remount rw /system -freepine

[android-developers] Re: Deployment of native C library

2009-01-01 Thread shimo...@gmail.com
...@gmail.com wrote: Sounds as if you don't have root.  Did you issue a su command first? On Jan 1, 6:11 pm, shimo...@gmail.com shimo...@gmail.com wrote: Hi, Tried that on my Dev Phone, and got mount: operation not permitted Can you tell me why ? TIA On Nov 17 2008, 11:48 am, li chen freep

[android-developers] Android Dev Phone 1 - can I gain access to replace/add system fonts ?

2009-01-01 Thread shimo...@gmail.com
Hi, I bought the Android Dev Phone 1, to use it to develop apps, and port my existing Palm OS applications to the Android platform. Amongst other things, I thought I'd have access to it's internals - mainly to replace the system fonts with ones including Hebrew characters - so I can add Hebrew

[android-developers] Re: phoneStateListener

2008-12-11 Thread shimo...@gmail.com
Anyone ? On Nov 3, 12:32 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I think I got this straight. Now an other problem - I want to use the 'onCallStateChanged' function to launch my app screen when a call ends. How do I bring my app to the front ? TIA On Oct 9, 8:22 pm,

[android-developers] Re: start your application on camera button

2008-12-10 Thread shimo...@gmail.com
Hi, So are you saying it cant be done ? There is no way I make my app launch when the user presses the CALL button ? Only access to 3rd party is by tapping their icon on the screen ? Or can I pretent to be the built-in app ? TIA Shimon On Dec 3, 10:26 pm, Dianne Hackborn [EMAIL PROTECTED]

[android-developers] Re: Returning to my application after a call ends

2008-12-01 Thread shimo...@gmail.com
Hi, Can't I do something while in the CALL_STATE notification callback ? It's being called no matter what the user did and what app he/she is in right now. I was able to launch a 3rd application (the snake game) from within that callback, but not launch 'myself'. Thanks. On Dec 1, 3:35 am,