Re: mbarcode trouble

2010-10-29 Thread Brian Keck

On Fri, 29 Oct 2010 20:52:09 +1100, Brian Keck wrote:
>snip
>Thanks ... that gives me the idea.  Tried harder to hold it still &
>tried a brighter light, but it just keeps scanning.  Ie seems not
>to recognize the scene as containing a barcode.
>snip

Feel it my duty to the list to expose my silliness once more.
Works fine once I got my brain in gear ...

1) hold the n900 so that the red line within the box intersects the
   whole width of the barcode (top & bottom of the barcode can be
   outside the box ... guess it just scans along the red line)
2) press & hold the camera button till it switches to the 'results'
   screen

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


Re: Installable flash image of PR1.3?

2010-10-29 Thread Marius Gedminas
On Fri, Oct 29, 2010 at 02:35:46PM -0200, Cláudio Sampaio wrote:
> Is there a installable flash image of PR1.3 yet? Couldn't find it, tried
> even the Wiki.

http://tablets-dev.nokia.com/nokia_N900.php

  RX-51_2009SE_20.2010.36-2_PR_COMBINED_MR0_ARM.bin is PR 1.3 (global
  variant)

Marius Gedminas
-- 
A Law of Computer Programming:
Make it possible for programmers to write in English
and you will find that programmers cannot write in English.


signature.asc
Description: Digital signature
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: Repartitioning my N900

2010-10-29 Thread Francisco Diaz Trepat - gmail
I BRICK my phone. On the third instruction, the one that formats the
partition.

f(t)
 > Just to get one thing straight - are you sure the 2gigs for apps and
