Hi All,
To remove PhoneApp form the device, i followed the below
setps:
1) Execute 'adb remount' to mount /system folder in rw mode.
2) telnet 192.168.16.2 to logint to phone.
3) Execute 'rm /system/app/Phone.apk' to remove apk.
4) Execute 'rm /data/dalvik-cache/sys...@app@[email protected]'
to remove the running instance of the Phone app
5) Execute ' cd /data/data' and 'rm -R rm -R com.android.phone' to
remove the personal data of Phone App.
Even after doing all these setps, PhoneApp is still running on the
device.
Is it due to the android:persistent="true"attribute in
AndroidManifest.xml file.
Could you please help me in removing Phone App from the device.
Cheers
RajaniKanth
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---