Copy and Paste In Gmail Not Working - AT&T, Rogers, Bell, Telus Samsung Galaxy S III

For some reason, whenever I try to copy something from Gmail on my AT&T S3, it crashes Gmail and forces me back to the home screen. I'm completely stock and not rooted. Any ideas on how I can fix this?

Go into terminal do the next:
su
mv /data/clipboard /data/oldclipboard
mkdir /data/clipboard
chmod 775 /data/clipboard
chown system.system /data/clipboard
Reboot
Should sort it

the_ape said:
Go into terminal do the next:
su
mv /data/clipboard /data/oldclipboard
mkdir /data/clipboard
chmod 775 /data/clipboard
chown system.system /data/clipboard
Reboot
Should sort it
Click to expand...
Click to collapse
My phone doesn't need to be rooted to do this?
When you say terminal, is it the app terminal?

jmchin said:
My phone doesn't need to be rooted to do this?
When you say terminal, is it the app terminal?
Click to expand...
Click to collapse
Terminal emulator kinda the command prompt equivalent on our phones. And yes you can find it in the play store
Sent from my SAMSUNG-SGH-I747 using xda premium

Phone needs to be rooted, I'm unable to change the folder name.

I'm not too familiar with Linux commands but if you can use the terminal emulator to just clear out the folder (delete all) then it'll fix the issue.
Sent from my SAMSUNG-SGH-I747 using xda premium

When I try a rm (delete) on a file in the clipboard directory, I get permission denied. It looks like the phone needs to be rooted.
Also I am unable to execute the 'su' command.

http://forum.xda-developers.com/showthread.php?t=1803592
Sent from my SAMSUNG-SGH-I747 using xda premium

Cheers thanks, I've seen that workaround but I'm not prepared to root my phone yet.

I just open a text message. Press and hold the blank text field. wait for the little popup saying clipboard. Tap that. then press and hold on each entry to delete them. Keep your clipboards clean folks!

Tapping on the clipboard icon doesn't do anything. The clipboard is corrupted, probably need to hard reset or root it to clear it out.

Taken from another forum:
Settings-application manager-all-scroll down to testdata-click and clear cache-reboot.

My copy and paste freezes the phone in whatever app I'm copying and crashes. Anyone experience this?
Sent from my SAMSUNG-SGH-I747 using xda premium

cmjkxa said:
My copy and paste freezes the phone in whatever app I'm copying and crashes. Anyone experience this?
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
Read the link above
Sent from my SAMSUNG-SGH-I747 using xda premium

98XJ said:
Taken from another forum:
Settings-application manager-all-scroll down to testdata-click and clear cache-reboot.
Click to expand...
Click to collapse
I am also having the issue of not being able to copy paste anything, and when I follow this advice I do not find testdata just testservice, which has no cache to clear. I am completely stock latest OTA as of 9.19 and not rooted. Any other suggestions to fix this?

Test service didn't work. You have to be rooted and delete the files within the clipboard folder and fix permissions. I've looked everywhere on the interwebz and this is apparently the only way.
Sent from my SAMSUNG-SGH-I747 using xda premium

Related

Superuser su binary

