General :: Duplication Of SD Cards
Mar 16, 2013
upgrading sd card from 8 to 16 gb. when copying from one sd card to another there is still 5 mb of uncopied files? first made sure the show hidden files was checked, tried a couple progs and to no avail all say directories are the same? is the additional data a swap file or a program.
View 5 Replies
Oct 19, 2011
When receiving text or emails it receives duplications? Where does the problem lay.
View 2 Replies
View Related
Apr 27, 2010
I have had my Hero for about 4 months now, and up until this week everything has been fine.I noticed at the beginning of this week that the People App has started to show my contacts in duplicate. This is happening to every contact. I don't have any actual duplicates saved in my contact list, it's just listing them twice in the app.I have checked and double checked that I don't have contacts listed as both Google and Phone, all my contacts are Google.I have checked on a desktop browser in my Google contacts and I don't have any duplicates saved.To note: This is only happening in the People App, there are no duplicates when I go to the "Phone" menu, and there are no duplicates when I use the People Widget or Live Folder Widget.It's a minor problem, but one that I hope somebody can help me with.
View 8 Replies
View Related
May 3, 2010
I think the title says it all, don't you? It should be possible to create a new contact App by duplicating an existing one, either in GMail Contacts (in a full-fledged browser) or directly in the Contacts app on an Android device. This would allow, for example, adding new members of a family or new employees of a company. Then, just the new name, email or phone number (or whatever) could be entered to replace the duplicated ones and leave the remaining fields all the same. As a former Palm user, I was able to do this on that platform (primitive as it now seems by comparison to Android).
View 7 Replies
View Related
Jul 27, 2010
I have 2 android applications that share 95% of their resources, layouts, strings etc. only a few jpg's are different.
How can I share resources between the different Eclipse Android projects, so as to avoid resource duplication ?
View 2 Replies
View Related
Apr 6, 2010
I've got a common task that I do with some Activities - downloading data then displaying it. I've got the downloading part down pat; it is, of course, a little tricky due to the possibility of the user changing the orientation or cancelling the Activity before the download is complete, but the code is there. There is enough code handling these cases such that I don't want to have to copy/paste it to each Activity I have, so I thought to create an abstract subclass Activity itself such that it handles a single background download which then launches a method which fills the page with data.
This all works. The issue is that, due to single inheritance, I am forced to recreate the exact same class for any other type of Activity - for example, I use Activity, ListActivity and MapActivity. To use the same technique for all three requires three duplicate classes, except each extends a different Activity.
Is there a design pattern that can cut down on the code duplication? As it stands, I have saved much duplication already, but it pains me to see the exact same code in three classes just so that they each subclass a different type of Activity.
Edit: Since it seems I need to be a bit more specific...
Suppose I'm trying to solve the problem of an AsyncTask background download during orientation changes. The solution I have right now is to use callbacks; there's download manager that I have which starts these downloads, and then I have the Activity attach a callback to it. When the orientation changes the Activity is destroyed and then recreated; during this process I detach the old Activity's callback, then attach a new callback from the new Activity afterwards.
Orientation changes are a common problem, and in multiple Activities I start the Activity with a progress view while the data loads. What I am trying to solve is not having to re-implement this orientation-handling logic ten times over; my initial solution was to subclass Activity, but then I got the problem above.
View 4 Replies
View Related
Apr 17, 2010
I hate posting a query about something so seemingly simple. I googled around and can't find a duplication of the icon in the notification area of my new (since January) Eris running 1.5 stock.
I'll describe it: it in most ways resembles a little musical note, perhaps an eighth-note, but with a diagonal slash through it (not in a circle as the "no" sign).
Nothing running in the background, music-wise. On page 47 of the user guide/manual is a list of all stock icons; it is not there. No new apps have been installed for weeks.Any ideas as to what it could be?
View 17 Replies
View Related
Sep 11, 2013
Any setting to force Google Now to keep the weather card "always on"? I have noticed that this has been disappearing lately, and doesn't even show up when I press the "show more cards" button.
View 1 Replies
View Related
Apr 17, 2012
After putting a lot of thought into how to best backup my photos and videos while on the move, I decided that a tablet would be the best solution.
Now, I will shoot quite a lot of HD video in the near future, which means that even a 64GB tablet won't be large enough. Solution: Backup on a second SD-Card!
So right now I am waiting for the Acer A510 (with support for USB-OTG).
Can a Dual-SD-Reader like the one linked below will be working on Android, so both SD cards can be mounted at the same time?
[URL] .....
I know that I could also go SD->Tablet->Backup SD, but direct copy would make life much easier.
View 2 Replies
View Related
Oct 2, 2012
Few months ago i installed CM9 on my Galaxy Tab 7+. Everything worked fine to begin with, but after a while i was unable to delete stuff off my microsd card. I wound up buying a new card, copied the music and tv off the old card and installed it. Same problem. Now i have 2 microsd cards that I'm unable to write to at all. I can't write anything to them, can't delete anything off them and can't format them. I've tried using them both in my phone and on 3different Windows PCs with the same results. I have tried the SD card write fix referenced in the Galaxy Tab Plus development section and that didn't fix anything. The problem seems to be with the cards themselves, not the tablet (and phone and multiple pcs).
View 1 Replies
View Related
Aug 10, 2012
Okay, this is what I want to do. Under Linux, it would be done via /etc/fstab, but Android has changed some things up.
Certain apps store files and other things on the internal SD card of the RAZR. For example, the Amazon MP3 Cloud player stores all downloaded music files to /sdcard/amazonmp3. There is no way to change this. However, I store all my music on my external SD card. So, what I want to do is create a mount point on the internal sdcard for the /sdcard/amazonmp3 directory that points to a directory on my external sd card (/sdcard-ext/amazonmp3).
That way, when I download music, it will still attempt to save it to /sdcard/amazonmp3 which really is a mount point that points to /sdcard-ext/amazonmp3.
Now, there is an app called FoldersPlug which does this. However, it's not doing it across reboots and it's a little buggy in how it works. I'd rather just fix the /etc/vold.fstab file (if that's possible) to mount my directories for me, but I don't completely understand all the needs to be set up in it.
If I have the following directories set up:
/sdcard/amazonmp3 (this will be empty)
/sdcard-ext/amazonmp3 (this will contain all the files and folder structures that would normally be in /sdcard/amazonmp3)
I want it so that the /sdcard-ext/amazonmp3 directory is mounted to the /sdcard/amazonmp3 directory.
Here is what I see when I run the "mount" command to look at the current mount points that are mounted:
Code:
/dev/block/vold/179:97 /mnt/sdcard/amazonmp3 vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:97 /mnt/sdcard/DCIM vfat
[Code]...
View 7 Replies
View Related
Sep 26, 2013
I have a Motorola Razr D3 (XT920) Dual SIM and I want to port a CyanogenMod ROM to it, but the device is Dual SIM, and CM don't support it.
How to modify AOSP (or CM) Framework to Dual SIM! The kernel code of my device is available?
View 1 Replies
View Related
Aug 13, 2012
I have a Google galaxy nexus ( from Google). The Google now works as far as voice recognition and asking questions, however cards are not displayed and at the bottom of the Google now screen I do not have a area that is supposed to have "more Google cards" button. I have activated everything I can think of and cards still do not display. I even allowed google to save web searches on my account ( its active). It also said to tap in the Google now window go to settings and then "Google now" to turn on or off....well I do not have a "Google now" option....strange! I am on 4.1 Jelly Bean ( did not root ) its standard upgrade.
View 21 Replies
View Related
Dec 3, 2012
I must have changed a setting somewhere. I used to be able to connect my SGS3 to my computer and see the files of both my internal and external SD cards. For some reason now all I can see is my external SD card. I am running a CyanogenMod 10 ROM. I have USB storage activated.
View 1 Replies
View Related
May 30, 2013
swap internal sdcard and external card but i couldn't find a solution for galaxy grand quattro win dual i8552. is there a way to do swap or not? i try same way of i9082 but no luck
View 3 Replies
View Related
Apr 17, 2013
Most of the specs for tablets which have a micro SD media slot do not give any details about it. I'm generally wondering if a slot labelled "microSD" will accept a micro SDHC card (as opposed to a micro SD card). I know, for example, that some older memory card readers won't read the SDHC cards, even if they have an SD slot. I'm not sure about the tablets however.
Example of some of the tablets that I'd be interested in knowing this about are: Acer Iconia A700 or A210, and Toshiba Excite.
View 1 Replies
View Related
Nov 14, 2013
Just installed the new Google Search. But i dont have any options to turn on cards, like TV shows, local transport etc. Do these appear over time? I only have 4 things in "Everything else" but i have seen people have like 20+
View 1 Replies
View Related
Nov 23, 2009
I just bought a g1 phone and it says that the wireless (as in wifi) signal that I'm getting is very poor, but I'm connected to it with my laptop. is a sim card required to do anything more than wirelessly connect to satellites?
View 2 Replies
View Related
Jul 7, 2010
I have been seeing posts on memory. My internal memory is about 27MB internal, What do most others have? Also Looks like SD total space is 7.4 GB, and I have 6.99 GB avail.What do most people put onto the SD card? I am new at this and trying to figure how to keep my phone running the best it can.
View 1 Replies
View Related
Jul 26, 2010
After reading a lot in the eris forum about the SD Card debate, I've decided to drop the cash on a 32GB card. However, since I haven't made the purchase yet, I was wondering what some of you thought of the brands. There is a class 2 sandisk out there a brand I know very well, but its only a class two. Then there are two brands I have never heard of: 3C and Topram. Has anybody had any experience with these brands? If so, what do you think of them? The cards are cheaper and faster (in theory) than the sandisk, but if it's a bad brand, then I don't think it'll be worth it.
View 2 Replies
View Related
Nov 18, 2009
this may not be the right place for it, but i dont know where else to go. I have 2 micro sd cards. one a 4gig that i used in my g1 and a 8gig that i use in my hero. in my hero the 8gig says damaged sd card. it happened last night while trying to copy a bunch of stuff from laptop and it crashed during it. says i need to format it, but it just locks up phone and i have to pull battery out to restart. tried to do it from windows, but it wont even mount. so i was going to try to use my old 4gig from my g1 that i could never delete or add any files to. no luck there either. i can access it and copy files and they will be there, but then they just disapeer. i tried formating in windows and it formats and shows empty, but then everything comes back. is there a way to fix these cards like a formating program or something.
View 2 Replies
View Related
Apr 30, 2010
Anyone find cheap micro sd cards? For the DI, do we need class 6 cards?
View 1 Replies
View Related
Jun 3, 2010
j thought i'd give every one the heads up that today a mass email was sent out telling all RS employees how to reformat the SD card. i cant imagine them opening up every box before launch and doing so. but my guess is they want this done when you boot up the device in store. i did it to mine today and only took all of 20 seconds. dont worry you an still ask them not to and take it home and do it.
View 49 Replies
View Related
May 9, 2010
Can I swap out my current sd card for a bigger one without any ill effects on the apps I have installed or will they cease to function properly? Wondering if a wipe of the phone and re-install of my apps is the road to go. The only reason I'm asking is because I thought the apps were saved to the sd card as opposed to the internal storage.
View 1 Replies
View Related
Apr 26, 2010
Just got my HTC Desire and previously had a Nokia E71. I want to use the 16gb sd card from my E71 in my Desire but what do I have to do to keep from losing info, and app info that's already on my Desire sd card? Is there a program that backs it up completely? I've heard that some people have switched just by copying onto PC and then back onto the new card, but have had problems with application data etc. Also, is the 16gb card going to run really slowly? Slowed down my E71 a bit but I'm assuming the Desire could cope much better?
View 6 Replies
View Related
Apr 30, 2010
I am considering buying a 16gb or 32 gb micro SD card to store some movies and music on my Incredible (which I receive later today, I can't wait). What are the drawbacks to buying a really cheap one off of ebay? I've noticed you can get them for about $10 with shipping. Is it just that the transfer will be very slow?
View 1 Replies
View Related
Nov 28, 2010
Is there a way I can transfer files between Micro SD cards on my phone? For text files I can switch cards between copy and paste, but for other files...
View 9 Replies
View Related
Aug 7, 2010
Have just tried to purchase my first paid app on the market and i keep getting a server error. I think this is because I'm trying to use a debit card. (Lloyds tsb)There are lots of stories about paypal coming to the android market but as far as I can tell it hasn't.PayPal payments coming to the Android Market | robert-nelson | Androinica. Short of getting a new card is there anyway I can get paid apps? Dissapointingly you don't even seem to be able to download them on the computer.
View 3 Replies
View Related
Jun 9, 2010
If this is a ridiculous question, I apologize in advance. I currently have my Evo rooted with toast method, and am using the 8GB SD card that came with it. I am going to buy the 32GB card in the next few days and just was wondering if swapping out those cards would undo any of the things I have done root/rom-wise so far or if I have to take anything into consideration whatsoever?
View 1 Replies
View Related
Aug 17, 2010
UP front just let me say I "hope" the Android stomps Apple. That said, I think it will have a rough time of doing so. Why? Well, for one the primary purveyor of Android does not derive a primary source of income from their efforts. Second, the companies providing Androids have no real reason nor ability to continually refine Android proper. And that last point really bugs me. The phone manufactures are not software developers and that leads to two issues, 1) they don't understand what it takes to develop software and 2) they are motivated to not do so. By point number 2 I mean they make money pumping out new phones. If they provide new things in currently deployed phones they are just cutting themselves out of revenue. What is the solution? Well for one how about they start charging for OS upgrades just like MS and Apple do? Would the market bear this?
View 23 Replies
View Related