Android :: Make Sdcard Folder Private To App?
Sep 14, 2009
I want to make a sdcard folder private to my application same the way we have /data/data/<app> directory. and prevent the access of that folder from other apps.
How could I achieve this in android?
View 3 Replies
Jun 30, 2010
I'm looking for an app that u can throw all your videos, pictures, music or whatever into a folder than can be locked with a password.
View 6 Replies
View Related
Mar 18, 2009
I want to move some files from sdcard to /data/data/myapp/files folder, I can use OpenInputFile and OpenOutputFile and write to it, then delete the original one. But it is slow, so, I tried to use oldFile.Rename(newFile), but it always return false. Any idea? The reason I am doing this is to hide some files from my sdcard, so, nobody can see them.
View 3 Replies
View Related
Mar 24, 2009
I have a with regards to an update feature that I am trying to put in my application. I am wondering if it is possible for an application to download a new apk and install it inside the /data/app- private folder (which i presume is for copy protected apps)?
View 6 Replies
View Related
Nov 10, 2010
I just got the Samsung Galaxy S Captivate. Seems like a nice phone. Every phone I've had in the past (Nokia, Sony, etc...) has always allowed me to hide my number so that the call display on the receiver's phone shows my call as 'private'. This is useful for when you don't want certain people to have your number when you call. Is there a way to do this on the Galaxy S? I couldn't seem to find any setting how.
View 1 Replies
View Related
Dec 23, 2009
I have some new requirement. I have to write a video player which plays the content from the net.Some times the app downloads the video content, and this downloaded data should be private to only my app. No one should not access it.Simply saying providing security to my own content (though the content is taken from the sdcard, it should not be playable).
View 2 Replies
View Related
Oct 25, 2009
I just switched from palm to the hero. Palm had the ability to make certain contacts and memos private. Is there a way to do that? Also with photos or other apps to lock them?That was a great feature of palm.
View 1 Replies
View Related
Sep 5, 2010
Is there anyway to make certain apps private, hidden or locked on the menu screen. I have lil brothers and nephews who I don't mind playing games or watching movies on my phone; but I don't want them getting into certain "adult" apps or my fake call and sms apps. I believe it's possible to do b/c there's an app called Call Log (Secret Monitor) that has in its description "No icon in the list of applications. Completely hidden at you eyes". I downloaded it just to check and it really doesn't appear in the menu. So does anyone know how to do it for any app that we choose?
View 5 Replies
View Related
Nov 21, 2010
The one thing I miss from black berry is I could make my # private, I use my phone for business and take calls for after hours issues, there are times where I dont want people to have the #, I cant figure out how to do this on my Incred, is there an App
View 5 Replies
View Related
Dec 10, 2009
I'm looking for an app to make certain photos private if it did videos as well that would be a plus..i tried photovault but what i dont like about this app is once you make a photo private you cant attach it anywhere in an email or what not
so is there anything else out there that does this?
View 15 Replies
View Related
Mar 5, 2009
Man, this application is so awesome....... simple but what a great way to study. Anyway, does anyone know if the flashcards are stored on the sdcard or the phone? I found a folder on the sdcard named studydroid, but using Astro it looks like the folder is empty.
View 8 Replies
View Related
Jun 9, 2010
Is there a way to make you phone number private on the HTC Evo through settings?
If not, how can one turn it off and on on the fly?
View 3 Replies
View Related
Sep 29, 2010
I am not able to view SDCard folder in FileExplorer of DDMS in Android.
But I was able to view SDCard folder when I used adb command from command prompt like below:
androidsdk ools>adb shell
$ ls
I am able to view list of folders when I typed ls in which I can see sdcard folder from the list of folders .my doubt how can we view the sdCard option in Eclipse using FileExplorer.Also I want I want to delete or insert some files in sdcard.How can this be possible for me.can anyone hel me in sorting out this issue.
View 1 Replies
View Related
Jan 14, 2013
have created a folder in SdCard using a code below:
if (Environment.MEDIA_MOUNTED.equals(state)) {
// We can read and write the media
log.v("Storage","ablo to read and write");
//create Beatss folder
File direct = new File(Environment.getExternalStorageDirectory() + "/Beatss");
boolean success = true;
if (!direct.exists()) {
success = direct.mkdir();
}
I can see that this folder has been created through DDMS. When I connect phone via USB to computer and explore the sdCard i dont see this folder. However, as I mentioned I can see it via DDMS. What is wrong?
View 2 Replies
View Related
Jul 29, 2013
I did a full wipe of my phone to see If I ccan get rid of cyanogen mod. Now I have no sdcard folder. and I'm stuck in the TWRP menu. Is their anyway of getting my phone back? I have AT&T. I have no android software nothing. but in filemanager It finds a couple folder mostly all empty. Did I void my warranty? Will I never get my phone back?
View 3 Replies
View Related
Oct 15, 2010
Ok I have been trying to figure this out for a while. I have an application that needs to read images from a folder created by the application on the sdcard. I have no idea what the names of the files are because the user specifies the names of the files. I need to read the images from the folder and make something like the default image viewer, where you can share them delete them and things like that. Im thinking read them into a grid view first but 1) cant figure out how to dynamically read them from a folder 2) how would I implement the image options like the default viewer? If there was a way to open the default viewer on a certain folder that would help.
Anyways any input would be amazing been working on it for a while.
View 1 Replies
View Related
Aug 30, 2010
I want to make application in which i want to use camera as after the image is captured, i want to store that image in SDCard and display that image in Screen too.
View 2 Replies
View Related
Aug 24, 2010
I posted this thread on the tips and tricks realizing that this section might be better.
I am trying to set up custom icons and was following the instructions on the tips and tricks but on my SDcard i do not see the folder "dcim". any reason why? what do i need to do to see this folder?
View 1 Replies
View Related
Jun 30, 2012
I have been unable to do anything permanent to my sd-card. I was on my vacation so all my vacation photos were deleted. It is writable, I can delete, write and change as I want but when it's rescanned all changes (delete, write etc...) were never made and it sets itself back to the 23rd. Now I have access to my computer so I formatted the sdcard hoping it would fix it. After I put it in my phone all files popped back up. So my case is:I cannot make any permanent writes/changes to it.
Formatting doesn't seem to work. Once again, it is writable (Temporarily), i took a photo and pushed it into the /system partition, it was there but not on the sdcard after reboot. Root explorer have options for mounting it R/w and R/O (It doesn't normally do that).
View 9 Replies
View Related
Oct 4, 2010
When I make a backup and it goes to my SD card to the folder "TitaniumBackup" is it safe to transfer that folder to my computer and delete it from my SD card?
View 5 Replies
View Related
Feb 22, 2009
I've got some code that downloads mp3s remotely over a streaming url connection... This all works fine but my problem is once the file is complete and I pull up the music app it's not there. A reboot of the phone and it now shows up... anyone know how to force this refresh to occur from without my code?
View 3 Replies
View Related
Jul 17, 2010
I create aviparsernode folder by coping from MP4 parser node folder under /external/opencore/nodes/. But when I type "make" command under /external/opencore/build_config/opencore_dynamic/. The files under aviparsernode folder are not compilied. Does any one knows how to let OpenCore to make files under aviparsernode folder?
View 4 Replies
View Related
Feb 3, 2009
I am trying to make a folder lock application for android platform.It basically involves asking the user a pre-set password when he clicks on a specified folder.Sir I am not getting any clue regarding how to get the event generated by operating system when the user opens the folder.Or if there is any such event generated at all.
View 2 Replies
View Related
Aug 14, 2010
Ok i have searched and cant find anything. I want to make a folder on one of my screens to put movies that i have on the phone for the kid in so it is easy to get to. I can make a new folder but how do i put the vids in it. Dont even know if i can.
View 1 Replies
View Related
Jan 25, 2010
Is there a way to make a folder close once you select a shortcut out of them? So that when you go back to the homescreen you don't have to close the folder.
View 1 Replies
View Related
Feb 26, 2012
I have a folder on my computer full of the apk files of apps I regularly install after flashing a new rom, I was wondering if it is possible to turn that folder into a .zip folder that is able to be flashed to the phone in CWM just like when you flash the Gapps.
View 1 Replies
View Related
Jan 17, 2010
I'm trying to find out how to make a bookmark folder for my dolphin bookmarks OR even better, sync the htc bookmark widget with my dolphin bookmarks. I have astro.
View 8 Replies
View Related
Aug 16, 2010
I replaced my original sdcard with a sandisk 16gb card. Everything went well until I started getting these blasted read on errors. Earlymon suggested a fix from another board but I don't have a stand alone card reader so I couldn't do it that way.
I was wondering if I just backed up all my stuff from my sdcard to my iMac and then just reformatted my sdcard via the phone, would that solve my problems?
View 3 Replies
View Related
Jul 19, 2012
I was wondering if there is a way to make a folder for pictures that is password protected and/or if possible hidden as well.
I am using a Sam GS3. ...
View 1 Replies
View Related
Apr 2, 2009
I'm currently developing my own Android widgets. To help me in future projects and speed up my developments, I've been trying to create a private jar that contains all those widgets (that extend from Android classes such as View or ViewGroup). To do that, I created a project and included all files (.Java and resources) in this project. I exported this as a jar file. To test this jar file I created a new project and tried to include my widgets using an XML layout. Unfortunately, it seems that the system does not "see" my resources. Looking at the Android source code, I noticed that android.jar contains its own resources so I assume this is possible.
I'm sure I've done something wrong...but what? What is the problem? And how to solve it?
View 4 Replies
View Related