Re: [android-developers] Physical address is required for paid apps or in-app purchases

2014-10-06 Thread Jim Graham
On Fri, Sep 19, 2014 at 05:31:46PM -0400, Dallas Singletary wrote: > It has to be a PHYSICAL ADDRESS no PO BOXES I just now saw this thread (haven't been active here for a while) and updated my info. It specifically says a "current valid postal address". If I were to use my physical (home) addre

[android-developers] ADB - Service name too long

2014-10-06 Thread Martin Eliáš
Hello, when I execute the following command: adb shell su -c "am startservice -a test -n cz.martin.elias/.test -e var1 nomorethan1024chars'" I always see the message: "Service name too long" when there is more than 1024 characters. I would like to compile whole ADB binary for windows both (x8

[android-developers] ART doesn't entirely replace Dalvik?

2014-10-06 Thread bburd
I keep reading articles about ART replacing Dalvik but, as far as I can determine, the ART Runtime is replacing the Dalvik Runtime, but that Dalvik bytecode (namely dex files) are still being used in ART. It looks as if, at the Dalvik bytecode level, nothing has changed. (There's no such thing