[Fix][N9005][ExtSdCard Write Issue][Kitkat 4.4.2][NA6] - Rooted - Galaxy Note 3 Android Development

Hello All,
Since kitkat 4.4.2 was released on the Galaxy Note 3, many users were unable to write files to the External SD Card. Below is a simple fix for rooted users on the Galaxy Note 3 N9005 ( International Snapdragon Variant).
**Please be advised that I have only tested this on my personal N9005. However, you are free to test it on your own devices at your own risk!! **
1. Using a root-enabled file manager, 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...
4. Save the changes to the file.
5. Restart.
Attached is a copy of my platform.xml.
Note : Another Playstore application avaliable to fix this issue : https://play.google.com/store/apps/details?id=nextapp.sdfix.
Edited on request of @webmastir

try it yesterday 4 times and every time I had a Bluetooth error.
The only way I was able to use Kitkat with my note was using a custom ROM. Do not understand, what are custom rom builders do other way, but it work for me...
And more. Even with custom rom, the external sd is showed the "different" way, when in 4.3 , For example, in Total commander, there is no SD2. and some other software, do not define microsd as SD card. Just another folder in fail system...

zpjotr said:
try it yesterday 4 times and every time I had a Bluetooth error.
The only way I was able to use Kitkat with my note was using a custom ROM. Do not understand, what are custom rom builders do other way, but it work for me...
And more. Even with custom rom, the external sd is showed the "different" way, when in 4.3 , For example, in Total commander, there is no SD2. and some other software, do not define microsd as SD card. Just another folder in fail system...
Click to expand...
Click to collapse
Well, the architecture is the same and permission manisfest is used with all roms, sammy developers forgot to add a group I guess or did it on purpose, who knows.. but this worked like a charm for me after I flashed kitkat and felt handicapped.
Maybe you have messed up with some permission or something if you're getting the bluetooth error.
Try to do a clean flash again and then edit the file. If clean flash is not possibe pm me ur email. I will send you my xml and try to replace it with yours to see if that fixes your problem.
Sent from my SM-N9005 using xda app-developers app

this method isnt working for me I already modified the file but still cant make the programs to access the sd card, worst than that my internal storage is "write protected"... Im starting to think to get rid of this phone it has been nothing but problems since the beggining: Region Lock, Knox crap and now the SD... whats next?

carlomagno78 said:
this method isnt working for me I already modified the file but still cant make the programs to access the sd card, worst than that my internal storage is "write protected"... Im starting to think to get rid of this phone it has been nothing but problems since the beggining: Region Lock, Knox crap and now the SD... whats next?
Click to expand...
Click to collapse
Can you add a screen of the platform.xml? Perhaps you may have wrongly entered the permission gid.. And you need to restart the phone after editing the file.

mateenf said:
Can you add a screen of the platform.xml? Perhaps you may have wrongly entered the permission gid.. And you need to restart the phone after editing the file.
Click to expand...
Click to collapse
Sure here it is.
I made it by flashing the zip file, am not able to copy or edit files in the internal memory because "write protection"

carlomagno78 said:
Sure here it is.
I made it by flashing the zip file, am not able to copy or edit files in the internal memory because "write protection"
Click to expand...
Click to collapse
I'd strongly recommend to do a full wipe and factory reset if you're having a custom recovery. Ive read fee forums outside XDA that many a times flashable zips have cause a problem to platform.xml.
If you dont have a custom recovery then you may need to flash the firmware again and then edit the file.
Sent from my SM-N9005 using xda app-developers app

mateenf said:
Well, the architecture is the same and permission manisfest is used with all roms, sammy developers forgot to add a group I guess or did it on purpose, who knows.. but this worked like a charm for me after I flashed kitkat and felt handicapped.
Maybe you have messed up with some permission or something if you're getting the bluetooth error.
Try to do a clean flash again and then edit the file. If clean flash is not possibe pm me ur email. I will send you my xml and try to replace it with yours to see if that fixes your problem.
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
thank you for proposed help. But I'm to tired of setting up phone after all weekend "fun" with rom flashed (all together 5-6 times with full wipe)
I'm almost sure, I wasn't messing with anything else - I did it more then 4 times, and Bluetooth was working until I edit platform.xml
now, I start to think, it's possible the ownership and permissions were changed after editing (I was using total commander and did not check it after saving the file).
But, I'm not the only one - there someone having same issue:
http://forum.xda-developers.com/showpost.php?p=49530438&postcount=3
P.S. I wasn't modifying /mnt/media_rw

some application don't have permission to write extSdCard
I made this mod but some application don't have permission to write ExtSdCard.
these application in my case are: dolphin wont download files, tomtom navigator doesn't work but moving tomtom folder in internal sdcard it works.
Is there anybody that have same issue?
mateenf said:
Hello All,
Since kitkat 4.4.2 was released on the Galaxy Note 3, many users were unable to write files to the External SD Card. Below is a simple fix for rooted users on the Galaxy Note 3 N9005 ( International Snapdragon Variant).
**Please be advised that I have only tested this on my personal N9005. However, you are free to test it on your own devices at your own risk!! **
1. Using a root-enabled file manager, 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.
5. Restart.
Attached is a copy of my platform.xml.
Click to expand...
Click to collapse

Hey, I'm having the same issue, it's affecting my titanium backups. I tried the very same method above over the weekend based on instructions from another thread, but still no success.
Sent from my SM-N9005 using XDA Premium 4 mobile app
---------- Post added at 06:40 PM ---------- Previous post was at 06:27 PM ----------
Hey, your permissions are correct, previously I granted sdcard_rw rights, but not media_rw as mentioned in your discussion. Since the changes to show
"
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
"
I'm able to write and titanium backup is running smoothly.
Thanks and Cheers!
Sent from my SM-N9005 using XDA Premium 4 mobile app

Thanks guy, work great for me on stock rom rooted NA6 kitkat

liva said:
Thanks guy, work great for me on stock rom rooted NA6 kitkat
Click to expand...
Click to collapse
Welcome Glad was able to help
Sent from my Nexus 5 using xda app-developers app

mateenf said:
Hello All,
Since kitkat 4.4.2 was released on the Galaxy Note 3, many users were unable to write files to the External SD Card. Below is a simple fix for rooted users on the Galaxy Note 3 N9005 ( International Snapdragon Variant).
**Please be advised that I have only tested this on my personal N9005. However, you are free to test it on your own devices at your own risk!! **
1. Using a root-enabled file manager, 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.
5. Restart.
Attached is a copy of my platform.xml.
Click to expand...
Click to collapse
Thanks for the best additional thing to bring stuck with KitKat.
sent from my iPhone 6s 64gb 5.7inch Super Oled screen and spen

Will there be a solution for non rooted stock rom?

liomajor said:
Will there be a solution for non rooted stock rom?
Click to expand...
Click to collapse
That will have to wait for Samsung to push the OTA update.
Sent from my Nexus 5 using xda app-developers app

Today's rollout for OMN, SIM, MTL and ATL have the same missing media_rw.
If you are not on root (!!!knox 0x1!!!), i suggest NOT to update to 4.4.2
or a lot programs you paid for might not work properly if they need
access to ExtSdCard.
Dunno if its a bug or changed permissions to use ExtSdCard.
Currently only programs with system access like stock Filemanager are working.

mateenf said:
That will have to wait for Samsung to push the OTA update.
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
I don't think there will be a fix. This is a kitkat feature where app that need access to external sd need to ask for permission. So it's up to each app developer to update their app with this permission.
Sent from my SM-N9005 using XDA Premium 4 mobile app

antt00 said:
I don't think there will be a fix. This is a kitkat feature where app that need access to external sd need to ask for permission. So it's up to each app developer to update their app with this permission.
Sent from my SM-N9005 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
+1
Sent from my Nexus 5 using xda app-developers app

Can confirm that it is working on my SM-N900W8.

Thank you.
Editing permission.xml worked on exynos version.
Sent from my SM-N900 using Tapatalk

Related

updated S-Voice apk