I've noticed that the su binary installed by superuser doesn't survive a reboot. Anyone else have this problem? Any fixes?
Sent from my SPH-D700 using XDA App
Same here. Have to re update after each reboot
Sent from my SPH-D700 using Tapatalk
same here, had to update the binary too
How do you update the su?
Launch superuser, go to settings and scroll to the bottom.
Sent from my SPH-D700 using XDA App
I've found 3 su:
/system/bin/jk-su (original from the oneclick/permanent)
/system/xbin/su (symlink to /sdx/su)
/sdx/su (superuser updates this one)
Superuser does not update /system/bin/jk-su so I decided to.
So far its working.
Sent from my SPH-D700 using XDA App
dangdang said:
I've found 3 su:
/system/bin/jk-su (original from the oneclick/permanent)
/system/xbin/su (symlink to /sdx/su)
/sdx/su (superuser updates this one)
Superuser does not update /system/bin/jk-su so I decided to.
So far its working.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
How did you update it yourself?
Here's what worked for me. Keep in mind I am rooted using oneclick 2.2.4 which comes with busybox and remount scripts.
1. Update the su binary using superuser.
2. Launch a terminal (I use better terminal emulator pro)
3. Run 'su' from the terminal
4. Mount system rw with 'remount rw'
5. Remove jk-su with 'rm /system/bin/jk-su'
6. Copy the su binary superuser installed with 'cp /sdx/su /system/bin/jk-su'
7. Reboot and it should survive.
Notes:
Do not include single quotes when running the commands.
I'm paranoid about permissions so as root in terminal I ran:
chown root.shell /system/bin/jk-su
chmod 755 /system/bin/jk-su
To match the permissions of the removed jk-su. I'm not sure if this was necessary.
I haven't tested using adb yet so I don't know the steps.
Sent from my SPH-D700 using XDA App
Code:
#cp /sdx/su /system/bin/jk-su
cp: not found
the last part does not work (i have the same root method)
i have to re-root the phone when i get home today. but i will try to move the updated binary with root explorer instead of the command line.
Replace 'cp' with 'busybox cp'.
Sent from my Android using CDMA
dangdang said:
Replace 'cp' with 'busybox cp'.
Sent from my Android using CDMA
Click to expand...
Click to collapse
will try I had the same issues
dangdang said:
Here's what worked for me. Keep in mind I am rooted using oneclick 2.2.4 which comes with busybox and remount scripts.
1. Update the su binary using superuser.
2. Launch a terminal (I use better terminal emulator pro)
3. Run 'su' from the terminal
4. Mount system rw with 'remount rw'
5. Remove jk-su with 'rm /system/bin/jk-su'
6. Copy the su binary superuser installed with 'cp /sdx/su /system/bin/jk-su'
7. Reboot and it should survive.
Notes:
Do not include single quotes when running the commands.
I'm paranoid about permissions so as root in terminal I ran:
chown root.shell /system/bin/jk-su
chmod 755 /system/bin/jk-su
To match the permissions of the removed jk-su. I'm not sure if this was necessary.
I haven't tested using adb yet so I don't know the steps.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
I have this exact same problem on my Samsung Moment (have to update SU every reboot).
The directory structure seem a bit different. For example, there's no /system/bin/jk-su (in fact, if I find / -name 'jk-su' I get no results at all).
I am poking around the directory structure trying to figure out where to find the source and destination su files that I'm going to have to overwrite and I can't seem to figure which is which. Does anyone have any idea how to do the functional equivalent of dangdang's post on a Moment?
Thanks!
Um... Why did you feel the need to necro this INCREDIBLY ANCIENT thread?
k0nane said:
Um... Why did you feel the need to necro this INCREDIBLY ANCIENT thread?
Click to expand...
Click to collapse
Because people like to bring out the bat again and continue to beat the remaining not decomposed guts out of the horse...
lmao
I was about to say. WTF is everyone talking about SU not surviving a reboot /noodlescratcher
davidrules7778 said:
Because people like to bring out the bat again and continue to beat the remaining not decomposed guts out of the horse...
lmao
Click to expand...
Click to collapse
k0nane said:
Um... Why did you feel the need to necro this INCREDIBLY ANCIENT thread?
Click to expand...
Click to collapse
It was the most relevant post after doing a search. Forum etiquette blows my mind. I can only imagine how much "use the search feature!" I'd have gotten if I'd have made a new post about this. Oh well, I tried.
lol. i hear ya!
DamienWind said:
It was the most relevant post after doing a search. Forum etiquette blows my mind. I can only imagine how much "use the search feature!" I'd have gotten if I'd have made a new post about this. Oh well, I tried.
Click to expand...
Click to collapse
DamienWind said:
It was the most relevant post after doing a search. Forum etiquette blows my mind. I can only imagine how much "use the search feature!" I'd have gotten if I'd have made a new post about this. Oh well, I tried.
Click to expand...
Click to collapse
most likely SU is built into your kernel and short of rebuilding or repacking your kernel you cant update it..
I have a samsung galaxy s I9000 running Gingerbread will this work for me..?

