HTC Hero : Filesystem Support On SD Card?

Dec 12, 2009

Just wondering if the Hero supports other filing systems other than fat32 on SD (stock rom - no root), I would like to run ext2 ideally.

HTC Hero : Filesystem support on SD card?


Android : Sd Card - Unsupported Filesystem / Unable To Format

Apr 9, 2010

Everytime I start my phone up it says the SD card is or has unsupported filesystem. When you click on it.. it asks to format... you click "format" and then the phone just freezes. If I receive a picture in a txt and I click on it, the phone freezes. When I plug my phone into the computer through the USB cable, mount, and try to format it through the computer it says windows is unable to complete the format. I've reset the phone to factory reset also, no luck.

View 5 Replies View Related

Android :: Sim Card Support 2g / 3g?

Jul 3, 2009

i am looking for the information that can tell me if the sim/usim card inserted accept/support 2G and/or 3G? I need this information in order to adapt some call to the sim card. If the sim card support only 2G network, an APDU will be call, then if the usim card is 3G another APDU will be called instead.

View 4 Replies View Related

Android :: SD Card Support

Aug 5, 2010

What does it mean when an app states it has "added support of SD card"?

View 7 Replies View Related

HTC Droid Eris :: Support Up To 16gb Sd Card?

Sep 25, 2010

By the manual, eris only support up to 16gb of sd card. Does anyone try to use 32gb? - I fount the answer.... It was a really dumb question and I found similar post.... Actually, I want to delete this post but I don't know how to do.

View 2 Replies View Related

General :: No Support For Encryption Of External SD Card

Mar 30, 2014

If you enable device encryption on devices with external sd card, the external sd card always remains unencrypted. As you cannot really control for every app where to store its data, you have some of your app-data on internal sd (encrypted) and some of you app-data on external sd (encrypted). To me this seems to be a security hole, concerning device encryption. why cm team does not include encryption for external sd cards, like some oems do? They put so much effort in security features and on the other side they leave parts of the local storage encrypted?

View 1 Replies View Related

Android :: SD Without FAT Filesystem

Sep 16, 2010

Is there a cogent reason why the SD card cannot be partitioned without a FAT32 filesystem? From all the benchmarks I've ever seen, EXT4 kills FAT32. However, when I tried using an SD card partitioned with only an EXT4 partition, vold (the volume management daemon) wasn't happy at all. can manually mount the volume from the shell, but that does no good as far as android recognizing that the partition has been mounted.I'd be willing to hack up the vold source code if it would be useful, but I just want to know if anyone has any thoughts or experience on the issue.

View 7 Replies View Related

Sony Ericsson Xperia X10 :: Maximum Memory Card Support?

Sep 18, 2010

Can you tell me how big memory card can I put in my X10 and the phone will still works fine!

View 4 Replies View Related

HTC Wildfire : Does Phone Support To Install Apps On Memory Card?

Sep 30, 2010

Does HTC wildfire support installing applications on memory card? Because i heard that android Eclair 2.1 does not support that but Froyo 2.2 does not support.

View 1 Replies View Related

Android : How To Copy A File In Filesystem?

Feb 11, 2010

I would like to know the best way to copy a file in the filesystem? (android java function )(sdcard/video/test.3gp -----> sdcard/video_bis/test2.3gp)Is there an example somewhere?

View 4 Replies View Related

Android : Documentation On Filesystem Contents Used For Phone?

Jul 29, 2010

Is there any documentation on the filesystem used for Android? I'm talking about an explanation of the contents of /dev or /etc, and not YAFFS or whatever.

View 2 Replies View Related

HTC Desire : Need To Know My Partition - Filesystem / Left Space For App?

Sep 15, 2010

Im totally new to the smartphone/android topic and very happy that i managed to partition/debrand/root my Desire and flashed LeDroids Rom on it! ^^ ( im a windows XP user )But i have some questions about my partition and filesystem: I have a 4 GB SDCARD and a 512MB Partition on it for the apps. So i figured out there is a mnt folder that seems to be like an exact copy of my SDCARD folder.

How do i know what my partition is ?

And how do i know how much space is left there for Apps?

When i plug in my Phone via micro usb and browse my SD card i dont see a MNT folder. Does that mean the MNT folder is the main partition (3,5bg?) ? Because when i download a youtube video via jetVD (i was prompted to use a download folder on my SDCARD) it saves the videos under: mntsdcardmovies (also my player shows the path to that directory)but the movie files are also available under: sdcardmovies

Could somebody explain that. btw: i use the app SUFBS to browse the SDCARD on my Desire.

View 5 Replies View Related

HTC Incredible : Filesystem Stock OS Basics / Which Source File Used?

Oct 29, 2010

I have a couple basic questions I'm hoping I can get answered before I start messing around with different ROMs/Radios/Kernels. Before I rooted, when I felt like things were getting cluttered or had an OCD attack, I would do a factory reset. How does that work?

What "source" files are used? Is the emmc directory the only directory not "cleaned" in a factory reset? Keep in mind I'm used to my workstation/laptop experience where I would format, then install a clean version of the OS from a CD/DVD and then I would install 3rd party apps and move my data back?

Any analogies would help my simple mind! One day I did a factory reset, the decided to root. Everything went perfect. I moved some bloatware to an apps.disabled directory, then did all my customizing again. Now I want to play with different ROMs. I do however want to hedge my bets in case I ever want to go back to where I am today. I've done a clockworkmod backup.

Does that essentially copy all the phone storage (except SD Card data) over to the SD Card? If not, what is left behind. Will a clockworkmod wipe erase ALL of the on board phone storage (except the SD Card data)?

View 4 Replies View Related

Android : Load Class From Internet Filesystem In Phone?

Aug 30, 2010

Is it posible to load a class from the internet in Android? My app would download a class with some data, save it on sdcard, and then load the class. I want this because loading data via classloader is much faster then from a file.

View 2 Replies View Related

Android : Show Pictures In WebView That Aren't In Filesystem

Aug 31, 2010

How can I show pictures in WebView without saving images into file system?

I have tried to implement my custom Content Provider, but method openFile returns ParcelFileDescriptor that points into filesystem (or socket). My pictures are in filesystem, but in encrypted form.

I have tried also URL.setURLStreamHandlerFactory, but in android java it is useless (because custom streamHandler can be register in jvm that is not allowed). I also try html code "img src="data:image.gif;base64,R0lGODlhiAAkAMQAANOOk...", but in embedded chrome it's not working.

View 1 Replies View Related

Android : Accessing Sdcard File System Through Dev Machine Filesystem?

May 9, 2009

Is it possible to access the filesystem of an sdcard image through something like Windows Explorer?

i.e. mount the sdcard as a drive or web folder or something. I have some xml files stored on my sdcard image which I frequently want to edit.

Ideally I would like to be able to edit these files directly using my fave xml editor (either through the filesystem or webdav).But is this possible?

If not, is the only alternative to pull the xml file from the sdcard to the dev machine filesystem, edit and the push it back?

View 7 Replies View Related

Samsung Captivate : Filesystem Access Options / Phone Connectivity

Aug 4, 2010

I'm a big fan of just having direct access to my devices (i.e., no sync, no "management" front end). So this isn't about local access from the device (using MyFiles or Astro), but from a PC in the same location (so not like 3G remote). So far I've explored these options: USB Connect phone, mount from notification menu, and there you go. Bluetooth Pair phone, use "send file" from PC BT app (running in system tray).

Files drop into a 'bluetooth' directory, ready to move/use. Android Web OS Very beta-esque right now, but runs as a service on the phone, then you can access the filesystem (and SMS, eventually other functions). You can copy up to the phone or download (basically via a simple web mechanism). Use across Another service on the phone, a basic FTP server accessible across WiFi.

Works pretty good so far, I created a 'network location' in Windows, then a shortcut on my desktop into my MP3 directory on /sd. So I just open that folder, copy over MP3s. Doesn't matter where the phone is currently sitting or connected. For the services type options, I'm going to check out something like Locale or Tasker, when I can trigger the service to fire up based on a rule (a specific WiFi network trigger would be outstanding).

View 1 Replies View Related

Android : Database Vs Filesystem / Gallery App For Holding List View Of Pictures

Apr 13, 2010

I am new on android and building an application which uses webservice to collect user information in XML. I also get path for a small jpeg picture of each user. (Currently there are about 200 users) I am parsing the XML and storing the information in SQLiteDatabase. Pictures are stored as blob and able to retrieve them.

I display names of users on listview with images as well. But is this a good solution for storing pictures in SQLite Database ? or should consider storing it in file system ? Which is suitable in terms of performance , as well as memory and any other pro and cons on Android.

Also like to know which is best performing XML parser for Android ?

My purpose is only to parse xml files which I get through web services and sort out the data to store in storage. And lastly my memory goes off easily when I load all images to display in list view after making thumbnails of each (which is obvious).

Was wondering is there any library/framework/app available which dynamically loads images as and when required (when that list item is on display) something like Gallery program ?

View 1 Replies View Related

General :: How To Find Individual File On Filesystem Holding Metadata For Email

Jan 14, 2014

I received a Text message sent from an E-Mail and I was wondering if it was possible to find the individual file on the filesystem holding the metadata for the E-Mail.

If so, would I have to root the phone? And where would that file be located?

I'm a techie, so no need to warn me that I could hurt my phone or files - I'm only looking to READ, not WRITE, and I'd be making a copy of that file beforehand anyways and porting it to a PC in order to check it with whatever program is necessary to decrypt (Probably only need a hex editor.)

View 3 Replies View Related

Sprint HTC Hero :: Micro SDHC Card Deal - Need Good Memory Card

Dec 24, 2009

Hey for anyone that needs a good memory card for their phone for music or whatever. I found a deal on a kingston class 4 8gb microsdhc for $16.95 with free shipping and no tax for most:
Kingston 8GB microSDHC Card - (Class 4) - SDC4/8GB - Buy.com

View 5 Replies View Related

HTC Hero :: MS Exchange Support

Dec 11, 2009

I am about to get myself the hero, and I know there's Exchange support but I still want to make sure some point:

1. Can I see appointments from my Google calendar alongside with my exchange calendar in a single view?

2. can I sync contacts from Exchange over the air? I mean that new contacts will be pushed into my phone, without manual or timed syncing.

3. I see there are some issues with SSL or password policy when connecting to exchange. Are those still valid?

4. Can I log into a Google Apps account, instead of a regular Google account?

View 4 Replies View Related

HTC Hero :: IM Support For Contacts

Oct 16, 2009

Is there any way to be able to add Jabber/AIM/ICQ/whatever info to people in my contact list?
For some reason, this works when filling "My contact card" (clicking "Add" then "IM", expands several choices like AIM, Windows Live, Yahoo, Skype etc.), but doesn't for other contacts (the "IM" seems to expand, but is empty). I can only add generic "IM" entries for those.

View 1 Replies View Related

Sprint HTC Hero :: No Flash Support

Feb 25, 2010

Saw this on twitter. flash not supported on all android phones

View 26 Replies View Related

HTC Hero :: Download Flash Support

Sep 24, 2009

I tried going to a certain website and it told me that I needed to download the flash player?

View 5 Replies View Related

HTC Hero :: Email Address For Support?

Sep 6, 2009

I want to email them with a few issues I am having - is there an address or is it a case of using the form on their web page?

View 6 Replies View Related

HTC Hero : What Files Does Quickoffice Support Exactly?

Sep 19, 2009

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

HTC Hero ::Can't Find Handwriting Support

Oct 2, 2009

I've just got my hands on a HTC Hero and I can't find the handwriting support that numerous websites AND the Orange website who supplied the phone said it had.I've looked around on the web a bit and can't seem to find any cast iron information on this but almost all of them give "Handwriting support" as one of the key features of this phone.

Is anyone able to shed any light on this?If not I shall be sending it back and continuing with my Magic - Which is fab.

View 13 Replies View Related

Sprint HTC Hero :: Arabic Language Support Possible

Apr 15, 2010

I'm new here and I know you probably don't know anything about the Arabic Language Support, but I thought I might ask the experts. I downloaded something called "Arabic Android" and after flashing it, the Hero hanged in the boot screen and I had to spend over 3 hours to get back as no re-flashing or Nandroid restoring worked. Anyway, if there is a trusted way to add the Ararbic support, I would be more than grateful to have it as many of my friends send me Arabic SMS, emails, tweets and Facebook messages.

View 2 Replies View Related

HTC Hero :: No Multi Touch Support After 2.1 Update

Jun 29, 2010

No multi touch support on hero after 2.1 update? is it just me?

View 11 Replies View Related

HTC Hero :: Type Of Fonts Does Android Support

Sep 1, 2009

I'm trying to install some fonts to the fonts folder on my device. How can I do that and what type of fonts should I use?

View 2 Replies View Related







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