For those who dont know, there is a new updated S-voice out that is currently working on most devices. I'm sure it'll be patched soon as well, and the need to change the build.prop will arise again. In the meantime, this one DOES work
http://www.mediafire.com/?fp04n29phdzeram
Move to system/app, install, enjoy.
When was it updated? I got the download from the original thread yesterday afternoon.
How is it different to skyvi?
EggRoll53 said:
When was it updated? I got the download from the original thread yesterday afternoon.
Click to expand...
Click to collapse
This was updated earlier today. Many users were having trouble with the previous build after Samsung blocked access to the application from other devices.
cricketAC said:
How is it different to skyvi?
Click to expand...
Click to collapse
I'm sorry, I can't speak on behalf of that since I've never used it. Perhaps someone else in the thread can help you on that. My apologies.
aaCotyaa said:
I'm sorry, I can't speak on behalf of that since I've never used it. Perhaps someone else in the thread can help you on that. My apologies.
Click to expand...
Click to collapse
I pushed it into systems/app. Rebooted. It doesnt show in my apps.
?
cricketAC said:
I pushed it into systems/app. Rebooted. It doesnt show in my apps.
?
Click to expand...
Click to collapse
Did you push THEN install?
I should also note that this app is only compatible with ICS 4.0+ roms.
aaCotyaa said:
I should also note that this app is only compatible with ICS 4.0+ roms.
Click to expand...
Click to collapse
Figures. Mine isn't.
Sent from my LG-P999
I'm getting Force Close every time I tell it to do something that app oriented, I'm assuming it's looking for Samsung applications? I fixed permissions with in root explorer , is there something else I'm missing. Still think its kinda pointless lol. NVM some things work some dont, I sent myself a text but cannot set an alarm lol. this helped things though.
Originally Posted by sanderbouw
To get it working properly you need to open the apk with winzip or winrar and you'll see an lib folder with an .so file in it.
Copy this file into your /system/lib and reboot.
It made the S Voice working on my old Xperia X8.
I have permissions set to -rwxrwxr-x
I have permissions set to -rwxrwxr-x
I haven't a clue then lol, tried that as well, with no luck.
I copied that .so file from the .apk into the lib folder and it works now. It appears the only time that the app FC itself is when it tries to launch another app. I'm guessing probably because it is trying to look for the Samsung app.
Example - When I ask "Locate the nearest Mexican restaurant" or "What is the weather like today?"
U should link the the original thread so people can give credit where it is due and thank whoever ported it
Sent from my LG-P999 using xda premium
I just installed it, didnt change anything, and its working great!
aaCotyaa said:
Did you push THEN install?
Click to expand...
Click to collapse
hi, may sounds silly, but i'm new in the android game.
where do I find the "systems/app" folder that you mentioned? I'm on a Mac and using the USB Mass Storage, but I don't see the systems folder.
any help will be appreciated.
You're going to need to use ADB with cmd line to push it as far as I know or have root enabled file explorer like ROM Toolbox and you will see system when you're in it, this app never worked when I pushed it to system for me just installed it like a normal app and rebooted phone
Sent from my LG-P999
Yeah I had to just install it regularly on the first release I got, but on this one I had to move to system. I used Solid Explorer.
I need a help iam stuck with network problem
hi i need a help from u.iam using xperia x8.im using custom rom mini cm9 3.0.3.i tried installing s voice but it didn't work.so i followed your method. i first moved that svoicesigned.apk to the system/apps and then installed.i extracted the svoicesigned.apk and copied a .so file fom lib and then moved it to the system/lib.and then i changed the ro.product.device=Gt-I9300 and ro.product.model=GT-I9300 using root explorer.but till now the problem is not solved.so i set permission to svoicesigned.apk to rwxrwxr-x.and set permission to libsvoxtts.so to rwxrwxr-x.and rebooted,but the problem is not solved.please help me to come out of this problem

[Q] I have a problem with data being deleted on reboot?

