[Q] Updating vending.apk on Nook Simple Touch rooted via SalsichaNooter 0.4 - Nook Touch General

Greetings all. The rooting with SalsichaNooter 0.4 went well. One thing I didn't understand, however, was how to replace the Vending.apk on with Nook with the new one supplied.
The relevant link is
http://forum.xda-developers.com/showthread.php?t=1351719
Could someone explain how I do this? So far, I have copied the new file to the /media folder. That is as far as I've gotten.
Thanks.

Well, you must replace the Vending.apk in data/app. Use Root Explorer

Root Explorer
Thanks, Platinum_Lotus. I am wondering, though, why, with my paid version of Astro, I can't seem to do what you suggest. I can definitely copy the new Vending; I just can't paste it, overwriting what is already in apps.
Is there some permissions issue that I need to address? Or will RE bypass permissions somehow?

srk05 said:
Thanks, Platinum_Lotus. I am wondering, though, why, with my paid version of Astro, I can't seem to do what you suggest. I can definitely copy the new Vending; I just can't paste it, overwriting what is already in apps.
Is there some permissions issue that I need to address? Or will RE bypass permissions somehow?
Click to expand...
Click to collapse
Perhaps install the apk using Astro (if you can) or ES File explorer / ADB. If it says install blocked, you need to open Nook Color Tools and uncheck then check the box.

Well, I have tried. I noticed that the permissions on the app folder looked Linux-like (I *am* a newbie), and eventually figured out how to change permissions (it seems, only temporarily) so that I could copy the new vending.apk to the app folder. Before that, I renamed the old vending app.
So now, I have no access to the Google Marketplace whatsoever. And, the permissions have reverted to read-only. I do not understand.
I wish one of the heavier hitters here could help me out. I'm about ready just to quit.
(Note: I got back into the Nook and just used Linux commands to delete the new Vending & rename the old one to Vending. Now I have the crippled Android Market.)

Related

Where are the installed apps stored on the NC running from eMMC?

Does anyone know where those installed-apps getting stored on the Nook?
I thought they stored in /system/app but when browsing there, it only seems having those built-in apps such calendar, email, market, ...., and not those that manually downloaded and installed such google earth, astro, ...
Thanks
votinh said:
Does anyone know where those installed-apps getting stored on the Nook?
I thought they stored in /system/app but when browsing there, it only seems having those built-in apps such calendar, email, market, ...., and not those that manually downloaded and installed such google earth, astro, ...
Thanks
Click to expand...
Click to collapse
If you have a SD card installed, it depends on the app. There is a setting in CM settings for applications to by default it set to automatic. In that case, the app chooses where it wants to install. You can change it to card or internal. I believe there is also an internal partition that mimics SD so they may be going there. I don't have mine with me to look right now. Perhaps someone can provide more detail.
If you're just looking for the apk, I usually get the path via package manager in terminal.
Open terminal (or adb shell) then enter the following command
pm list packages
This will show a list of packages for the system installed. They are usually named com.android.application.name (that an example) or similar, so its easy to find which one you want. After you find the appropriate package you can use the following command to find where it is location
pm path com.android.application.name
It should spit out the path and you can find it via file manager or anything else.
I'm sure there is an easier way to do it, but that usually works for me.
Big thanks to both patruns and biohazrd for your quick response.
@patruns,
I tend to use my NC w/o an uSD card, so no, I don't have it installed.
Yes, I am aware of the "application" setting and I did set it to "internal" from the default "automatic".
I keep thinking they were stored under /system/app but apparently not.
If you do have time, pls help with the answer. TIA
@bio,
Never think of that way. I'll definitely try it out, hopefully I can learn something new.
Thanks, m8
votinh said:
Does anyone know where those installed-apps getting stored on the Nook?
I thought they stored in /system/app but when browsing there, it only seems having those built-in apps such calendar, email, market, ...., and not those that manually downloaded and installed such google earth, astro, ...
Thanks
Click to expand...
Click to collapse
If you're looking for the .apk files for stuff for installed apps, they're in /data/app.
Downloaded apps (like a beta linked from a webpage) land in /sdcard/download (at least with the default browser), but the .apk in /data/app gets overwritten when you install.
At least, that's what the sizes and mod times on the files would indicate, and the only obvious jarfiles I can find are from Apparatus (in /sdcard/Apparatus) and in /system/framework.
If you're looking for app config info and minor storage, that's in /data/data, in a stylized tree that (I suspect) lets the app manager find and clear an app's data and cache when you tell it to, and in /sdcard for some apps.
I'm having a hard time making things put their data in /emmc, but the default music player finds .mp3 files in /emmc/My Files/Music automagically.
The app framework hides much of this inside abstracted APIs, so the app itself may not actually know where its files are. Try getting a filename out of the Music app...
stolenmoment said:
If you're looking for the .apk files for stuff for installed apps, they're in /data/app.
Downloaded apps (like a beta linked from a webpage) land in /sdcard/download (at least with the default browser), but the .apk in /data/app gets overwritten when you install.
Click to expand...
Click to collapse
.apk files are what I am looking for. I'll look into the /data/app folder.
You meant, I won't be able to get those .apk files from the /data/app folder after installed since they gets over-written?
Thanks stolenmoment
I found .apk files in 2 locations:
mnt/asec & system/app
stolenmoment said:
If you're looking for the .apk files for stuff for installed apps, they're in /data/app.
Downloaded apps (like a beta linked from a webpage) land in /sdcard/download (at least with the default browser), but the .apk in /data/app gets overwritten when you install.
At least, that's what the sizes and mod times on the files would indicate, and the only obvious jarfiles I can find are from Apparatus (in /sdcard/Apparatus) and in /system/framework.
If you're looking for app config info and minor storage, that's in /data/data, in a stylized tree that (I suspect) lets the app manager find and clear an app's data and cache when you tell it to, and in /sdcard for some apps.
I'm having a hard time making things put their data in /emmc, but the default music player finds .mp3 files in /emmc/My Files/Music automagically.
The app framework hides much of this inside abstracted APIs, so the app itself may not actually know where its files are. Try getting a filename out of the Music app...
Click to expand...
Click to collapse
/data folder is empty. Nothing in there.
/sdcard/download. I don't have an external uSD installed so /sdcard is empty.
I don't even know where those downloaded apps stored.
patruns said:
I found .apk files in 2 locations:
mnt/asec & system/app
Click to expand...
Click to collapse
/mnt/asec is empty and nothing in there.
/system/app has a lot of .apk files but all of them are the built-in apps, not the manually downloaded apps.
Maybe stolen was right as they got over-written after installed.
I did what biohazrd instructed and sure enough, all the .apk files (packages actually) are indicated storing under /data/app, which exactly what stolen has said earlier.
How come I see NOTHING there. I'm sure I am not blind as I tried both Astro Manager and built-in File Manager.
Are you sure you gave the file manager root permissions? You can usually find this in settings.
---
- Sent from my LG Optimus V using Tapatalk
votinh said:
I did what biohazrd instructed and sure enough, all the .apk files (packages actually) are indicated storing under /data/app, which exactly what stolen has said earlier.
How come I see NOTHING there. I'm sure I am not blind as I tried both Astro Manager and built-in File Manager.
Click to expand...
Click to collapse
Astro doesn't do root access. For the best filesystem digging, buy Root Explorer. Yes, it's a paid app, but it was the first app I bought; this is why.
Astro claims that /data is empty for me too, but Root Explorer shows me everything.
Sent from my NookColor using XDA Premium App
votinh said:
/data folder is empty. Nothing in there.
/sdcard/download. I don't have an external uSD installed so /sdcard is empty.
I don't even know where those downloaded apps stored.
Click to expand...
Click to collapse
Look in /emmc/download; that's the /media NC partition and is supposed to be treated like an SD card.
If you get Root Explorer, do a find for apk and see what turns up. The .dex files are dalvik "object" files, but they contain the apk filename they were compiled from, so they'll show up in the search results.
Sent from my NookColor using XDA Premium App
stolenmoment said:
Astro doesn't do root access. For the best filesystem digging, buy Root Explorer. Yes, it's a paid app, but it was the first app I bought; this is why.
Astro claims that /data is empty for me too, but Root Explorer shows me everything.
Sent from my NookColor using XDA Premium App
Click to expand...
Click to collapse
That may be it.
Will do
Thanks m8
stolenmoment said:
Look in /emmc/download; that's the /media NC partition and is supposed to be treated like an SD card.
If you get Root Explorer, do a find for apk and see what turns up. The .dex files are dalvik "object" files, but they contain the apk filename they were compiled from, so they'll show up in the search results.
Sent from my NookColor using XDA Premium App
Click to expand...
Click to collapse
I don't have my NC with me now but I swear to Buddha that I don't have "download" folder under eMMC. Only .LOST (directory?) and some of my own self-created folders.
Anyway, will take a look at it again.
Until I get the Root app, I rest my case here.
Big thanks to all
votinh said:
Until I get the Root app, I rest my case here.
Big thanks to all
Click to expand...
Click to collapse
I'm going to assume you want to pull the apks off the device?
biohazrd51 said:
I'm going to assume you want to pull the apks off the device?
Click to expand...
Click to collapse
Yes, m8, that's what I intend to do.
In some case, when I boot off the uSD (both CM7 and Honeycomb), some apps were not available on Market for some reason, so I try to get those apk files that currently installed on my NC eMMC for sideloading them later on the uSD boot-off.
votinh said:
Yes, m8, that's what I intend to do.
In some case, when I boot off the uSD (both CM7 and Honeycomb), some apps were not available on Market for some reason, so I try to get those apk files that currently installed on my NC eMMC for sideloading them later on the uSD boot-off.
Click to expand...
Click to collapse
Well, there are a few ways to get around that.
1) Use adb to copy the .apk off the device.
adb pull /data/app/nameofapplication.apk c:\locationyouwanttocopyto
Use the push command to send it to it/another device.
http://developer.android.com/guide/developing/tools/adb.html
2) Another way to get around the new market device restrictions is to uninstall the Market updates OR find an old gapps zip file and sideload vending.apk. Either one of these will revert the market back to old where devices restrictions weren't there.
I know either of these methods will work in CM7. I haven't touched HC so I'm not sure.
Thanks again, bio
Will definitely try it out.
votinh said:
I don't have my NC with me now but I swear to Buddha that I don't have "download" folder under eMMC.
Click to expand...
Click to collapse
I humbly apologize for being wrong. I don't have one, either...
Do you have the Downloads app? Does it show any files? You can download things w/o the SD in, right?
I took out my SD and it remembers the downloads, but can't find them.. I'm gonna reboot and play around.
Sent from my NookColor using XDA Premium App

