wastelander
Lurker
I recently rooted my lucid 2, and like the title says I accidentally deleted the smart share app. Does anyone know how I can get it back?
I recently rooted my lucid 2, and like the title says I accidentally deleted the smart share app. Does anyone know how I can get it back?
Is it possible for someone who is also rooted (stock rom I presume?), pull the apk and send it to him?
Yeah it would be nice if someone had the apk.I was just thinking the same thing.He could sideload it with adb shell.
Yeah it would be nice if someone had the apk.
I was just thinking the same thing.He could sideload it with adb shell.
i didnt know you could adb install a system app. learn something new everyday i guess.
Yes you can,I had to sideload my launcher after I deleted it because I was using Holo Launcher Pro.Then I had to do a factory reset and boom,No Launcher.All you need are the commands to push the apk..
well I had no luck getting the app back any other suggestions?
lgrootnoob's suggestion did not work? That would be the way I know how as I'm not familiar with adb.
His suggestion and adb would be the only ways to get the apk back.
Did you move the apk to /system/app, change permissions (to match the other apk's there), then reboot?
If so, what file manager did you use?
well I had no luck getting the app back any other suggestions?
su -c busybox mount -o remount,rw /system
Oh damn, i forgot to reboot it worked. although I just noticed every time I try and open the app it says unfortunately smart share has stopped.
im guessing you didnt set permissions on it like on the other apks in /system/app
you might also need to remove the /data/data folder that goes along with smartshare.
get me a logcat and wipe dalvik cache too
what method did you use to put it back?
is it actually in /system/app now?
did you run into any errors while trying to put it back?
if you have trouble with permission denied errors use
Code:su -c busybox mount -o remount,rw /system
All i did was was move the apk into /system/app and reboot.
You can't just move it,It won't work.It has to be installed through adb.Which in turn,You will use command prompt on windows os.
You can't just move it,It won't work.It has to be installed through adb.Which in turn,You will use command prompt on windows os.