1
General Discussion / Trolltech releases Qtopia 2.1
« on: November 12, 2004, 11:32:09 pm »
How would one go about updating a zaurus 5600 with the new qtopia version.?
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.
It's nice, but this announcement is done in a typical "Zaurus way" - there is no mention which Zauruses are supported (5500? 6000? sl-c700? sl-c860?), which ROMs are supported (Sharp JP?, Cacko? PDAXROM?), if/what additional libraries are required...I noticed that you have one of the models that has to be "converted" in order to work with almost any software as it was originally only released in Japan. Seems like you have put yourself in the world of hurt that you're experiencing.
I'm really fed up with Zaurus software - I spend more time fighting with device to get something working rather than using it as a tool. This definitely is a geek-only gadget
are bugger!!!!! yeah I need a cf card thats why it says cf. God i really am idiot! Well I had better buy a cf card pretty soon then.You can also do it from an SD or MMC card is you want, they are generally cheaper and leave the CF slot open for things like your Wireless card.
Thanks
Thanks for your help.What about:
Yes it works to add all of the inner classes to a jar file and then execute it usingCode: [Select]evm -cp NameOfJarFile.jar:. NameOfMainClass
But you cannot put all of the files in one jar and create a manifest file then run it usingCode: [Select]evm -jar NameOfJarFile.jar
Because evm will not recognize the jar flag.
What a pain....
evm -classpath /path/to/jar/NameOfJarFile.jar
?
class CLASSNAMEHERE{
public static void main(String[] arguments){
}
}
class Sample{
public static void main(String[] arguments){
int height;
int width;
int depth;
}
}
class Sample{
int height;
int width;
int depth;
}
class UseSample {
public static void main(String[] arguments) {
Sample sampling = new Sample();
sampling.height = 72;
sampling.weight = 1000;
sampling.depth = 420;
System.out.println("Height: " + sampling.height);
System.out.println("Weight: " + sampling.weight);
System.out.println("Depth: " + sampling.depth);
}
}
evm -cp /mnt/cf/kjc-suite.jar at.dms.kjc.Main -C/mnt/cf/gclasses.zip sample.java usesample.java
#!/bin/bash
evm -cp /mnt/card/java/kjc-suite.jar at.dms.kjc.Main -C/mnt/card/java/gclasses.zip $@
javac sample.java usesample.java
Aha! I think that's it. I have the terminal installed to internal memory, but I was cd'd into a CF directory. It wakes from suspend just fine if I'm in a non-CF directory. I don't have an SD card yet, so I can't try that.Wake from suspend while in an sd directory doesn't show any problems that I know of. Wierd that it causes that issue while in a CF directory.
One other bit of weirdness, though. If I go into suspend while a program is running (such as a looping Perl script or even "su"), waking from sleep will either kill that process (su) or push it to the background (Perl).
class Sample{
public static void main(String[] arguments){
int height;
int width;
int depth;
}
}
class UseSample {
public static void main(String[] arguments) {
Sample sampling = new Sample();
sampling.height = 72;
sampling.weight = 1000;
sampling.depth = 420;
System.out.println("Height: " + sampling.height);
System.out.println("Weight: " + sampling.weight);
System.out.println("Depth: " + sampling.depth);
}
}
I would like opinions from people who done any sort of development work on the Zaurus. Is the device at all suitable for this purpose? I would like a small device for getting work done on the road, and although a small subnotebook (like the Fujitsu Lifebook) is one option, there's an appeal to just being able to pull an small, instant-on, Linux device like the Zaurus out of my pocket. Some specific concerns are, 1) is the keyboard useful enough? 2) what about editors in general (I'm assuming Emacs isn't the best choice here?) 3) Can gcc and javac be installed? (C and Java are my most used languages, although I occasionally use others).I use Zeditor and code in java on my 5600. It is slow, but it passes meetings and long lunches without a fuss.
Anyway, I'm interesting in hearing any anecdotes and pros/cons about this. Thanks!
Oh, I just noticed you are using the older ROM... I have no experience with this... when I got my Z I just Flashed directly to 3.10 and when I inserted the wfc12 card it just worked after I added the wireless connection in "network". It is possible that you may have to do some configuration, but that is beyond the little bit that I have learned so far I would suggest upgrading to the newer ROM, but I don't know how much work you have put into it. Also, and I am not a wifi expert, I thought that channels were more for peer-to-peer adhoc connections. Your configuration, if indeed a standard "hotspot" connection, may need to be set to "infrastructure".If I recall, you have to have the 3.10 ROM for the 5500 for the wcf12 to "just work" otherwise you have to set up the driver profile in the wlan-ng.conf (I think) file.
Good Luck!
-cor-
Back to my question: Should you use FAT16 format? Or should you fdisk and mkfs a linux file system.Had the same problem.
I tried that on a new Viking memory and it is not auto detected and mounted. I switched it back to a vfat file system and it automounts it when I plug it in. Do I have to change something else when you put a linux filesystem on it for the Qt software to auto detect it? But the original question was...is it best to use linux filesystems on SD or leave it VFAT so your PC running XP can see it?
I\'m having problems getting a Symbol Spectrum24 card to work on an SL5500 (Sharp ROM3.10).
I don\'t have access to a WLAN to properly test, however when I run Kismet near an area FULL of APs, the light blinks steadily, but nothing happens on Kismet or KismetQT. When I set up a wireless connection in the network setting panel, it says that the signal is 84%, but as I said I don\'t have proper access to the network to check that it actually can connect.
Does this mean that the card is working or not, and if it working, how can I get promiscuous mode to start/work. I want to use the WiFi card for Warwalking at the moment, so getting it to work that way is pretty important.
Any help or advice would be greatly appreciated.
Many thanks.
#!/bin/sh
cardctl scheme CardResume
cardctl scheme testnetwork
/usr/bin/kismet_server
cardctl scheme default