Re: long name package problem

2008-03-02 Thread Till Harbaum / Lists
You mean you want the package maintainers to work around a problem of the app manager instead of fixing the app manager? That imho doesn't make much sense ... Till Am Sonntag 02 März 2008 schrieb Zoran Kolic: Howdy! Last 2 weeks or so I have a problem to see updated files in graphical

Re: long name package problem

2008-03-02 Thread Marcin Juszkiewicz
Dnia Sunday 02 of March 2008, Till Harbaum / Lists napisał: You mean you want the package maintainers to work around a problem of the app manager instead of fixing the app manager? That imho doesn't make much sense ... This does not have sense indeed. But AppManager is closed aplication so

Re: long name package problem

2008-03-02 Thread Jussi Kukkonen
Marcin Juszkiewicz wrote: This does not have sense indeed. But AppManager is closed aplication so workarounds have more chances to be done then fixing. http://hildon-app-mgr.garage.maemo.org/ Jussi ___ maemo-developers mailing list

Re: long name package problem

2008-03-02 Thread Daniel Martin Yerga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 2 Mar 2008 14:18:39 +0100 Marcin Juszkiewicz [EMAIL PROTECTED] wrote: This does not have sense indeed. But AppManager is closed aplication so workarounds have more chances to be done then fixing. Perhaps, I am wrong, but [1] is not the

Hardware performance counters

2008-03-02 Thread Vinod Hegde
Hi Everyone, How do I access the hardware performance counters available in OMAP2420. what are the header files that contain the implementation. I tried lots to figure out but in vein. thanks for any help ___ maemo-developers mailing list

Re: long name package problem

2008-03-02 Thread Marcin Juszkiewicz
Dnia Sunday 02 of March 2008, Jussi Kukkonen napisał: Marcin Juszkiewicz wrote: This does not have sense indeed. But AppManager is closed aplication so workarounds have more chances to be done then fixing. http://hildon-app-mgr.garage.maemo.org/ O... I am suprised. I wonder what rules

fopen and placement of file in SDK

2008-03-02 Thread Tripti Gupta
Hello All... I have my app with some code like this: FILE *config; char portal_IP[MAXCH]; int portal_port; char inpstr[MAXCH]; config = fopen(/tmp/pconfig.in,r); if(config != NULL){ /*fscanf(config,%s,inpstr); fscanf(config,%s,portal_IP); fscanf(config,%s,inpstr);

Re: Hardware performance counters

2008-03-02 Thread Gustavo Sverzut Barbieri
On Sun, Mar 2, 2008 at 2:17 PM, Vinod Hegde [EMAIL PROTECTED] wrote: Hi Everyone, How do I access the hardware performance counters available in OMAP2420. what are the header files that contain the implementation. I tried lots to figure out but in vein. thanks for any help Use oprofile,

Re: Hardware performance counters

2008-03-02 Thread Siarhei Siamashka
On 3 March 2008, Gustavo Sverzut Barbieri wrote: On Sun, Mar 2, 2008 at 2:17 PM, Vinod Hegde [EMAIL PROTECTED] wrote: Hi Everyone, How do I access the hardware performance counters available in OMAP2420. what are the header files that contain the implementation. I tried lots to figure