I am using android 4.04 beta for my SU760,please tell me how to root [Many Pictures] - LG Optimus 3D

I am using android 4.04 beta for my SU760,but the system had many sofewere which i never used , i want delete it but can not root , ,please tell me how to root, thank you
sory for my poor English .

No root method documented yet, although I do have one that I'm saving for P920 and I don't want LG to patch it
You can try flashing the CWM recovery linked somewhere and make a CWM package that deletes the apks you don't want.

Oh . . ~~~~~~~~~~~
pandaball said:
No root method documented yet, although I do have one that I'm saving for P920 and I don't want LG to patch it
You can try flashing the CWM recovery linked somewhere and make a CWM package that deletes the apks you don't want.
Click to expand...
Click to collapse
Thanks
I want root Only to delete some apps , because this app is T-service app in Korea that I can not use it in China .
The ways Which you sad I understanded ,write a Script to delete these apps In CWM ,But I do not know how to write script and some syntax
that I am not familiar with. So Please give some information about running script in CWM (*.zip)example to install. thank you again . :fingers-crossed:

Oh my god
pandaball said:
No root method documented yet, although I do have one that I'm saving for P920 and I don't want LG to patch it
You can try flashing the CWM recovery linked somewhere and make a CWM package that deletes the apks you don't want.
Click to expand...
Click to collapse
after the official ICS install , I can not enter the CWM , oh . .. . .

You have to flash the modified one in the forum.
As for syntax, I just got a new computer so I'm still setting things up. I'll post a rough one once I get my stuff up in order.

Hi,
You could try this way to root the SU760-ICS firmware => http://forum.xda-developers.com/showpost.php?p=29866696&postcount=1
Cheers paki

thanks
Paki0402 said:
Hi,
You could try rhis way to root the SU760-ICS firmware => http://forum.xda-developers.com/showpost.php?p=29866696&postcount=1
Cheers paki
Click to expand...
Click to collapse
thanks I will try it .

Related

[ROM](Working Update.zip) -> Defy Update.zip Cookie Cutter Rom

