No ,Application is already install .but device is lock and I cant go through setting->manage Application.
Thats why I am using adb command.device is detecting using adb devices but while doing uinstallation,it fail. On Thu, Dec 23, 2010 at 4:34 PM, Kostya Vasilyev <[email protected]> wrote: > Are you trying to remove a pre-installed application? > > Not sure you can do this, even with adb. > > 23.12.2010 13:40, Narendra Bagade пишет: > > i did the same but giving failure > > On Thu, Dec 23, 2010 at 3:58 PM, Kostya Vasilyev <[email protected]>wrote: > >> "adb uninstall" takes a package name, not .apk file name (install does). >> >> So do this: >> >> "adb uninstall my.application.package.name" >> >> with actual package name. >> >> -- Kostya >> >> 23.12.2010 12:32, Narendra Bagade пишет: >> >> waiting......... >> >> On Thu, Dec 23, 2010 at 1:46 PM, Narendra Bagade < >> [email protected]> wrote: >> >>> need help for above >>> >>> >>> On Thu, Dec 23, 2010 at 1:46 PM, Narendra Bagade < >>> [email protected]> wrote: >>> >>>> >>>> >>>> On Thu, Dec 23, 2010 at 1:45 PM, Narendra Bagade < >>>> [email protected]> wrote: >>>> >>>>> need help for abouve problem >>>>> >>>>> >>>>> On Thu, Dec 23, 2010 at 12:16 PM, Narendra Bagade < >>>>> [email protected]> wrote: >>>>> >>>>>> nothing iswrong and i have taken package name from manifest file. >>>>>> >>>>>> Actually it is lock device and i want to uninstall that apk file >>>>>> >>>>>> >>>>>> On Thu, Dec 23, 2010 at 12:03 PM, praveena ankitha < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> For this 2 ways are there for this type of error >>>>>>> 1) There is no apk >>>>>>> 2) package name is wrong >>>>>>> >>>>>>> >>>>>>> On Thu, Dec 23, 2010 at 12:00 PM, Narendra Bagade < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> No apk is there and application is running fine >>>>>>>> >>>>>>>> >>>>>>>> On Thu, Dec 23, 2010 at 11:54 AM, praveena ankitha < >>>>>>>> [email protected]> wrote: >>>>>>>> >>>>>>>>> That means that apk file is not available in device/emulator >>>>>>>>> >>>>>>>>> >>>>>>>>> On Thu, Dec 23, 2010 at 11:38 AM, Narendra Bagade < >>>>>>>>> [email protected]> wrote: >>>>>>>>> >>>>>>>>>> yes i used same but still getting same error. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Thu, Dec 23, 2010 at 11:37 AM, praveena ankitha < >>>>>>>>>> [email protected]> wrote: >>>>>>>>>> >>>>>>>>>>> For uninstall adb command is >>>>>>>>>>> adb uninstall <packagename> of that apk file name >>>>>>>>>>> >>>>>>>>>>> On Thu, Dec 23, 2010 at 11:21 AM, Narendra Bagade < >>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>> >>>>>>>>>>>> Hi All, >>>>>>>>>>>> I have to uinstall apk form my android tablet. >>>>>>>>>>>> I am using command adb uninstall apkname.apk. >>>>>>>>>>>> but getting error like, >>>>>>>>>>>> Can't dispatch DDM chunk 4d505251: no handler defined Failure. >>>>>>>>>>>> >>>>>>>>>>>> Please help me to uinstall apk for my device . >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> Regards, >>>>>>>>>>>> Narendra >>>>>>>>>>>> . >>>>>>>>>>>> -- >>>>>>>>>>>> You received this message because you are subscribed to the >>>>>>>>>>>> Google >>>>>>>>>>>> Groups "Android Developers" group. >>>>>>>>>>>> To post to this group, send email to >>>>>>>>>>>> [email protected] >>>>>>>>>>>> To unsubscribe from this group, send email to >>>>>>>>>>>> [email protected]<android-developers%[email protected]> >>>>>>>>>>>> For more options, visit this group at >>>>>>>>>>>> http://groups.google.com/group/android-developers?hl=en >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Praveena Ankitha >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Regards, >>>>>>>>>> Narendra >>>>>>>>>> . >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Praveena Ankitha >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Regards, >>>>>>>> Narendra >>>>>>>> . >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Praveena Ankitha >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> Narendra >>>>>> . >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Regards, >>>>> Narendra >>>>> . >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards, >>>> Narendra >>>> . >>>> >>> >>> >>> >>> -- >>> Regards, >>> Narendra >>> . >>> >> >> >> >> -- >> Regards, >> Narendra >> . >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> >> >> >> -- >> Kostya Vasilyev -- WiFi Manager + pretty widget -- >> http://kmansoft.wordpress.com >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<android-developers%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > > > -- > Regards, > Narendra > . > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > > > > -- > Kostya Vasilyev -- WiFi Manager + pretty widget -- > http://kmansoft.wordpress.com > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Regards, Narendra . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

