samsung galaxy s3 copy and paste problem - Galaxy S III Q&A, Help & Troubleshooting

hi guys,i need help on this,i've been having copy and paste issue and it force close the application whenever i try to copy some text from sms,browser,whatsapp,line and etc.......any solution other than factory reset the device.......any response are appreciated :fingers-crossed:

matt168 said:
hi guys,i need help on this,i've been having copy and paste issue and it force close the application whenever i try to copy some text from sms,browser,whatsapp,line and etc.......any solution other than factory reset the device.......any response are appreciated :fingers-crossed:
Click to expand...
Click to collapse
did you try wiping the caches? are you on stock rom or any custom rom?

life_hacker said:
did you try wiping the caches? are you on stock rom or any custom rom?
Click to expand...
Click to collapse
yep,already wiping caches and reboot few times it still cant solve.....im on stock rom at the moment....thanks for your reply.....:good:

matt168 said:
yep,already wiping caches and reboot few times it still cant solve.....im on stock rom at the moment....thanks for your reply.....:good:
Click to expand...
Click to collapse
try with some other font.

life_hacker said:
try with some other font.
Click to expand...
Click to collapse
just tried,still cant...any other advise? thanks....:fingers-crossed:

matt168 said:
just tried,still cant...any other advise? thanks....:fingers-crossed:
Click to expand...
Click to collapse
lol no, am out! I guess you have to do a factory reset then or wait for someone else who did come across the same issue and got it fixed..

life_hacker said:
lol no, am out! I guess you have to do a factory reset then or wait for someone else who did come across the same issue and got it fixed..
Click to expand...
Click to collapse
its ok,appreciated your help though.....:laugh:

Potential solution
Ok I think I might be on to a solution here. Root needed + own risk.
My SGS3 is unbranded, on the LG8 update.
The following steps worked for me.
Using es file explorer navigate to /data/clipboard/ and delete the contents (backup first just in case). Then long press on the clipboard folder, properties>permissions> change. Ensure everything is ticked. Restart.
Please report back. Good luck!

The guys over at phandroid found a solution that doesn't require factory reset
http://androidforums.com/samsung-ga...-s3-crashing-when-copying-text-clipboard.html

