(Q)Xperia E dual - Sony Xperia Miro, Tipo (Dual), J, E

Could anyone help me for uninstalling apps(e.g OfficeSuit, NeroReader, etc.), because I experience to uninstall this with Clean Master and Titanium Backup Pro but when I restore to default/factory reset...its coming back.
#findingforsolution

Kukoy02 said:
Could anyone help me for uninstalling apps(e.g OfficeSuit, NeroReader, etc.), because I experience to uninstall this with Clean Master and Titanium Backup Pro but when I restore to default/factory reset...its coming back.
#findingforsolution
Click to expand...
Click to collapse
These apps are 'pre-installed' by Sony so you can't not really remove when you do a factory reset from /system to /data...
but you could try this... (you must be rooted)
(mount \system to rw)
(1) open your file explorer (I use ES file explorer). Then go to \system\etc\customization\applications.
(2) If you see .apk files, then delete them or move them a back-up folder. If not go to /system/etc/product/applications, then delete them or move them a back-up folder.
(3) Now, go to \system\etc\customization\settings\com\sonyericsson\customizedappinstaller. You'll see custom_settings.xml and then open it with a text or xml editor on your phone.
(4) Inside the file, you'll see something like this:
Code:
<?xml version="1.0" encoding="utf-8"?>
<settings version="606">
<groups type="Application">
<group>
<setting key="app-name" runtime="false">com.xxx.xxx.xxx.apk</setting>
<setting key="deletable" runtime="false">true</setting>
</group>
...
</groups>
</settings>
now, delete every <group> tags under <groups type="Application">.
Code:
<group>
<setting key="app-name" runtime="false">com.xxx.xxx.xxx.apk</setting>
<setting key="deletable" runtime="false">true</setting>
</group>
Note: com.xxx.xxx.xxx.apk is also the file name of the apks you just removed.
(5) save it.
(unmount \system)
hope this helps. (sometimes these apps reinstall themselves when your phone reboots. idk if its just me)
AND welcome new member!

@Giro54 No, not really. These apps are installed on every factory reset from somewhere on /system to /data. So they can be uninstalled by the user, but they'll be back every factory reset. I think they are in /system/etc/customization, but I'm not sure.
But, yeah, welcome here!

NSDCars5 said:
@Giro54 No, not really. These apps are installed on every factory reset from somewhere on /system to /data. So they can be uninstalled by the user, but they'll be back every factory reset. I think they are in /system/etc/customization, but I'm not sure.
But, yeah, welcome here!
Click to expand...
Click to collapse
yup, on jelly bean, they're under "System/etc/customization/applications"
not sure if its safe to remove them though.. probably it is, but well, do as you wish.
edit: noticed that you guys confirmed its safe to remove them, nothing further to do here

New Question
my xperia e dual have phone memory(more than 500mb), internal storage(2 GB), and external storage(15 GB). My problem is I want to install or move my application{because its too big} in my ext_card, but i cant find any apps that can do that. I wish anyone's can answer me again?hehe

Kukoy02 said:
my xperia e dual have phone memory(more than 500mb), internal storage(2 GB), and external storage(15 GB). My problem is I want to install or move my application{because its too big} in my ext_card, but i cant find any apps that can do that. I wish anyone's can answer me again?hehe
Click to expand...
Click to collapse
Try Link2SD and FolderMount on Google Play. Both are free, both require root.

NSDCars5 said:
Try Link2SD and FolderMount on Google Play. Both are free, both require root.
Click to expand...
Click to collapse
its not working.. i cant used folder mount to transfer it to external card, because NFS Most Wanted isn't installed in internal but in phone. and link2sd is absolutely move to sdcard/internal not in memory card/ext_card.
Isn't it?

Kukoy02 said:
its not working.. i cant used folder mount to transfer it to external card, because NFS Most Wanted isn't installed in internal but in phone. and link2sd is absolutely move to sdcard/internal not in memory card/ext_card.
Isn't it?
Click to expand...
Click to collapse
For Most Wanted, I use FolderMount - you see, the main game files are downloaded onto /sdcard/, and FolderMount puts them to /ext_card.

Related

Moving apps back to internal memory

