Someone post a screenshot about this on Android Marshmallow ? - Micromax Canvas A1

Can someone post a screenshot of where the "Format External SD card" option is located in Android Marshmallow ?

ashutosh90 said:
Can someone post a screenshot of where the "Format External SD card" option is located in Android Marshmallow ?
Click to expand...
Click to collapse
Goto settings>storage and USB>select that mdpi things>Setting
You'll find format there

@hp5942
Thanks man... Much appreciated !
Also if you have an OTG drive can you connect it to your phone and see if it is detected by ES File Explorer ? (And a screenshot of that too perhaps ?)

ashutosh90 said:
@hp5942
Thanks man... Much appreciated !
Also if you have an OTG drive can you connect it to your phone and see if it is detected by ES File Explorer ? (And a screenshot of that too perhaps ?)
Click to expand...
Click to collapse
Sorry but I have no OTG drive or cable

Related

[Request ] or [ Idea] for USB mass Storage HOMEBREW virtualization app

Hi,
can someone develop app which can create virtual USB mass Storage from some Folder inside the Windows phone device for example "My Documents" ?
Is it possible ?
This app should be homebrew.
Thanks for info.
So, almost. If you install File Browser: http://forum.xda-developers.com/showpost.php?p=23569940&postcount=4 you get access on device to folder: Storage Card.Next if you used Root Webserver: http://forum.xda-developers.com/showthread.php?t=1459235 you can copy/cut/delete/rename files in that folder on device and you can his see on PC.
Budniu said:
So, almost. If you install File Browser: http://forum.xda-developers.com/showpost.php?p=23569940&postcount=4 you get access on device to folder: Storage Card.Next if you used Root Webserver: http://forum.xda-developers.com/showthread.php?t=1459235 you can copy/cut/delete/rename files in that folder on device and you can his see on PC.
Click to expand...
Click to collapse
1. Yes, I know that with file browser I can access "Strorage card" BUT this partition is FAT16 and have only 200MB. What If I want bigger this partition at least 2 GB ? Is it possible to make it bigger why 200MB ?
2. Root Webserver:
OK, nice but if you stand in forein PC with USB slot with no WIFI connection how can you connect, upload, copy files to device ?
Thanks for advices.
here you are
http://forum.xda-developers.com/showthread.php?t=1521763
duhhh said:
here you are
http://forum.xda-developers.com/showthread.php?t=1521763
Click to expand...
Click to collapse
Hm, I use it but I would like to have solution without any app installed.
impossible
OK, can be this 200MB partition resized on bigger size for example 2GB ?
Thanks.
for what?
duhhh said:
for what?
Click to expand...
Click to collapse
For data ( navigon data) and music data move
from Storage to Isolated Storages.

path for external sd card ?

I'm trying to get an app to work and have to write a path for the external sd card, can I just use /storage/external_SD ?
try this.
mjb152 said:
I'm trying to get an app to work and have to write a path for the external sd card, can I just use /storage/external_SD ?
Click to expand...
Click to collapse
use this it might help
You can get the path of sdcard from this
code:
String path = Environment.
getExternalStorageDirectory
().getAbsolutePath();
Then specify the foldername and file
name.
if you are using an emulator, double-check
to make sure that you have filled in a
value for the SD Card size.
for kk permission is changed I hope you know.
I can provide code for it also.
for kk-
Your app can not read shared files on the external
storage when running on Android 4.4, unless your app
has the READ_EXTERNAL_STORAGE permission. That
is, files within the directory returned by
getExternalStoragePublicDirectory() are no
longer accessible without the permission. However, if
you need to access only your app-specific directories,
provided by getExternalFilesDir() , then you do
not need the READ_EXTERNAL_STORAGE permission
@SidDev said:
use this it might help
You can get the path of sdcard from this
code:
String path = Environment.
getExternalStorageDirectory
().getAbsolutePath();
Then specify the foldername and file
name.
if you are using an emulator, double-check
to make sure that you have filled in a
value for the SD Card size.
for kk permission is changed I hope you know.
I can provide code for it also.
for kk-
Your app can not read shared files on the external
storage when running on Android 4.4, unless your app
has the READ_EXTERNAL_STORAGE permission. That
is, files within the directory returned by
getExternalStoragePublicDirectory() are no
longer accessible without the permission. However, if
you need to access only your app-specific directories,
provided by getExternalFilesDir() , then you do
not need the READ_EXTERNAL_STORAGE permission
Click to expand...
Click to collapse
coo, thanks !
mjb152 said:
coo, thanks !
Click to expand...
Click to collapse
welcome and you could have pressed the thanks button.
@SidDev said:
welcome and you could have pressed the thanks button.
Click to expand...
Click to collapse
If he has root this will help:
https://play.google.com/store/apps/details?id=nextapp.sdfix
=
http://technofaq.org/posts/2014/04/fixing-external-sd-card-write-issue-on-android-kitkat/
I must have root to fix the SD problems ? (can't write to sd)
It a big probleam if google do it. but LG & S4 & Note 3 have SD what should they do with no ROOT?
what about this?
http://www.instructables.com/id/How-to-bypass-Android-44-KitKat-external-SD-write-/
nope he wants something else
u1988 said:
If he has root this will help:
https://play.google.com/store/apps/details?id=nextapp.sdfix
=
http://technofaq.org/posts/2014/04/fixing-external-sd-card-write-issue-on-android-kitkat/
I must have root to fix the SD problems ? (can't write to sd)
It a big probleam if google do it. but LG & S4 & Note 3 have SD what should they do with no ROOT?
what about this?
http://www.instructables.com/id/How-to-bypass-Android-44-KitKat-external-SD-write-/
Click to expand...
Click to collapse
you got it completely wrong, he wants something else.
@SidDev said:
you got it completely wrong, he wants something else.
Click to expand...
Click to collapse
Oh sorry! :cyclops:
u1988 said:
Oh sorry! :cyclops:
Click to expand...
Click to collapse
no problem buddy.
and what was the answer???!!!

TWRP doesn't read my phone files!Cant install ROM! Urgent!

TWRP is unable to access my local storage it can only see a tgo2 folder, that is what it is called o my pc. I have put the ROM on my phones local storage. When I am on my ROM i can see all the files perfectly and even through ES file explorer . I dont know what to do. Please help!
Tezign said:
TWRP is unable to access my local storage it can only see a tgo2 folder, that is what it is called o my pc. I have put the ROM on my phones local storage. When I am on my ROM i can see all the files perfectly and even through ES file explorer . I dont know what to do. Please help!
Click to expand...
Click to collapse
Greetings,
For us to assist you, you must provide your device model.
Thanks.
The Merovingian said:
Greetings,
For us to assist you, you must provide your device model.
Thanks.
Click to expand...
Click to collapse
Sprint Note 2 - SPH-L900

Copy pictures to external USB

I can connect my USB and copy files to the phone. But I cannot work out how I can copy my picture files to the USB.
I have the correct USB connector and use File Commander app. I have read various Web comments but admit confusion.
Appreciate someone 'walking me' through the process.
Thanks
Any possibility of some help with this please.
Cheers Ron
RonHos said:
Any possibility of some help with this please.
Cheers Ron
Click to expand...
Click to collapse
Not sure what you're missing but pictures are on SD Card in DCIM Folder. Admittedly not clearly labeled but that is where they're stored. If still no luck, please provide details on your process so others can help you.
Your request has little information so is difficult to provide guidance.
Thanks for response. I know know where the pics are stored, can copy but how to find and then paste to the USB?
My process difficult to describe since I don't have one beyond this stage.
RonHos said:
Thanks for response. I know know where the pics are stored, can copy but how to find and then paste to the USB?
My process difficult to describe since I don't have one beyond this stage.
Click to expand...
Click to collapse
Progress has been made. Once you copy the photo files from SD card, navigate through computer file browser to find USB drive and paste.
Or is the issue that you can't find USB drive in computer file system? If this is the case, I'm afraid I don't have any other ideas, except maybe remove and reinsert USB or perhaps open second file browser window/tab for phone and computer.
After copy could be I am not searching correctly to find USB connected to my tablet. Don't have it handy just now but will advise if I solve, or not!

facing USB OTG issue

hi !! can anyone help me to resolve USB OTG issue ? external pen drive not detected in es explorer or any root explorer . solution needed
varun_kane2000 said:
hi !! can anyone help me to resolve USB OTG issue ? external pen drive not detected in es explorer or any root explorer . solution needed
Click to expand...
Click to collapse
Try editing the shortcut drop down menu and add detect USB and try that first....if no go ...try another pen drive or see if the OTG can read a mouse or keyboard
---------- Post added at 11:38 AM ---------- Previous post was at 11:35 AM ----------
supergee72 said:
Try editing the shortcut drop down menu and add detect USB and try that first....if no go ...try another pen drive or see if the OTG can read a mouse or keyboard
Click to expand...
Click to collapse
Or pen drive could be wrong format

Categories

Resources