Perfectviewer comic reader (especially manga) for NST - Nook Touch Themes and Apps

It doesn't work for reading pdf's, but Perfect Viewer is perfect for reading zip or rar files filled with jpgs (or cbz/cbx files, of course). All the better if these are black and white, like manga! Turn on landscape mode for the best experience, and I recommend setting up the touch spaces like in the attached image.
Thing is, setting up the touch spaces is no easy feat, as the dialogue to select a different function is white text on a white background. I attached a backup of my settings file to get my screen setup (1-04-16.xml). Place this on your sd card /PerfectViewer/Preferences, then in the app go to Preferences management and load up the file.
I'm not sure if the attached version of the apk is the latest one to still work with the NST's Android version, but this one works fine. Be sure to turn on "Auto detect page border" for optimal use of the NST's screen real estate.

STEELBAS said:
I'm not sure if the attached version of the apk is the latest one to still work with the NST's Android version, but this one works fine. Be sure to turn on "Auto detect page border" for optimal use of the NST's screen real estate.
Click to expand...
Click to collapse
Yep, that's the last version that works on the NST. Back in the day I used it for comics as well and found it the best for my purposes. And as you say, the PDF plugin for that version crashes.
The menu issue is a common one with many apps not designed for e-ink screens. Colors that developers have used are mostly defaulted to either black or white (sometimes you get lucky with a grey of some kind). Someone on one of the Russian forums where the NST is popular developed an alternate set of background images for the framework-res.apk. When these are substituted for the stock images the background of all menus (including B&N menus) are either slightly or more than a little darkened so that even white text will show up against them. At one time I used the slightly darkened images as I seemed to have a lot of apps that I could not read settings for. Over the years and as my use and configuration of my NSTs evolved there seemed to be fewer of these and so finally I just left the default backgrounds when I updated to FW 1.2.2
Of course, you can always install the app that you can't see menus for on another (non-e-ink) device and use that as a guide until you get things set up the way you like.

nmyshkin said:
Of course, you can always install the app that you can't see menus for on another (non-e-ink) device and use that as a guide until you get things set up the way you like.
Click to expand...
Click to collapse
Right! I think that's how I went about it with these settings, too. I don't remember, it's been four years [emoji28]
I recently got into manga a little, again, so I dusted off this app and decided to share it here.
Sent from my BLA-L09 using Tapatalk

Related

Temporary-Fix for HTC PDFVIEWER "only for htc devices" error

So I followed all the info in this post...
PDF VIEWER ON JF 1.5H
After some toying with it, I discovered this app can only run one instance of the "only for htc devices" error-popup.
So here are the steps to enable the reading of PDFs
Steps 2 and 4, are interchangeable depending on which file picker you prefer.
1. Open pdfviewer and pick a pdf to view.
2. Let it load... and wait for the message that tells you "For HTC Devices only" comes up
3. Press HOME. (not the return/back button as that doesnt work)
4. Use a file manager like Linda or OI to select a PDF and run it through the pdfviewer when it asks how you wish to view the file.
5. Enjoy
PS.
I have tried this with 2 phones running to different builds. the 1.5H(haykuro) and the JF1.5.
I guess this fixes my problem for now... Still annoying but at least I can view PDFs this way.
PPS
Also as suggested in the forum mentioned above I tried to replace the build.prop from earlier builds including the dudes. None of them seemed to make it work.
nice try, but the app force closes when viewing the second pdf. might be because of large file sizes or too many apps running though.
thanks for the work so far!
TruLuvNvrDies said:
nice try, but the app force closes when viewing the second pdf. might be because of large file sizes or too many apps running though.
thanks for the work so far!
Click to expand...
Click to collapse
That happens to me whenever I view files over 8mb. But that may not be the cut-off that is just my cut-off of what I have been trying to view... but last night I read about 30 of the NBC Heroes comics on my phone... so it sort of works.
"H.T.C.....R.e.a.d.e.r. .E.n.g.i.n.e.....E.n.g.i.n.e. .C.a.c.h.e. .M.a.x. .S.i.z.e. .(.M.B.).....6.....E.n.g.i.n.e. "
From the resources.arsc...
After doing some reading of the files associated with the PDFViewer... I see the word ADOBE quiet often... Especially in the apps dependencies. Like libpdfreader.so
Anyone with some knowledge on this maybe offer a helping hand.??
Sorry double post...

Android Market sucks