dohtem said:
The guys over at phandroid found a solution that doesn't require factory reset
http://androidforums.com/samsung-ga...-s3-crashing-when-copying-text-clipboard.html
Click to expand...
Click to collapse
But it does require root...
the fix is below...
Originally Posted by dr3do
1. boot recovery (CWM) > advanced > wipe cache
2. reboot phone > Root Explorer > delete /data/clipbord/*
3. reboot recovery again > advanved > fix permissions
4. reboot phone > it's fine

dohtem said:
The guys over at phandroid found a solution that doesn't require factory reset
http://androidforums.com/samsung-ga...-s3-crashing-when-copying-text-clipboard.html
Click to expand...
Click to collapse
I visted their site but this fix is only for rooted phones. Is there any type of fix out there that doesn't require rooting or a factory reset?
I've had my phone siince July & received only one OTA update & that was soon after purchasing the phone so I'm a bit puzzled as to why I'm encountering this problem.
Thanks!

QUOTE=randun;31398881]I visted their site but this fix is only for rooted phones. Is there any type of fix out there that doesn't require rooting or a factory reset?
I've had my phone siince July & received only one OTA update & that was soon after purchasing the phone so I'm a bit puzzled as to why I'm encountering this problem.
Thanks![/QUOTE]
I just thought that I'd check back in to see if anyone had any thoughts on why I'm experiencing this 'copy & paste' bug as I've not had an update to my phone since last July?
Thanks!

Starting happening to me out of the blue from within certain applications like facebook, whatsapp and sms... have tried uninstalling recently installed apps, wiped cache, fixed permissions... still getting fc'd
I'm on the att gs3
---------- Post added at 11:26 AM ---------- Previous post was at 11:16 AM ----------
Found this on androidforums and it worked for me
delete files under /data/clipboard
in application manager got to *all, search for testservices and clear cache/data
reboot
my phone no longer fc when trying to copy

dohtem said:
The guys over at phandroid found a solution that doesn't require factory reset
http://androidforums.com/samsung-ga...-s3-crashing-when-copying-text-clipboard.html
Click to expand...
Click to collapse
Thanks a lot... Works like charm... issue fixed without factory reset on Galaxy Note 10.1...

I too used the method of clearing everything in the clipboard folder and it worked. I can't imagine doing a factory reset and then having to go through that all again later on without having the apps backed up.

Copy Paste Issue
Skunk Ape1 said:
But it does require root...
the fix is below...
Originally Posted by dr3do
1. boot recovery (CWM) > advanced > wipe cache
2. reboot phone > Root Explorer > delete /data/clipbord/*
3. reboot recovery again > advanved > fix permissions
4. reboot phone > it's fine
Click to expand...
Click to collapse
WOW, Thank you much ! It worked for me. You made my day !

I just started having this problem too out of the blue.
Only a hard reset fixed it since I am not rooted

I ended up hard resetting my S3, it took me a while to get everything (settings, apps, etc) back. It was not worth the effort to get copy and paste working again.

Admin0389 said:
Ok I think I might be on to a solution here. Root needed + own risk.
My SGS3 is unbranded, on the LG8 update.
The following steps worked for me.
Using es file explorer navigate to /data/clipboard/ and delete the contents (backup first just in case). Then long press on the clipboard folder, properties>permissions> change. Ensure everything is ticked. Restart.
Please report back. Good luck!
Click to expand...
Click to collapse
Deleting the contents of /data/clipboard, permission changes and a restart worked perfectly for me. I did not need to take the extra steps listed in the androidforums link. Although this might not work for everyone, its worth a try to save a few steps.
Thanks for the tips, now I have copy/paste feature back again. It was driving me nuts not being able to use this feature.

I have the same problem but only in my browsers
sent from the best smart phone (not phablet) available - the galaxy S III!

Related

System and user apps accidentally frozen

READ AT THE END OF THIS POST FOR THE SOLUTION
I accidentally used Titanium Backup's widget to frost all system and user apps, leaving mi phone in a infinite boot animation loop. I dont have aNandroid Backup and I would really love to solve this issue without flashing.
I found at Titanium Backup's troubleshooting webpage that I could use this command with adb to solve my issue:
Code:
Type the following command (replace with /dbdata/system/packages.xml if you have a Samsung phone):
busybox sed -n 's/<package name="\([^"]\+\)".*enabled="false".*/\1/p' /data/system/packages.xml | while read PKG; do pm enable "$PKG"; done
but it just says: No such file or directory (yes, I changed /data to /dbdata as stated in the webpage)
Any idea on how to solve this issue?
Thank you!
**EDIT:
This is the way I managed to get my phone working again without having to flash or wipe:
1. Boot in recovery mode and used adb pull command to extract "packages.xml" and "packages-more-backup.xml" from /data/system/
2. Open both files with Wordpad and replaced all protection="2" or "3" lines to protection="1".
3. Also, and very important, replaced all enabled="false" lines to enabled="true"
4. Boot in recovery again and used adb to delete old "packages.xml" and "packages-more-backup.xml" files and push the new ones.
5. Reboot and Voila!
6. Boot once again in recovery mode and fix permissions to avoid any problem.
Hope that this could be usefull to someone else having this horrible problem.
Thank you all!
Checked for that file on my phone, it doesn't exist in /dbdata/system/, but it does in /data/system/
It's probably fixable from the command line with Linux but that is over my head, one option would be to Odin or heimdel back to stock, and start from scratch. You might need a jig to get into dlmode.
Sent from my SAMSUNG-SGH-I777 using xda premium
nitox.n2o said:
Checked for that file on my phone, it doesn't exist in /dbdata/system/, but it does in /data/system/
Click to expand...
Click to collapse
I tried with /data too but same result.
shadow65781 said:
It's probably fixable from the command line with Linux but that is over my head, one option would be to Odin or heimdel back to stock, and start from scratch. You might need a jig to get into dlmode.
Sent from my SAMSUNG-SGH-I777 using xda premium
Click to expand...
Click to collapse
I know I could do that but I would really like to restore my system as it was
Help please
I wonder what would happen if you removed the app (its apk) via adb from /data/app. Would it retain the freeze settings? Something to consider trying.
This happened to me. I reflashed the ROM without wiping and all was back to normal
Sent from my FrankenTAB using Tapatalk
Simba501 said:
I wonder what would happen if you removed the app (its apk) via adb from /data/app. Would it retain the freeze settings? Something to consider trying.
Click to expand...
Click to collapse
Pretty sure that's not gonna work because the frozen apps settings are at packages.xml file, but I can't access it I don't know why
jhermit said:
This happened to me. I reflashed the ROM without wiping and all was back to normal
Sent from my FrankenTAB using Tapatalk
Click to expand...
Click to collapse
I tried doing that right now but it didn't worked
I got a little too punchy with titanium on my 3 year old original Galaxy tab 7 and froze a samsung system app. Got irreversibly stuck is soft brickland - Tried various methods before giving up and hitting the wipe and reset to factory restore in the system recovery mode. Everything was backed up except recent photos, so it was more annoying than the end of the world.
Odd thing was when it reset to factory, it appeared to do just that, yet when I plugged it into PC and mounted it - the memory was full and all my files and app data files were there - untouched. The apps themselves have gone except one - Superuser is still there, Does Superuser somehow override being reset? and act as a guardian of your data in the event of reset?
Odd. I was expecting to run some file recovery software to a salvage what i could, but viola - it was all there.
shokuchi said:
I got a little too punchy with titanium on my 3 year old original Galaxy tab 7 and froze a samsung system app. Got irreversibly stuck is soft brickland - Tried various methods before giving up and hitting the wipe and reset to factory restore in the system recovery mode. Everything was backed up except recent photos, so it was more annoying than the end of the world.
Odd thing was when it reset to factory, it appeared to do just that, yet when I plugged it into PC and mounted it - the memory was full and all my files and app data files were there - untouched. The apps themselves have gone except one - Superuser is still there, Does Superuser somehow override being reset? and act as a guardian of your data in the event of reset?
Odd. I was expecting to run some file recovery software to a salvage what i could, but viola - it was all there.
Click to expand...
Click to collapse
Wrong forum dude
Sent from my Zanpakuto using Getsuga Tensho!
<deleted>
ZIP for unfreezing apps
For those, who accidentally frozen important system app: here quick solution without factory reset, reflashing and ADB
It automatically edits files as described in first post.
You should have unlocked bootloader. If no, ZIP useless because unlocking wipes all data.
Download both ZIP's and just flash them via custom recovery (TWRP / CWM)
If first throws error try second and vice versa. 2nd with mark "New" contains newer updater-binary that must be compatible with recent TWRP.
Then all apps will be unfrozen, so phone will boot.
Fix compatible with all Android versions.
Note: also you can somehow (ADB or filemanager in TWRP) delete file /data/system/0/package-restrictions.xml
More correct to edit that file which ZIP actually do, but deleting not harmful too.
tags: unfroze apps, auto-unfroze, defrost apps, unfreeze apps, 5596
Bonoboo said:
For those, who accidentally frozen system app there is quicker solution without factory reset and ADB.
It automatically edits files as described in first post.
Just flash this ZIP through recovery and all apps will be unfrozen.
Compatible with all Android versions.
Click to expand...
Click to collapse
THANKS MAN!! i just signed up to say thanks! you just saved my life :highfive:
Bonoboo said:
For those, who accidentally frozen system app here quicker solution without factory reset and ADB
It automatically edits files as described in first post.
Just flash this ZIP through recovery and all apps will be unfrozen, so phone will boot.
Compatible with all Android versions.
tags: unfroze apps, auto-unfroze
Click to expand...
Click to collapse
Thanks very much for the zip. It worked great
Same Problem
Does anyone have an updated version of that zip? I also froze an app linked to the device and it won't boot, even after factory resetting it. Tried running the zip on my t-mobile GS4 (probably newer than that zip) from the SD card in recovery mode, however it didn't unfreeze it.
Any help greatly appreciated!
pianoplayer55 said:
Does anyone have an updated version of that zip?
I also froze an app linked to the device and it won't boot, even after factory resetting it.
Click to expand...
Click to collapse
1. To flash that ZIP you need have custom recovery (CWM or TWRP), not stock.
No update needed, it still works in this case.
2. That strange. Maybe you not really performed reset?
Double check all and try again.
Bonoboo said:
1. To flash that ZIP you need have custom recovery (CWM or TWRP), not stock.
No update needed, it still works in this case.
2. That strange. Maybe you not really performed reset?
Double check all and try again.
Click to expand...
Click to collapse
Yup, unfortunately I did select wipe data on the recovery screen. I am also stuck in an infinite boot up loop and cannot access the phone to install any apps. How can I use a custom recovery to run the zip file if i cannot access the phone? Instructions much appreciated. Thanks again.
pianoplayer55 said:
How can I use a custom recovery to run the zip file if i cannot access the phone?
Click to expand...
Click to collapse
ZIP – it's not app.
Again, you need to install custom recovery.
Here link to TWRP and how install it via Odin on PC.
You need place that ZIP on sdcard.
Enter in recovery (don't know how on your model), select Install > find ZIP > confirm > reboot,
Bonoboo said:
ZIP – it's not app.
Again, you need to install custom recovery.
You need place that ZIP on sdcard.
Enter in recovery (don't know how on your model), select Install > find ZIP > confirm > reboot,
Click to expand...
Click to collapse
Downloaded TWRP with Odin and ran custom recovery without a change after the zip (this must have been a deeper-rooted problem in the OS itself), however in the meantime I formatted the system partition, removing the operating system. Installed Kies and ran the update. It reinstalled the OS and I'm good now. Most stuff was backed up anyways. Thanks guys for your time :good::good:
Which apk is the culprit?
Man, I wish I'd found this thread before restoring my phones internal ROM. Had it rooted and set up in every way I like except removing bloatware.
Using TB, I froze a system apk that shut down my System UI and sent the phone bootlooping. What I'm trying to determine is WHICH apk(s) I froze that caused this. I thought I had researched each one that didn't seem obvious, but I musta missed one or one of the 'obvious' ones wasn't so obvious.

[Q] My phone has went mental - any ideas for a fix?

Boy I'm not having great luck with my hardware atm. My Nexus 7 has got some serious lag issue, probably needing a factory restore, and now my SGS2 is playing up and looking like it might need the same. I'd appreciate the help before I go to that - not sure where I am on backups, I think this problem has been lingering for a while unnoticed, and its possible my scheduled Titanium task hasn't worked in a while because of this.
So let me run through. I was trying to update a few apps in the app store, and I got 'the package file is invalid' errors over and over. I was a little confused, and suddenly I was getting a flickering alert for 'low on application space' that would come and go.
I went into applications to see what my space was and it was fine, 400mb free. But I noticed that all of the apps were reading as zero size. I tried removing one I knew was big, and the free space adjusted by a real amount, but no change to the sizes in the listing. I went thru and uninstalled a bunch just to be sure. Even after this, I could still not install any apps without getting the invalid message.
I decided to restart and wipe the cache, thinking maybe something had gone wrong there. No change. All the installed apps were working ok, though, no problems running things. So, I decide that something minor has corrupted, and that a reflash of the current firmware would maybe do the job (which is a stock XEU build of ICS). I have 'Mobile Odin' and keep the current firmware file on the SD just in case. I of course want to run a backup first, so I fire up Titanium, which fails to do the backup, with an error about something catching fire trying to 'do calculation'. I begin to figure that something worse has happened by this point.
I decide to go ahead with the reflash using Mobile Odin. It seems to load fine, I tell it to wipe the cache and so on. The flash goes fine, and the phone reboots. I expected it to go through the little optimising applications thing it does, and true enough I see this box load up, saying 'start applications' and the spinning wheel. Then, it abruptly closes, and I get my home panel...
But here's where it goes severely wrong - every app I can think of now crashes, displaying the 'unfortunately XXX has stopped'. Boxes and boxes, for basically every app that in any way runs at startup, every widget, even my Swift Key and Swipe keyboards. Yikes! After clearing the huge backlog of boxes, I start trying to open stuff, and it quickly becomes apparent that no app will work, save for those that are physically part of the firmware (such as Settings, Messages, Phone, Contacts, Memo, Camera). Basically, unless its a stock app, it's just dead. My SD apps show up as if they aren't found, with the little grey SD box. I can't even open the Play Store to try redownloading an app.
I'm going to try, once I'm home from work, reflashing the firmware using desktop Odin. But, failing that, I will need a factory restore it would seem. Basically, I'm looking help either fixing the problem without a factory restore, or a way to back up my data (messages and app data) in case my Titanium Backups are old or broken.
Thanks :/
Edit: When I do a *#1234#, my CSC comes up as 'Unknown'. Would this cause these issues?
Boot into CWM recovery and fix permissions.
unclebob_2000 said:
Boot into CWM recovery and fix permissions.
Click to expand...
Click to collapse
I don't have CWM recovery installed. Will it be possible for me to install it with the phone in this state? Any reasons why the permissions will have gone like this?
gyaku_zuki said:
I don't have CWM recovery installed. Will it be possible for me to install it with the phone in this state? Any reasons why the permissions will have gone like this?
Click to expand...
Click to collapse
Flash a CF root kernel using desktop Odin, reboot into CWM via hard keys vol+ home and power. Find fix permissions, run it, reboot, hopefully work...
Most apps that aren't granted the right permissions that allow them to fulfil there main task will usually end up in a FC.
Sent from Jelly Fuelled SGS2
Orkane1989 said:
Flash a CF root kernel using desktop Odin, reboot into CWM via hard keys vol+ home and power. Find fix permissions, run it, reboot, hopefully work...
Most apps that aren't granted the right permissions that allow them to fulfil there main task will usually end up in a FC.
Sent from Jelly Fuelled SGS2
Click to expand...
Click to collapse
The phone is already rooted. Can I apply CWM as an update.zip from inside the current recovery?
gyaku_zuki said:
The phone is already rooted. Can I apply CWM as an update.zip from inside the current recovery?
Click to expand...
Click to collapse
Unsure. Most likely not. It would be like running 2 kernels at once... just wouldnt work. Wouldn't risk it. Could hard brick the phone.
Sent from Jelly Fuelled SGS2
First, Post your ROM and kernel details; Goto Settings - About phone, and post everything you see
Sent from my GT-I9100 using Tapatalk 2
Jokesy said:
First, Post your ROM and kernel details; Goto Settings - About phone, and post everything you see
Click to expand...
Click to collapse
No problem -
Model N: GT-I9100
Android V: 4.0.3
Baseband V: I9100XXLPS
Kernel V: 3.0.15-I9100XWLP7-CL340913 [email protected] #3
Build N: IML74K.XWLP7
I ask about the update.zip thing as it is a legitimate way to install CWM recovery according to various guides online.
Thanks for the help guys. Appreciate it.
gyaku_zuki said:
No problem -
Model N: GT-I9100
Android V: 4.0.3
Baseband V: I9100XXLPS
Kernel V: 3.0.15-I9100XWLP7-CL340913 [email protected] #3
Build N: IML74K.XWLP7
I ask about the update.zip thing as it is a legitimate way to install CWM recovery according to various guides online.
Thanks for the help guys. Appreciate it.
Click to expand...
Click to collapse
1. Backup your important data.
2. Uninstall apps you don't use
3. Using a ROOT capable explorer goto /data/app on your phone, delete all .odex files you find there
4. Disable System apps you don't need/use
- Goto Settings - Apps - All - Select the app you want to disable, select FORCE STOP, then DISABLE.
Repeat the step for each app
- Alternatively you can use titanium backup pro to freeze those apps
You can find the list of apps you can disable: here https://spreadsheets.google.com/spr...1gdDJRekl4QmkyNmIzUmRvX2h3UDVkQXc&output=html
5. Boot to recovery (the stock recovery)
- clear cache
- reboot phone.
6. If any user / system app gives you force stop warning, then clear the days of that/those app(s) in settings.
You should notice the difference!
Sent from my GT-I9100 using Tapatalk 2
Jokesy said:
1. Backup your important data.
2. Uninstall apps you don't use
3. Using a ROOT capable explorer goto /data/app on your phone, delete all .odex files you find there
4. Disable System apps you don't need/use
- Goto Settings - Apps - All - Select the app you want to disable, select FORCE STOP, then DISABLE.
Repeat the step for each app
- Alternatively you can use titanium backup pro to freeze those apps
You can find the list of apps you can disable: here https://spreadsheets.google.com/spr...1gdDJRekl4QmkyNmIzUmRvX2h3UDVkQXc&output=html
5. Boot to recovery (the stock recovery)
- clear cache
- reboot phone.
6. If any user / system app gives you force stop warning, then clear the days of that/those app(s) in settings.
You should notice the difference!
Click to expand...
Click to collapse
Thanks for that, but I'm sorry, what? I seem to be missing something - you've answered something that seems to be an entirely different problem! I can't even RUN an explorer let alone grant it root - so I can't reach the ODEXes, which aren't the reason for the FCs anyway.
This 'fix permissions' sounds like a good plan, I just need to know my best method for getting CWM onto the phone given it's state. I think I can use the update.zip method, but I may have to just wait until I can get to a machine capable of running Odin for me, to flash the CF kernel.
gyaku_zuki said:
Thanks for that, but I'm sorry, what? I seem to be missing something - you've answered something that seems to be an entirely different problem! I can't even RUN an explorer let alone grant it root - so I can't reach the ODEXes, which aren't the reason for the FCs anyway.
This 'fix permissions' sounds like a good plan, I just need to know my best method for getting CWM onto the phone given it's state. I think I can use the update.zip method, but I may have to just wait until I can get to a machine capable of running Odin for me, to flash the CF kernel.
Click to expand...
Click to collapse
Ok.
Let me tell you some things you need to know
1. Fix permissions only has much effect on system apps, only if their permission is broken
2. Flashing a new Kernel will never fix many FC
3. Have you booted to recovery and wipe cache? If after doing this and your problem still persist, then you might have perform a Factory Data Reset.
4. Flashing a new firmware via Odin will not dramatically stop Force close errors. You will still need a factory reset to fix that.
Sent from my GT-I9100 using Tapatalk 2
Jokesy said:
Ok.
Let me tell you some things you need to know
1. Fix permissions only has much effect on system apps, only if their permission is broken
2. Flashing a new Kernel will never fix many FC
3. Have you booted to recovery and wipe cache? If after doing this and your problem still persist, then you might have perform a Factory Data Reset.
4. Flashing a new firmware via Odin will not dramatically stop Force close errors. You will still need a factory reset to fix that.
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
I've tried wiping cache in recovery, yes. The only apps that run are the system ones. I can't explain why permissions may have been broken on the other apps, but it may be the case, so I'd like to try it. And, it was a flash via (Mobile) Odin CAUSED the FCs, so I don't know if that's true. Regardless, I'm heading home now, I can try flashing the CWM and run the fix permissions, and otherwise I need to figure out a backup solution before I factory restore.
I don't mean this wrong, but I'd prefer you don't just throw generic (yet good for general faults) advice if you don't have personal knowledge of the particular problem. It could be misleading.
gyaku_zuki said:
I don't mean this wrong, but I'd prefer you don't just throw generic (yet good for general faults) advice if you don't have personal knowledge of the particular problem. It could be misleading.
Click to expand...
Click to collapse
You know my aim wasn't to mislead you but to help. I actually missed somethings in your Original post like "Every apps now doesn't work" etc
Because the only apps that run now are the system apps proves that there is something wrong in the /data partition, a location where all user apps, settings etc are stored.
Anyway, it's always very good to try all other means possible before factory reset.
Sent from my GT-I9100 using Tapatalk 2
Jokesy said:
You know my aim wasn't to mislead you but to help. I actually missed somethings in your Original post like "Every apps now doesn't work" etc
Because the only apps that run now are the system apps proves that there is something wrong in the /data partition, a location where all user apps, settings etc are stored.
Anyway, it's always very good to try all other means possible before factory reset.
Click to expand...
Click to collapse
Oh, I'm sorry, I wasn't trying to offend you or have a go. I appreciate all the help about to try flashing the rooted CWM kernel, to try the permissions fix. If that doesn't work, I need to figure out some way of doing a backup of sorts, before I do a restore :crying:
UPDATE: After flashing the CF-Kernel to access CWM, I'm getting a message I'm unfamiliar with "The System UIDs are inconsistent" yadda yadda factory reset. I'm currently 'fixing permissions' It looks like it's stalled, but it may just take a while. I have a lot of apps. Anyone understand the UIDs message in my context?
Update 2: Had to factory restore, but was able to restore almost everything with no problems from a CWM nandroid backup. Thanks for the help.

[Q] SMS/MMS app crashing at launch

Hello,
I wanted to install that MMS mod fix and now my SMS/MMS app is ****ed up, everytime I open it, it won't start and crashes right after. I'm running stock 4.1.1 DLIH. Does anyone have the stock SMS/MMS files that could fix it ?
Here's a link to the zip I've installed : http://forum.xda-developers.com/showpost.php?p=33367197&postcount=45
Thanks for your help.
Hi,
1. Have you uninstalled the apk mod?
2. Have you tried a full wipe?
3. In case nothing works, try to flash the stock rom again via odin
Cheers
Hey, thanks for your time.
1) How can I uninstall the APK (I'm noob in Android, I come from Windows Phone..) ?
2) If I do a wipe, will I lose everything ? And to proceed, do I have to enter CWM then "do a wipe/cache" ?
3) I'll do that if nothing can fix it.
Thanks for your help.
1) How can I uninstall the APK (I'm noob in Android, I come from Windows Phone..) ?
Click to expand...
Click to collapse
Settings>Applications Manager>Downloaded ... Search for the APK mod > tap on it and then tap uninstall.
2) If I do a wipe, will I lose everything ? And to proceed, do I have to enter CWM then "do a wipe/cache" ?
Click to expand...
Click to collapse
If you do a data wipe, you will lose everything. Let's try just the wipe cache and wipe dalvik, don't do the data wipe to preserve your apps and configs. If I doesn't work, try the data/cache/dalvik wipe. You are right, just enter on CWM to perform cache and dalvik wipe.
3) I'll do that if nothing can fix it.
Click to expand...
Click to collapse
Yes, lets hope for the best, maybe it wont be necessary. Good luck! If you need help on step 3, just say it.
Just checked and the APK isn't in the list. There is no way to have a *.zip with the stock files I could install to fix my problem ?
ScHaPaH said:
Just checked and the APK isn't in the list. There is no way to have a *.zip with the stock files I could install to fix my problem ?
Click to expand...
Click to collapse
hum... Unfortunately I don't know the answer for this. You can try a search on xda forum and google.
I would try a search, if no success, I would try step 2 (wipe cache and dalvik) and if nothing works, step 3.
Good luck!
Cheers
This mod is probably made for deodexed rom
You run a rooted stock rom which is probably odex
So:
-use root explorer (or similar app) and move secmms.odex file from /system/app to your SDcard (internal or external) as backup
-restart in CWM
-wipe cache
-wipe dalvik cache
-restart your phone
-check if you still have your issue
Mopral said:
This mod is probably made for deodexed rom
-use root explorer (or similar app) and move secmms.odex file from /system/app to your SDcard (internal or external) as backup
-restart in CWM
-wipe cache
-wipe dalvik cache
-restart your phone
-check if you still have your issue
Click to expand...
Click to collapse
Just did it and my SMS app has disappeared, what can I do to install it back ?
ScHaPaH said:
Just did it and my SMS app has disappeared, what can I do to install it back ?
Click to expand...
Click to collapse
Happened to me once: the app disappeared from dock
Check if the app is still in the app drawer.
If it is still there, then just move it back to dock
Mopral said:
Happened to me once: the app disappeared from dock
Check if the app is still in the app drawer.
If it is still there, then just move it back to dock
Click to expand...
Click to collapse
Sadly it's not here...
Problem solved thanks to Mopral who managed to extract SecMMS.apk and SecMMS.odex from a stock DDLIH and send them to me.

