[Q] launch apps adb - Fascinate General

how do i launch an app from adb to my phone?

I dunno, but this belongs in the general section.

Related

Removed amazon system app, still there?

I recently removed the amazon system app using the booting into recovery and using adb. now i just noticed that when i go to manage apps, i see com.amazon.mp3 and when i try to tap on it it force closes. is there anyway i can remove that from my manage applications list? TIA
Even though this should be in Q&A section...
From a shell with su
pm uninstall com.amazon.mp3
daveid said:
Even though this should be in Q&A section...
From a shell with su
pm uninstall com.amazon.mp3
Click to expand...
Click to collapse
What is the pm for?

Working with ADB

Does anybody have any good info or a list of commands we can use in ADB without root access? I am not clear if this is strictly an App developer tool when root access is not allowed or if there are still commands we can use to interact with our phones. Thanks for any commands posted in advance!
Just type adb and it will give you a list of commands, if you try to do anything that requires root it will tell you that you can't do it.
I think this should be in general also.
Sent from my ADR6300 using Tapatalk
Actually this has to do with Android development. Thank you for the refresh I forgot you could just type that in to get the commands.

ADB

Can someone please tell me the correct ADB commands for:
1.) Get a list of the apps on my phone
2.) Remove an app identified in that list
I will be using ADB from my PC. I know how the commands through here:
cd C:\AndroidSDK\platform-tools
adb shell
I have searched through so many forms thrying to find this and nothing has seemed to work. I want to find the ls command that shows the list of the apps, not the package name. Then I want to be able to uninstall via the app name I identified in the app list, again, not the package name.
Thanks for the help
I think you want this?
http://wiki.cyanogenmod.com/index.php?title=Barebones
Perfect. It kills me to know why I never found this through my searches.
Sent from my Liberty using XDA App

aLogcat/CatLog/Lumberjack not working? Do this ...

I noticed my favorite logcat app wasn't working on my N7 so I went on a search and found a fix/workaround (details later):
Code:
pm grant <pkg> android.permission.READ_LOGS
So, to give the donate version of aLogcat (https://play.google.com/store/apps/details?id=org.jtb.alogcat.donate), you'd do this
Code:
pm grant org.jtb.alogcat.donate android.permission.READ_LOGS
This seems to persist across reboot. Not sure about app update/uninstall/reinstall but it works for me.
Note that "pm" is a standard part of Android (I'm rooted but running stock JB on my N7) so you can just run it from the shell (adb shell) or from the command line via your favorite terminal emulator app like Android Terminal Emulator (https://play.google.com/store/apps/details?id=jackpal.androidterm).
If you're interested in the details, there's a long discussion over in the Android Developers Google Group -- https://groups.google.com/forum/?fromgroups#!topic/android-developers/6U4A5irWang
Note: I'm rooted so it may require root to work.
MOD: I've posted this in the Q&A section cuz it's the answer to a question but if it belongs elsewhere (Development? General?) then please move it.

ADB from Download or Recovery

Tab won't boot
Is it possible to get adb shell access from download or recovery?
Need to run fsck but can't seem to get adb to recognize device
Thanks in advance
Moved to general​
This in no way can be considered development, post in the correct section.​
original_ganjaman said:
Moved to general​
This in no way can be considered development, post in the correct section.​
Click to expand...
Click to collapse
Figured this out you can access mount points from adb while in clockworkmod recovery in the mounts and storage section

Categories

Resources