I have the sprint vogue that I ran Android 1.5 from my sd card with sprint network. I updated to eclair on the sd card but find my phone says T-Mobile, don't think its a big deal.When I was running 1.5 I was able to find apps like pandora to down load, know on t-mobile network and eclair a lot of apps are missing? Is their a way to unlock the market.
You need market enabler.
http://code.google.com/p/market-enabler/
Edit: This pretty much just adds paid apps.
skipbarker said:
You need market enabler.
http://code.google.com/p/market-enabler/
Click to expand...
Click to collapse
I don't know if that will work cause he was able to download Pandora before and that's a free app, market enabler just to gives you paid apps
My bad. I misunderstood.
http://forum.xda-developers.com/showthread.php?t=628353
Read #5
It's a problem with the Android SDK.
Starting with 1.6, Google introduced screen sizes: Small, Medium, and Large. Our devices have Small Screens (along with the HTC Tattoo). The G1/Dream has a Medium screen, and the Droid/Nexus a Large screen.
The problem is the SDK defaults to Medium and Large screens. It's up to the application developer to test the application for Small screens and proactively add the indicator for Small screen support.
Most developers never bother to indicate the app can run on Small screens, so it gets excluded from your view.
I'm not sure if the small screen thing is linked to the /data or your Google user account. If I knew which, I'd figure out some way to spoof it, so we can get the full market on small screens. If it's on the /data somewhere, then that's a much easier fix.
The fact that clearing your /data and booting up a 480x320 fixes it, seems to indicate it's a value in the /data. It'd be interesting to do a dump of two /data directories with only the market resolution changed and see how they differ on a binary level. Then perhaps we can add a patch to the menu of NoMoRootfs (or a patch that's applied every bootup... or lock down the file that's modified).
If it's on the account, then either you'd have to intercept the Market App's data packet that indicates screen size and modify it proactively, or you'd have to change parts of the SDK to report the screen size as larger than it really is (this would be hard to do because apps use that interface too... you'd have to be able to detect if the request is coming from the Market App).
jnadke said:
It's a problem with the Android SDK.
Starting with 1.6, Google introduced screen sizes: Small, Medium, and Large. Our devices have Small Screens (along with the HTC Tattoo). The G1/Dream has a Medium screen, and the Droid/Nexus a Large screen.
The problem is the SDK defaults to Medium and Large screens. It's up to the application developer to test the application for Small screens and proactively add the indicator for Small screen support.
Most developers never bother to indicate the app can run on Small screens, so it gets excluded from your view.
I'm not sure if the small screen thing is linked to the /data or your Google user account. If I knew which, I'd figure out some way to spoof it, so we can get the full market on small screens. If it's on the /data somewhere, then that's a much easier fix.
The fact that clearing your /data and booting up a 480x320 fixes it, seems to indicate it's a value in the /data. It'd be interesting to do a dump of two /data directories with only the market resolution changed and see how they differ on a binary level. Then perhaps we can add a patch to the menu of NoMoRootfs (or a patch that's applied every bootup... or lock down the file that's modified).
If it's on the account, then either you'd have to intercept the Market App's data packet that indicates screen size and modify it proactively, or you'd have to change parts of the SDK to report the screen size as larger than it really is (this would be hard to do because apps use that interface too... you'd have to be able to detect if the request is coming from the Market App).
Click to expand...
Click to collapse
That is a great idea.
Do you have the capacity to perform the differential on the two directories?
I have deodexed the 1.6 Vending.apk and can post the source for everyone to review. I think the more eyes on this the better.
The only reason I run 320x480 is because I want a full market 100% of the time.
All is working, I used the link that PacyWhitter gave, followed Tatnai directions and know have full market!!!
myn said:
That is a great idea.
Do you have the capacity to perform the differential on the two directories?
I have deodexed the 1.6 Vending.apk and can post the source for everyone to review. I think the more eyes on this the better.
The only reason I run 320x480 is because I want a full market 100% of the time.
Click to expand...
Click to collapse
Yeah, I can do it, though it'd be easier to do it on two data.img files (might have to go back to WinMobile for that). Or I guess I could flash the kernel and wipe my data and export the result each time to a binary file. I'd still be interested in seeing the Vending.apk.
I already know where the Market apk is getting its info from. In android.utils there's a class called DisplayMetrics. The Market apk is likely getting its info from there. It'd be possible to spoof it by recompiling the source with a hardcoded value, but that'd affect applications as well. It'd be much harder to do it for only the Market/Vending apk.
The thing I'm interested in, is that obviously if the "boot up at one resolution, switch back" trick works, then it's not sending the resolution to the server every time. This means it has to be storing the data, or a hash of the data, somewhere.
This guy has a fascinating website on similar subjects:
http://strazzere.com/blog/
There's also a way to use the Market from the emulator:
http://www.anddev.org/viewtopic.php?p=28991
Perhaps I can start there and see if I can reproduce the problem, then produce the solution in a controlled environment.
graphic914 said:
All is working, I used the link that PacyWhitter gave, followed Tatnai directions and know have full market!!!
Click to expand...
Click to collapse
People seem to indicate it resets after a few days, so you will have to redo it until I have time to see if I can fix it.
jnadke said:
This guy has a fascinating website on similar subjects:
http://strazzere.com/blog/
Click to expand...
Click to collapse
That is one of my fav sites for Android dev. Great site .
Started Community Market Project here

[Q] Some questions about a newly rooted NC

Okay, so far, mostly good, but have a few questions I'm hoping someone can help me with. I've used autonooter for 1.0.1 (after upgrading the firmware to 1.0.1 of course) and also disabled the cell and telephony services by renaming them to .OLD.
1) How do you get the web button to actually launch a different browser than the stock one? I've installed Dolphin and Dolphin HD and set each in turn as the "default browser" in their settings and mutliple times after multiple reboots. But when I use the 'web' button on the NC menu, it always takes me to the stock browser. What am I missing here?
2) I don't want the 'email' app running. I don't need it, don't want it (have web-based email for everything I need), but can't figure out how to keep it from running. Or maybe I just don't understand what it does? Can someone explain either the necessity of email or how to shut it off?
3) I also notice something called 'social' running. Have no clue what it is and figure I probably don't want or need it running. Can anyone explain this one for me (why I need it or how I shut it off)?
4) Has anyone found a workaround to replace needing a reboot to make installed apps show on the extras page?
5) How to you manage the 'extras' page? As the amount of installed apps grows, the page is becoming more and more difficult to use. Is this something simple I'm missing?
6) I noticed the open book/recently reading icon doesn't work now unless I use the stock launcher. I've read that all you have to do is run it once (then go back to softkeys or whatever) and the button works, but also read that disappears each time you restart (see above). Is there any workaround to having to do this?
7) Is is possible to remap the other keys? For example, make the open book button do something else? Or the keys in the menu that comes up?
8) Lastly...what size microSD card does everyone recommend? Seems anything over 4GB would just be a waste.
Thanks to anyone who responds!
Don
doncaruana said:
Okay, so far, mostly good, but have a few questions I'm hoping someone can help me with. I've used autonooter for 1.0.1 (after upgrading the firmware to 1.0.1 of course) and also disabled the cell and telephony services by renaming them to .OLD.
1) How do you get the web button to actually launch a different browser than the stock one? I've installed Dolphin and Dolphin HD and set each in turn as the "default browser" in their settings and mutliple times after multiple reboots. But when I use the 'web' button on the NC menu, it always takes me to the stock browser. What am I missing here?
2) I don't want the 'email' app running. I don't need it, don't want it (have web-based email for everything I need), but can't figure out how to keep it from running. Or maybe I just don't understand what it does? Can someone explain either the necessity of email or how to shut it off?
3) I also notice something called 'social' running. Have no clue what it is and figure I probably don't want or need it running. Can anyone explain this one for me (why I need it or how I shut it off)?
4) Has anyone found a workaround to replace needing a reboot to make installed apps show on the extras page?
5) How to you manage the 'extras' page? As the amount of installed apps grows, the page is becoming more and more difficult to use. Is this something simple I'm missing?
6) I noticed the open book/recently reading icon doesn't work now unless I use the stock launcher. I've read that all you have to do is run it once (then go back to softkeys or whatever) and the button works, but also read that disappears each time you restart (see above). Is there any workaround to having to do this?
7) Is is possible to remap the other keys? For example, make the open book button do something else? Or the keys in the menu that comes up?
8) Lastly...what size microSD card does everyone recommend? Seems anything over 4GB would just be a waste.
Thanks to anyone who responds!
Don
Click to expand...
Click to collapse
Don't use the Web button. Launch the browser.
Set it to sync manually. Fixed.
Ignore, part of B&N
Use a launcher. ADW Launcher works great.
See above
Pretty sure if you hit the softkey for the B&N apps, hit Library, then tap the Book icon you're talking about it will launch the last book. 2 extra taps.
Those aren't keys, and let's just say no.
Anything under 8G ain't going to have much music or data. Up to you.
Thanks khaytsus but...
1) When you say "launch" the browser, from where do you mean? I tried the web icon in Zeam and it does the same thing. Are you saying the only way to use an alternate browser is to open extras or apps and launch it? So 'set as default' doesn't work on any of these browsers?
2) I set up the email check frequency to never but it still runs once rebooting.
4) Tried using the applications icon in Zeam and ADW, but it still doesn't show newly installed applications until a reboot.
6) Thanks for the suggestion, but the book button still doesn't work.
Any other thoughts?
Don
Why do you think you need a rooted Nook?
rjoudrey said:
Why do you think you need a rooted Nook?
Click to expand...
Click to collapse
I'm not sure I understand why that's relevant. Have you posed that question to the hundreds of others on here who have done so?
I am curious why people choose to root.
Just root your own and find out.
Sent from my hacked nook color.
I am rooted. I rooted because I thought this $249 eReader would make a great tablet with the right hacks/rom. So far the market, gmail, calendar and others things work great. Waiting patiently for CM7.
4/5 Theres no readin to use the b&n bar. Use the app drawer (from adw or zeam) to launch your apps. In the app drawer hold down your browser (use dolphin hd or another, the default is no good) icon and it will make a shotcut on the main screen. You dont really ever have to use the default bn stuff.
http://forum.xda-developers.com/showthread.php?t=872295 Do this to put books on your homescreen. Even when u close a book it will remember the last page u were on.
6 Its broke, havent seen a work around.

