[Q] Installing app on unmodified Stock 1.4.1 NC [Solved] - Nook Color Q&A, Help & Troubleshooting

My wife has a NC and likes it the way it is, i.e. BN store, but I would like to add an app that does not require root. I was thinking that I could use a clockwork recovery SD card with a zip of the app, just like we do with google apps.
Will this work?
How do I make a apk into a flashable zip?
The app is You Version Bible
Thanks
-EDIT-
So I have figured this out, it is possible to install apps (that do not require root) with out rooting anything. I would call it side loading via CWM sd card.
The key was to use the mount paths from ManualNooter (\META-INF\com\google\android\updater-script)
0.1.) Get apks for you apps (either with titanium or copy from 'data/app')
0.2.) Get a apk for 'Nook Color App Manager' (search the android market, can't post links yet)
1.) Start with the ManualNooter file and remove all folders but 'data' and 'META-INF'
2.) Delete all files in the 'data/app' folder
3.) Place the apks you want to install in the 'data/app' folder
4.) Edit '\META-INF\com\google\android\updater-script' using a programing text editor (otherwise you will not see the line spaces) remove all sections except the following: 'Mounting partitions...' 'Installing apks to /data/app...' 'Unmounting Partitions...'
5.) Save the script file and put all this back together in the zip.
6.) Use the CWM sd card to install the file. (if you don't know how, use google)
7.) Remove card and reboot after done. A new app App Manager will show up in your nook app list, go to the home page to run it and add links for your new installed apps.
Note: I did not post an files as I used other peoples work i.e. GMPOWER and apps from the market

So I have done lots of research and even tried this. I think I got the app installed but in this case there is no way to show the app in the stock launcher as it only lists apps it installs.
For reference I will include the procedure to install apps via CMW(Clockwork Mod Recovery)
Thread
You download the file attached to post 17 in the above thread, it is a empty zip that can be filled with your apks that you want. Simply place the new file on a CWM sd card and install the file via regular instructions in the above post.
If I ever find a script to add a link to the stock launcher I will post that and then this might be a usable idea for side loading apps.

Related

Did a wipe and want to reinstall some apps

I had (and have again) everything on my SD cardbut some of the programs that I had downloaded from the Market (which I cant find on there now btw) were downloaded and installed from being a ZIP file. The one I am most interested in is the WordPlayer. At some point in the past I installed the player for reading books and would use that to open the individual ebooks. Now the only way I can go read books is through The Art of War and switching in the Library.
So - how do I install a zip file? I have attached the one I am specifically questioning.
Thanks
Install AndroZip (free) and extract the contents of the zip and run the apk.
Im assuming you do have some sort of file manager

[Q] Installing Apps using ZIP through Clockwork

In order to speed up the install of my preferred applications I created a zip file that installs them through Clockwork, and it workes except that the AppMarket does not see the apps and so it does not update them. I have bypassed this a little by using AppBrain, which does see the apps and allows me to update when necessary, but with AppMarkets new ability to update multiple apps I would like to utilize that. Any suggestions on how to have the zip file apps be recognized by AppMarket?

[Q] apk file issue!!

