M
M
can you mount in rw mode ?
@bb107 it is always nice if you share source or release precompiled bin file related to your idea . it will always be useful to someone . 🌹
@nonnymoose ok but device is rooted with kingoroot . so writing in /system is possible but i guess i can not write on existing /system binaries
just wrap a LinearLayout as a parent around NavigationTabBar . it would solve this issue.
@filipebezerra lookout for the orientation . just use a horizontal LinearLayout as parent for NTB. after that you can specify any parent for the existing LinearLayout .
same here . i think we should switch to another view
same here . i will appreciate if u provide us with a fix
I appreciate your response to this issue . The code is nothing particular , the code is as follows : ``` Process process = Runtime.getRuntime().exec(getFilesDirectory+"/netstat2"); process.waitFor(); Thread.sleep(3000); BufferedReader bufferedReader =...
Well , i have found a working solution . instead of packagename i return UID from netstat and from there , there is a command in packagemanager that returns packagename...
Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies {...