function gotNet(network){
console.log('networktype: ' + network.networkType);
callback(network.networkType);
}
tizen.systeminfo.getPropertyValue("NETWORK", gotNet, netError);
network.networkType is always 'NONE' in the tizen emulator. Is there any way to change the networktype of the emulator? I can browse websites, so it definitely is not NONE.