KitKat 4.4 :: Droid Maxx - Deleting QuickOffice Files
Feb 4, 2014How can you delete files from Quickoffice? No options at all. Using DROID Maxx

How can you delete files from Quickoffice? No options at all. Using DROID Maxx
How do you delete the files in the quickoffice and how can i access/ see the contents of my sd cards.
View 5 Replies View RelatedI would like to know what files does Quickoffice support exactly? I tried to open a word and excel document and none of them opened for me?
View 7 Replies View RelatedI updated my Droid Maxx to 4.4. The change I first noticed is that the home key takes you back to the home screen instead of just leaving an app and returning to the screen I was originly on. This is definitly new. Is there a way to turn it off?
View 16 Replies View RelatedI wrote an app that downloads web sites and all their assets (images/stylesheets) to "disk" and therefore stores lots of small files on the SD card.
Sometimes it fails to delete large amounts of files and afterward the file system is r/o. To analyze that behavior I tried to do the removal of the files by hand and then go from there. But that already failed.
localhost:~ mkamp$ adb -d shell mount [.. some mounts ..] /dev/block/mmcblk0p1 /sdcard vfat rw,dirsync,nosuid,nodev,noexec,uid=1000,gid=1000,fmask=0711,dmask=0700,codepage=cp437,iocharset=iso8859-1,utf8 0 0 --> R/W
Last login: Wed Mar 18 19:41:49 on ttys005 localhost:~ mkamp$ adb -d shell rm /sdcard/newsrob/a* [.. minutes of silent deletes ..] rm failed for /sdcard/newsrob/a2aade03616c28b30_113.png, Read-only file system localhost:~ mkamp$
localhost:~ mkamp$ adb -d shell mount [.. some mounts ..] /dev/block/mmcblk0p1 /sdcard vfat ro,dirsync,nosuid,nodev,noexec,uid=1000,gid=1000,fmask=0711,dmask=0700,codepage=cp437,iocharset=iso8859-1,utf8 0 0 --> R/O now
The log contained nothing but the usual gc output and random WiFi status changed mumbo jumbo.
Anybody else seeing this behavior?
There were 6.500 files in that directory. Might that be the problem? I don't access the files with queries, I always have the exact name.
Anyone notice this or figure out why? I am trying to delete PDF files off the SD card and Astro just says "error deleting file."
View 5 Replies View RelatedHow do you go about checking what is stored on your phones memory and deleting content? For example I used dropbox and downloaded a 7mb photo onto my phone. Can't find it in the photos app or anywhere else. Going into SD & phone storage under settings doesn't do anything. It says I have 70mb available space under phone storage but you can't click on that to get any further info. Same goes for the SD card options.
View 1 Replies View RelatedThe option used to exist under account settings... Where is it now in KK?
View 6 Replies View Relatedi not able to transfer files from my note 3 n9000 my laptop detects my phone but not able to copy files from my phone but able to send files to my phone
View 1 Replies View RelatedI just noticed the QuickOffice app link is not in the App Drawer anymore. The app is still on the phone cause if I open a xls file within file manager, it opens under QuickOffice. Anyone else app link missing, or is it just me?
View 5 Replies View RelatedI have a game the allows the user to save the game in a file. I have a new update coming out the will make the previous saved games not work. Is the any way to delete all the files that my program created?
I have been serializing the games and saving them like this:
ObjectOutputStream os = new ObjectOutputStream(openFileOutput(gameName + ".sav", 0)); os.writeObject(gameObject);
I know I can go through the list of games and do something like this
for(GameName name : gameList) { deleteFile(name + ".sav");
i've downloaded some pdf files to my storage card. can't seem to find a way to delete them.
View 3 Replies View RelatedI recently synced my Facebook contact to my phone so that I could have their Facebook pic as the pic on my phone. I do not want to have all my Facebook contacts in my Phone. I tried deleting them from my phone but it says that I have to delete them from Facebook in order to do so.
View 7 Replies View RelatedCan't delete a jpg file which is showing in mediascape under recently viewed - my photos
View 5 Replies View RelatedI want to delete all the files on the internal sd card so that my phone will be like straight from the factory. Are the system files on my phone (GT-I9000) protected from deletion even though it is rooted and would my my phone still boot up?
View 2 Replies View RelatedI read my manual regarding deleting files from the sd card. I am not sure if i understand it though. Can i safely delete files through my pc's file manager (while tethered) rather than through the phone it self, files such as pictures and music? And what about the folders left behind from downloaded apps? Can i simply delete those while tethered?
View 6 Replies View RelatedCurrently I am having an issue with my SD card storage.
It started when iMusic told me i was out of space, on a 4gig SD card when i had mayb 5 songs on the phone!
So i went to my astro manager file manager to delete some files just to see. i keep getting "error deleting files" on anything i try to delte, ive taken the card out rebooted etc etc.
It makes me think the card may be locked? as its not even letting me save anything to it now.
Should i just root the dang thing to avoid problems like this?
I can delete files by going into the generic "music" app and long touching the song and selecting delete.
I have an unrooted Evo and I'm really low on internal space and don't want to root...if I could delete the system update files like "com.htc 2.1-update 1" and "Android System 2.1-update1", that would help to free up about 23mb of space...can I uninstall them or would that revert the system to the pre-updated state?
View 2 Replies View RelatedI have just try'd to download Google Experience Launcher that would be able for all Android OS devices.The first Google Service File worked for me.But the two others incl. Google Search file and GoogleHome.apk failed to open.
View 2 Replies View RelatedI'm developing for the Android platform.
My app creates a temp file with a simple call to:
FileOutputStream fos = openFileOutput("MY_TEMP.TXT",Mode);
It works fine because I can write to it and read it normally.
The problem is that when I exit from the app I want to delete this file. I used:
File f = new File(System.getProperty("user.dir"),"MY_TEMP.TXT");
f.delete()
But it always returns false and the file is not deleted.
I have tried
File f = new File("MY_TEMP.TXT");
f.delete();
And it does not work either.
I wanted to show a picture to a friend of mine. Opened my gallery > ehm, what is going on here? > there were no photos images anymore.
First I thought that the gallery app got some problemes, rebooted my phone, still the same. Looked up the folders with Solid Explorer, well ... all files got definitely deleted.
I searched for this here on xda and google. Well, all I found out was that it could be ROM related, or that it could have something to do with RomManager (haven't installed it though). The curious thing is that the *.jpg and *.mp4 files got deleted from all folders and subfolders, not only from DCIM and even from the sd card.I'm not here for any recovery attempts, have done this already
Well this is not all. I've got some *.avi files on my phone (internal and external storage). Theses files were deleted too. BUT not at the same day as the other media files (*.jpg and *.mp4).
So this is the pre story. Now I wanted to know what can I do to discover what is causing this problem, because what's next? Is my phone deleting all my files in a few days?For me it seems like a script that is searching the whole device for media files and deleting them. (malicious?)My thoughts were:to smali all applications and try to find out if a app is causing this to analyze logcats.Well, These options seems to be very long-lasting,
I haven't isntalled any apps or updates the last two weeks so I think there are no problems with apps and therefore will not list them. phone is deleting media files two days ago it deleted *jpg and *.mp4 files from internal and external storage and from all folders (not only DCIM) today it deleted *.avi files from internal and external storage could it be a malicious script that is crawling my phone for those files?
Some time ago...I estimate a week at most, I received an error when simply saving a file from my Browser, stating there was not enough space to do so. Knowing my phone had mre than adequate space, I presumed it was just an error with my browser.
Trying again with a different internet browser, I was met again with the same dilema. To make matters worse, I cannot permanently delete picture files from the default viewer on my phone. Queerily, I can delete them, only to have the pictures return hours later. To make my situation more unusual; Upon viewing the SD card mounted on my laptop, I can move, add & delete any form of files with ease. Even saving/deleting other files using different apps (Videobox, for example) gives me no hassle whatsoever.
One solution I'm willing, but at the same time reluctant to try is to reset my phone entirely to it's factory default setting (prior to backing up all of my SD card's data, of course)
I have broken the screen on my s3, and have several hidden folders and files using a '.' at the beginning of the filename. I know that Windows won't find the files/folders that use the '.' method, but would it be possible to emulate Linux on my pc (running Windows 8) to find and rename these files?
View 3 Replies View RelatedI'm new to android, and I was trying to download some .zip and apk files from chrome and it kept saying download failed? Is there something I need to do in settings or something?
View 4 Replies View RelatedI deleted system files etc... while attempting to revert back to stock ROM. I cannot boot into TWRP nor communicate over USB.
View 1 Replies View RelatedI downloaded about 10GB of media files onto my Android 5 today - all play fine on the phone it self without any issues. I attempted to move them from the phone to PC, but when ever I try playing them or moving them, I receive an error message: error 0x80040000: invalid oleverb structure.
I've tried Googling this, but I can't find anything specific to the Android. I can transfer much smaller files to and from the phone without any issues.
Unfortunately I don't have a home data package to transfer files via wifi...
Is there any way to attach a file from a cloud service such as OneDrive or Dropbox in the email app? I only see sd-card and remote files (empty) as options. I have a Sony Xperia Z Ultra with KitKat.
View 3 Replies View RelatedI have KitKat 4.4 on my Note 3. I'd like to edit tags on mp3 / FLAC files stored on my 64GB SD card.
Is there an easy way to get this done without rooting and using a PC?
I'm on a S4 (I9505) phone and a lot of media files and also nandroid files are disappering from the sdcard (SDXC 64Gb). Yes, deleted. Most probably mounting and unmounting the sdcard, or rebooting, are removing the nandroid and media files.
I've used both TWRP and Phip recoveries. They work only if I unmount the storage card and reboot. Otherwise, in the first reboot, file are gone. Some users here in xda say we need to use short backup names. But it did not work for me.
Maybe it should be solved by the ROM side. But I'm not lucky and not finding a way to get a solution, not even using different kernel versions. Changing the WRITE_EXTERNAL_STORAGE permission suggested in many sites does not solve the issue [URL] ..... New ROMs seems to have incorporated this solution, but the problem is still there.
I also not being able to change the permissions for the mnt folder as suggested elsewhere here in xda. The operation (even my phone rooted with SuperSu) is not successful.
External SDcard is useless if we cannot trust on it.
Any file shredder app or scrambler?
View 1 Replies View Related