Hi,
I rooted my phone because I wanted to use an application called FolderMount, so I could store big chunks of data from apps onto my SD card.(it seems as though the SD card is useless on Android)I am using an HTC Desire 601, with Android version 4.2.2. Now my problem is that, I'm having an error with FolderMount because of something to do with external SD card r/w permissions.(no this is not specific to the app, it's a software wide problem, that's why I'm posting here.) So I found a "fix" that involved editing platform.xml and adding a line. However, everytime I try to edit it, either the phone just reboots, or no changes are made. Basically, the system folder is denying me r/w access. In root explorer there is a feature to mount it temporarily as r/w, but then if I reboot my changes are lost. This is a problem which I think is also not allowing me to install Busybox. Please help me with this. Thank you.
Jason1712 said:
Hi,
I rooted my phone because I wanted to use an application called FolderMount, so I could store big chunks of data from apps onto my SD card.(it seems as though the SD card is useless on Android)I am using an HTC Desire 601, with Android version 4.2.2. Now my problem is that, I'm having an error with FolderMount because of something to do with external SD card r/w permissions.(no this is not specific to the app, it's a software wide problem, that's why I'm posting here.) So I found a "fix" that involved editing platform.xml and adding a line. However, everytime I try to edit it, either the phone just reboots, or no changes are made. Basically, the system folder is denying me r/w access. In root explorer there is a feature to mount it temporarily as r/w, but then if I reboot my changes are lost. This is a problem which I think is also not allowing me to install Busybox. Please help me with this. Thank you.
Click to expand...
Click to collapse
Stock rom?
Which root app do you use?
LS.xD said:
Stock rom?
Which root app do you use?
Click to expand...
Click to collapse
I'm using the default version of Android that came with my phone, if that's what you mean. And umm what do you mean by which root app did I use?
Jason1712 said:
I'm using the default version of Android that came with my phone, if that's what you mean. And umm what do you mean by which root app did I use?
Click to expand...
Click to collapse
You said you "ROOTED" your phone. That means you have some kind of "SUPERUSER" app installed. I hope so at least
LS.xD said:
You said you "ROOTED" your phone. That means you have some kind of "SUPERUSER" app installed. I hope so at least
Click to expand...
Click to collapse
Oh okay I have the SuperSU app it's SuperSU v1.93 I don't know if it's the latest version. Sorry, I'm new to this rooting stuff. I only got this phone this Monday, and I only got to know about rooting the day after.
Jason1712 said:
Oh okay I have the SuperSU app it's SuperSU v1.93 I don't know if it's the latest version. Sorry, I'm new to this rooting stuff. I only got this phone this Monday, and I only got to know about rooting the day after.
Click to expand...
Click to collapse
Open SuperSU and check if access is granted for "FolderMount"
Do you use free FolderMount? Thats limited to 3links at all.
What type of sd card do you use?
LS.xD said:
Open SuperSU and check if access is granted for "FolderMount"
Do you use free FolderMount? Thats limited to 3links at all.
Click to expand...
Click to collapse
Yes, of course access is granted. I have only tried to create one link so far...so it can't be anything to do with the number of links permitted in FolderMount. I mean, I haven't been able to create a single working link. Precisely, the error I'm getting in FolderMount has something to do with sd card r/w permissions(I've linked a screenshot;maybe you've had this problem before and you solved it?)
The only possible fix I can find is the edit to platform.xml. I've contacted the developer; notice how it says "Attempt to patch my ROM"? Well the developer told me that when the patch is applied and when I reboot, the patch is erased because of the reboot(he said that seems to be the case) so I need to find a way to ensure that it isn't erased. I'm having the same problem here; when I make an edit, it's erased either immediately or after reboot. So that's why I need to find a way to fix this. Thanks, if you have a possible fix.
I've tried using DirectoryBind, but it doesn't work and I hear it's been broken since 4.2. I don't know how to revert back to a previous Android version for my device, so I'm stuck.
Jason1712 said:
Yes, of course access is granted. I have only tried to create one link so far...so it can't be anything to do with the number of links permitted in FolderMount. I mean, I haven't been able to create a single working link. Precisely, the error I'm getting in FolderMount has something to do with sd card r/w permissions(I've linked a screenshot;maybe you've had this problem before and you solved it?)
The only possible fix I can find is the edit to platform.xml. I've contacted the developer; notice how it says "Attempt to patch my ROM"? Well the developer told me that when the patch is applied and when I reboot, the patch is erased because of the reboot(he said that seems to be the case) so I need to find a way to ensure that it isn't erased. I'm having the same problem here; when I make an edit, it's erased either immediately or after reboot. So that's why I need to find a way to fix this. Thanks, if you have a possible fix.
I've tried using DirectoryBind, but it doesn't work and I hear it's been broken since 4.2. I don't know how to revert back to a previous Android version for my device, so I'm stuck.
Click to expand...
Click to collapse
Some files e.g. related to kernel will be generated on every boot. In that case you can't change em permanently. BUT you can try another solution so far Create a ext2/ext4 partition on your external sd and use Link2SD or APP2SD pro
In the superSU setting, try enabling option allow apps requesting root permission at start up(on boot).
Sent from my G610-U00 using xda app-developers app
LS.xD said:
Some files e.g. related to kernel will be generated on every boot. In that case you can't change em permanently. BUT you can try another solution so far Create a ext2/ext4 partition on your external sd and use Link2SD or APP2SD pro
Click to expand...
Click to collapse
Um..how do I do that?
Jason1712 said:
Um..how do I do that?
Click to expand...
Click to collapse
Do you have a custom recovery installed?
LS.xD said:
Do you have a custom recovery installed?
Click to expand...
Click to collapse
Yes.Philz-Touch Modified, Advanced CWM Recovery. At least, that's whats stated in the Desire 601 root guide.
Jason1712 said:
Yes.Philz-Touch Modified, Advanced CWM Recovery. At least, that's whats stated in the Desire 601 root guide.
Click to expand...
Click to collapse
This recovery has a built-i feature to parttition sd-card. Pls keep in mind that all data on sd will be deleted during the process. i look out for a guide.
Your recovery / Rom (Kernel) has to support this feature. I can't find this information. So pls be patient. I'll pm you as soon as i found a safe solution.
LS.xD said:
This recovery has a built-i feature to parttition sd-card. Pls keep in mind that all data on sd will be deleted during the process. i look out for a guide.
Click to expand...
Click to collapse
So I just have to do that? Just boot into recovery, then use the partition sd-card feature in my recovery, and then that's it? My sd card will be partitioned? Ok, then I download..Link2SD?
LS.xD said:
This recovery has a built-i feature to parttition sd-card. Pls keep in mind that all data on sd will be deleted during the process. i look out for a guide.
Your recovery / Rom (Kernel) has to support this feature. I can't find this information. So pls be patient. I'll pm you as soon as i found a safe solution.
Click to expand...
Click to collapse
Oh sorry, I didn't see this post before I posted my reply. OK, thanks a lot.

[Q] Cannot access SD-Card in Galaxy Core 2 SM-G355H ?

Hello folks, i have Galaxy Core 2 SM-G355H and i have rooted my phone and installed the CWM recovery, which i think has done good.
Even the phone after being rooted hasn't done me any good.
I had initially started a topic here: http://forum.xda-developers.com/galaxy-core/help/copy-to-ssd-samsung-galaxy-core-2-sm-t3033178
But the OP hasn't been able to give me some working solutions.
So i am asking to anyone who knows about this stuff. I have rooted and installed CWM recovery, that still given me authority
over my SD-Card, i cannot copy/paste/delete/rename basically access it fully.
The only way i can do is, remove the SD-Card and insert in a Card reader and copy/paste/delete etc.
But i cannot directly do from phone itself.
I already have fX Explorer, Solid explorer and ES File Explorer.
Nothing has worked, so i am asking can anyone show me how to do that.
I would be grateful for your suggestion.
Awaiting reply.
desktopuser said:
Hello folks, i have Galaxy Core 2 SM-G355H and i have rooted my phone and installed the CWM recovery, which i think has done good.
Even the phone after being rooted hasn't done me any good.
I had initially started a topic here: http://forum.xda-developers.com/galaxy-core/help/copy-to-ssd-samsung-galaxy-core-2-sm-t3033178
But the OP hasn't been able to give me some working solutions.
So i am asking to anyone who knows about this stuff. I have rooted and installed CWM recovery, that still given me authority
over my SD-Card, i cannot copy/paste/delete/rename basically access it fully.
The only way i can do is, remove the SD-Card and insert in a Card reader and copy/paste/delete etc.
But i cannot directly do from phone itself.
I already have fX Explorer, Solid explorer and ES File Explorer.
Nothing has worked, so i am asking can anyone show me how to do that.
I would be grateful for your suggestion.
Awaiting reply.
Click to expand...
Click to collapse
Have you flashed new firmware ?
New kernels (boot.img) have default ro acess to sdcard !
Please state your infos :
Model
Modem
Core build ...
The workaround I provide for this type won't work after update !!!
You will have to flash previous boot or recompile the new boot
Regards.
StratOS_HTC said:
Have you flashed new firmware ?
New kernels (boot.img) have default ro acess to sdcard !
Please state your infos :
Model
Modem
Core build ...
The workaround I provide for this type won't work after update !!!
You will have to flash previous boot or recompile the new boot
Regards.
Click to expand...
Click to collapse
My Mobile is Galaxy Core 2 SM-G355H , please see the snapshot to see the version number.
desktopuser said:
My Mobile is Galaxy Core 2 SM-G355H , please see the snapshot to see the version number.
Click to expand...
Click to collapse
This is still old release, donno why U can't access the extSdCard with current provided infos.
StratOS_HTC said:
This is still old release, donno why U can't access the extSdCard with current provided infos.
Click to expand...
Click to collapse
Its ok, i totally lost interest in it.
desktopuser said:
Its ok, i totally lost interest in it.
Click to expand...
Click to collapse
Have U read my last reply ?
http://forum.xda-developers.com/showpost.php?p=59071633&postcount=11
The FS /system and other too is/are readonly (ro) in device, so if u want to delete or copy inside this partition u must change it to rw (readwrite), it's better for you to use some Explorer root based application like FX Explorer with root addon ...
If u have copied the update zip to extSdCard and run the update procedure in stock recovery U should be able to copy/edit/delete files on your extSdCard - Card if the install were sucessfull.
For a check: Install app https://play.google.com/store/apps/d...=nextapp.sdfix and check again things now U'r rooted. Regards
Click to expand...
Click to collapse
StratOS_HTC said:
Have U read my last reply ?
http://forum.xda-developers.com/showpost.php?p=59071633&postcount=11
Click to expand...
Click to collapse
I have already installed at least a dozen of explorer, most promising was fx explorer with it free root access add-on, the other was ES File
explorer. They both can't copy/paste files to Memory card.
My device is Galaxy Core 2 SM-G355H, Android 4.4.2. I have already rooted and installed CWR mode, but i havn't flashed my firmware.
I am searching now for a possible firmware update, that could access memory card.
Could you do a small part from your side and find a firmware that can be flashed in my device, i will try from my side. :good:
Will update , if i find some solution.
KK SDCard fix
desktopuser said:
I have already installed at least a dozen of explorer, most promising was fx explorer with it free root access add-on, the other was ES File
explorer. They both can't copy/paste files to Memory card.
My device is Galaxy Core 2 SM-G355H, Android 4.4.2. I have already rooted and installed CWR mode, but i havn't flashed my firmware.
I am searching now for a possible firmware update, that could access memory card.
Could you do a small part from your side and find a firmware that can be flashed in my device, i will try from my side. :good:
Will update , if i find some solution.
Click to expand...
Click to collapse
The users in this forum don't know how to read posts. U'r among them too. Sorry for my statement, but it's true.
It's not only the explorers,apps or managers that can copy files from/to. The KitKat have a fix for KitKat SDCard ro access.
For a check: Install app https://play.google.com/store/apps/details?id=nextapp.sdfix and check again things now U'r rooted. Regards
Click to expand...
Click to collapse
.
Check and recheck the posts again, U'll find that you too fast jump to miss.. conclusions ... same as sometimes me too.
I am searching now for a possible firmware update, that could access memory card.
Click to expand...
Click to collapse
All of the stock firmwares uses KK RO acess for SdCard unless U install some custom & fixed ones.
Have also provided many tutorials in the subforums detaily how to fix it for GC2 models.
Latest firmwares uses some extra functionality regarding SDCards, fix will not work unless ...
Enjoy.
Read your start thread : http://forum.xda-developers.com/galaxy-core/help/copy-to-ssd-samsung-galaxy-core-2-sm-t3033178
Regards
OK, thanks for the statement. I accept, i am a newbie here. I can figure my way through most of the other forum out there.
But one pertaining to Mobile device require's little more knowledge, because its tricky, since there are a huge number of devices.
I am not a regular visitor.
Anyways, i found a firmware for my device.
Link:
http://www.sammobile.com/firmwares/database/SM-G355H/
http://samsung-updates.com/details/42605/Galaxy_Core_2/SM-G355H/INS/G355HXXU0AOC1.html
The second link to the firmware matched the hashes to the link in the first link.
Did the Odin thing, and all the necessary steps. But still i am not able to copy/paste/delete etc function.
So i technically give up for this device, i'll use it as it is.
@StratOS_HTC: I tried the KitKat access app from Google Play store, a number of them. But they all showed similar results.
But i'll be open to your opinion.
Thank you.:good:
desktopuser said:
Hello folks, i have Galaxy Core 2 SM-G355H and i have rooted my phone and installed the CWM recovery, which i think has done good.
Even the phone after being rooted hasn't done me any good.
I had initially started a topic here: http://forum.xda-developers.com/galaxy-core/help/copy-to-ssd-samsung-galaxy-core-2-sm-t3033178
Awaiting reply.
Click to expand...
Click to collapse
As said and will said again :
Please read carefully !
Hope your phone works ok and everything else on phone is ok.
If you can't access your extSdCard throught phone do a low level format ( and hope you don't use 64 GB ).
Hope also you don't use any other EXT partition on your sdcard. or any other sd linkage or swap options on your sdcard
Format the sdcard as only extFAT or FAT on any other comp card reader and reformat it on the phone !
Now you should be able to access the sdcard on your phone if every thing else on phone is ok.
If U'r rooted on stock ( KitKat sdcard restriction ) and if U have installed nextapp.sdfix and grant su access to it the app will change this permissions for you and you will be able to aceess rw to sdcard now.

