This is true, I've observed that also try to make a calculation how from
the number of downloads and the price of APP. It won't match for any cost.
Their isn't any break-up billing structure in Google. Some part is goes for
tax. I request to have  a proper billing structure on selling APPs and
exact counts rather mentioning (300+) is it 303 or 399 ?

Seems huge amount of money is going to Google.!

IQram.


On Tue, Apr 23, 2013 at 8:47 AM, <[email protected]>wrote:

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/android-developers/topics
>
>    - Call Duration tracking <#13e35ac21515601c_group_thread_0> [1 Update]
>    - Deep sleep after 1 hour? <#13e35ac21515601c_group_thread_1> [10
>    Updates]
>    - how to do JUnit testing <#13e35ac21515601c_group_thread_2> [2
>    Updates]
>    - Maps api key v1? <#13e35ac21515601c_group_thread_3> [1 Update]
>    - Launch Mode : singleTop FAILS on first time app start of signed 
> build<#13e35ac21515601c_group_thread_4>[2 Updates]
>    - Google Stealing our Money <#13e35ac21515601c_group_thread_5> [1
>    Update]
>    - Looking for API to gain access to my 
> email<#13e35ac21515601c_group_thread_6>[1 Update]
>    - Check the Status of VPN <#13e35ac21515601c_group_thread_7> [1 Update]
>    - ornery EditText widgets <#13e35ac21515601c_group_thread_8> [2
>    Updates]
>    - Rotating an Android VideoView <#13e35ac21515601c_group_thread_9> [1
>    Update]
>    - Streetview Intent Format <#13e35ac21515601c_group_thread_10> [1
>    Update]
>    - Hello IMPORTANT! <#13e35ac21515601c_group_thread_11> [1 Update]
>
>   Call Duration 
> tracking<http://groups.google.com/group/android-developers/t/d6a19554c07e5207>
>
>    Asheesh Arya <[email protected]> Apr 23 11:21AM +0530
>
>
>    
> http://stackoverflow.com/questions/4422410/how-to-implement-a-contentobserver-for-call-logs
>
>
>
>    --
>    Thanks & Regards
>    ASHEESH ARYA
>    +919990503567
>
>
>
>   Deep sleep after 1 
> hour?<http://groups.google.com/group/android-developers/t/60992eae44c5b004>
>
>    paladin <[email protected]> Apr 22 02:00PM -0700
>
>    I have an app that is supposed to send a ping to a server every 30
>    seconds.
>    When the app goes to sleep, it's still supposed to do this, but I've
>    been
>    testing and it seems to stop sending any updates after 1 hour,
>    consistently. Is this a "deep sleep"? I have seen no documentation on
>    this.
>    Has anyone experienced this? Would anyone know how to keep it from
>    going
>    into deep sleep?
>
>
>
>
>    RichardC <[email protected]> Apr 22 02:38PM -0700
>
>    Are you holding any sort of Wake Lock? If so which one?
>
>    On Monday, April 22, 2013 10:00:32 PM UTC+1, paladin wrote:
>
>
>
>
>    Kristopher Micinski <[email protected]> Apr 22 05:39PM -0400
>
>    You, of course, that this is going to completely kill your user's
>    battery, right?
>
>    Kris
>
>
>
>
>
>    paladin <[email protected]> Apr 22 02:51PM -0700
>
>    PowerManager.PARTIAL_WAKE_LOCK
>
>    On Monday, April 22, 2013 5:38:06 PM UTC-4, RichardC wrote:
>
>
>
>
>    paladin <[email protected]> Apr 22 02:52PM -0700
>
>    Our users are aware of this.
>
>    On Monday, April 22, 2013 5:39:28 PM UTC-4, Kristopher Micinski wrote:
>
>
>
>
>    Kristopher Micinski <[email protected]> Apr 22 06:00PM -0400
>
>    Just speculation (which would sort of surprise me..), but is it
>    possible that the app is killed, the partial wake lock is given up,
>    and then you receive no more updates...?
>
>    Kris
>
>
>
>
>
>    paladin <[email protected]> Apr 22 03:20PM -0700
>
>    I don't think so. Why would the OS kill the app after 1 hour? Yes,
>    that
>    would explain things though.
>
>    On Monday, April 22, 2013 6:00:48 PM UTC-4, Kristopher Micinski wrote:
>
>
>
>
>    Kristopher Micinski <[email protected]> Apr 22 06:35PM -0400
>
>    That's why I view it as a long shot. But the reasons would be simply
>    enough that other apps come into the foreground and do some processing
>    that have higher priority (e.g., google talk, etc...).
>
>    Kris
>
>
>
>
>
>    paladin <[email protected]> Apr 22 09:26PM -0700
>
>    No, if anything is put in the foreground, everything wakes up, and the
>    problem does not exist. It's only when it's been asleep completely for
>    an
>    hour that is the problem.
>
>    On Monday, April 22, 2013 6:35:37 PM UTC-4, Kristopher Micinski wrote:
>
>
>
>
>    Kristopher Micinski <[email protected]> Apr 23 12:51AM -0400
>
>    This seems strange to me, but I have to admit that I haven't checked
>    the kernel implementation of wakelocks, so I'm not absolutely sure
>    what's going on here. It seems sensible enough to me that there might
>    be something that just forgoes partial wakelocks after some certain
>    amount of time: have you tried with a full wake lock? If you don't
>    get an answer in a while I can try to source dive the framework and
>    see what might be going on..
>
>    Kris
>
>
>
>
>   how to do JUnit 
> testing<http://groups.google.com/group/android-developers/t/2a300c57c67001d1>
>
>    Lew <[email protected]> Apr 22 06:19PM -0700
>
>    Sadhna Upadhyay wrote:
>
>    > can some one tell me that how to do JUnit testing in
>    > android.please help me if any one have any idea about it
>    > thank you very much in advance.
>
>    RTFM!
>
>    http://developer.android.com/tools/testing/index.html
>
>    --
>    Lew
>
>
>
>
>    abhijit <[email protected]> Apr 22 09:13PM -0700
>
>    Have you tried the worlds best search engine???i am sure you will
>    definitely get a answer from there its not that difficult..
>
>    On Monday, April 22, 2013 3:37:28 PM UTC+5:30, Sadhna Upadhyay wrote:
>
>
>
>   Maps api key 
> v1?<http://groups.google.com/group/android-developers/t/476770096c82dd34>
>
>    Indicator Veritatis <[email protected]> Apr 22 06:07PM -0700
>
>    In your message starting this thread, you say: "The context: I
>    finished an
>    app a few months ago. I want to release it now."
>
>    Well, it appears Google has, in its infinite wisdom, decided during
>    those
>    "few months" not to give anyone a v1 key. Of course, this is
>    inconsiderate
>    to developers, but Google is like that. Even in its worst days, Apple
>    had
>    better relations with independent developers.
>
>    But no doubt Google would ask, "well, what were you doing in those
>    'few
>    months' that you did not notice the need to update your app for the
>    new
>    API?" Android developers have to roll with the punches and live with
>    this
>    kind of abuse from Google, we cannot change it.
>
>    Complain if you have to to get it out of your system, but then move
>    on.
>    Either drop the app or rewrite it to use the new API.
>
>    On Monday, April 22, 2013 3:47:10 AM UTC-7, user123 wrote:
>
>
>
>   Launch Mode : singleTop FAILS on first time app start of signed 
> build<http://groups.google.com/group/android-developers/t/533726e325bd62b1>
>
>    Dritan <[email protected]> Apr 22 03:52PM -0700
>
>    Hello,
>
>    When I sideload my app to my phone via USB, the very first time it
>    runs, the main activity behaves as expected. Only 1 instance of main
>    can be launched, no matter what.
>
>    When I export my app as a signed app, then install the app OTA the
>    main activity behaves completely different ONLY the first time it
>    runs.
>
>    After installing the app, the main activity loads. I press the 'Home'
>    button, then relaunch the app from the icon and a new main activity is
>    loaded. I can keep on doing this for tens of hundreds of activity
>    instances.
>
>    Once I have closed all such lose instances and restart the app, then
>    the main activity returns the expected behavior as being a "singleTop"
>    instance.
>
>    I have removed all proguard-related lines and files from my app so
>    when I export as signed, doesn't try to obfuscate? (to my knowledge)
>
>    I do not understand why this is happening, is this a bug with Android
>    or am I doing something I have never heard of before? Does anyone have
>    a solution?
>
>    Thank you,
>    Dritan
>
>
>
>
>    Dritan <[email protected]> Apr 22 04:49PM -0700
>
>    I just noticed that even when I export the app with a debug key via
>    "ant debug" the app behaves the same way as OTA installation, which is
>    the incorrect behavior.
>
>    How come my app's main activity's "launchMode" stops behaving weirdly
>    AFTER it has run once? I don't have any code handling the activity
>    stack, I left it purely on Android's hands.
>
>    Any clues?
>
>    Thanks!!
>
>
>
>
>
>   Google Stealing our 
> Money<http://groups.google.com/group/android-developers/t/b93304e36c1c4fb5>
>
>    rh <[email protected]> Apr 22 04:32PM -0700
>
>    On Fri, 19 Apr 2013 05:58:36 -0700 (PDT)
>    > wish you the best luck and hope you don't end up in our situation.
>
>    > Cavazzoli M.
>    > MobileCo Studios.
>
>    I don't know much about google play but can you keep track of all
>    transactions that generate money for you? How do you know when
>    someone buys your app? If you can keep track of it and they can't
>    hide purchases from you then you can at least keep a paper trail
>    of the online trail. What you do then is up to you.
>
>    I heard from an author that amazon was hiding purchases of their
>    book and the author no longer sells their titles on amazon. This
>    author decided to sell on their own and never filed suit. I don't
>    know much about how amazon works if you're an author but
>    apparently it's possible to hide purchases from the author.
>
>
>
>   Looking for API to gain access to my 
> email<http://groups.google.com/group/android-developers/t/a57f99ba6690399e>
>
>    Kristopher Micinski <[email protected]> Apr 22 06:49PM -0400
>
>    I don't know of any app which provides extensible functionality.
>    Instead, you need to find some API which talks to your email via
>    network to handle this..
>
>    Kris
>
>
>
>
>   Check the Status of 
> VPN<http://groups.google.com/group/android-developers/t/3f1085cb68a8f382>
>
>    Robert Greenwalt <[email protected]> Apr 22 03:10PM -0700
>
>    I don't think there is an API for this.
>
>
>
>
>
>   ornery EditText 
> widgets<http://groups.google.com/group/android-developers/t/c2cc3aa303add165>
>
>    TreKing <[email protected]> Apr 22 03:30PM -0500
>
>
>    > The field still says "don't phone home" even though the
>    et.setText("phone
>    > home"); code ran again.
>
>    > Can someone help me understand this?
>
>    The EditText, like many built-in controls, saves and restores it's
>    state as
>    part of the configuration change. The same thing would happen with a
>    checkbox.
>
>    While you changed the text in onCreate, an Activity calls
>    onRestoreInstance
>    state *after* onCreate, at which point the EditText's previously saved
>    value is restored. This is a good thing as it prevents you from having
>    to
>    write save / restore code for everything in your UI.
>
>    Read the documentation on the activity life cycle for more details.
>
>
>    
> -------------------------------------------------------------------------------------------------
>    TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
>    transit tracking app for Android-powered devices
>
>
>
>
>    bob <[email protected]> Apr 22 01:52PM -0700
>
>    This *does* appear to be what's happening.
>
>    When I overrode onRestoreInstanceState with an empty method, it worked
>    as I
>    had originally surmised.
>
>    Thanks.
>
>
>    On Monday, April 22, 2013 3:30:31 PM UTC-5, TreKing wrote:
>
>
>
>   Rotating an Android 
> VideoView<http://groups.google.com/group/android-developers/t/175c877297f9cdaa>
>
>    bob <[email protected]> Apr 22 01:39PM -0700
>
>    It is possible to rotate a video, but it's difficult.
>
>    You would use a *TextureView*, and the *setTransform* method most
>    likely.
>
>    There's an example of a camera TextureView here:
>
>    http://developer.android.com/reference/android/view/TextureView.html
>
>    You basically need to change that to a movie.
>
>    Thanks.
>
>
>    On Wednesday, April 10, 2013 8:23:11 AM UTC-5, Rodrigo Bertet Ramos
>    wrote:
>
>
>
>   Streetview Intent 
> Format<http://groups.google.com/group/android-developers/t/d69b3645050b60eb>
>
>    Ankit Sharma <[email protected]> Apr 16 01:09AM -0700
>
>    hi,
>
>    this is in regard to the above code posted, i want to know does cbp
>    values
>    change with respect to the lat/lng or it remains same and how to i get
>    those values for particular lat/lng if it changes ?
>
>    On Monday, 12 October 2009 07:58:11 UTC+5:30, ian wrote:
>
>
>
>   Hello 
> IMPORTANT!<http://groups.google.com/group/android-developers/t/6458d4c794600abb>
>
>    Adrien Picard <[email protected]> Apr 16 09:04AM -0700
>
>    Hello, my name is Adrian Picard
>
>    I have been thinking about a great idea and would like to know if it
>    exists
>    or not and if it is possible to make with a programmer as Im not a
>    programmer
>    this is how it works:
>
>    Lets say my mom calls me, before i pick up the phone i have the option
>    to
>    choose the background noise i want, and then accept the call and she
>    can
>    hear some background noise like office noise or farm noise or street
>    noise
>    Is it possible to remove the current noise outside, and add the noise
>    you
>    want while talking?
>    Both receiver and caller can change the noise,
>    does it exist in Android or even apple?
>
>    this is a greg idea and I'm talking to a developer who says its
>    possible
>    and doesn't exist
>    but I'm scared he just wants the money
>    also how long does it take normally to create?
>
>    Example of App: Im supposed to be in traffic right, and instead I'm at
>    a
>    movie, well lets say my friend calls me, ill have the option to put
>    street
>    background noise while talking to friend... does that work ?
>
>    please give me a detailed answer and what you recommend and if it does
>    or
>    doesn't exist ?
>
>    But not an app where u here noises, be able to talk and change current
>    noise if you know what i mean
>
>    thank you so much Android
>
>    Adrian
>
>
>
>  You received this message because you are subscribed to the Google Group
> android-developers.
> You can post via email <[email protected]>.
> To unsubscribe from this group, 
> send<[email protected]>an empty message.
> For more options, 
> visit<http://groups.google.com/group/android-developers/topics>this group.
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to