[Q] Big launcher problem, need help ASAP

Alright, when I turn my phone on LauncherPro keeps forceclosing on me, and I can't do ****. I just get 'the application LauncherPro doesn't answer', and an option to force close. When I push force close, the same message pops up again, so I can't access my phone. Is there any way I can fix this via adb or something? What I think caused the problem was that I downloaded and adb pushed a LauncherProPlus.apk (don't know the exact .apk name of it) to my phone (extremely stupid, I know).
Also, is there an adb command to view your phones files? Please help me out with this.
Have you tried wiping dalvik from recovery and then rebooting?
If that doesnt work, you could try pushing another launchers apk to /system/app or /data/app.
Or do you have a backup that you can restore?
Sent from my HTC Desire using Tapatalk
Just remove the launcherpro apk again with adb. It's either a normal adb command or you have to use a shell. Make sure you have a other launcher on the phone when doing this.
If this sounds to complicated and you pushed the apk to /system you can reflash your rom without wiping data.
Sent from my HTC Desire using XDA App
mikep99 said:
Have you tried wiping dalvik from recovery and then rebooting?
If that doesnt work, you could try pushing another launchers apk to /system/app or /data/app.
Or do you have a backup that you can restore?
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
Do you have an adw.apk or something? I'd like to try this first, as I have no recent backup. What do you mean wiping dalvik?
nvm guys, I managed to uninstall LauncherPro by adding a shortcut to installed programs on widgetlocker. I didn't manage to remove it with adb for some reason. Thanks anyways! Appreciate it.
Try wiping dalvik cache through recovery first.
Boot phone with vol down and power. Then choose recovery.
In the advanced menu, there should be the option to wipe dalvik cache.
Reboot.
Sent from my HTC Desire using Tapatalk
Actually, I have one more question. I downloaded this file: http://www.4shared.com/file/EMhprjdn/LauncherPro_Plus_v083.htm and pushed it to my /system/app using ''adb push file name and location /system/app''. Now I can't find any way to delete it, doesn't work with any file manager, neither do I have any adb command. This is a problem because as long as I have this file in my /system/app, I obviously can't use LauncherPro downloaded from the market. Anyone know how?
You need to do...
adb remount
adb shell
cd /system/app
rm launcherproplus.apk
This is going from what I remember. Check the apk name also.
You can do
ls -al before the rm command to list the files in the directory.
Sent from my HTC Desire using Tapatalk
mikep99 said:
You need to do...
adb remount
adb shell
cd /system/app
rm launcherproplus.apk
This is going from what I remember. Check the apk name also.
You can do
ls -al before the rm command to list the files in the directory.
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
Thanks a bunch, but when I do ls -al, it says the launcherpro.apk name is ''LauncherPro Plus v0.8.3.apk''. An .apk isn't supposed to have spaces I guess? Anyway, when I type in rm LauncherPro Plus v0.8.3.apk I get:
# rm LauncherPro Plus v0.8.3.apk
rm: can't remove 'LauncherPro': No such file or directory
rm: can't remove 'Plus': No such file or directory
rm: can't remove 'v0.8.3.apk': No such file or directory
Can you try putting the apk name in quotes?
rm "xxxx.apk"
Sent from my HTC Desire using Tapatalk
No, that didn't work either... damn
Tried single quotes? rm 'Xxx xx.apk'
Sent from my HTC Desire using Tapatalk
When I tried that I got:
# rm 'LauncherPro Plus v0.8.3.apk'
rm: can't remove 'LauncherPro Plus v0.8.3.apk': Directory not empty
At least seems like a step forward
And you're booted into recovery?
Also, try putting
su
Before issuing the command.
Sent from my HTC Desire using Tapatalk
mikep99 said:
And you're booted into recovery?
Also, try putting
su
Before issuing the command.
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
Guess like this; su rm 'LauncherPro Plus v0.8.3.apk'
but that gave me permission denied.
I tried booting into recovery earlier, but when I did that ''adb remount'' didn't work.
btw, i really appreciate all your help. thanks a lot mate
Ok, you need to be in recovery.
There's an option in one of the menus to 'mount system' - choose that.
Then try
adb shell
cd /system/app
rm 'xxxxxx.apk'
You wont have access to delete from /system while your phone is booted as I don't think you're S-OFF.
Sent from my HTC Desire using Tapatalk
It worked! Thank you so much! You literally saved my day!
No problem mate, happy to help
Might be worth taking a backup for the future
Sent from my HTC Desire using Tapatalk
Will definitely do that!
Hi Guys,
I am having pretty much the exact same problem as CH3Z, however i'm having problems locating LauncherPro.apk (free ver).
I've tried using the ls -al command and it doesnt show up there so i'm stuck @ the moment on what to do. I understand that i need the exact name of the apk but i dont know where it is. Any help would be appreciated.
Am running SuperNova Gingersense ROM.