E-Paper: Simple drawing app

Due to the lack of good open source drawing apps to port to the NST, I wrote myself a simple one specifically for the NST, taking advantage of the fast refresh mode (A2).
The app is quite simple: it is multi-page, can export and import pages from PNG files, and the usual basic stuff you'd expect from a (basic) drawing app. See some screenshots below.
Actually, you can import any PNG images folder by long pressing the folder at the import screen. However, for now you can't erase pixels from imported pages. This is because the drawer is curve based (you create and delete curves), not pixel based.
In addition to the icons at the bottom of the screen, the left side keys perform undo/redo and the right side switch pages.
Comments and suggestions are welcome, also if some is willing to help me port this to the PRS-T1, let me know.
Source code is available at: https://github.com/marspeople/E-Paper
Changelog:
1.1: Background of exported images is now white instead of transparent.
I would like to ask, are there any text mode, allowing users to type in some text?
Support your great app!
Nice work. Just tried it out. Pushing the limits of what an e-paper device can do (actually, it's a bit beyond...) but still pretty rad that you were able to make it! Thanks!
pretty great app. really liked the simplicity and such.
but i would want to have some options on saving images, by default on png images, drawing is black and background is transparent, so previewing on a different app makes my images weird. it could has some options, like background and text colors, image size and jpg/png output etc. And also it would be cool to add some texts to my drawings as wheilitjohnny said.
cheers
Marspeople, I think this app is great. I've looked for apps which my kids can use for drawing and this answers the need.
drmxmyt said:
pretty great app. really liked the simplicity and such.
but i would want to have some options on saving images, by default on png images, drawing is black and background is transparent, so previewing on a different app makes my images weird. it could has some options, like background and text colors, image size and jpg/png output etc. And also it would be cool to add some texts to my drawings as wheilitjohnny said.
cheers
Click to expand...
Click to collapse
You're right, I forgot about fixing the transparent background. Fixed now.
Regarding your other requests, I think they defeat the simplicity purposes of the app. However, adding typed text may be interesting, I will consider that.
E-Paper app
Great little app! Would be great if you could add a button to refresh the page once in a while. After many deletes the shadows can be overwhelming and distracting. I am currently deciding which one I like better: E-Paper or FreeNote (more features but also more complicated). I think in the end simplicity trumps flexibility.
Here is a small tip: you can draw straight line segments by touching the screen with two fingers (one after another) and releasing them at reverse order.
nrseife said:
Great little app! Would be great if you could add a button to refresh the page once in a while. After many deletes the shadows can be overwhelming and distracting. I am currently deciding which one I like better: E-Paper or FreeNote (more features but also more complicated). I think in the end simplicity trumps flexibility.
Click to expand...
Click to collapse
Well, you can simply press the n button twice (don't press too fast or it will create ghost at the bottom).
=>> App for making lecture notes
Hi!
I would like to suggest some simple upgrade to your app, which equivallent I failed to find on Market.
Since E-Ink Multi Touch screen of NST seems to be great also for making lecture notes, but for what I have failed to find any suitable app, althought only simple thing would make your app to be great for this purpouse. You could then even start of selling it.
Here is the simple idea:
Screen divided into 3 frames:
1.) Overlook-frame of printable-part of A4/A5 -- used for scroolling/scalling of the Zoomed-frame around paper - which should look like small box on large A4,
2.) Zoomed-frame -- used for handwritting text, drawing pictures, writting formulas into the small box on Overlook Frame
3.) Toolbar-frame -- same as yours only with zoom +- buttons. also scalling of Zoomed-frame box on Overlook-frame could be done by multitouch.
Would be great hack for students of Natural arts - could provide ability to write mathematical formulas and schemes and so on, not loosing possibililty of hand writting.
What do you think?
That looks like a really nice, polished app.
I was just wondering if anybody uses the capabilities of ezPDF Reader to do similar things.
ezpdf
Renate NST said:
That looks like a really nice, polished app.
I was just wondering if anybody uses the capabilities of ezPDF Reader to do similar things.
Click to expand...
Click to collapse
yes i use comments for correcting LATEX generated i write pdfs or for commenting some books for studying. However i think that ezPDF is mainly for reading pdf and is not suitable for making lecture notes.
Very nice and simple app...thanks
Is there any way to exit this app? (I mean alternative to terminating a process)
~windrider~ said:
Is there any way to exit this app? (I mean alternative to terminating a process)
Click to expand...
Click to collapse
You normally don't exit android apps, the system will terminate it if needed. This app will be totally idle when it isn't at foreground.
I tried using your app on my prs-t1. It works and runs but there's a lag when drawing. For example if you draw a line, it takes about half a second or so to show up on the screen.
I wish I could help you port it and optimize but I have no clue how to Lol > < I really wish it were possible because the native drawing app on the prs-t1 saves in some weird format.
Sent from my Liberty using Tapatalk 2
..
bug
i had probably found a bug.
scenario:
1. made note
2. saved it
3. load it
4. cannot delete erase what was written there
i had earned some developement skills for android. So i may probably do enhancements to the app I had proposed here earlier.
the simple answer to that is this app save it as png, not svg or another vector method. so you cant edit it, it just an image file. its not a bug.
drmxmyt said:
the simple answer to that is this app save it as png, not svg or another vector method. so you cant edit it, it just an image file. its not a bug.
Click to expand...
Click to collapse
That's correct. The reason for this is being easier to handle a png file than a curve-based specific file format.
mrWax said:
i had earned some developement skills for android. So i may probably do enhancements to the app I had proposed here earlier.
Click to expand...
Click to collapse
This app has large room for improvements. If anyone want to contribute, just send me a patch.

Share Your Setup/App List

EpubBrowser - Home Launcher.
Extended power menu - Adds reboot options.
AndroNook Settings - Extends the settings options.
latuk Kernel - The most feature rich Kernel for the Nook.
UsbMode-2.0 - Turns on Host mode. latuk Kernel needed.
BubbleUPnP 1.8.6 - UPnP app. I use it with Plex.
TuneIn Radio 7.4 - Internet Radio app.
QQPlayer - Best working video player for the Nook. Needs FastMode2.
FastMode2 - Enables fast refresh. latuk Kernel needed.
Email - Works with Gmail.
Calculator - Default Android Calculator.
Perfect Task Switcher - Allows you to switch between running apps or kill them.
Nook Touch Mod Manager - Gives you the ability to assign apps to the buttons.
NookColor Tools - Lets you enable sideloading of apps.
Opera Mini 7.6.40234 - Best Web Browser for the Nook. This is the latest version as of posting this, but it seems Opera Mini will always support old versions of Android. So check to see if there is a newer version.
Clean Master 3.8.6.498 - Gives you the ability to kill tasks at screen unlock, plus many other options.
AirDroid v1.1.0 Beta - Transfer files wireless and manage your Nook from your PC.
adbWireless 1.4.1 - Lets you use ADB over Wifi.
reddit is fun 2.7.7 - Reddit app.
GenieWidget 1.3.04 (PROD) - Googles News & Weather app.
Nook Clear Screen - Lets you do a screen refresh to get rid of ghosting.
Screen Rotation Control -Rotates the screen.
GameBoid - Gameboy Advance emulator. Needs a bios to work.
ES File Explorer 3.1.6 - File Manager with built in Music player. View button crashes the app.
For all these apps plus many more you can download this zip pack full of working apps for the Nook ST/Glowlight.​
Apps&Games_for_NST.zip (128M)​
My everyday NSTG has been updated to FW 1.2.2, running a kernel for 1.2.1 that enables multi-touch, no-refresh mode, and USB host/audio. I never found a kernel that would support BOTH no-refresh and fast mode AND USB, but for reading text no-refresh runs rings around fast mode, IMHO. So I took that kernel and substituted it for the one in the @pinguy1982 USB Host/Audio package so I would have the tweaked audio driver set he put together AND NoRefresh mode. Worked like a charm
I decided to ignore the QuickNav buttons entirely. I assigned the "n" button to "Home" (ADW Launcher) . I assigned the upper left button to "Back" and the upper right button to "Menu". Lower right is set to my "Set Cover" app.
I tried to create a really different look and feel (see images below) using a combination of Desktop VisualizeR and SiMi Folder, two amazing apps. A SiMi folder is essentially a miniature launcher which can be placed on the desktop and assigned an icon using Desktop VisualizeR. More information on the design of the home screen is here.
I also used Minimalistic Text to create the date/greeting and weather widgets (NST Weather Widget app). Any apps that didn't fit into my SiMi folder categories were typically seldom used tools of some sort (wallpaper picker, etc.), so they ended up only in the app drawer. ADW Launcher allows me to hide in the drawer "junk" apps or apps that are one-touch which have been assigned using NTMM.
I have two other NSTs I use for experiments. One runs the unofficial 1.2.2 UK ROM as described here and the other is set up just like the NSTG described above.
These three devices are registered and use the B&N Reader and Library apps.
I also have an NSTG which I have set up without B&N apps as described here. I have installed Mantano Reader and ColorDict (with the Merriam Webster Collegiate dictionary, just like B&N) to replace the missing B&N stuff. Otherwise, it is set up the same as the two NSTs. It is, however, running FW 1.2.1 which is helpful to me when developing Tasker-based apps since plugins do not work with FW 1.2.2 (that is, the Tasker routines do not call the plugins but apps made from the routines have no issues with the plugins).
All the devices also have dual-boot capability for CM 11.
My apps: those marked with * may be hard to find/are older versions and are included in a bundled zip here (note: Mediafire seems to have a problem with a zip full of apk files so each file has an added ".OLD" extension. Remove this before side-loading). Non-B&N apps with no links either came bundled with NookManager or are from the PlayStore (or places like it).
*AdAway 2.8.1
ADB Konnect 1.0
*ADW Launcher EX 1.3.3.9
Amazon Kindle 3.2.0.35 (optimized for NST)
Calculator (MOD)
*Desktop VisualizeR 1.4.6.6
Dictionaries 1.0
EBookDroid 1.57 MOD
*ES File Explorer 1.6.2.3
GL Gesture Control (Glowlight only)
Go Contacts EX 1.0
K-9 Mail
Library (stock)
*Minimalistic Text 2.6.3
*AIType Keyboard
MX Player 1.7.40
Nook Settings 1.2.2
Nook Touch Mod Manager
NoRefresh (debug2)
NST UI 1.0
NST Weather Widget 1.6
*Open-in-browser settings [allows you to open local HTML files in browser]
Opera Mini 7.6.4
*Opera Mobile 12.10 (resigned to also work with FW 1.2.2)
PerfectViewer 1.9.2.2 MOD
PerfectViewer PDF Plugin 1.2
PrinterShare 8.7.1 Premium
*QuickPic 3.4.6
Quick Tiles 2.3
Reader (stock)
Record That Note 1.7.5 (simple voice recorder; wav, mp3)
Rotation Locker 1.4.2 MOD
Set Cover 4.0
Settings (stock)
Shortyz Crosswords 3.1.5 MOD
*SiMi Folder 2.3
Superuser 2.3.6.1
Tasker 1.3.3u2m
Terminal Emulator 1.0.70
*TuneIn Radio 7.4
*ZipSigner2 3.4
And on the with B&N removed:
*ColorDict 3.6.8
GL Gesture Control
Mantano Reader 2.2.3 MOD
I'm running a highly modified version of @yattaro 's and my 1337 ROM. Mods include:
My AndroNook Settings
My SBM Theme (ReaderRMSDK.apk and framework-res.apk)
BusyBox
@antsm 's extended power menu
@Renate NST 's nook121patch
My (unreleased) version of @Renate NST 's modified TWL4030_Keypad.kl
My own (unreleased) uRamdisk with various changes
@latuk 's UsbSound + UsbHost + Multitouch + FastScreen kernel (uImage)
@pinguy1982 's USB Audio drivers
My hard key mappings are as follows:
"n" key (short press) is HOME (Android).
"n" key (long press) toggles GlowLight.
Top left key (short press) is BACK.
Top left key (long press) toggles FastMode2.
Bottom left key (short press) is MENU.
Bottom left key (long press) opens ADB Konnect.
Top right key (short press) is PAGE_UP.
Top right key (long press) is continual PAGE_UP.
Bottom right key (short press) is PAGE_DOWN.
Bottom right key (long press) is continual PAGE_DOWN.
Here's my user app list:
ADW Launcher EX
ADB Konnect
Aldvanced Task Killer Free
AndroMouse
Temblast Audio Control
YouVersion Bible
BusyBox Free
ColorNote
Desktop VisualizeR
Dropbox
Email
E-paper
ES File Explorer
ES Task Manager
FastMode2
File Converter
Font Installer
Hacker's Keyboard
Temblast Library
MX Player 1.7.40 for Froyo/Eclair
No-frills CPU Control
Nook Clear Screen
Nook Touch Mod Manager
NookColor Tools
NoRefresh
Temblast Null Keyboard
Opera Mini
PDF Reader
QuickPic
Temblast Reader
Temblast Recorder
Screen Rotation Control
Screenshot Ultimate
Simplistic Countdown Timer
StayAwake
SuperSU
Terminal Emulator
TextWarrior
The Weather Channel
Temblast Touch Diagnostics
Temblast USB Mode Utility
Wakelock Detector
Wallpaper Wizardrii™
Zipsigner
Here's my list of standalone widget apps:
Analog Clock Collection
Circle Battery Widget
Clockr
Desktop VisualizeR
Nice Simple Battery
Nice Simple Clock
One More Clock
And lastly, here's my list of non-user .apks in /system/app:
AccountsAndSyncSettings.apk
CertInstaller.apk
HTMLViewer.apk
LatinIME.apk
PackageInstaller.apk
ReaderRMSDK.apk
Settings.apk
SettingsProvider.apk
Superuser.apk (SuperSU)
SysChecksum.apk
UserDictionaryProvider.apk
ИΘΘK¡€ can you add some screenshots to show what yours device looks like ? Why (unreleased) version of 's modified things ? What are yours changes ?
jaqjacek said:
ИΘΘK¡€ can you add some screenshots to show what yours device looks like ? Why (unreleased) version of 's modified things ? What are yours changes ?
Click to expand...
Click to collapse
For homescreen setup screenshots, you can look at the NTG Homescreens 2 and NTG Homesceens 3 albums in my profile. I won't upload screenshots of my homescreen because I am a homescreen themer and change my setup about every other day. I can, however, add screenshots of other parts of my device, if you like.
The reason my uRamdisk is unreleased is that it is not stable enough or safe enough for widespread use. The main change that causes this is my seting it up to mount the /boot partition as read-write upon the device booting up. This is extremely dangerous for any average, non-developer user to have, because if even one file in that partition gets modified incorrectly or deleted, their Nook will become permanently unusable for anything except a paperweight.
Hopefully this explains things for you.
How do you guys have so much space to add apps to your NST? I've got the original NST and I keep getting warnings that the Nook is running out of space... Unless the NSTGL has a larger system ROM space than the NST? NOOK!E, I am currently using the 1337 ROM, and everything else seems to be working pretty great.
DKaine said:
How do you guys have so much space to add apps to your NST? I've got the original NST and I keep getting warnings that the Nook is running out of space... Unless the NSTGL has a larger system ROM space than the NST? NOOK!E, I am currently using the 1337 ROM, and everything else seems to be working pretty great.
Click to expand...
Click to collapse
Um...I dunno? I have the original NST, too, with an 8 GB SD card (6 GB is still free). 90% of the internal storage is still free. I only have a few B&N books on internal storage, the bulk (many) are on the SD card along with music and audiobooks.
I have don't have any apps moved to the SD card.
So how come you're running out of memory? I get occasional nags from CleanMaster that RAM is scarce when I'm doing a lot of work, switching apps, etc., but I've never received any warnings about running out of storage space.
DKaine said:
How do you guys have so much space to add apps to your NST? I've got the original NST and I keep getting warnings that the Nook is running out of space... Unless the NSTGL has a larger system ROM space than the NST? NOOK!E, I am currently using the 1337 ROM, and everything else seems to be working pretty great.
Click to expand...
Click to collapse
You can move some apps to /system/app to free up space on data partition
kazikas said:
You can move some apps to /system/app to free up space on data partition
Click to expand...
Click to collapse
Interesting... I get the alerts like in screenshots below, including when I try to install apps from sdcard or market... How would I move stuff to /system/app from wherever it is? ES File Explorer seems to be finicky, at best, and I can't change the view to show full file names in list form.
Thanks,
DKaine
DKaine said:
Interesting... I get the alerts like in screenshots below... How would I move stuff to /system/app from wherever it is? ES File Explorer seems to be finicky, at best, and I can't change the view to show full file names in list form.
Thanks,
DKaine
Click to expand...
Click to collapse
Use ADB tool or you can use Total commander with ADB plugin on windows machine http://forum.xda-developers.com/showthread.php?t=2105707
Move apps from /data/app to system/app
And don't forget to set permissions to 644
DKaine said:
Interesting... I get the alerts like in screenshots below, including when I try to install apps from sdcard or market... How would I move stuff to /system/app from wherever
Click to expand...
Click to collapse
Maybe, but I think the bigger question is "why is this happening in the first place?" Did you ever do any repartitioning? I'm running stock 1.21 and have never fiddled with anything like that. I've never moved apps to my SD card and have never actually even removed any stock apps, just disabled them by changing the extension to .OLD. I just let apps install wherever they have a mind to. The only thing I have avoided, as a matter of course, is storing media on the internal memory (except for the few B&N books). All my own stuff goes on the SD card.
So what's taking up so much space on your NST? Something's not right.
nmyshkin said:
Maybe, but I think the bigger question is "why is this happening in the first place?" Did you ever do any repartitioning? I'm running stock 1.21 and have never fiddled with anything like that. I've never moved apps to my SD card and have never actually even removed any stock apps, just disabled them by changing the extension to .OLD. I just let apps install wherever they have a mind to. The only thing I have avoided, as a matter of course, is storing media on the internal memory (except for the few B&N books). All my own stuff goes on the SD card.
So what's taking up so much space on your NST? Something's not right.
Click to expand...
Click to collapse
Hi, sorry for the delay in response... Work kind of got in the way...
I have never done any re-partitioning, and I've got a 16gb sdcard. This is the first time I'm trying to move apps around, and I don't have many B&N books on the internal memory. I've only had the basic apps that install when first installing the ROM (UCbrowser, abridged list of Google Apps, SuperSU, ES File Explorer, etc.)... I started getting the alerts mentioned before just randomly that the Nook storage space was getting close to full. I only started getting the new errors when trying to install apps from the GoogleMarket or side-loaded sources. I only started trying to get rid of stuff/clear space once I started getting these messages/errors.
I've followed all the steps in the first post here Nookie's 1337 ROM to update from an earlier version of that ROM.
Thanks for following up.
DKaine
Yep, and either yattaro or NOOKIE would be your best bet for help with that ROM and the issues you are seeing. I didn't notice any similar responses within that original thread. You might try a PM to NOOKIE. I know he's busy with school right now, but he'll get back to you.
Do you think that antivirus apps are 100% useless on NST (and android devices in general)?
edit: News Republic fails to connect, says: "not trusted certificate server", any clue? (or other similar application working?)
dpikros said:
Do you think that antivirus apps are 100% useless on NST (and android devices in general)?
edit: News Republic fails to connect, says: "not trusted certificate server", any clue? (or other similar application working?)
Click to expand...
Click to collapse
I think that the system is too limited to get into many dodgy situations in which you might need antivirus protection
Seriously, even if you could find an app that would work on 2.1, the chances of the database being current is very small. It would also probably slow the system down even more.
I am bummed about News Republic It was working fine the last time I checked it. The security certificate issue is new and I guess it's one that is not covered by the updated cacerts file used to resurrect the Kindle app and others. I'll try to take a look at the logcat and see if it identifies the certificate name.
In the meanwhile, the NewsHog app still works (just checked to be sure) except for the weather (which may be part of the paid version). It's a little cranky syncing so you may have to touch the sync symbol as you move from news category to category. Also, scrolling is an issue (as it is with nearly all of these apps except for News Republic!!!!!). A very quick flick with your thumb across the bottom right corner of the screen usually works best, but it is a skill. Also helps to keep the screen gutters clean.
Edit: I managed to scrape up older versions of News Republic that spanned 3.0 to 4.2. None of the 4.x would install so they are for higher Android versions. The final 3.x series (3.30) installed and opened OK but exhibited the same issue. A glance at the logcat revealed multiple server contact problems during the initial opening of the app. So it's not just one certificate, regardless of what the screen notification says. Looks like a recent change left the older versions in the dust. RIP.
Also, although it's not quite as streamlined as an app, you can bookmark news.Google.com in your browser--I use Opera Mobile--and if you take the time to customize your view when using a PC (and signed in) you can achieve a similar effect if signed in on your NST browser. No scrolling issues either.
Thanks for the info, unfortunately News Republic as you said continues to have issues. NewsHog isn't bad unless you live in Greece - there is no locale for my country Finally, bookmarking news.google.com/gr (or whatever) is a good idea, but manage the whole thing from desktop doesn't work as opera NST version is too old to sync with current desktop browser. I also use WordNews, seems reliable and has a lot of sources working.
Q
dpikros said:
Thanks for the info, unfortunately News Republic as you said continues to have issues. NewsHog isn't bad unless you live in Greece - there is no locale for my country Finally, bookmarking news.google.com/gr (or whatever) is a good idea, but manage the whole thing from desktop doesn't work as opera NST version is too old to sync with current desktop browser. I also use WordNews, seems reliable and has a lot of sources working.
Click to expand...
Click to collapse
It's not necessary to sync browsers. All you have to do is sign in with the same Google account you use on the NST and set up your news preferences. If you sign in with Opera on the NST then the same news preferences will be displayed. I finally put an Opera shortcut to Google News on my NST home screen and used the Google news app icon: -)
Thanks for the WorldNews tip. I'll check it out.
Sent from my NST
That was a hit! Done and enjoyed, thanks!
GenieWidget does not seem to work...when I try to add a location it tells me that it has no internet access, which is weird since everything else works with wifi on my rooted NST glowlight...?
Sent from my ZTE A2017U using XDA-Developers Legacy app
nrseife said:
GenieWidget does not seem to work...when I try to add a location it tells me that it has no internet access, which is weird since everything else works with wifi on my rooted NST glowlight...?
Sent from my ZTE A2017U using XDA-Developers Legacy app
Click to expand...
Click to collapse
GenieWidget has been dead for quite awhile. Even if you could set a location, the weather part was the first to die and then eventually you could not bring up the news either.
If you're interested in weather, WeatherAce is pretty nice, especially if you have a Wunderground API key (free). The only news apps I have that still work are BBC, NPR and NewsHog. All suffer to varying degrees with cranky vertical scrolling, but you can manage with some practice and very clean screen edges. Another alternative is to customize Google News (news.google.com) on your PC logged in to the same account that your NSTG is registered under. If you then sign in on the browser you use for your NSTG, you will get those same customizations. I did that and set a shortcut on my home screen, "borrowing" the current GoogleNews app icon. At least with that one (in Opera Mobile) there are no scrolling issues.
Working versions of the apps I mentioned above can be found in the zip package linked from my signature.

Categories

Resources