Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uploadDeviceConfig not effective? #70

Open
rob-X1 opened this issue Dec 18, 2014 · 1 comment
Open

uploadDeviceConfig not effective? #70

rob-X1 opened this issue Dec 18, 2014 · 1 comment

Comments

@rob-X1
Copy link

rob-X1 commented Dec 18, 2014

I am trying to register a Samsung device for downloading Samsung specific apps. The built DeviceConfiguration in the code is for an S3 CyanogenMod device and therefore misses the Samsung specific libraries and features.

I changed this configuration to match a real Galaxy S4 device, however calling "details" endpoint for an app (e.g. "com.sec.pcw") always fails because of missing feature "com.sec.feature.samsunglinkplatform" and the missing libraries "allshare", "com.sec.android.app.minimode" and "touchwiz" (all specified in the DeviceConfiguration).

I am sure that the modified DeviceConfiguration is included in the "login" call and in the "uploadDeviceConfig" call.
Does anybody had luck registering a Device with non-standard features and libraries and then downloading apps that require those values?

BTW: The proto generated Java file is a pain because it causes Eclipse to crash if you accidentally open it. Please add the following option to it:

option java_multiple_files = true;

@ghost
Copy link

ghost commented Sep 3, 2023

did you still need help with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant