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

Pages: [1]
1
Thanks, I'm considering to obtain a new one. Played with my semi-broken and found an interesting moment. I played around diagnostic menu and make this – first attempted to NAND Erase (anyway it's nothing to lose for me), got an error (ecc related, as I can remember), then activated option NAND Read&Write Rpt. Strangely, but this thing worked – procedure was ended without error, and after this option NAND Bad Blocks says it's none founded and everything is OK. But device still not working properly – after choosing "EXTRA" – "Zaurus Test" – "Reset" (or "Off") no reaction to pressing on "Power" button and both LED constantly on (not blinking). After removal of battery it even stops doing this, and only reboot from diagnostic menu returns LEDs to work. Also tried to run NAND CheckSum, and got NG status on positions ROFLSYS and PRESET. Tried to flash NAND Backup, downloaded from Trisoft.de – it's restoring without error (only from 1 Gb SD, CF still not working), but no help at all, device is still dead. It's definitely a hardware issue?

2
Hello, it's me again! It seems I've played with Zaurus too much: after brute force reset (just taking off battery) device is stopped to power on, LEDs not working, combo keys like OK+Power, D+M, D+B not working too. But C+D combo still works: on an empty CF card Mail LED started flashing. On old Russian  forum HPC.ru I found that this means I need to recover my bootloader. Unfortunately, I was unable to find anything about it. The NAND Backup (like those DBK files, obtained from Trisoft.de) is useless in my case?

Tried Fn+D+M combo, worked but after moving DBK on formatted CF and inserting it I got message "Can not initialize CF". What is that?

Used 1 Gb SDcard, NAND restored, but device is still dead. This means that built-in flash memory died?

