OESF | ELSI | pdaXrom | OpenZaurus | Zaurus Themes | Community Links | Ibiblio

IPB

Welcome Guest ( Log In | Register )

3 Pages V  < 1 2 3 >  
Reply to this topicStart new topic
> What Have I Done? - Clicked 'reboot' Now Japanese!, Help!
Guest_Zauri_*
post May 10 2007, 02:13 PM
Post #16





Guests






QUOTE(speculatrix @ May 11 2007, 08:18 AM)
just use the echo command thus

echo en > /home/zaurus/Settings/locale.conf


no editor required?!
*


Thanks speculatrix! It seems to be working ok now. I even am able to reboot & it comes back English, so it's edited now.
I have downloaded pico for the time when I am able to do some editting. I purchased the Z as my first Linux device so it will be a good learnig curve to acquire skills to be able to use a terminal screen. I am also planning on loading Opensuse onto my home PC, so this will also help my learning curve also.

Zauri
smile.gif
Go to the top of the page
 
+Quote Post
sdjf
post May 10 2007, 05:42 PM
Post #17





Group: Members
Posts: 454
Joined: 17-November 05
Member No.: 8,551



Be careful with the echo command, folks. The following would erase Everything Else in the file.

echo en > locale.conf

To add a line instead, use ">>", but be careful not to destroy the format of the info inside:

echo en >> locale.conf

Meanie was right. sed is a much better tool for this. I was too tired to feel comfortable using it last night, especially since I hadn't seen the conf file on the 3200. I'd be curious what it looks like, now that it's working. Zauri, maybe post "cat /home/zaurus/Settings/locale.conf"?

sdjf
Go to the top of the page
 
+Quote Post
Guest_Zauri_*
post May 10 2007, 06:17 PM
Post #18





Guests






QUOTE(sdjf @ May 11 2007, 12:42 PM)
Be careful with the echo command, folks.  The following would erase Everything Else in the file.

echo en >  locale.conf

To add a line instead, use ">>",  but be careful not to destroy the format of the info inside:

echo en >>  locale.conf

Meanie was right.  sed is a much better tool for this.  I was too tired to feel comfortable using it last night, especially since I hadn't seen the conf file on the 3200.  I'd be curious what it looks like, now that it's working.  Zauri, maybe post "cat /home/zaurus/Settings/locale.conf"?

sdjf
*


I removed the terminal software today. I was using qpe terminal & found it very hard to read last night, when I was punching in commands. The text shows very small & I didn't know how to enlarge it. I am on the hunt for a better terminal program - suggestions & attachments welcome!

Zauri smile.gif
Go to the top of the page
 
+Quote Post
sdjf
post May 10 2007, 06:50 PM
Post #19





Group: Members
Posts: 454
Joined: 17-November 05
Member No.: 8,551



qpe-terminal has the word Font in the upper left-hand corner. If you tap it, there is a dropdown menu with options Micro (tiny), Small Fixed (I use this, 47 characters per line, 34 lines), and "Medium Fixed" (40 chars per line, 18 lines per screen). (Version: 1.5.0-2)

Medium Fixed is quite easy to read.

I found the other consoles I tried way too complicated and they seemed to give me less data per screen. They were cluttered up with fancy features I didn't want. I don't recall which was which at this point, I just know qpe-terminal is nice and simple, at least for me.

sdjf
Go to the top of the page
 
+Quote Post
Guest_Zauri_*
post May 10 2007, 07:09 PM
Post #20





Guests






QUOTE(sdjf @ May 11 2007, 01:50 PM)
qpe-terminal has the word Font in the upper left-hand corner.  If you tap it, there is a dropdown menu with options Micro (tiny), Small Fixed (I use this, 47 characters per line, 34 lines), and "Medium Fixed" (40 chars per line, 18 lines per screen). (Version: 1.5.0-2)

Medium Fixed is quite easy to read.

I found the other consoles I tried way too complicated and they seemed to give me less data per screen.  They were cluttered up with fancy features I didn't want.  I don't recall which was which at this point, I just know qpe-terminal is nice and simple, at least for me.

