User Tools

Site Tools


doc:appunti:android:android_command_line

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:appunti:android:android_command_line [2024/08/20 10:23] – [Activity manager] niccolodoc:appunti:android:android_command_line [2024/08/21 09:43] (current) – [Activity manager] niccolo
Line 1: Line 1:
 ====== Android Command Line ====== ====== Android Command Line ======
  
-===== Activity manager =====+===== Android 13 BlackView 5300 Pro ===== 
 + 
 +The device was rooted with **Magisk** and the **Termux** app was installed. Every command is intended to be run as //root//. 
 + 
 +<code> 
 +ps -A 
 +</code> 
 + 
 +==== Activity manager ====
  
 <code> <code>
-am -h+am help
 Activity manager (activity) commands: Activity manager (activity) commands:
   help   help
Line 12: Line 20:
 </code> </code>
  
-===== Service =====+Not all the activies can be launched from the command line, e.g. the following
  
 <code> <code>
 +am start-activity app.lawnchair/com.android.quickstep.RecentsActivity
 +</code>
 +
 +causes the Lawnchair app dies with a message on the screen **Lawchair has stopped**. Fortunately enough the app restarts automatically.
 +
 +==== Service ====
 +
 +<code>
 +service -h
 Usage: service [-h|-?] Usage: service [-h|-?]
        service list        service list
Line 20: Line 37:
        service call SERVICE CODE ...        service call SERVICE CODE ...
 </code> </code>
 +
 +==== Magisk modules ====
 +
 +Magisk modules are installed into **/data/adb/modules/**, each module is a subdirectory.
  
doc/appunti/android/android_command_line.1724142205.txt.gz · Last modified: 2024/08/20 10:23 by niccolo