HTC EVO 4G :: .apk Files Are Saving As .bin Files

Nov 27, 2010

Recently my phone started saving .apk's as .bin. when i try to download them. Etc

HTC EVO 4G :: .apk files are saving as .bin files


General :: Nexus 7 - Saving PDF Files?

Jun 12, 2013

I have two questions regarding my Nexus 7 and pdf files. I tried to save a pdf attached to an e-mail, and was asked to choose btween Kindle and Quick Office and whether to make the choice permanent or one time. I mistakenly chose Kindle+permanent. Now the only way I can access the pdf is to go to the saved email and click the attachment. Then I get linked to Kindle which opens the pdf. Needless to say that is a lot of unnecessary selection. I tried to find the pdf file with File Manager but could not locate it. I tried to create a bookmark to the email, but could not do that either. So my questions are:

1. How do I undo the permanent choice of Kindle?

2. If I cannot do that, how do I create a link or shortcut or bookmark to the email so I can get to it quickly?

3. How do I find the folder to which the pdf was saved?

View 1 Replies View Related

Android :: Browser For Reading / Saving Files

Sep 29, 2010

Does anyone know any good tutorials for this please? Or could anyone run me through some basic code for making this?

View 1 Replies View Related

General :: Saving Files To Network Shares?

Jan 14, 2013

I have a need to roll out tablets to some of my people who work in the field, here is the problem I am running into.

I need them to be able to connect to a network share, open a document, and then save the changes back to the network share.

I am able to access network shares easily enough once I am vpn in. using ES, Astro, x-plore. Simple enough, create shortcuts to shared folder on my network here at HQ.

Problem is that if I open a document on my tablet, change something, and then save it, the changes just get saved to the temporary save location on the android device.They dont end up back on the network share.

I would like for users to be able to just hit save and have the changed document overwrite the original, same as if it was done from a windows laptop.

View 1 Replies View Related

Motorola Droid X :: All Files Not Saving On MicroSD Card?

Aug 24, 2010

I have had my Droid for a week now and I noticed in the settings menu that I haven't used my MicroSD card at all to save any files or apps. How can I fix this? I thought all of the Apps were saved to the microsd card to start with? I have 6 GB's life on my phone and still have 14.7 GBs when I connect it to my computer.

View 3 Replies View Related

HTC Incredible :: Error While Downloading .3gp Files And Saving Images / Missing Something

Sep 3, 2010

Since 2.2 I have been unable to download anything and only get an error message after it takes you to the download screen. This is happening on the stock browser as well as skyfire. Am I missing something? This worked fine in 2.1.

View 5 Replies View Related

Samsung Moment :: Error Saving - Deleting Files And Browser Downloads

Sep 4, 2010

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)

View 1 Replies View Related

Sony Ericsson Xperia X8 :: Delete Downloaded Files And Browser's Temp Files

Nov 6, 2010

Sometimes I'm browsing the web and... One more download... And then oops! Another one...Then I realised that those downloads are still in my download list and there's no option to COMPLETELY remove them. Also, where do I clean browser's temporary files?

View 3 Replies View Related

Media :: Music Player Can't Find All Files / Need Doesn't Use Native Index Of Files?

Apr 4, 2010

I have a Samsung Galaxy I7500 using android 1.5. I extended my phone with a 16GB microSD. I copied a big music collection (around 800 files) into a folder on this SD. Now the problem is that the music player can't find all the files.

I know that there are several threads about android not finding music. The answers are usually that the library hasn't yet been updated or that the ID3 tags are not correct.
I have checked both.

Btw. I can play the files using ASTRO.

In my opinion it seems as if android can't build up a library with too many entries. If I rename the files or put them into different folders, songs disappear and reappear quite randomly.

Do you have any solutions? Is there a music player which doesn't use the native music players index of files?

View 3 Replies View Related

Android :: Directory To Store Files Generated By App (audio, Video Files Or Images)?

Apr 24, 2009

Can anybody advice what is the recommended directory to store files generated by your application: audio files, video files or some images.

If the phone contains SD card, it is clear that files should be saved there, but if there is no any external storage. where would you recommend to save to?

View 2 Replies View Related

Sony Ericsson Xperia X8 :: Can't Send Any Files(pictures,mp3 Files) Through Bluetooth / Solution For This?

Oct 21, 2010

I cant send any files(pictures,mp3 files) through bluetooth.

Can anyone give some solution on how it works?

View 2 Replies View Related

Android :: Writing To SD Card - Deleting Files On It - Number Of Files Relevant

Mar 19, 2009

I 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,code­page=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,code­page=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.

View 5 Replies View Related