sdjf
*


Thanks sdjf! I notice the font size option. Although still small, medium fixed is better than before. I punched in "cat /home/zaurus/Settings/locale.conf" and the lanuage is set on en so it looks like it's working the way it should be. I have also backed up my NAND.

Zauri
smile.gif
Go to the top of the page
 
+Quote Post
sdjf
post May 11 2007, 07:34 AM
Post #21





Group: Members
Posts: 454
Joined: 17-November 05
Member No.: 8,551



Another option, although slow, is to use a GUI browser to read files! They all should give you the ability to fine-tune your display size.

If you have Opera, which version? Don't have time now to explain how to increase font, and I don't know what browser(s) you have on board, but read the help menus for starters.

You could read that file in opera by typing in the address bar (if you can find it wink.gif ),

file://localhost/home/zaurus/Settings/locale.conf

assuming I didn't make any typo's. wink.gif If that doesn't work, I would try:

file://home/zaurus/Settings/locale.conf

Same address should work in a different GUI browser if you use Netfront or whatever.

sdjf
Go to the top of the page
 
+Quote Post
Guest_Zauri_*
post May 11 2007, 05:20 PM
Post #22





Guests






QUOTE(sdjf @ May 12 2007, 02:34 AM)
Another option, although slow, is to use a GUI browser to read files!  They all should give you the ability to fine-tune your display size.

If you have Opera, which version?  Don't have time now to explain how to increase font, and I don't know what browser(s) you have on board, but read the help menus for starters.

You could read that file in opera by typing in the address bar (if you can find it wink.gif ),

file://localhost/home/zaurus/Settings/locale.conf

assuming I didn't make any typo's. wink.gif  If that doesn't work, I would try:

file://home/zaurus/Settings/locale.conf

Same address should work in a different GUI browser if you use Netfront or whatever.

sdjf
*


I downloaded Opera 7.3 for SL-5x00 but I couldn't get it to work on my Z. I do still have Netfront but that wouldn't allow me to open locale.conf .
Also, I downloaded a file, what I thought was pico, but I couldn't get it to install. I am still hunting around for a decent copy of that. I believe i could view the locale.conf file in that program.
Go to the top of the page
 
+Quote Post
Meanie
post May 11 2007, 05:31 PM
Post #23





Group: Members
Posts: 2,808
Joined: 21-March 05
From: Sydney, Australia
Member No.: 6,686



QUOTE(Zauri @ May 12 2007, 11:20 AM)
QUOTE(sdjf @ May 12 2007, 02:34 AM)
Another option, although slow, is to use a GUI browser to read files!  They all should give you the ability to fine-tune your display size.

If you have Opera, which version?  Don't have time now to explain how to increase font, and I don't know what browser(s) you have on board, but read the help menus for starters.

You could read that file in opera by typing in the address bar (if you can find it wink.gif ),

file://localhost/home/zaurus/Settings/locale.conf

assuming I didn't make any typo's. wink.gif  If that doesn't work, I would try:

file://home/zaurus/Settings/locale.conf

Same address should work in a different GUI browser if you use Netfront or whatever.

sdjf
*


I downloaded Opera 7.3 for SL-5x00 but I couldn't get it to work on my Z. I do still have Netfront but that wouldn't allow me to open locale.conf .
Also, I downloaded a file, what I thought was pico, but I couldn't get it to install. I am still hunting around for a decent copy of that. I believe i could view the locale.conf file in that program.
*



the correct url syntax is


file:///mnt/card/somefile.html

note the 3 slashes instead of 1 or 2 as given in other samples...


btw pico can be found here as well as many other goodies

http://zaurus.daemons.gr/menaie/feed/pico_4.4_arm.ipk
Go to the top of the page
 
+Quote Post
Guest_Zauri_*
post May 11 2007, 07:36 PM
Post #24





Guests