I haven't yet found an answer on how to move apps back to internal memory after applying MoDaCo's ROM. Does anyone have the answer?
Can you not adb pull the app off of the sdcard and the adb push them to /system/app?
ekinnee said:
Can you not adb pull the app off of the sdcard and the adb push them to /system/app?
Click to expand...
Click to collapse
format your memory card to fat32 and then do a "factory reset"
ap2sd doesn't support fat32 and it will just place your apps "where they should be" trying to reverse ap2sd would be a big pain in the ass
*note this will wipe your phone*
But why /system/app?
The /system partition only shows 12 MB free for me. The /data partition is where apps normally are, right? My /data partition shows 91 MB free when I df -h, and my phone reports that it has 91 MB of free internal memory. So they should go on the /data partition, right?
I am new to the site and I dont know how to create a new post so I am going to address my issue here. the other day I downloaded a Iphone theme for my touch pro (Raphael) and now I cannot figure out how to restore it bak to the factory settings. I have done numerous hard resets and nothing has worked!!! HELP ME PLEASE!
At least put it in the right forum. This is the Hero forum.
jonnythan said:
But why /system/app?
The /system partition only shows 12 MB free for me. The /data partition is where apps normally are, right? My /data partition shows 91 MB free when I df -h, and my phone reports that it has 91 MB of free internal memory. So they should go on the /data partition, right?
Click to expand...
Click to collapse
are you talking about stock apps or market apps.... they are located in 2 different areas
/system/app -stock
/data/app -market
OR if you wanna get fancy /system/sd/app -market apps with ap2sd installed
I am talking about market apps. I want to move, for example, EasyMoney back to internal memory. There appears to be no way to do it though.
you must be pretty serious about moving them....alright well don't say I didn't warn you about it being a PITA
Code:
mv /system/sd/app/{name of your app} /data/local
*reboot phone with sd card removed*
*hope phone doesn't lock up on you*
Code:
mv /data/local/{name of your app} /data/app
*reboot into recovery and format sd card to fat32 only*
/data/app is a symlink to /system/sd/app.
If I move something to /data/app it goes into /system/sd/app. Which is right where it started.
I'm not sure I'm being understood here. We have apps2sd, which is great. I have a 500 MB partition for my apps. But now I've got 100 MB of internal memory on the phone that I can't use for apps.
I'd like to use some of that for my most frequently used apps.
jonnythan said:
/data/app is a symlink to /system/sd/app.
If I move something to /data/app it goes into /system/sd/app. Which is right where it started.
I'm not sure I'm being understood here. We have apps2sd, which is great. I have a 500 MB partition for my apps. But now I've got 100 MB of internal memory on the phone that I can't use for apps.
I'd like to use some of that for my most frequently used apps.
Click to expand...
Click to collapse
what I was suggesting was moving it from the link on the sd card to local storage, breaking the link, then moving it to where the link originally pointed before ap2sd. Then finally making it so the link will not be recreated.
I understand what you are saying now, but I don't know how you set that variable.... or if it that can even be done. If so, it can't be done easily.
what you're asking is like makeing a raid setup with your nand and your sd card... that's well beyond what I'm capable of doing.
I've moved several stock apps back and forth between /system/sd/app and /system/app without any problems. Reboot after move is a good idea though.
For market apps there might be an issue when upgrading if they are in the /system/app directory, but I haven't tested that.
flactemnad said:
I've moved several stock apps back and forth between /system/sd/app and /system/app without any problems. Reboot after move is a good idea though.
For market apps there might be an issue when upgrading if they are in the /system/app directory, but I haven't tested that.
Click to expand...
Click to collapse
there will be a problem, android market will not mount /system/app when it goes to update an app from the market. I tried this by accident by copying a a stock app and installing it over it's self (was testing a way to easily remove a stock app) locked the phone up.
There is probally no HUGE advantage in having the stock apps on the sd card as most of them (the ones accessed frequently... widgets etc) would be accessed from the much slower sd card as apposed to the much faster NAND.
The reboot is almost required if the app is running, if you do manage to move the file that's not in the middle of a read you'll get the dreaded com.android.core popup (infinately repeated unable to work around) So it's highly suggested that the app is not running in the backround, or widget on the desktop.
I also highly reccomend the restart when attempting to move apps from your /data/app or /system/sd/app note /system/sd/app is mounted... but not to be confused with any other part of /system
by mistake i deleted the visual voicemail app that comes with the phone and i was wondering if somebody could help me putting it back into the phone, i have the .apk file on my computer already
johnsongrantr said:
there will be a problem, android market will not mount /system/app when it goes to update an app from the market. I tried this by accident by copying a a stock app and installing it over it's self (was testing a way to easily remove a stock app) locked the phone up.
...
Click to expand...
Click to collapse
Thanks for the heads up. I don't have any market apps installed under /system/app, but I do have some stock apps on the sd that I can easily move back to straighten things out to a more proper setup.
aim1126 said:
by mistake i deleted the visual voicemail app that comes with the phone and i was wondering if somebody could help me putting it back into the phone, i have the .apk file on my computer already
Click to expand...
Click to collapse
nvm found an app on the market called apk installer, worked perfectly

Miscellaneous files?

