Re: OpenCV problem

Re: OpenCV problem

Daniil Ivanov
Karma: 31
2012-09-21 18:31 UTC
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 <abubakarm@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 <erezfm@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
>>
>>
>
>
  •  Reply

Re: OpenCV problem

eyal erez
Karma: 9
2012-09-24 15:56 UTC
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.ivanov@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 <abubakarm@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 <erezfm@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
> >
>

  •  Reply

Re: OpenCV problem

Daniil Ivanov
Karma: 31
2012-09-24 19:00 UTC
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 <erezfm@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.ivanov@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 <abubakarm@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 <erezfm@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
>> >
>
>
>
>
  •  Reply

Re: OpenCV problem

eyal erez
Karma: 9
2012-09-25 11:04 UTC
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.ivanov@gmail.com>wrote:

> 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 <erezfm@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.ivanov@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 <abubakarm@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 <erezfm@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
> >
>

  •  Reply

Re: OpenCV problem

2012-09-25 13:27 UTC
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 <erezfm@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
>
>
>

  •  Reply