[Q] CANT FIND Root exploer

I have used super one click and still can NOT find root explore in app store on kindle but kindle has the superuser app (found in settings,apps,ect). Please someone tell me what im doing wrong or help me!! im about to throw my kindle.
amnovess said:
I have used super one click and still can NOT find root explore in app store on kindle but kindle has the superuser app (found in settings,apps,ect). Please someone tell me what im doing wrong or help me!! im about to throw my kindle.
Click to expand...
Click to collapse
Are you using the google market? Allot of apps don't show in the Amazon market. If it isn't in the google market you could always sideload it.
Sent from my ADR6400L using Forum Runner
amnovess said:
I have used super one click and still can NOT find root explore in app store on kindle but kindle has the superuser app (found in settings,apps,ect). Please someone tell me what im doing wrong or help me!! im about to throw my kindle.
Click to expand...
Click to collapse
<Root Explorer apparently cannot be side-loaded due to protected app. It appears that you need to install directly from the marketplace or another android application store.> - edit... others said this was incorrect and they were able to sideload Root Explorer. Not sure why we had issues. I was assisting a friend get his Market working and found that Root Explorer was no longer listed on Amazon App Store. We did find it on AppBrain, but the AppBrain app wouldn't install on the KF.
In the end we found that ES File Explorer had a 'unprotect system folder' option that allowed the Market APK to be moved into System/App. His market is now working great. Hope this helps. You should be able to fnd ES File Explorer on XDADev or on the Amazon App Store (free app).
I finally got it uploaded and now i save the apl files to sd card and when i go in to move them to system > app it sas that "you can not paste becasue the file system is read only and when i try to change the permissions it give a weird error
please help
i have ed but i cant find unprotected folder ou spoke of. please tell me if i did this wrong but i took the apk's and just put them right into the sd card....is that where the are supposed to go before the sys>app folder?
how about installing it via adb? adb install <path to apk>
help please!!
when i try to install the andriod market it says' "the application market (process com.andriod.vending) has stopped unexpectedly. please try again.........please advise, also i have the vending.apk in the sys/app and when i try to change the permissions it says that vending.apk permissions can not be changed because the file system is read only
thank you
every time i try to do this when i try to mount it with...C:\Users\Guest1\Desktop\Android\android-sdk\platform-tools.... it says "remount failedperation not premitted
amnovess said:
when i try to install the andriod market it says' "the application market (process com.andriod.vending) has stopped unexpectedly. please try again.........please advise, also i have the vending.apk in the sys/app and when i try to change the permissions it says that vending.apk permissions can not be changed because the file system is read only
thank you
Click to expand...
Click to collapse
You must not have root access. You should be able to change the file system to r/w if you have given superuser permission. Are you sure you have root access? What program are you using? (Super manager, root explorer, es explorer, etc.) Did you try using adb to change the permissions?
Sent from my ADR6400L using Forum Runner
You could use ES File Explorer from the amazon appstore. Just enable root mode.
//Tapatalk.KindleFire//
Just for reference, root explorer side loaded for me perfectly fine.
And you cant write to those protected folders without having root enabled.
Thelgow said:
Just for reference, root explorer side loaded for me perfectly fine.
And you cant write to those protected folders without having root enabled.
Click to expand...
Click to collapse
My buddy kept getting an error that the app was unauthorized when trying to side-load. Tried to move it from sdcard/downloads to data/app and reboot and received the same error. Good to know Root Explorer can be side-loaded without having to install from the market directly if necessary. He was able to sideload all the other vvpGoogle apps and etc fine.
For anyone who can't download Root Explorer from the Amazon app store (I couldn't as I'm in Hong Kong) google root explorer apk and there are a couple of links with the apk for direct install - I think I registered for Mobiles24.com to get that and it worked fine for me.
However, I could only rarely change permissions with Root Explorer so I also searched for "Super manager android apk" which was better and easier to change permissions with. I also just started looking for Filestube/Megaupload links and then transferring by USB before installing with RE or SM
Still haven't got Android Market working - it loads and just says, "waiting for download to start"
I wonder if it's because it's my first Android and I don't have any devices listed?
Thelgow said:
Just for reference, root explorer side loaded for me perfectly fine.
And you cant write to those protected folders without having root enabled.
Click to expand...
Click to collapse
I also side loaded root explorer successfully.
Sent from my Kindle Fire using Tapatalk
Rubarb said:
Still haven't got Android Market working - it loads and just says, "waiting for download to start"
I wonder if it's because it's my first Android and I don't have any devices listed?
Click to expand...
Click to collapse
I had the same problem. From what I can tell its the vending.apk
It would install and load fine, but no downloads would ever actually kick off.
Use the market apk thats in that gapps zip with the rest of the apps.
From what I can tell that's the newer market anyways and flashier than the vending.apk one.
That gapps one worked first try for me.
root explorer error
Hi all
New to this, total rookie, so please be patient
I live in Canada, got fire so trying to get droid market place. As far as I can tell I rooted it correctly using superoneclick. I cant access amazon market.place from Canada so I got root explorer from mobiles24.com and installed it on my kindle (I assume this what is meant by side install)
So now when I go to run it, iget the following error.
The application root explorer (Process com.speedsoftware.rootexplorer) has stopped unexpectedly. Please try again
Thoughts on what is causing this?
There root guide for Linux/Mac includes the APK and automatically installs it. You could follow the steps the script uses to install, or just sideload it.
I side load'ed mine. No problem
blauciel said:
You could use ES File Explorer from the amazon appstore. Just enable root mode.
//Tapatalk.KindleFire//
Click to expand...
Click to collapse
This, although it's not as obvious to switch to Read/Write as root explorer. Menu->Setings->Scroll to the Bottom->Check Root Explorer->Yes on Superuser Prompt->Check Mount File System
What I did though was, I pulled the APK for Root Explorer from my data/app folder on my G2, then put that onto the Fire.
Then using ES File Explorer I installed Root Explorer.