/home are not enough? Or, did you just run out of rootfs space (i.e. Didn't
placd your app under /opt ("optify" it), and hence think you need to
repartition your mmc)?
> --
> Sent from my Nokia N900
>
> - Original message -
>> Hi guys. I want to repartition my flash.
>>
>> I want to have more space for apps and more space to develop on.
>>
>> For starters I want to try the swap solutuion. I guess it is a good first
>> step for me.
>>
>> I have 3 questions:
>>
>> 1- I want to have also more space for apps, this solution won't help me
>> there, right?
>> 2-I have an N900 with PR 1.3 so are the NUMBERS bellow in the "table"
>> file correct for me? (I'm not sure if those numbers are for the N900 or
>> another device running maemo)
>> 3-I've read in the tutorial about other solutions for repartitionning
>> more oriented to having different Operating Systems like ubuntu. I have
>> an SD card, could I install Ubuntu there as I did with the NitDroid
>> project or would I need to repartition the internal flash?
>>
>> Please, If you could, write me a comment or advise.
>>
>> thanks and whish me luck.
>>
>> f(t)
>>
>> We assume you have the standard Nokia partition layout on your device.
>>
>> *Warning: the contents of MyDocs will deleted. Perform a backup!*
>>
>> umount /home/user/MyDocs
>> sfdisk -c /dev/mmcblk0 1 83 # optional (safer): change FAT to ext3 id
>> mkfs.ext3 /dev/mmcblk0p1 # create ext3 on large partition
>> mount /dev/mmcblk0p1 /mnt # mount new /home
>> cp -a /home/* /mnt # copy contents of /home to large partition
>> umount /mnt # unmount it
>>
>> create the file "table":
>>
>> unit: sectors
>> /dev/mmcblk0p1 : start= 56631360, size=  4194304, Id= c
>> /dev/mmcblk0p2 : start=64, size= 56631296, Id=83
>> /dev/mmcblk0p3 : start= 60825664, size=  1572864, Id=82
>> /dev/mmcblk0p4 : start=  0, size=  0, Id= 0
>>
>> continue with
>>
>> sfdisk --no-reread /dev/mmcblk0 < table # change partition table, swap
>> p1 and p2 reboot; exit # reboot to re-read new table
>>
>> after reboot
>>
>> mkfs.vfat -F32 /dev/mmcblk0p1  # create VFAT on 2GB partition
>> mount /home/user/MyDocs # mount it
>>
>> voila!
>
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: Repartitioning my N900

2010-10-29 Thread Francisco Diaz Trepat - gmail
Not really. that is the answer to my 1st question thaugh.

I want it to repartition it anyways.

f(t)

On Fri, Oct 29, 2010 at 4:47 PM, Ville M. Vainio  wrote:

>  Just to get one thing straight - are you sure the 2gigs for apps and
> /home are not enough? Or, did you just run out of rootfs space (i.e. Didn't
> placd your app under /opt ("optify" it), and hence think you need to
> repartition your mmc)?
> --
> Sent from my Nokia N900
>
> - Original message -
> > Hi guys. I want to repartition my flash.
> >
> > I want to have more space for apps and more space to develop on.
> >
> > For starters I want to try the swap solutuion. I guess it is a good first
>
> > step for me.
> >
> > I have 3 questions:
> >
> > 1- I want to have also more space for apps, this solution won't help me
> > there, right?
> > 2-I have an N900 with PR 1.3 so are the NUMBERS bellow in the "table"
> > file correct for me? (I'm not sure if those numbers are for the N900 or
> > another device running maemo)
> > 3-I've read in the tutorial about other solutions for repartitionning
> > more oriented to having different Operating Systems like ubuntu. I have
> > an SD card, could I install Ubuntu there as I did with the NitDroid
> > project or would I need to repartition the internal flash?
> >
> > Please, If you could, write me a comment or advise.
> >
> > thanks and whish me luck.
> >
> > f(t)
> >
> > We assume you have the standard Nokia partition layout on your device.
> >
> > *Warning: the contents of MyDocs will deleted. Perform a backup!*
> >
> > umount /home/user/MyDocs
> > sfdisk -c /dev/mmcblk0 1 83 # optional (safer): change FAT to ext3 id
> > mkfs.ext3 /dev/mmcblk0p1 # create ext3 on large partition
> > mount /dev/mmcblk0p1 /mnt # mount new /home
> > cp -a /home/* /mnt # copy contents of /home to large partition
> > umount /mnt # unmount it
> >
> > create the file "table":
> >
> > unit: sectors
> > /dev/mmcblk0p1 : start= 56631360, size=  4194304, Id= c
> > /dev/mmcblk0p2 : start=64, size= 56631296, Id=83
> > /dev/mmcblk0p3 : start= 60825664, size=  1572864, Id=82
> > /dev/mmcblk0p4 : start=  0, size=  0, Id= 0
> >
> > continue with
> >
> > sfdisk --no-reread /dev/mmcblk0 < table # change partition table, swap
> > p1 and p2 reboot; exit # reboot to re-read new table
> >
> > after reboot
> >
> > mkfs.vfat -F32 /dev/mmcblk0p1  # create VFAT on 2GB partition
> > mount /home/user/MyDocs # mount it
> >
> > voila!
>
>
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: Repartitioning my N900

2010-10-29 Thread Ville M. Vainio
Just to get one thing straight - are you sure the 2gigs for apps and /home are 
not enough? Or, did you just run out of rootfs space (i.e. Didn't placd your 
app under /opt ("optify" it), and hence think you need to repartition your mmc)?
-- 
Sent from my Nokia N900

- Original message -
> Hi guys. I want to repartition my flash.
> 
> I want to have more space for apps and more space to develop on.
> 
> For starters I want to try the swap solutuion. I guess it is a good first
> step for me.
> 
> I have 3 questions:
> 
> 1- I want to have also more space for apps, this solution won't help me
> there, right?
> 2-I have an N900 with PR 1.3 so are the NUMBERS bellow in the "table"
> file correct for me? (I'm not sure if those numbers are for the N900 or
> another device running maemo)
> 3-I've read in the tutorial about other solutions for repartitionning
> more oriented to having different Operating Systems like ubuntu. I have
> an SD card, could I install Ubuntu there as I did with the NitDroid
> project or would I need to repartition the internal flash?
> 
> Please, If you could, write me a comment or advise.
> 
> thanks and whish me luck.
> 
> f(t)
> 
> We assume you have the standard Nokia partition layout on your device.
> 
> *Warning: the contents of MyDocs will deleted. Perform a backup!*
> 
> umount /home/user/MyDocs
> sfdisk -c /dev/mmcblk0 1 83 # optional (safer): change FAT to ext3 id
> mkfs.ext3 /dev/mmcblk0p1 # create ext3 on large partition
> mount /dev/mmcblk0p1 /mnt # mount new /home
> cp -a /home/* /mnt # copy contents of /home to large partition
> umount /mnt # unmount it
> 
> create the file "table":
> 
> unit: sectors
> /dev/mmcblk0p1 : start= 56631360, size=   4194304, Id= c
> /dev/mmcblk0p2 : start=             64, size= 56631296, Id=83
> /dev/mmcblk0p3 : start= 60825664, size=   1572864, Id=82
> /dev/mmcblk0p4 : start=               0, size=               0, Id= 0
> 
> continue with
> 
> sfdisk --no-reread /dev/mmcblk0 < table # change partition table, swap
> p1 and p2 reboot; exit # reboot to re-read new table
> 
> after reboot
> 
> mkfs.vfat -F32 /dev/mmcblk0p1   # create VFAT on 2GB partition
> mount /home/user/MyDocs # mount it
> 
> voila!

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


Repartitioning my N900

2010-10-29 Thread Francisco Diaz Trepat - gmail
Hi guys. I want to repartition my flash.

I want to have more space for apps and more space to develop on.

For starters I want to try the swap solutuion. I guess it is a good first
step for me.

I have 3 questions:

1- I want to have also more space for apps, this solution won't help me
there, right?
2-I have an N900 with PR 1.3 so are the NUMBERS bellow in the "table" file
correct for me? (I'm not sure if those numbers are for the N900 or another
device running maemo)
3-I've read in the tutorial about other solutions for repartitionning more
oriented to having different Operating Systems like ubuntu. I have an SD
card, could I install Ubuntu there as I did with the NitDroid project or
would I need to repartition the internal flash?

Please, If you could, write me a comment or advise.

thanks and whish me luck.

f(t)

We assume you have the standard Nokia partition layout on your device.

*Warning: the contents of MyDocs will deleted. Perform a backup!*

umount /home/user/MyDocs
sfdisk -c /dev/mmcblk0 1 83 # optional (safer): change FAT to ext3 id
mkfs.ext3 /dev/mmcblk0p1 # create ext3 on large partition
mount /dev/mmcblk0p1 /mnt # mount new /home
cp -a /home/* /mnt # copy contents of /home to large partition
umount /mnt # unmount it

create the file "table":

unit: sectors
/dev/mmcblk0p1 : start= 56631360, size=  4194304, Id= c
/dev/mmcblk0p2 : start=   64, size= 56631296, Id=83
/dev/mmcblk0p3 : start= 60825664, size=  1572864, Id=82
/dev/mmcblk0p4 : start=0, size=0, Id= 0

continue with

sfdisk --no-reread /dev/mmcblk0 < table # change partition table, swap p1 and p2
reboot; exit # reboot to re-read new table

after reboot

mkfs.vfat -F32 /dev/mmcblk0p1  # create VFAT on 2GB partition
mount /home/user/MyDocs # mount it

voila!
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: Do I have PR1.3?

2010-10-29 Thread Francisco Diaz Trepat - gmail
Thanks I'll look it up

On Fri, Oct 29, 2010 at 11:20 AM, Ville M. Vainio wrote:

> On Fri, Oct 29, 2010 at 2:34 PM, Francisco Diaz Trepat - gmail
>  wrote:
>
> > Hi all, I've recently got the update via App. Manager.
> > Settings ==> About says:
> > version 20.2010.36-2.002
>
> Yeah, you got PR1.3
>
> > I haven't notice any difference. Can any one point me to a change so I
> could
> > see it?
>
> Install macuco, log into gmail => note how text field is not broken
> (i.e. new version of webkit is actually useful).
>
> Most notable thing for me was faster email.
>
> --
> Ville M. Vainio @@ Forum Nokia
>
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Installable flash image of PR1.3?

2010-10-29 Thread Cláudio Sampaio
Is there a installable flash image of PR1.3 yet? Couldn't find it, tried
even the Wiki.

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


Re: Do I have PR1.3?

2010-10-29 Thread Andre Klapper
Am Freitag, den 29.10.2010, 10:34 -0300 schrieb Francisco Diaz Trepat:
> I haven't notice any difference. Can any one point me to a change so I
> could see it?

https://bugs.maemo.org/buglist.cgi?classification=Maemo%20Official%20Applications&classification=Maemo%20Official%20Platform&resolution=FIXED&target_milestone=5.0%2F%2820.2010.36-2%29&order=map_products.name%2Cbugs.bug_id

andre
-- 
Andre Klapper (maemo.org bugmaster)

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


Re: Do I have PR1.3?

2010-10-29 Thread Ville M. Vainio
On Fri, Oct 29, 2010 at 2:34 PM, Francisco Diaz Trepat - gmail
 wrote:

> Hi all, I've recently got the update via App. Manager.
> Settings ==> About says:
> version 20.2010.36-2.002

Yeah, you got PR1.3

> I haven't notice any difference. Can any one point me to a change so I could
> see it?

Install macuco, log into gmail => note how text field is not broken
(i.e. new version of webkit is actually useful).

Most notable thing for me was faster email.

-- 
Ville M. Vainio @@ Forum Nokia
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Do I have PR1.3?

2010-10-29 Thread Francisco Diaz Trepat - gmail
Hi all, I've recently got the update via App. Manager.
Settings ==> About says:
version 20.2010.36-2.002


Do I have PR 1.3?

I haven't notice any difference. Can any one point me to a change so I could
see it?

thanks
f(t)

On Fri, Oct 29, 2010 at 7:22 AM, Dawid Lorenz  wrote:

>
> On 26 October 2010 08:43, Cedric Cellier  wrote:
>
>> > I still can't see PR1.3 in my App Manager. I have UK variant (.203),
>> tough,
>> > so I reckon I'd need to wait another 4-6 weeks, agh. :| Anyone else with
>> > .203 variant already upgraded?
>>
>> Cannot see PR1.3 from here neither, although I use the global variant.
>> So I'm going to download+flash instead.
>
>
>
> Anyone with .203 variant has got OTA update in his/hers App Manager
> already? I'm still waiting... :|
>
>
> --
> Dawid 'evad' Lorenz * http://dawid.lorenz.co
>
> null:// I haven't lost my mind - it's backed up on disk somewhere
>
> ___
> maemo-users mailing list
> maemo-users@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-users
>
>
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: PR1.3 coming!

2010-10-29 Thread Dawid Lorenz
On 26 October 2010 08:43, Cedric Cellier  wrote:

> > I still can't see PR1.3 in my App Manager. I have UK variant (.203),
> tough,
> > so I reckon I'd need to wait another 4-6 weeks, agh. :| Anyone else with
> > .203 variant already upgraded?
>
> Cannot see PR1.3 from here neither, although I use the global variant.
> So I'm going to download+flash instead.



Anyone with .203 variant has got OTA update in his/hers App Manager already?
I'm still waiting... :|

-- 
Dawid 'evad' Lorenz * http://dawid.lorenz.co

null:// I haven't lost my mind - it's backed up on disk somewhere
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


Re: mbarcode trouble

2010-10-29 Thread Kaj-Michael Lang
On Fri, 2010-10-29 at 20:52 +1100, Brian Keck wrote:
> >Did this happened after upgrading to PR1.3?
> 
> I've only had it 3 weeks ... don't know what PR is in it.  (Have the
> impression upgrading wipes your /etc & /usr/bin ... not attractive if
> so.) 

OTA update does not (basically an apt-get upgrade), but backups is of
course always good to have. 
All PR updates have gone fine for me. The only problem I've had was with
the first one as I didn't have enough free space on /.

But full flash erases more or less everything, but doing a
backup-flash-restore should work just fine.

-- 
Kaj-Michael Lang 

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


Re: mbarcode trouble

2010-10-29 Thread Brian Keck
On Thu, 28 Oct 2010 14:33:49 +0200, Alejandro López wrote:
>Brian Keck wrote:
>>snip
>Did this happened after upgrading to PR1.3?

I've only had it 3 weeks ... don't know what PR is in it.  (Have the
impression upgrading wipes your /etc & /usr/bin ... not attractive if
so.)

On Thu, 28 Oct 2010 10:05:50 CDT, Paul Hartman wrote:
>On Thu, Oct 28, 2010 at 7:25 AM, Brian Keck  wrote:
>>snip
>Open your camera lens, close the camera app if it auto-starts, then
>run mbarcode. Aim it at a barcode.
>The application has a lighter-colored window in the middle of the
>screen with a red line in it. Be sure your barcode fits entirely in
>the light area. If it is a one-dimensional barcode, align it so that
>the red line goes all the way through the whole barcode. It should
>automatically detect and decode the barcode at that point, taking you
>to a new screen where it shows the content of the barcode, link to
>google it, etc.
>Depending on lighting/color of barcode/angle of camera etc. it can
>sometimes take a while to read it, or not work at all, but in the vast
>majority of times I've tried it will read the barcode withinin two or
>three seconds.

Thanks ... that gives me the idea.  Tried harder to hold it still &
tried a brighter light, but it just keeps scanning.  Ie seems not 
to recognize the scene as containing a barcode.

On Thu, 28 Oct 2010 15:21:04 EDT, "R. A. Bilonick" wrote:
>On Thu, 2010-10-28 at 23:25 +1100, Brian Keck wrote:
>>snip
>It took me a few tries to figure out how to scan. Start mbarcode, open
>the camera lens, and close the camera program after it opens. Align the
>N900 so that the barcode shows in the main viewing window. When you have
>it reasonably large and centered, tap the viewing area once or twice to
>cause mbarcode to focus. After a few seconds, the barcode numbers should
>show up on the right hand side window. (I've never been able to do
>anything with the bar code once it was captured! The only on-screen
>buttons I see are scan and Open Image. I'm running PR1.3. I don't see
>any settings for mbarcode. Maybe I need to install the plugins?)

Ditto.  

On Thu, 28 Oct 2010 18:28:46 EDT, "R. A. Bilonick" wrote:
>On Thu, 2010-10-28 at 15:21 -0400, R. A. Bilonick wrote:
>>On Thu, 2010-10-28 at 23:25 +1100, Brian Keck wrote:
>>>snip
>>snip
>I only found two plugins (isbn and web request) and installed them. Now
>mbarcode works differently with the red line. But it works fine and I
>can search the output. Pretty neat.

Thanks for your help,
Brian Keck

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