Looking for some help with autoconf/automake/dpkg (and general feedback on my code)

2011-10-24 Thread Jonathan Wilson
I have uploaded my code and files to http://www.cncmods.net/files/operator-name-cbs-widget-0.1.zip I am looking for general feedback on this code and packaging but specifically I am having problems getting it to create, include in the .deb file and run the cbspatch binary I suspect also I nee

Package fdupes is missing in repository

2011-10-24 Thread Philip Lorenz
Hi, I am using cdbs-dh7 in my package which I am attempting to build using the autobuilder for Fremantle. However, it depends on fdupes which seems to have disappeared from the repository (it is still listed but there are no binaries available). Locally, I was able to work around this locally

Re: looking for info from Phone.SIM.get_service_provider_info, Phone.SIM.get_service_provider_name and getting the proper operator name

2011-10-24 Thread Jonathan Wilson
> My suggestion was to eavesdrop on what the plug-in is doing. You > could just eaves drop on the whole system bus and then grep of the > strings you are looking for. I have a few weeks worth of such logs > and I found one relevant reference: I already know what the plugin is doing, it uses some

Re: looking for info from Phone.SIM.get_service_provider_info, Phone.SIM.get_service_provider_name and getting the proper operator name

2011-10-24 Thread Neal H. Walfield
At Mon, 24 Oct 2011 14:49:42 +0800, Jonathan Wilson wrote: > > I am trying to find out how to get the proper operator name as displayed by > the home widget. > > I know about Phone.Net.operator_name_change and Phone.Net.get_operator_name > and the other Phone.Net calls but that returns the actu

Re: looking for info from Phone.SIM.get_service_provider_info, Phone.SIM.get_service_provider_name and getting the proper operator name

2011-10-24 Thread Jonathan Wilson
I run dbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_service_provider_name and get string "TPG" uint32 0 uint32 0 int32 0 I run dbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.SIM /com/nok

Re: looking for info from Phone.SIM.get_service_provider_info, Phone.SIM.get_service_provider_name and getting the proper operator name

2011-10-24 Thread Neal H. Walfield
At Mon, 24 Oct 2011 14:49:42 +0800, Jonathan Wilson wrote: > The stock operator widget uses calls to Phone.SIM.get_service_provider_info > and Phone.SIM.get_service_provider_name to get the correct service provider > but I cant find any info on what those dbus calls do or return. I guess you tri