When I use wlan access point after restore phone seettings, the RunL() iStatus.Int() is KErrLocked(-22).
Does anybady know the reason?
When I use wlan access point after restore phone seettings, the RunL() iStatus.Int() is KErrLocked(-22).
Does anybady know the reason?
平常心!平常心!
Please provide more information as your problem is not clear.
restore phone settings---open my application--connect net--choice a wlan access point--the iStatus.Int() will be KErrLocked(-22).
If using device own web browser after restore phone settings, the browser will create a wlan access point first and then connecting with the access point. After connected with the browser once, i delete the access point that is created by the browser and then connect net in my application, my application will work well, and it also create a wlan access point frist and then use it to connect. My application will work well except restoring phone settings, so my question is what happens after useing the browser once.What can i do in my application to let it working well after restoring phone settings?
平常心!平常心!
Make sure that access point creates successfully. Use on-device debugging or write log files for finding where the problem is.