Check out: http://www.digstud.se (Symbian) for downloading a new cdbv2.dat file.
/Patrik
Type: Posts; User: patstr; Keyword(s):
Check out: http://www.digstud.se (Symbian) for downloading a new cdbv2.dat file.
/Patrik
Yes I've gotten sockets to work, both in the emulator and on a real phone. I still have some problems with sudden KErrAbort.
I just checked you code briefly and all the examples I have seen are...
This issue is now resolved thanks to David Jacobson at Degel Software. Check another post in this group called:
Get RAS working with N7650 (download link inside message)
Or go to:...
See posts in Symbian Tools & SDKs and checkout http://www.digstud.se (Symbian)
/Patrik
Dear Developers,
I have now talked with the people at Degel Software Ltd about publishing their modified cdbv2.dat file and they agreed.
So, to get RAS working with the 0.9 SDK, please download...
Dear Sirs,
I can now confirm that the cdbv2.dat files you provide (both in the 0.9 SDK and the one you sent me afterwards) are broken.
I have now received a working file from a 3rd party...
When trying to get the N7650 -> RAS connection I checked out the RasConfigure program from Symbian. Download the application or just check out:
CCommsDatabase
CCommsDbTableView
Best Regards,...
Dear Nokia Software Developers,
I'm about to give up my efforts at using the N7650 as a development platform...
After weeks of trying to get the N7650 emulator to work with a RAS connection, I...
Still not working... But maybe one step ahead...
I have validated that the RRAS server works (using a Dial-Up connection over the COM port) and it logs in normally.
After removing the "Direct...
I guess the subject says it all. How???
Has anyone succeded in doing this?
If yes,
Are there any guides (working) to describe the process?
- I've already read the posts here
- Tried to...
In my Appwizard generated .pkg files the paths are absolute. Try to change the three files
FROM:
"BtPointToPoint.app"-"!:\system\apps\BtPointToPoint\BtPointToPoint.app"
TO (something like):...
I have a hard time grasping how to implement sockets using the CActive model. All examples are based upon it, and are really simple, and I can't seem to figure out how to use it for a...
I have dynamically created a CEikTextListBox in the xxxContainer::ConstructL() and I've added some strings to it and set the size.
The problem is that I can't change the active string in the list...