Hi,
I want to develop a custom Settings.apk with some changes.I downloaded
Android source(Froyo) by following instaructions on Android open
source page (
http://source.android.com/source/index.html).For testing
purpose i build the entire source and take the Settings.apk .I
installed it on emulator it woks fine.But when i install on
device,after reboot the Settings application is not visible.I checke
using ADB whether it is system/app or not,it is in system/app
but not visible.
I tested on LGP350 device
I build source using commands
$cd <Source_Directory>
$ build/envsetup.sh
$lunch 1
$make
My installation steps are
1)Rooted the phone using GingerBreak
2)Take backup of Setting.apk,Settings.odex
3)Remove Setting.apk,Settings.odex from system/app
4)Copied my custom Settings.apk to System/app(i have no
Settings.odex )
5)Reboot the device
My command sequence is :-
C:\Users\ramkumar\.android\avd\android_simulator.a vd>adb shell
$ su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
# chmod 777 system/app
# exit
$ exit
C:\Users\ramkumar\.android\avd\android_simulator.a vd>adb push
Settings.apk system/app
C:\Users\ramkumar\.android\avd\android_simulator.a vd>adb reboot
After reboot there is no Settings app on my device