Re: Kernel compilation

2013-01-22 Thread Pali Rohár
On Tuesday 22 January 2013 11:02:04 Sébastien NOBILI wrote:
 Hi,
 
 I recently got an old N770 tablet. It works correctly with
 OS2005 version of Maemo. I installed OS2008-HE, which is also
 working quite correctly (I have an issue with WiFi but I'll
 address it later).
 
 My plans with this machine is to upgrade it to a Debian distro
 (I'm quite comfortable with Debian). Before this can be
 achieved, I need to install a recent kernel on the N770. The
 current Debian stable kernel is 2.6.32.
 
 I installed a cross-compiling environment (scratchbox2) on my
 PC and compiled the 2.6.32 kernel for the N770. I have a
 zImage that I can flash on the device.
 
 I compiled my kernel with the following commands:
 sb2 make n770_defconfig
 sb2 make zImage
 sb2 make modules
 
 I've flashed the kernel, modified the initfs to include 2.6.32
 modules and tried to boot, but it fails. I have the Nokia
 splash screen for around 20 seconds, then the device halts.
 
 I enabled RD mode, expecting messages to be displayed on
 spash screen, but no message is printed. I guess the kernel
 is not even loaded.
 
 Is it possible to have a vanilla kernel working on such a
 device (I guess so) ?
 
 Are there any specific steps I should have run to have my
 kernel working (bootloader stuff, etc.) ?
 
 Did I miss something (I also guess so) and what ?
 
 Are there (for testing purpose) any ready-to-use recent kernel
 images for N770 ?
 
 Thanks.
 Sébastien

Hello,

Maemo systems needs its own patched kernel by Nokia. Prior N900 
device kernels contains some close source kernel drivers which 
working only on some specified kernel versions. So upstream 
kernels will propably not work with Maemo.

If you want to use another linux distribution you propably want 
to try use patched Nokia kernel which working. But if your 
distribution depends on some new version, then you have problem. 
Upstream kernels does not have proper support for Nokia devices. 
More drivers missing and other does not working correctly. Also 
there is no support for watchdogs (for 770/N8x0) in upstream 
kernels, so you get instant reboot after few seconds.

You can try to look at meego/mer/nemo team. They have some 
updated kernels for N8x0, so maybe you find something for 770 too.

Btw, for testing kernels, do not flash it into device, rather load 
it. Nokia flasher has option for it (-l) which load kernel+initfs 
images via usb and then run it without flashing. 0x flasher has 
this option too.

And do you really want to have Debian on Nokia 770? Maemo is 
Debian like distribution, so you have dpkg/apt-get on device and 
you can compile and install deb packages without problem.

-- 
Pali Rohár
pali.ro...@gmail.com


signature.asc
Description: This is a digitally signed message part.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Kernel compilation

2013-01-22 Thread Sébastien NOBILI
Thanks for your quick answer.

Le mardi 22 janvier 2013 à 11:40, Pali Rohár a écrit :
 Maemo systems needs its own patched kernel by Nokia. Prior N900 
 device kernels contains some close source kernel drivers which 
 working only on some specified kernel versions. So upstream 
 kernels will propably not work with Maemo.

Bad news…

 If you want to use another linux distribution you propably want 
 to try use patched Nokia kernel which working. But if your 
 distribution depends on some new version, then you have problem. 
 Upstream kernels does not have proper support for Nokia devices. 
 More drivers missing and other does not working correctly. Also 
 there is no support for watchdogs (for 770/N8x0) in upstream 
 kernels, so you get instant reboot after few seconds.

That's the problem I have. I installed a small Debian system in a directory and
tried to chroot to it, which failed because kernel (2.6.16 in 0S2006) is too
old.

 You can try to look at meego/mer/nemo team. They have some 
 updated kernels for N8x0, so maybe you find something for 770 too.

I had a look to MER project but quickly gave up because RPM-based. I'm
comfortable with Debian-based systems, but not that much with Red-Hat-based
ones.

I'll try to extract a kernel from one of these MER images and hope it works !

 Btw, for testing kernels, do not flash it into device, rather load 
 it. Nokia flasher has option for it (-l) which load kernel+initfs 
 images via usb and then run it without flashing. 0x flasher has 
 this option too.

Yes, that's the way I'm doing it, thanks for the advice.

 And do you really want to have Debian on Nokia 770? Maemo is 
 Debian like distribution, so you have dpkg/apt-get on device and 
 you can compile and install deb packages without problem.

Not that much, what I want is a free system (at least as free as it can be) with
security-related updates, which is no more possible with Maemo on n770.

I'll go deeper in MER project images and post feedback later to this list.

Thanks.
Sébastien
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problem with CSSU update

2013-01-13 Thread Andrew Flegg
On 14 Jan 2013, at 06:36, Kaj-Michael Lang mil...@tal.org wrote:

I'm trying to install the latest CSSU updates but it insist on requiring
me to install from a PC. It's never done that before. Disk space should
not be an issue, plenty of free space available on the device.


Have you checked http://wiki.maemo.org/Community_SSU/Installation_FAQ?

-- 
Andrew Flegg -- mailto:and...@bleb.org and...@bleb.org  |
http://www.bleb.org/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: kernel-power: QF9700 - new davicom modules for USB-Ethernet dongles lacking in kernel modules

2013-01-05 Thread Piotr Jawidzyk
Ps.

To save searching, here are qf9700 modules for linux and sources + as
(probably useless) addition, android copy of those:
http://lorienart.pl/qf9700.tar

AIUI, any version included in any devel distro is copy of those,
(linux, not android ones), just compiled for matching kernel.

/Estel

2013/1/6, Piotr Jawidzyk twilight...@gmail.com:
 Lately, new generation of Davicom's el-cheapo USB-Ethernet dongles
 flooded the market. They can be bought for as cheap as ~2$ per (new)
 piece, and unlike precedors, works quite reliably (no more MTU
 problems, it seems - at least they don't spazm out after ping -s
 1400).

 There is one problem, though - new chip means, that old dc9601 module
 (included in kernel-power) doesn't work anymore. Thankfully, Davicom,
 despite having irritating history, released sources for linux modules.
 It results in qf9700 module, required by current generation of
 dongles. AFAIK, module is working reliably and included in development
 distros - sadly, it's lacking in our kernel, even power- one.

 Pali/Freemangordon, would it be possible to include mainstream
 qf9700.ko module in next version of KP? Of course, version compiled
 against current -devel kernel, allowing real-life tests and reporting
 back would be appreciated, too. In such case, I'll gladly volunteer as
 guinea pig.

 Cheers,
 /Estel

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: information required to replace Maemo5 wlan bits

2012-12-01 Thread Pali Rohár
On Friday 20 July 2012 04:13:05 Jonathan Wilson wrote:
 /system/osso/connectivity/IAP/wlan_tx_power
 /system/osso/connectivity/IAP/%s/type
 /system/osso/connectivity/IAP/%s/wlan_security
 /system/osso/connectivity/IAP/%s/wlan_ssid
 /system/osso/connectivity/IAP/%s/wlan_wepdefkey
 /system/osso/connectivity/IAP/%s/wlan_wepkey1
 /system/osso/connectivity/IAP/%s/wlan_wepkey2
 /system/osso/connectivity/IAP/%s/wlan_wepkey3
 /system/osso/connectivity/IAP/%s/wlan_wepkey4
 /system/osso/connectivity/IAP/%s/nai
 /system/osso/connectivity/IAP/%s/temporary
 /system/osso/connectivity/IAP/%s/wlan_hidden
 /system/osso/connectivity/IAP/%s/EAP_wpa2_only_mode
 /system/osso/connectivity/IAP/%s/powersave_after_scan
 /system/osso/connectivity/IAP/%s/wlan_powersave
 /system/osso/connectivity/IAP/%s/wlan_adhoc_channel
 /system/osso/connectivity/IAP/%s/EAP_TLS_PEAP_client_certificat
 e_file
 /system/osso/connectivity/IAP/%s/EAP_default_type
 /system/osso/connectivity/IAP/%s/EAP_wpa_preshared_passphrase
 /system/osso/connectivity/IAP/%s/PEAP_tunneled_eap_type
 /system/osso/connectivity/IAP/%s/EAP_MSCHAPV2_username
 /system/osso/connectivity/IAP/%s/EAP_MSCHAPV2_password
 /system/osso/connectivity/IAP/%s/EAP_GTC_identity
 /system/osso/connectivity/IAP/%s/EAP_wpa_preshared_key
 /system/osso/connectivity/IAP/%s/EAP_SIMPLE_CONFIG_device_passw
 ord
 /system/osso/connectivity/IAP/%s/EAP_MSCHAPV2_password_prompt
 /system/osso/connectivity/IAP/%s/EAP_manual_username
 /system/osso/connectivity/IAP/%s/EAP_use_manual_username
 /system/osso/connectivity/IAP/%s/TLS_server_authenticates_clien
 t_policy_in_client


If you want to specify password for EAP_GTC_identity store it to:

/system/osso/connectivity/IAP/%s/EAP_GTC_passcode

--
Pali Rohár
pali.ro...@gmail.com

signature.asc
Description: This is a digitally signed message part.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: What's wrong with Extra-Asistant's autobuilder?

2012-11-21 Thread Pali Rohár
On Saturday 17 November 2012 12:06:24 Nguyễn Hồng Quân wrote:
 Hello,

 I want to upload my package to Extra-Asistant, build after
 clicking Move to builder button, nothing is done: my package
 is not pushed to queue and built.
 I repeated many times but no result.

 Any help?


Autobuilder on garage is not working... You need to wait until
some maemo admin fix it.

--
Pali Rohár
pali.ro...@gmail.com

signature.asc
Description: This is a digitally signed message part.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: UbiSlate 7C+ : is this the new Jolla Tablet and Mer/Nemo Tablet ?

2012-11-13 Thread Cláudio Sampaio
I think it is the 3 hours battery time. That in itself deservers a few
software patents, don't you think?


On Tue, Nov 13, 2012 at 5:32 AM, Harri Haataja realbla...@gmail.com wrote:

 On 12 November 2012 20:47, Randolph D. rdohm...@gmail.com wrote:
  UbiSlate 7C+
  http://www.datawind.com/ubislate/index.html
 
  86 Euro


 And their top merit is.. how many software patents they hold?

 --
 I appear to be temporarily using gmail's horrible interface. I
 apologise for any failure in my part in trying to make it do the right
 thing with post formatting.
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




-- 
Cláudio Patola Sampaio
IRC: ptl  - Yahoo: patolaaa
Campinas, SP - Brazil.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: UbiSlate 7C+ : is this the new Jolla Tablet and Mer/Nemo Tablet ?

2012-11-12 Thread Abubakar
oh my God, when are we going to get rid of Cortex A8 and 512mb ram?
Make it s4 processor and 2gb ram plzz ... and fremantle will do :p

3



On Mon, Nov 12, 2012 at 11:47 PM, Randolph D. rdohm...@gmail.com wrote:

 UbiSlate 7C+
 http://www.datawind.com/ubislate/index.html

 86 Euro

 is this the new Jolla Tablet and Mer/Nemo Tablet ?

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: UbiSlate 7C+ : is this the new Jolla Tablet and Mer/Nemo Tablet ?

2012-11-12 Thread Harri Haataja
On 12 November 2012 20:47, Randolph D. rdohm...@gmail.com wrote:
 UbiSlate 7C+
 http://www.datawind.com/ubislate/index.html

 86 Euro


And their top merit is.. how many software patents they hold?

-- 
I appear to be temporarily using gmail's horrible interface. I
apologise for any failure in my part in trying to make it do the right
thing with post formatting.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-10-13 Thread shamsul hassan
Hi Eyal,

Could you please paste the error you are getting while compilation.

Thanks
Shamsul

Courage is contagious

On Sat, Oct 13, 2012 at 6:26 PM, Eyal Erez ere...@gmail.com wrote:

 Hello shamsul,

 I was wondering if u have Nokia N900 , and may u please help me.
 I found this site http://www.samontab.com/web/ and i got everything ok
 until the compiling part, and i wanted to check if it's a problem in my
 phone (probebly.. :-( ) or not.

 So, can u help me and try it on ur phone..
 I think that i'm asking a lot, but i dont really know a lot of pepole that
 can help me with that... :-(

 and, again any help about openCV and N900 will be welcome

 Sincerely,
 eyal





___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Maemo 5 on Nokia N900 had a downfall - please advise how to retrive data from the phone

2012-10-02 Thread Daniil Ivanov
Hi Elena,

It would help to know exact answer from the support center. What did they
indicate as an exact problem? Does phone boot at all?  When you connect your
phone through cable to PC does it connect as Mass storage device or
anything like that? For the latter question indicate whether you use PCSuite
or not.

Thanks, Daniil

On Tue, Oct 2, 2012 at 11:05 AM, Elena Panina elena_p...@bk.ru wrote:
 Hello,

 I decided to send an e-mail to Maemo developers as a last resort measure.

 Briefly, I have been a Nokia customer for more than 8 years with my recent
 phone N900 bought right after its release in Russia in January 2010.
 I have never experienced any problems with this phone until recently, when I
 went to the USA and switched on this phone - the touch screen immediately
 stopped working. Upon my return to Moscow, I called Nokia hot line, applied
 to local Moscow repair  maintenance centers (authorised by Nokia), however,
 the response that I got was that the problem is not about the touch screen,
 but about the operating system and they cannot do anything about it to
 return the phone to a normal working mode.

 The problem is that I have lost all the data - the address book, messages,
 notes, photos, everything. I have never made back ups for my Nokia phones.

 Can you please advise if there is at least a little chance to retrieve the
 data from the phone and if yes, how can it be done?
 Would be grateful for your response.

 Best regards,
 Elena

 P.S. I am located in Moscow, you can reach me either via this e-mail or at
 my cell: + 7 903 961 20 94 (may be someone is based in Moscow as well?)

 

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Maemo 5 on Nokia N900 had a downfall - please advise how to retrive data from the phone

2012-10-02 Thread Ивайло Димитров
 

Hi Elena,

I would recommend you to register at talk.maemo.org and/or join #maemo IRC on 
freenode.net. There are lots of helpful guys there with deep knowledge of Maemo 
5 (the operating system your device runs) internals and I am sure they will be 
able to help you if humanly possible. I recommend you to both register at 
talk.maemo.org and ask for help there and to join #maemo. The latter most 
probably will be the fastest way for you to recover your data (and your device).

http://talk.maemo.org
http://wiki.maemo.org/IRC#List_of_IRC_channels

Regards,
Ivo

  Оригинално писмо 
 От:  Elena Panina 
 Относно: Maemo 5 on Nokia N900 had a downfall - please advise how to retrive 
 data from the phone
 До: maemo-developers@maemo.org
 Изпратено на: Вторник, 2012, Октомври 2 12:05:48 EEST
 
 
 Hello, 
 
 I decided to send an e-mail to Maemo developers as
a last resort
measure. 
 
 Briefly, I have been a Nokia customer for more than 8 years with my recent 
 phone N900 bought right after its release in Russia in January 2010. 
 I have never experienced any problems with this phone until recently, when I 
 went to the USA and switched on this phone - the touch screen immediately 
 stopped working. Upon my return to Moscow, I called Nokia hot line, applied 
 to local Moscow repair amp; maintenance centers (authorised by Nokia), 
 however, the response that I got was that the problem is not about the touch 
 screen, but about the operating system and they cannot do anything about it 
 to return the phone to a normal working mode.

 
 The problem is that I
have lost all the data - the address book, messages, notes, photos, everything. 
I have never made back ups for my Nokia phones. 
 
 Can you please advise if there is at least a little chance
to retrieve
the data from the phone and if yes, how can it be done? 
 Would be grateful for your response. 
 
 Best regards,
 Elena 
 
 P.S. I am located in Moscow, you can reach me either via this e-mail or at my 
 cell: + 7 903 961 20 94 (may be someone is based in Moscow as well?) 
 
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Maemo Meego Mer Nemo Jolla: Web Browser released N900 N9

2012-10-01 Thread Aapo Rantalainen
2012/9/30 Randolph D. rdohm...@gmail.com:
Hi I tried to install this thing, but it says the lib libgcrypt is missing,

Do you have extras-devel enabled and are your installing Dooble from
there? (this is preferred way to install Dooble).

http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/dooble/1.36+svn4766-maemo3/
(or  apt-cache show | grep libgcrypt )
Package correctly depends on libgcrypt11 (package is not libgcrypt,
but libgcrypt11).

And libgcypt11 is on extras:
http://maemo.org/packages/package_instance/view/fremantle_extras_free_armel/libgcrypt11/1.5.0~svn1440-maemo1/



2012/9/30 Randolph D. rdohm...@gmail.com:
 it says the lib libgcrypt is missing,
Who says and when?
Installer or dooble? Installation error or starting error?


-Aapo Rantalainen
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Maemo Meego Mer Nemo Jolla: Web Browser released N900 N9

2012-10-01 Thread Randolph D.
Aapo, thanks that worked, yes I have extra-devels installed and so I just
simply find it in the catalogue under dooble, so it is a one.click
install, worked very well, thanks for you work, the next release will be
soon there and maybe you can update the package for a while. thanks a lot
for your help. Regards

2012/10/1 Aapo Rantalainen aapo.rantalai...@gmail.com

 2012/9/30 Randolph D. rdohm...@gmail.com:
 Hi I tried to install this thing, but it says the lib libgcrypt is
 missing,

 Do you have extras-devel enabled and are your installing Dooble from
 there? (this is preferred way to install Dooble).


 http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/dooble/1.36+svn4766-maemo3/
 (or  apt-cache show | grep libgcrypt )
 Package correctly depends on libgcrypt11 (package is not libgcrypt,
 but libgcrypt11).

 And libgcypt11 is on extras:

 http://maemo.org/packages/package_instance/view/fremantle_extras_free_armel/libgcrypt11/1.5.0~svn1440-maemo1/



 2012/9/30 Randolph D. rdohm...@gmail.com:
  it says the lib libgcrypt is missing,
 Who says and when?
 Installer or dooble? Installation error or starting error?


 -Aapo Rantalainen

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Maemo Meego Mer Nemo Jolla: Web Browser released N900 N9

2012-09-30 Thread Randolph D.
Hi I tried to install this thing, but it says the lib libgcrypt is
missing, why are dependent libs are not loaded automatically? is that
different that in ubuntu?
has this to be linked in the app, or is the reposititory catalog link
missing?

2012/9/27 

 http://talk.maemo.org/showthread.php?t=87030
 http://maemo.org/packages/view/dooble/

 http://talk.maemo.org/showthread.php?t=87030

 http://www.youtube.com/watch?v=QJlrOWENVD8





___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Promotion of packages depending on qtquickcompat is blocked

2012-09-27 Thread Marcin Mielniczuk
OK, but why is it blocked to promote packages depending on qtquickcompat?
Qt 4.7 namespace is deprecated!
--
Marcin



2012/9/27 Ивайло Димитров freemangor...@abv.bg


 qtquickcompat in CSSU is just a dummy package as CSSU comes with Qt 4.7.4

 https://gitorious.org/community-ssu/qtquickcompat



   Оригинално писмо 
  От:  Marcin Mielniczuk
  Относно: Promotion of packages depending on qtquickcompat is blocked
  До: maemo-developers@maemo.org
  Изпратено на: Сряда, 2012, Септември 26 21:53:01 EEST
  
  
  Hi,
  I created some Qt Quick apps and want to promote them to extras-testing.
 But it#39;s blocked due to dependency on qtquickcompat. Why is it so, even
 when qtquickcompat is in cssu too?
  regards,--Marcin
  
  

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Promotion of packages depending on qtquickcompat is blocked

2012-09-26 Thread Ивайло Димитров
 
qtquickcompat in CSSU is just a dummy package as CSSU comes with Qt 4.7.4

https://gitorious.org/community-ssu/qtquickcompat



  Оригинално писмо 
 От:  Marcin Mielniczuk 
 Относно: Promotion of packages depending on qtquickcompat is blocked
 До: maemo-developers@maemo.org
 Изпратено на: Сряда, 2012, Септември 26 21:53:01 EEST
 
 
 Hi,
 I created some Qt Quick apps and want to promote them to extras-testing. But 
 it#39;s blocked due to dependency on qtquickcompat. Why is it so, even when 
 qtquickcompat is in cssu too?
 regards,--Marcin
 
 
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-25 Thread Eyal Erez
no, i ment if there is an example on how to check that the opencv lib is
working.

some small code that i can know that i can use opencv...

eyal

On Mon, Sep 24, 2012 at 9:00 PM, Daniil Ivanov daniil.iva...@gmail.comwrote:

 You are welcome!
 GNU/Linux consist of a lot of subsystems. Each must be checked to make
 sure everything is working properly. On the other hand, when something is
 not working, user will likely notice, so no need for a code.

 Thanks, Daniil

 On Mon, Sep 24, 2012 at 6:56 PM, Eyal Erez ere...@gmail.com wrote:
  Ok so to the Result:
 
  i added the lines that were missing in the
  /etc/apt/souces.list.d/hildon-application-manager.list file. as
 abubakear
  wrote.
  did apt-get update
  and then apt-get install libcv4 --and it's seems to be working.
 
  now First of ALL i want to thank Daniil and abubakar for all the help...
 
  thanks a lot guys.
 
  now does anybody know how i can check that everything is working , some
  small code to check the system?
 
  Again thanks a lot guys
 
 
 
 
  On Fri, Sep 21, 2012 at 8:31 PM, Daniil Ivanov daniil.iva...@gmail.com
  wrote:
 
  Apparently, it would be much easier to place content you've posted to
  /etc/apt/souces.list.d/hildon-application-manager.list
  and make sure that /etc/apt/sources.list is empty.
 
  Thanks, Daniil
 
  On Fri, Sep 21, 2012 at 9:03 PM, Abubakar abubak...@gmail.com wrote:
   Well one option is to flash your phone and you can read instructions
   here
   http://wiki.maemo.org/Updating_the_tablet_firmware.
   You can use the built-in Backup application to take a backup, put it
 on
   your
   pc and flash the cell phone and then transfer back the backup to phone
   and
   restore it (using mass storage option).
   That flashing info page contains info for many maemo devces other then
   n900,
   so try to focus on the right things :)
  
   On Fri, Sep 21, 2012 at 9:07 PM, Eyal Erez ere...@gmail.com wrote:
  
   Well, that's doesn't sound good for me.
  
   So is there a manual how to reset the phone, in a way that i will
   ensure
   that i could work with OpenCV afterwards??
  
   Again, thank u very much for the help and info
   Great appreciation to all.
  
   eyal
  
  
  
   ___
   maemo-developers mailing list
   maemo-developers@maemo.org
   https://lists.maemo.org/mailman/listinfo/maemo-developers
  
 
 
 
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-25 Thread Abubakar
Do you have the Maemo SDK? I have not used opencv before, but I think if
you try to find some code of it and then build it in the maemo sdk and
transfer to the device, you'll have what you'll need.
Also google for: OpenCV N900
you'll come across some posts on talk.maemo.org that'll help you. For N900
sometimes a very helpful search is at http://maemo.org/packages, I was
looking for opencv there and found this:

http://maemo.org/packages/view/opencv-doc/ says: *This package contains the
OpenCV documentation and example programs.*

Also I found this http://paperairoplane.net/?p=274

On Tue, Sep 25, 2012 at 4:04 PM, Eyal Erez ere...@gmail.com wrote:

 no, i ment if there is an example on how to check that the opencv lib is
 working.

 some small code that i can know that i can use opencv...

 eyal



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-24 Thread Eyal Erez
Ok so to the Result:

i added the lines that were missing in the
/etc/apt/souces.list.d/hildon-application-manager.list file. as abubakar
wrote.
did apt-get update
and then apt-get install libcv4 --and it's seems to be working.

now First of ALL i want to thank Daniil and abubakar for all the help...

thanks a lot guys.

now does anybody know how i can check that everything is working , some
small code to check the system?

Again thanks a lot guys




On Fri, Sep 21, 2012 at 8:31 PM, Daniil Ivanov daniil.iva...@gmail.comwrote:

 Apparently, it would be much easier to place content you've posted to
 /etc/apt/souces.list.d/hildon-application-manager.list
 and make sure that /etc/apt/sources.list is empty.

 Thanks, Daniil

 On Fri, Sep 21, 2012 at 9:03 PM, Abubakar abubak...@gmail.com wrote:
  Well one option is to flash your phone and you can read instructions here
  http://wiki.maemo.org/Updating_the_tablet_firmware.
  You can use the built-in Backup application to take a backup, put it on
 your
  pc and flash the cell phone and then transfer back the backup to phone
 and
  restore it (using mass storage option).
  That flashing info page contains info for many maemo devces other then
 n900,
  so try to focus on the right things :)
 
  On Fri, Sep 21, 2012 at 9:07 PM, Eyal Erez ere...@gmail.com wrote:
 
  Well, that's doesn't sound good for me.
 
  So is there a manual how to reset the phone, in a way that i will ensure
  that i could work with OpenCV afterwards??
 
  Again, thank u very much for the help and info
  Great appreciation to all.
 
  eyal
 
 
 
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-24 Thread Daniil Ivanov
You are welcome!
GNU/Linux consist of a lot of subsystems. Each must be checked to make
sure everything is working properly. On the other hand, when something is
not working, user will likely notice, so no need for a code.

Thanks, Daniil

On Mon, Sep 24, 2012 at 6:56 PM, Eyal Erez ere...@gmail.com wrote:
 Ok so to the Result:

 i added the lines that were missing in the
 /etc/apt/souces.list.d/hildon-application-manager.list file. as abubakear
 wrote.
 did apt-get update
 and then apt-get install libcv4 --and it's seems to be working.

 now First of ALL i want to thank Daniil and abubakar for all the help...

 thanks a lot guys.

 now does anybody know how i can check that everything is working , some
 small code to check the system?

 Again thanks a lot guys




 On Fri, Sep 21, 2012 at 8:31 PM, Daniil Ivanov daniil.iva...@gmail.com
 wrote:

 Apparently, it would be much easier to place content you've posted to
 /etc/apt/souces.list.d/hildon-application-manager.list
 and make sure that /etc/apt/sources.list is empty.

 Thanks, Daniil

 On Fri, Sep 21, 2012 at 9:03 PM, Abubakar abubak...@gmail.com wrote:
  Well one option is to flash your phone and you can read instructions
  here
  http://wiki.maemo.org/Updating_the_tablet_firmware.
  You can use the built-in Backup application to take a backup, put it on
  your
  pc and flash the cell phone and then transfer back the backup to phone
  and
  restore it (using mass storage option).
  That flashing info page contains info for many maemo devces other then
  n900,
  so try to focus on the right things :)
 
  On Fri, Sep 21, 2012 at 9:07 PM, Eyal Erez ere...@gmail.com wrote:
 
  Well, that's doesn't sound good for me.
 
  So is there a manual how to reset the phone, in a way that i will
  ensure
  that i could work with OpenCV afterwards??
 
  Again, thank u very much for the help and info
  Great appreciation to all.
 
  eyal
 
 
 
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 



 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: 0xFFFF 0.5 released

