On Tue, Apr 16, 2013 at 11:42 PM, rh <[email protected]> wrote:
> On Tue, 16 Apr 2013 19:33:00 -0700 (PDT)
> Lew <[email protected]> wrote:
>
>> rh wrote:
>>
>> > George Baker  wrote:
>> > > In order to make a calendar app you should need to even have to
>> > > worry about the source for the Android OS.  What you will need is
>> > > the Android SDK which you can get at
>> > > http://developer.android.com/sdk/index.html,  You'll want to look
>> > > towards the bottom of the page under download for other platforms
>> > > - SDK Tools only.  You will also need a copy of JAVA 1.6.
>> >
>> > Yes I did get these already. But I still need to learn how to
>> > remove apps that I don't need and in my dabbling I wasn't able to
>> > remove
>> >
>>
>> adb uninstall <package>
>
> Tried that but adb gives
> Failure
> echo $?
> 0
>
> tried many different package names, all failed with the same
> error, even nonsense package names. But maybe I didn't find
> the correct secret name.
>

FYI it's impossible to uninstall a system app, so it's no use even
trying.  If you are one of the many users with a stock ROM from some
provider, chances are you won't be able to remove their custom
bloatware without rooting your phone and installing some mod.  (This
is a potentially good idea for other reasons as well: much of that
custom bloatware is overprovisioned and contains potential exploits..)

Kris

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to