You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No luck on the Nook Simple Touch (SDK 7, not sure which android version that corresponds to). Possibly down to the filesystem being a bit odd though, nothing is mounted at /sdcard
Error is NoSuchMethodError:android.content.Context.getExternalFilesDir
The text was updated successfully, but these errors were encountered:
I have a Nook with a 32GB SD card installed, which will get mounted at /sdcard (the internal ~200MB partition normally used for eBooks is mounted at /media), but NewsRob/GrazeRSS attempting to use this method (which is non-existent in the Nook's version of Android 2.1) prevents it from even starting up. This method was only added in API level 8 (2.2), apparently.
Alternatively, you could internally hardcode the ExternalFilesDir to /sdcard if ro.product.overall.name==NOOK and ro.product.manufacturer==BarnesAndNoble
Info from the user:
No luck on the Nook Simple Touch (SDK 7, not sure which android version that corresponds to). Possibly down to the filesystem being a bit odd though, nothing is mounted at /sdcard
Error is NoSuchMethodError:android.content.Context.getExternalFilesDir
The text was updated successfully, but these errors were encountered: