Re: developing for samsung SPH-A900
Stephen Wood <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
On 1/31/06, Aaron Solochek <[email protected]> wrote: > > ... > > I actually had already tried that -- the phone doesn't seem to > understand most commands. Aside from the hayes-compatible stuff, I > could only find 3 commands that it understood, at#pmode, at#pclnk (which > is set to 0, and cannot be set to 1), and at#pcout (which is set to 1, > and cannot be set to 0). None of the other at# commands work. Bummer. > > I think I should probably run a script that spams the phone with at > commands and records the valid ones, unless someone knows a better way > of finding the commandset this phone uses. Search the source code sendatcommand to see how it is used. You could call sendatcommand in a loop over whatever commands you want. Put in in in your getfundamentals and then try getting the phonebook with protocol logging on. I would avoid commands that end in "W" as that is what most write commands end with on other Samsung phones. Stephen