[Q] Full Wipe?

Hi! Long History, Yesterday I tried "Android Tweaker" app from one guy here on XDA.. BIG MISTAKE.. I select the tweaks i want and apply them all! well, first, I lost root access.. (lucky me i was on release4, so i can root again without problem) second, the tablet now is so unstable, sometimes is really fast.. and other times, (most of the time) is just SO SLOW! even my xperia 2010 is faster! so, i decided to root again and try to fix everything.. i fixed some things but still i have so much lag!, so i decided to install again my firmware.. I boot on the recovery and i tried to install my firmware (release4) again.. no luck .. the recovery says that i can't install the same version.. so my last resort.. Factory reset, i do it from recovery.. now on the first boot I have to type my name, my gmail account etc, so I can see that the factory reset works, .. but when I see my homescreen.. i realized that the tweaks ARE STILL THERE! :crying:
So, how do I perform a FULL WIPE?
Thanks!
btw.. DO NOT INSTALL "ANDROID TWEAKER" here is the forum thread for this app.. i you want to see it..
http://forum.xda-developers.com/showthread.php?t=2127000
wipe only clear YOUR data,but do nothing to all system files
edit /system/build.prop
change ro.build.version.incremental smaller
flash you current rom again
rspy said:
Hi! Long History, Yesterday I tried "Android Tweaker" app from one guy here on XDA.. BIG MISTAKE.. I select the tweaks i want and apply them all! well, first, I lost root access.. (lucky me i was on release4, so i can root again without problem) second, the tablet now is so unstable, sometimes is really fast.. and other times, (most of the time) is just SO SLOW! even my xperia 2010 is faster! so, i decided to root again and try to fix everything.. i fixed some things but still i have some much lag!, so i decided to install again my firmware.. I boot on the recovery and i tried to install my firmware (release4) again.. no luck .. the recovery says that i can't install the same version.. so my last resort.. Factory reset, i do it from recovery.. now on the first boot I have to type my name, my gmail account etc, so I can see that the factory reset works, .. but when I see my homescreen.. i realized that the tweaks ARE STILL THERE! :crying:
So, how do I perform a FULL WIPE?
Thanks!
btw.. DO NOT INSTALL "ANDROID TWEAKER" here is the forum thread for this app.. i you want to see it..
http://forum.xda-developers.com/showthread.php?t=2127000
Click to expand...
Click to collapse
1. Root again using AiO
2. Use AiO to install 'rescue backdoor', Tweaks & Mods Submenu
3. Reinstall R4
4. Re-root
5. Don't f*** with this tablet, they are very easy to mess up and hard to recover from...... In saying that most of the time you will be safe when the incremental is lowered (rescue backdoor)
6. Enjoy your "NEW" Tablet
Thank you both! I'll try right now! :good:
@<robin> really? thought that it erased too... because on the recovery says that "System and App will be erased" but thanks for the info!
@stifilz You're right! All sony phones that I used were incredibly "open".. and you could do whatever you wanted .. If you had a problem, with a simple wipe, everything work like new!.. Is sad that this tablet is so limited.. :crying:
rspy said:
@<robin> really? thought that it erased too... because on the recovery says that "System and App will be erased" but thanks for the info!
Click to expand...
Click to collapse
sure!
a wipe only clear partition data,cache,log,staging,
(system app and user app data save in data)
do nothing to system0 and system1,(all system app and config file no change),
eg your root will keep after wipe
<robin> said:
sure!
a wipe only clear partition data,cache,log,staging,
(system app and user app data save in data)
do nothing to system0 and system1,(all system app and config file no change),
eg your root will keep after wipe
Click to expand...
Click to collapse
Thanks a lot bro, for the info and the help restoring my tablet.! Now is working great again!
rspy said:
Thank you both! I'll try right now! :good:
@stifilz You're right! All sony phones that I used were incredibly "open".. and you could do whatever you wanted .. If you had a problem, with a simple wipe, everything work like new!.. Is sad that this tablet is so limited.. :crying:
Click to expand...
Click to collapse
Yeh I use Xperia S phone and with flash tool etc no worries. Xperis Z tab is developed by Sony mobile not VAIO like the first two tabs (apparntly). So perhaps the Z will have FREEDOM