2012-09-22 Thread Pali Rohár
On Tuesday 18 September 2012 17:25:57 you wrote:
 Hello all Maemo developers!

 Now after 4 years new version 0.5 of Open Free Fiasco Firmware
 Flasher 0x was released. It is only bug fix release which
 fixing generating and unpacking Fiasco images used on Nokia
 N900.

 Download page: http://nopcode.org/0x/?p=down

 Now I'm rewriting 0x source code for better Fiasco image
 support, future protocol support (cold flashing, eMMC
 flashing). When it is finished it will be full replacement for
 proprietary i386 Nokia flasher-3.5.

 Development source code: https://github.com/radare/0x

Hello, I need dumps from flashing via original flasher-3.5
application. I need to see different control messages which are
used to initialising nolo flashing.

I created small ld preload library which print control messages
to standard output.

See TMO thread: http://talk.maemo.org/showthread.php?t�969

--
Pali Rohár
pali.ro...@gmail.com

signature.asc
Description: This is a digitally signed message part.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-21 Thread Eyal Erez
Well, that's doesn't sound good for me.

So is there a manual how to reset the phone, in a way that i will ensure
that i could work with OpenCV afterwards??

Again, thank u very much for the help and info
Great appreciation to all.

eyal

On Thu, Sep 20, 2012 at 2:29 PM, Daniil Ivanov daniil.iva...@gmail.comwrote:

 Thank you very mych, Abubakar!

 As I expected there is no really SDK repository as it's not meant to
 be used on the device.
 My guess would be that apt configuration on Eyal's N900 was messed up
 at some point and now
 have to be restored to pristine state to work again.

 Thanks, Daniil

 On Thu, Sep 20, 2012 at 10:54 AM, Abubakar abubak...@gmail.com wrote:
  sorry i didnt do a reply-all, so sending again:
 
  my /etc/apt/sources.list is empty.
 
  /etc/apt/souces.list.d/ has hildon-application-manager.list which
  contains:
 
  deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./
  deb https://downloads.maemo.nokia.com/fremantle/ssu/003 ./
  deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./
  deb http://repository.maemo.org/extras/ fremantle-1.3 free non-free
  deb http://repository.maemo.org/extras-devel/ fremantle-1.3 free
 non-free
 
  On Thu, Sep 20, 2012 at 11:34 AM, Daniil Ivanov daniil.iva...@gmail.com
 
  wrote:
 
  Could anyone please share content of /etc/apt/sources.list
  and /etc/apt/sources.list.d/ from their N900 for a cross check?
 
  Thanks, Daniil
 
  On Wed, Sep 19, 2012 at 12:55 PM, Daniil Ivanov 
 daniil.iva...@gmail.com
  wrote:
   I don't have N900 any more, so I cannot check. But it looks like it's
   related to configuration of Nokia closed source packages. You need to
   fetch the key afer signing the EULA and let apt know the key as it's
   explained in the page
   http://tablets-dev.nokia.com/eula/index.php
  
   This command will show the content of apt current configuration in
   command line:
   cat /etc/apt/sources.list
  
   Thanks, Daniil.
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 
 
 
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-21 Thread Abubakar
Well one option is to flash your phone and you can read instructions here
http://wiki.maemo.org/Updating_the_tablet_firmware.
You can use the built-in Backup application to take a backup, put it on
your pc and flash the cell phone and then transfer back the backup to phone
and restore it (using mass storage option).
That flashing info page contains info for many maemo devces other then
n900, so try to focus on the right things :)

On Fri, Sep 21, 2012 at 9:07 PM, Eyal Erez ere...@gmail.com wrote:

 Well, that's doesn't sound good for me.

 So is there a manual how to reset the phone, in a way that i will ensure
 that i could work with OpenCV afterwards??

 Again, thank u very much for the help and info
 Great appreciation to all.

 eyal



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-21 Thread Daniil Ivanov
Apparently, it would be much easier to place content you've posted to
/etc/apt/souces.list.d/hildon-application-manager.list
and make sure that /etc/apt/sources.list is empty.

Thanks, Daniil

On Fri, Sep 21, 2012 at 9:03 PM, Abubakar abubak...@gmail.com wrote:
 Well one option is to flash your phone and you can read instructions here
 http://wiki.maemo.org/Updating_the_tablet_firmware.
 You can use the built-in Backup application to take a backup, put it on your
 pc and flash the cell phone and then transfer back the backup to phone and
 restore it (using mass storage option).
 That flashing info page contains info for many maemo devces other then n900,
 so try to focus on the right things :)

 On Fri, Sep 21, 2012 at 9:07 PM, Eyal Erez ere...@gmail.com wrote:

 Well, that's doesn't sound good for me.

 So is there a manual how to reset the phone, in a way that i will ensure
 that i could work with OpenCV afterwards??

 Again, thank u very much for the help and info
 Great appreciation to all.

 eyal



 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-20 Thread Daniil Ivanov
Could anyone please share content of /etc/apt/sources.list
and /etc/apt/sources.list.d/ from their N900 for a cross check?

Thanks, Daniil

On Wed, Sep 19, 2012 at 12:55 PM, Daniil Ivanov daniil.iva...@gmail.com wrote:
 I don't have N900 any more, so I cannot check. But it looks like it's
 related to configuration of Nokia closed source packages. You need to
 fetch the key afer signing the EULA and let apt know the key as it's
 explained in the page
 http://tablets-dev.nokia.com/eula/index.php

 This command will show the content of apt current configuration in command 
 line:
 cat /etc/apt/sources.list

 Thanks, Daniil.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-20 Thread Abubakar
sorry i didnt do a reply-all, so sending again:

my /etc/apt/sources.list is empty.

/etc/apt/souces.list.d/ has hildon-application-manager.list which
contains:

deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./
deb https://downloads.maemo.nokia.com/fremantle/ssu/003 ./
deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./
deb http://repository.maemo.org/extras/ fremantle-1.3 free non-free
deb http://repository.maemo.org/extras-devel/ fremantle-1.3 free non-free

On Thu, Sep 20, 2012 at 11:34 AM, Daniil Ivanov daniil.iva...@gmail.comwrote:

 Could anyone please share content of /etc/apt/sources.list
 and /etc/apt/sources.list.d/ from their N900 for a cross check?

 Thanks, Daniil

 On Wed, Sep 19, 2012 at 12:55 PM, Daniil Ivanov daniil.iva...@gmail.com
 wrote:
  I don't have N900 any more, so I cannot check. But it looks like it's
  related to configuration of Nokia closed source packages. You need to
  fetch the key afer signing the EULA and let apt know the key as it's
  explained in the page
  http://tablets-dev.nokia.com/eula/index.php
 
  This command will show the content of apt current configuration in
 command line:
  cat /etc/apt/sources.list
 
  Thanks, Daniil.
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-20 Thread Daniil Ivanov
Thank you very mych, Abubakar!

As I expected there is no really SDK repository as it's not meant to
be used on the device.
My guess would be that apt configuration on Eyal's N900 was messed up
at some point and now
have to be restored to pristine state to work again.

Thanks, Daniil

On Thu, Sep 20, 2012 at 10:54 AM, Abubakar abubak...@gmail.com wrote:
 sorry i didnt do a reply-all, so sending again:

 my /etc/apt/sources.list is empty.

 /etc/apt/souces.list.d/ has hildon-application-manager.list which
 contains:

 deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./
 deb https://downloads.maemo.nokia.com/fremantle/ssu/003 ./
 deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./
 deb http://repository.maemo.org/extras/ fremantle-1.3 free non-free
 deb http://repository.maemo.org/extras-devel/ fremantle-1.3 free non-free

 On Thu, Sep 20, 2012 at 11:34 AM, Daniil Ivanov daniil.iva...@gmail.com
 wrote:

 Could anyone please share content of /etc/apt/sources.list
 and /etc/apt/sources.list.d/ from their N900 for a cross check?

 Thanks, Daniil

 On Wed, Sep 19, 2012 at 12:55 PM, Daniil Ivanov daniil.iva...@gmail.com
 wrote:
  I don't have N900 any more, so I cannot check. But it looks like it's
  related to configuration of Nokia closed source packages. You need to
  fetch the key afer signing the EULA and let apt know the key as it's
  explained in the page
  http://tablets-dev.nokia.com/eula/index.php
 
  This command will show the content of apt current configuration in
  command line:
  cat /etc/apt/sources.list
 
  Thanks, Daniil.
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers



 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-19 Thread Daniil Ivanov
On Tue, Sep 18, 2012 at 10:39 PM, Eyal Erez ere...@gmail.com wrote:
 I'm thinking about using linux, i even install it, but i'm not familier with
 that and i'm not that familier with Nokia OS(Meamo) so i try minimize that
 things that i don't know ..

The name of OS is Maemo, and it's actually Debian based, so it shares
many tools with Debian and Ubuntu, making it much easier to do things
there.

 i type apt-get quits and i get : E:Invalid opertion quits

Whenever in future you have doubts about what commands parameters are
and what they actually do,
consult their manual pages:
http://linux.die.net/man/8/apt-get

 then i type exit twice and close the X-Terminal and still the file is
 empty.
 what can i do to solve this?
 i also check and i can reach the file in windows but i's empty

I'm puzzled why this happens for you. Maybe you interrupt apt-get
before it's able to produce
any error messages.

 The error msg that i get are :

 Hit http://repository.maemo.org fremantle/non-free packages
 W: Failed to fetch
 http://repository.maemo.org/dists/fremantle/sdk/fremantle/binary-armel/packages
 404 Not Found [IP:81.218.31.152 80]

 W:Failed to fetch
 http://repository.maemo.org/dists/fremantle/sdk/non/binary-armel/packages
 404 Not Found [IP:81.218.31.152 80]

 E:Some index files failed to download, they have been ignored, or old ones
 used instead.

I don't have N900 any more, so I cannot check. But it looks like it's
related to configuration of Nokia closed source packages. You need to
fetch the key afer signing the EULA and let apt know the key as it's
explained in the page
http://tablets-dev.nokia.com/eula/index.php

This command will show the content of apt current configuration in command line:
cat /etc/apt/sources.list

Thanks, Daniil.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: 0xFFFF 0.5 released

2012-09-18 Thread Anderson Lizardo
Hi,

On Tue, Sep 18, 2012 at 11:25 AM, Pali Rohár pali.ro...@gmail.com wrote:
 Now I'm rewriting 0x source code for better Fiasco image
 support, future protocol support (cold flashing, eMMC flashing).
 When it is finished it will be full replacement for proprietary
 i386 Nokia flasher-3.5.

 Development source code: https://github.com/radare/0x

Good to see 0x still being developed! Do you have plans to add
support for N9 as well? Not sure how much effort is needed.

Best Regards,
-- 
Anderson Lizardo
Instituto Nokia de Tecnologia - INdT
Manaus - Brazil
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: 0xFFFF 0.5 released

2012-09-18 Thread Pali Rohár
On Tuesday 18 September 2012 12:03:16 Anderson Lizardo wrote:
 Hi,

 On Tue, Sep 18, 2012 at 11:25 AM, Pali Rohár
pali.ro...@gmail.com wrote:
  Now I'm rewriting 0x source code for better Fiasco image
  support, future protocol support (cold flashing, eMMC
  flashing). When it is finished it will be full replacement
  for proprietary i386 Nokia flasher-3.5.
 
  Development source code: https://github.com/radare/0x

 Good to see 0x still being developed! Do you have plans to
 add support for N9 as well? Not sure how much effort is
 needed.

 Best Regards,

Hi, I do not have N9, so I cannot test and create needed code.

But, NOLO protocol seems to be same for all devices (770-N900)
and I think it is still same on N9. And N900 using Mk II protocol
(Not NOLO) for flashing eMMC and this protocol is used on N9/N950
for flashing other parts. Mk II is not implemented yet, but some
my RE documentation is already in git tree.

https://github.com/radare/0x/blob/master/doc/mkii

So when eMMC flashing for N900 will be implemented, somebody can
look at code and add needed parts for N9...

Note that restriction for N9/N950 downgrade is implemented in
bootloader, not in flasher!

--
Pali Rohár
pali.ro...@gmail.com

signature.asc
Description: This is a digitally signed message part.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-18 Thread Eyal Erez
Hello

i did the:
apt-get clear  , and i got new line i think it's ok.
but then i wrote apt-get update eyal.log and it writes a lot of stuff
 and then the errors i wrote before, but i dont get a new line until i will
press enter..

then i use midnight Comm in order to copy the file to a place where i can
use(copy to windows 8 file system) or using the mail app to send it (i cant
reach it using the nokia pc-connectivity or the mass storage.. ) but it
seems the file is empty...

eyal

On Mon, Sep 17, 2012 at 3:07 PM, Abubakar abubak...@gmail.com wrote:

 sending my email again, the last one got held cuz it exceeded 20k in the
 body message. Strange.
 Anyway I wrote:

 oh :) ... sorry for the misunderstanding

 since you wrote:

  Could you please post full output of apt-get update,

 I was further telling  Eyal that do a apt-get clean first and then the
 update of it, and then paste the logs here.
 Just wanted him to do a clean first.

 On Mon, Sep 17, 2012 at 5:00 PM, Daniil Ivanov daniil.iva...@gmail.comwrote:

 Hi Abubakar,

   I have to confess I don't really understand your message. According to
   you previous mail everything is working fine and as expected for you.

 Thanks, Daniil.




 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-18 Thread Daniil Ivanov
On Tue, Sep 18, 2012 at 7:30 PM, Eyal Erez ere...@gmail.com wrote:
 but then i wrote apt-get update eyal.log and it writes a lot of stuff and
 then the errors i wrote before, but i dont get a new line until i will press
 enter..

This command redirects both error stream and output stream to a file, you should
see exactly nothing until apt-get quits. Also I didn't notice you were
mentioning
errors at update phase. Could you please provide exact error messages?

 then i use midnight Comm in order to copy the file to a place where i can
 use(copy to windows 8 file system) or using the mail app to send it (i cant
 reach it using the nokia pc-connectivity or the mass storage.. ) but it
 seems the file is empty...

In mass storage mode /home/user/MyDocs/ gets mounted to your PC.
However, when you start X terminal a working directory is /home/user/
So to make it easier for yourself you have two options:
1. Use ssh with USB-networking. AFAIK it didn't work on Windows 7,
does Windows 8 has a driver for networking over USB?
2. Execute cd MyDocs before apt-get update  eyal.log, then mount
phone to PC in Mass storage mode and copy the file.

Also consider using Linux for Linux development. It will make your life easier.

Thanks, Daniil
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-18 Thread Eyal Erez
I'm thinking about using linux, i even install it, but i'm not familier
with that and i'm not that familier with Nokia OS(Meamo) so i try minimize
that things that i don't know ..

i type apt-get quits and i get : E:Invalid opertion quits
then i type exit twice and close the X-Terminal and still the file is
empty.
what can i do to solve this?
i also check and i can reach the file in windows but i's empty

The error msg that i get are :

Hit http://repository.maemo.org fremantle/non-free packages
W: Failed to fetch
http://repository.maemo.org/dists/fremantle/sdk/fremantle/binary-armel/packages
404
Not Found [IP:81.218.31.152 80]

W:Failed to fetch
http://repository.maemo.org/dists/fremantle/sdk/non/binary-armel/packages 404
Not Found [IP:81.218.31.152 80]

E:Some index files failed to download, they have been ignored, or old ones
used instead.

Thank,
Eyal

On Tue, Sep 18, 2012 at 8:21 PM, Daniil Ivanov daniil.iva...@gmail.comwrote:

 On Tue, Sep 18, 2012 at 7:30 PM, Eyal Erez ere...@gmail.com wrote:
  but then i wrote apt-get update eyal.log and it writes a lot of stuff
 and
  then the errors i wrote before, but i dont get a new line until i will
 press
  enter..

 This command redirects both error stream and output stream to a file, you
 should
 see exactly nothing until apt-get quits. Also I didn't notice you were
 mentioning
 errors at update phase. Could you please provide exact error messages?

  then i use midnight Comm in order to copy the file to a place where i can
  use(copy to windows 8 file system) or using the mail app to send it (i
 cant
  reach it using the nokia pc-connectivity or the mass storage.. ) but it
  seems the file is empty...

 In mass storage mode /home/user/MyDocs/ gets mounted to your PC.
 However, when you start X terminal a working directory is /home/user/
 So to make it easier for yourself you have two options:
 1. Use ssh with USB-networking. AFAIK it didn't work on Windows 7,
 does Windows 8 has a driver for networking over USB?
 2. Execute cd MyDocs before apt-get update  eyal.log, then mount
 phone to PC in Mass storage mode and copy the file.

 Also consider using Linux for Linux development. It will make your life
 easier.

 Thanks, Daniil

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-17 Thread Daniil Ivanov
Hi Eyal!

Could you please post full output of apt-get update,
so we can see what exactly configured and was update successful or not.

You can save  do it conveniently by saving output to a file:
apt-get update  my.log
Just in case: pwd shows a current working path where file is saved.

Thanks, Daniil

On Tue, Sep 11, 2012 at 8:19 PM, Eyal Erez ere...@gmail.com wrote:

 Hello Abubaker,

 i setup the extras-devel repository by
 http://wiki.maemo.org/Extras-devel#How_to_activate_Extras-devel , it says
 only to write fremantle not fremantle-1.3 but i change it anyway and still
 i get the same error msg.

 Is there anything else that i can do?? if i will format the machine will
 it help?? what else can i do?

 any idea will be apprciate.

 eyal


 On Mon, Sep 10, 2012 at 10:44 PM, Abubakar abubak...@gmail.com wrote:

 Hi Shamsul, are you sure your repo is added properly? I have extras-devel
 link added to fapman (faster application manager) as follows:

 Name: extras-devel
 URL: http://repository.maemo.org/extras-devel/
 Distribution: fremantle-1.3
 Components: free non-free

 I do a:

 ~ $ root

 and then:

 orb:~# apt-get install libcv4

 and I get the following:

 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 The following extra packages will be installed:
   libavcodec52 libavformat52 libavutil49 libfaad2-0 libtheora0 libvorbis0a
   libvorbisenc2
 The following NEW packages will be installed:
   libavcodec52 libavformat52 libavutil49 libcv4 libfaad2-0 libtheora0
   libvorbis0a libvorbisenc2
 0 upgraded, 8 newly installed, 0 to remove and 17 not upgraded.
 Need to get 5556kB of archives.
 After this operation, 13.0MB of additional disk space will be used.
 Do you want to continue [Y/n]?

 On Mon, Sep 10, 2012 at 11:50 PM, Eyal Erez ere...@gmail.com wrote:

 Hello Shamsul,

 Thanks for the resposns.

 I enable the Extras-devel repository.
 when i write the apt-get update i get a list of update and then(i
 started from the last line that is good.. )
 Hit http://repository.maemo.org fremantle/non-free packages
 W: Failed to fetch
 http://repository.maemo.org/dists/fremantle/sdk/fremantle/binary-armel/packages404
  Not Found [IP:81.218.31.152 80]

 W:Failed to fetch
 http://repository.maemo.org/dists/fremantle/sdk/non/binary-armel/packages404
  Not Found [IP:81.218.31.152 80]

 E:Some index files failed to download, they have been ignored, or old
 ones used instead.

 and i get the same error, the i mention before about the dependencies...

 i will add, that i even tried to surf from the N900 to this site go to  
 Fremantle Extras-devel free armel  libcv4 2.0.0-5 (both of them) and
 download and install the .deb file and then i get
 unable to install 'libcv4'. Incompatible application package.
 so what else can i do?

 eyal

 On Mon, Sep 10, 2012 at 9:30 PM, shamsul hassan 
 shamsulbu...@gmail.comwrote:

 Hi Eyal,

 below link will help ..
 http://maemo.org/packages/view/libcv4/

 you need to enable Extras-devel or Extras-testing in the repository
 manager and then apt-get update

 Thanks
 Shamsul

 On Mon, Sep 10, 2012 at 7:23 PM, Eyal Erez ere...@gmail.com wrote:

 Hello all,

 I'm trying to use OpenCV on my Nokia N900, my first goal was to
 install the libcv4.

 I tried to use X-Terminal sudo gainroot and then apt-get install
 libcv4, then i got:
 Some packages could not be installed. THis may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages ave now yest been created or been
 moved out of incoming...
 The following information may help to resolve the situation:

 The following pakcages have unmet dependencies:
 libvcv4: Depends:libavcodec52 (=3:0.svn20090303-1) but it is not
 goint to be installed or (lot of spaces)
 libavcodec-extra-52 (=3:0.svn20090303-1) but it is not installable
 Depends:libavformat52 (=3:0.svn20090303-1)but it is not going to be
 installed or (lot of spaces)
 libavformat-extra-52 (=3:0.svn20090303-1) but it is not installable
 E:Broken packages.

 i tried to install missing lib separte, apt-get install libavcodec52
 ---libspeex1 =package libspeex1 is not available, but is referred to by
 an other package (if this information is important just tell me and i
 will add the rest of it...)

 Then i mailed Daniil Ivanov who was very kind and replay with :
 1. Enable Extras-Devel repository.
 2. apt-get update
 3. apt-get intstall libcv4

 but i got the same result, so now i pretty much stuck and dont really
 know what else i can do , so any help will be very appricate.

 My product info is:
 Nokia N900
 Maemo 5
 Version 21.2011.38-1

 if any information is needed and missing pls let me know and i will
 add it,

 eyal

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




 ___
 maemo-developers mailing 

Re: OpenCV problem

2012-09-17 Thread Abubakar
yes do ..
apt-get clean
apt-get update

On Mon, Sep 17, 2012 at 4:14 PM, Daniil Ivanov daniil.iva...@gmail.comwrote:

 Hi Eyal!

 Could you please post full output of apt-get update,
 so we can see what exactly configured and was update successful or not.

 You can save  do it conveniently by saving output to a file:
 apt-get update  my.log
 Just in case: pwd shows a current working path where file is saved.

 Thanks, Daniil


 On Tue, Sep 11, 2012 at 8:19 PM, Eyal Erez ere...@gmail.com wrote:

 Hello Abubaker,

 i setup the extras-devel repository by
 http://wiki.maemo.org/Extras-devel#How_to_activate_Extras-devel , it
 says only to write fremantle not fremantle-1.3 but i change it anyway and
 still i get the same error msg.

 Is there anything else that i can do?? if i will format the machine
 will it help?? what else can i do?

 any idea will be apprciate.

 eyal


 On Mon, Sep 10, 2012 at 10:44 PM, Abubakar abubak...@gmail.com wrote:

 Hi Shamsul, are you sure your repo is added properly? I have
 extras-devel link added to fapman (faster application manager) as follows:

 Name: extras-devel
 URL: http://repository.maemo.org/extras-devel/
 Distribution: fremantle-1.3
 Components: free non-free

 I do a:

 ~ $ root

 and then:

 orb:~# apt-get install libcv4

 and I get the following:

 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 The following extra packages will be installed:
   libavcodec52 libavformat52 libavutil49 libfaad2-0 libtheora0
 libvorbis0a
   libvorbisenc2
 The following NEW packages will be installed:
   libavcodec52 libavformat52 libavutil49 libcv4 libfaad2-0 libtheora0
   libvorbis0a libvorbisenc2
 0 upgraded, 8 newly installed, 0 to remove and 17 not upgraded.
 Need to get 5556kB of archives.
 After this operation, 13.0MB of additional disk space will be used.
 Do you want to continue [Y/n]?

 On Mon, Sep 10, 2012 at 11:50 PM, Eyal Erez ere...@gmail.com wrote:

 Hello Shamsul,

 Thanks for the resposns.

 I enable the Extras-devel repository.
 when i write the apt-get update i get a list of update and then(i
 started from the last line that is good.. )
 Hit http://repository.maemo.org fremantle/non-free packages
 W: Failed to fetch
 http://repository.maemo.org/dists/fremantle/sdk/fremantle/binary-armel/packages404
  Not Found [IP:81.218.31.152 80]

 W:Failed to fetch
 http://repository.maemo.org/dists/fremantle/sdk/non/binary-armel/packages404
  Not Found [IP:81.218.31.152 80]

 E:Some index files failed to download, they have been ignored, or old
 ones used instead.

 and i get the same error, the i mention before about the dependencies...

 i will add, that i even tried to surf from the N900 to this site go to  
 Fremantle Extras-devel free armel  libcv4 2.0.0-5 (both of them) and
 download and install the .deb file and then i get
 unable to install 'libcv4'. Incompatible application package.
 so what else can i do?

 eyal

 On Mon, Sep 10, 2012 at 9:30 PM, shamsul hassan shamsulbu...@gmail.com
  wrote:

 Hi Eyal,

 below link will help ..
 http://maemo.org/packages/view/libcv4/

 you need to enable Extras-devel or Extras-testing in the repository
 manager and then apt-get update

 Thanks
 Shamsul

 On Mon, Sep 10, 2012 at 7:23 PM, Eyal Erez ere...@gmail.com wrote:

 Hello all,

 I'm trying to use OpenCV on my Nokia N900, my first goal was to
 install the libcv4.

 I tried to use X-Terminal sudo gainroot and then apt-get install
 libcv4, then i got:
 Some packages could not be installed. THis may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages ave now yest been created or 
 been
 moved out of incoming...
 The following information may help to resolve the situation:

 The following pakcages have unmet dependencies:
 libvcv4: Depends:libavcodec52 (=3:0.svn20090303-1) but it is not
 goint to be installed or (lot of spaces)
 libavcodec-extra-52 (=3:0.svn20090303-1) but it is not installable
 Depends:libavformat52 (=3:0.svn20090303-1)but it is not going to be
 installed or (lot of spaces)
 libavformat-extra-52 (=3:0.svn20090303-1) but it is not installable
 E:Broken packages.

 i tried to install missing lib separte, apt-get install libavcodec52
 ---libspeex1 =package libspeex1 is not available, but is referred to by
 an other package (if this information is important just tell me and i
 will add the rest of it...)

 Then i mailed Daniil Ivanov who was very kind and replay with :
 1. Enable Extras-Devel repository.
 2. apt-get update
 3. apt-get intstall libcv4

 but i got the same result, so now i pretty much stuck and dont really
 know what else i can do , so any help will be very appricate.

 My product info is:
 Nokia N900
 Maemo 5
 Version 21.2011.38-1

 if any information is needed and missing pls let me know and i will
 add it,

 eyal

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 

Re: OpenCV problem

2012-09-17 Thread Abubakar
sending my email again, the last one got held cuz it exceeded 20k in the
body message. Strange.
Anyway I wrote:

oh :) ... sorry for the misunderstanding

since you wrote:

 Could you please post full output of apt-get update,

I was further telling  Eyal that do a apt-get clean first and then the
update of it, and then paste the logs here.
Just wanted him to do a clean first.

On Mon, Sep 17, 2012 at 5:00 PM, Daniil Ivanov daniil.iva...@gmail.comwrote:

 Hi Abubakar,

   I have to confess I don't really understand your message. According to
   you previous mail everything is working fine and as expected for you.

 Thanks, Daniil.




___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: N900: water damage

2012-09-14 Thread Aniello Del Sorbo
So good knowledge has been shared here:

http://discussions.nokia.com/t5/Pool-of-Knowledge/Dropped-your-phone-in-water-Here-s-what-to-do-next/td-p/380349

anidel


On Fri, Sep 14, 2012 at 4:06 PM, ~D schoapp...@gmail.com wrote:

 Hi,

 A little bit of water was slipping from my bottle and hit my n900. First
 the screen was falling away sometimes. Then I saw a little water on the
 keybd when I moved the keybd out and in. I powered the phone off and waited
 for a few hours. When I didn't see any water anymore, I powered it on, it
 looks to behave normal again, until I tried to charge it, which didn't
 work. Then I noticed that I couldn't turn it off normally, so I removed the
 battery to turn it off. Since then I can't boot my n900. Only a white nokia
 screen flashes on, and disappears after 20 sec or so. When I charge it, the
 orange light stays on constantly, that doesn't look normal too. I did use
 the power kernel.

 Anything I can do to safe my device?

 Thanks in advance,
 Dirk
 __**_
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/**mailman/listinfo/maemo-**developershttps://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: N900: water damage

2012-09-14 Thread Abubakar
this is more suited for tmo if u have not asked this there already.
you'll get purrrty good advices there.



On 9/14/12, ~D schoapp...@gmail.com wrote:
 Hi,

 A little bit of water was slipping from my bottle and hit my n900. First
 the screen was falling away sometimes. Then I saw a little water on the
 keybd when I moved the keybd out and in. I powered the phone off and
 waited for a few hours. When I didn't see any water anymore, I powered
 it on, it looks to behave normal again, until I tried to charge it,
 which didn't work. Then I noticed that I couldn't turn it off normally,
 so I removed the battery to turn it off. Since then I can't boot my
 n900. Only a white nokia screen flashes on, and disappears after 20 sec
 or so. When I charge it, the orange light stays on constantly, that
 doesn't look normal too. I did use the power kernel.

 Anything I can do to safe my device?

 Thanks in advance,
 Dirk
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Alarm clock and type of music

2012-09-12 Thread Ивайло Димитров
 
Hmm, that irritates me as well and TBH I don't know why I still haven't done 
anything :) .

Anyway, could you open a bug against CSSU, that way we won't forget to check if 
anything can be done and what.



  Оригинално писмо 
 От:  Mohsen Pahlevanzadeh 
 Относно: Alarm clock and type of music
 До: maemo-developers@maemo.org
 Изпратено на: Сряда, 2012, Септември 12 04:14:27 EEST
 
 
 Dear all,
 
 Unfortunately, type of playback of Alarm clock of N900 is incremental
 and len of its playback is very short.Unfortunately N900 didn't has same
 capability to change incremental to permanent and change len of music to
 long.
 Is't possible to developer team add same features to Alarm clock appl?
 
 --mohsen
 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
 
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Alarm clock and type of music

2012-09-12 Thread Andre Klapper
On Wed, 2012-09-12 at 05:44 +0430, Mohsen Pahlevanzadeh wrote:
 Unfortunately, type of playback of Alarm clock of N900 is incremental

I assume that you refer to sound volume here.

 and len of its playback is very short.

It's 60 seconds...

 Is't possible to developer team add same features to Alarm clock appl?

That would require a developer team first. :P
Not sure if the specific code that would require changes is open source
- if yes, the Community Updates (CSSU) team would welcome your patch
contributions.

andre
-- 
Andre Klapper (maemo.org bugmaster  GNOME Bugsquad)
http://blogs.gnome.org/aklapper/

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Alarm clock and type of music

2012-09-12 Thread Ивайло Димитров
 
alarm dialog is closed source, but fortunately there is x86 binary in SDK ;)



  Оригинално писмо 
 От:  Andre Klapper 
 Относно: Re: Alarm clock and type of music
 До: maemo-developers@maemo.org
 Изпратено на: Сряда, 2012, Септември 12 10:26:21 EEST
 
 
 On Wed, 2012-09-12 at 05:44 +0430, Mohsen Pahlevanzadeh wrote:
  Unfortunately, type of playback of Alarm clock of N900 is incremental
 
 I assume that you refer to sound volume here.
 
  and len of its playback is very short.
 
 It's 60 seconds...
 
  Is't possible to developer team add same features to Alarm clock appl?
 
 That would require a developer team first. :P
 Not sure if the specific code that would require changes is open source
 - if yes, the Community Updates (CSSU) team would welcome your patch
 contributions.
 
 andre
 -- 
 Andre Klapper (maemo.org bugmaster amp; GNOME Bugsquad)
 http://blogs.gnome.org/aklapper/
 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
 

-
На училище с нов лаптоп HP и подарък от PCStore.bg! Виж  
http://pcstore.bg/pg/Back-to-school-143?utm_source=abvbgutm_medium=signatureutm_campaign=hpbacktoschool
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-11 Thread Ивайло Димитров
 

You may want to capture some meaningful backtrace to help us find what is 
segfaulting. In order to do that you should install as many related -dbg 
packages as possible.


  Оригинално писмо 
 От:  Marcin Mielniczuk 
 Относно: Re: Soft and hard float
 До:  Javier S. Pedro  , maemo-developers@maemo.org
 Изпратено на: Понеделник, 2012, Септември 10 20:46:02 EEST
 
 
 
 Hardfp seems to not be the problem. I checked two apps segfaulting on 
 0x and 2 apps running ok.
 readelf -A gives the same output (attatched) for all of them
 
 The apps were: segfaulting MeegoQQ and AccuWeather (wxapp),
 #32;working allegro and QToDo.
 
 What may cause the segfaults? filebox for N9 causes this kind of fault too. 
 I'm using cssu testing (not thumb flavor)
 -- 
 Sent from my Nokia N900
 Marcin
 
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: cancelar inscrição

2012-09-11 Thread Andre Klapper
On Mon, 2012-09-10 at 16:17 -0300, Acacio Brito wrote:
 Gostaria de não mais receber estas mensagens.

Then please unsubscribe yourself from the mailing list. 
We cannot do that for you. 
The link to unsubscribe is at the end of every email.

andre
-- 
Andre Klapper (maemo.org bugmaster  GNOME Bugsquad)
http://blogs.gnome.org/aklapper/

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-11 Thread Marcin Mielniczuk
How can I check whether anything which was linked is using hard float? As
everything I've seen in meecolay lib is using SP and DP HardFP use (as
normal maemo builds).

may the mismatch of thumb1 and thumb2 be the problem?
--
Marcin



2012/9/11 Ивайло Димитров freemangor...@abv.bg



 You may want to capture some meaningful backtrace to help us find what is
 segfaulting. In order to do that you should install as many related -dbg
 packages as possible.


   Оригинално писмо 
  От:  Marcin Mielniczuk
  Относно: Re: Soft and hard float
  До:  Javier S. Pedro  , maemo-developers@maemo.org
  Изпратено на: Понеделник, 2012, Септември 10 20:46:02 EEST
  
  
  
  Hardfp seems to not be the problem. I checked two apps segfaulting on
 0x and 2 apps running ok.
  readelf -A gives the same output (attatched) for all of them
  
  The apps were: segfaulting MeegoQQ and AccuWeather (wxapp),
  #32;working allegro and QToDo.
  
  What may cause the segfaults? filebox for N9 causes this kind of fault
 too. I'm using cssu testing (not thumb flavor)
  --
  Sent from my Nokia N900
  Marcin
  

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-11 Thread Eyal Erez
Hello Abubaker,

i setup the extras-devel repository by
http://wiki.maemo.org/Extras-devel#How_to_activate_Extras-devel , it says
only to write fremantle not fremantle-1.3 but i change it anyway and still
i get the same error msg.

Is there anything else that i can do?? if i will format the machine will
it help?? what else can i do?

any idea will be apprciate.

eyal

On Mon, Sep 10, 2012 at 10:44 PM, Abubakar abubak...@gmail.com wrote:

 Hi Shamsul, are you sure your repo is added properly? I have extras-devel
 link added to fapman (faster application manager) as follows:

 Name: extras-devel
 URL: http://repository.maemo.org/extras-devel/
 Distribution: fremantle-1.3
 Components: free non-free

 I do a:

 ~ $ root

 and then:

 orb:~# apt-get install libcv4

 and I get the following:

 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 The following extra packages will be installed:
   libavcodec52 libavformat52 libavutil49 libfaad2-0 libtheora0 libvorbis0a
   libvorbisenc2
 The following NEW packages will be installed:
   libavcodec52 libavformat52 libavutil49 libcv4 libfaad2-0 libtheora0
   libvorbis0a libvorbisenc2
 0 upgraded, 8 newly installed, 0 to remove and 17 not upgraded.
 Need to get 5556kB of archives.
 After this operation, 13.0MB of additional disk space will be used.
 Do you want to continue [Y/n]?

 On Mon, Sep 10, 2012 at 11:50 PM, Eyal Erez ere...@gmail.com wrote:

 Hello Shamsul,

 Thanks for the resposns.

 I enable the Extras-devel repository.
 when i write the apt-get update i get a list of update and then(i started
 from the last line that is good.. )
 Hit http://repository.maemo.org fremantle/non-free packages
 W: Failed to fetch
 http://repository.maemo.org/dists/fremantle/sdk/fremantle/binary-armel/packages404
  Not Found [IP:81.218.31.152 80]

 W:Failed to fetch
 http://repository.maemo.org/dists/fremantle/sdk/non/binary-armel/packages404 
 Not Found [IP:81.218.31.152 80]

 E:Some index files failed to download, they have been ignored, or old
 ones used instead.

 and i get the same error, the i mention before about the dependencies...

 i will add, that i even tried to surf from the N900 to this site go to  
 Fremantle Extras-devel free armel  libcv4 2.0.0-5 (both of them) and
 download and install the .deb file and then i get
 unable to install 'libcv4'. Incompatible application package.
 so what else can i do?

 eyal

 On Mon, Sep 10, 2012 at 9:30 PM, shamsul hassan 
 shamsulbu...@gmail.comwrote:

 Hi Eyal,

 below link will help ..
 http://maemo.org/packages/view/libcv4/

 you need to enable Extras-devel or Extras-testing in the repository
 manager and then apt-get update

 Thanks
 Shamsul

 On Mon, Sep 10, 2012 at 7:23 PM, Eyal Erez ere...@gmail.com wrote:

 Hello all,

 I'm trying to use OpenCV on my Nokia N900, my first goal was to install
 the libcv4.

 I tried to use X-Terminal sudo gainroot and then apt-get install
 libcv4, then i got:
 Some packages could not be installed. THis may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages ave now yest been created or been
 moved out of incoming...
 The following information may help to resolve the situation:

 The following pakcages have unmet dependencies:
 libvcv4: Depends:libavcodec52 (=3:0.svn20090303-1) but it is not goint
 to be installed or (lot of spaces)
 libavcodec-extra-52 (=3:0.svn20090303-1) but it is not installable
 Depends:libavformat52 (=3:0.svn20090303-1)but it is not going to be
 installed or (lot of spaces)
 libavformat-extra-52 (=3:0.svn20090303-1) but it is not installable
 E:Broken packages.

 i tried to install missing lib separte, apt-get install libavcodec52
 ---libspeex1 =package libspeex1 is not available, but is referred to by
 an other package (if this information is important just tell me and i
 will add the rest of it...)

 Then i mailed Daniil Ivanov who was very kind and replay with :
 1. Enable Extras-Devel repository.
 2. apt-get update
 3. apt-get intstall libcv4

 but i got the same result, so now i pretty much stuck and dont really
 know what else i can do , so any help will be very appricate.

 My product info is:
 Nokia N900
 Maemo 5
 Version 21.2011.38-1

 if any information is needed and missing pls let me know and i will add
 it,

 eyal

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers



 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org

Re: Soft and hard float

2012-09-10 Thread Javier S. Pedro
On Sat, 08 Sep 2012 17:48:01 +0200, Marcin Mielniczuk wrote:
 Thanks,
 Is the lib Adobe-written or is it something public?

You cannot really write a generic soft-hardfp (without PLT trickery) 
bridge unless you plan to pre-specify the set of functions your hardfp 
binaries will call. 

Personally, I think that it would be easier for you to, instead of 
contaminating Fremantle with lots of Harmattan-ABI-compatible libraries, 
to just create a Harmattan chroot.

 How can we check whether an app is hardfp/softfp?

You'll find some pretty good explanations if you google a bit about 
readelf and hardfp/softfp.

Javier.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-10 Thread Marcin Mielniczuk
Thanks!
--
Marcin



2012/9/10 Javier S. Pedro ma...@javispedro.com

 On Sat, 08 Sep 2012 17:48:01 +0200, Marcin Mielniczuk wrote:
  Thanks,
  Is the lib Adobe-written or is it something public?

 You cannot really write a generic soft-hardfp (without PLT trickery)
 bridge unless you plan to pre-specify the set of functions your hardfp
 binaries will call.

 Personally, I think that it would be easier for you to, instead of
 contaminating Fremantle with lots of Harmattan-ABI-compatible libraries,
 to just create a Harmattan chroot.

  How can we check whether an app is hardfp/softfp?

 You'll find some pretty good explanations if you google a bit about
 readelf and hardfp/softfp.

 Javier.

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-10 Thread Marcin Mielniczuk
Hardfp seems to not be the problem. I checked two apps segfaulting on 
0x and 2 apps running ok.
readelf -A gives the same output (attatched) for all of them

The apps were: segfaulting MeegoQQ and AccuWeather (wxapp),
 working allegro and QToDo.

What may cause the segfaults? filebox for N9 causes this kind of fault too. I'm 
using cssu testing (not thumb flavor)
-- 
Sent from my Nokia N900
MarcinAttribute Section: aeabi
File Attributes
  Tag_CPU_name: 7-A
  Tag_CPU_arch: v7
  Tag_CPU_arch_profile: Application
  Tag_ARM_ISA_use: Yes
  Tag_THUMB_ISA_use: Thumb-2
  Tag_VFP_arch: VFPv3
  Tag_Advanced_SIMD_arch: NEONv1
  Tag_ABI_PCS_wchar_t: 4
  Tag_ABI_FP_denormal: Needed
  Tag_ABI_FP_exceptions: Needed
  Tag_ABI_FP_number_model: IEEE 754
  Tag_ABI_align8_needed: Yes
  Tag_ABI_align8_preserved: Yes, except leaf SP
  Tag_ABI_enum_size: int
  Tag_ABI_HardFP_use: SP and DP
  Tag_ABI_VFP_args: VFP registers
  Tag_DIV_use: Not allowed
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-10 Thread shamsul hassan
Hi Eyal,

below link will help ..
http://maemo.org/packages/view/libcv4/

you need to enable Extras-devel or Extras-testing in the repository manager
and then apt-get update

Thanks
Shamsul

On Mon, Sep 10, 2012 at 7:23 PM, Eyal Erez ere...@gmail.com wrote:

 Hello all,

 I'm trying to use OpenCV on my Nokia N900, my first goal was to install
 the libcv4.

 I tried to use X-Terminal sudo gainroot and then apt-get install libcv4,
 then i got:
 Some packages could not be installed. THis may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages ave now yest been created or been
 moved out of incoming...
 The following information may help to resolve the situation:

 The following pakcages have unmet dependencies:
 libvcv4: Depends:libavcodec52 (=3:0.svn20090303-1) but it is not goint to
 be installed or (lot of spaces) libavcodec-extra-52 (=3:0.svn20090303-1)
 but it is not installable
 Depends:libavformat52 (=3:0.svn20090303-1)but it is not going to be
 installed or (lot of spaces)
 libavformat-extra-52 (=3:0.svn20090303-1) but it is not installable
 E:Broken packages.

 i tried to install missing lib separte, apt-get install libavcodec52
 ---libspeex1 =package libspeex1 is not available, but is referred to by
 an other package (if this information is important just tell me and i
 will add the rest of it...)

 Then i mailed Daniil Ivanov who was very kind and replay with :
 1. Enable Extras-Devel repository.
 2. apt-get update
 3. apt-get intstall libcv4

 but i got the same result, so now i pretty much stuck and dont really know
 what else i can do , so any help will be very appricate.

 My product info is:
 Nokia N900
 Maemo 5
 Version 21.2011.38-1

 if any information is needed and missing pls let me know and i will add it,

 eyal

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-10 Thread Eyal Erez
Hello Shamsul,

Thanks for the resposns.

I enable the Extras-devel repository.
when i write the apt-get update i get a list of update and then(i started
from the last line that is good.. )
Hit http://repository.maemo.org fremantle/non-free packages
W: Failed to fetch
http://repository.maemo.org/dists/fremantle/sdk/fremantle/binary-armel/packages404
Not Found [IP:81.218.31.152 80]

W:Failed to fetch
http://repository.maemo.org/dists/fremantle/sdk/non/binary-armel/packages404
Not Found [IP:81.218.31.152 80]

E:Some index files failed to download, they have been ignored, or old ones
used instead.

and i get the same error, the i mention before about the dependencies...

i will add, that i even tried to surf from the N900 to this site go to 
Fremantle Extras-devel free armel  libcv4 2.0.0-5 (both of them) and
download and install the .deb file and then i get
unable to install 'libcv4'. Incompatible application package.
so what else can i do?

eyal

On Mon, Sep 10, 2012 at 9:30 PM, shamsul hassan shamsulbu...@gmail.comwrote:

 Hi Eyal,

 below link will help ..
 http://maemo.org/packages/view/libcv4/

 you need to enable Extras-devel or Extras-testing in the repository
 manager and then apt-get update

 Thanks
 Shamsul

 On Mon, Sep 10, 2012 at 7:23 PM, Eyal Erez ere...@gmail.com wrote:

 Hello all,

 I'm trying to use OpenCV on my Nokia N900, my first goal was to install
 the libcv4.

 I tried to use X-Terminal sudo gainroot and then apt-get install libcv4,
 then i got:
 Some packages could not be installed. THis may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages ave now yest been created or been
 moved out of incoming...
 The following information may help to resolve the situation:

 The following pakcages have unmet dependencies:
 libvcv4: Depends:libavcodec52 (=3:0.svn20090303-1) but it is not goint
 to be installed or (lot of spaces)
 libavcodec-extra-52 (=3:0.svn20090303-1) but it is not installable
 Depends:libavformat52 (=3:0.svn20090303-1)but it is not going to be
 installed or (lot of spaces)
 libavformat-extra-52 (=3:0.svn20090303-1) but it is not installable
 E:Broken packages.

 i tried to install missing lib separte, apt-get install libavcodec52
 ---libspeex1 =package libspeex1 is not available, but is referred to by
 an other package (if this information is important just tell me and i
 will add the rest of it...)

 Then i mailed Daniil Ivanov who was very kind and replay with :
 1. Enable Extras-Devel repository.
 2. apt-get update
 3. apt-get intstall libcv4

 but i got the same result, so now i pretty much stuck and dont really
 know what else i can do , so any help will be very appricate.

 My product info is:
 Nokia N900
 Maemo 5
 Version 21.2011.38-1

 if any information is needed and missing pls let me know and i will add
 it,

 eyal

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: OpenCV problem

2012-09-10 Thread Abubakar
Hi Shamsul, are you sure your repo is added properly? I have extras-devel
link added to fapman (faster application manager) as follows:

Name: extras-devel
URL: http://repository.maemo.org/extras-devel/
Distribution: fremantle-1.3
Components: free non-free

I do a:

~ $ root

and then:

orb:~# apt-get install libcv4

and I get the following:

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libavcodec52 libavformat52 libavutil49 libfaad2-0 libtheora0 libvorbis0a
  libvorbisenc2
The following NEW packages will be installed:
  libavcodec52 libavformat52 libavutil49 libcv4 libfaad2-0 libtheora0
  libvorbis0a libvorbisenc2
0 upgraded, 8 newly installed, 0 to remove and 17 not upgraded.
Need to get 5556kB of archives.
After this operation, 13.0MB of additional disk space will be used.
Do you want to continue [Y/n]?

On Mon, Sep 10, 2012 at 11:50 PM, Eyal Erez ere...@gmail.com wrote:

 Hello Shamsul,

 Thanks for the resposns.

 I enable the Extras-devel repository.
 when i write the apt-get update i get a list of update and then(i started
 from the last line that is good.. )
 Hit http://repository.maemo.org fremantle/non-free packages
 W: Failed to fetch
 http://repository.maemo.org/dists/fremantle/sdk/fremantle/binary-armel/packages404
  Not Found [IP:81.218.31.152 80]

 W:Failed to fetch
 http://repository.maemo.org/dists/fremantle/sdk/non/binary-armel/packages404 
 Not Found [IP:81.218.31.152 80]

 E:Some index files failed to download, they have been ignored, or old ones
 used instead.

 and i get the same error, the i mention before about the dependencies...

 i will add, that i even tried to surf from the N900 to this site go to  
 Fremantle Extras-devel free armel  libcv4 2.0.0-5 (both of them) and
 download and install the .deb file and then i get
 unable to install 'libcv4'. Incompatible application package.
 so what else can i do?

 eyal

 On Mon, Sep 10, 2012 at 9:30 PM, shamsul hassan shamsulbu...@gmail.comwrote:

 Hi Eyal,

 below link will help ..
 http://maemo.org/packages/view/libcv4/

 you need to enable Extras-devel or Extras-testing in the repository
 manager and then apt-get update

 Thanks
 Shamsul

 On Mon, Sep 10, 2012 at 7:23 PM, Eyal Erez ere...@gmail.com wrote:

 Hello all,

 I'm trying to use OpenCV on my Nokia N900, my first goal was to install
 the libcv4.

 I tried to use X-Terminal sudo gainroot and then apt-get install libcv4,
 then i got:
 Some packages could not be installed. THis may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages ave now yest been created or been
 moved out of incoming...
 The following information may help to resolve the situation:

 The following pakcages have unmet dependencies:
 libvcv4: Depends:libavcodec52 (=3:0.svn20090303-1) but it is not goint
 to be installed or (lot of spaces)
 libavcodec-extra-52 (=3:0.svn20090303-1) but it is not installable
 Depends:libavformat52 (=3:0.svn20090303-1)but it is not going to be
 installed or (lot of spaces)
 libavformat-extra-52 (=3:0.svn20090303-1) but it is not installable
 E:Broken packages.

 i tried to install missing lib separte, apt-get install libavcodec52
 ---libspeex1 =package libspeex1 is not available, but is referred to by
 an other package (if this information is important just tell me and i
 will add the rest of it...)

 Then i mailed Daniil Ivanov who was very kind and replay with :
 1. Enable Extras-Devel repository.
 2. apt-get update
 3. apt-get intstall libcv4

 but i got the same result, so now i pretty much stuck and dont really
 know what else i can do , so any help will be very appricate.

 My product info is:
 Nokia N900
 Maemo 5
 Version 21.2011.38-1

 if any information is needed and missing pls let me know and i will add
 it,

 eyal

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-10 Thread Javier S. Pedro
2012/9/10 Marcin Mielniczuk marmis...@linux.pl:
 Hardfp seems to not be the problem. I checked two apps segfaulting on
 0x and 2 apps running ok.
 readelf -A gives the same output (attatched) for all of them

 The apps were: segfaulting MeegoQQ and AccuWeather (wxapp),
 working allegro and QToDo.

 What may cause the segfaults? filebox for N9 causes this kind of fault too.
 I'm using cssu testing (not thumb flavor)

Note that the dynamic loader will happily link two binaries using hard
and softfp. Therefore, problems of this nature will seemingly appear
randomly, depending on where and when an app does floating point
calls. It does not matter if you link hard with softfp if neither is
doing any function call containing floating point parameters / return
types. As soon as one such call is made, then things MAY go wrong, and
in ways you'd never expect.

As usual when you approach the undefined behavior area, whatever you
experience might be caused by this, or might be caused by the phase of
the moon (aka something entirely different, unrelated, and often
totally unexpected :) ).

Javier.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-09 Thread Mohammad Abu-Garbeyyeh
Hi,

Splash screens are shown by invoker; an app could have crashed with the splash 
still showing.

--
Regards,
Mohammad Abu-Garbeyyeh

On Sep 8, 2012, at 6:48 PM, Marcin Mielniczuk marmis...@linux.pl wrote:

 Thanks,
 Is the lib Adobe-written or is it something public?
 How can we check whether an app is hardfp/softfp?
 Btw. it's no rule that N9 apps are hardfp. I've successfully launched Nokia 
 Drive but only a splash is shown. I'll cover the details soon.
 Regards,
 --
 Marcin
 
 
 
 2012/9/7 Ивайло Димитров freemangor...@abv.bg
 
 flashplayer uses a wapper lib to convert softfp calling convention to hardfp. 
 you may want to do the same :)
 
 
   Оригинално писмо 
  От:  Marcin Mielniczuk
  Относно: Re: Soft and hard float
  До: Iván Gálvez Junquera
  Изпратено на: Петък, 2012, Септември 7 15:11:06 EEST
  
  
  AFAIK, the PR bins are hardfp, but the store apps are mainly softfp. Why I 
 think so: PR bins segfault:
  Program received signal SIGSEGV, Segmentation fault0x in ?? () 
 0x: 
  So I guess it#39;s hardfp thing.
  But normal store apps run mainly ok (or at least don#39;t segfault in 
 0x)
  I recall something like hardfp to softfp emulator in case of flash player 
 or something. Is this compile time only, or can we use it with a built app? 
  Regards,--Marcin
  
  
  2012/9/7 Iván Gálvez Junquera
  According to ARM documentation, you shouldn#39;t combine them. What I 
 would like to know is if Harmattan binaries are softfp or hardfp, as it seems 
 that there is a mix of them, how is it solved in Harmattan?
  Long time ago I started a thread asking about emulation of hardfp.
  Regards
  2012/9/7 Marcin Mielniczuk
  Hi,
  I was trying to run some N9 PR1.x apps and get segfaults. So I need to 
 solve several things out.1) N9 PR is compiled with hard float and N900 has 
 soft float, right?2) Is there any way to run hard float software on soft 
 float w/o recompile?
  this may improve the compatiblity of meecolay
  Thanks in advance--Marcin
  
  
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
  
  
  
  --
  Iván Gálvez Junquera
  
  
 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-09 Thread Marcin Mielniczuk
Hi,

This splash screen is a Qt one. It shows the Noka Drive icon and the
refresh icon.
It can't be an invoker-launched splash, as this port:
http://talk.maemo.org/showthread.php?t=85716 is faulty. I'll need to perror
a bit, and if you want, you may look into this maybe you'll find why 141
error code is returned.

If you'd like to, you may try Drive out by

 LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0:/opt/meecolay/lib/libbmeipc.so.0
 meecolay drive-qml


--
Marcin



2012/9/9 Mohammad Abu-Garbeyyeh mohammad7...@gmail.com

 Hi,

 Splash screens are shown by invoker; an app could have crashed with the
 splash still showing.

 --
 Regards,
 Mohammad Abu-Garbeyyeh

 On Sep 8, 2012, at 6:48 PM, Marcin Mielniczuk marmis...@linux.pl wrote:

 Thanks,
 Is the lib Adobe-written or is it something public?
 How can we check whether an app is hardfp/softfp?
 Btw. it's no rule that N9 apps are hardfp. I've successfully launched
 Nokia Drive but only a splash is shown. I'll cover the details soon.
 Regards,
 --
 Marcin



 2012/9/7 Ивайло Димитров freemangor...@abv.bg


 flashplayer uses a wapper lib to convert softfp calling convention to
 hardfp. you may want to do the same :)


   Оригинално писмо 
  От:  Marcin Mielniczuk
  Относно: Re: Soft and hard float
  До: Iván Gálvez Junquera
  Изпратено на: Петък, 2012, Септември 7 15:11:06 EEST
  
  
  AFAIK, the PR bins are hardfp, but the store apps are mainly softfp.
 Why I think so: PR bins segfault:
  Program received signal SIGSEGV, Segmentation fault0x in ??
 () 0x:
  So I guess it#39;s hardfp thing.
  But normal store apps run mainly ok (or at least don#39;t segfault in
 0x)
  I recall something like hardfp to softfp emulator in case of flash
 player or something. Is this compile time only, or can we use it with a
 built app?
  Regards,--Marcin
  
  
  2012/9/7 Iván Gálvez Junquera
  According to ARM documentation, you shouldn#39;t combine them. What I
 would like to know is if Harmattan binaries are softfp or hardfp, as it
 seems that there is a mix of them, how is it solved in Harmattan?
  Long time ago I started a thread asking about emulation of hardfp.
  Regards
  2012/9/7 Marcin Mielniczuk
  Hi,
  I was trying to run some N9 PR1.x apps and get segfaults. So I need to
 solve several things out.1) N9 PR is compiled with hard float and N900 has
 soft float, right?2) Is there any way to run hard float software on soft
 float w/o recompile?
  this may improve the compatiblity of meecolay
  Thanks in advance--Marcin
  
  
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
  
  
  
  --
  Iván Gálvez Junquera
  
  


 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-08 Thread Marcin Mielniczuk
Thanks,
Is the lib Adobe-written or is it something public?
How can we check whether an app is hardfp/softfp?
Btw. it's no rule that N9 apps are hardfp. I've successfully launched Nokia
Drive but only a splash is shown. I'll cover the details soon.
Regards,
--
Marcin



2012/9/7 Ивайло Димитров freemangor...@abv.bg


 flashplayer uses a wapper lib to convert softfp calling convention to
 hardfp. you may want to do the same :)


   Оригинално писмо 
  От:  Marcin Mielniczuk
  Относно: Re: Soft and hard float
  До: Iván Gálvez Junquera
  Изпратено на: Петък, 2012, Септември 7 15:11:06 EEST
  
  
  AFAIK, the PR bins are hardfp, but the store apps are mainly softfp. Why
 I think so: PR bins segfault:
  Program received signal SIGSEGV, Segmentation fault0x in ??
 () 0x:
  So I guess it#39;s hardfp thing.
  But normal store apps run mainly ok (or at least don#39;t segfault in
 0x)
  I recall something like hardfp to softfp emulator in case of flash
 player or something. Is this compile time only, or can we use it with a
 built app?
  Regards,--Marcin
  
  
  2012/9/7 Iván Gálvez Junquera
  According to ARM documentation, you shouldn#39;t combine them. What I
 would like to know is if Harmattan binaries are softfp or hardfp, as it
 seems that there is a mix of them, how is it solved in Harmattan?
  Long time ago I started a thread asking about emulation of hardfp.
  Regards
  2012/9/7 Marcin Mielniczuk
  Hi,
  I was trying to run some N9 PR1.x apps and get segfaults. So I need to
 solve several things out.1) N9 PR is compiled with hard float and N900 has
 soft float, right?2) Is there any way to run hard float software on soft
 float w/o recompile?
  this may improve the compatiblity of meecolay
  Thanks in advance--Marcin
  
  
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
  
  
  
  --
  Iván Gálvez Junquera
  
  

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-07 Thread Kaj-Michael Lang
On Fri, 2012-09-07 at 13:28 +0200, Marcin Mielniczuk wrote:

  2) Is there any way to run hard float software on soft float w/o
 recompile? 

Using a hardfp chroot.

-- 
Kaj-Michael Lang mil...@tal.org

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-07 Thread Iván Gálvez Junquera
According to ARM
documentationhttp://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0041c/ch11s02s02.html,
you shouldn't combine them. What I would like to know is if Harmattan
binaries are softfp or hardfp, as it seems that there is a mix of them, how
is it solved in Harmattan?

Long time ago I started a
threadhttp://talk.maemo.org/showthread.php?t=75868asking about
emulation of hardfp.

Regards

2012/9/7 Marcin Mielniczuk marmis...@linux.pl

 Hi,

 I was trying to run some N9 PR1.x apps and get segfaults. So I need to
 solve several things out.
 1) N9 PR is compiled with hard float and N900 has soft float, right?
 2) Is there any way to run hard float software on soft float w/o recompile?

 this may improve the compatiblity of meecolay

 Thanks in advance
 --
 Marcin



 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




-- 
Iván Gálvez Junquera
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-07 Thread Marcin Mielniczuk
AFAIK, the PR bins are hardfp, but the store apps are mainly softfp. Why I
think so: PR bins segfault:

Program received signal SIGSEGV, Segmentation fault

0x in ?? ()

0x:


So I guess it's hardfp thing.

But normal store apps run mainly ok (or at least don't segfault in
0x)

I recall something like hardfp to softfp emulator in case of flash player
or something. Is this compile time only, or can we use it with a built app?

Regards,
--
Marcin



2012/9/7 Iván Gálvez Junquera ivgal...@gmail.com

 According to ARM 
 documentationhttp://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0041c/ch11s02s02.html,
 you shouldn't combine them. What I would like to know is if Harmattan
 binaries are softfp or hardfp, as it seems that there is a mix of them, how
 is it solved in Harmattan?

 Long time ago I started a 
 threadhttp://talk.maemo.org/showthread.php?t=75868asking about emulation of 
 hardfp.

 Regards

 2012/9/7 Marcin Mielniczuk marmis...@linux.pl

 Hi,

 I was trying to run some N9 PR1.x apps and get segfaults. So I need to
 solve several things out.
 1) N9 PR is compiled with hard float and N900 has soft float, right?
 2) Is there any way to run hard float software on soft float w/o
 recompile?

 this may improve the compatiblity of meecolay

 Thanks in advance
 --
 Marcin



 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




 --
 Iván Gálvez Junquera

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Soft and hard float

2012-09-07 Thread Ивайло Димитров
 
flashplayer uses a wapper lib to convert softfp calling convention to hardfp. 
you may want to do the same :)


  Оригинално писмо 
 От:  Marcin Mielniczuk 
 Относно: Re: Soft and hard float
 До: Iván Gálvez Junquera 
 Изпратено на: Петък, 2012, Септември 7 15:11:06 EEST
 
 
 AFAIK, the PR bins are hardfp, but the store apps are mainly softfp. Why I 
 think so: PR bins segfault:
 Program received signal SIGSEGV, Segmentation fault0x in ?? 
 () 0x:     
 So I guess it#39;s hardfp thing.
 But normal store apps run mainly ok (or at least don#39;t segfault in 
 0x)
 I recall something like hardfp to softfp emulator in case of flash player or 
 something. Is this compile time only, or can we use it with a built app? 
 Regards,--Marcin
 
 
 2012/9/7 Iván Gálvez Junquera 
 According to ARM documentation, you shouldn#39;t combine them. What I would 
 like to know is if Harmattan binaries are softfp or hardfp, as it seems that 
 there is a mix of them, how is it solved in Harmattan?
 Long time ago I started a thread asking about emulation of hardfp.
 Regards
 2012/9/7 Marcin Mielniczuk 
 Hi,
 I was trying to run some N9 PR1.x apps and get segfaults. So I need to solve 
 several things out.1) N9 PR is compiled with hard float and N900 has soft 
 float, right?2) Is there any way to run hard float software on soft float w/o 
 recompile?
 this may improve the compatiblity of meecolay
 Thanks in advance--Marcin
 
 
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
 
 
 
 -- 
 Iván Gálvez Junquera
 
 
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Fremantle virtual keyboard source code available

2012-08-31 Thread Marcin Mielniczuk
Hi,

RE means get from Nokia or rewrite?

Regards,
--
Marcin



2012/8/27 Iván Gálvez Junquera ivgal...@gmail.com

 Congratulations freemangordon for yet another successful development
 Fremantle replacement.

 This community won't be able to thank you as much as you deserve for your
 continuous efforts to improve Maemo 5.

 Regards

 2012/8/26 Ивайло Димитров freemangor...@abv.bg

   Hi there,

 I was able to successfully RE several components of Fremantle virtual
 keyboard:

 libhildon-im-vkbrenderer.so.3.0.3 (source package hildon-im-vkbrenderer3)
 hildon_western_fkb.so, libhildon-im-western-plugin-common.so.3.0.8
 (source package hildon-input-method-plugins)

 source code is here:

 hildon-im-vkbrenderer3 - git://
 gitorious.org/community-ssu/hildon-im-vkbrenderer3.git
 hildon-input-method-plugins - git://
 gitorious.org/community-ssu/hildon-input-method-plugins.git

 Compiled libraries are fully functional replacement of the stock closed
 source packages. No known issues so far, though an extensive testing should
 be performed before assumed stable.

 With that source code available, someone who knows GTK could easily
 implement virtual keyboard replacement, that has fully functional portrait
 mode support.

 So far I did not RE western_common_vim_settings.so (Settings UI), but
 that should be relatively easy if needed.

 Regards,
 Ivo


 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




 --
 Iván Gálvez Junquera (ivgalvez)
 Member of Maemo Council

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Fremantle virtual keyboard source code available

2012-08-31 Thread Andre Klapper
On Fri, 2012-08-31 at 13:11 +0200, Marcin Mielniczuk wrote:
 RE means get from Nokia or rewrite?

Reverse Engineer - rewrite.

andre
-- 
Andre Klapper (maemo.org bugmaster  GNOME Bugsquad)
http://blogs.gnome.org/aklapper/

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Fremantle virtual keyboard source code available

2012-08-31 Thread Marcin Mielniczuk
Thanks for explanation to Andre and for hard work to freemangordon!

freemangordon: You should announce it on tmo, so that more people will
notice your work.

Regards,
--
Marcin



2012/8/31 Andre Klapper andre_klap...@gmx.net

 On Fri, 2012-08-31 at 13:11 +0200, Marcin Mielniczuk wrote:
  RE means get from Nokia or rewrite?

 Reverse Engineer - rewrite.

 andre
 --
 Andre Klapper (maemo.org bugmaster  GNOME Bugsquad)
 http://blogs.gnome.org/aklapper/

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Fremantle virtual keyboard source code available

2012-08-31 Thread Ивайло Димитров
 

Well, I somehow announced it: 
http://talk.maemo.org/showpost.php?p=1256014amp;postcount=52

Still waiting someone to take it from here


 Оригинално писмо 
От:  Marcin Mielniczuk  
Относно: Re: Fremantle virtual keyboard source code available
До: Andre Klapper  
Изпратено на: Петък, 2012, Август 31 14:34:56 EEST


Thanks for explanation to Andre and for hard work to freemangordon! 
  freemangordon: You should announce it on tmo, so that more people will notice 
your work.  
  Regards,  -- 

Marcin 



 2012/8/31 Andre Klapper   andre_klap...@gmx.net  
 

 On Fri, 2012-08-31 at 13:11 +0200, Marcin Mielniczuk wrote:

 RE means get from Nokia or rewrite?



 Reverse Engineer - rewrite.

  

andre

--

Andre Klapper ( maemo.org  bugmaster amp; GNOME Bugsquad)

 http://blogs.gnome.org/aklapper/ 



___

maemo-developers mailing list

 maemo-developers@maemo.org 

 https://lists.maemo.org/mailman/listinfo/maemo-developers 


 

  ___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Fremantle virtual keyboard source code available

2012-08-27 Thread Iván Gálvez Junquera
Congratulations freemangordon for yet another successful development
Fremantle replacement.

This community won't be able to thank you as much as you deserve for your
continuous efforts to improve Maemo 5.

Regards

2012/8/26 Ивайло Димитров freemangor...@abv.bg

  Hi there,

 I was able to successfully RE several components of Fremantle virtual
 keyboard:

 libhildon-im-vkbrenderer.so.3.0.3 (source package hildon-im-vkbrenderer3)
 hildon_western_fkb.so, libhildon-im-western-plugin-common.so.3.0.8 (source
 package hildon-input-method-plugins)

 source code is here:

 hildon-im-vkbrenderer3 - git://
 gitorious.org/community-ssu/hildon-im-vkbrenderer3.git
 hildon-input-method-plugins - git://
 gitorious.org/community-ssu/hildon-input-method-plugins.git

 Compiled libraries are fully functional replacement of the stock closed
 source packages. No known issues so far, though an extensive testing should
 be performed before assumed stable.

 With that source code available, someone who knows GTK could easily
 implement virtual keyboard replacement, that has fully functional portrait
 mode support.

 So far I did not RE western_common_vim_settings.so (Settings UI), but that
 should be relatively easy if needed.

 Regards,
 Ivo


 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




-- 
Iván Gálvez Junquera (ivgalvez)
Member of Maemo Council
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re:

2012-08-21 Thread Paul Hartman
On Tue, Aug 21, 2012 at 11:46 AM, Ивайло Димитров freemangor...@abv.bg wrote:
  Hi guys,

 I want to officially announce my success on achieving what was considered
 impossible - stable thumb2 compiled binaries in Fremantle on N900.

 More details here:
 http://talk.maemo.org/showthread.php?t=84829

 So far I don't have hard values for RAM usage reduction, but it should be in
 the range of 20-30 MB (depending on the usage pattern). Anuway, the
 combination of reduced memory footprint and latest gcc makes a real
 difference.

 Regards,

 Ivaylo Dimitrov

Thank you and congratulations on this project. I tried it on an extra
N900 and it does seem to make a noticeable difference. As a user I
hope that there is some possibility for it to be mainlined into the
CSSU (if CSSU decides to ship its own kernel). These along with
default stable smartreflex really gives the N900 a new life. It feels
faster to use and the battery lasts longer than ever before.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Fwd: Fw: Re: [Fw: CSSU meeting ]

2012-08-20 Thread Christian Ratzenhofer

The meeting basically had 2 discussion points:

#1 adoption of a kernel into cssu
#2 upgrade of the toolchain used to build cssu

As for the kernel, and the libc select/pselect bug that could be fixed 
with an updated kernel we still haven't come to a clear decision.
freemangordon suggested to take the power kernel and strip it of 
unstable patches, which leads to the problem of how to review the 
patches kernel power contains.
Another solution would be to take the current nokia provided kernel 
source and backport only necessary patches to keep a system that is as 
stable as possible. For this job nobody stepped forward though.
I personally would prefer the second solution since it should be the 
users choice if they want everything (or even a subset) of the 
features/changes the power kernel brings to their device, whilst the 
select/pselect bug has to be fixed regardless if the kernel is as stock 
as it can get or if it's the power kernel.
Here we reached no real decision, but if a maintainer for a patched 
stock kernel shows up it will be integrated quickly.


The upgraded toolchain is if anything something for future.
Cssu-thumb already uses an upgraded toolchain because otherwise it 
wouldn't work, so it could provide a benchmark of the stability of a 
chosen toolchain in the future, but there was no decision as to when or 
if we change the toolchain that is is used for -testing and -stable.


Am 18.08.2012 10:38, schrieb ?? :

afaik merlin1991 is on holiday till monday, with flaky inet :).



 ?? ? 
??: Iván Gálvez Junquera
???: Fwd: Fw: Re: [Fw: CSSU meeting ]
??: maemo-developers@maemo.org
? ??: ?, 2012, ?? 17 19:16:10 EEST


Hi

I'm resending this message as I have noticed that it was rejected by 
maemo-developers mailing list as I wasn't properly subscribed.


I'd also like to comment that it would be useful to have scheduled 
meetings, considering the big momentum and the quantity of developers 
and contributors that CSSU is receiving. At least if it doesn't 
increase the overhead of the project.


Merlin1991,

Being the maintainer of CSSU, could you please provide, maybe via 
mailing list, the minutes of the meeting with a brief summary of the 
decisions adopted?


I know that logs are available, but there has been a lot of 
argumentation after the meeting, and It is appreciated if you can 
clarify which direction that is going to be adopted, specially about KP.


Regards and thanks for all the time you are investing on this.

Regards
-- Forwarded message --
From: *Iván Gálvez Junquera* ivgal...@gmail.com 
../servlet/sendmess?ac=sabto=ivgal...@gmail.com

Date: 2012/8/11
Subject: Re: Fw: Re: [Fw: CSSU meeting ]
To: maemo-developers@maemo.org 
../servlet/sendmess?ac=sabto=maemo-developers@maemo.org, 
coun...@maemo.org ../servlet/sendmess?ac=sabto=coun...@maemo.org
Cc: ?? ? freemangor...@abv.bg 
../servlet/sendmess?ac=sabto=freemangor...@abv.bg, Christian 
Ratzenhofer christian_ratzenho...@yahoo.de 
../servlet/sendmess?ac=sabto=christian_ratzenho...@yahoo.de



Merlin1991,

Being the maintainer of CSSU, could you please provide, maybe via 
mailing list, the minutes of the meeting with a brief summary of the 
decisions adopted?


I know that logs are available, but there has been a lot of 
argumentation after the meeting, and It is appreciated if you can 
clarify which direction that is going to be adopted, specially about KP.


Regards and thanks for all the time you are investing on this.

2012/8/2 Marcin Mielniczuk marmis...@linux.pl 
../servlet/sendmess?ac=sabto=marmis...@linux.pl


I resend this as I sent it from wrong mail address :P

-- 
Sent from my Nokia N900

Marcin


-- Mensaje reenviado --
From: Marcin Mielniczuk marmistrz...@gmail.com
../servlet/sendmess?ac=sabto=marmistrz...@gmail.com
To: ?? ? freemangor...@abv.bg
../servlet/sendmess?ac=sabto=freemangor...@abv.bg,
maemo-developers@maemo.org
../servlet/sendmess?ac=sabto=maemo-developers@maemo.org,
coun...@maemo.org ../servlet/sendmess?ac=sabto=coun...@maemo.org
Cc:
Date: Thu, 02 Aug 2012 18:50:10 +0200
Subject: Re: [Fw: CSSU meeting ]
Hi,

I have some debug info about eglibc I compiled but causes many
problems.

I'm attaching gdb logs from Calendar and Angry Birds Classic for
MeeGo, the 2nd one run thru MeeCoLay. Calendar from libc6 2.10
only, the AB problem exist with both version of glibc. hth.

I've got some more info about problems with libc6 from gcc 4.6
and fremantle thread, I'll send it later.

I'm not at home and have a limited internet access, so I won't be
able to attend.
-- 
Sent from my Nokia N900

Marcin

On Thu Aug  2 2012 10:38:47 AM CEST, ?? 
freemangor...@abv.bg
../servlet/sendmess?ac=sabto=freemangor...@abv.bg wrote:

  Hi all,

 Following the attached mail, I would like

Re: Fwd: Fw: Re: [Fw: CSSU meeting ]

2012-08-18 Thread Ивайло Димитров
 afaik merlin1991 is on holiday till monday, with flaky inet 
:).



 Оригинално писмо 
От:  Iván Gálvez Junquera  
Относно: Fwd: Fw: Re: [Fw: CSSU meeting ]
До: maemo-developers@maemo.org
Изпратено на: Петък, 2012, Август 17 19:16:10 EEST


Hi

I'm resending this message as I have noticed that it was rejected by 
maemo-developers mailing list as I wasn't properly subscribed.

I'd also like to comment that it would be useful to have scheduled meetings, 
considering the big momentum and the quantity of developers and contributors 
that CSSU is receiving. At least if it doesn't increase the overhead of the 
project.


 Merlin1991,Being the maintainer of CSSU, could you please 
provide, maybe via mailing list, the minutes of the meeting with a brief
 summary of the decisions adopted?I know that logs are 
available, but there has been a lot of argumentation after the meeting, 
and It is appreciated if you can clarify which direction that is going 
to be adopted, specially about KP.  
  Regards and thanks for all the time you are investing on this. 
 
Regards
-- Forwarded message --

From:  Iván Gálvez Junqueraivgal...@gmail.com  
Date: 2012/8/11
Subject: Re: Fw: Re: [Fw: CSSU meeting ]
To:  maemo-developers@maemo.org ,  coun...@maemo.org 

Cc: Ивайло Д  freemangor...@abv.bg , Christian Ratzenhofer  
christian_ratzenho...@yahoo.de 


  Merlin1991,


Being the maintainer of CSSU, could you please provide, maybe via mailing list, 
the minutes of the meeting with a brief summary of the decisions adopted?

I know that logs are available, but there has been a lot of argumentation after 
the meeting, and It is appreciated if you can clarify which direction that is 
going to be adopted, specially about KP.



Regards and thanks for all the time you are investing on this.
 
 2012/8/2 Marcin Mielniczuk   marmis...@linux.pl  



   
  




 

I resend this as I sent it from wrong mail address :P

   --  

 Sent from my Nokia N900 

 Marcin  
 
 



  -- Mensaje reenviado --
From:
Marcin Mielniczuk  marmistrz...@gmail.com 
To:
Ивайло Д  freemangor...@abv.bg ,  maemo-developers@maemo.org ,  
coun...@maemo.org 


Cc:

Date:
Thu, 02 Aug 2012 18:50:10 +0200
Subject:
Re: [Fw: CSSU meeting ]
  




 

  Hi,



I have some debug info about eglibc I compiled but causes many problems.



I'm attaching gdb logs from Calendar and Angry Birds Classic for MeeGo, the 2nd 
one run thru MeeCoLay. Calendar from libc6 2.10 only, the AB problem exist with 
both version of glibc. hth.



I've got some more info about problems with libc6 from gcc 4.6 and fremantle 
thread, I'll send it later.



I'm not at home and have a limited internet access, so I won't be able to 
attend.

   --  

 Sent from my Nokia N900 

 Marcin 



  On Thu Aug
  2 2012 10:38:47 AM CEST, Ивайло Димитров  freemangor...@abv.bg  wrote:




  Hi all,

 

 Following the attached mail, I would like to propose a meeting of CSSU

 team and everyone who is involved/interested. The meeting to be help on

 #maemo-ssu IRC channel on  freenode.net  , today, 02.08.2012 18:00 UTC.

 

 Topics to be discussed:

 

 1. Inclusion of kernel replacement in CSSU (community kernel) and

 possibilities of a kernel upgrade to a newer version. 2. Upgrade of

 toolchain used to build CSSU stuff. 3. glibc/kernel pselect() fix and

 evaluation/planning of glibc upgrade to a newer version.

 

 Regards,

 

 Ivaylo Dimitrov (freemangordon)

 

 

 

 



 
  CSSU meeting


 
 
 



  
 -- 
Iván Gálvez Junquera

   
 
 
-- 
Iván Gálvez Junquera


 

-
Гражданска отговорност – Цените на компаниите
http://www.sdi.bg/onlineInsurance/?utm_source=gbgutm_medium=txtLinkutm_content=home___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Fwd: Fw: Re: [Fw: CSSU meeting ]

2012-08-17 Thread Iván Gálvez Junquera
Hi

I'm resending this message as I have noticed that it was rejected by
maemo-developers mailing list as I wasn't properly subscribed.

I'd also like to comment that it would be useful to have scheduled
meetings, considering the big momentum and the quantity of developers and
contributors that CSSU is receiving. At least if it doesn't increase the
overhead of the project.

Merlin1991,

Being the maintainer of CSSU, could you please provide, maybe via mailing
list, the minutes of the meeting with a brief summary of the decisions
adopted?

I know that logs are available, but there has been a lot of argumentation
after the meeting, and It is appreciated if you can clarify which direction
that is going to be adopted, specially about KP.

Regards and thanks for all the time you are investing on this.

Regards
-- Forwarded message --
From: Iván Gálvez Junquera ivgal...@gmail.com
Date: 2012/8/11
Subject: Re: Fw: Re: [Fw: CSSU meeting ]
To: maemo-developers@maemo.org, coun...@maemo.org
Cc: Ивайло Д freemangor...@abv.bg, Christian Ratzenhofer 
christian_ratzenho...@yahoo.de


Merlin1991,

Being the maintainer of CSSU, could you please provide, maybe via mailing
list, the minutes of the meeting with a brief summary of the decisions
adopted?

I know that logs are available, but there has been a lot of argumentation
after the meeting, and It is appreciated if you can clarify which direction
that is going to be adopted, specially about KP.

Regards and thanks for all the time you are investing on this.

2012/8/2 Marcin Mielniczuk marmis...@linux.pl

 **

 I resend this as I sent it from wrong mail address :P
 --
 Sent from my Nokia N900
 Marcin



 -- Mensaje reenviado --
 From: Marcin Mielniczuk marmistrz...@gmail.com
 To: Ивайло Д freemangor...@abv.bg, maemo-developers@maemo.org,
 coun...@maemo.org
 Cc:
 Date: Thu, 02 Aug 2012 18:50:10 +0200
 Subject: Re: [Fw: CSSU meeting ]
 **

 Hi,

 I have some debug info about eglibc I compiled but causes many problems.

 I'm attaching gdb logs from Calendar and Angry Birds Classic for MeeGo,
 the 2nd one run thru MeeCoLay. Calendar from libc6 2.10 only, the AB
 problem exist with both version of glibc. hth.

 I've got some more info about problems with libc6 from gcc 4.6 and
 fremantle thread, I'll send it later.

 I'm not at home and have a limited internet access, so I won't be able to
 attend.
 --
 Sent from my Nokia N900
 Marcin

 On Thu Aug  2 2012 10:38:47 AM CEST, Ивайло Димитров freemangor...@abv.bg
 wrote:

   Hi all,
 
  Following the attached mail, I would like to propose a meeting of CSSU
  team and everyone who is involved/interested. The meeting to be help on
  #maemo-ssu IRC channel on freenode.net , today, 02.08.2012 18:00 UTC.
 
  Topics to be discussed:
 
  1. Inclusion of kernel replacement in CSSU (community kernel) and
  possibilities of a kernel upgrade to a newer version. 2. Upgrade of
  toolchain used to build CSSU stuff. 3. glibc/kernel pselect() fix and
  evaluation/planning of glibc upgrade to a newer version.
 
  Regards,
 
  Ivaylo Dimitrov (freemangordon)
 
 
 
 

 Attachment  CSSU meeting





-- 
Iván Gálvez Junquera



-- 
Iván Gálvez Junquera
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Compiling Qt 4.7.4

2012-08-10 Thread Marcin Mielniczuk
OK, I found where the problems is.
I'm getting

 g++ -c -pipe -O2 -g -Wno-psabi -Wall -W
  -I../../../mkspecs/linux-g++-maemo -I. -o sqlite.o sqlite.cpp
 cc1plus: error: unrecognized command line option -Wno-psabi
 make[1]: *** [sqlite.o] Error 1


And in mkspecs/linux-g++-maemo/qmake.conf (qmake configuration for Maemo 5
 6, to quote the file)

 # We still need to generate debug symbols in release mode to put into the
 *-dbg packages:
 QMAKE_CFLAGS_RELEASE+= -g -Wno-psabi
 QMAKE_CXXFLAGS_RELEASE  += -g -Wno-psabi


can the -Wno-psabi option be safely removed (iirc -W* options are only
about warnings)?
--
Marcin



2012/8/9 Ивайло Димитров freemangor...@abv.bg

  Qt 4.7.4 in CSSU has no compile problems in SB, maybe you will want to
 clone that and work on it, instead of using the official repo.




  Оригинално писмо 
 От: Marcin Mielniczuk **
 Относно: Compiling Qt 4.7.4
 До: maemo-developers@maemo.org
 Изпратено на: Четвъртък, 2012, Август 9 20:41:05 EEST



 Hi
 I want to compile some MeeGo-specific Qt libraries from qt4-x11 source. I
 saw in CSSU changelog that someone (freemangordon?) fixed some of the
 compile errors for CSSU.
 I'm experiencing SQLite support cannot be enabled due to functionality
 tests! error when running dpkg-buildpackage -rfakeroot. Was it one of the
 errors fixed for CSSU? Is there any way to fix it?
 Thanks in advance

 --
 Marcin


   **

 -
 Гражданска отговорност – Цените на 
 компаниитеhttp://a.abv.bg/www/delivery/ck.php?oaparams=2__bannerid=150180__zoneid=63__oadest=http://www.sdi.bg/onlineInsurance/?utm_source=gbgutm_medium=txtLinkutm_content=home

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Compiling Qt 4.7.4

2012-08-09 Thread Ивайло Димитров
 Qt 4.7.4 in CSSU has no compile problems in SB, maybe you will want to clone 
that and work on it, instead of using the official repo.




 Оригинално писмо 
От:  Marcin Mielniczuk  
Относно: Compiling Qt 4.7.4
До: maemo-developers@maemo.org
Изпратено на: Четвъртък, 2012, Август 9 20:41:05 EEST


Hi I want to compile some MeeGo-specific Qt libraries from qt4-x11 source. I 
saw in CSSU changelog that someone (freemangordon?) fixed some of the compile 
errors for CSSU.  I'm experiencing
SQLite support cannot be enabled due to functionality tests! error when 
running dpkg-buildpackage -rfakeroot. Was it one of the errors fixed for CSSU? 
Is there any way to fix it? 

 Thanks in advance
   -- Marcin 



 

 

-
Гражданска отговорност – Цените на компаниите
http://www.sdi.bg/onlineInsurance/?utm_source=gbgutm_medium=txtLinkutm_content=home___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: [Announce] SDL w/ X11/EGL/GLES2 backend for Harmattan

2012-08-08 Thread Marcin Mielniczuk
Will this version be able to resize 854x480 apps from Harmattan to 800x480
Fremantle resolution?
--
Marcin



2012/8/7 Ville Syrjälä syrj...@sci.fi

 Some time ago I started fiddling around with SDL. I didn't even want to
 think about using the pvr2d stuff, so I decided to implement hardware
 acceleration using EGL/GLES2.

 I took some version of the harmattan SDL port, removed the pvr2d stuff,
 and added the EGL/GLES2 stuff to the X11 video code. It's not very
 cleanly added, and I'm sure there are various issues with window
 re-creation and whatnot.

 Features:
 - EGL/GLES2 based, no pvr2d stuff
 - Always uses a shadow buffer, because preserved flips aren't supported on
   the platform.
 - Automagically scales the application content to fullscreen using the GPU.
 - Software access to hardware surfaces implemented with glFinish() and
   EGL_KHR_lock_surface. I initially tried to use EGL_KHR_fence_sync instead
   of glFinish() but there seemed to be some flushing bug left in the driver
   causing problems. glFinish() should be OK on pvr, but on some other
   hardware it could be a problem. So it's not the most portable solution.
 - Supports color keyed and alpha blended blits. Only color keying has
   actually been tested.
 - some SDL tests, uqm and scummvm seem to work reasonably well

 The code is here [1] in case anyone is interested. It was languishing on
 my hard drive already for some time, and since I wasn't able to motivate
 myself to work on it further, I decided to set if free as is. The git
 history is a bit of a mess, but ATM I'm too lazy to clean it up.

 [1] https://gitorious.org/harmattan-sdl/sdl

 --
 Ville Syrjälä
 syrj...@sci.fi
 http://www.sci.fi/~syrjala/
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: [Announce] SDL w/ X11/EGL/GLES2 backend for Harmattan

2012-08-08 Thread Ville Syrjälä
On Wed, Aug 08, 2012 at 01:02:22PM +0200, Marcin Mielniczuk wrote:
 Will this version be able to resize 854x480 apps from Harmattan to 800x480
 Fremantle resolution?

In such a case w/ 858x480 SDL surface and 800x480 screen resolution, the
code would scale it to 800x(480*800/854). So it tries to preserve the
aspect ratio, but it does assume square pixels, so eg. some old 320x200
game port would have distorted aspect ratio.

But if you considering using this on Fremantle you can probably forget it,
since IIRC some of the required EGL/GLES2 features are missing.

 2012/8/7 Ville Syrjälä syrj...@sci.fi
 
  Some time ago I started fiddling around with SDL. I didn't even want to
  think about using the pvr2d stuff, so I decided to implement hardware
  acceleration using EGL/GLES2.
 
  I took some version of the harmattan SDL port, removed the pvr2d stuff,
  and added the EGL/GLES2 stuff to the X11 video code. It's not very
  cleanly added, and I'm sure there are various issues with window
  re-creation and whatnot.
 
  Features:
  - EGL/GLES2 based, no pvr2d stuff
  - Always uses a shadow buffer, because preserved flips aren't supported on
the platform.
  - Automagically scales the application content to fullscreen using the GPU.
  - Software access to hardware surfaces implemented with glFinish() and
EGL_KHR_lock_surface. I initially tried to use EGL_KHR_fence_sync instead
of glFinish() but there seemed to be some flushing bug left in the driver
causing problems. glFinish() should be OK on pvr, but on some other
hardware it could be a problem. So it's not the most portable solution.
  - Supports color keyed and alpha blended blits. Only color keying has
actually been tested.
  - some SDL tests, uqm and scummvm seem to work reasonably well
 
  The code is here [1] in case anyone is interested. It was languishing on
  my hard drive already for some time, and since I wasn't able to motivate
  myself to work on it further, I decided to set if free as is. The git
  history is a bit of a mess, but ATM I'm too lazy to clean it up.
 
  [1] https://gitorious.org/harmattan-sdl/sdl
 
  --
  Ville Syrjälä
  syrj...@sci.fi
  http://www.sci.fi/~syrjala/
  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
 

-- 
Ville Syrjälä
syrj...@sci.fi
http://www.sci.fi/~syrjala/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: replacement for wl1251-cal

2012-08-07 Thread Eero Tamminen

Hi,

On 08/03/2012 11:03 PM, ext Jonathan Wilson wrote:

6.My tool may leak resources (e.g. not closing handles properly) where
the Nokia tool does not (or in some cases the Nokia tool may leak
resources that my tool does not)


AFAIK there are no known leaks with these Nokia tools.

To measure and graph resource usage changes in the whole system,
you can use sp-endurance:
http://wiki.maemo.org/Documentation/devtools/maemo5/sp-endurance
http://wiki.maemo.org/Documentation/devtools/maemo5/sp-endurance-postproc

The docs for the newer Harmattan version are here:
http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Developer_tools_Performance_testing_tools_Using_sp-endurance.html
http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Developer_tools_Performance_testing_tools_Using_sp-endurance-postproc.html


To analyze the leakage... If it's about memory, Valgrind Memcheck
and Massif tools might help you if pointers are lost or leak is large:
http://wiki.maemo.org/Documentation/devtools/maemo5/valgrind

For smaller and non-memory leaks sp-rtrace  functracer are most
likely best alternatives:
http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Developer_tools_Debugging_tools_Using_functracer.html
http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Developer_tools_Debugging_tools_Using_sp-rtrace.html
http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Developer_tools_Debugging_tools_Using_sp-rtrace-visualize.html

Sources for the sp-* tools are here:
https://maemo.gitorious.org/maemo-tools

(Debian/Maemo packaging is typically in the maemo-packaging branch.)


- Eero
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Fw: Re: [Fw: CSSU meeting ]

2012-08-02 Thread Marcin Mielniczuk
I resend this as I sent it from wrong mail address :P
-- 
Sent from my Nokia N900
Marcin---BeginMessage---
Hi,

I have some debug info about eglibc I compiled but causes many problems.

I'm attaching gdb logs from Calendar and Angry Birds Classic for MeeGo, the 2nd 
one run thru MeeCoLay. Calendar from libc6 2.10 only, the AB problem exist with 
both version of glibc. hth.

I've got some more info about problems with libc6 from gcc 4.6 and fremantle 
thread, I'll send it later.

I'm not at home and have a limited internet access, so I won't be able to 
attend.
-- 
Sent from my Nokia N900
Marcin

On Thu Aug   2 2012 10:38:47 AM CEST, Ивайло Димитров freemangor...@abv.bg 
wrote:

   Hi all,
 
 Following the attached mail, I would like to propose a meeting of CSSU
 team and everyone who is involved/interested. The meeting to be help on
 #maemo-ssu IRC channel on freenode.net , today, 02.08.2012 18:00 UTC.
 
 Topics to be discussed:
 
 1. Inclusion of kernel replacement in CSSU (community kernel) and
 possibilities of a kernel upgrade to a newer version. 2. Upgrade of
 toolchain used to build CSSU stuff. 3. glibc/kernel pselect() fix and
 evaluation/planning of glibc upgrade to a newer version.
 
 Regards,
 
 Ivaylo Dimitrov (freemangordon)
 
 
 
 

Attachment   CSSU meeting

---End Message---
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: N900 dbus interfaces

2012-07-28 Thread Pali Rohár
On Saturday 28 July 2012 12:16:43 Jonathan Wilson wrote:
 I have created a Wiki post to document the known Nokia-specific
 dbus interfaces used on the N900.
 http://wiki.maemo.org/N900_dbus

 Let me know if you have any feedback on the page or if you have
 anything to add to it.

Hi! This is really good page. Maybe usefull would be write for
each dbus interface which daemon it handle (+deb package which
install that daemon). Also can you add if daemon/package is
proprietary or open source?

--
Pali Rohár
pali.ro...@gmail.com

signature.asc
Description: This is a digitally signed message part.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: N900 dbus interfaces

2012-07-28 Thread Daniil Ivanov
On Sat, Jul 28, 2012 at 10:58 AM, Pali Rohár pali.ro...@gmail.com wrote:
 On Saturday 28 July 2012 12:16:43 Jonathan Wilson wrote:
 I have created a Wiki post to document the known Nokia-specific
 dbus interfaces used on the N900.
 http://wiki.maemo.org/N900_dbus

 Let me know if you have any feedback on the page or if you have
 anything to add to it.

 Hi! This is really good page. Maybe usefull would be write for
 each dbus interface which daemon it handle (+deb package which
 install that daemon). Also can you add if daemon/package is
 proprietary or open source?

One can check service files under /usr/share/dbus-1/system-services/
to match binary names to
DBus names and then dpkg -S to match packages to that.

Thanks, Daniil
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: information required to replace Maemo5 wlan bits

2012-07-25 Thread Jamie Thompson

Just to let you know, that IMHO the analysis and information you are
collecting are even more important than rewriting the proprietary
components. It helps both understanding the inner workings of the
system (what about writing a Maemo 5 Internals document for the
proprietary parts? :)) and help people interacting with these
components, customizing them (e.g. binary patching) or replacing them
when necessary.

Anyway, I appreciate reading these RE analysis, even though I'm not
actively using my N900 (now playing with N9). Maybe it could be added
to some wiki section as well?


Agreed, I am also immensely grateful for all the reverse-engineering 
that goes on. One day I'll finally get around to reimplementing the 
conversations and address books ;)


I also think the wiki is far more visible long-term than the mailing 
list archive (though it's good to have it in more than one place), so
putting things there would be great. The mailing list is obviously far 
better for drawing attention to it though (as is posting to TMO, as you

have been).


I'm not sure what would be the point of replacing the proprietary
WLAN bits.

1.Ability to support WiFi security mechanisms that the stock bits
dont support
2.Support for assigning higher priorities to different wireless
networks
(i.e. if you move into range of a higher-priority network than the
one you
are on, it will join to that)

Probably other things too.


The particular reason I briefly looked at this a while back was to be 
able to have WiFi and cellular active at the same time without having to
run a hotspot application (i.e. the WiFi as a client to my existing 
wireless network, not a new AP). In my case, I just wanted to be able to
SSH to my phone over WiFi whilst it was sharing it's cellular signal 
over PC-Suite/Unix-mode USB. In the end I set the N900 up as a router
and switched to Windows-mode USB networking, but it would be nice and 
much simpler to just use it as I originally intended (not to mention, I
can't seem to get PC-Suite mode to work again afterwards without a 
reboot).


- Jamie
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: information required to replace Maemo5 wlan bits

2012-07-23 Thread Anderson Lizardo
Hi, Jonathan,

On Thu, Jul 19, 2012 at 4:13 PM, Jonathan Wilson jfwf...@tpgi.com.au wrote:
 Here is the information on the things you need to know about/provide/use/etc
 in order to replace the Maemo5 ICD WLAN plugin with something better (e.g.
 based on wpa-supplicant) and have every other package on the stock install
 continue to work properly.
 [snip]

Just to let you know, that IMHO the analysis and information you are
collecting are even more important than rewriting the proprietary
components. It helps both understanding the inner workings of the
system (what about writing a Maemo 5 Internals document for the
proprietary parts? :)) and help people interacting with these
components, customizing them (e.g. binary patching) or replacing them
when necessary.

Anyway, I appreciate reading these RE analysis, even though I'm not
actively using my N900 (now playing with N9). Maybe it could be added
to some wiki section as well?

Best Regards,
-- 
Anderson Lizardo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: information required to replace Maemo5 wlan bits

2012-07-23 Thread Jonathan Wilson

Timur Kristóf wrote:

I'm not sure what would be the point of replacing the proprietary WLAN bits.

1.Ability to support WiFi security mechanisms that the stock bits dont support
2.Support for assigning higher priorities to different wireless networks 
(i.e. if you move into range of a higher-priority network than the one you 
are on, it will join to that)


Probably other things too.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Any interest in replacing ICD?

2012-07-22 Thread Naikel Aparicio
So you’re looking for a developer for this project because you don’t have time 
to do this but you’re the only person interesed in it?

I don’t really feel the need to replace the Internet Connectivity Daemon with 
something else.  Why do you want to do this exactly?  Just out of curiosity.

Regards,

Naikel aka Sc0rpius

From: Jonathan Wilson 
Sent: Saturday, July 21, 2012 12:11 PM
To: maemo-developers 
Subject: Any interest in replacing ICD?

I am in the process of figuring out all the dbus interfaces, gconf keys etc 
that one would need to support in order to replace ICD with something else 
(e.g. whatever MeeGo/Nemo/Mer/etc uses) and still have other parts of the 
system keep working but I want to know if there is actually any interest in 
this work (and in an ICD replacement) or whether I should abandon it and 
give up.
No point in me working on this if no-one else cares (e.g. someone who can 
help write code or who knows how the replacement thingo that we would be 
using works)...
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Any interest in replacing ICD?

2012-07-21 Thread Cláudio Sampaio
On Sat, Jul 21, 2012 at 1:41 PM, Jonathan Wilson jfwf...@tpgi.com.auwrote:

 I am in the process of figuring out all the dbus interfaces, gconf keys
 etc that one would need to support in order to replace ICD with something
 else (e.g. whatever MeeGo/Nemo/Mer/etc uses) and still have other parts of
 the system keep working but I want to know if there is actually any
 interest in this work (and in an ICD replacement) or whether I should
 abandon it and give up.
 No point in me working on this if no-one else cares (e.g. someone who can
 help write code or who knows how the replacement thingo that we would be
 using works)...


Speaking of which, is there any page for N9 where all the relevant dbus
calls are documented? Most of the tricks in
http://wiki.maemo.org/Phone_control do not work.

Regards,
-- 
Cláudio Patola Sampaio
IRC: ptl  - Yahoo: patolaaa
Campinas, SP - Brazil.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Same or newer version already in extras-devel

2012-06-15 Thread Antonio Aloisio
Hi Luca,
If you don't want to wait for other people to delete the package, you
could  always use epoch [1] to fix the package version.

Ciao,
Antonio

[1] http://www.debian.org/doc/debian-policy/ch-controlfields.html

On Fri, Jun 15, 2012 at 2:39 PM, Vaudano Luca vaud...@gmail.com wrote:
 Hello

 today I tried to upload in the devel repository the new version of
 eina but I got this error:

 [2012-06-15 12:36:01] Processing package eina 1.2.1-1maemo1. Uploader:
 zeusone, builder: builder1
 [2012-06-15 12:36:05] REJECTED: The same or newer version (eina
 68843-1maemo1) is already in extras-devel

 The cause of this problem is that previously I wrongly used the
 subversion revision number and now I want to use the official release
 number.
 How can I solve this problem? Can someone delete the previous version?

 I have the issue on all the EFL libraries: eina eet evas ecore embryo
 edje elementary.

 Thanks
 regards
 Luca
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Same or newer version already in extras-devel

2012-06-15 Thread Vaudano Luca
Thanks a lot
I'll try it

ciao
Luca

On Fri, Jun 15, 2012 at 1:53 PM, Antonio Aloisio
antonio.aloi...@gmail.com wrote:
 Hi Luca,
 If you don't want to wait for other people to delete the package, you
 could  always use epoch [1] to fix the package version.

 Ciao,
 Antonio

 [1] http://www.debian.org/doc/debian-policy/ch-controlfields.html

 On Fri, Jun 15, 2012 at 2:39 PM, Vaudano Luca vaud...@gmail.com wrote:
 Hello

 today I tried to upload in the devel repository the new version of
 eina but I got this error:

 [2012-06-15 12:36:01] Processing package eina 1.2.1-1maemo1. Uploader:
 zeusone, builder: builder1
 [2012-06-15 12:36:05] REJECTED: The same or newer version (eina
 68843-1maemo1) is already in extras-devel

 The cause of this problem is that previously I wrongly used the
 subversion revision number and now I want to use the official release
 number.
 How can I solve this problem? Can someone delete the previous version?

 I have the issue on all the EFL libraries: eina eet evas ecore embryo
 edje elementary.

 Thanks
 regards
 Luca
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: EFL update

2012-06-15 Thread Vaudano Luca
Hello

I just updated the latest stable version of the Enlightenment
Foundation Library (EFL)
http://www.enlightenment.org/p.php?p=news/showl=ennews_id=47

Regards
Luca
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: GtkWidget* handler from QWidget

2012-06-08 Thread timur
Hello Naikel,

There are two things that come to my mind:
- I implemented a Qt-based api for that stuff a long time ago
- It's not possible to attach them to your window, but it's possible to add an 
entry to a config file, and then it will attach the notification to your window
- Led/vibration notifications are possible by setting a notification hint, 
regardless of whether or not it's attached to your window.

If you wish, I can point you to the right direction. :)

Timur
Sent from my Nokia N950



On 2012.06.08. 7:34 Naikel Aparicio wrote:

Not really.

Those are the banners and notes, as you can see in screenshots in 
http://doc.qt.nokia.com/qt-maemo-4.6/maemo5-informationbox.html

What I want is the notification bubble.  Sadly anyway I just found 
libhildon-plugins-notify-sv.so didn’t implement correctly the 
org.freedesktop.Notifications notifications.  Maemo will only attach the 
notifications depending on the hint category to a predefined program, that is 
Modest for email, Conversations for IM/chat, etc.  It’s not customizable.  If 
you don’t set a category hint in your notification the daemon simply ignores 
everything and shows a notification that is totally useless with no sound, no 
LED alert, no vibration, no attachment to another widget and most importantly: 
it never updates itself.

That means if you write your own email client, you can’t create notifications 
that are attached to it; if you set the category “email-message” it will always 
be attached to modest.  When I say “attach” is that the notification belongs to 
the same widget and it doesn’t appear as a new window, it appears as if it were 
the same window than the application that generated it.

Naikel

From: timop.harko...@gmail.com
Sent: Friday, June 08, 2012 12:24 AM
To: maemo-developers@maemo.org ; Naikel Aparicio
Subject: Re: GtkWidget* handler from QWidget

The maemo5 module has the notification stuff. Check if it does what you need

http://doc.qt.nokia.com/qt-maemo/qtmaemo5.html

Timo

Naikel Aparicio kirjoitti 8.6.2012 3:27:

Question to my fellow developers:

I want to attach a Maemo native notification (those orange bubbles) to a 
QWidget.  Using GLIB, it’s easy;  you call notify_notification_attach_to_widget 
or add a hint with “attach-widget”.

The thing is in order
to do that you need the GtkWidget* handler of the window, and all I got is a 
QWidget.  Is there a way do it?

Thanks in advance,

Naikel Aparicio
Scorpius @ tmo


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: GtkWidget* handler from QWidget

2012-06-08 Thread Naikel Aparicio
You guys are so awesome!!

Using the conf file I could make the notifications stack together (using Group) 
with custom icon and they also attach to a window!

But it attaches to the main window of my application.  It seems you can set a 
hint (defined by Split-In-Threads) to assign different destinations (different 
windows) but I wonder how can you set the different child windows with those 
values...

... or maybe I understood it all wrong (I’m reading hildon-home source).

Naikel

From: Mohammad Abu-Garbeyyeh 
Sent: Friday, June 08, 2012 1:28 AM
To: Naikel Aparicio 
Cc: mailto:maemo-developers@maemo.org 
Subject: Re: GtkWidget* handler from QWidget

Hi,

The predefined config file can be edited (thanks to thp for his example - he 
did it in gpodder)

Anyway, you need to add something like this to your debian/postinst

# Add Sociality to the notification bubble settings
NOTIFICATIONS_CONF=/etc/hildon-desktop/notification-groups.conf
NOTIFICATIONS_KEY=sociality-new-notifications


if ! grep -q $NOTIFICATIONS_KEY $NOTIFICATIONS_CONF; then
echo -n Updating $NOTIFICATIONS_CONF...
cat $NOTIFICATIONS_CONF  EOF

### BEGIN Added by sociality postinst ###

[sociality-new-notifications]
Destination=Sociality
Icon=general_facebook
LED-Pattern=PatternCommonNotification

### END Added by sociality postinst ###

EOF
echo done.
fi

Change all values to whatever you need, then use the key you defined in your 
app's code.
The user might need to restart parts of hildon or just reboot, but it works :)

-- 
Regards,
Mohammad Abu-Garbeyyeh

On Jun 8, 2012, at 8:34 AM, Naikel Aparicio nai...@gmail.com wrote:


  Not really.

  Those are the banners and notes, as you can see in screenshots in 
http://doc.qt.nokia.com/qt-maemo-4.6/maemo5-informationbox.html

  What I want is the notification bubble.  Sadly anyway I just found 
libhildon-plugins-notify-sv.so didn’t implement correctly the 
org.freedesktop.Notifications notifications.  Maemo will only attach the 
notifications depending on the hint category to a predefined program, that is 
Modest for email, Conversations for IM/chat, etc.  It’s not customizable.  If 
you don’t set a category hint in your notification the daemon simply ignores 
everything and shows a notification that is totally useless with no sound, no 
LED alert, no vibration, no attachment to another widget and most importantly: 
it never updates itself.

  That means if you write your own email client, you can’t create notifications 
that are attached to it; if you set the category “email-message” it will always 
be attached to modest.  When I say “attach” is that the notification belongs to 
the same widget and it doesn’t appear as a new window, it appears as if it were 
the same window than the application that generated it.

  Naikel

  From: timop.harko...@gmail.com 
  Sent: Friday, June 08, 2012 12:24 AM
  To: maemo-developers@maemo.org ; Naikel Aparicio 
  Subject: Re: GtkWidget* handler from QWidget

  The maemo5 module has the notification stuff. Check if it does what you need



  http://doc.qt.nokia.com/qt-maemo/qtmaemo5.html



  Timo


  Naikel Aparicio kirjoitti 8.6.2012 3:27:


  Question to my fellow developers:
  I want to attach a Maemo native notification (those orange bubbles) to a 
QWidget.  Using GLIB, it’s easy;  you call notify_notification_attach_to_widget 
or add a hint with “attach-widget”.
  The thing is in orderto do that you need the GtkWidget* handler of the 
window, and all I got is a QWidget.  Is there a way do it?
  Thanks in advance,
  Naikel Aparicio
  Scorpius @ tmo

  ___
  maemo-developers mailing list
  maemo-developers@maemo.org
  https://lists.maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: GtkWidget* handler from QWidget

2012-06-08 Thread Naikel Aparicio
I don’t know if you all received this email about attaching the notification 
to a child window of the application and not the main one.  Again thank you 
very much!


---cut-here---

I found a way.  In the source of the task-navigator (hd-task-navigator.c in 
hildon-desktop) says:


 /*
  * -- @nodest:  What notifications this thumbnails is destination 
for.
  *  Taken from the _HILDON_NOTIFICATION_THREAD 
property

  *  of the thumbnail's client or its WM_CLASS hint.

So well that’s what I did in Qt:

   #include X11/Xlib.h
   #include X11/Xatom.h

   (...)

   QString test = “thread example”;

   // Set the thread name
   Atom atom = XInternAtom(QX11Info::display(), 
_HILDON_NOTIFICATION_THREAD, False);

   if (atom)
   {
   XChangeProperty (QX11Info::display(),
winId(),
atom,
XA_STRING,
8,
PropModeReplace,
(unsigned char *)test.toUtf8().constData(),
test.toUtf8().length()
);
   }

I verified the settings using xprop:

[sbox-FREMANTLE_X86: ~]  xprop -id 18874418 | grep THREAD
_HILDON_NOTIFICATION_THREAD(STRING) = “thread example”

... and now the notification attaches to the correct window if it has a hint 
“message-thread” as “thread example”.


Thank you so much for your help!! It was very hard to do, and I had to read 
a lot of the source code.


   Naikel

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: GtkWidget* handler from QWidget

2012-06-07 Thread timop . harkonen
The maemo5 module has the notification stuff. Check if it does what you need

http://doc.qt.nokia.com/qt-maemo/qtmaemo5.html

Timo


Naikel Aparicio kirjoitti 8.6.2012 3:27:

Question to my fellow developers:

I want to attach a Maemo native notification (those orange bubbles) to a 
QWidget.  Using GLIB, it’s easy;  you call notify_notification_attach_to_widget 
or add a hint with “attach-widget”.

The thing is in order
to do that you need the GtkWidget* handler of the window, and all I got is a 
QWidget.  Is there a way do it?

Thanks in advance,

Naikel Aparicio
Scorpius @ tmo

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: GtkWidget* handler from QWidget

2012-06-07 Thread Naikel Aparicio
Not really.

Those are the banners and notes, as you can see in screenshots in 
http://doc.qt.nokia.com/qt-maemo-4.6/maemo5-informationbox.html

What I want is the notification bubble.  Sadly anyway I just found 
libhildon-plugins-notify-sv.so didn’t implement correctly the 
org.freedesktop.Notifications notifications.  Maemo will only attach the 
notifications depending on the hint category to a predefined program, that is 
Modest for email, Conversations for IM/chat, etc.  It’s not customizable.  If 
you don’t set a category hint in your notification the daemon simply ignores 
everything and shows a notification that is totally useless with no sound, no 
LED alert, no vibration, no attachment to another widget and most importantly: 
it never updates itself.

That means if you write your own email client, you can’t create notifications 
that are attached to it; if you set the category “email-message” it will always 
be attached to modest.  When I say “attach” is that the notification belongs to 
the same widget and it doesn’t appear as a new window, it appears as if it were 
the same window than the application that generated it.

Naikel

From: timop.harko...@gmail.com 
Sent: Friday, June 08, 2012 12:24 AM
To: maemo-developers@maemo.org ; Naikel Aparicio 
Subject: Re: GtkWidget* handler from QWidget

The maemo5 module has the notification stuff. Check if it does what you need



http://doc.qt.nokia.com/qt-maemo/qtmaemo5.html



Timo


Naikel Aparicio kirjoitti 8.6.2012 3:27:


Question to my fellow developers:
I want to attach a Maemo native notification (those orange bubbles) to a 
QWidget.  Using GLIB, it’s easy;  you call notify_notification_attach_to_widget 
or add a hint with “attach-widget”.
The thing is in orderto do that you need the GtkWidget* handler of the window, 
and all I got is a QWidget.  Is there a way do it?
Thanks in advance,
Naikel Aparicio
Scorpius @ tmo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: GtkWidget* handler from QWidget

2012-06-07 Thread Mohammad Abu-Garbeyyeh
Hi,

The predefined config file can be edited (thanks to thp for his example - he 
did it in gpodder)

Anyway, you need to add something like this to your debian/postinst

# Add Sociality to the notification bubble settings
NOTIFICATIONS_CONF=/etc/hildon-desktop/notification-groups.conf
NOTIFICATIONS_KEY=sociality-new-notifications


if ! grep -q $NOTIFICATIONS_KEY $NOTIFICATIONS_CONF; then
echo -n Updating $NOTIFICATIONS_CONF...
cat $NOTIFICATIONS_CONF  EOF

### BEGIN Added by sociality postinst ###

[sociality-new-notifications]
Destination=Sociality
Icon=general_facebook
LED-Pattern=PatternCommonNotification

### END Added by sociality postinst ###

EOF
echo done.
fi

Change all values to whatever you need, then use the key you defined in your 
app's code.
The user might need to restart parts of hildon or just reboot, but it works :)

--
Regards,
Mohammad Abu-Garbeyyeh

On Jun 8, 2012, at 8:34 AM, Naikel Aparicio nai...@gmail.com wrote:

 Not really.
  
 Those are the banners and notes, as you can see in screenshots in 
 http://doc.qt.nokia.com/qt-maemo-4.6/maemo5-informationbox.html
  
 What I want is the notification bubble.  Sadly anyway I just found 
 libhildon-plugins-notify-sv.so didn’t implement correctly the 
 org.freedesktop.Notifications notifications.  Maemo will only attach the 
 notifications depending on the hint category to a predefined program, that is 
 Modest for email, Conversations for IM/chat, etc.  It’s not customizable.  If 
 you don’t set a category hint in your notification the daemon simply ignores 
 everything and shows a notification that is totally useless with no sound, no 
 LED alert, no vibration, no attachment to another widget and most 
 importantly: it never updates itself.
  
 That means if you write your own email client, you can’t create notifications 
 that are attached to it; if you set the category “email-message” it will 
 always be attached to modest.  When I say “attach” is that the notification 
 belongs to the same widget and it doesn’t appear as a new window, it appears 
 as if it were the same window than the application that generated it.
  
 Naikel
  
 From: timop.harko...@gmail.com
 Sent: Friday, June 08, 2012 12:24 AM
 To: maemo-developers@maemo.org ; Naikel Aparicio
 Subject: Re: GtkWidget* handler from QWidget
  
 The maemo5 module has the notification stuff. Check if it does what you need
  
 http://doc.qt.nokia.com/qt-maemo/qtmaemo5.html
  
 Timo
  
 Naikel Aparicio kirjoitti 8.6.2012 3:27:
 
 Question to my fellow developers:
  
 I want to attach a Maemo native notification (those orange bubbles) to a 
 QWidget.  Using GLIB, it’s easy;  you call 
 notify_notification_attach_to_widget or add a hint with “attach-widget”.
  
 The thing is in order to do that you need the GtkWidget* handler of the 
 window, and all I got is a QWidget.  Is there a way do it?
  
 Thanks in advance,
  
 Naikel Aparicio
 Scorpius @ tmo
  
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: [CSSU] how to include rewrites of closed blobs

2012-05-15 Thread Christian Ratzenhofer

For those who couldn't attend the meeting:

We decided to introduce / work on a deployment system, which allows the 
user to choose for each and every component.


It's made up of 3-4 packages.

#1 is the nokia package, this is not going to be shipped from the cssu 
repo, but will be there as always in the nokia ssu repo
#2 is the rewrite package, this is going to live within the cssu repo 
and will conflict with #1 and #3
#3 is a helper package, it has no real content, but depends on #1, it 
also conflicts #2.
It is needed because most (all) nokia packages are not in one of the 
visible user/* sections.


#4 is only existing where appropriate, and will be a package that 
installs the rewrite side by side to the nokia package, ie. the 
calculator could have such a package.


All those packages (except for #1) will go into a new component inside 
the cssu repo, which has the name replace (existing ones are free and 
non-free).
Though for this to work we have to adjust the 
hildon-application-manager, because currently it just errors out if one 
wants to install a conflicting package.

Thus it might take some time before we see any of this in action.

Christian
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: [CSSU] how to include rewrites of closed blobs

2012-05-11 Thread Andrew Flegg
On 11 May 2012 10:11, Christian Ratzenhofer
christian_ratzenho...@yahoo.de wrote:
 Coming monday (14.05) we will have an irc meeting in #maemo-ssu on freenode
 @ 18:00 UTC

 Target of the meeting is to decide on a way how we handle rewrites within
 cssu, and how new ones should be added.

A previous discussion can be seen at:


http://mg.pov.lt/maemo-ssu-irclog/%23maemo-ssu.2012-05-07.log.html#t2012-05-07T15:08:09

My position is that the CSSU exists to make possible for the average
user things which only Nokia could previously do (such as
upgrades/bugfixes to hildon-desktop  Modest). If something can be
installed via Extras, it should be. If it's a fully functional
rewrite, an additional package can be used to swap the .desktops etc.
This means users can have the choice between, and compare
side-by-side, the original and the rewrite. This additional bridging
package *might* require the CSSU. If so, maybe it should be in a
separate repo, a CSSU Extras if you will.

See you Monday!

Cheers,

Andrew

-- 
Andrew Flegg -- mailto:and...@bleb.org  |  http://www.bleb.org/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: [CSSU] how to include rewrites of closed blobs

2012-05-11 Thread Joerg Reisenweber
thanks Andrew, for clarification :-D
100% agree.

I just like to add we already have some apps that are no rewrites but clearly 
depend on CSSU (orientation lock applet, CSSU-tweaker...) and thus also should 
live in that repo CSSU-extras (or whatever path we choose to implement the 
concept)

cheers
jOERG
(IRC: DocScrutinizer)
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problem with three keys pressed

2012-05-09 Thread Joerg Reisenweber
see http://wiki.maemo.org/N900_Hardware_Subsystems#Keyboard where I elaborated 
about the problem, though only regarding qualifier keys (Fn, Shift, Ctrl)

/j
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problem with three keys pressed

2012-05-06 Thread Paolo Iommarini
The only workaround is to suppress the 3'rd key (which will appear as  
two new keys) if the pressed keys form a rectangle in the keyboard  
matrix.

I tried but it's really not easy (maybe impossible).
If the three keys are pressed simultaneously the order of the key press  
event is random.


Also in the case of a+x+up arrow I get a sequence of:
Key: 111 Pressed time 1175712370
Key: 33 Pressed time 1175712398
Key: 38 Pressed time 1175712398
Key: 53 Pressed time 1175712398

But if I press a+x+p (which is the ghost key I get using the previous  
sequence) I get:

Key: 38 Pressed time 1175773269
Key: 53 Pressed time 1175773269
Key: 33 Pressed time 1175773284
Key: 111 Pressed time 1175773284

The key with code 33 (the p) is always fired before the 111 (up arrow) so  
there's no way I can say if the user really pressed the p or the up arrow.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problem with three keys pressed

2012-05-05 Thread Matan Ziv-Av

On Sat, 5 May 2012, Paolo Iommarini wrote:


I have a problem when three keys are pressed (I have the english keyboard).
There are some keys combination that generates an additional key press.
This seems a system bug.

It can be reproduced in any textbox (like the contact search).
If you press a+x+up arrow you'll see a p.

I noticed it while using the Game Gripper with the psx emulator: pressing 
down+left+circle will end in a down+left+triangle+circle combination.
I debugged the key-press-event and it is really getting a press event for the 
key p (code 33).


There are also other strange keys combination like
a+x+return = ,
a+x+. = o.

Can someone please test it and say if it's really a system bug?


This is a hardware issue. And there are more combinations revealing this 
issue. See for example here:


http://talk.maemo.org/archive/index.php/t-40806.html

I believe it is possible to recognize the fake key press/release events 
by analyzing the timing of those events, thus discarding these events 
and working around the hardware problem. But to my knowledge, noone has 
done it yet, and I do not expect anyone to actually do it.


--
Matan Ziv-Av. ma...@svgalib.org


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problem with three keys pressed

2012-05-05 Thread Paolo Iommarini

I thought it might be an hardware issue...
Too bad, I'll try to find a workaround.

Many thanks


On Sat, 5 May 2012, Paolo Iommarini wrote:

I have a problem when three keys are pressed (I have the english  
keyboard).

There are some keys combination that generates an additional key press.
This seems a system bug.

It can be reproduced in any textbox (like the contact search).
If you press a+x+up arrow you'll see a p.

I noticed it while using the Game Gripper with the psx emulator:  
pressing down+left+circle will end in a down+left+triangle+circle  
combination.
I debugged the key-press-event and it is really getting a press event  
for the key p (code 33).


There are also other strange keys combination like
a+x+return = ,
a+x+. = o.

Can someone please test it and say if it's really a system bug?


This is a hardware issue. And there are more combinations revealing this  
issue. See for example here:


http://talk.maemo.org/archive/index.php/t-40806.html

I believe it is possible to recognize the fake key press/release events  
by analyzing the timing of those events, thus discarding these events  
and working around the hardware problem. But to my knowledge, noone has  
done it yet, and I do not expect anyone to actually do it.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: Problem with three keys pressed

2012-05-05 Thread klaus.k.pedersen
On  Saturday, May 05, 2012, Paolo wrote:

 I thought it might be an hardware issue...

That is a phenomon called ghost-key. This is something inherent in 
matrix-keyboards.

http://www.dribin.org/dave/keyboard/one_html/

 Too bad, I'll try to find a workaround.

The only workaround is to suppress the 3'rd key (which will appear as two new 
keys) if the pressed keys form a rectangle in the keyboard matrix.

From: maemo-developers-boun...@maemo.org [maemo-developers-boun...@maemo.org] 
on behalf of ext Paolo Iommarini [sakya...@yahoo.it]
Sent: Saturday, May 05, 2012 9:08 PM
To: maemo-developers
Subject: Re: Problem with three keys pressed

I thought it might be an hardware issue...
Too bad, I'll try to find a workaround.

Many thanks

 On Sat, 5 May 2012, Paolo Iommarini wrote:

 I have a problem when three keys are pressed (I have the english
 keyboard).
 There are some keys combination that generates an additional key press.
 This seems a system bug.

 It can be reproduced in any textbox (like the contact search).
 If you press a+x+up arrow you'll see a p.

 I noticed it while using the Game Gripper with the psx emulator:
 pressing down+left+circle will end in a down+left+triangle+circle
 combination.
 I debugged the key-press-event and it is really getting a press event
 for the key p (code 33).

 There are also other strange keys combination like
 a+x+return = ,
 a+x+. = o.

 Can someone please test it and say if it's really a system bug?

 This is a hardware issue. And there are more combinations revealing this
 issue. See for example here:

 http://talk.maemo.org/archive/index.php/t-40806.html

 I believe it is possible to recognize the fake key press/release events
 by analyzing the timing of those events, thus discarding these events
 and working around the hardware problem. But to my knowledge, noone has
 done it yet, and I do not expect anyone to actually do it.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Fremantle on OBS status update

2012-05-02 Thread Timo Härkönen
Hi

I did a quick search in maemo wiki and there is two pages that we could use
for this exercise in addition to the task page (
http://wiki.maemo.org/Task:Maemo_OBS)

http://wiki.maemo.org/OpenSuse_Build_Service/Fremantle_Setup
- this has one link to pmo. It would be nice if someone with access rights
could check if there's something useful there that can be shared.

http://wiki.maemo.org/OBS

I think the docs needs to be improved a bit so I'll try to find time to do
some wiki editing soon and update those pages to match the current
situation. I won't be editing the obs setup page but I plan to edit the
above OBS page to be an entry point for the maemo OBS.

Timo

2012/4/30 Niels Breet ni...@maemo.org

 Hi,

 A quick update about this task:

 I've imported the Fremantle PR1.3 SDK into the maemo.org OBS and also
 imported all packages from fremantle Extras into the Extras:Testing13
 project.

 There is currently a problem with the scheduler for armel packages, I
 need to find out why builds aren't dispatched.

 At the moment the i586 packages are still building, but the results
 look quite promising already. Building for i586 should finish
 somewhere tomorrow.

 Unfortunately I have to cancel the fremantle on OBS meeting tomorrow
 as I am not able to join it. I want to propose postponing the meeting
 one week, so I can fix the armel building in the OBS and let the
 builds run.

 --
 Niels Breet
 maemo.org webmaster
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


  1   2   3   4   5   6   7   8   9   10   >