General :: CM9 Theme Directory?
Nov 30, 2012I've been searching for the folder that CM9 themes are saved in, like the ones you find in google play. I want to pull one from my phone onto my computer so I can use it as a template.
View 1 RepliesI've been searching for the folder that CM9 themes are saved in, like the ones you find in google play. I want to pull one from my phone onto my computer so I can use it as a template.
View 1 RepliesAt some points while running my android application, I need to create a directory on the sd card, for a small number of users this fails and I can't figure out the reason for it... (I've found similar problems caused by the WRITE_EXTERNAL_STORAGE permission missing, it's there and it works for almost all users so I don't think this is reason) When mkdirs returns false I crash the program and log the following java.io.File properties, starting at the directory I want to create, then recursive printing properties of the parent directory and so on...
/sdcard/MyDirectory/Dir1/Dir2 (exists: false, canWrite: false, isDirectory: false, isFile: false);
/sdcard/MyDirectory/Dir1 (exists: true, canWrite: true, isDirectory: true, isFile: false);
/sdcard/MyDirectory (exists: true, canWrite: true, isDirectory: true, isFile: false);
/sdcard (exists: true, canWrite: true, isDirectory: true, isFile: false);
/ (exists: true, canWrite: false, isDirectory: true, isFile: false);
The strange thing is that the parent directory is writable (canWrite=true), I can't print the execute file permission but from what I've read, write is what you need when creating directories... What I've looked at so far is the WRITE_EXTERNAL_STORAGE permission, if the sd card is full and if the sdcard is mounted read only:...........................
I have an app that instructed me to copy some data from my computer to the SDCard. So I plugged the Droid into the computer, mounted my Droid SDCard, looked at the directory, and copied the file. There are a bunch of files and folders listed (e.g. backups for apps, album artwork, etc.) as being on the SDCard. But when I go into Astro on the Droid and select "SDCARD" it shows "directory is empty." I don't get it. Why can't I see the folders and files on the SDCard that I can see on the computer screen?
View 3 Replies View RelatedI want to download my apk file into "/data/local/" directory. I am able do this in external storage but unable on "/data/local" also i was trying to create folder on same location but could not do that. Through "adb push" it is possible but i need to do this java program.
View 2 Replies View RelatedI'm trying to create a basic AlertDialog using an activity with a theme of Theme.Dialog.What I want is for there to be a horizontal bar between the title and the message. However, the bar is not being resized correctly. Rather than being the width of the activity, the bar is the width of the message text. This means that if the activity is being expanded by the message, then the bar will fill the whole activity, so it looks correct. However, if the message width is less than the activity width, the bar only displays above the part of the activity with the text. I've tried every single combination of "fill_parent" and "wrap_content" that I can think of, and none of those work.I've also tried using RelativeLayout and placing the bar above the message text, but that also doesn't work. If I use the RelativeLayout approach and set the bar to fill_parent, it causes the activity to expand to fill the whole screen width, which is also undesirable. Ideally, I want the text placed, the activity width computed, and the bar resized to that width (without affecting it). Is there some way to flag a view to fill the parent view but not to affect its size?
View 1 Replies View RelatedI use themes in my apps, which generally just extend android:Theme and then set a bunch of styles. I use dialogs made from layouts, but since I set the theme for the application, they have inherited all of the regular styles and no longer carry a border, etc. My question is: How do I say, "I want everything to use this theme which extends Theme, except dialogs, which should use this other theme that extends Theme.Dialog"? It seems like that's how things work by default but when you set the theme to your own, you lose the dialog theme!
View 3 Replies View RelatedI've extended Theme.Dialog to use a different color as per the sample in the ApiDemos project but for some reason it does not use the theme properly in my project. I created a new project and it works perfectly fine there. The main problem here is that it does not show as floating in my project. Instead, it sets the rest of the screen black except for what would be the dialog window, where it uses the correct colors, etc. Any ideas? I am beating my head against the wall here.
View 2 Replies View Relatedhow to create a sub folder in asset folder at run time and copying the files from res folder to my assets sub folder.
View 1 Replies View RelatedI had a thought, whilst trying to look through the Google PlayStore for a DNLA Server app to play some files both off my Android Device and via the NAS Server I have connected to my Router. But unfortunately couldnt find a decent enough App in the PlayStore that catered for every feature I want, and thought...
1) Wouldnt it be AWESOME if the CyanogenMod team include a built in DLNA Server into their current roms??
and,
2) It would be really useful to have an App that can scan your NAS (or whatever other storage you have), and then list all the files (especially movies) as to:
a) What folder they are in
b) What name the file is called
c) How big that file is in size
d) What format, codec, and resolution
... and so on!!
I'd like to know if there's a way to write files into the main directory just before the system shutdown, something like this:
End all processes (-> unmount disks?) -> mount /sdcard rw and / rw -> copy files from /sdcard to / -> unmount disks -> shutdown/reboot
Same with boot image (flash, in this case, and not copy / mod files)... is it possible? Or do I require to boot into recovery for these operations? I know I can remount as rw my system directory via ADB
Also, is it possible to do the same thing with the build.prop file? This, or during startup (before mounting partitions with standard permissions).
Of course, this having root (but not a special kernel to enable this kind of "before mounting" thing).
Is it possible to mount a remote FTP server as a local directory on Android?
View 5 Replies View RelatedOn my tablet I have 500MB internal memory, 5.6GB on nand flesh and 2GB on sd. So I want to change directory of installation folder but I don't have access to PC is there any other way?
View 1 Replies View RelatedTried it, i put aapt,apktool and apktool.jar in /system/bin...
But when typing apktool it says "no such file or directory"
How can i make it work?
I find that several apps save pics in different directories. I would like to be able to consolidate all these images into a single directory that will be opened by the standard Gallery app. I have used a file manager to move .jpg and other files into the /DCIM/Camera directory, but the Gallery app does not show them. What am I doing wrong?
View 2 Replies View RelatedI have some apps such as Google Drive where I have no options to set the download directory, so it will only download to my internal storage in the default Downloads folder. How can I change this default Downloads folder to something else?
View 4 Replies View RelatedI have a question about moving files after rooting, installed supersu already and give root browser permissions in supersu.
I have a problem with moving a apk file from downloads/direct to system/priv-app. It says after i'm trying to moved it "failed operations" and it seems like it's the only directory i can't move files to.
I have read that the files or directory should have some special permissions, but i'am sure that the criteria are met.
Also when i go to supersu to see logfiles on the "action" it says that i need supersu pro to move that files. But will it works or what should i do to get this to work?
I have a problem on my lg optimus l9 with directorybind when I click add it says
Data directory not exist, create now?
then i click create and it just constantly loops, so every time i click create it says the same thing,
Data directory not exist, create now?
I am using Wifi Explorer (Market Link) to edit my SD Card from my computer.
I would like to place some videos (.mp4) on to my HTC Sensation and was wondering what folder to place them in?
but I can't delete some file in this directory ".ifs" folder Because. Yesterday I'm rooted my phone (This is a first time i root Android phone) i've explore alot of file in my phone
I found "logo.jpg" ( I Guest this is BOOT SCREEN PICTURE FILE ) in ".ifs folder" I Think if i replace with another JPG file. I can change BOOTSCREEN another Picture too.
when i copy and replace with new JPG file in this directory. I CAN'T replace it. But it create Duplicate file with "logo-Copy.jpg"
I do this 2 time but not work.
I can't delete or replace "logo.jpg" file in " mnt .ifs " Directory
that useless. So ! I want to delete "logo-Copy.jpg" or "logo-Copy (2).jpg" but I CANNOT DELETE IT TOO.
I'm use ROOT EXPLORER program SD Maid and ES EXPLORER it still not work ( SET mounted read and write )
I have no knowledge about android programming (but I know java language) and I wish to know if exists an app that automatically sends a directory (zipped or in any compression format) to a specified email address every day, for example.
View 3 Replies View RelatedAfter using Odin to update firmware on my Galaxy Player 5.0 (model g70cwy/xaa), I can no longer get it to start. I get the Failed to mount /cache (no such file or directory) (see attached screenshot.
I tried the factory rest option, it does not seem like any of the options on this screen works.
Google Music stores it's my downloaded MP3 music on the internal phone memory on my Nexus4. I don't want to use any other player, I really like how Google Music gives me the best of both worlds, with regards to having my best stuff locally, and all music in the cloud.
However sometimes I want to copy a particular Mp3 from my phone to my computer. All the files are randomly numbered xxx.mp3, so I can't see which file is what track in MP3 explorer.
Any app that can browse a system directory (on a rooted phone), and show all the Mp3 metadata and allow copying of that file?
Well actually I wanted to replace/ place a text file in system directory (e.g. /system/etc/) of android phone remotely which means I don't have any physical contact to that phone.
By remotely I mean via downloading or through app. or any other mean ?
- Is it possible?
- Is it necessary to have that phone rooted?
After restoring my user apps+system data when I try to move app data to sd card , Titanium Backup says No Data2SD directory detected. Before it worked perfectly ..
View 2 Replies View RelatedIn my emulator "Fpse for Android". I would like to chage the place where games are saved, by default they are saved in internal memory ".fpse/memcards" in 2 files named "slot1.mcd" "slot2.mcd"
In my "Fpse for Android" i went in "setting>misc" i change the save states to a "saved games" folder that i created in my external sd card, play crash bandiccot 1 USA, PS1, WITH USA Bios, I saved game, by file manager i went inside "saved games" folder, it is hempty, game is still saved in default position above mentioned.
What i have to do in order to change the saved games positions, i would like to save them in my external sd card.
Manually t is possible to move the 2 mentioned files, ther save states: "slot1.mcd" "slot2.mcd" to another position? Let say as example my "saved games" folder inside my external sd card?
Google music app save offline music into internal SD, but i have 30gb free in external SD...
There is a way to change the directory cache?
i used to able to save my files to the SD card and now after reinstall everything.
The option in the download directory is gone only shows storage/emulated/0/download no sdcard or mntsdcard anymore
i own a galaxy note n7000. i just update it to ics via kies. so i decide to root it. i read in some thread it said download the cwm.zip i do as the instruction but when i get into recovery mode and choose apply update from external storage the phone keep saying E:failed to mount /sdcard (No such file or directory).
View 5 Replies View RelatedIs it possible to have my Camera app save recordings (videos) to a custom directory? Currently, the only option I see available is "Save to Phone", or "Save to SD Card".
I'd like to be able to save to my SD Card, however, I'd like for the saved files to not be in the folder "DCIM". I'd like to make a custom directory.
Is this possible? How would I go about achieving this?
My phone is currently rooted.
Samsung Galaxy; Exhibit
SGH-T599N
Complete phone specs: [URL] .....
I downloaded the Beats Audio Installer Android application on my HTC Sensation and my Samsung Galaxy Note, but each time I run the installer I get and error message:
"Error: java.io.IOException: Error running exec(). Command: [su] Working Directory: null Environment: null