Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - penguinsam

Pages: 1 [2] 3 4
16
Sharp ROMs / Help On Sharprom Dependencies...
« on: August 19, 2005, 03:17:52 pm »
Two days ago, I have posted a thread here saying that I can't run opie-camera properly on Cacko 1.22a.

I mailed Michael already and very sorry to hear that he has stopped the work on sharproms...

I am wondering can any linux genius help to deal with the dependencies of opie-camera on sharproms?

I really appreciate, thanks!  

P.S. the opie packages can be found here:

1.0.1-r0
1.2.0-r0

17
Software / Opie-camera Dependencies
« on: August 17, 2005, 12:35:30 pm »
I have installed opie-camera to my Z with Cacko 1.22a on it. But when I try to start this app, nothing appears on the screen, it seems that there are some problem with dependencies so that the app cannot be launched.

Is there anyone have successfully installed and use opie-camera on Sharp roms?

18
For Sale / Wanted / Wht Sl6000l Screen
« on: July 07, 2005, 11:39:56 am »
I also need a spare screen for my c760...may i know the pricing including the shipping charges to Hong Kong?

19
Sharp ROMs / Help To Get Me Back Something
« on: June 03, 2005, 04:54:35 pm »
I accidentally lost this file:

/opt/QtPalmtop/bin/security

Can anyone make a copy and post it here? I am using CACKO 1.22a.

Thanks in advance!  

20
It is really a good game but the screen is too small for my C760...

can anyone do a port for us?  

21
Zaurus - pdaXrom / Dualboot Idiot Guide
« on: April 27, 2005, 12:33:47 am »
Quote
And one more problem. I found out that the battery will be used up very soon even after it was suspended.

I have been installed pdaxrom on the ROM few months ago. It does not have these problems:

- no cursor offset
- suspend without using up the battery life

Do you think there are ways to solve?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=76851\"][{POST_SNAPBACK}][/a][/div]
Yes, that's a problem. Many problems needed to be solved...  

I am now waiting the latest tarball of pdaXrom from Laze to see if the same issues exist.

22
Zaurus - pdaXrom / Dualboot Idiot Guide
« on: April 25, 2005, 10:31:10 am »
Rather than the mouse pointer offset issue pointed out by numeric, there are still some problems to be fixed, one is that when booted to Cacko, extra mount points appear, it's better to illustrate with the aid of these screenshots:

1. Mount table before setting up dualboot
[img]http://photos8.flickr.com/10860533_ac9bf0dc6d_o.jpg\" border=\"0\" class=\"linked-image\" /]

2. Mount table after setting up dualboot
[img]http://photos5.flickr.com/10860534_26f7776af1_o.jpg\" border=\"0\" class=\"linked-image\" /]

3. Extra "Temporary Storage" in Files tab
[img]http://photos6.flickr.com/10860535_7c9b2657a7_o.jpg\" border=\"0\" class=\"linked-image\" /]

4. "Internal Flash" goes to "/home"
[img]http://photos5.flickr.com/10860536_b9d56bf11d_o.jpg\" border=\"0\" class=\"linked-image\" /]

5. "Temporary Storage" goes to "/home/zaurus/Documents"
[img]http://photos6.flickr.com/10860537_00baa8d51a_o.jpg\" border=\"0\" class=\"linked-image\" /]

I tried looking at the dualboot init script, and found that this problem may due to the unsuccess in unmounting some mount points.

I am suspecting line 30 and 31 of the init script:

Code: [Select]
umount /dev >/dev/null 2>&1
umount /proc >/dev/null 2>&1

numeric, have you got the same problem?

23
Zaurus - pdaXrom / Dualboot Idiot Guide
« on: April 25, 2005, 04:47:19 am »
Quote
I run pdaxrom on SD now, however the mouse pointer is offset about 20 pixels when it is on the right side of the screen.

I've tried to recalibrate :

1. run ts_calibrate

or

2. del /etc/pointercal and reboot

but doen't fix the problem.

Please advise how to fix it.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=76694\"][{POST_SNAPBACK}][/a][/div]
Yes, this is one of the problems that we need to overcome.

It seems the apps bar on the right of the screen is taken into account. I've no idea yet  

24
Zaurus - pdaXrom / Dualboot Idiot Guide
« on: April 23, 2005, 03:02:42 am »
Quote
well, it's load time...
I don't mind load time.

let firefox load -- it takes forever... leave it up, etc.
suspend is your friend.

Scott
ps: with that said, I haven't tried this dualboot :->
[div align=\"right\"][a href=\"index.php?act=findpost&pid=76441\"][{POST_SNAPBACK}][/a][/div]
Since I got my pdaXrom installed on my high-speed panasonic SD   , the bootup time is pretty short, much shorter than booting Cacko up. Another reason for that speed may be...I haven't installed any apps on it.

25
Zaurus - pdaXrom / Dualboot Idiot Guide
« on: April 22, 2005, 04:16:18 am »
Sorry I linked the wrong file and have updated. Please see the attachment in post #1 again.  

26
Zaurus - pdaXrom / Dualboot Idiot Guide
« on: April 21, 2005, 04:56:33 pm »
For those who want to stick with Cacko 1.22 but also want to have a taste on pdaXrom without touching NAND or whatsoever (It's me   ), here are some sharings on how I dualboot my Zaurus C760.

--------------------
Firstly, for sure, you need to have Cacko 1.22 with hotfix installed: Get Cacko here

Secondly, get an ext2 or ext3 formatted SD card. To obtain, simply follow this guide: Step-by-step CF/SD fdisk/formatting for newbies. Remember to unplug and plug the SD again to remount.

Then, download the scripts required: Dual_C760.zip. Unzip and place them on the machine, for instance, I place all the extracted files at /home/zaurus/Documents

Download the pdaXrom tarball: either pdaX-SD.tar.gz or pdaX-1.0.5-SD.tar.gz. I am not sure whether the latter is the real 1.0.5. Let's pick this one.

Transfer and extract the tarball to the root of SD card. To do this, you need to have gtar installed in order to let the system understand the "p" flag to preserve permissions, the gtar package is included in Dual_C760.zip:

Code: [Select]
$ su
# ipkg install /home/zaurus/gtar_1.13.25-1_arm.ipk
# cd /mnt/card/
# gtar -zxvpf pdaX-1.0.5-SD.tar.gz

Next, follow these steps:

Code: [Select]
# mount -o rw,remount /
# mkdir /sbin/sys
# cp /sbin/init /sbin/sys/init
# rm /sbin/init
# cp /home/zaurus/init /sbin/init
# cp /home/zaurus/pivot_root /sbin/pivot_root
# chmod +x /sbin/init
# chmod +x /sbin/pivot_root

Since there are changes on the filesystem in Cacko 1.22, line 12 in the /sbin/init script needs to be altered:

Code: [Select]
mount -n -r -t cramfs /boot/usr.bin /usr -o loop
to

Code: [Select]
mount -n -r -t squashfs /boot/usr.bin /usr -o loop
I also attached the modified /sbin/init script, for the sake of convenience.

It's nearly the end, remount / as read-only and reboot:

Code: [Select]
# mount -o ro,remount /
# reboot

Your Zaurus should now boot into pdaXrom with SD plugged in, and boot into Cacko otherwise. When booted into pdaXrom, login as root and issue startx.
--------------------

Although this guide may looks idiot, like me, I did put a hard effort on dualbooting my Z (Stu should know, Many thanks  ). I hope someone can benefit from it. Corrections and suggestions are welcome.

27
Zaurus - pdaXrom / Dual Booting Help
« on: April 14, 2005, 04:34:00 am »
Forgot to mention, I am using CACKO 1.22a and try to dual boot with pdaXrom 1.0.5.

When I completed those steps, and I tried to remount / as read-only, an error message prompts me:

Code: [Select]
mount: Mounting /dev/mtdblock2 on / failed: Device or resource busy
it seems it cannot be remounted as read-only so that it can't reboot normally...somebody can advise me?

28
Zaurus - pdaXrom / Dual Booting Help
« on: April 12, 2005, 10:53:39 am »
I follow the script to dual boot the system, upon bootup with SD card, the following message appears:

Code: [Select]
mount: Mounting /boot/usr.bin on /usr failed: Invalid argument
mount: Mounting /dev/mmcda1 on /usr/mnt.rom/card failed: No such file or directory

Chainloading rom init
exec: /sbin/sys/init: symbolic link loop

After that the system stops loading. I followed exactly the steps provided in this thread: https://www.oesf.org/forums/index.php?showtopic=8233

except that in step 5, when I tried to copy init script to /sbin/, console prompt me that it is busy, so I remove /sbin/init and copy the init script to /sbin/ instead.

I finished all steps and attempt rebooting the system, it waits and waits and just can't have the system reboot, so I then perform a reset by removing the battery and plugging in again to restart the system.

Am I doing something wrong in this way?

29
Sharp ROMs / Help Z Just Can't Boot Up
« on: April 11, 2005, 09:15:58 am »
I found that qtopia-irdaapplet from Maslovsky crashed with CACKO 1.22.

I tried installing this applet once again after I have fixed my Z 860, same thing happened...

30
Sharp ROMs / Help Z Just Can't Boot Up
« on: April 08, 2005, 02:23:09 pm »
After I installed the irda applet onto my Z and perform a reboot, it locks up at "Please wait...starting linux and qtopia" screen and doesn't allow me into the system.

I have got something important inside the user partitions in the RAM, how could I have it backed up in advance? And could it be fixed without newly install the ROM?

My Z is now using CACKO 1.22a. Many thanks to guys here  

I tried the "backup user partition" function of the CACKO installer, but it keeps the blue screen here and a cursor blinking at the bottom after I entered the backup name, and a blinking email LED...

Do I have to wait or do something else? I really dun know if it is working now...

Pages: 1 [2] 3 4