Unfortunately yes, 4096 bad blocks in NAND. Too bad(


3
Zaurus - Other distros support / Re: SL-C750 and some software issues
« on: June 13, 2021, 02:26:46 pm »

Hello again and thanks for reply!

For the qpose issue, there's a how-to here which might be helpful: http://zaurus.kruss.com/howto-qpose.php

Unfortunately, how-to has no help 'cause in my case the emulator's GUI itself not starting -- according to screenshots I found there, it could be opened without PalmOS ROM. I'm uninstalled libSDL and tried to start qpose without it but to no avail. Maybe, I should try to start it via terminal but I doesn't know, how to do this: when I'm entered command qpose, system says that my display is 480x640 and this is all.

For the Java error: in your Java installation, the installed System class doesn't have a setProperty() method, or it doesn't expect two Strings as parameters. See if you have more than one "System.class" file, if so, check which of them is being used at run time by adding
Code: [Select]
-verbose:classin your command line.

Added this argument and got something like this:
Spoiler: ShowHide
Code: [Select]
evm -verbose:class -classpath ./me4se.jar:./midpx.jar:./xyanide.jar org.me4se.MIDletRunner GameMIDlet
SlSharedManager: can't get proc entry
Display size = 480x640
[JAR/ZIP   CLASSPATH: /home/QtPalmtop/lib/core.jar]
[JAR/ZIP   CLASSPATH: /home/QtPalmtop/lib/awt.jar]
[JAR/ZIP   CLASSPATH: /home/QtPalmtop/lib/i18n.jar]
[JAR/ZIP   CLASSPATH: ./me4se.jar]
[JAR/ZIP   CLASSPATH: ./midpx.jar]
[JAR/ZIP   CLASSPATH: ./xyanide.jar]
[Built-in library /home/QtPalmtop/bin/libjavalib.so]
[Loaded com/insignia/io/CE_ISO8859_1 from /home/QtPalmtop/lib/core.jar]
[Loaded java/awt/image/ImageObserver from /home/QtPalmtop/lib/awt.jar]
[Loaded java/awt/MenuContainer from /home/QtPalmtop/lib/awt.jar]
[Loaded java/awt/Component from /home/QtPalmtop/lib/awt.jar]
[Loaded java/awt/Container from /home/QtPalmtop/lib/awt.jar]
[Loaded java/awt/Panel from /home/QtPalmtop/lib/awt.jar]
[Loaded java/applet/Applet from /home/QtPalmtop/lib/core.jar]
[Loaded org/me4se/MIDletRunner from ./me4se.jar]
[Loaded java/awt/LayoutManager from /home/QtPalmtop/lib/awt.jar]
[Loaded java/awt/FlowLayout from /home/QtPalmtop/lib/awt.jar]
[Loaded javax/microedition/midlet/ApplicationManager from ./me4se.jar]
[Loaded [F]
[Loaded java/awt/Color from /home/QtPalmtop/lib/awt.jar]
[Loaded org/me4se/impl/JadFile from ./me4se.jar]
[Loaded org/me4se/System from ./me4se.jar]
---=== ME4SE Version 2.5.1 ===---
Exception in thread "main", java.lang.NoSuchMethodError: java/lang/System.setProperty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
        at javax.microedition.midlet.ApplicationManager.setSystemProperty (bytecode 21)
        at javax.microedition.midlet.ApplicationManager.<init> (bytecode 186)
        at org.me4se.MIDletRunner.main (bytecode 147)


I'm obviously not the code guy, so what this log means?


4
Zaurus - Other distros support / SL-C750 and some software issues
« on: June 13, 2021, 05:57:26 am »
Hello again! After my hardware shenanigans I'm stuck with some software troubles. Main thing – PalmOS emulator qpose. I'm installed it (both bin and data packages), obtained a ROM from site PalmDB, but upon starting emulator says "Please wait..." and after a couple of seconds closes without any error. Also it's starting with incorrect screen position (portrait instead of landscape), and libSDL installed (working, tested with emulator zgnuboy).

Second issue – Java, J2ME MIDP. Why – wanna run Opera Mini, just as proof that my little outdated device can browse modern internet. I found a pretty detailed instruction (here, section "MIDP"), made as it says, upon executing run command – in my case it looks like this:

Spoiler: ShowHide
Code: [Select]
evm -classpath ./me4se.jar:./midpx.jar:./opera-mini-8.0.jar org.me4se.MIDletRunner Browser


I've got an exception which looks like this:
Spoiler: ShowHide
Code: [Select]
Exception in thread "main", java.lang.NoSuchMethodError: java/lang/System.setProperty(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
        at javax.microedition.midlet.ApplicationManager.setSystemProperty (bytecode 21)
        at javax.microedition.midlet.ApplicationManager.<init> (bytecode 186)
        at org.me4se.MIDletRunner.main (bytecode 147)


My code-experienced friend said that this is some locale issue, so someone can help me with that?

5
Thanks again, but actually I was able to make that thing work. It seems that this card is working with Cacko ROM – I'm just added it's entry to file hostap_fw.conf in /etc/pcmcia. Entry is gotten by console command
Code: [Select]
cardctl ident IDK if it matters, but I named my card as "Gemtek WL-672". Also I'm added a SanDisk Connect+ firmware to etc/firmware directory, file sf010704.hex, and installed sandisk-plus_arm.ipk. After this and a couple of reboots Zaurus recognized card fully and is able to made a connection. Unfortunately, Cacko ROM kernel not supporting WPA, so only the unsecured connections are recognized (made a access point from my Android phone).

6
Greetings! I bought myself a SL-C750 Zaurus recently, for playing around a Linux-based PDA, and immediately flashed it with Cacko ROM 1.2.3 Full (most popular and stable ROM for that model AFAIK). Almost immediately I found a CF WLAN card on Ebay and purchased it – model is Verifone WL-672 (rebranded Gemtek WL-672) but found that inside it has a Prism3 chipset instead of Prism2, fully supported by Zaurus ROMs. Of course, it's not working: PDA is recognizing it but as generic Intersil Prism2 card, not Prism3, and shows a yellow triangle in "System Info" app. AFAIK Prism3 chipset at the times of Zaurus' glory was found only with SanDisk Connect+ and old page from this site (via Archive.org) says that Prism3 should working as Prism2.x, but not in my case, I'm afraid. It is possible to make that thing work? Thanks in advance!

Pages: [1]