this may seem a repeated question but none of the answers or tutorials I found could help me :( . I'm beginner with the phongap. I would like to save a text file in a specific folder in the internal storage of the android device (android 4.4).
I have used the exact code mentioned in the phonegap documents (the "Full Example" one) and I have given the needed permissions in the manifest. (http://docs.phonegap.com/en/2.6.0/cordova_file_file.md.html#FileWriter) after compiling it by the phonegap and running it on the device, When I connect the android device to the PC, I can not find the file anywhere. I guess the file is not accessible by the PC.
The question is how should I change the code to make it accessible by PC (when it is connected through USB cable)? so I can copy and paste the text file to the PC.
or is there any sample phonegap project out there that cover this ? so I can try to analyze each line of the codes.
Many thanks in advance for any help..