Cant download large files? - Motorola Droid RAZR

Ive got a torrent app (ttorrent) and its a great app. There is a free version but you can unlock it for .99 for unlimited download speeds.
On my Droid Pro I had never downloaded any files that were over 900mb due to only having a 2GB SD card. Since ive gotten the Razr, i upgraded to a 32GB SD.
Earlier today i started to download a 6+ GB file. After a while i just canceled it due to not enough seeding. But now whenever I go to download anything over a 4GB file, I get an error message (screen shot below).
Any ideas on what to do?
I havnt emailed the app creator because I think its something with the phone and not the app itself.
TIA

On Fat 32 sd cards you can only have files not bigger than 4GB.

grubynawro said:
On Fat 32 sd cards you can only have files not bigger than 4GB.
Click to expand...
Click to collapse
this is the problem....
it's not a phone or android limit
is a fat32 limit...
you can use ext3 or ext4(if i don't get wrong) for sdcard... but it will loose windows compatibility...
ext3 was compatible with xp and some downloadable drivers... but not sure it is with 7...

grubynawro said:
On Fat 32 sd cards you can only have files not bigger than 4GB.
Click to expand...
Click to collapse
Damn I didn't know that.
What other types of cards would allow larger downloads?

CaFFeiNe666 said:
you can use ext3 or ext4(if i don't get wrong) for sdcard... but it will loose windows compatibility...
ext3 was compatible with xp and some downloadable drivers... but not sure it is with 7...
Click to expand...
Click to collapse
Try to make ext3 or ext4 partition on your card, what OS do you use on you PC? If Linux, you won't have problems.

grubynawro said:
Try to make ext3 or ext4 partition on your card, what OS do you use on you PC? If Linux, you won't have problems.
Click to expand...
Click to collapse
Ill have to look into this.
My primary is Win 7, but i could get an XP machine at work.

So looking into partitioning my SD card, it seems like you can only create small partitions, like 512MB? Is there a way to create a bigger partition, like 10GB?

Just curious. Would the razr support exfat?

it might suppor ntfs; basically it is a linux kernel so it should support all filesystems supported by linux.

jake21 said:
it might suppor ntfs; basically it is a linux kernel so it should support all filesystems supported by linux.
Click to expand...
Click to collapse
yes, it could probably...
buy... ntfs driver has NEVER been declared STABLE by those who work on it...
yes, "it works"... but you would never know before something happens....
this combined with the flash memory fact... surely linux ntfs driver (reverse engineered) is optimized for magnetic disks before anything...
i think is much better cutting away 1 or 2 gig from a movie, and split it

Related

Mounting EXT (EXT2-4) and NTFS Filesystems through OTG

I haven't received my SGS2 yet, but I saw some reports saying, that the galaxy s II can handle external drives if formatted to FAT32.
However, it doesn't recognize EXT2/3/4 and NTFS.
The question is what modifications are to be done (kernel drivers, etc) for mounting an EXT or NTFS drive? The kernel supposed to be capable to handle EXT, because the system sits on an EXT4 partition.
+1
Good question, since FAT32 has it's size limits for files (big video file).
ludow said:
+1
Good question, since FAT32 has it's size limits for files (big video file).
Click to expand...
Click to collapse
Exactly, this is one important motive. Another is the capability to manipulate files on an external hard drive.
I know, ntfs is tricky, but ext would do the job as well, just need a linux live CD or a driver for win7.
According to the Modaco forum (http://android.modaco.com/content/s...316579/format-type-for-external-microsd-ntfs/ )
it is possible to format a memory card with Busybox to ext2.
In the i9000 forum, one reportedly tried it with SGS but ran into issues.. (http://forum.xda-developers.com/showthread.php?t=799054)
I don't know if it works on the galaxy s II...
tamas970 said:
Exactly, this is one important motive. Another is the capability to manipulate files on an external hard drive.
I know, ntfs is tricky, but ext would do the job as well, just need a linux live CD or a driver for win7.
Click to expand...
Click to collapse
Linux can handle ntfs quite nicel ever since the ntfs-3g driver was released in 2006; I don't know how to get it working in android though, does android have udev rules?
godutch said:
Linux can handle ntfs quite nicel ever since the ntfs-3g driver was released in 2006; I don't know how to get it working in android though, does android have udev rules?
Click to expand...
Click to collapse
Indeed Android is a linux variant, however the ntfs support is not built in, the kernel is chopped quite a bit. I would be fine with ext2/3/4, but these have to be hacked as well
BTW, does anyone know if Busybox is working on SGS-2?
Ntfs-3g is a userspace driver it is not included in the kernel, it needs fuse however.
So NTFS won't work without a new (bigger...) kernel?
NTFS would be nicest, as it plays well with both Win and Linux.
Formatting a memory card to ext is easy from any Linux box, however ext was not designed to be used on memory cards (something about cluster sizes and write access frequencies; a buddy of mine strongly advised against it as it would kill my SD card much faster because of significantly higher random writes using ext).
Also, afaik there is no (usable) ext driver for Windows. I installed a ext2 driver a long time ago, and it made my system almost unusable and was unable to read the ext filesystem I wanted it to read.
Likely the easier way is to get ntfs-3g support running, but we'll see.
I would be fine with ext2 and use a liveCD when moving data. compiling ntfs-3g is probably not healthy for the android kernel...
EXT3-4 are not that good for flash, because they involve much more writing (jurnal, etc) than ext2/fat/ntfs. Therefore ext2 seems to be the only reasonable solution for memory cards/SSD-s or ext3/4 for external HDD.
The question is how to make an ext2 formatted external HDD work with SGS-2? (OTG cable and powered usb hub given)
Ciddy said:
Also, afaik there is no (usable) ext driver for Windows. I installed a ext2 driver a long time ago, and it made my system almost unusable and was unable to read the ext filesystem I wanted it to read..
Click to expand...
Click to collapse
Check this out: http://www.ext2fsd.com/.
Works flawlessly on my Windows 7 Professional x64.
m0rtiis said:
Check this out: http://www.ext2fsd.com/.
Works flawlessly on my Windows 7 Professional x64.
Click to expand...
Click to collapse
Now we only have to convince the Android sitting on SGS-2 to eat the EXT2 media
Which powered usb hub?
Does anyone know about restrictions on which powered USB hubs can be used?
I am planning to buy a powered USB 3.0 hub (backwards compatible), should it work with SGS-2's OTG?
m0rtiis said:
Check this out: http://www.ext2fsd.com/.
Works flawlessly on my Windows 7 Professional x64.
Click to expand...
Click to collapse
I don't see, that It's capable to CREATE or format EXT2 partitions, so that linux live CD is still needed.
tamas970 said:
I don't see, that It's capable to CREATE or format EXT2 partitions, so that linux live CD is still needed.
Click to expand...
Click to collapse
It isn't, that wasn't what I said. It was really off topic, but it works well if you want to read ext2 on Windows.
Sent from my GT-I9100 using Tapatalk
tamas970 said:
I don't see, that It's capable to CREATE or format EXT2 partitions, so that linux live CD is still needed.
Click to expand...
Click to collapse
This can also be done using fdisk if you have Busybox with either ADB or a terminal emulator right?
Sent from my GT-I9100 using XDA Premium App
MaBlo said:
This can also be done using fdisk if you have Busybox with either ADB or a terminal emulator right?
Click to expand...
Click to collapse
Indeed, you can use mke2fs on phone directly.
Sent from my GT-I9100 using Tapatalk
I tried ext2, created with gparted/ubuntu->the phone (stock ROM, no root, no busybox) does not recognize it. Next step is rooting+busybox...
tamas970 said:
I tried ext2, created with gparted/ubuntu->the phone (stock ROM, no root, no busybox) does not recognize it. Next step is rooting+busybox...
Click to expand...
Click to collapse
Did you actually create the file system or did you just create a partition?
Sent from my GT-I9100 using Tapatalk
m0rtiis said:
Did you actually create the file system or did you just create a partition?
Click to expand...
Click to collapse
I created the file system as well (linux had no problems reading/writing) and there were no other partitions on the card.

[Q] EXT Partition

I've read so many different threads about EXT partition but none have the answer I'm looking for.
Are EXT partitions only available for custom roms?
Is it possible to make one on my Ace without installing a custom rom?
I installed Links2SD and It's not really doing much of anything and I still have the same full internal memory issue. I also looked up Rom manager on the market. Can I make a partition with it?
I've been deleting and installing apps all day long and I'm tired of not having enough space. I have an 8GB class 4 micro SD.
Can I get some help please? :/
SuperAce609 said:
I've read so many different threads about EXT partition but none have the answer I'm looking for.
Are EXT partitions only available for custom roms?
Is it possible to make one on my Ace without installing a custom rom?
I installed Links2SD and It's not really doing much of anything and I still have the same full internal memory issue. I also looked up Rom manager on the market. Can I make a partition with it?
I've been deleting and installing apps all day long and I'm tired of not having enough space. I have an 8GB class 4 micro SD.
Can I get some help please? :/
Click to expand...
Click to collapse
1.) I am on a stock ROM coupled to a 8GB Class 4 card and i am making use of a ext4 partition. That makes my experience relevant to your interest
2.) Do you know what the ext4 is meant for?
3.) DO NOT USE THE ROM MANAGER. IT WILL BRICK YOUR S5830.
4.) To answer your question, go here http://gparted.sourceforge.net/download.php, download and burn the iso and boot into Gparted. Use GParted to make an ext 4 partition. BACKUP your entire SD card before doing so as partitioning wipes everything in the card.
Minitool partition, if you are a windows user. The interface is extremely simple.
consegregate said:
Minitool partition, if you are a windows user. The interface is extremely simple.
Click to expand...
Click to collapse
Heard of some bad comments using minitools. recommended to use Gparted via its live cd.
I run it fine my friend. Never got errors.
consegregate said:
I run it fine my friend. Never got errors.
Click to expand...
Click to collapse
Hey!
Same here. I done it with Minitool in several SD cards, maybe 3-5 times. NO PROBS!
CHEESR!
happily1986 said:
Heard of some bad comments using minitools. recommended to use Gparted via its live cd.
Click to expand...
Click to collapse
u have a higher chance of damaging ur pc hard disk when using gparted livecd. just a single wrong click and all ur data will be gone, or even corrupt the hard disk itself. linux livecd is not something to mess around when u dont know what ur doing. minitool partition wizard is working just fine for me, never had any problem with it.
an0nym0us_ said:
u have a higher chance of damaging ur pc hard disk when using gparted livecd. just a single wrong click and all ur data will be gone, or even corrupt the hard disk itself. linux livecd is not something to mess around when u dont know what ur doing. minitool partition wizard is working just fine for me, never had any problem with it.
Click to expand...
Click to collapse
beg to differ. Gparted comes in a GUI and one has to be careful on selecting the right disk to work with. Other than that, i don't see how one can accidentally partition the HDD containing Windows.
happily1986 said:
beg to differ. Gparted comes in a GUI and one has to be careful on selecting the right disk to work with. Other than that, i don't see how one can accidentally partition the HDD containing Windows.
Click to expand...
Click to collapse
thats my point, be careful. one wrong click and all ur data is gone.
as i said, linux livecd is not something to be mess around, moreover just to partition sdcard. once i manage to corrupt my laptop bios when booting a linux livecd
an0nym0us_ said:
thats my point, be careful. one wrong click and all ur data is gone.
as i said, linux livecd is not something to be mess around, moreover just to partition sdcard. once i manage to corrupt my laptop bios when booting a linux livecd
Click to expand...
Click to collapse
I will be mindful of that. thank you.
consegregate said:
Minitool partition, if you are a windows user. The interface is extremely simple.
Click to expand...
Click to collapse
Downloaded it and I'm currently taking out everything of my SD card to try it out. Thanks! *clicks button*
I'll post whatever happens.
Okay, can you guys tell me the steps for this thing? I just opened it and I have no idea what to do or what format to make my SD card
EDIT: I made a 1GB partition but it doesn't have a format or anything. It just says (Unallocated). How can I fix this?

Cannot copy files over 4GB to the phone?!

If I try to copy a file of over 4 GB in size (say, a video in .mkv format), Windows gives me the following error : "The file "Movie.mkv" is too large for the destination file system." I tried with files of 4.36 GB, 6.54 GB... same error.
I can copy files of 2.99 GB and 3.41 GB with no issues (I just tried), so I'd say it's not working for files of over 4 GB only.
I get the same error, regardless of the storage I am trying to copy on (the internal one, or the external SD card - SanDisk 16GB, class 4, fwiw).
Also tried to do it via Recovery USB mount (TWRP / RomRacer's CWM), cause I figured that maybe it's a bug with the ROM (Neutrino, AOKP Milestone and MIUIv4)... But no... Apparently, it's not Recovery/ROM-related :|
Or maybe it is, but it is very widespread, lol.
Could it be that the FAT32 file system just can't handle >4 GB files?!
If you're using FAT32, yes, 4GB is the limitation of its design and architecture. I suggest, if you can, format it as NTFS
italosnt said:
If you're using FAT32, yes, 4GB is the limitation of its design and architecture. I suggest, if you can, format it as NTFS
Click to expand...
Click to collapse
So... There's no possible way to copy a >4 GB file? That means no HD movies :/
NTFS... right... That's not gonna work, right? The phone can only detect FAT/FAT32... as far as I know.
It's impossible to copy a file higher than 4GB to a FAT32 Partition, there is no way. You can use EXT4, it allows you to copy a 16TB file
---------- Post added at 07:17 PM ---------- Previous post was at 06:42 PM ----------
NTFS won't be recognized by your phone. EXT4 won't be recognized by windows. EXT2 and EXT3 can be readed by windows via external drivers, but i'm not sure if your phone will recognize it. I guess it's better you forget watch that HD movie on your phone
italosnt said:
It's impossible to copy a file higher than 4GB to a FAT32 Partition, there is no way. You can use EXT4, it allows you to copy a 16TB file
Click to expand...
Click to collapse
Hmm... you're right. Though, any other file system than FAT32 is not gonna be recognized by any file manager... :/
Yep... choose another movie joking. I don't see a way to solve it, sorry
You can always use any video editor and cut your movie on two parts/files < 4GB, just saying
Will the phone recognize exfat? Its a lot slower but it allows larger files.
Sent from my MB860 using xda premium
It's not recognized by Android. There is a guy working on this, but it's not finished yet. Let's wait for it
italosnt said:
EXT2 and EXT3 can be readed by windows via external drivers, but i'm not sure if your phone will recognize it.
Click to expand...
Click to collapse
Your phone will definitely support EXT2 and EXT3.
FYI, there is experimental EXT4 support on Windows via ext2fsd, but by default it's read only.
http://www.webupd8.org/2011/08/access-ext4-ext3-or-ext2-partitions-in.html
turl1 said:
You can always use any video editor and cut your movie on two parts/files < 4GB, just saying
Click to expand...
Click to collapse
Hmm... That would do, too Guess this is the most viable solution so far. Thank you guys!
Sent from my ATRIX
Just out of curiosity... If we manage to get a >4GB .mkv file to the EXT4 partition, how would we read that .mkv file off the EXT4 partition?
I remember back when I had the HTC Desire (needed to have a 1-2 GB EXT3/4 partition on the SD-card to act as an internal memory extension), the EXT partition was not accessible using any file manager... that was happening in November of 2011, though

[Q] 64 gig micro SD card

Sup Yall.
Messing around with my new S4. For some reason I am already running out internal memory on the phone. Since I cant move any apps to the ext SD card yet..Im lost...never the less, I still bought a 64 gig class 10 card and put it in the phone. It won't read it. Just says Mount SD card. I try to do it and says the card is safe to remove.
How do I get this to work?
Verizon S4 Galaxy
CleanRom
Faux Kernel
Thanks,
J
Jay Slay said:
Sup Yall.
Messing around with my new S4. For some reason I am already running out internal memory on the phone. Since I cant move any apps to the ext SD card yet..Im lost...never the less, I still bought a 64 gig class 10 card and put it in the phone. It won't read it. Just says Mount SD card. I try to do it and says the card is safe to remove.
How do I get this to work?
Verizon S4 Galaxy
CleanRom
Faux Kernel
Thanks,
J
Click to expand...
Click to collapse
The problem is in format of SDcard. Actually, Faux Kernel won't read exFat format, which is mostly used to format 64Gb storages. There two ways to fix it:
1. Flash Ktoonez kernel (KT-kernel) that supports exFat (just like stock kernel).
2. Find the way to format your SDcard into Fat32 format. There is utility named Fat32Format can be found on the Internet. Or, if you are on Mac - just select Fat format.
Zer0r said:
The problem is in format of SDcard. Actually, Faux Kernel won't read exFat format, which is mostly used to format 64Gb storages. There two ways to fix it:
1. Flash Ktoonez kernel (KT-kernel) that supports exFat (just like stock kernel).
2. Find the way to format your SDcard into Fat32 format. There is utility named Fat32Format can be found on the Internet. Or, if you are on Mac - just select Fat format.
Click to expand...
Click to collapse
I have a Mac as well. Formatted it in like 2 seconds..Phone recognized it. You sir, are a true pimp...thanks! :good:
Can a windows 7 computer format a 64GB to fat32?
Sent from my SCH-I545 using Tapatalk 2
Jay Slay said:
I have a Mac as well. Formatted it in like 2 seconds..Phone recognized it. You sir, are a true pimp...thanks! :good:
Click to expand...
Click to collapse
caution, formatting 64gb cards in fat32 can cause data corruption over time. i recomend this mod. works on aosp and tw roms that have init.d support. i use it and works great for exfat support http://forum.xda-developers.com/showthread.php?t=2155363
Zer0r said:
The problem is in format of SDcard. Actually, Faux Kernel won't read exFat format, which is mostly used to format 64Gb storages. There two ways to fix it:
1. Flash Ktoonez kernel (KT-kernel) that supports exFat (just like stock kernel).
2. Find the way to format your SDcard into Fat32 format. There is utility named Fat32Format can be found on the Internet. Or, if you are on Mac - just select Fat format.
Click to expand...
Click to collapse
I'm assuming the OP or new'ish member isn't aware of the 'Thanks' option/button. It's a way of showing your appreciation for another member willingly sharing valuable and or helpful info that specifically responds to your request for 'Help'.
I selected 'Thanks' for everyone who took the time to chime in and help the OP. Thanks for sharing...:good:
To the OP...no ill intent from me, simply want to help.
mach1man said:
Can a windows 7 computer format a 64GB to fat32?
Sent from my SCH-I545 using Tapatalk 2
Click to expand...
Click to collapse
yes

SD Card

Gidday
I was real tired today when I got home and found a package containing a Samsung 256 Gig SD Card had arrived so I promptly put it in the phone and formatted it and then I must have done something wrong as the phone wouldn't read it...I was able to remove the card and find that Windows would read it no problems...
I know that this phone accepts 256 Gig cards so that isn't a problem so what else could it be??? Anyone have any tips to allow me to get back the use of the card?? What format should the card be formatted as and can it be formatted in Windows and then placed in the phone??
cheers
col
Spacs gives SD Card support : up to 256 Go.
What SD tech is yours?
Didi you tried to format it via the computer and re insert it in the phone ?
Kéno40 said:
Spacs gives SD Card support : up to 256 Go.
What SD tech is yours?
Didi you tried to format it via the computer and re insert it in the phone ?
Click to expand...
Click to collapse
I have formatted the card Ex-Fat on the computer and when I insert it into the phone it doesn't find it...I go to settings and when I click on storage the settings app crashes...
cheers
col
brokey said:
I have formatted the card Ex-Fat on the computer and when I insert it into the phone it doesn't find it...I go to settings and when I click on storage the settings app crashes...
cheers
col
Click to expand...
Click to collapse
Not all roms/kernels support ex-fat. What rom are you using?
cidxtc said:
Not all roms/kernels support ex-fat. What rom are you using?
Click to expand...
Click to collapse
Pixel Experience
cheers
col
Gidday
Just an update, I have been trying everything to get the card working in the phone but nothing so far...I am able to see it in Windows and I can format it and reformat it to different file systems...ex-fat being the format of choice for Android phones...
One interesting thing I have noticed is that there is a 16mb partition on the card that I can't get rid of...this I think may be the problem...does anyone have any idea as to how to get rid of this partition and merge it with the rest of the card? I have tried using MiniTool Partition Wizard Professional Edition but feel it might be something to do with Linux...am I close?
cheers
col
brokey said:
Gidday
Just an update, I have been trying everything to get the card working in the phone but nothing so far...I am able to see it in Windows and I can format it and reformat it to different file systems...ex-fat being the format of choice for Android phones...
One interesting thing I have noticed is that there is a 16mb partition on the card that I can't get rid of...this I think may be the problem...does anyone have any idea as to how to get rid of this partition and merge it with the rest of the card? I have tried using MiniTool Partition Wizard Professional Edition but feel it might be something to do with Linux...am I close?
cheers
col
Click to expand...
Click to collapse
Did you partition the sdcard in twrp? If so it would be an ext3 or ext4 file system which windows normally doesnt read. Although a decent partition tool should be able to see and delete the partitions. I also double checked and your rom should support exfat.
Have you tried copying multiple large files to sdcard? Could be a format issue. I normally format my sdcards on my pc although I use linux (windows only for special uses). Could try creating a live boot copy of linux on a cd or usb drive and see if that helps. Just use Ubuntu which is one of the easiest. Gparted is the tool you will use. It will already be included with the OS.
cidxtc said:
Did you partition the sdcard in twrp? If so it would be an ext3 or ext4 file system which windows normally doesnt read. Although a decent partition tool should be able to see and delete the partitions. I also double checked and your rom should support exfat.
Click to expand...
Click to collapse
No, I initially formatted the card in the phone as per normal...for some reason I then took it out and musta done something to it for it to be unreadable in the phone....
Have you tried copying multiple large files to sdcard? Could be a format issue. I normally format my sdcards on my pc although I use linux (windows only for special uses). Could try creating a live boot copy of linux on a cd or usb drive and see if that helps. Just use Ubuntu which is one of the easiest. Gparted is the tool you will use. It will already be included with the OS.
Click to expand...
Click to collapse
I downloaded Gparted for Windows and was able to boot into it and read the SDCard but couldn't do anything with it except format the area that were partitioned...
cheers
col
brokey said:
No, I initially formatted the card in the phone as per normal...for some reason I then took it out and musta done something to it for it to be unreadable in the phone....
I downloaded Gparted for Windows and was able to boot into it and read the SDCard but couldn't do anything with it except format the area that were partitioned...
cheers
col
Click to expand...
Click to collapse
Did the card ever work? Where did the card come from? Could it be a fake? They take this small card partition it and run a compression tool to make it appear larger than it actually is. Which is part of why I mentioned coping a few large files (2-3 gig vids). Video cant be compressed much more than it already is so the card would look almost full with only a few gigs being used.
cidxtc said:
Did the card ever work? Where did the card come from? Could it be a fake?
Click to expand...
Click to collapse
Yeah, it worked...and it was bought from Amazon...don't think it's a fake...
They take this small card partition it and run a compression tool to make it appear larger than it actually is. Which is part of why I mentioned coping a few large files (2-3 gig vids). Video cant be compressed much more than it already is so the card would look almost full with only a few gigs being used.
Click to expand...
Click to collapse
I did transfer a small file (5mb mp3) to the first small partition (15mb) and my phone recognised it so if only I could get rid of that partition or merge it somehow with the remaining partition I think it would clear up this problem...
I transferred a file to the other partition but it wasn't recognised by the phone...
cheers
col
brokey said:
Yeah, it worked...and it was bought from Amazon...don't think it's a fake...
I did transfer a small file (5mb mp3) to the first small partition (15mb) and my phone recognised it so if only I could get rid of that partition or merge it somehow with the remaining partition I think it would clear up this problem...
I transferred a file to the other partition but it wasn't recognised by the phone...
cheers
col
Click to expand...
Click to collapse
Have you tried using custom recover and doing a repartition? Read the question carefully. I have not repartitioned in recovery in a long time. I believe there are 3 options as you go through the process. If the first is like a cache partition set to zero. If second is an ext partition also set to zero. The third should be external storage I believe it will automatically set to max size but if not then set to max. Again it has been years so things might have changed but willing to bet they have not.
cidxtc said:
Have you tried using custom recover and doing a repartition? Read the question carefully. I have not repartitioned in recovery in a long time. I believe there are 3 options as you go through the process. If the first is like a cache partition set to zero. If second is an ext partition also set to zero. The third should be external storage I believe it will automatically set to max size but if not then set to max. Again it has been years so things might have changed but willing to bet they have not.
Click to expand...
Click to collapse
Just to let you know, I have been able to solve the problem in WIndows, using a more up to date version of Minitool Partition wizard...I was able to format both partitions and then resize and the merge them...Windows wouldnt recognise it but when I put it into the phone it was there so am happy again...
Thanks for your help and suggestions...
cheers
col
brokey said:
Just to let you know, I have been able to solve the problem in WIndows, using a more up to date version of Minitool Partition wizard...I was able to format both partitions and then resize and the merge them...Windows wouldnt recognise it but when I put it into the phone it was there so am happy again...
Thanks for your help and suggestions...
cheers
col
Click to expand...
Click to collapse
Awesome! Now I have one more suggestion. Edit the title to state solved.
Solved
cidxtc said:
Awesome! Now I have one more suggestion. Edit the title to state solved.
Click to expand...
Click to collapse
How do I edit the title?
cheers
col
brokey said:
How do I edit the title?
cheers
col
Click to expand...
Click to collapse
Open in a browser and edit. Then there is and advanced edit option.
cidxtc said:
Open in a browser and edit. Then there is and advanced edit option.
Click to expand...
Click to collapse
I know how to edit a post and add a title but I thought you meant the title of the thread...I don't know how to do that and I supposed it was up to an admin...
cheers
col

Categories

Resources