QUOTE(Meanie @ May 12 2007, 12:31 PM)
QUOTE(Zauri @ May 12 2007, 11:20 AM)
QUOTE(sdjf @ May 12 2007, 02:34 AM)
Another option, although slow, is to use a GUI browser to read files!  They all should give you the ability to fine-tune your display size.

If you have Opera, which version?  Don't have time now to explain how to increase font, and I don't know what browser(s) you have on board, but read the help menus for starters.

You could read that file in opera by typing in the address bar (if you can find it wink.gif ),

file://localhost/home/zaurus/Settings/locale.conf

assuming I didn't make any typo's. wink.gif  If that doesn't work, I would try:

file://home/zaurus/Settings/locale.conf

Same address should work in a different GUI browser if you use Netfront or whatever.

sdjf
*


I downloaded Opera 7.3 for SL-5x00 but I couldn't get it to work on my Z. I do still have Netfront but that wouldn't allow me to open locale.conf .
Also, I downloaded a file, what I thought was pico, but I couldn't get it to install. I am still hunting around for a decent copy of that. I believe i could view the locale.conf file in that program.
*



the correct url syntax is


file:///mnt/card/somefile.html

note the 3 slashes instead of 1 or 2 as given in other samples...


btw pico can be found here as well as many other goodies

http://zaurus.daemons.gr/menaie/feed/pico_4.4_arm.ipk
*



Thanks for the link for pico but, when I run the install it says "This package seems to depends on other packages. Please install them, too."
What do i need installed?
Go to the top of the page
 
+Quote Post
Meanie
post May 11 2007, 10:08 PM
Post #25





Group: Members
Posts: 2,808
Joined: 21-March 05
From: Sydney, Australia
Member No.: 6,686



QUOTE(Zauri @ May 12 2007, 01:36 PM)
QUOTE(Meanie @ May 12 2007, 12:31 PM)
QUOTE(Zauri @ May 12 2007, 11:20 AM)
QUOTE(sdjf @ May 12 2007, 02:34 AM)
Another option, although slow, is to use a GUI browser to read files!  They all should give you the ability to fine-tune your display size.

If you have Opera, which version?  Don't have time now to explain how to increase font, and I don't know what browser(s) you have on board, but read the help menus for starters.

You could read that file in opera by typing in the address bar (if you can find it wink.gif ),

file://localhost/home/zaurus/Settings/locale.conf

assuming I didn't make any typo's. wink.gif  If that doesn't work, I would try:

file://home/zaurus/Settings/locale.conf

Same address should work in a different GUI browser if you use Netfront or whatever.

sdjf
*


I downloaded Opera 7.3 for SL-5x00 but I couldn't get it to work on my Z. I do still have Netfront but that wouldn't allow me to open locale.conf .
Also, I downloaded a file, what I thought was pico, but I couldn't get it to install. I am still hunting around for a decent copy of that. I believe i could view the locale.conf file in that program.
*



the correct url syntax is


file:///mnt/card/somefile.html

note the 3 slashes instead of 1 or 2 as given in other samples...


btw pico can be found here as well as many other goodies

http://zaurus.daemons.gr/menaie/feed/pico_4.4_arm.ipk
*



Thanks for the link for pico but, when I run the install it says "This package seems to depends on other packages. Please install them, too."
What do i need installed?
*




I think it is time for you to pick up zbook3k and read it. Then if you still have questions, you can ask away, but most if not all your current questions are answered/explained in zbook so I really recommend you to read it.
Go to the top of the page
 
+Quote Post
Guest_Zauri_*
post May 11 2007, 10:43 PM
Post #26





Guests






QUOTE(Meanie @ May 12 2007, 05:08 PM)
QUOTE(Zauri @ May 12 2007, 01:36 PM)
QUOTE(Meanie @ May 12 2007, 12:31 PM)
QUOTE(Zauri @ May 12 2007, 11:20 AM)
QUOTE(sdjf @ May 12 2007, 02:34 AM)
Another option, although slow, is to use a GUI browser to read files!  They all should give you the ability to fine-tune your display size.

If you have Opera, which version?  Don't have time now to explain how to increase font, and I don't know what browser(s) you have on board, but read the help menus for starters.