Rooting an unknow device

Hello and Welcome,
I was looking as hell for a solution to my problem on the internet.
I have been fighting with this for a month now.
Some months ago I have bought a china camera. I have started to have some problem with it, so I decided to check what is inside. I have found some Xynos(samsung chip).
It have custom system running on it.
I realize that it has an android(4.0.3) on it running an app(which act as a OS) which is responsible for full device.
I decided to connect USB keyboard to it and I manage to exit(! haha) this app and go to normal android device launcher.
In the next step I wanted to run ADB. I did not have any drivers, so I tried to change pid of universal USB driver and it worked(!).
The problem that I am facing now, is that I cannot enable USB debugging to run ADB. When I go to developer options and enable USB Debugging go back and again enter it is disabled.
So they somehow secure this. Is there a way to "hack" this? I tried to get to fastboot by pressing all hardware buttons but no luck.
I have also Extracted this app as a *.apk but there is nothing that I can do with it. I tried to install it on another device, but it says that "App was not installed", maybe because of android version(I tried on 4.4.2).
Best Regards,
Patryk
U want to root it?
Sent from my GT-S5830i using XDA Free mobile app
Basicly yes because without it you can do nothing. A least get ADB to work.
Try with kingo root its an universal rooting app works with almost every device
Sent from my GT-S5830i using XDA Free mobile app
Thank you very much, I didn't know that it is possible to root the device from app level
I have another problem to solve, maybe someone can also help me with it.
This main app which acts as a OS require some custom SD card to be placed in the device.
If it is not there device won't let me use most of it functions.
Is it possible to somehow "hack" this solution?
Reversing APK will help?
Yup some devices are behave like that! Same like my phone gt s5830i
My phone memory divided into two partitons 1.system 2.internal storage
System storage(200MB) contains OS files and you cant use it for personal usage like downloads,pictures etc.
And the internal storage(200mb) is reserved only for app installations!
So if i dont put sd card i cant take pics or record a video or voice,i cant able to download anything or save anything!
I mean i cant do any media things or saving things!
And there is no way to solve it!
I think ur problem is same
Give a Thanks if i helped you!
Sent from my Samsung Galaxy Ace GT-S5830I
Currently Running:CMX11 Beta 6(CyanogenMod 11) with [email protected] kernel
For now I have almost solve my full problem and it is not connected with SD card memory. My SD card slot acts as a kinda security and SD card by it self is some kind of a chip. Without this chip device simply won't work.
I was able to reverse main system app on my device by apktool and see some java using Dex2Jar + JD GUI.
Now I am trying to find some code responsible for this action and will try to "fix" that in smali files, build again and install till I die
patryk20120 said:
For now I have almost solve my full problem and it is not connected with SD card memory. My SD card slot acts as a kinda security and SD card by it self is some kind of a chip. Without this chip device simply won't work.
I was able to reverse main system app on my device by apktool and see some java using Dex2Jar + JD GUI.
Now I am trying to find some code responsible for this action and will try to "fix" that in smali files, build again and install till I die
Click to expand...
Click to collapse
Good luck bro!
One thing i did using root brower
I navigate to system partition and i copy my important things in system part from sd card to keep my data secure from intrudersespecially videos you know what i mean
Give a Thanks if i helped you!
Sent from my Samsung Galaxy Ace GT-S5830I
Currently Running:CMX11 Beta 6(CyanogenMod 11) with [email protected] kernel
---------- Post added at 01:37 AM ---------- Previous post was at 01:36 AM ----------
So by that way i can use system part
Give a Thanks if i helped you!
Sent from my Samsung Galaxy Ace GT-S5830I
Currently Running:CMX11 Beta 6(CyanogenMod 11) with [email protected] kernel

