|  03-06-2009, 11:04 AM | #91 | 
| Zealot    Posts: 104 Karma: 274 Join Date: Oct 2008 Location: Atlanta Device: Kindle | 
			
			I tried that and all I see is my name and a $ sign, is this saying I need to buy this program? Also am I suppose to be in the screen_saver folder on my K2 while doing this?   | 
|   |   | 
|  03-06-2009, 11:34 AM | #92 | |
| Addict            Posts: 241 Karma: 2617 Join Date: Mar 2009 Location: Greenwood, SC Device: Kindle 2 | Quote: 
 When using the command line you need to press the enter key after each command. So: Code: cd /Volumes/Kindle/system/screen_saver [press enter key] ls -a [press the enter key] rm -i ._* [press the enter key, and press the 'y' or 'n' key to delete files (or not) when asked] exit [press the enter key] | |
|   |   | 
|  03-06-2009, 11:39 AM | #93 | |
| Zealot    Posts: 104 Karma: 274 Join Date: Oct 2008 Location: Atlanta Device: Kindle | Quote: 
 Thanks for all your patience! | |
|   |   | 
|  03-06-2009, 11:46 AM | #94 | 
| Zealot    Posts: 104 Karma: 274 Join Date: Oct 2008 Location: Atlanta Device: Kindle | 
			
			I am getting this: Macintosh-2:screen_saver lararossignol$ rm-i._1.png -bash: rm-i._1.png: command not found Macintosh-2:screen_saver lararossignol$ rm -i._1.png rm: illegal option -- . usage: rm [-f | -i] [-dPRrvW] file ... unlink file Macintosh-2:screen_saver lararossignol$ rm._1.png -bash: rm._1.png: command not found Macintosh-2:screen_saver lararossignol$ | 
|   |   | 
|  03-06-2009, 11:55 AM | #95 | |
| Addict            Posts: 241 Karma: 2617 Join Date: Mar 2009 Location: Greenwood, SC Device: Kindle 2 | Quote: 
 | |
|   |   | 
|  03-06-2009, 12:13 PM | #96 | |
| Addict            Posts: 298 Karma: 491576 Join Date: Mar 2009 Device: Kindle PW2; Kindle Touch; Kindle 2; iPad Mini;  iPad1 | Quote: 
 A quick question: Where are these files hiding? Even with hidden files enabled on the Mac, there are zero PNGs showing anywhere. I've not yet added your alterations, I'm just searching for the normal set so I can possibly get rid of Oscar Wilde & friends while leaving the other art for now. (For the Mac gurus: I'm also wondering if even the normal hidden file route for OS X isn't sufficient in some way to bring up the Kindle system files; my System folder appears much emptier than I would expect; two folders and one file, nothing else.) Heck, I may just pull out my elderly WinXp laptop & plug into that; I still feel more at home techwise on that OS! Last edited by VictoriaP; 03-06-2009 at 12:23 PM. | |
|   |   | 
|  03-06-2009, 12:35 PM | #97 | |
| Member  Posts: 11 Karma: 10 Join Date: Mar 2009 Device: kindle 2 | Quote: 
 Am I doing something wrong? | |
|   |   | 
|  03-06-2009, 12:38 PM | #98 | |
| Grand Sorcerer            Posts: 19,832 Karma: 11844413 Join Date: Jan 2007 Location: Tampa, FL USA Device: Kindle Touch | Quote: 
 Are you doing it this way? http://lifehacker.com/software/comma...der-188892.php BOb | |
|   |   | 
|  03-06-2009, 12:46 PM | #99 | |
| Addict            Posts: 298 Karma: 491576 Join Date: Mar 2009 Device: Kindle PW2; Kindle Touch; Kindle 2; iPad Mini;  iPad1 | Quote: 
 Edit--shows the exact same files as before, still not a PNG (of the original screensavers) to be seen, and no additional system files showing. Weird. I'll definitely have to boot up the old PC, this is starting to bug me. Last edited by VictoriaP; 03-06-2009 at 12:50 PM. | |
|   |   | 
|  03-06-2009, 12:55 PM | #100 | 
| Provocateur            Posts: 1,859 Karma: 505847 Join Date: Feb 2009 Location: Columbus, OH Device: Kindle Touch, Kindle 2, Kindle DX, iPhone 3GS | 
			
			The original screensavers are NOT on the default system directory via USB. The ._ files are made when you copy files over onto the Kindle via a Mac. Two entirely different issues. | 
|   |   | 
|  03-06-2009, 01:29 PM | #101 | |
| Zealot    Posts: 104 Karma: 274 Join Date: Oct 2008 Location: Atlanta Device: Kindle | Quote: 
 The only additional note, you must add quotes if your file has any spaces...Like this : rm -i "._kindle faries.png" This was driving me nuts as the first one file worked (after I added spaces.) You can go in an rename your files in the screen_saver folder (I did this on a few but got worried I was making more a mess but those work fine) also another note you do not press enter between this cd /Volumes/Kindle/system/screen_saver ls -a Just enter it as one line: cd /Volumes/Kindle/system/screen_saver ls -a That's what worked for me. Thanks EVERYONE!!! Now I can love my K2 unconditionally! On my mac it only worked to bring up the files when | |
|   |   | 
|  03-06-2009, 01:32 PM | #102 | |
| Grand Sorcerer            Posts: 19,832 Karma: 11844413 Join Date: Jan 2007 Location: Tampa, FL USA Device: Kindle Touch | Quote: 
 rm -i ._* it will delete ALL the files that start with ._ The asterisk is a "wild card" which means match any characters as many as there are. BOb | |
|   |   | 
|  03-06-2009, 01:39 PM | #103 | |
| Zealot    Posts: 104 Karma: 274 Join Date: Oct 2008 Location: Atlanta Device: Kindle | Quote: 
 oh well.   | |
|   |   | 
|  03-06-2009, 02:15 PM | #104 | 
| Provocateur            Posts: 1,859 Karma: 505847 Join Date: Feb 2009 Location: Columbus, OH Device: Kindle Touch, Kindle 2, Kindle DX, iPhone 3GS | 
			
			And you do press enter before the ls -a but... whatever worked for you, luv.    | 
|   |   | 
|  03-06-2009, 04:25 PM | #105 | |
| Zealot    Posts: 104 Karma: 274 Join Date: Oct 2008 Location: Atlanta Device: Kindle | Quote: 
 Thank you Clarknova!!! and everyone else for helping my blonde, mac ass figure it out    Last edited by Octochick; 03-06-2009 at 04:43 PM. | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Let dead authors rest in peace - please. | RCR | Lounge | 22 | 10-17-2009 07:34 PM | 
| Short Fiction Authors, Various: Stories by Foreign Authors: Polish, Greek, Belgian. v1, 20 Feb 2008 | Madam Broshkina | Kindle Books (offline) | 0 | 02-20-2008 08:41 PM | 
| Other Fiction Authors, Various: The Whole Family: a Novel by Twelve Authors. v1, 11 Jan 2008 | Madam Broshkina | IMP Books (offline) | 0 | 01-11-2008 09:22 PM | 
| Other Fiction Authors, Various: The Whole Family: a Novel by Twelve Authors. v1, 11 Jan 2008 | Madam Broshkina | Kindle Books (offline) | 0 | 01-11-2008 09:20 PM | 
| Short Fiction Authors, Various: The Whole Family: a Novel by Twelve Authors. v1, 11 Jan 2008 | Madam Broshkina | BBeB/LRF Books (offline) | 0 | 01-11-2008 09:18 PM |