Hi all! Sorry about the lack of updates. I have a kind of lack-of-computer situation going on, but I'm working on it.
Quote:
Originally Posted by thoreau
How I'd like the homescreen to look:
Don't know if it's possible, but for me, I'm only reading one book at a time, and if I want to find something else I have to browse into the all books section, so I'd like to get rid of the Recently Read/Added section.
Alternatively, we could put blank space in either slot if that's easier, preferably the upper part. Or fill this with some sort of useful information; i.e. current date/time.
|
I can see how that might be desirable. In fact, I'd like the whole front screen to be modular. I'm all about the customization.
Quote:
Originally Posted by vietchovui
Each time I restart the T1, the modified reader is replaced by the default sony reader. And I have to re-flash again the reader. Do you know why and how to avoid this.
Add: why don't you add the 2 modified app (reader and home) into the same flash package?
|
This sounds really weird. What versions of everything are you running?
The main reason I don't bundle them is I'm lazy and it'd mean making an extra package (I want to keep supplying separate packages, as some might only want one and not the other and they are, after all, separate apps).
Quote:
Originally Posted by username1
I install the mod with the apk and the folder homemod on a rooted PRS-T1.
Problem : the default reader app (that I love) don't work well now, very slow and crash if I try to open my notes or open the table of contents.
How can I find the original reader app, I'm totally lost, I'm on ubuntu and cannot run exe.
Thanks.
|
What version? Home screen shouldn't affect Reader in any way
Anyhow, flash packages can be installed by putting them on an SD card and rebooting the device while keeping the home+back buttons depressed. More detailed instructions are available somewhere in this thread,
here and elsewhere.
Quote:
Originally Posted by giosa
Simon,
You got me wrong. I don't want to install modified home, I just want to know how to make minor adjustments to original home on my device. For example how to hide system apps on home 3rd page. And that's what I asked Morkl to share this knowledge.
|
Re: buttons, The activities associated with each button are hard coded in the stock home app; my modified one bypasses this method
Re: 3rd page, I filter the apps based on their paths, by simply not adding them to the list view when they don't match.
I'm afraid neither is easily achieved without decompiling the app and modifying the behaviour of the app. Feel free to take a look at my code if you want to do it yourself; it is available
here.