App can't access SD card on CM13

I'm using Voice Recorder when I'm on stock to record song ideas and I keep them on my SD card so I don't lose them through my ROM experiments.
But when I'm on CM I can't access the SD card. I get this error "No access - Please choose another folder".
I gave it all the permissions I could but I still get the error.
How can I get this to work?
Thanks!
Prosis said:
I'm using Voice Recorder when I'm on stock to record song ideas and I keep them on my SD card so I don't lose them through my ROM experiments.
But when I'm on CM I can't access the SD card. I get this error "No access - Please choose another folder".
I gave it all the permissions I could but I still get the error.
How can I get this to work?
Thanks!
Click to expand...
Click to collapse
You might need the "SD card fix for Kit Kat"
Sent from my SCH-I535 using Tapatalk
Droidriven said:
You might need the "SD card fix for Kit Kat"
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Before can you check you permission file ?
If a line of code is missing SDcard fix for KK can solve you problem, but don't forget to do a backup of your file :silly:
(same if SDcard do it too)
Often this line of code seem like
<group gid="media_rw" />
in
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
bricex308 said:
Before can you check you permission file ?
If a line of code is missing SDcard fix for KK can solve you problem, but don't forget to do a backup of your file :silly:
(same if SDcard do it too)
Often this line of code seem like
<group gid="media_rw" />
in
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
Click to expand...
Click to collapse
Where do I find this permission file?
Prosis said:
Where do I find this permission file?
Click to expand...
Click to collapse
You aren't understanding. To simplify this for you, do a google search for:
"SD card fix for KitKat"
That was the whole point of putting it in quotation marks the first time I mentioned it.
That should give you many different links to go through with various methods. Find the various methods of fixing this for KitKat and find one that works for you.
Sent from my SCH-I535 using Tapatalk
Droidriven said:
You aren't understanding. To simplify this for you, do a google search for:
"SD card fix for KitKat"
That was the whole point of putting it in quotation marks the first time I mentioned it.
That should give you many different links to go through with various methods. Find the various methods of fixing this for KitKat and find one that works for you.
Sent from my SCH-I535 using Tapatalk
Click to expand...
Click to collapse
Oh I know, I was actually answering bricex308
Prosis said:
Where do I find this permission file?
Click to expand...
Click to collapse
In my mind i think it's better to wait someone with Best knowledge than me on Cm, longtime i'm not on.
Maybe can you send the list of folder of root directory....
Or try reboot on your cwm, twrp...if you have something like
Advanced option > fix permission...
But i prefer said you, if you aren't sure what you are doing, don't try or expect someone more competent than me.
Prosis said:
Where do I find this permission file?
Click to expand...
Click to collapse
What I meant was finding that permission file is pointless, just do the search for the SD card fix for KitKat and give it a try.
Sent from my SCH-I535 using Tapatalk
Tried all of that but with no luck... :/
Prosis said:
Tried all of that but with no luck... :/
Click to expand...
Click to collapse
Try XternalSD or Marshmallow SD fix. They're both xposed modules so you'll need to install the xposed framework first.

Categories

Resources