[Q] Cannot download files from internet!!! Help

Hey everyone im new to this....im experiencing a problem ive only recently noticed on my s3 and that is that anytime i go to download anything off the Internet browser it stalls for a moment before forcing close....i remember last month i downloaded something small an there was no problem whatsoever so im just confused as to what is happening? I cleared my sd card and formatted it while in my phone but its made no difference.....i used Google Chrome to download something and its fine but my main internet app is not working in this sense.....does anybody have any sort of help....id be greatly appreciative if anyone could help
Purcell22 said:
Hey everyone im new to this....im experiencing a problem ive only recently noticed on my s3 and that is that anytime i go to download anything off the Internet browser it stalls for a moment before forcing close....i remember last month i downloaded something small an there was no problem whatsoever so im just confused as to what is happening? I cleared my sd card and formatted it while in my phone but its made no difference.....i used Google Chrome to download something and its fine but my main internet app is not working in this sense.....does anybody have any sort of help....id be greatly appreciative if anyone could help
Click to expand...
Click to collapse
try wipe data factory reset and cache from CWM recovery :fingers-crossed:
sriram231092 said:
try wipe data factory reset and cache from CWM recovery :fingers-crossed:
Click to expand...
Click to collapse
Rather a stupid reply wipe all data just to fix a small problem that is easier to ignore .
jje
JJEgan said:
Rather a stupid reply wipe all data just to fix a small problem that is easier to ignore .
jje
Click to expand...
Click to collapse
Well im not gonna reset the phone at all but at the same time its not a problem you can ignore when you need to download something
Purcell22 said:
Well im not gonna reset the phone at all but at the same time its not a problem you can ignore when you need to download something
Click to expand...
Click to collapse
Ignore as in use another browser as many do or wipe the cache of your stock browser .
jje
JJEgan said:
Ignore as in use another browser as many do or wipe the cache of your stock browser .
jje
Click to expand...
Click to collapse
if it still does'nt work for ya..
you gotta do the factory reset.. it wont affect your intrenel data.. and if you got important apps, try backing up( if rooted, titanium or if you are not rooted.. there are some backup apps for non rooted but they wont manage torbackup data)

Categories

Resources