I still havent seen an answer for this issue, but I have over 6GB of Miscellaneous Files in Setting->Storage. nothing in there shows that much info, so I know its from loading different ROMs. I have no idea how to get rid of these files. I've been looking all around CWM for something to clear, but I'm not too confident about messing with that.
Does anyone have an idea of how to clear up this stuff?
Do you have a few nandroid backups? Those will register there. If you're using TWRP, there's a TWRP folder and you can remove them or archive them off. Clockwork is the same, I just don't remember offhand where it stores them.
If this isn't it, you can install busybox, and then either adb shell, or use a terminal emulator on the phone and run `du /mnt/sdcard -hl -d 1` you can then drill down to the directories which are the biggest offenders. Changing the 1 to another number increases the depth that it reports.
Coop9 said:
Do you have a few nandroid backups? Those will register there. If you're using TWRP, there's a TWRP folder and you can remove them or archive them off. Clockwork is the same, I just don't remember offhand where it stores them.
If this isn't it, you can install busybox, and then either adb shell, or use a terminal emulator on the phone and run `du /mnt/sdcard -hl -d 1` you can then drill down to the directories which are the biggest offenders. Changing the 1 to another number increases the depth that it reports.
Click to expand...
Click to collapse
Okay. I finally managed to get this started. I went through terminal emulator and found that the /sdcard is only 7.6GB while the number in the main settings says over 10. /android has 2GB from some games, but I can't find anything showing where the 6GB of miscellaneous file is at. Even cwm is only 1.7GB from the one backup I have.
Sent from my SCH-I535 using xda app-developers app
I've been fiddling with this for the last day or so and found that under miscellaneous file, System Memory now shows up as taking 3.67 GB of data. I've been looking everywhere to see where that much info could be, but I'm kinda stuck now.
I now know where that extra space has gone, but I have no idea how to free it up.
Sent from my SCH-I535 using xda app-developers app
Galaxy S4 Miscellaneous Files: what and where are they?
So I'm getting a warning that the internal SD is out of memory, I've moved all movable apps to external SD, photos, music too.
Rooted and have TWIP as recovery *BUT* before I install a custom ROM, I want a backup *BUT* there's no room as the backup wants to use internal SD (not external)
Somehow Miscellaneous Files show over 8GB but in My Files it only shows about 200MB addressable (erasable). I deleted all Dropbox files and saved 200MB.
Where the heck are the other 7.8GB of files? How can I see them please?
Thanks in advance.
greenja said:
So I'm getting a warning that the internal SD is out of memory, I've moved all movable apps to external SD, photos, music too.
Rooted and have TWIP as recovery *BUT* before I install a custom ROM, I want a backup *BUT* there's no room as the backup wants to use internal SD (not external)
Somehow Miscellaneous Files show over 8GB but in My Files it only shows about 200MB addressable (erasable). I deleted all Dropbox files and saved 200MB.
Where the heck are the other 7.8GB of files? How can I see them please?
Thanks in advance.
Click to expand...
Click to collapse
I am in the same boat with no solution
I fixed it
jinan said:
I am in the same boat with no solution
Click to expand...
Click to collapse
backup *everything* and reformat *internal* SD card
http://forum.xda-developers.com/showthread.php?p=44217580#post44217580
hope it helps
greenja said:
backup *everything* and reformat *internal* SD card
http://forum.xda-developers.com/showthread.php?p=44217580#post44217580
hope it helps
Click to expand...
Click to collapse
I did this but didn't solve the problem for me. However, I did find a solution which worked for me. I used CWM, went in to the >Backup and Restore>Delete> and chose to delete all backups in the internal SD. Solved my problem
jinan said:
I did this but didn't solve the problem for me. However, I did find a solution which worked for me. I used CWM, went in to the >Backup and Restore>Delete> and chose to delete all backups in the internal SD. Solved my problem
Click to expand...
Click to collapse
WOW!!!!
i am so happy i found your tip. finally i managed to clean the mysterious 9Gb in my storage.
thank you very much!!!
Clean Data folder
DaemonAshra said:
I still havent seen an answer for this issue, but I have over 6GB of Miscellaneous Files in Setting->Storage. nothing in there shows that much info, so I know its from loading different ROMs. I have no idea how to get rid of these files. I've been looking all around CWM for something to clear, but I'm not too confident about messing with that.
Does anyone have an idea of how to clear up this stuff?
Click to expand...
Click to collapse
Yes its kinda simple, at least it worked for me. Don't forget to thank me
Download ES Explorer
and go into the /data/media folder.
the troublesome files are there. Careful what you delete tho. For myself I had old remnants from another ROM and the entire rom zip file.
Don't forget the thanx button.
A lot of that is cached data for apps. If you use apps like gmusic, it caches music files to the device and that cache folder will grow. Root access will allow you to clear all your data es, including hidden files and that size will drop.
Adjetey Boye said:
Yes its kinda simple, at least it worked for me.
Download ES Explorer
and go into the /data/media folder.
the troublesome files are there. Careful what you delete tho. For myself I had old remnants from another ROM and the entire rom zip file.
Don't forget the thanx button.
Click to expand...
Click to collapse
There's nothing in that folder.
So not that simple.
If you're rooted, get Cache Cleaner NG and let it wipe all that unnecessary data. I run it weekly.
With roms like gummy, you can click on Misc and see which app has all the data... It's likely something like Vine (it had a huuuuuuuge cache) or another app like gmusic.
beepea206 said:
If you're rooted, get Cache Cleaner NG and let it wipe all that unnecessary data. I run it weekly.
With roms like gummy, you can click on Misc and see which app has all the data... It's likely something like Vine (it had a huuuuuuuge cache) or another app like gmusic.
Click to expand...
Click to collapse
Sir (or madam).
I need you to fully understand exactly how amazing of a person you are. I don't know where the data was or what ate it all, but this app got it all back and you are awesome for recommending it.
Adjetey Boye said:
Yes its kinda simple, at least it worked for me.
Download ES Explorer
and go into the /data/media folder.
the troublesome files are there. Careful what you delete tho. For myself I had old remnants from another ROM and the entire rom zip file.
Don't forget the thanx button.
Click to expand...
Click to collapse
It worked for me, I have deleted the folder /data/media entirely。
Tks very much.
I recently ran into a similar issue with my rooted nook tablet. It was killing my sd cards. When I put the sd cards in my laptop, I erased all partitions and that fixed them.
I used to be a moderator in a forum that helped people with car trouble. I have accumulated some good karma. please help me
Eastsun said:
It worked for me, I have deleted the folder /data/media entirely。
Tks very much.
Click to expand...
Click to collapse
glad to be of help
Adjetey Boye said:
Yes its kinda simple, at least it worked for me. Don't forget to thank me
Download ES Explorer
and go into the /data/media folder.
the troublesome files are there. Careful what you delete tho. For myself I had old remnants from another ROM and the entire rom zip file.
Don't forget the thanx button.
Click to expand...
Click to collapse
Six and a half years later on XIAOMI redmi note 8T I habe finally found 6GB of data in orangenfox folder that I dont need ( for miui ota ). Thank you.

