• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Stock launcher

MidshipAc

Well-Known Member
Can some one put up the stock launcher apk. I don't have any of the stock files. I prefer stick over xperia launcher
 
Download terminal emulator. Then run the following commands to install the stock launcher.

su

mount -o remount rw /system

cp /directory with the launcher.apk/ launcher2.apk /system/app/

cd /system/app

chmod 644 launcher2.apk && reboot.

the phone will reboot and the launcher should be ready for use
 
This is what happened. The launcher was downloaded on to sdcard/download folder
 

Attachments

  • 1377662298690.jpg
    1377662298690.jpg
    60.7 KB · Views: 139
red ive tried that. it says ""changing permissions was not successful. please note some file systems do not allow permission changes."
 
the system is mounted as ro. You need to run the mount command first. You could also install the latest droidsmith update. In 0.3.10 the system partition is mounted rw
 
the system is mounted as ro. You need to run the mount command first. You could also install the latest droidsmith update. In 0.3.10 the system partition is mounted rw

Explain more in more depth how to run the mount command and the whole ro system thing.
 
Back
Top Bottom