I have a confusion regarding android. this is very general query.
In Computer, first we have to have exe file to install anything and then we click on it to install the app on windows computer generally. when the app is installed on computer, we have installed app files in program files and then a dump (that is exe file) which we keep to install this app on any other computer.
Now, please let me know if this is applicable in android phones also?
I know that in android, there is .apk file instead of .exe file in computer. I observed that after installation apk file disappears. Is this true?
Not sure if in understood well, did you mean if instal anything from SD card? If you are asking that the answer is yes, i install everything from SD card and the apk file stay there after installation.
What if u install any app from Market?
vijay.gupta said:
I have a confusion regarding android. this is very general query.
In Computer, first we have to have exe file to install anything and then we click on it to install the app on windows computer generally. when the app is installed on computer, we have installed app files in program files and then a dump (that is exe file) which we keep to install this app on any other computer.
Now, please let me know if this is applicable in android phones also?
I know that in android, there is .apk file instead of .exe file in computer. I observed that after installation apk file disappears. Is this true?
Click to expand...
Click to collapse
Even in Android you can see the .apk files under /system/app. Also applications installed by you can be backed up & later restored using software available on market.
"Normally" these apks dissapear when you download from.market, but all of.your apks are stored in your phone, the thing is that you have to hav permission to do that, when you download an apk (the single file) and store it in sd card to install it, the apk is copied to the phone.
Sent from my GT-I5801 using XDA App
But if u back up ur apps as .apk and install them later using softwares (with exception of Titanium backup) u will loose connection between the app and android market (that means no updates)
the best option is to backup ur apps with titanium backup along with user data and restore it using the same
how do i access /system/app? Do I need to root the phone in order to see this directory?
vijay.gupta said:
how do i access /system/app? Do I need to root the phone in order to see this directory?
Click to expand...
Click to collapse
Download Terminal emulator from market & you are ready to go to /system/app !!!!
You can also download Root Explorer and so the same
Thank all. Can you please confirm what I am writing below:
Suppose I buy a android phone (with android 2.1 so you cannot install apps from SD card) in which I installed an application named XYZ from Market. Now, there is a apk file for XYZ which gets downloaded somewhere in the phone memory and then it gets installed automatically.
Now, I just want to know, where does this apk file go after XYZ is installed? Does it stay in phone memory with the installed files of XYZ.
If it goes to phone memory and not deleted from there, then phone memory
if u install .apk from market it will be stored and installed in /data/app in phone memory. i do not think it is stored twice in the phone.
Do u mean to say that only the installed file gets stored and. apk. File got deleted automatically after getting installed?
vijay.gupta said:
Do u mean to say that only the installed file gets stored and. apk. File got deleted automatically after getting installed?
Click to expand...
Click to collapse
Remember that an .apk file its a variant of the .jar files when you install an .apk this file gets stored inside the phone along with its necesary dependencies when the app starts, the os reads this file line by line while the app is executed.
In short terms the .apk file its the application itself that need a proper interpreter to run, in that way when you install and app to the phone, it copies this file and links the dependencies, so the .apks downloaded from makret are stored directly inside the app folder, in that way you can extract them from this folder and use it in another android phone.
You are relying too much on the windows ways of things. You see an exe file installion in windows essentially unpacking everything (other things aside) where it is needed and you then often see a bunch of files and folders. This is not what happens in android, the apk file is conserved when installed and can be found in the root part of your phone. Its data/app/ if installed on your phone, mnt/asec. (or something like asec) if installed on your sd card. You can copy that file to your sd card or send it to another device and install it again. I did just that today (I sent an apk to a friend)
anyway i dont think its same if i delete .apk + odex files from /data/app as i uninstall it with titanium backup. i think TB will be delete also data stored by the app inside the database (its the place where the apps are saving data, settings, etc...)
In case you are installing from Android Market:
1. When you are at market, it doesn't ask you to download. You will only get option either to install or update the existing app.
2. If you are a normal user, after installing, you won't be able to see the apk file anywhere on your memory card. But if you are a root user or with the help of special file managers and specific apps like root explorer and terminal emulators, you can locate those spk files in the phone's hidden memory.
3. If you are a root user, or with the help above mentioned type of apps, you can locate the apk files in phone memory and copy it on your memory card and distribute it to your wish.
4. If you are worried for paid apps and losing your phone or apps because of resetting or any other reason then stop worrying. A record of your paid apps is stored in google servers. So, even if you reset your phone or lose your phone, once you log in to a your new android device with the same google account, it will automatically show your paid apps. You don't have to pay for it again. Just need to install it again. This is applicable only if you are paying for the app through android market and you are logging into your android device with the same google account you had before losing your apps.
In case of installing via your SD card:
1. apk files are just like java files (.jad or .jar). You can download it on your PC from various sources and transfer it to your SD card or any of your friends' via USB, bluetooth or any other way.
2. After transfering the apk file to your SD card, it doesn't get automatically installed. You have to click it or open it to install, just like how we double click the exe file in windows.
3. Whether installed or not installed, the apk file you transfer to your SD card will always remain there unless and untill you or someone else delete it or you format your memory card.
4. Once installed, a copy of the same apk file would also be there in your phone's hidden memory, which you can access using special apps.
If you worried about losing your apps, try searching for other apps which backups apk... you can do so at android market. Moreover, also search on the net about having root access on your android device.. it'll let you access files in your phone's memory.
I hope, this would solve down all your queries !!!
Thanks next2 devil. Very gud explanation. It cleared almost all confusions. I have some more confusions that i want to clear out.
1) just a general query that just like exe file got unpacked after double clicking on it and install its files in c: genrally, does the same happen with apk, jad and jar files?
2) just want to clear out that phone memory which is hidden for normal users contains the copy of only those apk files that are currently installed on the phone and not the ones that are uninstalled or not installed at all?
vijay.gupta said:
Thanks next2 devil. Very gud explanation. It cleared almost all confusions. I have some more confusions that i want to clear out.
1) just a general query that just like exe file got unpacked after double clicking on it and install its files in c: genrally, does the same happen with apk, jad and jar files?
2) just want to clear out that phone memory which is hidden for normal users contains the copy of only those apk files that are currently installed on the phone and not the ones that are uninstalled or not installed at all?
Click to expand...
Click to collapse
1. I am not sure about JAD and JAR files, but yes, APK files unpack itself to get installed. You can come to know the exact size/space that would be taken by the app directly from the android market. Details would be given there.
2. Yes, the phone memory would be having copy of files only which is installed. There would be no copy of any apk file which in not installed.
Thanks next2devil. Your response give rise to one more query.
if i compare unpacking logic from windows, there is no need for original exe file to remain in existence after it has been installed and user can delete exe file after installing it. Deleting exe file has no negative impact on the working of installed app. Please let me know if this is also the case with apk files? If yes, then what is the need of apk file to remain in phone memory after it has been installed?
vijay.gupta said:
Thanks next2devil. Your response give rise to one more query.
if i compare unpacking logic from windows, there is no need for original exe file to remain in existence after it has been installed and user can delete exe file after installing it. Deleting exe file has no negative impact on the working of installed app. Please let me know if this is also the case with apk files? If yes, then what is the need of apk file to remain in phone memory after it has been installed?
Click to expand...
Click to collapse
Short and simple. Deleting the apk file from /data/app removes the app.
Sent from my Lestatious v1.4.5.5 Galaxy 3 FROYO

