Related
Trust me I have searched t'internet to no avail.
I don't need or want people asking me why I want to cheat in this game...needless to say I had a Galaxy S II stolen and lost a 12hour worth save of this game.
I'm amazed that the iPhone version has an easy hack... but nobody has been able to do this in the wonderful Android community....
Anyway... I offer a beer to whoever can help me with this (or the first person to haha)... I promise.
Thanks in advance.
Really, nobody has a clue on this one? I previously found a couple of properties files but for some reason can't find them now...
I'm serious about donation too
Sent from my GT-I9100 using XDA App
kickassdave said:
Really, nobody has a clue on this one? I previously found a couple of properties files but for some reason can't find them now...
I'm serious about donation too
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Really not that much harder than doing it on the iphone.
If you got titanium backup then backup the game then open com.KelliNoda.Battleheart-20110702-203401.tar
you get a folder called data.
then thers some folders inside it.
correct path to the directory where the file is you want to edit is data\data\com.KelliNoda.Battleheart\shared_prefs
thers an XML file in there, edit that one to your liking.
For the gold i edited this line
<int name="1gold" value="xxx" />
where x is the amount of gold you currently have on the what i assume is first save
i changed it to <int name="1gold" value="999" />
and i had 999 gold.
basically just edit it along and see what happens.
Not really sure where this XML file is located on your phone but since titanium is free on market you might as well use it
Some quote for an easier editing
Also if you want to change their level just look for
1partyDB#level. Replace the # with 0-8. Each number corresponding to a party member.
To edit their power and defense, look for
1partyDB#power and 1partyDB#defense. Replace the # with 0-8.
Click to expand...
Click to collapse
the # correspond with the heroes that you have. 0 is lucille, 1 is shepherd. and so forth
here's an example:
<key>1partyDB1power</key> <---- the first '1' corresponds to the save file. the second '1' correspond to the character (shepherd)
<integer>75</integer> <---- change this to change his attack power.
take a look at the picture I've attached to get a better understanding.
Please note that this was done with version 1.0.0.
I haven't tried it with the newer version yet.
Edit: I tried it with the newer version and it works still.
Also the best way to look for the hero's value is just to search for their name and then most of the value you would want to change would be just right above their name. [power level is right below their name though]
Click to expand...
Click to collapse
To change lucilles level look for
1partyDB0level and change it to
Code:
<int name="1partyDB0level" value="30" />
for shepherd look for 1partyDB1level and chance it to
Code:
<int name="1partyDB1level" value="30" />
so both
here's my xml file http://www.mediafire.com/?27gtc0ch59exxob where i got all possible partymembers at lvl 30 and lucille/shepherd at lvl 40 and and little over 23 million gold.
firstly make sure you got a folder called TitaniumBackup on your SDcard, if its not there then open titanium backup and make a backup of battleheart or if you havnt made a backup of battleheart then make sure you do that before moving on.
Put the above mentioned file into the TitaniumBackup dir.
unmount your SDcard
run titanium and choose to restore data only to battleheart.
then run battleheart and you should find a savegame called goa200
I'm also sure you could simply do
Code:
ADB push com.KelliNoda.Battleheart.xml /data/data/com.KelliNoda.Battleheart/shared_prefs/
but i dont have adb on this laptop so i never tried
just make sure you kill the battleheard process first
Thank you very much for your help. I owe you a beer. On my phone just now but you got a donate option I can send to?
I managed to work out how to do it from your first post. Only wanted to modify the gold but again thank you very much for the other information as well
Sent from my GT-I9100 using XDA App
kickassdave said:
Thank you very much for your help. I owe you a beer. On my phone just now but you got a donate option I can send to?
I managed to work out how to do it from your first post. Only wanted to modify the gold but again thank you very much for the other information as well
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
No need for any donate. i play battleheart as well and never thought it was that easy to cheat =)
kickassdave said:
Anyway... I offer a beer to whoever can help me with this (or the first person to haha)... I promise.
Thanks in advance.
Click to expand...
Click to collapse
I did promise! I think it's fair... but if you are sure it's ok... fair enough!
kickassdave said:
I did promise! I think it's fair... but if you are sure it's ok... fair enough!
Click to expand...
Click to collapse
and i kindly refuse said offer as it wasnt much of a thing to do =)
goa200 said:
No need for any donate. i play battleheart as well and never thought it was that easy to cheat =)
Click to expand...
Click to collapse
That's very nice of you dude, we appreciate the help. Thank you!
no matter how i edited the value, it wont stick. it kept returning back to original value.
edited: finally got it to work, i was using root explorer and it automatically restore backup file. thanks for the guide.
MorRoquen said:
That's very nice of you dude, we appreciate the help. Thank you!
Click to expand...
Click to collapse
I knew I wasn't the only person trying to work out how to do this... ended up doing a wee level hack as well haha.
Sent from my GT-I9100 using XDA App
when i edit the values it dont change, it back to the original, why?
My values go back to normal or the game force closes, what am I doing wrong? Nd I'm using version 1.13 arm
goa200 said:
here's my xml file http://www.mediafire.com/?27gtc0ch59exxob where i got all possible partymembers at lvl 30 and lucille/shepherd at lvl 40 and and little over 23 million gold.
firstly make sure you got a folder called TitaniumBackup on your SDcard, if its not there then open titanium backup and make a backup of battleheart or if you havnt made a backup of battleheart then make sure you do that before moving on.
Put the above mentioned file into the TitaniumBackup dir.
unmount your SDcard
run titanium and choose to restore data only to battleheart.
then run battleheart and you should find a savegame called goa200
I'm also sure you could simply do
Code:
ADB push com.KelliNoda.Battleheart.xml /data/data/com.KelliNoda.Battleheart/shared_prefs/
but i dont have adb on this laptop so i never tried
just make sure you kill the battleheard process first
Click to expand...
Click to collapse
thanks for the tip!
just a noob question. how do i edit the xml file inside the .tar.gz file? i tried extracting the contents and then editing the xml file but winzip cannot put it back into the .tar.gz file.
Y0sHii said:
My values go back to normal or the game force closes, what am I doing wrong? Nd I'm using version 1.13 arm
Click to expand...
Click to collapse
two things:
1) don't edit in windows. it inserts carriage return characters not compatible in Android/Linux/Mac's/etc. Download a text editor onto your phone (I used TextWarrior) or do it in Linux
2) make sure edited xml file has same owner, group and permissions as original xml file. Root Explorer can easily change owner/group/permissions.
aussiebum said:
2) make sure edited xml file has same owner, group and permissions as original xml file. Root Explorer can easily change owner/group/permissions.
Click to expand...
Click to collapse
I couldn't set owner/group even after the file was in /data/data/com.KelliNoda.Battleheart/shared_prefs/. Instead I just checked read/write for "Others" under permissions and that made it show up.
aph said:
I couldn't set owner/group even after the file was in /data/data/com.KelliNoda.Battleheart/shared_prefs/. Instead I just checked read/write for "Others" under permissions and that made it show up.
Click to expand...
Click to collapse
You can do it on a PC
If you take out the file and edit it using notepad, you can overwrite the file within the tar using 7zip without having to decompile and recompile the tar.
Open it up using 7zip, browse to the location of the XML file and click and drag your edited version in to overwrite. You'll get a couple of messages, ok them both and you're done. Now just move the tar file back to your titanium backup folder overwriting the original. Now restore your backup and hey presto.
Sent from my GT-I9100 using XDA App
kickassdave said:
You can do it on a PC
If you take out the file and edit it using notepad, you can overwrite the file within the tar using 7zip without having to decompile and recompile the tar.
Open it up using 7zip, browse to the location of the XML file and click and drag your edited version in to overwrite. You'll get a couple of messages, ok them both and you're done. Now just move the tar file back to your titanium backup folder overwriting the original. Now restore your backup and hey presto.
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Using TB restore data on Battleheart yields FC's for me 100% of the time. After a phone crash, I've been working on restoring my chars (not interested in cheating) for 4 days, trying at least 2 dozen potential solutions.
The "Others r/w" hack works for me at the moment and after days of effort, I'm sitting happy getting it to work at all.
If it breaks again I'll give your method a shot. Thanks for the input!
Hey guys. I recently flashed a new rom on my Nexus, and now when I go to the camera it says internal memory not available, and I also cannot download my files stored on 4Shared, or Drive. However, using the stock file explorer, I am able to navigate my internal memory. Any suggestions on how to fix this? I've tried reflashing the rom twice and clear everything every time. Also redownloaded the rom and flashed that. Thanks
SOLVED:
Couldn't figure out what the problem was, but figured out how to fix it. What you need to do is format your internal storage. I found the easiest way to do that is to lock, and unlock the bootloader. That should format it. Thanks!
Sounds like your permission is messed up... It sounds like the memory is in read-only mode.
If you can still download apps, download Root Browser and follow the instruction here: http://forum.xda-developers.com/showthread.php?t=1474987
Just check all the permissions and you should be good to go
Hope it helps
kyokeun1234 said:
Sounds like your permission is messed up... It sounds like the memory is in read-only mode.
If you can still download apps, download Root Browser and follow the instruction here: http://forum.xda-developers.com/showthread.php?t=1474987
Just check all the permissions and you should be good to go
Hope it helps
Click to expand...
Click to collapse
It's giving me an error saying that some files (the sdcard folder), are not editable, and the permissions cannot be changed.
kyokeun1234 said:
Sounds like your permission is messed up... It sounds like the memory is in read-only mode.
If you can still download apps, download Root Browser and follow the instruction here: http://forum.xda-developers.com/showthread.php?t=1474987
Just check all the permissions and you should be good to go
Hope it helps
Click to expand...
Click to collapse
It does allow me to change the permissions on the "storage" folder, but after changing them the sdcard0 folder inside disappears, until I change them back.
dsass600 said:
It does allow me to change the permissions on the "storage" folder, but after changing them the sdcard0 folder inside disappears, until I change them back.
Click to expand...
Click to collapse
Did you reboot after changing it?
kyokeun1234 said:
Did you reboot after changing it?
Click to expand...
Click to collapse
If I factory reset and completely wipe everything, will these permissions still be in place, or do I have to redo the process?
kyokeun1234 said:
Did you reboot after changing it?
Click to expand...
Click to collapse
Yes I rebooted and it still doesn't work...
I just switched from my M7 to the M8 yesterday. I was excited to have the external SD for saving pictures, moving apps, but mostly to host my backups. I have since unlocked my bootloader and rooted the device. Unfortunately I'm unable to write any back ups through TWRP to the card. I was wondering if anyone found any fixes? I've already tried SDFix but it seems not to work with our device. Any help would be appreciated!
Sidenote: I know this probably belongs under development but I'm unable to post yet as my post count is too low. Thanks again!
iNiREALiZED said:
I just switched from my M7 to the M8 yesterday. I was excited to have the external SD for saving pictures, moving apps, but mostly to host my backups. I have since unlocked my bootloader and rooted the device. Unfortunately I'm unable to write any back ups through TWRP to the card. I was wondering if anyone found any fixes? I've already tried SDFix but it seems not to work with our device. Any help would be appreciated!
Sidenote: I know this probably belongs under development but I'm unable to post yet as my post count is too low. Thanks again!
Click to expand...
Click to collapse
You will need to edit platform.xml file in/system/etc. Are you comfortable ?
I'm not sure. If there was a tutorial that was available I could possibly follow it. Otherwise is this something that could be included in future rom builds? I wouldn't mind waiting.
Sent from my HTC One_M8 using xda app-developers app
iNiREALiZED said:
I'm not sure. If there was a tutorial that was available I could possibly follow it. Otherwise is this something that could be included in future rom builds? I wouldn't mind waiting.
Sent from my HTC One_M8 using xda app-developers app
Click to expand...
Click to collapse
Look for nextapp's SDFix in the play store.. Root and system write protection off is required. It basically edits the file for you (also backs up the original)
silentvisitor said:
You will need to edit platform.xml file in/system/etc. Are you comfortable ?
Click to expand...
Click to collapse
Could you detail the edits for reference anyway please? I'll need to know shortly too.
graffixnyc said:
Look for nextapp's SDFix in the play store.. Root and system write protection off is required. It basically edits the file for you (also backs up the original)
Click to expand...
Click to collapse
The app worked for me!
graffixnyc said:
Look for nextapp's SDFix in the play store.. Root and system write protection off is required. It basically edits the file for you (also backs up the original)
Click to expand...
Click to collapse
Thanks for the help. I tried sdfix this morning. It kept failing and rebooting. I'm rooted but if you could explain how I turn write protection off that would be awesome!
iNiREALiZED said:
Thanks for the help. I tried sdfix this morning. It kept failing and rebooting. I'm rooted but if you could explain how I turn write protection off that would be awesome!
Click to expand...
Click to collapse
the quick way? go to the module thread in Original development and follow the instructions. You'll have to do it at every boot though unless you're on a rom that supports init.d support. If you're on stock I made a guide to disable it on boot automatically without init.d support
My guide: http://forum.xda-developers.com/showthread.php?t=2702575
graffixnyc said:
the quick way? go to the module thread in Original development and follow the instructions. You'll have to do it at every boot though unless you're on a rom that supports init.d support. If you're on stock I made a guide to disable it on boot automatically without init.d support
My guide: http://forum.xda-developers.com/showthread.php?t=2702575
Click to expand...
Click to collapse
Sorry if I'm missing something totally obvious. I went and read the thread. I download the file with extension .ko. Copied it to root of internal memory. Opened up terminal app and typed "sh" then used command "insmod /storage/sdcard0/wp_mod.ko"
Am I missing something?
iNiREALiZED said:
Sorry if I'm missing something totally obvious. I went and read the thread. I download the file with extension .ko. Copied it to root of internal memory. Opened up terminal app and typed "sh" then used command "insmod /storage/sdcard0/wp_mod.ko"
Am I missing something?
Click to expand...
Click to collapse
su
not sh..
type su
hit enter
then type
insmod /storage/sdcard0/wp_mod.ko it wont show you any output or anything.. if it brings your back to the terminal prompt it ran right
graffixnyc said:
su
not sh..
type su
hit enter
then type
insmod /storage/sdcard0/wp_mod.ko it wont show you any output or anything.. if it brings your back to the terminal prompt it ran right
Click to expand...
Click to collapse
I tried it again using "su". I'm pretty sure that is what I used the first time as well because when I entered the command the super user prompt came up to allow access for terminal. Same results. Didn't see any confirmation. Exited app and tried running SDFix and failed again. I then followed your link to your thread and followed step by step. Got all the way to the point where I was trying to save the text document at the end and got the prompt that I could not save the file.
I'm usually pretty good at following tutorials and I'm sure I'm not skipping steps but who knows. I think this one has me defeated lol.
If you put it on your SD card try just /sdcard/wp_mod.ko
Sent from my HTC One using Tapatalk
If you run the command.. And then run it again. It will tell you it already exists that's how I figured out it ran ok..
Sent from my HTC One using Tapatalk
backfromthestorm said:
Could you detail the edits for reference anyway please? I'll need to know shortly too.
Click to expand...
Click to collapse
Sure. Here it is:
You need to make following change to platform.xml in /system/etc.
Add <group gid="Media_rw"/> under WRITE_EXTERNAL_STORAGE and WRITE_MEDIA_STORAGE(or similar).
Save. Set Permission to rw-r-r or 644.
Reboot and Enjoy
Good luck :good:
silentvisitor said:
Sure. Here it is:
You need to make following change to platform.xml in /system/etc.
Add <group gid="Media_rw"/> under WRITE_EXTERNAL_STORAGE and WRITE_MEDIA_STORAGE(or similar).
Save. Set Permission to rw-r-r or 644.
Reboot and Enjoy
Good luck :good:
Click to expand...
Click to collapse
Well I ran through both tutorials (yours and the others) once again. Entered the command twice to confirm and got the message "failed file already exists". So I'm assuming that part went through fine but still unable to run SDFix successfully or edit the install_recovery.sh file. Wouldn't allow me to save through es text edit or the standard one.
So now I'm trying to manually change the platform.xml file. When I navigate to system/etc I don't see any file named "platform.xml". Also tried a search through es file explorer and couldn't find any file. Any thoughts?
iNiREALiZED said:
Well I ran through both tutorials (yours and the others) once again. Entered the command twice to confirm and got the message "failed file already exists". So I'm assuming that part went through fine but still unable to run SDFix successfully or edit the install_recovery.sh file. Wouldn't allow me to save through es text edit or the standard one.
So now I'm trying to manually change the platform.xml file. When I navigate to system/etc I don't see any file named "platform.xml". Also tried a search through es file explorer and couldn't find any file. Any thoughts?
Click to expand...
Click to collapse
My apologies.
Its /system/etc/Permission/platform.xml
iNiREALiZED said:
Well I ran through both tutorials (yours and the others) once again. Entered the command twice to confirm and got the message "failed file already exists". So I'm assuming that part went through fine but still unable to run SDFix successfully or edit the install_recovery.sh file. Wouldn't allow me to save through es text edit or the standard one.
So now I'm trying to manually change the platform.xml file. When I navigate to system/etc I don't see any file named "platform.xml". Also tried a search through es file explorer and couldn't find any file. Any thoughts?
Click to expand...
Click to collapse
Are you mounting it as r/w in the file explorer? It doesn't seem like you're doing that. I know the module works.. You can't just install the module and it's magically writable.. you still have to make it r/w in a file explorer before you make any changes. I don't use es. I use root explorer and there is a r/w button on top.
graffixnyc said:
Are you mounting it as r/w in the file explorer? It doesn't seem like you're doing that. I know the module works.. You can't just install the module and it's magically writable.. you still have to make it r/w in a file explorer before you make any changes. I don't use es. I use root explorer and there is a r/w button on top.
Click to expand...
Click to collapse
Wow. Excuse my ignorance. I wasn't doing that. I downloaded root explorer and used the button to mount as you mentioned and viola I was able to save the edits! I'm now able to create folders on the ext SD. Still get an error when trying to backup from twrp but I guess that's an issue for another day.
I really appreciate all the help!
iNiREALiZED said:
Wow. Excuse my ignorance. I wasn't doing that. I downloaded root explorer and used the button to mount as you mentioned and viola I was able to save the edits! I'm now able to create folders on the ext SD. Still get an error when trying to backup from twrp but I guess that's an issue for another day.
I really appreciate all the help!
Click to expand...
Click to collapse
As of now recovery doesn't support exfat formatted cards, If your sd card is formatted as exfat it will fail in recovery. You need to either format your external sd card to fat32 or just wait until the recovery is updated to support exfat. It will once they get kernel source code
graffixnyc said:
As of now recovery doesn't support exfat formatted cards, If your sd card is formatted as exfat it will fail in recovery. You need to either format your external sd card to fat32 or just wait until the recovery is updated to support exfat. It will once they get kernel source code
Click to expand...
Click to collapse
How far out do you think that is? I was figuring I could just get a cheaper card for my backups. Only thing is if I remember correctly Fat32 only supports up to 4GB files correct? I remember my backups being a tad over that so getting another card might not even make a difference.
I have uploaded a dump for 85110c kdz dump the only things I have done to this package was convert all of the system.bin files into a single system.img file and rename the other bin files to remove unneeded numbers in the file name everything else is as is. I have also uploaded a updater-script that is working for the most part but needs more time put into it. I can upload all of the system bins if requested. If you plan on making a rom DO NOT USE THIS BOOT use the boot.img in the PurpleDrake root tool HERE.
851.10c_KDZ_DUMP
MD5 60e32b44c288f5bbda1d383da9542d90
(This will Not return you back to stock if you need that go HERE)
D851.10cMETA-INF
MD5 29212205515aaedd80c31cc0c89ebff0
Updater-Script Fixes :good:
Wifi Fix (From zone23)
Code:
set_metadata("/system/etc/dhcpcd/dhcpcd-run-hooks", "uid", 1014, "gid", 2000, "mode", 0550, "capabilities", 0x0, "selabel", "u:object_r:dhcp_system_file:s0");
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Rom File Fixes :good:
External SD write permissions fix (From RMXO)
Code:
1. Navigate to /system/etc/permissions
2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
3. Add an additional group definition for this permission...<group gid="media_rw" />
4. Save the changes to the file.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
ThePagel said:
Rom File Fixes
Quote:
External SD write permissions fix (From RMXO)
Code:
1. Navigate to /system/etc/permissions
2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
3. Add an additional group definition for this permission...<group gid="media_rw" />
4. Save the changes to the file.
Click to expand...
Click to collapse
Permissions has to be set to rw-r-r or 644 afterwards
Sorry for my ignorance but what exactly does "External SD write permissions fix (From RMXO)" do?
zone23 said:
Sorry for my ignorance but what exactly does "External SD write permissions fix (From RMXO)" do?
Click to expand...
Click to collapse
There are app developers that haven't updated their apps to write to sd. I think the "security" update for sd happened in 4.3. One of the major apps that have yet to update is titanium backup.
*edit* you need to add a updater script line in as well I haven't had the chance to add that here yet but ill do that tonight.
ThePagel said:
There are app developers that haven't updated their apps to write to sd. I think the "security" update for sd happened in 4.3. One of the major apps that have yet to update is titanium backup.
*edit* you need to add a updater script line in as well I haven't had the chance to add that here yet but ill do that tonight.
Click to expand...
Click to collapse
I'd have to look but doesn't the script set that directory to 644? I'd have to look.
How do you extracted it?
Movm said:
How do you extracted it?
Click to expand...
Click to collapse
With 7zip or do you mean a kdz file itself?
ThePagel said:
With 7zip or do you mean a kdz file itself?
Click to expand...
Click to collapse
The kdz itself. I tried to do it using python and the kdz extractor from g2, always failed...
Movm said:
The kdz itself. I tried to do it using python and the kdz extractor from g2, always failed...
Click to expand...
Click to collapse
That should of worked but there are a couple other programs that will extract.
ThePagel said:
That should of worked but there are a couple other programs that will extract.
Click to expand...
Click to collapse
Which ones?
Movm said:
Which ones?
Click to expand...
Click to collapse
I can't remember I used a few just to make sure it extracted the same size of files but didn't save any or book mark the links.
ThePagel said:
I can't remember I used a few just to make sure it extracted the same size of files but didn't save any or book mark the links.
Click to expand...
Click to collapse
It's very important for me... I need them for making a custom rom.
Movm said:
It's very important for me... I need them for making a custom rom.
Click to expand...
Click to collapse
Well if I found them I sure you can
Google can't help me..
Movm said:
Google can't help me..
Click to expand...
Click to collapse
Sorry but I'm not going to spend my time looking for them for you. I would suggest looking into why the way you tried didn't work because it should have. Perhaps you should ask on the tools thread.
Movm said:
Google can't help me..
Click to expand...
Click to collapse
Did you get it to work? I could hook you up with LGF400KATV10g + working updater script that wont require you to repackage the img every time you work on it. I might upload it to this development section in a few days (depends if I can iron out some minor bugs) all you will need to do is replace or delete the boot.img and edit the build prop to reflect your phone. Or you could tell me what version you want dumped and ill do it for you.
ThePagel said:
Did you get it to work? I could hook you up with LGF400KATV10g + working updater script that wont require you to repackage the img every time you work on it. I might upload it to this development section in a few days (depends if I can iron out some minor bugs) all you will need to do is replace or delete the boot.img and edit the build prop to reflect your phone. Or you could tell me what version you want dumped and ill do it for you.
Click to expand...
Click to collapse
http://click.xda-developers.com/api...smgdl.lgmobile.com/dn/downlo...D85510G_00.kdz I think this one would be great... Its for the d885. Thank you: )
Movm said:
http://click.xda-developers.com/api...smgdl.lgmobile.com/dn/downlo...D85510G_00.kdz I think this one would be great... Its for the d885. Thank you: )
Click to expand...
Click to collapse
I'll send you a pm with the link later tonight.
what country is this for? pretty sure that is a bad kdz.
It's German 10g. I think here is a better one:
http://csmgdl.lgmobile.com/dn/downloader.dev?fileKey=FW382306432109876543213/D85510E_00.kdz<br />
<br />
Your device needs to be rooted
1. Open any files manager of your choice and make sure it runs with superSU/superuser permissions.
2. Mount your system partition as R/W to perform any changes.
3. Navigate to the /system/etc/permissions/ folder and look for the platform.xml.
4. Make backup of platform.xml.
5. Open the platform.xml file with any text editor on your device and search for the following line:
Code:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
</permission>
6. And change it to this:
Code:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
[COLOR="Red"]<group gid="media_rw" />[/COLOR]
</permission>
7. Save it and set permission rw-r-r
8. Reboot
Note: If any problems occur just delete platform.xml and restore the backup file.
rer3 said:
Your device needs to be rooted
1. Open any files manager of your choice and make sure it runs with superSU/superuser permissions.
2. Mount your system partition as R/W to perform any changes.
3. Navigate to the /system/etc/permissions/ folder and look for the platform.xml.
4. Make backup of platform.xml.
5. Open the platform.xml file with any text editor on your device and search for the following line:
Note: If any problems occur just delete platform.xml and restore the backup file.
Click to expand...
Click to collapse
thanks for the tuts , i did this using sdfix kitkat app from playstore
Hi, I tried Foldermount, the first time I opened aplied the fix, rebooted, a thats all
I did this process, however not correct this error, when I copy some damp pc for external memory of my Z3c, the unit not play the file.
If I copy the internal memory to the outside also does not work.
How to solve?
iedafarha said:
thanks for the tuts , i did this using sdfix kitkat app from playstore
Click to expand...
Click to collapse
Dany MID Zero said:
Hi, I tried Foldermount, the first time I opened aplied the fix, rebooted, a thats all
Click to expand...
Click to collapse
well, there's always an alternative.
pedro5148 said:
I did this process, however not correct this error, when I copy some damp pc for external memory of my Z3c, the unit not play the file.
If I copy the internal memory to the outside also does not work.
How to solve?
Click to expand...
Click to collapse
to be honest I don't really understand what you're saying.
I did all the steps and now all the 3rd party apps (eg: titanium backup, airdroid) on my LP Z3 could write on ext sd card.
Sent from my D6603 using XDA Free mobile app
I can also write to the SD card, but music and videos are corrupted.
pedro5148 said:
I can also write to the SD card, but music and videos are corrupted.
Click to expand...
Click to collapse
well let me put it clear what this this tutorial will do.
If you try to copy songs or videos from your PC via airdroid (which is 3rd party app) to ext sd card, kitkat rom or above will prevent it to happen. After you did this tutorial, kitkat rom or above won't prevent it. If your songs or videos get corrupted the problem are (might be) the files. I've tested it myself and nothing get corrupted.
thanks bro for the tut.
i used sdfix in kitkat, and in lollipop too when update, but everytime i restore app from TB (i make backup folder location in sd card) always got bootloop.
i don't know if sdfix isn't compatible yet with lollipop or not, so i don't instal it again.
now i use your tutorial, and everything works like a charm :good:, but maybe for now i wont make backup folder location in sd card, at least now i can use xposed obb on sd card :laugh:
------
btw, si agan orang bandung? :laugh:
gundam_warlock said:
thanks bro for the tut.
i used sdfix in kitkat, and in lollipop too when update, but everytime i restore app from TB (i make backup folder location in sd card) always got bootloop.
i don't know if sdfix isn't compatible yet with lollipop or not, so i don't instal it again.
now i use your tutorial, and everything works like a charm :good:, but maybe for now i wont make backup folder location in sd card, at least now i can use xposed obb on sd card :laugh:
------
btw, si agan orang bandung? :laugh:
Click to expand...
Click to collapse
Well life is getting so much easier with this fix, lol.
------
yoi gan
after editing i can't save it. dont know what happens, sony E3 rooted with lock bootloader .
Great work
anhtu_1990 said:
after editing i can't save it. dont know what happens, sony E3 rooted with lock bootloader .
Click to expand...
Click to collapse
you could try editting it in notepad++ and then push it back inside system.
Sent from my D6653 using XDA Free mobile app
I used NEXTAPP SDFIX app from the Google Play store. It took about 5 seconds. Must have root. No issues.
Im on a Z3 D6616 with OEM 4.4.4 locked bootloader.
Man, this is awesome. I don't like installing apps to do this kind of things.
THANK YOU
Edit: I'll keep testing the apps, if any trouble show up I'll tell you.
Doesn't work on my xperia z3 stock rom 4.4.4.
Followed the instructions succesfully but after rebooting i still cant move apps to sd.
That button isn't there under app info in settings
Nagaeh said:
Doesn't work on my xperia z3 stock rom 4.4.4.
Followed the instructions succesfully but after rebooting i still cant move apps to sd.
That button isn't there under app info in settings
Click to expand...
Click to collapse
Have you already made a check on platform.xml after the reboot, if the changes you made (see startpost no. 5. and 6.) are really saved? Did you already check the permissions of platform.xml as per description (rw-r-r)? If yes, reboot your device again and give it another try!
Just install this application, it makes this whole process.
Obviously, you must have root access.
https://play.google.com/store/apps/details?id=nextapp.sdfix
Thanks.
Nice work.
I tried doing it with the SD fix app as well as doing it manually with a root explorer.
Neither works.
I can see that the file is succesfully saved and the permission is set to rw-r-r- but nothing happens
Worked for me, thx for the tutorial