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 - patzoul

Pages: [1] 2 3
1
Security and Networking / Script For Connecting To A Wifi Network
« on: May 31, 2010, 02:58:18 pm »
Quote from: sdjf
I think it depends on what you want to have trigger the automatic launch.

It would also help if you specified your model and ROM.

sdjf

I have a Zaurus C760 running Cacko 1.23. I would like the script to run when I select this Wifi connection in the Network app.

2
Security and Networking / Script For Connecting To A Wifi Network
« on: May 29, 2010, 04:53:53 am »
I have the following script to connect to a wifi network that will allow me to automatically input the login and password on a webpage. Where should I put this script so that it launches automatically?

script:
#!/bin/sh
CURL=`which curl`
login=SAISIR LOGIN
password=SAISIR MOT DE PASSE
IWGETID=`which iwgetid`
ESSID="FreeWifi"
isFreeWifi="`$IWGETID |grep $ESSID |wc -l`"
if [ $isFreeWifi = "1" ]
then
    priv=`$CURL https://wifi.free.fr/ |grep "<input name=\"priv\" id=\"priv\" type=\"hidden\"" | sed -e 's/^.*value=\"\(.*\)\"\s.*/\1/'`
    $CURL -d "login=$login&password=$password&priv=$priv&submit=Valider&url=http://www.free.fr" https://wifi.free.fr/
    espeak "FreeWifi network connected"
fi

3
Software / Opiereader Keyshortcuts
« on: May 09, 2010, 08:54:30 am »
I found the solutions. The file to delete is:
~/Applications/uqtreader/.keymap

4
Software / Opiereader Keyshortcuts
« on: April 23, 2010, 04:46:29 pm »
I installed opiereader on cacko 1.23. At the first launch, I misconfigured the key shortcuts to move across pages. How can i reconfigure them?

5
Zaurus - pdaXrom / Beta4 - Dead C760
« on: August 14, 2006, 07:18:17 am »
The first time I tried with a 1GB SD card (not partitioned) but had problems although I'm hoping unrelated. The 2nd time I tried with a 128MB SD card (not partitioned) and removed the CF card.

I'm aiming to switch to the 1GB SD card once my beta4 install seems to be working fine.

6
Zaurus - pdaXrom / Beta4 - Dead C760
« on: August 13, 2006, 04:04:28 am »
I was able to install beta4 by following the below instructions:

First installation - new bootloader

1) Good idea make NAND backup before
2) Format CF or SD card (MMC unworking for me) with FAT16
3) Extract bootloader and emergency files to card. There must be updater.pro, u-boot.bin, emergenc.img
4) Extract rootfs and kernel files to this or another CF or SD card, there must be: rootfs.img kernel.img autoboot.sh
5) Run diagnostic menu (D+M) and run NAND Flash Erase from Extra Menu.
6) Turn OFF your zaurus. Unplug power adapter, eject battery.
7) Insert SD or CF card with extarcted files (if you insert both CF and SD, updating fails)
8) Press and hold "C" and "D" keys and plug power adapter (battery must be ejected!).
9) Green LED must light on for ~20 sec.
10) If both LEDs flashing, that mean bad CF or SD, or non FAT16.
11) When Green LED off, unplug power adaptor.

Bootup emergency system
1) Insert SD or CF card with pdaXrom
2) Press and hold OK button and plug power cable
3) Wait for 10 sec and leave OK button
4) Screen on and emergency system will booting
5) After booting, it will detect SD or CF card and run autoboot.sh script
7) After flashing, it will reboot and pdaXrom will booting - time for battery insert:)

The system runs fine now but if I turn off my Zaurus I cannot get it to turn back on. I have reboot it (by removing the battery and power)

7
Zaurus - pdaXrom / Beta4 - Dead C760
« on: August 12, 2006, 08:35:02 pm »
Fn + D + M worked.

Thanks.

8
Zaurus - pdaXrom / Beta4 - Dead C760
« on: August 12, 2006, 05:03:37 am »
I tried that but still nothing. When I plug in the power supply, I dont even get the chargin light to go on!

9
Zaurus - pdaXrom / Beta4 - Dead C760
« on: August 11, 2006, 11:30:47 pm »
I tried to install beta4 on my C760. During the install, I got an error message saying it coudnlt write anymore on the device after the 2nd reboot. The install them attempted to reboot but nothing happened. I turned the C760 off by removing battery and power supply but now I can restart it neither with OK + Power or M + D + Power.

Any suggestions?

10
Zaurus - pdaXrom / Ipkg - Automatic Install
« on: June 04, 2006, 09:51:09 am »
I tried to install kdelibs via ipkg command line. The installation did not start because the download of the .ipk failed at some point (I lost the wifi internet connection). Now whenever I want to install another file, I always get a message asking whether I want to install kdelibs. How can I remove that message?

11
Zaurus - pdaXrom / 1gb Sd Card & C760 Problem
« on: June 03, 2006, 09:10:48 am »
I got a 1GB SD Card for my C760 but I keep having problems with it. I've tried to create 1 partition (ext2) or 2 partition (1 ext2 and 1 FAT16).

I can get it to mount and start installing application on the ext2 partition but systematically I get to a point where a larger installation for ex abiword or kdepimpi will go on forever. When I reboot after that I get input/output errors on the SD card.

any suggestions?

12
Zaurus - pdaXrom / Timing For 1.1.0beta4 For C760
« on: May 30, 2006, 09:36:42 am »
What is the timing for the release of 1.1.0beta4 for the C760?

13
Zaurus - pdaXrom / Sd Card Ext2 Formatting / Partition
« on: May 24, 2006, 10:11:13 am »
You're right there was a typo in my post.
As for your question, after I save the new partitions and do 'ls /dev/mmcd/disc0', I only see 'disc'.
If I reboot, I then see 'disc', 'part1' and 'part2'.

14
Zaurus - pdaXrom / Sd Card Ext2 Formatting / Partition
« on: May 23, 2006, 06:44:21 pm »
I've created 2 partitions:
/dev/mmcd/disco0/part1 start=2 end=499888 id=83
/dev/mmcd/disco0/part2 start=499888 end=1953792 id=6

I exit fdisk with the 'w' command.

I then run mkfs.ext2 /dev/mmcd/disc0/disc. If I redo fdisk after that I can see that I lost all the partition info.

If I try mkfs.ext2 /dev/mmcd/disc0/part1, I get an error message saying no such file or directory

15
Zaurus - pdaXrom / Sd Card Ext2 Formatting / Partition
« on: May 23, 2006, 09:35:11 am »
I bought a 1gb sd card. I used fdisk to define 2 partitions by using the following command:
fdisk /dev/mmcd/disc0/disc

The first partition is of type 83 (ext2). The second one of type 6 (FAT16).
After I confirm the setting changes by exiting fdisk with 'w', I get a 'bad blocks count' error message when I run the command mkfs.ext2 /dev/mmcd/disc0/disc.

How can I create a partition correctly as I would like to be able to mount my sd card both on my C760 via partition 1 and on my Mac via partition 2?

Pages: [1] 2 3