PDA

View Full Version : GPRS registry entries in .inf file


rscerr
2nd April 2005, 10:09 PM
Hi,
i'm trying to create GPRS entries in the registry my inserting the relevant keys in the .inf file. I managed to find out all the keys (i think...) to create the connection, however i am having problems with the password key.

What i did, i created the connection manually and analysed the registry on my Imate. I then exported the entries and copied and pasted in the .inf file. When i install the cab file and look under My ISP connections, the entry is there, but when i try to connect its not working. However it works if i re-enter the password manually. Is there some sort of encryption on the binary data ? I know that there are other ways to do this (via code), but i would like to stick to the .inf file.

this is a sample of what i'm including in the .inf file -

[size=9]HKCU,Comm\RasBook\voda1,Password,0x00000001, 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,08,\
00,00,00,52,00,41,00,53,00,00,00,01,68,00,00,10,00 ,00,00,10,00,00,00,7d,be,\
74,93,53,3b,03,6d,12,ac,b2,d6,d1,99,e8,8f,00,00,00 ,00,04,80,00,00,10,00,00,\
00,10,00,00,00,a5,67,86,a1,0f,30,07,da,54,33,be,2f ,7b,84,5c,a8,12,00,00,00,\
6d,a1,3b,01,b0,cc,1f,ba,cd,67,90,26,fa,73,0f,64,ec ,e1,14,00,00,00,46,a1,2c,\
94,c9,35,db,5f,9a,e1,de,95,18,c6,45,f7,4c,d9,fd,a0

HKCU,Comm\RasBook\voda1,Domain,0x00000000

HKCU,Comm\RasBook\voda1,User,0x00000000,internet

HKCU,Comm\RasBook\voda1,DevCfg,0x00000001,b4,01,00 ,00,b4,01,00,00,b4,01,00,00,01,00,00,00,0f,00,00,0 0,01,00,00,00,02,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,01,00,00,00,02,00,00,00,02,00,00,00,69,00,6e,00 ,74,00,65,00,72,00,6e,00,\
65,00,74,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,01,00,00,00,01,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00

Your help is much appreciated.
rscerr