Quote:
Originally Posted by prst1
Thanks for your help, but it doesn't mean much to me, either.  I may need Morkl to help me with a specific app.
|
What app is it? Can you post the AndroidManifest.xml?
Quote:
Originally Posted by m3l7d0wN
hi, is it possible to add media scanner to the built in apps?
|
Do you know how the media scanner is invoked? Might be nice if one wants to make some kind of semi-automagic cloud sync.
Quote:
Originally Posted by giosa
Sorry for "whining". The procedure worked and I recovered the device. Apparently I was pressing a home and a menu buttons not in time. Actually one have to press the buttons just before "Opening book" bar appears.
|
Glad you got it to work. I usually hold menu+home before I even press the power button just to be sure.
Quote:
Originally Posted by Interfredzo
Morkl: Do you think it's possible to disable/enable the touchscreen in reader with a buttoncombo? For example left and right turnpagebutton at the same time? Would be very usefull in some cases.
|
Might be possible, when I've sorted the key handling out.
Quote:
Originally Posted by mvp3
Code:
mount -o bind /sdcard/fonts/chinese.ttf /ebook/fonts/VerdanaW1G.otf
mount -o bind /sdcard/fonts/chinese-Bold.ttf /ebook/fonts/VerdanaW1G-Bold.otf
mount -o bind /sdcard/fonts/chinese-BoldItalic.ttf /ebook/fonts/VerdanaW1G-BoldItalic.otf
mount -o bind /sdcard/fonts/chinese-Italic.ttf /ebook/fonts/VerdanaW1G-Italic.otf
run these in adb or terminal(hardware restrat need run it again)
then you select Verdana fonts in stock reader
moded reader seems dose not load fonts on sdcard when reading txt file, it still load stock fonts.
|
Never used TXTs; will check it out and see what can be done about it.
Quote:
Originally Posted by Rheingold
Hi,
do I have to use the flash_reader.bat procedure to install the modified reader or is it possible to transfer only the Ebookreader.apk and install this package?
I tried the last methode on my rooted T1 but without success. Perhaps I missed something
TNX for Your help!
|
I usually install with adb, and since the stock Reader is already installed it must be installed with the "reinstall" (-r) flag. Not sure how this can be done from the device; anyone?
However, the flash_reader procedure should work just the same with a rooted device.
Quote:
Originally Posted by Dwaalspoor98
|
Thanks!