Defy Froyo 3.4.2 Cookie Cutter Rom​
Q. How Do I use the Update.zip?
A. Go to Market & Download Defy SD-Recovery & Install..
1. Next place the Update.zip on the /sdcard via PC
2. Turn on MoTo Phone Portal ( SD-Recovery is SD Based so you need to Turn Off USB Mass Storage )
3. ADB Debugging does not have to be Turned Off on my version
Once Booted into the Recovery apply the update.zip
wait a few minutes & it should be done...
Please Reads the notes I left in the Update.zip if you build a Custom Update.zip, this will save you trouble down the road.
What's Flashed?
A. Boot.img
B. dev_tree
C. Moto Blur 3.4.2 Rom ( Yes I know it's not the latest, built off what I had )
D. UNO & TMO-TV Removed
E. Rooted ( SU & Superuser )
F. Busybox Installed to xbin
G. Rest of Rom is stock
Once installed, remove eugene.apk from /system/app ( Old boot strap that need adb turned off before rebooting / defy sd-recovery does not have this issue)
Q. I Edited the update.zip & Now it fails verf. in recovery when trying to flash!
A. example of signapk on signing the edited update
java -Xmx1024m -jar signapk.jar -w testkey.x509.pem testkey.pk8 update1.zip update.zip
Download: Original Post
To Update other parts of the Phone: Add this to the update-scripts for what you are flashing.
If we had all these Parts from 2.1 we could go back.
package_extract_file("lbl", "/tmp/lbl");
write_raw_image("/tmp/lbl","lbl");
delete("/tmp/lbl");
package_extract_file("device_tree.bin", "/tmp/device_tree.bin");
write_raw_image("/tmp/device_tree.bin","devtree");
delete("/tmp/device_tree.bin");
package_extract_file("cdrom", "/tmp/cdrom");
write_raw_image("/tmp/cdrom","cdrom");
delete("/tmp/cdrom");
package_extract_file("logo.bin", "/tmp/logo.bin");
write_raw_image("/tmp/logo.bin","logo.bin");
delete("/tmp/logo.bin");
package_extract_file("umts_wrigleyref_build.bin", "/tmp/umts_wrigleyref_build.bin");
write_raw_image("/tmp/umts_wrigleyref_build.bin","bpsw");
delete("/tmp/umts_wrigleyref_build.bin");
package_extract_file("cdt.bin", "/tmp/cdt.bin");
write_raw_image("/tmp/cdt.bin","cdt.bin");
delete("/tmp/cdt.bin");
Hey eugene,
Glad to see you working on Defy too
I think this will be major help for developers and btw that 3.4.2 version did you used? since there are many of them.
Thanks.
um. 107 I think since it has a floating update.zip someplace & sbf.
Ill update to the latest when I start building roms
Sent from my MB525 using XDA App
i don't understand. is the boot.img still the signed cg35.smg?
if so, can't we just use the cmw to do that?
can you post more detailed chages you made over cmw?
other than the signapk and usb debugging described.
many thanks.
eugene373 - great work!
racca said:
i don't understand. is the boot.img still the signed cg35.smg?
if so, can't we just use the cmw to do that?
can you post more detailed chages you made over cmw?
other than the signapk and usb debugging described.
many thanks.
Click to expand...
Click to collapse
Same here, i'm pretty interested in more details, thank you
this Zip File is for what ?
Thanks
Greetings
you can not use cwm due encryption. If you dont know what an update.zip is stick to nandroid...
This is for rom builders.
Heading out, when I get home ill make it clearer.
Though, now that I think about it cwm might be fine due to the nature of how it works.
Ill test later and let everyone know
Sent from my MB525 using XDA App
So we are able to install updates via the "normal" Motorola Recovery mode? So we are able to get a "unbrickable" Defy?
Edit: got it myself. The ZIP File won't be recognized by the motorola recovery... anyway thanks for your job
Now, what can SD-recovery do? Can it write other partitions, like cdt.bin?
Simplestas said:
Now, what can SD-recovery do? Can it write other partitions, like cdt.bin?
Click to expand...
Click to collapse
Yes. I can add the string if you would like
eugene373 said:
To Update other parts of the Phone: Add this to the update-scripts for what you are flashing.
package_extract_file("lbl", "/tmp/lbl");
write_raw_image("/tmp/lbl","lbl");
delete("/tmp/lbl");
package_extract_file("device_tree.bin", "/tmp/device_tree.bin");
write_raw_image("/tmp/device_tree.bin","devtree");
delete("/tmp/device_tree.bin");
package_extract_file("cdrom", "/tmp/cdrom");
write_raw_image("/tmp/cdrom","cdrom");
delete("/tmp/cdrom");
package_extract_file("logo.bin", "/tmp/logo.bin");
write_raw_image("/tmp/logo.bin","logo.bin");
delete("/tmp/logo.bin");
package_extract_file("umts_wrigleyref_build.bin", "/tmp/umts_wrigleyref_build.bin");
write_raw_image("/tmp/umts_wrigleyref_build.bin","bpsw");
delete("/tmp/umts_wrigleyref_build.bin");
package_extract_file("cdt.bin", "/tmp/cdt.bin");
write_raw_image("/tmp/cdt.bin","cdt.bin");
delete("/tmp/cdt.bin");
Click to expand...
Click to collapse
eugene373 said:
Yes. I can add the string if you would like
Click to expand...
Click to collapse
CwM can do exactly the same afaik, i've already made quite a few update.zip with it.
after reading all your notes, do you actually mean that we can't use format on those patitions?
if you do, well, i learned it the hard way, and delete_recursive also works for me.
thanks for putting up an excellent example if not for anything else, it's much needed.
racca said:
CwM can do exactly the same afaik, i've already made quite a few update.zip with it.
after reading all your notes, do you actually mean that we can't use format on those patitions?
if you do, well, i learned it the hard way, and delete_recursive also works for me.
thanks for putting up an excellent example if not for anything else, it's much needed.
Click to expand...
Click to collapse
Correct, you can only format with the stock recovery ( Hence the reason why I used the Stock Recovery ) any Partition with cwm recovery will cause a non-booting system..
regarding cwm I've not tested it, so Likely it will work.. Steven is still working on the cwm recovery & there is no point in me adding another cwm bootstrap recovery... Mine is just pure stock & works perfect.
I'm still weeding through the /bin /etc file's to find exactly what needs left...
but main goal was to provide an example of what is needed to make an update.zip with out breaking the system.
what exactly is the benefit of this new method?
drsouly said:
what exactly is the benefit of this new method?
Click to expand...
Click to collapse
um? Your joking right!
Update versus a nandroid, I would have thought it was a no brainier....
Build & edit roms on the fly + being able to flash boot.img & downgrading is fine without sbf unless you screw up completely..
eugene373 said:
um? Your joking right!
Update versus a nandroid, I would have thought it was a no brainier....
Build & edit roms on the fly + being able to flash boot.img & downgrading is fine without sbf unless you screw up completely..
Click to expand...
Click to collapse
ok now i got it thx
drsouly said:
ok now i got it thx
Click to expand...
Click to collapse
no problem, wasn't sure if you was being a smart-ass or honestly didn't know...
either way, sorry If I offended you.
~Eugene
I didn't understand yet . I can or not apply the update file using stock recovery?
EDIT: forget I understood now.
Sent from my MB525 using XDA App
psicodelico said:
I didn't understand yet . I can or not apply the update file using stock recovery?
Sent from my MB525 using XDA App
Click to expand...
Click to collapse
Read OP.... Download Defy SD-Recovery from Market
Yeah, I read again slowly and understood.
Sent from my MB525 using XDA App

Arabic Reshapping- Connect Arabic Letters

Remember: I'm not responsible if this damages you phone in any way.
Tested on my friends Samsung Infuse in top of h8rift stoke rooted rom
Apply the attachment as an update in the recovery.
Thanks to madmack for the script
Thanks bro for sharing I already did it manually using madmack script and h8rift helped me to do it manually
hi
how do you flash this zip file?
regards and thanks in advance
Flash the rom from the link in the OP and then reboot into the recovery and choose reinstall packages.
thanks for the reply,
should i put the update.zip inside the root of EXTERNAL memory card or internal memory??
and we you said LINK IN THE OP, that means the refuse ROM v 1.0 right?
regards
Don't try because it brick mine
Thanx
Sent from my HD2 using XDA App
Bricks ur phone cause you install the update.zip or flashing the refuse rom?
sinan2010 said:
Thanks bro for sharing I already did it manually using madmack script and h8rift helped me to do it manually
Click to expand...
Click to collapse
could you please post how did u do it manually?
regards
ok,
now the stock browser showing separated letters, and from left to right !!
the msgs are ok
whats app is ok
email : the headline is ok but when u open the email all the letters are separated and from left to right.
please any help
kajam said:
Don't try because it brick mine
Thanx
Sent from my HD2 using XDA App
Click to expand...
Click to collapse
How did you flash the file?
mr_wehbe said:
ok,
now the stock browser showing separated letters, and from left to right !!
the msgs are ok
whats app is ok
email : the headline is ok but when u open the email all the letters are separated and from left to right.
please any help
Click to expand...
Click to collapse
To fix the browser I need to recompile the source. I'm currently working on that. I don't know when I will get done because I don't have the phone handy all the time, but I post it as soon as I'm done.
mr_wehbe said:
thanks for the reply,
should i put the update.zip inside the root of EXTERNAL memory card or internal memory??
and we you said LINK IN THE OP, that means the refuse ROM v 1.0 right?
regards
Click to expand...
Click to collapse
EASY
*go to this page and follow the steps to install the stock deodxed ROM
*When totally finished, do a Factory reset
*Copy the update.zip file to the INTERNAL SD
*Turn off you phone
*When it is turned off press BOTH volume keys and power until Samsung's logo shows up then let go the power button.
*Choose reinstall packages
it should reboot
Thank you Sale7 appreciate your work
hi again,
did any one managed to let this work on the new version of refuse v1.1 or v1.1.1??
thanks in advance
done,
the arabic was installed on refuse version 1.1
and for the browser, u can use opera mini for the connected letters.
Is there any solution for the Arabic in the email software?
salim2008 said:
Is there any solution for the Arabic in the email software?
Click to expand...
Click to collapse
K9 application from the market
mr_wehbe said:
K9 application from the market
Click to expand...
Click to collapse
I have already try K9
The subject is read ok
The problem with the email body "revers disconnected letters"
I have already install the zip file in this post.
pleas any help?
or any one could work in libwebcore.so and post it. This phone is amazing and we hope to get fully working Arabic in it
For some reason I can not install this on infused 1.4.1, touch wiz keeps crashing, please help!!
install refuse 1.5.2,
its working great with it
Sale7 said:
To fix the browser I need to recompile the source. I'm currently working on that. I don't know when I will get done because I don't have the phone handy all the time, but I post it as soon as I'm done.
Click to expand...
Click to collapse
any updates brother, we really waiting for this ...

[Q] Downgrade from 8.6.6.23 to 8.6.6.19 or 8.6.6.15

Any way to downgrade?
Serial No. BAOKAS...., SBKv3, Model TF101G
Other tutorials in the forum are outdated.
Thx a lot.
Found a way, so it's solved.
why you want downgrade?
Furzbirre said:
Found a way, so it's solved.
Click to expand...
Click to collapse
Post a link? Thanks
Maybe they fixed the root exploit in the new ota and he just got hes tf??
Sent from my tf Enigmatic V1 Alpha 1.59Ghz Panda.test
Furzbirre said:
Found a way, so it's solved.
Click to expand...
Click to collapse
Tell us please.
Would like to know also - why keep secret ?
Furzbirre said:
Found a way, so it's solved.
Click to expand...
Click to collapse
Can you share some link or explanation, please??
LuisMiguelVD said:
Can you share some link or explanation, please??
Click to expand...
Click to collapse
Try here
http://forum.xda-developers.com/showpost.php?p=20468602&postcount=43
Thanks, I'm trying this immediatly !
Furzbirre said:
Found a way, so it's solved.
Click to expand...
Click to collapse
Hey Furzbirre,
I tried everything here - no luck. Could you please tell me what you exactly did?
I have a 8.6.6.23 / BA0 / TF101G (seems pretty the same version you have).
Thank you very much, Thomas
PS: What I tried already:
- downgrade with 8.6.6.19 version floating around on multiupload
- unzipped the epad...zip from the download
- put it on microsd, internal sd, renamed it to EP101_SDUPDATE.zip
- rebooted with vol-down/power, then vol-up: android update started
- yellow sign: no update possible - still 8.6.6.23
-> what have you done diffrently?
baseballfanz said:
Try here
http://forum.xda-developers.com/showpost.php?p=20468602&postcount=43
Click to expand...
Click to collapse
I try downgrade my TF101G serial BAO... and dont work. In recovery mode appears a yellow triangle when try load a EP101_SDUPDATE.zip
Nachoroot
Use Nachoroot, it works, no downgrade necessary
http://forum.xda-developers.com/showthread.php?t=1427838
Hello,
I have the same TF101g than tsch with 8.6.6.23 ROM.
I used NachoRoot and I have successfully rooted my TF101G.
But now I don't know how to install ClockWork Mode ?
See the link in my signature for assistance with CWM.
in some thread i found this method: after you unzip file, you make name one copy of this file ""EP101_SDUPDATE"" then you make another copy of this same file and name ""WW_epad-user-8.6.6.19"" so on the end you have 2 same files with diferent names, now you copy this 2 files to micro sd card
and another copy 2 files to tablet sdcard, root folder
after going to recovery mode is installing with no problem, just done 2 days ago
and dont forget to remove this files after instalation and reboot
i hope is gonna work for you ether
Yeah, just don't bother putting them on the internal memory, it doesn't search the root of that drive, it checks the system/cache (I think) folder for official Asus updates, stick with keeping it on external memory, especially if unrooting because if you place these files on your internal and return it if someone else roots the device and finds these files it is a smoking gun that it has been rooted in the past. Just in case...keep it on your external (and that might have been my post you read that in, I have found that the EP101_SDUPDATE file is not even necessary )
luna_c666 said:
See the link in my signature for assistance with CWM.
Click to expand...
Click to collapse
Yes thank you. I found the RecoveryInstaller.
All is ok now.
Regards.

[ROOT GUIDE] Root the FeiTeng Mini N9300!!! {z4root}

[ROOT GUIDE] How to root the FeiTeng mini N9300/Spreadtrum 6820 !!!
Hi All,
A lot of people out there buy Chinese phones for a good amount of reasons.For one they are cheap and
usually easy to work with.But there comes a time when that isn't enough resulting in many people looking
for ways to hack or the Android term "root" there phone to get the most out of it.Unfortunately they come
across many problems such as No brand name,Unknown brand name,or just no info about it whatsoever.
That is why i have created this guide on rooting the N9300
DISCLAIMER!! This method generally will work with any N9300 android phone i just might take
a few trys and will not harm it.HOWEVER if you do brick your phone i am not responsible.(See pics for details)
WARNING!!! Rooting a device will void ANY warranty you may have.
Phone Specs
Brand: FeiTeng,Spreadtrum,
Device: Hsdroid
Model: N9300
Android: ICS 4.0.3
Build number: 6829_C909_DJGT_V06
Build ID: MocorDroid 2.2.2
CPU: Armeabi-v7a
CPU Frequency: 1Ghz
Board: SP6820a
Display: 3.5 inch Capacitive screen
RAM: 256MB
ROM: 256MB
How to Root:
Lets begin with the actual rooting process
1. Download Z4Root.v1.3.0 and install it on device memory/internal memory (Don't install it on SD Card!!!) and don't open it after installing
2. Go to Setting -> Applications -> Development -> then enable USB debugging
3. Open & run Z4Root
4. Click Temporary Root option, wait till its done successfully and open it again
5. After doing the Temporary Root with no problems,Choose the Permanent Root option
6. Wait and see till it's done
7. After them Permanent Root has done, your device will reboot itself
8. After reboot has done, you will find Superuser has installed on your device
9. It's really easy & safe. But if it not successful & Superuser is not installed, try restarting your device and try from the first step
10. Please remember, this method is for the >>>> Mini <<<< N9300 :angel:
Info
That's it!You have Successfully rooted your device!Now you can install things like
Root App Uninstaller and get rid of root apps or Mount r/w r/o so you can edit
files int the /system folder! If this helped you, post a comment or :good: it,its always a help.
Or if you have a question feel free to ask and ill do my best to help!
Ravage32
question
tnx alot .. some one know how to install google play market on this phone ?
loonbg said:
tnx alot .. some one know how to install google play market on this phone ?
Click to expand...
Click to collapse
Your welcome!I am really trying to get that as well but so far it would always crash.I used uberizer to install it
but i would exit when your select "yes" when you put in your account. :/ I will keep trying and post here when
i find out!
Will this method work for the full sized Feiteng N9300? please reply and thanks
LeeJay7227 said:
Will this method work for the full sized Feiteng N9300? please reply and thanks
Click to expand...
Click to collapse
It should.It wont break it or anything so give it a try.
Ravage32 said:
It should.It wont break it or anything so give it a try.
Click to expand...
Click to collapse
You're full sure it wont break/brick? because i wouldnt know how to fix it :/ i mean i'm no newb to the custom rom/kernerl scene but all ive modded was an xperia x8 so a new device is kind of uncharted water
LeeJay7227 said:
You're full sure it wont break/brick? because i wouldn't know how to fix it :/ i mean i'm no new to the custom rom/kernerl scene but all ive modded was an xperia x8 so a new device is kind of uncharted water
Click to expand...
Click to collapse
Hmmm can you send me your build.prop file so i can have a look at the spec?
Ravage32 said:
Hmmm can you send me your build.prop file so i can have a look at the spec?
Click to expand...
Click to collapse
ordered the phone today, will send file as soon as it comes thanks for the answers mate
No problem . I do a little more research about it and see if i can find anything.
I recieved the phone today, how do i send you the build.prop ?
LeeJay7227 said:
I recieved the phone today, how do i send you the build.prop ?
Click to expand...
Click to collapse
its located in /system directory of your phone.
Copy it from there, and attach it to your next reply
i need root access to go to /system, no?
LeeJay7227 said:
i need root access to go to /system, no?
Click to expand...
Click to collapse
If you use Root Explorer you should be able to still copy the file to your sd card.
Then you can send it to me and i can see if you are able to root it and if there is
any backup firmware for your device. :good:
Ravage32 said:
If you use Root Explorer you should be able to still copy the file to your sd card.
Then you can send it to me and i can see if you are able to root it and if there is
any backup firmware for your device. :good:
Click to expand...
Click to collapse
Ahh root explorer :fingers-crossed:
LeeJay7227 said:
Ahh root explorer :fingers-crossed:
Click to expand...
Click to collapse
i had to put the file in a zip because the uploader said it was an invalid file...
LeeJay7227 said:
i had to put the file in a zip because the uploader said it was an invalid file...
Click to expand...
Click to collapse
Yes it should work! Try it and see if it roots!
If not there are many other rooting programs
Ravage32 said:
Yes it should work! Try it and see if it roots!
If not there are many other rooting programs
Click to expand...
Click to collapse
Thankyou! Is there any chance of bricking? :/
LeeJay7227 said:
Thankyou! Is there any chance of bricking? :/
Click to expand...
Click to collapse
I really doubt it. The only thing is there is a chance it wont root
Ravage32 said:
I really doubt it. The only thing is there is a chance it wont root
Click to expand...
Click to collapse
That's cool okay out of curiosity are there any sites which show how to flash the stock firmware in case of brick/ boot-loop?
LeeJay7227 said:
That's cool okay out of curiosity are there any sites which show how to flash the stock firmware in case of brick/ boot-loop?
Click to expand...
Click to collapse
There is 2 colors on N9300 (Black and White)
I found the firmware for black. Click here for Download
IF you use in on white it wont work. What color do you have?
My advice is to just root it. It wont brick it and then tell me if you are
successful or not. If not i will think of another way.

[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.

Categories

Resources