So what should be used for the new licensing service on this device? Any ideas?
--
Kostya Vasilyev -- http://kmansoft.wordpress.com
15.08.2010 23:20 пользователь "Seni Sangrujee" <sang...@gmail.com> написал:
--
You received this message because you are subscribed to the Google
Groups "Android Developers" ...
I don't think Verizon has much to do with it. Also, bear in mind that
CTS-type tests are unlikely to uncover this sort of problem, since
they only test one device at a time, AFAIK.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy
_The Busy Coder's Guide to Android Development_ Version 3.1 Available!
Just to clarify, by "this problem" you mean having the same ANDROID_ID
as others of its model, or having this one magic ANDROID_ID?
If the latter...do you distribute your app outside of the Android Market?
> Looks like this problem is wider than just Motorola, although it could
> be the other devices are custom ROM's.
Custom ROMs would be one possibility -- the ROM mixer might have
grabbed the ANDROID_ID value out of the emulator.
The reason I asked about distribution is that I seem to recall that
ANDROID_ID is somehow tied into Google accounts and the Android
Market. I'm wondering if this magic ANDROID_ID is the new default
value. If so, devices that are not set up with the Android Market
(e.g., emulator) might return this value. That wouldn't explain the
DROID2 -- if 100% of DROID2's aren't getting the Market, that'd be
*huge* -- but it might explain some of your other ones.
The docs say that getDeviceId is the IMEI for GSM or its equivalent for
CDMA devices.
Glad it works for you, but I have two issues with this:
1 - It requires a special permission, for no good reason from users'
point of view (unless the app already needs this).
2 - There might be devices that don't return the IMEI correctly, just
like the DROID 2 doesn't generate the ANDROID_ID correctly.
Note that using the right IMEI value in the low-level cellular radio
code (so phone calls work) and returning it all the way to application
layer are two different things, at least it would seem that way.
-- Kostya
18.08.2010 19:39, Nathan пишет:
--
Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com
IMEI is assigned to every phone before it leaves the factory, and
doesn't change during its lifetime. It's often printed on the box.
ANDROID_ID is generated by Android, and can change (e.g. when settings
are reset).
If it works for you, it's great, but I would like to see a solution
that's not tied to the telephony stack. There are devices without a
phone radio at all.
-- Kostya
18.08.2010 19:49, Nathan пишет:
Or do they?
-- Kostya
18.08.2010 21:02, Sarwar Erfan пишет:
>
> On Aug 18, 10:25 pm, Kostya Vasilyev<kmans...@gmail.com> wrote:
>> IMEI is assigned to every phone before it leaves the factory, and
>> doesn't change during its lifetime. It's often printed on the box.
> Offtopic: We have thousands of "non-brand" phones with EXACT SAME IMEI
> in our market --- all are imported from a single country.
> The phones are cheap :)
>
> Regards
> Sarwar Erfan
>
>
>
>>
>> -- Kostya
It's my understanding this company doesn't make Android based phones, and if they did, they won't be submitting them to Google for Android certification. So no Market and no LVL for these.
It *is* pretty amazing, though.
--
Kostya Vasilyev -- http://kmansoft.wordpress.com
19.08.2010 0:58 пользователь "Indicator Veritatis" <mej...@yahoo.com> написал:
I am amazed the local telecom regulators let them get away with such a
blatant violation of the spec, one that pollutes the market and
network! So amazed, I have to doubt: is it really the IMEI that is the
same on each unit? What do they think is going to happen when a
customer loses a phone and asks the carrier to disable it? They do
this by IMEI, not phone number.
On Aug 18, 10:02 am, Sarwar Erfan <erfanonl...@gmail.com> wrote:
> On Aug 18, 10:25 pm, Kostya Vasi...
So there is hope that this issue can be fixed before the release, correct?
--
Kostya Vasilyev -- http://kmansoft.wordpress.com
20.08.2010 0:54 пользователь "suzanne.alexandra" <suzanne....@motorola.com> написал:
I'm looking into this from Motorola - thanks to Mark for calling it to
my attention. (You can also post questions on Motorola devices at
developer.motorola.com.)
To confirm, the DROID 2 is not yet released.
- Suzanne
On Aug 18, 10:18 am, Kostya Vasilyev <kmans...@gmail.com> wrote:
> How do they connect to the...
--
You received this message because you are subscribed to the Google
Groups "Android Developers" g...
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-d...@googlegroups.com
To unsubscribe from this group, send email to
android-develop...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
How is the market licensing system affected by this?
-John Coryat
Trevor - perhaps testing for properly set ro.* should be added to CDD / CTS?
-- Kostya
20.08.2010 23:57, FrankG пишет:
Great to hear this. Thanks.
--
Kostya Vasilyev -- http://kmansoft.wordpress.com
21.08.2010 2:03 пользователь "suzanne.alexandra" <suzanne....@motorola.com> написал:
An update from my side as well. We've been working with Trevor and
Google, and our kernel engineering team is aware of what needs to
change.
- Suzanne
On Aug 20, 12:57 pm, FrankG <frankgru...@googlemail.com> wrote:
> Hi Trevor,
>
> This was my impre...