PDA

View Full Version : Operator Settings Merger


Olipro
26th February 2007, 01:22 AM
Hi, yet another project of mine I intend to get underway;

I'm planning on creating a program you can plop in your ExtROM that when you hard reset will configure your GPRS/MMS settings for you by enabling you to select a country and Operator.

Right now I'm in the stage of coding something that actually works, so I'm farting around with registry settings etc, but before I bother to do this, is there anyone who would get any use out of it?

walshieau
26th February 2007, 01:30 AM
I am also looking at developing an app to do this.. im using Studio 2005 with .NET Compact 2.0... i was thinking amoung the lines of xml files with the appropriate operator & mms settings...

jasjamming
26th February 2007, 01:34 AM
sounds good,

Let's hope someone with the 3 Australia network + MMS settings can contribute. I havent come around to configure the above....

Cheers,

Olipro
26th February 2007, 01:37 AM
I am also looking at developing an app to do this.. im using Studio 2005 with .NET Compact 2.0... i was thinking amoung the lines of xml files with the appropriate operator & mms settings...

skip that, stick with 1.0, 2 is just going to cause massive headaches to be honest, especially as people are going to want to use this in their ExtROM on a fresh-boot.

and to be frank, there's not much that 2.0 can do that you can't get done with 1.0 in this instance :)

mousey_
26th February 2007, 01:38 AM
This Would Deffinatley Be Usefull. Especially If You Like To Update Your Device With The Latest ROMs.

Glad To See Your On Orange UK Olipro It Means I'll See The Benefit Right At The Start. Have You Got All The Orange Settings?

Cheers

walshieau
26th February 2007, 01:39 AM
skip that, stick with 1.0, 2 is just going to cause massive headaches to be honest, especially as people are going to want to use this in their ExtROM on a fresh-boot.

and to be frank, there's not much that 2.0 can do that you can't get done with 1.0 in this instance :)

haha ok.. will revert... its just xml calls and reg calls... but im looking at trying to figure out how the 'Network Wizard' app on the Dopod ROMS read's the operator from the SIM card... could be a Win32 call, still looking... ideas?

Olipro
26th February 2007, 01:41 AM
haha ok.. will revert... its just xml calls and reg calls... but im looking at trying to figure out how the 'Network Wizard' app on the Dopod ROMS read's the operator from the SIM card... could be a Win32 call, still looking... ideas?

could you attach the file? I could have at it with a disassembler :)

lpsi2000
26th February 2007, 01:58 AM
yes, I could use such program.

walshieau
26th February 2007, 02:04 AM
could you attach the file? I could have at it with a disassembler :)


done... i extracted it from the Dopod Australia 1.30 ROM

jasjamming
26th February 2007, 03:30 AM
done... i extracted it from the Dopod Australia 1.30 ROM

I tried to run the above on my jasjam to see if it could configure 3 australia settings for me. No luck, it doesnt execute on the jasjam.

walshieau
26th February 2007, 03:36 AM
I tried to run the above on my jasjam to see if it could configure 3 australia settings for me. No luck, it doesnt execute on the jasjam.

yeah it only runs on the Dopod Asia ROM, just trying to dissamble the exe to see if i can get around it...

jasjamming
26th February 2007, 03:45 AM
yeah it only runs on the Dopod Asia ROM, just trying to dissamble the exe to see if i can get around it...

sweet, the last time i programmed in C++ was when borland c for msdos was the best thing since sliced bread.