[android-developers] Re: Reg: Replacing the inbuilt application by our own application.

2012-06-12 Thread karthik- AnAndroidian
Simple step. But unusual.


Find the package name of the contact app. And make the same package
name for your own developed application.
When u r install ur new app. Mobile will match your package. if so ,
if the package name is already exists it will ask us to replace the
old app with new one without deleting the data...


But the funny thing in this, u are going to lose your inbuilt contacts
app permenantly...

On Jun 11, 2:28 am, TreKing treking...@gmail.com wrote:
 On Wed, Jun 6, 2012 at 4:14 AM, chandur mani chandur.ind...@gmail.comwrote:



  Now i am trying to replace the native application to my own application
  which i developed .
  Kindly guide me  , how to approach it.

 Step 1: Build your own application.
 Step 2: Use your own application instead of the inbuilt one.
 Step 3: There is no step 3.

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Reg: Replacing the inbuilt application by our own application.

2012-06-12 Thread TreKing
On Mon, Jun 11, 2012 at 1:08 AM, karthik- AnAndroidian 
raj.karthik...@gmail.com wrote:

 When u r install ur new app. Mobile will match your package. if so ,
 if the package name is already exists it will ask us to replace the
 old app with new one without deleting the data...


Have you actually tried this? Because if the signatures don't match (which,
you know, they won't) then this will fail.

Try building your app in debug mode then trying to install the very same
package after you've signed it for release (and hence with a different
signature). It no worky.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Reg: Replacing the inbuilt application by our own application.

2012-06-12 Thread Kristopher Micinski
That's your system will tell you to gtfo, unless you match the
system signature.

kris

On Mon, Jun 11, 2012 at 2:08 AM, karthik- AnAndroidian
raj.karthik...@gmail.com wrote:
 Simple step. But unusual.


 Find the package name of the contact app. And make the same package
 name for your own developed application.
 When u r install ur new app. Mobile will match your package. if so ,
 if the package name is already exists it will ask us to replace the
 old app with new one without deleting the data...


 But the funny thing in this, u are going to lose your inbuilt contacts
 app permenantly...

 On Jun 11, 2:28 am, TreKing treking...@gmail.com wrote:
 On Wed, Jun 6, 2012 at 4:14 AM, chandur mani chandur.ind...@gmail.comwrote:



  Now i am trying to replace the native application to my own application
  which i developed .
  Kindly guide me  , how to approach it.

 Step 1: Build your own application.
 Step 2: Use your own application instead of the inbuilt one.
 Step 3: There is no step 3.

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en