View Single Post
Old 06-12-2024, 04:20 PM   #551
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,004
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by joshuamotte View Post
... using su resulted with an Authentication failure...
The "su" was to be addressed to the Android shell, not your desktop.
Code:
C:\>adb shell
$ su
#
(That's why I always pretend that you've got a Windows desktop as the prompts are less ambiguous. C:\> means desktop, even if it's Linux.)
"su" only works for Magisk. The regular system does not have it, my recovery doesn't need it.

Quote:
Originally Posted by joshuamotte View Post
mount: /system: mount point does not exist.
Hmm, maybe it doesn't.
Code:
# mkdir /system
Renate is offline   Reply With Quote