Android :: Access Larger Files - More Than 1 Mb Plist Files - From Assets Folder

Nov 4, 2010

I am working on an android app. Where i need to parse some plist files from assets folder. I do understand how to use assets in android but now problem is that file sizes are more than 1MB and so android gives error Data Exceeds UNCOMPRESS_DATA_MAX (2183588 vs 1048576). how to access such larger files from assets? Also I cant reduce a file into small buffers because i am just sending it to "DocumentBuilder.parse(in)" as a whole so can not use buffer. The error is on line: Document doc = db.parse(in).

View 1 Replies View Related

Motorola Droid :: Unnecessary Files - Safely Delete Them - Just The Files Not Folder?

Nov 17, 2009

I uploaded about 50 pictures from iPhoto (using a Mac) just to see what they looked like and then later formatted the Droid's SD card, so the pictures were no longer there.

Now, if I mount the Droid via USB and view the file structure there is a folder named /albumthumbs which contains 50 files, presumably for the 50 pictures a had on the SD card.

To me, these file, unless linking to actual photos stored on the SD card, take up extra space in the phone's memory (not worried about the SD card). I wonder if I can safely delete them (just the files...not the folder)?

View 2 Replies View Related

Android :: Using Local Files - Overlay Route Data In KML Files On MapView?

Jun 11, 2010

I am trying to overlay route data in KML files on a MapView.

The following code works great:

CODE:................

The only problem I have with this is that I don't need to re download these KML files every time. I have about 10-15 KML files that will rarely change. Also since it has to connect, download, and parse these each time there is a delay in opening the maps.

It would make a lot more since for me to save these as a local resource and have the URI reference it there. Is there a way to construct a URI using the geo: scheme and have it point towards a local resource?

It looks like file:///sdcard support was included in 2.1. The only reference I could find to it was at the end of this bug report thread. I am currently at work and don't have time to play with this yet but I would like to figure it out later. I feel like there are a lot of people on stackoverflow and elsewhere who would really appreciate a reasonable way to do this.

View 1 Replies View Related

KitKat 4.4 :: Transfer Files From Note 3 N9000 - Laptop Detects Phone But Not Able To Copy Files

Apr 30, 2014

i 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 Related

HTC Desire :: Checking Files - Deleting Files - Making Space

May 7, 2010

How 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 Related

Android :: Install Apk Files In Androd 1.5 Using Eclipse IDE - Apk Files Installed

Jul 29, 2009

To android working on eclipse with android 1.5 r2 version when i am running a basic program its showing a error .apk file not found.

View 2 Replies View Related

Android :: Retrieve Files Or Audio Files Programmatically From Device

May 11, 2010

I want to know how to get the ringtone,audio files in the device and I want set them as alarm. I am working in the code to set the alarm and I want to know how to retreive audio or ringtones from the device.

View 1 Replies View Related

General :: Sync / Compare Files (with Emphasis On Music Files)?

Sep 3, 2013

got a Samsung Galaxy S4 (for several years I had iPhones) and I am enjoying it. Now that I have gotten all my music files away from iTunes' clunky clutches I have reorganized them and they are on my S4's sim card and it works great.

The issue is that I have updated a few of the files and moved a couple more around. I want to update those music files on my S4 from my PC. I could just delete the Music folder on the S4 and recopy everything over, but that seems to be a huge overkill.

What is a good way to compare files between my S4 and folders on the PC and match/update between the two? I am using Windows 7. I have tried to map the Sim Card as a drive but couldn't get that to work. I have Kies from Samsung but that is kinda clunky. I have also tried AirDroid (which I think is great) but I can't really sync files with that. Normally I would use a Windows application like Beyond Compare or WinMerge to do something like this.

View 3 Replies View Related

General :: How To Upload Files Other Than Images Or Music Files In Web Browser

Jul 3, 2013

I am on a standard website that has a normal upload button, I need to upload a PDF file, But when I click on the upload button on the web site a popup window from my Android phone appears and says "Choose action" and gives me access to the gallery, camcorder, voice recorder , choose music track, gallery (again), select music track and voice recorder (again).

I need to some how get access to my SD card and my download folder to be able to pick the the pdf file that I need to upload. I have tried this both on the default internet browser and Google Chrome, but both give the same options.

I am on a rooted HTC ONE on ATT

View 3 Replies View Related

General :: Transferring Files BACK ONTO SD Card From PC (Note 3 Files)?

Mar 19, 2014

My Sandisc 64GB SD card went kaputt last week, it froze at 33GB, luckily the existing files are all ok and I was able to copy all the files onto my PC, however nothing new can be written to it. I've tried formatting with no success. So I copied the files onto the PC and just got a new this time Samsung 64GB micro SD card. Problem I'm having now is that on several attempts it's failed to copy the files back to my SD card (from PC) I've formatted the card in the Note 3..the music files about 4 GB transferred just fine, the problem seems to be with the Pix and Videos. I'm currently trying to copy the DCIM folder back onto the micro sd and it's saying it'll take 6 hours.

I have tried: copying from PC to micro SD in the phone via USB copying from PC to micro SD in SD card adapter plugged directly into PC

copying from PC to micro SD in USB adapter plugged into PC

all results the same

View 1 Replies View Related

General :: Exchange Stock Rom Files With AOSP Files

Jan 3, 2013

im trying to exchange some files in /system/framework of a stock jellybean 4.2.1 rom that came with my nexus 10.

I have built a workin rom from AOSP sources and made little adjustments that are present in /system/framework/services.jar and services.odex

I have built full_manta-user (not -userdebug!) so that the rom gets odexed and matches my stock rom.

The problem is i get stuck in a boot loop when i use my services.odex file on my stock rom. Is there a way to make it work or debug it?

View 1 Replies View Related

Android :: Files - Local Files - Storage

Sep 2, 2009

From the Android documentation:

"You can store files directly on the mobile device or on a removable storage medium. By default, other applications cannot access these files. "

I could write to the sdcard (/sdcard/file.tmp) and other apps could access these files, right?

I would like some local storage that I can write files to (and read from later) that are not accessible to other applications, and I will always have access to. The problem with the sdcard is that if someone plugs in a USB cable and turns on MSC, my application (and all applications on the phone) will lose (both read and write) access to the /sdcard directory. So I need something more reliable.

View 8 Replies View Related

HTC Droid Eris : Trying To Download Apk Files As Zip Files?

May 6, 2010

I'm trying to download the SMS app from XDA and the guy has it up as a zip file. I download it and extract it, and it's a folder with random crap in it. No apk.

Then I read that I just change the file name. I'm on a Mac, so I change the filename and it verifies if I want to change it from .zip to .apk and I say "yes." Put it on my card and Astro still doesn't recognize it. It's list, but it's an icon with a window and a gear in front of it.

I installed the Vanilla email app, no problem. Not sure what the deal is with this one.

View 15 Replies View Related

Android :: Create Files Hierarchy '/data/data/pkg/files' Directory

Dec 11, 2009

I try to create 'foo/bar.txt' in Android's /data/data/pkg/files directory.

It seems to be a contradiction in docs:

To write to a file, call Context.openFileOutput() with the name and path.

http://developer.android.com/guide/topics/data/data-storage.html#files

The name of the file to open; can not contain path separators.

[url]

And when I call

this.openFileOutput("foo/bar.txt", Context.MODE_PRIVATE);

exception is thrown:

java.lang.IllegalArgumentException: File foo/bar.txt contains a path separator

So how do I create file in subfolder?

View 2 Replies View Related

General :: View PC Files Over USB On Android Like When Using Windows To View Droid Files

Jun 29, 2013

My searches all bring back ways to transfer files using my Windows Explorer on my PC Interface via USB and on Android "Es file explorer" using wifi.

I use ES file Explorer to view shared folders on my PC via wifi. I want to do the same thing only faster through USB. Similar to how you connect the android to your pc and it shows the internal sd and external sd in windows explorer.

For example... I want to browse my vast collection of "Justin Bieber's Monkey confiscated by German customs for excessive spanking" pics on my pc to find one that looks good as my android wallpaper. I dont want to use wifi and cant load the 74GB of pics from my pc on my 8 GB SD card on my Android to go through them.

View 5 Replies View Related

Android :: Merge Jar Files With Apk Files In Android

Feb 11, 2010

I'm Using external jar files with my android application and i want to install that jar file with apk file in my android emulator. but i'm unable to merge both the files. I'm using Net Beans IDE.

View 2 Replies View Related

HTC EVO 4G :: Looks Like XDA Has The ROM And System Files Up Already

May 21, 2010

EVO 4G Android Development - xda-developers. Won't be long before we get some modded ROMs

View 6 Replies View Related

HTC EVO 4G :: What Is Difference Between These Two Files?

Oct 9, 2010

What is the difference between:

RUU_SuperSonic_S_Sprint_WWE_3.26.651.6_Radio_2.15.
00.07.28_NV_1.40_release_140444_signed.exe
vs
RUU_Supersonic_1.47.651.1_Radio_2.05.00.06.10_rele ase_CL195459.exe ??

These are supposedly stock files for the Evo?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved