2)
Not sure whether these docs have been discussed.
http://source.android.com/compatibility/index.html
Especially, the CTS and the CDD would be a good resource to put on AF.com
Cheers,
Friedger
2010/9/8 friedger <frie...@googlemail.com>:
On 08/09/2010 20:49, friedger wrote:
> Hi,
>
> Do you have/have planned a build script for a library that can be used
> in external plugins? Is such a lib necessary?
> (I just copied a plugin to a new project to see how external plugins
> work and wondered whether a lib would help)
>
By build script do you mean a script that would generate a skeleton for
an external plugin, e.g. copy the aidl files, etc.?
> Is the device ID necessary? This could be a privacy issue for users...
> If not needed I would leave it out. If an identifier is needed then I
> would suggest to use some kind of hash of the ID.
>
We are definitely concerned about privacy, so we use MD5 hash of the
device ID when generating the metadata part of the report (cf.
DeviceReports). Have you seen any place in the code where a real device
ID is being sent?
Thanks,
Sinisha
> Friedger
>
--
Sinisha Djukic
> We are definitely concerned about privacy, so we use MD5 hash of the
> device ID when generating the metadata part of the report (cf.
> DeviceReports). Have you seen any place in the code where a real device
> ID is being sent?
Ok, thanks for the clarification. Maybe the node name should be
changed to device hash, to make it more obvious.
Cheers
Friedger
A wizard is definitely the preferred option :) Will put it in the
tracker for someone to pick up
>
>> We are definitely concerned about privacy, so we use MD5 hash of the
>> device ID when generating the metadata part of the report (cf.
>> DeviceReports). Have you seen any place in the code where a real device
>> ID is being sent?
>>
> Ok, thanks for the clarification. Maybe the node name should be
> changed to device hash, to make it more obvious.
>
Yes, perhaps its safer
> Cheers
> Friedger
>
Very good, thanks for the contribution!
> 2)
> Not sure whether these docs have been discussed.
> http://source.android.com/compatibility/index.html
> Especially, the CTS and the CDD would be a good resource to put on AF.com
>
Not yet, but we should definitely think about it. Perhaps if we could
use the Analyzer to pull the test APKs from a remote site, executing and
including the results in the report? Will have to take a look at their
test harness on the PC side
kr,
Sinisha
> Cheers,
> Friedger
>
> 2010/9/8 friedger <frie...@googlemail.com>:
>
>> Hi,
>>
>> Do you have/have planned a build script for a library that can be used
>> in external plugins? Is such a lib necessary?
>> (I just copied a plugin to a new project to see how external plugins
>> work and wondered whether a lib would help)
>>
>> Is the device ID necessary? This could be a privacy issue for users...
>> If not needed I would leave it out. If an identifier is needed then I
>> would suggest to use some kind of hash of the ID.
>>
>> Friedger
>>
--
Sinisha Djukic