How to integrate non-movable apps to system

Search This thread

Raghu Gautam

Member
Mar 11, 2013
37
1
There are a few apps which when moved to system force close like swiftkey,root explorer etc. How to move these kind of apps to system. Help out.....
Sent by XDA premium user Raghu Gautam
 

TheFixItMan

Senior Member
Jul 8, 2012
7,844
4,052
London
these apps will force close because you have not put the lib files in system/libs

you have three options

1 - use system app installer to install these apps (playstore)
2 use link2sd to convert the user app already installed to system app (playstore)
3 - unzip the apk and copy the files in the lib folder to system/lib and then copy the app apk to system/app and set all the correct permissions for each file - eg rw-r-r
 

Raghu Gautam

Member
Mar 11, 2013
37
1
I've tried two of your methods mentioned above, (link2sd & system app installer) but these does'nt seem to work.
Le me try the third one

Sent by XDA premium user Raghu Gautam