diabl0w

Results 43 comments of diabl0w

> The API docs didn't include those permissions. Try adding those permissions in the manifest of App Manager and see if it works. **Skip to TLDR for relevant next steps**...

@MuntashirAkon I figured it out.... According to the [Android Docs](https://developer.android.com/reference/java/lang/Runtime#exec(java.lang.String[],%20java.lang.String[])) , we have to figure out a way to pass CLASSPATH to envp via SMTShell which uses `Runtime.getRuntime().exec(cmd)` ... I...

Initialization works perfectly after changing SMTShell code in the code block posted above to: ``` Process p = rt.exec(new String[] { "sh", "-c", cmd}); ``` This fixes it because it...

> > AppOps section of AppManager now populates, but it seems like component disabling features via ifw/pm disable aren't even coming up as on option... perhaps this just hasnt been...

> Well, there are a lot of threads here regarding Shizuku support, but Shizuku remains to be a non-free app. Although it has an OSI-approved license, namely Apache-2.0, it has...

> btw while running as system AppManager should be able to launch any activity, currently it doesn't show the option to launch everything. it hasnt been implemented that far yet......

pinging this issue as this would be very helpful. I watched the youtube presentation as well but it wasn't helpful as it seemed you ran out of time to discuss...

following, having the same issue

im also having this issue, I can only guess that lenovo changed the file on their server? because this github specifically committed to add this bios version so I would...

I would like to retract my "metoo" on this issue to say that it was user error. I cant remember what exactly the issue was, but if i had to...