Newly Rooted NST - Cannot Install Anything!

I have a newly rooted Nook Simple Touch (NST) that was updated to firmware 1.2.1 before NookManager worked its magic.
The problem is that now I cannot take advantage of the Kindle App, ES File Explorer, or NGAppsAttack because I have no way to install anything.
Here is what I am running into.
1. I cannot install from the browser that came installed when NookManager did it's thing because it appears to have a problem with the certificate for any site except the default Barnes & Noble page, rendering my browser useless.
2. I cannot use a file explorer, such as ES File Explorer, to install a new version of the certificates or a new browser because one didn't come with NookManager's install and I have only ADB Konnect, Contacts, Device Registrator, Gallery, Library, Music, Nook Friends, Nook Touch Mod Manager, Nook HW Test, Settings, Shop, Social (doesn't work), SuperUser, and TestCenterService. I uninstalled Amazon AppStore because it didn't work and I read elsewhere that it was no longer working.
3. I cannot use the market app because there are no versions already installed, begging the question - now how do I install stuff without a browser, market, or file explorer?
I tried using NookManager to install things by following the directions elsewhere and extracting apps from their zip folders directly to the root directory of the NookManager MicroSD card. That failed on every app I tried because when I booted the NST off the NookManager card, there was no option for Custom under More! I even tried modifying the menu text file using Notepad++ to add the Custom -> menu item under button 4, but when the Custom menu came up there was no button response. Evidently, it couldn't find the APK files extracted to the root (in this case E:\) when I tried the extraction method.
Does anyone have a better idea? I mean, I'm not a programmer - so although there is probably a way to do it through ADB Konnect, I would need someone to explain it in baby steps.
Maybe I could image the SD card with an image that just installs apps?
Thanks!
-Nate
natetheblade said:
I have a newly rooted Nook Simple Touch (NST) that was updated to firmware 1.2.1 before NookManager worked its magic.
The problem is that now I cannot take advantage of the Kindle App, ES File Explorer, or NGAppsAttack because I have no way to install anything.
Here is what I am running into.
1. I cannot install from the browser that came installed when NookManager did it's thing because it appears to have a problem with the certificate for any site except the default Barnes & Noble page, rendering my browser useless.
2. I cannot use a file explorer, such as ES File Explorer, to install a new version of the certificates or a new browser because one didn't come with NookManager's install and I have only ADB Konnect, Contacts, Device Registrator, Gallery, Library, Music, Nook Friends, Nook Touch Mod Manager, Nook HW Test, Settings, Shop, Social (doesn't work), SuperUser, and TestCenterService. I uninstalled Amazon AppStore because it didn't work and I read elsewhere that it was no longer working.
3. I cannot use the any market app because there are no versions already installed, begging the question - now how do I install stuff without a browser, market, or file explorer?
I tried using NookManager to install things by following the directions elsewhere and extracting apps from their zip folders directly to the root directory of the NookManager MicroSD card. That failed on every app I tried because when I booted the NST off the NookManager card, there was no option for Custom under More! I even tried modifying the menu text file using Notepad++ to add the Custom -> menu item under button 4, but when the Custom menu came up there was no button response. Evidently, it couldn't find the APK files extracted to the root (in this case E:\) when I tried the extraction method.
Does anyone have a better idea? I mean, I'm not a programmer - so although there is probably a way to do it through ADB Konnect, I would need someone to explain it in baby steps.
Maybe I could image the SD card with an image that just installs apps?
Thanks!
-Nate
Click to expand...
Click to collapse
You should be able to copy an apk file to the SD card and use the folder browser of Relaunch (which was installed during root) to install the package. Just open the folder where you copied the apk from your PC to the SD card and touch on the apk file.
If you need some apk files like ES, a browser, etc., check out my post here which includes a link to a zip file of potentially useful apps.
The certificates issue has recently been addressed. Look here and read a little further in the thread for some simplifications. But the resident browser is worthless and can be uninstalled.
nmyshkin said:
You should be able to copy an apk file to the SD card and use the folder browser of Relaunch (which was installed during root) to install the package. Just open the folder where you copied the apk from your PC to the SD card and touch on the apk file.
If you need some apk files like ES, a browser, etc., check out my post here which includes a link to a zip file of potentially useful apps.
The certificates issue has recently been addressed. Look here and read a little further in the thread for some simplifications. But the resident browser is worthless and can be uninstalled.
Click to expand...
Click to collapse
I appreciate the advice. I will try that out when I have some time later today and let you know if it worked.
I just didn't realize that I could use Re-Launch to browse for a folder.
-Nathan

Rooting and Custom ROM

I am getting my Nook ST from ebay very soon. Please help me understand the process:
What is the difference between just rooting using Nook Manager and flashing a ROM like 1337?
I am assuming, I can still install APKs after rooting?
thanks
S
sany said:
I am getting my Nook ST from ebay very soon. Please help me understand the process:
What is the difference between just rooting using Nook Manager and flashing a ROM like 1337?
I am assuming, I can still install APKs after rooting?
thanks
S
Click to expand...
Click to collapse
Rooting with NookManager gives you access to "root" directories that are normally off limits to users. It also allows for various customizations. It sets the security flag for installing from "unknown sources", allowing you to install apps via a file manager (or ADB), as opposed to getting them from the PlayStore (which you can't anymore). And it installs a base set of apps to get you going, like a file manager, launcher, browser, etc. That is customizable.
Custom ROMs like the 1337 simply enable different features that some people like. Perhaps better to use the system "as-is" for a bit before you decide to wipe it out? Then you'll have a better idea of what you'd like to have.
nmyshkin said:
Rooting with NookManager gives you access to "root" directories that are normally off limits to users. It also allows for various customizations. It sets the security flag for installing from "unknown sources", allowing you to install apps via a file manager (or ADB), as opposed to getting them from the PlayStore (which you can't anymore). And it installs a base set of apps to get you going, like a file manager, launcher, browser, etc. That is customizable.
Custom ROMs like the 1337 simply enable different features that some people like. Perhaps better to use the system "as-is" for a bit before you decide to wipe it out? Then you'll have a better idea of what you'd like to have.
Click to expand...
Click to collapse
Thank you @nmyshkin, I think my liking will be towards Nook Manager. So I will try to get ready with the Nook Manager installation files and instruction. The only thing confusing here in the forum is there are too many threads and geeting lost which and where to start. Hope if I start with the original thread which is from way back 2012, it will still work. My understanding is if I am on a new firmware 2.1.2 I will rewrite the modification files to nook manager as per that thread.
thanks again
S
sany said:
Thank you @nmyshkin, I think my liking will be towards Nook Manager. So I will try to get ready with the Nook Manager installation files and instruction. The only thing confusing here in the forum is there are too many threads and geeting lost which and where to start. Hope if I start with the original thread which is from way back 2012, it will still work. My understanding is if I am on a new firmware 2.1.2 I will rewrite the modification files to nook manager as per that thread.
thanks again
S
Click to expand...
Click to collapse
Here's how you get started:
1. When you get your NST, execute a factory reset. This will return the device to an out-of-the-box condition. To do this, power up and as soon as you see the "Read Forever, your Nook is starting up" screen, hold the two lower hardware buttons until you see a screen prompt.
2. Register your device with B&N.
3. Update the firmware to 1.2.2 (https://su.barnesandnoble.com/nook/nook2/1.2.2/351e26527e80156183e74be2da2ce89f/nook_1_2_update.zip)
4. Prepare a NookManager card according to the instructions here: https://forum.xda-developers.com/nook-touch/development/nst-g-updating-nookmanager-t3873048, making whatever changes/additions you want in terms of base software such as a file manager, browser, launcher, etc.
5. Run NookManager. Before you do anything else I suggest you make a backup of the newly updated and registered NST. That way if something goes wrong, you won't have to go all the way back to a factory reset. After the backup, root the NST and exit NookManager.
After that, it's pretty much up to you. Any time you want to make another backup, just reboot with the NookManager card inserted and make a backup. Just remember that the backup will replace whatever is on the NookManager card, so if you wanted to keep that one, you need to have copied it to your PC first.
nmyshkin said:
Here's how you get started:
1. When you get your NST, execute a factory reset. This will return the device to an out-of-the-box condition. To do this, power up and as soon as you see the "Read Forever, your Nook is starting up" screen, hold the two lower hardware buttons until you see a screen prompt.
2. Register your device with B&N.
3. Update the firmware to 1.2.2 .
Click to expand...
Click to collapse
Very helpful! thanks again.
nmyshkin said:
2. Register your device with B&N.
Click to expand...
Click to collapse
How important is this step - do I really need to register? any advantages and disadvantages?
sany said:
How important is this step - do I really need to register? any advantages and disadvantages?
Click to expand...
Click to collapse
The device software is designed to sell ebooks from B&N. Anything that frustrates this design (like not registering or disabling parts of the B&N system) tends to raise all kinds of internal alarms and the system dialogs constantly with itself, worrying about its purpose in life, its inability to "phone home", and generally fritters away a lot of its battery charge on rehearsing for a role it cannot assume.
In short, the path of least resistance results in the least system hand-wringing, improved battery life, etc. You don't need to enter any credit card information. All you need is an email address (which I suppose could be fake) and a password. Then you can forget about it if you have no interest in purchasing ebooks from B&N. I have completely ignored the B&N system except for the Reader and Library which I find adequate--and simple--enough for my needs. But everything else is hidden. It just lives its happy little digital life waiting for that one special day when I will buy an ebook with a patience only electrons can exhibit. Meanwhile I have all kinds of other stuff that I am interested in and there don't seem to be any issues or conflicts with the B&N system.
My 2 cents.
Installed but no apps
nmyshkin said:
Here's how you get started:
1. When you get your NST, execute a factory reset. This will return the device to an out-of-the-box condition. To do this, power up and as soon as you see the "Read Forever, your Nook is starting up" screen, hold the two lower hardware buttons until you see a screen prompt.
2. Register your device with B&N.
3. Update the firmware to 1.2.2 (https://su.barnesandnoble.com/nook/nook2/1.2.2/351e26527e80156183e74be2da2ce89f/nook_1_2_update.zip)
4. Prepare a NookManager card according to the instructions here: https://forum.xda-developers.com/nook-touch/development/nst-g-updating-nookmanager-t3873048, making whatever changes/additions you want in terms of base software such as a file manager, browser, launcher, etc.
5. Run NookManager. Before you do anything else I suggest you make a backup of the newly updated and registered NST. That way if something goes wrong, you won't have to go all the way back to a factory reset. After the backup, root the NST and exit NookManager.
After that, it's pretty much up to you. Any time you want to make another backup, just reboot with the NookManager card inserted and make a backup. Just remember that the backup will replace whatever is on the NookManager card, so if you wanted to keep that one, you need to have copied it to your PC first.
Click to expand...
Click to collapse
I successfully backed up and rooted the device. Firmware is 1.2.2.
But I don't have any apps. Not even the base software. See screenshot. Even the extras like es file explorer were not installed. Since I don't have any file explorer, I am unable to install any apps. I want to go for ADB method as last resort. Please advice.
Thanks
sany said:
I successfully backed up and rooted the device. Firmware is 1.2.2.
But I don't have any apps. Not even the base software. See screenshot. Even the extras like es file explorer were not installed. Since I don't have any file explorer, I am unable to install any apps. I want to go for ADB method as last resort. Please advice.
Thanks
Click to expand...
Click to collapse
You can try for ADB (more headaches there), but it would be better now to get some useful apps and have a way to conveniently side-load others. You are supposed to be able to install apps from Relaunch in the file manager screen. That would involve copying the apk file to the NST via a USB connection, then locating that apk file using the file folder browser and tapping on the icon. I could never get that to work, but it is supposed to work.
Failing that, you need to revisit NookManager. You must not have done the customization correctly if none of the apps you wanted were installed. If you can get that fixed, you can simply root again with NookManager (right on top of what you have now) and it will fix the problem IF you get it set up correctly.
There are four steps required to add an app to the NookManager rooting routine:
1. Copy the apk file to the folder files/data/app on the NookManager SD card
2. in the folder "scripts" on the NookManager SD card, copy and rename one of the "install_x" files so it represents the app you just moved into the folder in step 1. So, if you want ES File Explorer, you might rename the file "install_esfileexplorer"
3. Edit the file you just copied and renamed, changing the name of the apk file in the first line to exactly match the filename of the apk file you have replaced in files/data/app. So continuing the example, "es_file_explorer.apk" (which is the name of the apk file as I provided it). Then edit the "echo" statement so it reads something like "echo ES File Explorer installed"
4. Locate the file scripts/do_root. Copy and rename one of the "install_x" files so it matches what you did earlier, in this case "install_es_file_explorer". There are no contents to edit.
You need to do those four steps for each app you want to add to the install list. To remove an app you don't want (like the Amazon App Store), remove the apk file from files/data/app, remove the "install_x" file for that app from the folder "scripts", and remove the "install_x" file for that app from the file scripts/do_root.
nmyshkin said:
Here's how you get started:
1. When you get your NST, execute a factory reset. This will return the device to an out-of-the-box condition. To do this, power up and as soon as you see the "Read Forever, your Nook is starting up" screen, hold the two lower hardware buttons until you see a screen prompt.
2. Register your device with B&N.
3. Update the firmware to 1.2.2 (https://su.barnesandnoble.com/nook/nook2/1.2.2/351e26527e80156183e74be2da2ce89f/nook_1_2_update.zip)
4. Prepare a NookManager card according to the instructions here: https://forum.xda-developers.com/nook-touch/development/nst-g-updating-nookmanager-t3873048, making whatever changes/additions you want in terms of base software such as a file manager, browser, launcher, etc.
5. Run NookManager. Before you do anything else I suggest you make a backup of the newly updated and registered NST. That way if something goes wrong, you won't have to go all the way back to a factory reset. After the backup, root the NST and exit NookManager.
After that, it's pretty much up to you. Any time you want to make another backup, just reboot with the NookManager card inserted and make a backup. Just remember that the backup will replace whatever is on the NookManager card, so if you wanted to keep that one, you need to have copied it to your PC first.
Click to expand...
Click to collapse
Thanks, I followed all those steps...I will take a relook at it. But without es file explorer, I thought there is already a file manager. How to I get there as I can't see anything in the app drawer? (Screenshot in previous post).
sany said:
Thanks, I followed all those steps...I will take a relook at it. But without es file explorer, I thought there is already a file manager. How to I get there as I can't see anything in the app drawer? (Screenshot in previous post).
Click to expand...
Click to collapse
I know very little about Relaunch, but I believe you need to tap on the open door in the upper right corner to get out of the app drawer.
Oh okay! I was expecting to launch file manager from app drawer. So when relaunch opens we are already in file explorer.
One more question: how do we make dictionary work in the default nook reader, that is when you you open a book from library. I thought pressing on a particular word will present me the option. I only see option to bookmark. I have to read the manual again.
sany said:
Oh okay! I was expecting to launch file manager from app drawer. So when relaunch opens we are already in file explorer.
One more question: how do we make dictionary work in the default nook reader, that is when you you open a book from library. I thought pressing on a particular word will present me the option. I only see option to bookmark. I have to read the manual again.
Click to expand...
Click to collapse
That's how the dictionary works for me. Hold your finger on a word until it is highlighted. Then a series of options pops up from the bottom, one of which is "Look up".
nmyshkin said:
You can try for ADB (more headaches there), but it would be better now to get some useful apps and have a way to conveniently side-load others. You are supposed to be able to install apps from Relaunch in the file manager screen. That would involve copying the apk file to the NST via a USB connection, then locating that apk file using the file folder browser and tapping on the icon. I could never get that to work, but it is supposed to work.
Failing that, you need to revisit NookManager. You must not have done the customization correctly if none of the apps you wanted were installed. If you can get that fixed, you can simply root again with NookManager (right on top of what you have now) and it will fix the problem IF you get it set up correctly.
There are four steps required to add an app to the NookManager rooting routine:
1. Copy the apk file to the folder files/data/app on the NookManager SD card
2. in the folder "scripts" on the NookManager SD card, copy and rename one of the "install_x" files so it represents the app you just moved into the folder in step 1. So, if you want ES File Explorer, you might rename the file "install_esfileexplorer"
3. Edit the file you just copied and renamed, changing the name of the apk file in the first line to exactly match the filename of the apk file you have replaced in files/data/app. So continuing the example, "es_file_explorer.apk" (which is the name of the apk file as I provided it). Then edit the "echo" statement so it reads something like "echo ES File Explorer installed"
4. Locate the file scripts/do_root. Copy and rename one of the "install_x" files so it matches what you did earlier, in this case "install_es_file_explorer". There are no contents to edit.
You need to do those four steps for each app you want to add to the install list. To remove an app you don't want (like the Amazon App Store), remove the apk file from files/data/app, remove the "install_x" file for that app from the folder "scripts", and remove the "install_x" file for that app from the file scripts/do_root.
Click to expand...
Click to collapse
\
I followed all your instructions above and successfully installed all apps. To summarise my observation after the successful installation:
1. Only Opera browser app and ES File Explorer app works
2. Yalp app store does not work at all - it just takes me to the next screen with options to 'update' or 'run'. Pressing update keeps searching forever and 'run' takes me back to the previous screen. After several tests, I decided to uninstall the app.
I tried to install youversion bible app which also works (but its a old version) so several features not available. But at least it works.
I noticed wifi outage issues intermittently on the opera browser and also once while trying the yalp store app. It said I was not connected, but I know for a fact I was connected when I connect to the Nook store etc.,
Overall, I am wondering what did I gain out of the whole process. Not much I can do with the custom installation. So I might return back to a original nook after playing with this setup for a while. This leaves me with couple of questions that I will start on a new thread.
Thanks again @nmyshkin for your patience in explaining.
S
To go back to original nook state - do I need to simply go into settings>Device Info> Erase & Deregister Device to get it back to out of box condition? Will this cancel the rooting?
Or do I have to stick the nook manager card and restore from backup?
sany said:
To go back to original nook state - do I need to simply go into settings>Device Info> Erase & Deregister Device to get it back to out of box condition? Will this cancel the rooting?
Or do I have to stick the nook manager card and restore from backup?
Click to expand...
Click to collapse
Erase and deregister will remove root and restore to out-of-the-box state unless you have done something serious. In that case, a factory re-image should solve the problem. That is done by powering off, then powering on and holding down the two lower hardware buttons as soon as the "Read Forever" screen appears. Wait for the prompt and follow it.
Re: Yalp Store, I just checked mine a minute ago and it's running fine. Very rarely it goes down and can't log in to the PlayStore, but it generally comes back later in the day.
Okay - so maybe I should try yalpstore at different times.

Categories

Resources