Mio Android Kitchen Updates
478 subscribers
29 photos
3 videos
31 files
121 links
Free Android Rom tool
Download Telegram
U can use it to develop ur own mkc_plugin in python.Just create a new plugin in mkc and rename main.sh to main.py.
example code
from src.core.addon_register import Entry

def main():
from tkinter import Toplevel
from src.core import utils
# project_name
from src.tkui.tool import project_manger
from src.tkui.tool import current_project_name # This variable must import after tool inited.
print(f'Project name:{current_project_name.get()}')
print(f'Project path:{project_manger.get_work_path(current_project_name.get())}')
print(f'Project work path(include images, unpacked folders):{project_manger.current_work_path()}')
print(f'Project work output path(include repacked images):{project_manger.current_work_output_path()}')
print(f'Projects:{" ".join(project_manger.get_projects())}')
# check if the tool inited
from src.core.utils import states
print(f'The tool is init state is {states.inited}')
# run command or binaries
from src.core.utils import call
command = ['mkfs.erofs', '--help']
print(f'Run {command}')
ret=call(command)
print(f'exit code:{ret}')
# run without output
ret = call(command, out=False)
print(f'exit code:{ret}')
# run my own commands
command = ['curl', '--help']
ret = call(command, extra_path=False)
print(f'Run {command}')
print(f'exit code:{ret}')
ck = Toplevel()
ck.title("Created by Plugin")

entrance = {Entry.main: main}
The python plugin will be enabled in 4.1.6
composeApp-release.apk
41.4 MB
image studio is an non-root Android kitchen,developed by ColdwindScholar and suqi8
Its test version,plugin not ready for now and developing
follow @mio_android_kitchen
update channel @mio_android_kitchen
6
composeApp-release.apk
41.4 MB
add Russian(new) by @AgentSheld 🫡
Fix setting fc
Fix unpack Super (sure)
Fix Task Dialog Disappear,but plugin not ready for now and developing
follow @mio_android_kitchen
update channel @mio_android_kitchen
composeApp-release.apk
32.9 MB
added Indonesia by @Mi8917 ❤️
Fix unpack diglog missing buttons
but plugin not ready for now and developing
follow @mio_android_kitchen
update channel @mio_android_kitchen
composeApp-release.apk
33.2 MB
[Languages]
add spanish
add ukrainian
add turkish
[Features]
add "Set part size" for ext4
support included in mt manager
impl simple plugin exec
follow @mio_android_kitchen
update channel @mio_android_kitchen
👍3
composeApp-release.apk
32.6 MB
[Languages]
update indonesia
[Features]
add brotli level silder
add dat version silder
fix plugin exec
follow @mio_android_kitchen
update channel @mio_android_kitchen
👍1
composeApp-release.apk
32.6 MB
[Features]
Add xiaomiLogo repack and unpack(3)
follow @mio_android_kitchen
update channel @mio_android_kitchen
👍3
composeApp-release.apk
32.6 MB
[Languages]
add portuguese
[Features]
add UPDATE.APP unpack
follow @mio_android_kitchen
update channel @mio_android_kitchen
5
icon of ImageStudio needed! contact @coldwindscholar