[Q] how to push apks

I've been using JoyOS V3.0..
But I didnt get the the dialer as in the screenshot (here http://forum.xda-developers.com/showthread.php?t=1669550 )
I wanted to have the view like in screenshot No.2 & No.11
KoolSavas95 said to push JOYphone.apk (here http://forum.xda-developers.com/showpost.php?p=29246510&postcount=92 )
But I dont know what it means..!
Can someone please help me as to what am I supposed to do to get that view..!!?!
Thanks in advance..!
P.S.:I'm not allowed to post in that forum so i had to start a new thread.. Sorry..!
sk2808 said:
I've been using JoyOS V3.0..
But I didnt get the the dialer as in the screenshot (here http://forum.xda-developers.com/showthread.php?t=1669550 )
I wanted to have the view like in screenshot No.2 & No.11
KoolSavas95 said to push JOYphone.apk (here http://forum.xda-developers.com/showpost.php?p=29246510&postcount=92 )
But I dont know what it means..!
Can someone please help me as to what am I supposed to do to get that view..!!?!
Thanks in advance..!
P.S.:I'm not allowed to post in that forum so i had to start a new thread.. Sorry..!
Click to expand...
Click to collapse
use root explorer....go into system/apps .....copy the joyphone.apk there......set permission to r-r-r
reboot the phone.....go to dilar it will ask ...to use joy or stock...choose joy...and save it ..
your done...you may delete the old phone.apk...if you plan not to use it
It means to use ADB to push the .apk file to the /system/app directory.
The commands to do that are:
adb remount (read/write access)
adb push [apk_name_here].apk /system/app
djpry said:
use root explorer....go into system/apps .....copy the joyphone.apk there......set permission to r-r-r
reboot the phone.....go to dilar it will ask ...to use joy or stock...choose joy...and save it ..
your done...you may delete the old phone.apk...if you plan not to use it
Click to expand...
Click to collapse
There is no joyphone.apk..!!
What should I push exactly..??
Either with adb the command is "adb push joyphone.apk /system/app/joyphone.apk"
Or easier way if you don't know adb is to use a file manager to copy n paste it into system/app, set permissions to rwrr if your file manager doesn't automagically set them for you and it should work, I presume from reading kools post that you need to delete the other phone.apk.
Edit: ninja'd whilst eating my bacon, eggs and tomato sandwich!
Sent from my GT-I9100 using xda premium
KoolSavas95 said:
Actually there is no joyphone.apk in the rom cause it force closes when trying to open. Other joyphone.apks force closes too. So i'm looking for a version which didnt force closes. Until i find a working one u have to wait.
Sent from my LG-P990 using xda premium
Click to expand...
Click to collapse
Ok.. Thanks for the great rom though..!
KoolSavas95 said:
Actually there is no joyphone.apk in the rom cause it force closes when trying to open. Other joyphone.apks force closes too. So i'm looking for a version which didnt force closes. Until i find a working one u have to wait.
Sent from my LG-P990 using xda premium
Click to expand...
Click to collapse
Maybe you could use this rom's joyphone.apk
http://www.docin.com/p-446183235.html
Also this: http://www.gycviet.com/2012/06/rom-joyos-for-sgy-rom-iphone-cho-gy.html?m=0#.UBe6C2EnxsA
Please try it lemme know if it works..!
HIT THANKS IF I HELPED YOU.
Scratch0805 said:
Either with adb the command is "adb push joyphone.apk /system/app/joyphone.apk"
Or easier way if you don't know adb is to use a file manager to copy n paste it into system/app, set permissions to rwrr if your file manager doesn't automagically set them for you and it should work, I presume from reading kools post that you need to delete the otherrw phone.apk.
Edit: ninja'd whilst eating my bacon, eggs and tomato sandwich!
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
You don't need the joyphone.apk at the end. Just thought I'd point that out.
Sent from my XT615 using xda premium
Indeed.
Having the .apk at the end of the path is only useful if the original one has a different name or extension.
Example.
adb push randomname.apk /system/app/newname.apk
This will push randomname to /system/app and rename it to newname.apk
it's also useful for when your theme-ing stuff and have the .apk renamed to .zip
adb push framework-res.zip /system/framework/framework-res.apk
This will push the .zip file to /system/framework and change the extension to apk
Justiceā„¢ said:
You don't need the joyphone.apk at the end. Just thought I'd point that out.
Sent from my XT615 using xda premium
Click to expand...
Click to collapse
I know that part is for renaming something but oh well does the same thing..........
Sent from my GT-I9100 using xda premium

Im gonna root my gf's evo.. question tho?

Is it okay to use use a mac on htcdev.com?
Sent from my SPH-D710 using xda app-developers app
juan91 said:
Is it okay to use use a mac on htcdev.com?
Sent from my SPH-D710 using xda app-developers app
Click to expand...
Click to collapse
I don't see why not? Its just a website.
--------------------------------------------------------
Sent From My Rooted, S-OFF'd Blackberry Curve using the iOS XDA Application for Android.
But like the actual unlocking process fastboot and command prompt
according to this thread http://forum.xda-developers.com/showthread.php?t=1671577 its not a problem.
For Mac, no drivers needed, unzip Evo4GLTERoot.zip to your Downloads directory then open up a terminal and do:
Code:
cd Downloads/Evo4GLTERoot
chmod 755 *
sh runmemac.sh
thats a direct copy and paste from the page..make sure it applies to you though.
nrvlljr said:
according to this thread http://forum.xda-developers.com/showthread.php?t=1671577 its not a problem.
For Mac, no drivers needed, unzip Evo4GLTERoot.zip to your Downloads directory then open up a terminal and do:
Code:
cd Downloads/Evo4GLTERoot
chmod 755 *
sh runmemac.sh
thats a direct copy and paste from the page..make sure it applies to you though.
Click to expand...
Click to collapse
This is an original evo 4g though...
Not an lte.
But, that means htcdev.com will still work on Mac
Sent from my PC36100 using xda app-developers app
I really have to pay better attention..thats the 2nd time I've pointed at an irrelevant thread.

[T-Mobile] Restore Stock Preloaded Data after rooting.

This archive contains the missing apks and stickers that are lost when using the HTC Dev unlock tool.
You can install the apks inside manually, but the png files must be placed into /data/preload/ in order for the gallery app to find them.
Instructions for re-installation. (Busybox must be installed)
Code:
adb push preload.tgz /sdcard/
adb shell
su
cd /data/
tar -xvf /sdcard/preload.tgz
chown root:root /data/preload
chmod 771 /data/preload
chmod 644 /data/preload/*
pm install /data/preload/Flashlight.apk
pm install /data/preload/Calculator.apk
reboot
Download here: http://www.cheatersedge.org/android/m8/preload.tgz
Wow thanks. Did not even realize it was gone.
Sent from my HTC One_M8 using Tapatalk
FYI, wiping /data/ with TWRP erases these preloads as well.
Sent from my HTC One_M8 using Tapatalk
Hey I know this is not specifically related but everytime I remove an app via TB they come back upon reboot (T-Mobile Tv, Lookout, etc etc)
How do I stop them from coming back (delete for good)? Thanks
S-off or try http://forum.xda-developers.com/showthread.php?t=2702575
[Guide] How to have write protection disabled on boot with stock rom
Sent from my HTC One_M8 using Tapatalk
I am uploading a ROM right now that restores these files.
Weird, I'm HTCdev unlocked but I still have the flashlight app but calculator is gone. Weird.
Fenny said:
This archive contains the missing apks and stickers that are lost when using the HTC Dev unlock tool.
You can install the apks inside manually, but the png files must be placed into /data/preload/ in order for the gallery app to find them.
Instructions for re-installation. (Busybox must be installed)
Code:
adb push preload.tgz /sdcard/
adb shell
su
cd /data/
tar -xvf /sdcard/preload.tgz
chown root:root /data/preload
chmod 771 /data/preload
chmod 644 /data/preload/*
pm install /data/preload/Flashlight.apk
pm install /data/preload/Calculator.apk
reboot
Download here: http://www.cheatersedge.org/android/m8/preload.tgz
Click to expand...
Click to collapse
How would I go about executing these commands? I have tried a command prompt with the phone powered into the OS and with it in fastboot but continue to get device not recognized. Could I place the file on my phone and use terminal emulator?
ghettovirtuoso said:
How would I go about executing these commands? I have tried a command prompt with the phone powered into the OS and with it in fastboot but continue to get device not recognized. Could I place the file on my phone and use terminal emulator?
Click to expand...
Click to collapse
Problem fixed! I needed to update my adb tools, was working with outdate ones because they did everything I needed until now.
I tried the commands, but the tar command doesn't seem to work. Do I have to install something to make tar work?
I used Root Explorer to extract the files, then moved them to /data/preload, then changed the permissions using adb. I think I got it correct. How can I tell if the stickers are installed correctly? What uses them? I saw a comment about the gallery but I can't see where that uses them?
Thanks!
fclifton said:
I tried the commands, but the tar command doesn't seem to work. Do I have to install something to make tar work?
I used Root Explorer to extract the files, then moved them to /data/preload, then changed the permissions using adb. I think I got it correct. How can I tell if the stickers are installed correctly? What uses them? I saw a comment about the gallery but I can't see where that uses them?
Thanks!
Click to expand...
Click to collapse
Take a pic and edit it. If you can use the stickers you see in folder and the apps are install then I assume all went well.
Sent from my HTC One_M8 using XDA Free mobile app
ghettovirtuoso said:
Take a pic and edit it. If you can use the stickers you see in folder and the apps are install then I assume all went well.
Click to expand...
Click to collapse
Apparently all went well. I have the apps and the stickers work. :good:
What about tar? Should it have been available?
fclifton said:
Apparently all went well. I have the apps and the stickers work. :good:
What about tar? Should it have been available?
Click to expand...
Click to collapse
I know nothing of a tar. I'm not an expert. I was just able to follow the post. Sorry.
Sent from my HTC One_M8 using XDA Free mobile app
Couldn't install apps from adb
Everything in the op worked up to the point where I tried to install the Flashlight and Calculator apks. I got the following error-
pm install /data/preload/Flashlight.apk
pkg: /data/preload/Flashlight.apk
Failure [INSTALL_FAILED_INVALID_URI]
I was able to use a file manager to find the apks in the /data/preload/ folder and install them through android.
Is this enough to receive any OTAs? Would I need to convert them to system apps?

Categories

Resources