[Q] How to move game datas to external sd?

Hi,
How can i move game datas (not the apks!) to external_sdcard?
On my old phone -st21i- i used DirectoryBind or vold.fstab (external<->internal) but on m2, no one work.
I'm on stock 4.3 rom, rooted. (4.3 because i can't unlock bootloader to root kitkat)
Pls help
Regards
Try this
There are more ways to move data to external SD. I recommend an app called FolderMount (free on google play) you just link the folder and mount it... Or Xposed module called External SD which didn't work well in my case (blocked access to SD for other apps...)
FolderMount doesn't work, it's reboot the phone when i mount a folder with this.
Another?
try this work
ZLevente said:
FolderMount doesn't work, it's reboot the phone when i mount a folder with this.
Another?
Click to expand...
Click to collapse
this work wery good.
Code:
https://play.google.com/store/apps/details?id=com.slf.ListglApp&hl=en
WOW! This one work. Many thx

[Q] Lollipop: SD Card Write for Legacy Apps

Hey Guys -
Amongst other devices, I have a rooted Nvidia Shield Tablet which I primarily use for gaming (of course) and love. Recently, I upgraded to Lollipop and soon after even completely reset the tablet by reapplying the recovery image, then upgrading to Lollipop via OTA (since recovery files still haven't yet been updated.)
There's just one main issue I cannot find a solution for: I have many legacy apps / games and for some of them need to have SD Card write access. Take for instance "Star Wars - Jedi Academy." It's a paid app and when downloaded installs a small APK as well as a folder with the Demo version of the PC game's files. The app says if you copy the retail version files to a folder and point it to them, it will play the full game and does - however - these files are 3.5gb therefore I copied to a folder on my SD. When I open the app/game and point it to the SD Card folder (which it sees), it says the target isn't writable.
When Lollipop first came out, I know many apps needed to be upgrade to be able to write to the SD card - due to Storage Access Framework I believe. They must know that some legacy apps probably may never get updated. How are we to use these? I'd think the fix would come in one of the following forms:
- Xposed Add-on (Installer/Framework still not compatible with Lollipop, though )
- Play Store App - Non-official workaround like ones offered for KitKat
- Lucky Patcher modification?
- Some other method which may require root
- A base Android setting I've overlooked
So... does anyone know a method which is currently out and working? Thanks!
I recently wrote a post about this. Tl;dr you need to reformat your card as ntfs to get it to work, and then do some craziness with the Google Storage Access Framework on command.
Wait a second. Can't you write a simple app like SD fix to repair the way the SD card is accessed?
bzowk said:
Hey Guys -
Amongst other devices, I have a rooted Nvidia Shield Tablet which I primarily use for gaming (of course) and love. Recently, I upgraded to Lollipop and soon after even completely reset the tablet by reapplying the recovery image, then upgrading to Lollipop via OTA (since recovery files still haven't yet been updated.)
There's just one main issue I cannot find a solution for: I have many legacy apps / games and for some of them need to have SD Card write access. Take for instance "Star Wars - Jedi Academy." It's a paid app and when downloaded installs a small APK as well as a folder with the Demo version of the PC game's files. The app says if you copy the retail version files to a folder and point it to them, it will play the full game and does - however - these files are 3.5gb therefore I copied to a folder on my SD. When I open the app/game and point it to the SD Card folder (which it sees), it says the target isn't writable.
So... does anyone know a method which is currently out and working? Thanks!
Click to expand...
Click to collapse
Not sure it will solve your problem, but when I first upgraded to Lollipop I could not write anything to my sd card. Someone else mentioned that if you install Folder Mount, https://play.google.com/store/apps/details?id=com.devasque.fmount, upon first launch it would recognize the issue and offer to fix it. I tried it (used Folder Mount on my old Hisense Sero Pro 7 for a long time so I trust it), and sure enough it works great. Then just uninstall it once you've rebooted. End of problem for me...
Easy fix. If you have root use SD Card Fix by NextApp
https://play.google.com/store/apps/details?id=nextapp.sdfix
Gives you read write back to your ex SD.
Sent from my SM-N910T using XDA Free mobile app
this fix did it for me without installing any app:
http://forum.xda-developers.com/showthread.php?p=44370296#post44370296
Wow - Thanks for all the replies guys! I got it to work!
After reading each, I decided to first try w.0.o.t's suggestion which is a direct but simple edit of a system file instead of installing an app for which I don't know what it does exactly. The example in the link he sent was a bit different as it was for 4.3, so here's what I ended up doing to make it work for 5.0:
1. Opened Root Explorer Pro on my tablet
2. Browsed to the file "/etc/permissions/platform.xml"
3. Copied it to the root of my internal storage (sdcard0) for backup
4. Held down touch on it and choose to Edit in Text Editor. It asked if I wanted to mount volume as RW to which I replied yes
5. Located the section "WRITE_EXTERNAL_STORAGE" and made the edits listed in the "EDITS" section below these steps
6. Saved file, held touch on filename again, went to permissions, and verified that it was set to "644" - it was
7. Restarted tablet
EDITS
Original Data in permissions.xml
Code:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
</permission>
Edited Data in permissions.xml What I changed the above values to...
Code:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
Notes when editing:
- Make sure that you change "r" to "rw" on the first listed group - may easily be missed when coming above two
- When typing extra line, my tablet auto-corrected the word "gid" and changed it to "god" without me noticing. After rebooting and it not working, I went back and saw the error, fixed it, rebooted, then it worked
To test, I opened FX File Editor and browsed to a file on my SDCard which I previously could not delete. This time, I was able to delete it without issue
Thanks again guys!
glad you sorted it out.
primetechv2 said:
I recently wrote a post about this. Tl;dr you need to reformat your card as ntfs to get it to work, and then do some craziness with the Google Storage Access Framework on command.
Click to expand...
Click to collapse
Do you have a link to some instructions for that method? And does it require root?
KingDestruct said:
Do you have a link to some instructions for that method? And does it require root?
Click to expand...
Click to collapse
No root is needed.
It requires a computer, and probably for you to eject your SD card from your shield and insert it into the computer in a different way, so it's recognized by Windows Explorer.
So you plug in the SD card as mentioned.
Open it up in Windows Explorer. (This usually comes up when you insert the card, but if it doesn't you can usually open the Start Menu or Start Screen and type Explorer to find it.)
Copy everything you want to save out of the card.
Right click in an empty space, then choose Format...
Format the thing as NTFS. Turning off Quick Format probably won't hurt. Don't bother with any other options.
Cross fingers. Try the card again.
primetechv2 said:
No root is needed.
It requires a computer, and probably for you to eject your SD card from your shield and insert it into the computer in a different way, so it's recognized by Windows Explorer.
So you plug in the SD card as mentioned.
Open it up in Windows Explorer. (This usually comes up when you insert the card, but if it doesn't you can usually open the Start Menu or Start Screen and type Explorer to find it.)
Copy everything you want to save out of the card.
Right click in an empty space, then choose Format...
Format the thing as NTFS. Turning off Quick Format probably won't hurt. Don't bother with any other options.
Cross fingers. Try the card again.
Click to expand...
Click to collapse
I'm sorry I should have clarified, I know how to and have formatted the SD card, I was referring to the fiddling around with the Google Storage Access Framework on command. Sorry for the confusion.
KingDestruct said:
I'm sorry I should have clarified, I know how to and have formatted the SD card, I was referring to the fiddling around with the Google Storage Access Framework on command. Sorry for the confusion.
Click to expand...
Click to collapse
The GSAF will only pop up on apps that have been wired to support it. Among others I know ES and FX file explorers are now capable. Any luck with those?
primetechv2 said:
The GSAF will only pop up on apps that have been wired to support it. Among others I know ES and FX file explorers are now capable. Any luck with those?
Click to expand...
Click to collapse
No luck whatsoever. I'm getting the same issue as the original poster. I've tried with both ES File Explorer and FX and Documents crashes as soon as I select the SD Card. The SD card is in NTFS format, would exFAT format make a difference?
---------- Post added at 06:47 AM ---------- Previous post was at 06:19 AM ----------
primetechv2 said:
The GSAF will only pop up on apps that have been wired to support it. Among others I know ES and FX file explorers are now capable. Any luck with those?
Click to expand...
Click to collapse
I have tried using ES File Explorer on my LG G3 running Android 5.0.1 and I was able to write to the SD card. So at this point its an issue with the tablet, which is immensely infuriating since I can't install games to the SD car properly, which is the main thing this tablet is for isn't it?! I really want to play some Hearthstone on it!
You know, at this point, any change in format might make a difference. I'm scratching my head as to why you need to explicitly provided Storage access to ES File Explorer, maybe it just no longer assumes it has the permissions (stock Samsung apps are okay with writing anywhere and preliminary documentation about OEM installed apps said the same thing).
The good news is that I've never destroyed an SD card by formatting formatting it. Go nuts. Try things other than what I suggested... At this point there's a good chance I'm missing something. And I'm sorry for botching my suggestions.
Here's an idea. Between switching formats and maybe allocation sizes (I'm leaning towards trying the smallest one), try formatting your SD card in the system's Storage settings.
Here's another: try the SD Formatter application available here. Raspberry Pi SD cards are sometimes as cranky as Shield ones.
http://www.raspberrypi.org/help/noobs-setup/
I got it to work! I used the SD Formatter you suggested, although it only let me format it to FAT32. I did see some other threads though that said something about renaming the SD card too, so I decided to rename the volume label to "Shield_SD", and I'm guessing that this is the problem, as I never named the SD card. I noticed also that on my LG G3 that the external SD card had a name that was a bunch of random characters, but I could write to it.
dgjenkins said:
Not sure it will solve your problem, but when I first upgraded to Lollipop I could not write anything to my sd card. Someone else mentioned that if you install Folder Mount, https://play.google.com/store/apps/details?id=com.devasque.fmount, upon first launch it would recognize the issue and offer to fix it. I tried it (used Folder Mount on my old Hisense Sero Pro 7 for a long time so I trust it), and sure enough it works great. Then just uninstall it once you've rebooted. End of problem for me...
Click to expand...
Click to collapse
After upgrade to lollipop, then downgrade to KK 4.4.4, had a sd card write pb.
This one solved my problem.
Thanks for that, you made my day.
Best regards
Franck

[MOD][SWAP internal SD with external SD][SM-G355HN]

First why:
When I got this phone I was disappointed with fact that primary storage isn't switchable and free user data space is approximately 2.2 GB. Which means that all application data goes to internal storage so it is impossible to use apps like Need for Speed, Navigation app, ShowBox and others. I believe you all find that annoying.
After I saw @Dhruvit Pokharna topic I started to poke a little bit over XDA and I noticed that this was done before ( back in 2012 ) and with various Samsung phones. So I decided to change and adapt script for our phone. Original script was created by @mattiadj from whom I still waiting for permission to change script and to publish it. But I'am going to do it anyway.
What the script do:
It swipe internal sd (/storage/sdcard0) with external micro sd (/storage/extSdCard) and viceversa.
"With this you can use default internal sd only for app storage and the external sd to store all apps resource and all others stuff"
required:
- root
- custom recovery
- kernel with init.d support
- BusyBox-v1.23.0-Stericson
- swap_intsd2extsdcard_SM-G355HN
How to and why:
Before installing swap if you moved some apps to sd move it back to phone to avoid conflict of course.
1. Root your phone first
2. Install custom recovery *(here or here)
3. Make a backup. Just in case of zombie attack *
4. Install kernel with init.d support *(here or here)
5. Install BusyBox-v1.23.0-Stericson.zip (flashable provided below )
6. Install swap_intsd2extsdcard_SM-G355HN.zip (flashable provided below)
7. Why * because you have choice
That's it. Your external sd is internal now and you can enjoy your big internal memory.
If you want to reverse it simply go to /system/etc/init.d delete 11extsd2internalsd and reboot your phone.
credits
@mattiadj and @mike1986.
Some screenshot just for you to see switch and mount points:
man help me.
i have some huge games, wild blood, modern combat 3.
i use the gl to sd to link the data,obb in sd.
and
what should i do to these data,obb in sd to flash the int2ext?
edit: can i use that in 355m?
Grindher said:
man help me.
i have some huge games, wild blood, modern combat 3.
i use the gl to sd to link the data,obb in sd.
and
what should i do to these data,obb in sd to flash the int2ext?
edit: can i use that in 355m?
Click to expand...
Click to collapse
Tutotial is simple. Step by step.
I don't see reason why you can't use this if your Phone has same spec as mine .
Check with root explorer following :
/storage/sdcard0
/storage/extSdCard
/dev/block/vold/179:129
If this is it you're good to go..
And for your existing game data just copy it after at proper place
Here is whole script:
mount -o remount,rw /
mount -t vfat -o umask=0000 /dev/block/vold/179:129 /storage/sdcard0
sleep 30
mount -o bind /data/media /storage/extSdCard
chmod 777 /mnt/extSdCard
sleep 10
chown 1023:1023 /storage/extSdCard
chown 1000:1000 /storage/sdcard0
Click to expand...
Click to collapse
please help my. I cant install any apk whith is not from play store. why.? when I try to instal any apk it shows just " not installed " and manage files trought any file mananger is almost impossible to understand where is right place for files which I looking for.
for example where it install games trought play store.?
I done all step by step without any issue. all things instals, flashes very well.
and without these problems all worked good..
thanks for helping and sory for my very bad english..
rihards23 said:
please help my. I cant install any apk whith is not from play store. why.? afret I try to instal any apk it shows just " not installed " and manage files trought any file mananger is almost impossible to understand where is right place for files which I looking for.
for example where it install games trought play store.?
I done all step by step without any issue. all things instals, flashes very well.
and without these problems all worked good..
thanks for helping and sory for my very bad english..
Click to expand...
Click to collapse
Install applications from play store goes to default internal memory without problem.
When you have downloaded apk from some other site only way for now is to copy it to /data/app than change permission and owner and install it from there. I still didn't figured it out why is that only way for download and backuped apks.
Regarding data app I think you mean what was asked in second post. If you used link2sd or some similar app after swaping just check are data and obb are stored under folder /Android in your external SD so that you could use your saved apps resources.
Y300-0100 said:
Install applications from play store goes to default internal memory without problem.
When you have downloaded apk from some other site only way for now is to copy it to /data/app than change permission and owner and install it from there. I still didn't figured it out why is that only way for download and backuped apks.
Regarding data app I think you mean what was asked in second post. If you used link2sd or some similar app after swaping just check are data and obb are stored under folder /Android in your external SD so that you could use your saved apps resources.
Click to expand...
Click to collapse
Maybe this video will clarify procedure because my English terminology is not good.
http://youtu.be/TrlEz-R6uMA
Y300-0100 said:
Install applications from play store goes to default internal memory without problem.
When you have downloaded apk from some other site only way for now is to copy it to /data/app than change permission and owner and install it from there. I still didn't figured it out why is that only way for download and backuped apks.
Regarding data app I think you mean what was asked in second post. If you used link2sd or some similar app after swaping just check are data and obb are stored under folder /Android in your external SD so that you could use your saved apps resources.
Click to expand...
Click to collapse
thanks alot man..:victory:
now I instal apk withot problem.
Thanks bro for your awesome work.:good:
Hi!
File Commander shows the swap (a lot of memory as device memory) and a little amount (the internal, as sd card memory), but when I get into app administration it only shows the small amount of memory as the avaible for applications, I've tried downloading some apps after the process just to see if that amount was static but it keeps going down with every app, so I guess it isn't working, or only games and apps which use large amounts of memory are saved at the external storage?
Edit: I can't neither nstall apps directl from the storage, just from the play store.
Thanks! :good:
Korelev said:
Hi!
File Commander shows the swap (a lot of memory as device memory) and a little amount (the internal, as sd card memory), but when I get into app administration it only shows the small amount of memory as the avaible for applications, I've tried downloading some apps after the process just to see if that amount was static but it keeps going down with every app, so I guess it isn't working, or only games and apps which use large amounts of memory are saved at the external storage?
Edit: I can't neither nstall apps directl from the storage, just from the play store.
Thanks! :good:
Click to expand...
Click to collapse
Aps must be install in real internal sd card. U got 2.2 GB.
All aplication data ( data and obb ) goes to micro SD card.
Procedure how to install non play store app 2 post up and video tutorial is also up.
Y300-0100 said:
Aps must be install in real internal sd card. U got 2.2 GB.
All aplication data ( data and obb ) goes to micro SD card.
Procedure how to install non play store app 2 post up and video tutorial is also up.
Click to expand...
Click to collapse
I see, just installed a game and it's working, thanks!
I found something, I don't know if it is a bug or me doing something wrong, any app that messes with the identity of the phone doesn't seems to work. I've tried with "Tablet Metrics" module with the xposed framework and Rom toolbox lite, also doesn't work changing the device id.
Thanks alot. I love this
I have a trouble
I have 32GB card. Made all as it says in instruction.
But the problem is now when i connect phone via usb to pc its says - Card 2,18GB, Phone - 29.3GB.
But in phone its show's like phone memory 4GB, card - 2,18GB.
Isnt phone memory should be 29.3GB or something like that?
Help please!
artb91 said:
I have a trouble
I have 32GB card. Made all as it says in instruction.
But the problem is now when i connect phone via usb to pc its says - Card 2,18GB, Phone - 29.3GB.
But in phone its show's like phone memory 4GB, card - 2,18GB.
Isnt phone memory should be 29.3GB or something like that?
Help please!
Click to expand...
Click to collapse
Answer to the trouble is in title. If you want to revert it go to /system/etc/init.d and delete 11ext2int.
Y300-0100 said:
Answer to the trouble is in title. If you want to revert it go to /system/etc/init.d and delete 11ext2int.
Click to expand...
Click to collapse
Well, i already did it, ty Revert works very good
But i wanted to know what i can make wrong. I mean i did everything as it wrote in title. But maybe such fail was already corrected by some user.
And also free space was the same for card and phone memory. i mean if free memory on phone is 200mb, then on sd card its also 200mb.
artb91 said:
Well, i already did it, ty Revert works very good
But i wanted to know what i can make wrong. I mean i did everything as it wrote in title. But maybe such fail was already corrected by some user.
And also free space was the same for card and phone memory. i mean if free memory on phone is 200mb, then on sd card its also 200mb.
Click to expand...
Click to collapse
If you looking in settings storage you will see that. It's the way it is because I couldn't swap whole data partition. I only swap extSdCard with legacy sdcard0 or internal memory. Swapping mmcblk0p22 with mmcblk1p1 wouldn't work because p22 is fst ext4 and p1 is vfat.
Can I use this mod to my Samsung galaxy Core 2 SM-G355H??
harold1603 said:
Can I use this mod to my Samsung galaxy Core 2 SM-G355H??
Click to expand...
Click to collapse
Check with root explorer following :
/storage/sdcard0
/storage/extSdCard
/dev/block/vold/179:129
If this is it you're good to go..
Y300-0100 said:
Check with root explorer following :
/storage/sdcard0
/storage/extSdCard
/dev/block/vold/179:129
If this is it you're good to go..
Click to expand...
Click to collapse
thanks for the reply sir
I dont have 179:129 on the vold folder or maybe i cant see this because im not rooted
but yes I have the following only the 179:129 dosent show on the /dev/block/vold
is this a file or folder? the 179:129
Thanks Y300-0100
:good::good::good:
how can use it on core i8262 please??
app installisation error
Y300-0100 said:
First why:
When I got this phone I was disappointed with fact that primary storage isn't switchable and free user data space is approximately 2.2 GB. Which means that all application data goes to internal storage so it is impossible to use apps like Need for Speed, Navigation app, ShowBox and others. I believe you all find that annoying.
After I saw @Dhruvit Pokharna topic I started to poke a little bit over XDA and I noticed that this was done before ( back in 2012 ) and with various Samsung phones. So I decided to change and adapt script for our phone. Original script was created by @mattiadj from whom I still waiting for permission to change script and to publish it. But I'am going to do it anyway.
What the script do:
It swipe internal sd (/storage/sdcard0) with external micro sd (/storage/extSdCard) and viceversa.
"With this you can use default internal sd only for app storage and the external sd to store all apps resource and all others stuff"
required:
- root
- custom recovery
- kernel with init.d support
- BusyBox-v1.23.0-Stericson
- swap_intsd2extsdcard_SM-G355HN
How to and why:
Before installing swap if you moved some apps to sd move it back to phone to avoid conflict of course.
1. Root your phone first
2. Install custom recovery *(here or here)
3. Make a backup. Just in case of zombie attack *
4. Install kernel with init.d support *(here or here)
5. Install BusyBox-v1.23.0-Stericson.zip (flashable provided below )
6. Install swap_intsd2extsdcard_SM-G355HN.zip (flashable provided below)
7. Why * because you have choice
That's it. Your external sd is internal now and you can enjoy your big internal memory.
If you want to reverse it simply go to /system/etc/init.d delete 11extsd2internalsd and reboot your phone.
credits
@mattiadj and @mike1986.
Some screenshot just for you to see switch and mount points:
Click to expand...
Click to collapse
I followed the whole procedure, and internal is swiped to external sd bt when i tried to install any app it says app not installed will ypu plz fix the script to directly install any app so we dont hav to put apk into ./data/app .. thanks

Categories

Resources