Google makes it very hard to access the sdcard. They have a good reason for that. And we are not a hacking group to circumvent their recommended procedures through loopholes. Sorry that its not working for some of you. As soon as google changes it policy, we will provide a fail safe method.
Thanks
Z
--
You received this message because you are subscribed to the Google Groups "Apps4Av Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apps4av-foru...@googlegroups.com.
To post to this group, send email to apps4a...@googlegroups.com.
Visit this group at https://groups.google.com/group/apps4av-forum.
For more options, visit https://groups.google.com/d/optout.
Sometimes, a device that has allocated a partition of the internal memory for use as the external storage may also offer an SD card slot. When such a device is running Android 4.3 and lower, theDoes that not work? Perhaps this is an area for me to investigate ...getExternalFilesDir()method provides access to only the internal partition and your app cannot read or write to the SD card. Beginning with Android 4.4, however, you can access both locations by callinggetExternalFilesDirs(), which returns aFilearray with entries each location. The first entry in the array is considered the primary external storage and you should use that location unless it's full or unavailable. If you'd like to access both possible locations while also supporting Android 4.3 and lower, use the support library's static method,ContextCompat.getExternalFilesDirs(). This also returns aFilearray, but always includes only one entry on Android 4.3 and lower.
-- Dean ( http://airmen.mailpen.com/airman/dean/ )
Yes but /sdcard on some devices still points to internal SD memory. Only built in apps like camera know the secret sdcard path on these devices. Crazy.
On Dec 16, 2015 7:02 PM, "Dean Gibson ATP/CFI" <a...@mailpen.com> wrote:
I'm of the understanding that every app has file and directory creation privileges in <sdcard-path>/Android/data/<package-name>. Is that correct?
In the case of Avare, that's <sdcard-path>/Android/data/com.ds.avare Even if the user can't navigate to it, can't Avare provide it as one of the choices?
This is for others, I have no problem having Avare use the external SD card, on Android 4.4 through 5.1. Don't know about 6.0.
-- Dean ( http://airmen.mailpen.com/airman/dean/ )
--
To unsubscribe from this group and stop receiving emails from it, send an email to apps4av-forum+unsubscribe@googlegroups.com.
Hi Charlie and everyone.
In the later Android Versions, 5.xxx and after we found out that Google / Android have added restrictions to Not allow us to run in / access the External SDcard. I do not the reason for it, my guess is because none of the Google tablets have external cards?
The only workaround, where you can still get to see / manipulate your files is to install Avare in the Device Storage / internal sd card / storage. After you install there you can view / access your files normally, as you would in the External.
Follow the same procedure as in the ExtSDcard installation, except that the the final path is .../DeviceStorage/Android/data/com.ds.avare.
Make sure you first create the com.ds.avare folder first. TV
-- You received this message because you are subscribed to the Google Groups "Apps4Av Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to apps4av-foru...@googlegroups.com. To post to this group, send email to apps4a...@googlegroups.com. Visit this group at https://groups.google.com/group/apps4av-forum. For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "Apps4Av Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to apps4av-foru...@googlegroups.com. To post to this group, send email to apps4a...@googlegroups.com. Visit this group at https://groups.google.com/group/apps4av-forum. For more options, visit https://groups.google.com/d/optout.
I suggest pointing Avare to store charts in /sdcard/Download. This is the folder where browser downloads files. Maybe that will help. In practical experience, people report gigs of free space but it is not of any value if their OS cannot allow apps to store data in those places that have gigs of free space. There is bunch of discussion of SD card on the forum and no universal solution.
Thanks
Z
Hello Richard.
Thanks for the intro. Its a pleasure to know you and your amazing work in CS. Lucky to have you on board.
Avare is a collective effort. I reply to almost all emails so it may seem like I contribute the most but that is not the case.
Regarding SD card, its a nightmare. We are trying to solve it since Android 5.0. Google tells us that SD card belongs to them and the phone manufacturer and apps have no business there.
If some app can access SD card then surely they are doing something not approved by 'authorities'. This means they will spend time fighting software updates and device compatibilities. We think this time could be used somewhere else.
I suggest this to users... if you run Avare on a device, make it an Avare device. Do not install other apps on it. Then only download charts you need.
Thanks
Z
Mr. Khan,
I have been using Avare, since one of the VERY early versions, on several platforms and versions of Android. I applaud that which you and, if I recall correctly, Peter have been and are doing.
To be brief, I am NOT unfamiliar with computers back to the days of DOS when I received my Master of Science from the University of Cincinnati College of Engineering and my thesis was a computer model coded in FORTRAN using multiple correlation regression analysis written on an IBM 1620 with 8K of memory and a removable 512K disk the size of a 33RPM record. After college I was hired by a large city to be the project manager of the twelfth installation in the US of a computer system to control traffic signals in real-time. While I was doing that, I wrote the code for City's first payroll system. It too was written on the 1620 in FORTRAN ...not COBAL as IBM said 'it had to be done'. The city was still using that program after I left over 10 years later. I still write programs in BASIC.
To your credit the Avare system has grown and increased in features. With that growth it will become more and more important for Avare to store and access the increases in data to the external micro SD card. On a Samsung forum I recall someone saying that with one of the 'recent' Android versions, Google had made it difficult/impossible for programs such as Avare to write data to the microSD card. I do not know if that is a true statement.
I have tried many ...many workarounds. The most interesting was on an Android 4 platform I wrote data to its external microSD card on a path I had assigned. Then transferred the micrdSD to an Android 5+ platform. Established the correct matching path via Avare. I could operate (...execute) Avare from this microSD ....BUT could not update (...write to) any of the data nor add charts. So it would read ....but not write via the assigned Path.
Several individuals on the Forum have suggested ways that they say store the data to the external microSD card, but when I have followed their instructions, that data 'appears' to be resident on the removable micro SD, BUT when one checks the data it in-fact went to the internal memory not the removable.
For Avare's continued success and growth I feel it in increasing incumbent for you to fix the problem.
I have down-loaded iFly and it is capable of storing data to the microSD card. Why are they able to do that when Avare can not?
Respectfully,
Richard Oaks
============
Date: Thu, 14 Jan 2016 09:27:01 -0500
Subject: Re: apps4av-forum Re: SD card storage
From: gove...@gmail.com
To: jwr...@gmail.com
CC: apps4a...@googlegroups.com
You received this message because you are subscribed to a topic in the Google Groups "Apps4Av Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/apps4av-forum/2XW3IMoM9kw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to apps4av-foru...@googlegroups.com.
James,
Which TPC fails?
I can download any I have chosen so far.
Z
Hi Ed
I have 2 samsung devices and I can download TPC on them. I dont think there is a size limit other that your SD card / internal memory size.
Which TPC?
Z
--
--
You received this message because you are subscribed to a topic in the Google Groups "Apps4Av Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/apps4av-forum/2XW3IMoM9kw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to apps4av-foru...@googlegroups.com.
The .apk file is saved on the external storage, but all private user data,
databases, optimized .dex files, and extracted native code are saved on the
internal device memory.
Same issue here - My Moto G simply will not let me download charts onto the SDCARD - If the App developers would allow the APP to be moved to the SDCARD we could store below it - Otherwise as everyone upgrades their ANDROID OS we are all doomed unless we buy phones with more internal memory. Which I can't afford so it's back to Garmin for me.
--
You received this message because you are subscribed to the Google Groups "Apps4Av Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apps4av-forum+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/apps4av-forum.
For more options, visit https://groups.google.com/d/optout.
Hi Scott and everyone.
Look at the pictures below and follow these steps to install on an external SDcard:
1-Create a Directory / folder in your external card, see pic. "ExtSdPath.jpg" create every Directory / folder, if they do not exist until you get the ...data/com.ds.avare.
2-In Avare Options... navigate with the up arrow until you get to the com.ds.avare, go trough every layer as depicted in pic. "AvaChrtLoc.jpg", you may not be able to get to the external SDcard without going to Storage first, just follow the path. Make sure you you create the com.ds.avare firstin the external card and the names may be a bit different depending on the OS version.
Post here if you need more help. TV
On Wednesday, December 16, 2015 at 8:25:13 AM UTC-8, scott boelke wrote:ROOT is a locked folder. It's got the red lock. I cannot click on it :(
On Wednesday, December 16, 2015 at 11:11:35 AM UTC-5, Ben Setnick wrote:I had the same issue on the S5. Adjoining that Samsung is consistent, you'll need to go up to the root directory, then to /storage/extsdcard and create your folder there.
I want to store Avare data(not the app) on my phone’s external sd card. The path is /storage/0000-0000/Android/data/com.ds.avare. I created the com.ds.avare directory with the ES File Explorer app. When I try to set the path using the Charts Storage Folder options under preferences I am unable to select the 0000-0000 directory. All three options give me the same result. Is there a step I am missing?
Samsung Galaxy S7
Android ver 6.0.1
Android is a strange beast. My Galaxy Tab S is running Android ver 6.0.1. The path to the external SD card is /storage/3637-3363/Android/data/com.ds.avare. Avare has no problem when I select this path. All of the data files are on the SD card.
Thanks,
Chip
I used the "try external folder" selection in preferences after creating the directory. Avare ver. 7.6.6. The app is on the device, the SD card data is 546MB.
I've reloaded it a couple of times, and did a hard reset to wipe the system as well. Problem persists.
Thanks
If you look at the app "maps.me" it has a direct utility to store map files with a single click - is there a reason that we have to spend a good deal of time trying to get avare to store maps in the sd card? I realize that Android spoofs memory into looking like sd cards and other silliness, but if another app can do it...
--
You received this message because you are subscribed to the Google Groups "Apps4Av Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apps4av-foru...@googlegroups.com.
To post to this group, send email to apps4a...@googlegroups.com.
Visit this group at https://groups.google.com/group/apps4av-forum.
To view this discussion on the web visit https://groups.google.com/d/msgid/apps4av-forum/d54bb3d1-ee24-4cd4-9332-26b6f79ccf3a%40googlegroups.com.
Melissa wrote:> It gets to 50% and then says "Download
As high UP as i can get i see 'sdcard' but it's still on a phone subdirectory.
Why was this extremely data-fat app created without ability to use SD card?
Hi. Samsung S4, ATT software. I tried the procedure that's supposed to work and when I click on charts storage folder, no matter how much i click the UP arrow, I cannot get UP enough to see the SD card. As high UP as i can get i see 'sdcard' but it's still on a phone subdirectory. I've created the extension, nevertheless, and it still does not go there when I click "OK". It still goes where the developers told it to go. I love this app, but my phone does not have the free GB this app gobbles. Anyone know how I can reach the real SD card and actually create a folder that the app will actually go to when I click OK? Why was this extremely data-fat app created without ability to use SD card?
--
You received this message because you are subscribed to the Google Groups "Apps4Av Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apps4av-foru...@googlegroups.com.
To post to this group, send email to apps4a...@googlegroups.com.
Visit this group at https://groups.google.com/group/apps4av-forum.
To view this discussion on the web visit https://groups.google.com/d/msgid/apps4av-forum/4eeb9184-5dfd-453d-b7fa-cd0afdac955b%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Apps4Av Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apps4av-foru...@googlegroups.com.
To post to this group, send email to apps4a...@googlegroups.com.
Visit this group at https://groups.google.com/group/apps4av-forum.
To view this discussion on the web visit https://groups.google.com/d/msgid/apps4av-forum/08a056ba-3d79-43e9-a4cd-36f25b6c84a1%40googlegroups.com.
Since I don't use any other efb, so I don't know what all the other efb's should work or look like, in case they are the same.
Thanks in advance.
Ps
I wasted several test flights by assuming the otg radio would connect eventually while flying, but no. I have to sit and wait for the radio device to wake up Android os and I have to tell Android os it is ok to proceed before I spin the airplane prop. if the otg connector falls out in flight.. problem there.