<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}
p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>Does anyone have a way to do this? This setting is stored in the device specific settings for the phone, so retrieving the entry in the device table isn't sufficient. There is also the advanceddeviceconfigparams table, but I can't figure out how to interract with it properly. <br></div><div><br></div><div>Usually I start out with something simple like:<br></div><div>select * from device where name='SEPDEADBEEF1234'</div><div><br></div><div>and then I can drill down, my next attempt was:<br></div><div>select * from advanceddeviceconfigparams where fkdevice='PKID-OF-MY-PHONE'<br></div><div><br></div><div>which returned nothing<br></div><div><br></div><div>then I went to my lab cluster and did:<br></div><div>select * from advanceddeviceconfigparams</div><div><br></div><div>and nothing came back.<br></div><div><br></div><div>I was expecting a list of UUIDs and settings to come back that I would then continue to step through until I got the data I needed. So I guess I don't know how device table interracts with advanceddeviceconfigparams. What am i missing here?<br></div><div><br></div><div>Any help is appreciated.</div><div><br></div><div id="sig91721560"><div class="signature">Thanks,<br></div><div class="signature">Nick<br></div></div><div><br></div></body></html>