[Q] Help installing Android Market

I have followed the instructions from pcworld.com(unable to post link due to noob status) which happen to appear on several other sites.
I'm having issues copying the vending.apk file to /system/app with File Expert. I think it's a write-permissions issue but I don't know enough to get around that. File Expert says that it's mounting this directory successfully but it's just acting like the file is being copied when it's actually not. Please help...
Use the method posted here then if you are still having problems come back and ask questions.
http://forum.xda-developers.com/showthread.php?t=1351283
Thank you for your reply. The method I used is very similar to that one. I have been trying to paste the vending.apk into the /system/app folder as this tutorial instructed and it has also failed. I tried mounting with File Exper and with ES file explorer. Is there another app I should try to use to accomplish this? Doesn't seem like there's anything better in the amazon app store. Maybe I have to manually install an .apk of sorts?
payote40oz said:
I have been trying to paste the vending.apk into the /system/app folder as this tutorial instructed and it has also failed.
Click to expand...
Click to collapse
What was the failure?
had also troubles installing with explorers - would recomend you the adb method:
http://forum.xda-developers.com/showpost.php?p=19789892&postcount=35
payote40oz said:
Thank you for your reply. The method I used is very similar to that one. I have been trying to paste the vending.apk into the /system/app folder as this tutorial instructed and it has also failed. I tried mounting with File Exper and with ES file explorer. Is there another app I should try to use to accomplish this? Doesn't seem like there's anything better in the amazon app store. Maybe I have to manually install an .apk of sorts?
Click to expand...
Click to collapse
Other users have reported lack of root privelages with file explorers from the Amazon App Store. At one point Root Explorer and File Explorer were removed, and File Explorer was the only one that's returned (now with limited funciontality). I'm guessing Root Explorer no longer shows up for this reason.
Either sideload the Android Market version of a file explorer from your phone, or download the .apk I posted here. I pulled it from my phone and it should have full root privelages. It worked when I was setting up my KF. This version was pulled prior to the most recent update, so it's a little outdated.
So basically what I've followed thus far was a combination of both instructions. I'm going to assume that since SuperOneClick said everything was rooted - that it is. So in terms of installing the android market, here's a tl;dr of what i've done and where i'm at:
- adb push googleframeworkservices.apk
- adb push vending.apk to the appropriate directory and assign its permissions.
- Used File Expert to install MarketOpener.apk(places an icon in carousel so you don't have to use alternate launchers)
- rebooted KF
The market opens up fine now but whenever I go to download something it either says "authorizing purchase" or "downloading" and never progresses beyond that. Please, PLEASE let me know if i'm omitting any piece of information that may help you guys assist me. Thanks for all your good work fellas, I appreciate it.
maybe you have a bad vending.apk - there are some bad versions around.
post you mine and try again with the adb method i suggested.
posted framework just to be shure.
did you install the vending.apk ? look at point 7 of the guide i linked in carefully !
good luck !

[Q] Problem With Package Installer

I am having a problem with the package installer on my Nexus 7. (Wi-Fi, 32 GB) I think I may have done something to it accidentally while browsing through the system files. I did click to install the installer itself out of curiosity, though, but I don't know if that could have any adverse effects on anything. I cannot install any apps, whether they're from the Play Store or an APK through a file explorer. I get error 406 when I try to download anything from the Play Store. (Except when I tried to update ES File Explorer. That worked fine... Every other app that I've tried will not update/ download.) When I try to install an APK, I get a message like, "There is no program to open this file." I had just rooted my Nexus after having it for nearly a year with the Motochopper root exploit, so the bootloader is still locked. I could still install apps, though, until after my first reboot. Could anybody identify the problem? Any help would be greatly appreciated!
you might have removed packageinstaller.apk thats in the system. you can fix it by getting the correct packageinstaller.apk from the interent and move it to the correct /system/app path and apply CORRECT permissions for it
Billchen0014 said:
you might have removed packageinstaller.apk thats in the system. you can fix it by getting the correct packageinstaller.apk from the interent and move it to the correct /system/app path and apply CORRECT permissions for it
Click to expand...
Click to collapse
It's still there. I think installing it with itself out of curiosity is what messed it up. It now shows up in the installed apps menu in Settings.
TheZeldaLova said:
It's still there. I think installing it with itself out of curiosity is what messed it up. It now shows up in the installed apps menu in Settings.
Click to expand...
Click to collapse
Change its permissions to the same as the other apps in the same folder should fix it
Billchen0014 said:
Change its permissions to the same as the other apps in the same folder should fix it
Click to expand...
Click to collapse
It doesn't seem that I am able to change permissions. I'm just going to back everything up and either flash a stock rom or another good rom. Thank you very much for your help anyways.
Same problem..
What do you mean about "changing permissions"? If you mean to change the file properties to -rw-r-r- then that didn't worked for me .. pls help!

[NST/G] Revisiting cacerts.bks

cacerts.bks updated 12-6-20
When the original search was on to repair the aging cacerts.bks file in order to get the Kindle app working again, one of the things I came across was a remark from a fellow who had located a Honeycomb ROM (Android 3.2...last stop before the format of the security certificate storage was changed) and copied the cacerts.bks file from it to his Android 2.2 device which was having problems with websites, etc.
I still can't get the method described by @tshoulihane in this thread to work for me. But his edited cacerts.bks file works really well in solving the problem.
Yesterday I managed to locate a CM 7 ROM (Honeycomb). It contains a largish cacerts.bks file (compared to ours) with 127 certificates, 17 of which have expired. These seem to be mostly for central/eastern European and Asian entities, so perhaps not that critical. Well, it's only 10 years old
It has worked for me with the Kindle app and perhaps will help with some of the websites that complain about a secure connection even though I have enabled TLS 1.2 in Opera Mobile. More testing is needed there.
For anyone who wants to try it out, it is attached below. To use, rename your current cacerts.bks file (that's in /system/etc/security) to cacerts.bks.bak or similar. Then move the new file (unzip) into the same place. Check permissions. They should be rw-r-r. Reboot.
This looks great... though when I tried to rename and copy the new cacerts file, I am getting blocked due to the lack of root permissions.
I'm running the 1.2.1 tweaked/modded rom so I thought it wouldn't be an issue. I also tracked down the supersu3.1.3 apk and sideloaded it, but it didn't help either. Wondering if you had any ideas?
xrayd2 said:
This looks great... though when I tried to rename and copy the new cacerts file, I am getting blocked due to the lack of root permissions.
I'm running the 1.2.1 tweaked/modded rom so I thought it wouldn't be an issue. I also tracked down the supersu3.1.3 apk and sideloaded it, but it didn't help either. Wondering if you had any ideas?
Click to expand...
Click to collapse
So was your SU app missing? Or did your file manager just not have root access?
Hard to know where to start. From my experience, the best-behaving SU for the NST/G is the one that comes with NookManager (attached below). It's old and the binaries are probably out of date, but you don't need anything better for the device.
You can try removing the one you have now, reboot, and install the one below. Then check that your file manager has root acccess. In ES File Explorer, for example, you have to go into settings and tick the selection for root access. It's not automatic. And even with that, you have to tick an additional box to mount /system as rw while you're working in it.
At one time the superuser app was included -- but is no longer linked, and I had overlooked it after initially flashing the rom.
Unfortunately, the su app you provided also doesn't work. When I try to delete the old cacerts.blk it looks like it's doing something, but then the file still remains. If I instead try to rename the file, I get "operation failed".
I tried to delete or rename using an app called "root browser", and also the file manager in "super manager" suite. When I try to enable the root explorer function in ES file manager , I get "sorry, test failed. This feature cannot run on your device."
When I go under Device info, the ROM name does indeed say "Tweaked Modded ROM". I assume this should mean it's rooted but I'll have to dig deeper.
I appreciate your help though!
xrayd2 said:
When I go under Device info, the ROM name does indeed say "Tweaked Modded ROM". I assume this should mean it's rooted but I'll have to dig deeper.
Click to expand...
Click to collapse
Mmm.... so the ROM came "rooted"? I've attached a root check app which I've tried on my NST. This should answer the question of root.
If root has been lost somehow, it might be possible to salvage what you have by running NookManager. If you don't want the various additions like Relaunch, you can remove those apps from the data/app folder once you've written the card and then make the other needed changes as described here: https://forum.xda-developers.com/nook-touch/development/nst-g-updating-nookmanager-t3873048
Or, you could just use NM as-is and uninstall unwanted material afterwards. The important thing is root and a functioning SU.
Okay... turns out my device was NOT rooted after all; I had assumed the binaries were already installed. Fortunately, I was able to find a superSU 0.93 binary and root through CWM. I replaced cacerts.blk with yours, and now the kindle app works! At first I had difficulty logging in, but turns out Amazon was emailing me a one time password after every attempt. After entering the OTP I am now up and running.
My next issue is getting Pocket working -- I installed Read it Later 1.0.1 but it's not syncing.
Thanks for the link to your other post. I will sideload the apk's you recommended.
xrayd2 said:
My next issue is getting Pocket working -- I installed Read it Later 1.0.1 but it's not syncing.
Click to expand...
Click to collapse
Might not be possible. Chatter here: https://forum.xda-developers.com/showthread.php?t=1604661&page=2 goes back to 2013.
I found reference to a functioning version in 9/2016. Had hoped it was a cacerts issue but maybe pocket changed their api.
https://forum.xda-developers.com/showpost.php?p=68600731&postcount=54
Would this be what's causing my Nook to not load certain https sites?
I can get to gmail fine, but I can't for the life of me load the todoist website
Tried loading your cacerts.bks, doesn't seem like it changed anything
I had no problem getting the Todoist home page. Logging in may be another matter.
Are you using Opera Mobile and did you make the settings change for TLS 1.2?

Categories

Resources