Pushing files in android /system/app folder(help got from this link)
Steps to follow
- Launch the emulator from the command line so that system folder should have free space. emulator -avd test3 -partition-size 512 The
emulator
binary should be intools/
directory within your SDK link - Start the adb shell (command line for emulator) adb binary is in platform-tools adb shell (use df command to see the used and free space on partitions)
- Remount the system directory mount -o remount, rw /system
- change the permission on the directory chmod 777 /system chmod 777 /system/app
Open the perspective in the eclipse, select File Explorer and then /system/app among folders. After selecting push the files in the folder using "Push files on the folder" button.
No comments:
Post a Comment