Help the PSP 3D community grow! Vote for us below:


| | Media - Get music, videos, and more on your PSP. |
Welcome to PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums!
You are currently viewing our website as a guest, which gives you limited access to reply and interact to discussions and other members. By joining our free community, you will be able to post topics in the forums, communicate privately with other members, vote in polls, and access many other special features.
Registration is fast, simple, and absolutely free so join our community today!
| 
12-02-2005, 11:50 PM
| | Senior Member | | Join Date: Nov 2005
Posts: 391
Points: 43.93 Donate | | | how do you put e-books on the psp? hi i would like to know how to put e-books on the psp. | 
12-03-2005, 12:00 AM
| | Senior Member
My Mood: | | Join Date: Nov 2005 Location: The Edge of Sanity Age: 19
Posts: 728
Points: 24.50 Donate | | | put them in PHOTO | 
12-08-2005, 05:41 AM
| | Member | | | | | Yeah Photo works great on ones that are converted to image files. But if you got firmware 1.0,1.5 or 2.0 and want to be able to read .pdf and .txt formated book files then your best bet is getting "Bookr" Homebrew I think the newest release version is 0.6 but I use it for books,etc. It works really great and is easy to read/use. You can adjust the size and colors of the text too | 
12-09-2005, 03:05 AM
| | Member | | | | | Nother way is to get a program. Unfortunately the name eludes me. Think it might be something like paperless printer. And it prints text into jpg format.
__________________ Life is simple.. Its either you live for the ride that life is. Or get off you choose. | 
12-18-2005, 09:34 AM
| | Junior Member | | Join Date: Dec 2005 Location: Presently Japan | | With some simple HTML you can use your browser in 2.+ , or i suppose use WIPEOUT to see the local files on your mem stick. IF you save stuff from the internet it puts it in a folder called PSP/COMMON. You can put all sorts of stuff in there.
eg
here is the HTML of my index.html file inside COMMON. IF you know HTML then off you go otherwise have a look thi is written pretty simply, I am a simple man. The style stuff is just to let you make you index file look any way you want. After <BODY> are all theh HREF s to internet browser link to your file inside COMMON. I have not worked out how to browse the rest of the stick. you can only use COMMON or below. Make a bookmark of the index file and off you go. I tried doing HTML code to try to get it to play MP3s and view graphics and stuff but the java script is crippled. it is meant to be a little broswer not fully functional.
Any way give it a go. It can view any txt or html file from an eBook place. Unfortunately I think that TXT files fill the buffer very fast but it still needs experiemnts.
See ya
<html>
<head>
<title>File index</title>
<style type="text/css">
/******
*background Sets background images or colors URL, color-name, RGB value (hex)
* {background: white} background-color: black;
*color Sets color of text color-name, RGB value (hex)
* {color: blue}
*font-family Sets typeface typeface name or font family name
* {font-family: courier} serif, sans-serif, cursive, fantasy, monospace
*font-size Sets size of text points (pt), inches (in), centimeters, (cm), pixels (px)
* {font-size: 12pt}
*font-style Italicizes text normal, italic
* {font-style: italic}
*font-weight Sets thickness of type extra-light, light, demi-light, medium, demi-bold, bold, extra-bold
* {font-weight: bold}
*line-height Sets the distance between baselines points (pt),inches (in),centimeters (cm),pixels (px),percentage (%)
* {line-height: 24pt}
*margin-left Sets distance from left edge of page points (pt), inches (in), centimeters (cm), pixels (px)
* {margin-left: 1in}
*margin-right Sets distance from right edge of page points (pt), inches (in), centimeters (cm), pixels (px)
* {margin- right: 1in}
*margin-top Sets distance from top edge of page points (pt), inches (in), centimeters (cm), pixels (px)
* {margin-top: -20px}
*text-align Sets justification left, center, right
* {text-align: right}
*text-decoration Underlines or otherwise highlights text none, underline, italic, line-through
* {text- decoration: underline}
*text-indent Sets distance from left margin points (pt), inches (in), centimeters (cm), pixels (px)
* {text-indent: 0.5in}
*cursor: url(mycursor.cur)
*<script type="text/javascript" src="snow.js">
*</SCRIPT>
*
**********/
<!--
body {
background: black url(tenchu.jpg) repeat-y fixed center;
}
h1 {
color : orange;
text-align: center;
font-weight: bold;
border-bottom: 3px orange;
padding: 4px 4px 1px 4px;
}
p {
color: white;
}
-->
</style>
</head>
<BODY>
<H1>BArt's File List</H1>
<a href="HTML Files/GrooPage.htm"> Groo Page </a><BR><BR>
<a href="HTML Files/KYOTO October.htm"> KYOTO October</a><BR><BR>
<a href="HTML Files/KYOTO November.htm"> KYOTO November </a><BR><BR>
<a href="HTML Files/KYOTO December.htm"> KYOTO December</a><BR><BR>
<a href="HTML Files/BG2walkthrough.html"> BG 2 Walkthrough</a><BR><BR>
<a href="HTML Files/BG2walkthrough.rtf"> BG 2 Document</a><BR><BR>
<H1>eBooks</H1>
<a href="eBooks/Machivelli_The_Prince.txt"> Machivelli_The_Prince</a><BR><BR>
<a href="eBooks/Roget's Thesaurus of English Words and Phrases.htm"> Roget's Thesaurus of English Words and Phrases</a><BR><BR>
<a href="eBooks/The Art of War, by Sun Zu.htm"> The Art of War, by Sun Zu</a><BR><BR>
<a href="eBooks/Null.htm"> NULL</a><BR><BR>
</body>
</html> | 
12-18-2005, 09:45 AM
| | Senior Member | | Join Date: Nov 2005 Age: 24
Posts: 2,349
Points: 13.22 Donate | | | WTF IS this? | 
12-18-2005, 09:54 AM
| | Senior Member | | Join Date: Nov 2005
Posts: 207
Points: 0.18 Donate | | | Just convert it into .jpeg images and then stick them into your photo section.....google for the program that allows you to do it......... | 
12-18-2005, 10:17 AM
| | Member | | Join Date: Nov 2005 Location: Chanhassen MN | | | The easyest way would be to just slap the text on to a 480 x 272 sized white picture. Then copy them in to the PSP/PHOTO Directory. Like a PSP Magazine, but just with e-book text. Hope this Helps. | 
12-18-2005, 10:20 AM
| | Senior Member | | Join Date: Nov 2005 Location: brussels
Posts: 796
Points: 127.38 Donate | | | yeah psp2gamer is right. just do what PSP amgazine editors do. it's the same principle. one more thing, sony are going to include a comic and eBook reader in a future update. it is not confirmed in which one, though.
__________________ does anyone else here live in belgium? | 
12-18-2005, 01:34 PM
| | Junior Member | | Join Date: Dec 2005 Location: Presently Japan | | Quote: |
Originally Posted by Ihateusing2.5 WTF IS this? | I just realised that you are a gamer and have no skills with a computer.
Wait till someone gives you your solution.
OR learn something when someone writes stuff up.
You asked about eBooks.
Well this will allow you to put lots of eBooks on your PSP easily by making them local html pages, ie on your stick. And if you dont know what <HTML> means then dont worry about it you just flunked "The Internet 101"
Sorry for the flame but maybe someone has something useful to say and a TLA (Three Letter Acronym) is all you can reply. Sheesh | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off Points Per Thread View: 0.00 Points Per Thread: 1.00 Points Per Reply: 0.10 | | | | |