You could read that file in opera by typing in the address bar (if you can find it wink.gif ),

file://localhost/home/zaurus/Settings/locale.conf

assuming I didn't make any typo's. wink.gif  If that doesn't work, I would try:

file://home/zaurus/Settings/locale.conf

Same address should work in a different GUI browser if you use Netfront or whatever.

sdjf
*


I downloaded Opera 7.3 for SL-5x00 but I couldn't get it to work on my Z. I do still have Netfront but that wouldn't allow me to open locale.conf .
Also, I downloaded a file, what I thought was pico, but I couldn't get it to install. I am still hunting around for a decent copy of that. I believe i could view the locale.conf file in that program.
*



the correct url syntax is


file:///mnt/card/somefile.html

note the 3 slashes instead of 1 or 2 as given in other samples...


btw pico can be found here as well as many other goodies

http://zaurus.daemons.gr/menaie/feed/pico_4.4_arm.ipk
*



Thanks for the link for pico but, when I run the install it says "This package seems to depends on other packages. Please install them, too."
What do i need installed?
*




I think it is time for you to pick up zbook3k and read it. Then if you still have questions, you can ask away, but most if not all your current questions are answered/explained in zbook so I really recommend you to read it.
*



Thanks Meanie! OK, I'll give it a read. I am thinking that pico has a dependancy on other files that I haven't got loaded. Someone in the forums told me to get pico, & so I just thought it would work... Anyway, I'll have a read of zbook3k. Thanks again smile.gif

EDIT: Had a read of zbook3k & found the section on installing pico. It told me to install libncurses_5.0_arm.ipk before I install pico_4.4_arm.ipk & so I did that. But I still haven't been given an icon in the GUI for pico. Dunno what's wrong with it, so I give up on it for now. That zbook3k looks like a great reference - Thanks again for recommending that smile.gif
Go to the top of the page
 
+Quote Post
speculatrix
post May 12 2007, 02:50 AM
Post #27





Group: Admin
Posts: 3,281
Joined: 29-July 04
From: Cambridge, England
Member No.: 4,149



I seem to recall that netfront doesn't like someone entering file:// URLs, so you have to create a dummy bookmark and then edit the file containing the bookmark!
Go to the top of the page
 
+Quote Post
Jon_J
post May 12 2007, 05:25 AM
Post #28





Group: Members
Posts: 1,837
Joined: 31-December 05
From: Illinois USA
Member No.: 8,821



file:///
works for me, look at the below screenshot.
Attached File(s)
Attached File  netfront_fxdi35.png ( 270.77K ) Number of downloads: 20
 
Go to the top of the page
 
+Quote Post
Meanie
post May 12 2007, 05:38 AM
Post #29





Group: Members
Posts: 2,808
Joined: 21-March 05
From: Sydney, Australia
Member No.: 6,686



QUOTE(speculatrix @ May 12 2007, 08:50 PM)
I seem to recall that netfront doesn't like someone entering file:// URLs, so you have to create a dummy bookmark and then edit the file containing the bookmark!
*


yeah, file:// wont work, it needs file:/// which is technically the correct syntax anyway... so dont blame netfront, but blame yourself for using wrong url syntax....
Go to the top of the page
 
+Quote Post
Guest_Zauri_*
post May 12 2007, 05:32 PM
Post #30





Guests






QUOTE(Meanie @ May 13 2007, 12:38 AM)
QUOTE(speculatrix @ May 12 2007, 08:50 PM)
I seem to recall that netfront doesn't like someone entering file:// URLs, so you have to create a dummy bookmark and then edit the file containing the bookmark!
*


yeah, file:// wont work, it needs file:/// which is technically the correct syntax anyway... so dont blame netfront, but blame yourself for using wrong url syntax....
*




I tried both file:// & file:/// as directed & I couldn't get it to work in Netfront. If it should work then I don't know what I did wrong huh.gif
Go to the top of the page
 
+Quote Post

3 Pages V  < 1 2 3 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 19th June 2013 - 11:36 PM