[android-developers] Re: caller id spoofing

2010-10-11 Thread gdonald


On Oct 8, 8:49 am, tanstaafa ehern...@gmail.com wrote:
 Greg,  You can spoof thecaller'snumber (referred to as the A-Number
 or ANI) if you make the call through a VoIP provider.  There is no way
 to spoof the ANI if calling with the SIM, because the ANI is attached
 to the SIM in the operator's switch.  Many apps currently do this by
 integrating their app with a SIP client such as PJSIP, and then
 connecting the call through a VoIP provider that supports CLI (caller
 lineID).  There are hundreds of VoIP providers out there that support
 CLI - we usewww.grnvoip.com.

Thanks for the reply.  Do you know of any example code showing this
functionality?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-22 Thread gdonald


On Dec 21, 9:29 pm, wusch jwu...@gmail.com wrote:
 Did you use the Max SDK setting on the AndroidManifest.xml?

I only have uses-sdk android:minSdkVersion=3 / in mine.


--
Greg Donald
http://destiney.com/

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Anyone using Greystripe for ads?

2009-12-03 Thread gdonald


On Dec 1, 9:36 am, Greg Donald gdon...@gmail.com wrote:
 Greystripeads makes my app not want to load and run, like it can't
 connect to their ad servers.  Eventually the app will run if I try a
 few times, but I never see anything besides test ads.

 I'm gonna wait a couple days and see if it improves, it's not looking
 good so far.

Some more info on Greystripe ads..

Aside from them not being very responsive to support requests, the
most serious problem they are having is they are unable to deliver
anywhere close to the number of ads my app is trying to show.  I had a
ton of new downloads yesterday, huge opportunities to show ads, and
they were only able to deliver 140 ads for the entire 24 hour period.
That 140 views got me two clicks, a whopping $0.37.  Sad.

Does anyone know who else is offering full-screen ads?  I already
applied to the Google Mobile Adsense Beta, haven't heard back yet.


--
Greg

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: App name/icon problems on Hero after reboot

2009-11-03 Thread gdonald


On Oct 29, 12:58 pm, Dianne Hackborn hack...@android.com wrote:
 If this is only happening on Hero, it needs to be reported to HTC, not as a
 generic platform bug.

I reported the issue to HTC and they said they couldn't reproduce it,
didn't ask me a firmware version or anything.  See their response
below.

So Diane is saying this is not a generic Android platform bug because
it's only on HTC Heros, and then HTC is denying the bug exists even
though many people in this very thread say they are experiencing it
and can reproduce it.

This really pisses me off.  Whose bug is this?  How is it ever going
to get fixed?  I guess I'm going back to Apple/iPhone development.  If
this is how open Android development works, I'm out.



Dear Greg Donald,

The HTC Customer Service Representative that has been handling your
message would like to know if your question has been successfully
answered. You can reply to or close your question by visiting:

http://ContactUs.htc.com/wFrmMailLogin.aspx

Ticket Number : [ 09USCW44ENA001067 ]

If you do not respond to or close your question within 15 days, it
will be closed automatically.

Sincerely,

HTC

We are unable to receive replies to this email account. Please visit
us at www.htc.com if you have any questions or need further
assistance.

New Response From [ Alvin (NA Team) ]
Greg,

Thank you for taking the time to contact HTC America Technical Support
via E-Mail with your inquiry about a reported bug on code.google.com.
My name is A.J. and I will be happy to assist you today.

First, let me apologize for the extreme delay in response to your
original inquiry. HTC has recently released a plethora of new devices
in several markets as well as software updates for several of our
current models. The response to these devices and OS updates has been
overwhelming but we are working diligently to provide the best support
possible for our customers. Thank you for your patience.

I have tested this on 2 of our Sprint HTC Heroes and one European
model. I was unable to replicate the issue on any of the device. HTC
does not offer any technical assistance for the Android Market or
applications downloaded from the market. I suggest you contact the
individual vendors for support or Google. I apologize for any
inconvenience this may cause you.

Greg, if you have any future questions about your device please feel
free to visit www.htc.com and send us another e-mail. You may also
enjoy www.htcwiki.com, our customer-based forum, which has a plethora
of information on HTC devices. I would also like to invite you to
participate in a customer satisfaction survey located at
http://survey.htc.com/worldwide/. I hope you have a great day!

HTC America Technical Support
A.J.
Customer Information
NameGreg Donald
Telephone   615-838-7503
Email Address   gdon...@gmail.com
Country United States
Inquiry Information
Inquiry TypeTechnical Support
Inquiry Description Please see the bug report here:
http://code.google.com/p/android/issues/detail?id=4419
Issue Date  Time
2009/11/04 02:38

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-29 Thread gdonald



On Oct 28, 6:51 pm, Arron La arron...@gmail.com wrote:
 My application started having this problem after I updated the
 launcher activity with a different root package. Here's the sequence:

 1) Install application on the phone with [com.package] as the path to
 my launcher activity.
 2) Changed the path to be [com.package2] and updated the
 AndroidManifest.xml
 3) Now some Hero phones are encountering the the bug you have
 described above with the icon.  Somehow the old package path is being
 cached and you will get an exception when rebooting the phone

My path has been the same since I started building my app.

Other apps on my phone are having the same problem now.  Google Sky is
now broken after this morning's update for example.

Reinstall fixes the broken apps, and then a reboot breaks them again.

Anyone know of a workaround yet?

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-28 Thread gdonald



On Oct 26, 10:13 pm, Robert Green rbgrn@gmail.com wrote:
 Uninstall, reboot, install - Works correctly, reboot - breaks

Yeah, that's it exactly.

Got my app all ready to go, all polished and ready to sell, but I
can't go forward until this issue is resolved.

Anyone know a work-around?  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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: App name/icon problems on Hero after reboot

2009-10-28 Thread gdonald



On Oct 27, 9:35 am, Mark Murphy mmur...@commonsware.com wrote:
 1. Is this test phone a Sprint Hero (US), or a different Hero?

Mine is a US Hero.

 2. What firmware are you running? The build number on my devices is:

 1.22.651.1 146733 CL62456 release-keys

Mine has: 1.29.651.1 CL69164 release-keys

 3. Is the app that is giving you this behavior available for me to test to
 see if I get the same behavior?

I'm waiting until I get this issue worked out before placing it in the
marketplace.  First impressions, etc.


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---