Root accidentally deleted SmartShare from lucid 2

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?
 

lgrootnoob

Well-Known Member
Yeah it would be nice if someone had the apk.

Im really trying hard not to be a dick. But if you downloaded lucidian or grabbed the system dump from here you would have had smartshare quite easily. :p
Regardless of that, here is smartshare anyways. put it in /system/app and reboot. if it still doesnt work wipe dalvik cache, make sure there are good permissions on the apk (chmod 777), and reboot again.
Profit! Cause i dont have a clue what it even does haha.
EDIT: extra link if gdrive doesnt work for you
 

AMOCO

The Computer Guy
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..
 

lgrootnoob

Well-Known Member
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..

I had that happen to me once. How did you get adb to turn on?
 

Mikestony

~30% Carbon Black ±
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?
 

wastelander

Lurker
Thread starter
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?

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.
 

lgrootnoob

Well-Known Member
well I had no luck getting the app back any other suggestions?

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
 

lgrootnoob

Well-Known Member
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
 

wastelander

Lurker
Thread starter
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

All i did was was move the apk into /system/app and reboot.
 
Top