From: Stephen W. <bi...@gm...> - 2008-05-09 19:33:45
|
On Fri, May 9, 2008 at 3:38 AM, Allan Slawik <gia...@ho...> wrote: > The profile I created for the Samsung SPH-A640 was created by merging the > phonebook functions from the a460 with the ringtone, image etc. functions > from the Samsung a620. My knowledge of both python and this project is > limited, so you might want to have someone with more experience with the > project look over the code. I'm unfamiliar with how the p_phonename.p and > p_phonename.py works. I've included the p_phonename.py file which, according > to the code should be generated automatically, but I couldn't find how to do > this from the source file. >... We often make some changes in submitted code to make it fit our style, so I'll ask you to update your subversion copy to make sure what gets checked in still works. protogen.py is used to generate the p_XXX.py files. If using linux, from the phones directory you would type "python ../protgen.py" or "python ../protogen.py p_XXX.p" depending if you want to build all the p_ files or just the one you are interested. You can probably do the same from windows, maybe just changing the slash to a backslash. Thanks, Stephen |