It is become boring to use Kies air with wifi (because problem on my computer with usb driver and mtp don't working), so please make as GN1 an option to use USB MASS STORAGE
+1 :fingers-crossed:
kleio2010 said:
It is become boring to use Kies air with wifi (because problem on my computer with usb driver and mtp don't working), so please make as GN1 an option to use USB MASS STORAGE
Click to expand...
Click to collapse
Yeh data transfer is so slow.... I
Sent from my GT-N7100 using xda premium
Same Issue
Hello, first of all first Post
Now with the data transfer i had the same problem and I came accross this thread http://forum.xda-developers.com/showthread.php?t=1711009
I know its for the S3 only works for an SD card and needs a rooted device.
but i have it installed v1.7 on my Rooted Note II and it works!!!
Custom Recovery has the mass storage mounting option, so really the best way is to root your phone, install mobile odin and flash custom recovery. That's it.
Here is an App that will let you mount USB Mass storage (Works on Note 2) I use it myself.
[APP][v1.7 (+US)] SGS3 Easy UMS - Mount external microSD card as USB mass storage
http://forum.xda-developers.com/showthread.php?t=1711009
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Wasn't there an option under Developer options section of our Note 2?
Sent from my GT-N7100
Thanks for this app
ciscostud said:
Here is an App that will let you mount USB Mass storage (Works on Note 2) I use it myself.
[APP][v1.7 (+US)] SGS3 Easy UMS - Mount external microSD card as USB mass storage
http://forum.xda-developers.com/showthread.php?t=1711009
Click to expand...
Click to collapse
Thanks a lot it works !
wont work for me =/
These two incantations work for me on stock rom, (only the kernel is not stock) on GT-N7100 and should probably keep working in most other situations with appropriate prodding:
This one enables USB mass storage:
Code:
#!/system/xbin/bash
setprop persist.sys.usb.config mass_storage,adb
echo /dev/block/vold/179:17 > /sys/devices/platform/s3c-usbgadget/gadget/lun0/file
This one puts everything back:
Code:
#!/system/bin/bash
echo "" > /sys/devices/platform/s3c-usbgadget/gadget/lun0/file
vold
setprop persist.sys.usb.config mtp,adb
Root is required. Having or not having bash installed is irrelevant. "/dev/block/vold/179..." may have a different number on your system, apparently -- the original source of the idea has a different number, so I had to go look at /dev/block myself to see what's wrong. As far as I can guess, the app mentioned above does exactly that, but on certain Note II models the number is the same while on others it isn't, so it doesn't work. There are two of these device volumes, one for the internal card, the other for the external card, lower number is for internal.
You might want a script manager to make that a convenient widget. Beware of newline endings in shell scripts, they need to be Unix/Mac style (LF) rather than Windows (CRLF), that bit me the first time
Try this folks...
https://play.google.com/store/apps/details?id=com.softwarebakery.drivedroid
Sent from my GT-N7100 using xda premium
oulouloul said:
Try this folks...
https://play.google.com/store/apps/details?id=com.softwarebakery.drivedroid
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
Thanks for this.
I'm running the Jedi X11 rom, and it shows the drives on my PC, but it doesn't allow me to access it.
It says "Please insert a disk into Removable Disk".
Any ideas?
oulouloul said:
Try this folks...
https://play.google.com/store/apps/details?id=com.softwarebakery.drivedroid
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
Hi,
There a note that says this:
* Some phones (like Galaxy Nexus and Galaxy Note 2) cannot boot out-of-the-box with UMS. To circumvent this enable and disable UMS from DriveDroids preferences and reboot the phone afterwards.
Can anyone explain for a dummy like me what does this mean and what to do?
ciscostud said:
Here is an App that will let you mount USB Mass storage (Works on Note 2) I use it myself.
[APP][v1.7 (+US)] SGS3 Easy UMS - Mount external microSD card as USB mass storage
http://forum.xda-developers.com/showthread.php?t=1711009
Click to expand...
Click to collapse
This works on non rooted phones? ?
Sent from my GT-N7100 using Tapatalk 2
no,sorry
Hi, I tried a lot of apps like this but none of them work as I expected. The best solution I have found for me, is using...
...Total Commander plugin ADB 6.1
have a look and try
http://www.totalcmd.net/plugring/android_adb.html
R: USB MASS STORAGE and GN2
oulouloul said:
Try this folks...
https://play.google.com/store/apps/details?id=com.softwarebakery.drivedroid
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
Where did you see it enables ums mode to transfer files?
It is meant to build.a live.usb linux using.your phone but you need to have ums already enabled
Inviato dal mio GT-N7100 con Tapatalk 2
Απ: USB MASS STORAGE and GN2
nightranger73 said:
Where did you see it enables ums mode to transfer files?
It is meant to build.a live.usb linux using.your phone but you need to have ums already enabled
Inviato dal mio GT-N7100 con Tapatalk 2
Click to expand...
Click to collapse
In order to mount it as a usb flash drive it requires you to enable ums in settings and then asks you to restart.
I had to disable USB Debugging to get it to work on my sprint GN2 w/ Whompasaurus 4.2.
Speeds bounce from 1.5 to 8 MB/s. Good nuf, Thanks for this app.
Related
[App] mount NTFS Ext2/4 external hard drives & usb flash storage .no 4GB limitation
I found this application in markert https://market.android.com/details?id=com.skidmrk.umswatcherotg that let you mount and read any usb storage device whatever its format , I tried it and I got my 1tb NTFS hard drive to show on my tab , it works with sd cards and portable usb flash drives
I cannot get this app to work for the life of me on SGT 10.1 [P7500] With ICS CM9.
I have tried anything and everything, all with no success.
This app just seems to hang in ICS. Any suggestions on how to make this work?
hoss_n2 said:
I found this application in markert https://market.android.com/details?id=com.skidmrk.umswatcherotg that let you mount and read any usb storage device whatever its format , I tried it and I got my 1tb NTFS hard drive to show on my tab , it works with sd cards and portable usb flash drives
Click to expand...
Click to collapse
"---- ATTENTION ---- This will only work on rooted devices and requires a kernel that has the ums enabled."
Clearly you're not on a "stock' Tab, so how about providing details... What kernel?
RGardner said:
"---- ATTENTION ---- This will only work on rooted devices and requires a kernel that has the ums enabled."
Clearly you're not on a "stock' Tab, so how about providing details... What kernel?
Click to expand...
Click to collapse
I'm on stock 3.2 rom with stock kernel but rooted
Sent from my HTC HD2 using XDA App
Tried this app on ICS, but it doesn't even load up - it says I need to download a newer version of busybox, then it freezes at around 96-99% of downloading it.
It seems to partially work (it read some of my FAT thumb drives) but it didn't read my 2TB NTFS USB disk. Still hoping to get it to work somehow
This didn't work for my 500gb seagate external
on galaxy task 14
nightmarebadger said:
Tried this app on ICS, but it doesn't even load up - it says I need to download a newer version of busybox, then it freezes at around 96-99% of downloading it.
It seems to partially work (it read some of my FAT thumb drives) but it didn't read my 2TB NTFS USB disk. Still hoping to get it to work somehow
Click to expand...
Click to collapse
ics drivers for usb host are not fully functioning yet so you might face problems but on stock 3.2 rom it should work fine with any format
you don't need this app for ics I just plugged in a 1TB wd external and it works just fine
Sent from my A200 using XDA
are you guys talking about external hard drives (lets say 1tb) with a power source or just straight up usb powered?
I was under the impression that our tabs can only read NSF drives that have an AC power source as appose to power by usb from the tab.
I was thinking about purchasing this drive but not sure if the tablet will read it.. I know my laptop would obviously.
Western Digital My Passport Essential SE 1 TB USB 3.0/2.0 Ultra Portable External Hard Drive
http://www.amazon.com/Western-Digit...5C2A/ref=sr_1_9?ie=UTF8&qid=1331320456&sr=8-9
DC_MTP said:
are you guys talking about external hard drives (lets say 1tb) with a power source or just straight up usb powered?
I was under the impression that our tabs can only read NSF drives that have an AC power source as appose to power by usb from the tab.
I was thinking about purchasing this drive but not sure if the tablet will read it.. I know my laptop would obviously.
Western Digital My Passport Essential SE 1 TB USB 3.0/2.0 Ultra Portable External Hard Drive
http://www.amazon.com/Western-Digit...5C2A/ref=sr_1_9?ie=UTF8&qid=1331320456&sr=8-9
Click to expand...
Click to collapse
It can read it only if you used an external powered usb hub
Sent from my HTC HD2 using XDA App
Not true my wd 1TB works fine with out a external power source it's plug and play. You do have to go to settings to mount I don't like that in ics it is hidden in the settings.
Sent from my T-Mobile G2 using XDA
temekio2000 said:
Not true my wd 1TB works fine with out a external power source it's plug and play. You do have to go to settings to mount I don't like that in ics it is hidden in the settings.
Sent from my T-Mobile G2 using XDA
Click to expand...
Click to collapse
Is your hard drive self powerd (connected to a power source) or a portable drive , my portable hard drive when pluged in the tab opens a message saying high powered device connected
Sent from my GT-P7500 using XDA
It says unavailable for your country, I tried faking a provider using "Market Enabler" but still the same. Could you please post the APK?
Thanks in advance!
M_Shaaban said:
It says unavailable for your country, I tried faking a provider using "Market Enabler" but still the same. Could you please post the APK?
Thanks in advance!
Click to expand...
Click to collapse
Try market unlocker, market enabler is outdated,
Sent from my HTC HD2 using XDA
Lets hope this works..... a good news indeed ....the first thing will do tomorrow morning
How do you plug the usb devices into the tab in the first place?
Skilover said:
How do you plug the usb devices into the tab in the first place?
Click to expand...
Click to collapse
Seriously?
you need the USB adapter first.
http://www.amazon.com/Samsung-Galaxy-10-1-Card-Adapter/dp/B0051D3KMG/ref=cm_cmu_pg__header
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Skilover said:
How do you plug the usb devices into the tab in the first place?
Click to expand...
Click to collapse
Other than the Samsung USB connection kit you can go eBay and search cheaper one. I got one USB adapter with SD card slot together.
Works for me
This app totally solved my problem (using galaxy tab as a car computer). Now I can mount a large capacity hard drive full of all my music.
Hello. I am running very low on RAM (internal memory) on my Original Droid RAZR. I am aware that there are root apps that use SD Card memory as RAM. Some apps are: "RAM Manager" and "Swapit RAMEXPANDER by ROEHSOFT". You can get them in the Play Store.
Video of one of the apps:
Will this actually work? Thanks.
wait...ram or internal memory?? ram can't be changed but you can increase your internal memory by swapping it with your sd card...in razr its easy to do so...you do need root though
you do that by changing the "sdcard-ext" to "sdcard" and sdcard to sdcard-ext"
mlndshh said:
wait...ram or internal memory?? ram can't be changed but you can increase your internal memory by swapping it with your sd card...in razr its easy to do so...you do need root though
you do that by changing the "sdcard-ext" to "sdcard" and sdcard to sdcard-ext"
Click to expand...
Click to collapse
Sorry, I am getting them confused. I meant to say Internal Memory. So I can just swap it with ALL of my SD Card space? Or can I choose how much? and with what app do I do this with? Thanks for reply.
mlndshh said:
wait...ram or internal memory?? ram can't be changed but you can increase your internal memory by swapping it with your sd card...in razr its easy to do so...you do need root though
you do that by changing the "sdcard-ext" to "sdcard" and sdcard to sdcard-ext"
Click to expand...
Click to collapse
He is trying to use some extra storage space on his sdcard as a sort of page file or swap file to give him more memory for the OS to run in I think. Who knows with people, myself included, interchanging the terms memory, RAM, and storage. I do it, but it is inadvertant.
85gallon said:
He is trying to use some extra storage space on his sdcard as a sort of page file or swap file to give him more memory for the OS to run in I think. Who knows with people, myself included, interchanging the terms memory, RAM, and storage. I do it, but it is inadvertant.
Click to expand...
Click to collapse
Yes that is exactly what I want to do. Is it possible without root?
No its isn't!
After rooting you ccan make a 'partition' on your sd card that will be assigned to the phone memory. You can use link to sd for this and make partition through CWM...once you read about rooting youll get to know about CWM..so search around this forum..
Hit :thumbup: if it helped
Sent form my_[Rooted| Unlocked]_MK16i_running Pureness.13->XdaPremium
Madaditya said:
No its isn't!
After rooting you ccan make a 'partition' on your sd card that will be assigned to the phone memory. You can use link to sd for this and make partition through CWM...once you read about rooting youll get to know about CWM..so search around this forum..
Hit :thumbup: if it helped
Sent form my_[Rooted| Unlocked]_MK16i_running Pureness.13->XdaPremium
Click to expand...
Click to collapse
Thanks a lot! One more thing... my Razr used to be able to connect to my laptop (so i can transfer data and everything), but now when I plug in my Razr to my laptop, it only charges and is not recognized by Windows (7). Any ideas?
Razr1 said:
Thanks a lot! One more thing... my Razr used to be able to connect to my laptop (so i can transfer data and everything), but now when I plug in my Razr to my laptop, it only charges and is not recognized by Windows (7). Any ideas?
Click to expand...
Click to collapse
Friend ensure that the drivers are installed correctly, if not successful, perform desinstação and restart your notebook and install the drivers again.
Razr1 said:
Thanks a lot! One more thing... my Razr used to be able to connect to my laptop (so i can transfer data and everything), but now when I plug in my Razr to my laptop, it only charges and is not recognized by Windows (7). Any ideas?
Click to expand...
Click to collapse
Could have hit thanks instead make sure mtp transfer in your phone's settings menu is on....
And yes as suggested you need to have proper drivers..
You can check in you system...open 'Device manager' on your Pc...other devices>just right click and update drivers...should help
Sent from my MK16i using Tapatalk 2
Hi body,
My Tab makes lot of trouble while playing NFS Game n surfing internet through chrome. Latter identified that, lack of RAM my device was struck. So I rooted my device an install "RAMEXPANDER" Application n Memory Info & Swap Check Application. But it displays as shown in image.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please guide me what to do next.....
Sent from my GT-P3100 using xda premium
How the heck did I get 6 usb drives?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
440bro said:
How the heck did I get 6 usb drives?
Click to expand...
Click to collapse
Haha. Interesting.
SENT FROM MY I717
Made in China:{
I don't know how they got there! I can't delete them. They aren't bothering me other than WTF! I'm sure I could get rid of them by wiping and resetting, but I don't want to do that because this thing is running soooooooooooooo smoothly! This phone has never ran smoother in the year that I've had it. Maybe that's all I needed was 6 usb drives lol! I'd just like to know how it happened.
440bro said:
I don't know how they got there! I can't delete them. They aren't bothering me other than WTF! I'm sure I could get rid of them by wiping and resetting, but I don't want to do that because this thing is running soooooooooooooo smoothly! This phone has never ran smoother in the year that I've had it. Maybe that's all I needed was 6 usb drives lol! I'd just like to know how it happened.
Click to expand...
Click to collapse
Its apparently something you did on 5/13. Strange.
SENT FROM MY I717
Made in China:{
dweeezy said:
Its apparently something you did on 5/13. Strange.
SENT FROM MY I717
Made in China:{
Click to expand...
Click to collapse
That doesn't mean anything because it says 5-14 now.
440bro said:
That doesn't mean anything because it says 5-14 now.
Click to expand...
Click to collapse
Hmm... if you plug it in to comp does it only show 1 usb storage? Or a different file explorer may be able to delete them?
SENT FROM MY I717
Made in China:{
dweeezy said:
Hmm... if you plug it in to comp does it only show 1 usb storage? Or a different file explorer may be able to delete them?
SENT FROM MY I717
Made in China:{
Click to expand...
Click to collapse
It acts as normal. When plugged intro pc it shows 2 folders. My internal and external.
Perhaps unmount then mount the sd card to force the media scanner to read all the file structure. Thats in settings>>>--->usb storage.
440bro said:
How the heck did I get 6 usb drives
Click to expand...
Click to collapse
All. Whoa.
This is something JB does to the file structure.
Dont start deleting nothing. Storage under root points to sdcard0. If you pick sd card under root you get these options to get to external sd.
Sdcard0 is your internal storage
Extsdcard is your micro sd card
The others I'm not sure but there is no harm....unless you delete all your files.
rangercaptain said:
Perhaps unmount then mount the sd card to force the media scanner to read all the file structure. Thats in settings>>>--->usb storage.
Click to expand...
Click to collapse
Good idea! I tried, and nothing changed.
scariola said:
All. Whoa.
This is something JB does to the memory card. Dont start deleting nothing. Storage under root points to sdcard0. If you pick sd card under root you get these options to get to external sd.
Sdcard0 is your internal storage
Extsdcard is your micro sd card
The others I'm not sure but there is no harm....unless you delete all your files.
Click to expand...
Click to collapse
Oh don't worry I won't delete my internal or external memory. I tried deleting usb f but nothing happen.
It's a mystery!
I have the exact same file structure listed for my "storage" also. My guess the usbdrives are nothing more than predefined locations for usb OTG if connected. I would think that we all SHOULD have the same structure setup for our storage (sdcard0=internal storage and extsdcard=external sd card) if we updated correctly.
It reminds me of "My Computer" on your PC. It too shows all your drives and the placeholders also for your flash memory.
I bought a sandisk 128GB dual usb drive with the assumption that it will work as a OTG usb for my Note 3, but every time I plug it into the phone, it would say "USB mass storage connected", then immediately it would say "USB mass storage removed safely".
I installed Stickmount, stickmount says that it has mounted it, but I can not find it anywhere using Root Explorer.
bump
Have you tried looking in the /mnt/ folder? It might not be called by a standard name. You can open the /mnt folder in ES Explorer (or whatever file browser you use) and see what shows up. Then install your drive and refresh to see what the drive is called.
I've always used Stickmount (though you need root) and rarely have problems mounting storage - I don't know if it's still required!
32gb sandisk
I use the 32gb dual USB on my rooted note 3 and it runs fine without having to install any additional apps to enable it. Could it be the size that's causing the issue?
samesung said:
I use the 32gb dual USB on my rooted note 3 and it runs fine without having to install any additional apps to enable it. Could it be the size that's causing the issue?
Click to expand...
Click to collapse
I also use 128 GB Sandisk Ultra Dual with no problem.
kuromusha38 said:
I bought a sandisk 128GB dual usb drive with the assumption that it will work as a OTG usb for my Note 3, but every time I plug it into the phone, it would say "USB mass storage connected", then immediately it would say "USB mass storage removed safely".
I installed Stickmount, stickmount says that it has mounted it, but I can not find it anywhere using Root Explorer.
Click to expand...
Click to collapse
Hello, I'm using a 64 Gb Sandisk Ultra Dual and it works fine. I suppose you should check if you changed its format type. In case it is a fat32 it must work so ask for a refund or change... Not a matter of Gb, since I purchased a 200 Gb lexar microsd and also tried it as otg with no issues...
Sent from my SM-N9005 using XDA-Developers mobile app
Assuming the drive was new when you plugged it in it should be somewhere in the directory.. The only time I had issues similar to this was after a changed the format to EXFAT over FAT32
one question on this SANDISK Flash Drive Ultra Dual Drive 128 GB
it's possible to create two partitions: one for use with the notebook , the other as an external sd phone and install a second rom to do as dual boot ?
kuromusha38 said:
I bought a sandisk 128GB dual usb drive with the assumption that it will work as a OTG usb for my Note 3, but every time I plug it into the phone, it would say "USB mass storage connected", then immediately it would say "USB mass storage removed safely".
I installed Stickmount, stickmount says that it has mounted it, but I can not find it anywhere using Root Explorer.
Click to expand...
Click to collapse
Though it seems obvious but are You using Fat32 file system?..
Skip typing - hit
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
instead..
I've installed CM13, mostly so i can install the apps on the SDCARD and not my 8GB internal flash
The sdcard is formatted as needed, but it won't install the apps there even when the device complains about low internal storage.
I've tried to do that transfer thing but it won't transfer most of the apps without giving any reason.
Am i missing something?
Thanks!
Bnaya
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
check the sc
open android terminal and write
- su
- pm set-install-location 2
or in cmd use adb
-adb shell
-su
-pm set-install-location 2
for check just
-pm get-install-location
and u see a mss saying
2 external
chacks1 said:
check the sc
open android terminal and write
- su
- pm set-install-location 2
or in cmd use adb
-adb shell
-su
-pm set-install-location 2
for check just
-pm get-install-location
and u see a mss saying
2 external
Click to expand...
Click to collapse
Note:
0 auto
1 internal
2 external
Sent from my LG G2 Mini using XDA Labs
Thanks, i will try it.
What will happen for apps that already installed? they might be broken from this?
Bnaya said:
Thanks, i will try it.
What will happen for apps that already installed? they might be broken from this?
Click to expand...
Click to collapse
They won't be affected at all.
In fact, you will have to move them yourself.
Newly installed or updated apps will be installed to the SD automatically.
Sent from my LG G2 Mini using XDA Labs
Vagelis1608 said:
They won't be affected at all.
In fact, you will have to move them yourself.
Newly installed or updated apps will be installed to the SD automatically.
Sent from my LG G2 Mini using XDA Labs
Click to expand...
Click to collapse
Ok i think its working, but only for some of the apps.
for example, temple run installed on the sd card, but 'chrome dev' is installed on the internal memory
is there something i can do about it?
Thanks!
can i ask you question . those apps you installed in the sd card , are they run normally (i mean fast) or they work slowly , try facebook app for example .
i get, "no install location specified" o.0 I´m running 6.0.1
chacks1 said:
View attachment 3751855
check the sc
open android terminal and write
- su
- pm set-install-location 2
or in cmd use adb
-adb shell
-su
-pm set-install-location 2
for check just
-pm get-install-location
and u see a mss saying
2 external
Click to expand...
Click to collapse
Man im just looking for this only from long back. Fixes storage issue on samsung sm-t231 tab 4.
Sent from my SM-T231 using XDA-Developers mobile app
---------- Post added at 06:52 AM ---------- Previous post was at 06:47 AM ----------
jonasess said:
can i ask you question . those apps you installed in the sd card , are they run normally (i mean fast) or they work slowly , try facebook app for example .
Click to expand...
Click to collapse
That depends on external memory cards speed. If you use high speed memory card then you will not notice any lag.
Sent from my SM-T231 using XDA-Developers mobile app
jonasess said:
can i ask you question . those apps you installed in the sd card , are they run normally (i mean fast) or they work slowly , try facebook app for example .
Click to expand...
Click to collapse
If your memory card is not class 10 then don't move your app like FB,instagram, skype in your external partition because it becomes laggy ! FB take 3 minutes to boot ! If you have class 10 memory card then I don't think there will be any problem.
Ivan.
Have you tried formatting the SD card as an internal storage? I mean the original marshmallow feature
chacks1 said:
View attachment 3751855
check the sc
open android terminal and write
- su
- pm set-install-location 2
or in cmd use adb
-adb shell
-su
-pm set-install-location 2
for check just
-pm get-install-location
and u see a mss saying
2 external
Click to expand...
Click to collapse
Hey, I tried this method, but when I try to set the SD card as installation location I get this error message:
Error: java.lang.SecurityExeption: Neither user 10119 nor current process has android.permission.WRITE_SECURE_SETTINGS
what's the problem?
Ciro90 said:
Hey, I tried this method, but when I try to set the SD card as installation location I get this error message:
Error: java.lang.SecurityExeption: Neither user 10119 nor current process has android.permission.WRITE_SECURE_SETTINGS
what's the problem?
Click to expand...
Click to collapse
Did you grant it superuser rights?
Sent from my LG G2 Mini using XDA Labs
Can someone explain in more detail
Help how to mount sdcard when using twrp for lg g2 mini