Random Questions That Don't Deserve Their Own Thread

Anyone have any experience with RE of wireless keyboards? Protocol, etc…

Not buying a new dongle :rofl:

2.4Ghz

my avatar is now static, dynamic is hard to keep track of…
enjoy the new look

2 Likes

if i put KEKA on KEE7 what will happen will it boot?

Probably but wont call

1 Like

how do i flash the entire rom i do not have spflash tools (mac)

you can probably flash each partition seperately with mtkclient or fastboot, and erase the rest.

but ive never done this, no achrayus and i recommend waiting till more experienced guys answer.

also make sure to backup

What changed in the JTech privacy policy

I think it might be private

3 Likes

You are correct. It’s private!

2 Likes

no brom

Is it possible to get the 24six apk to work on a Kyocera? The one from apkdl wasn’t working
If it matters I can find out the model

I have it running on a Kyocera e4810 I downloaded one from apkpure

1 Like

if on the magisk app there is no option to patch the boot.img of the device (it only lets you select one from storage) does that mean the device can not be rooted

i have version 65.0.5 running on mine

You are an air conditioner, not a freezer.

Similar, but not the same.

2 Likes

Air conditioners are more powerful then freezers

how to block an sdcard (slot)?

Fill it in with Glue, That is what Tag international said

2 Likes

there is away to block it on a software level

MDM / Device Owner mode (proper method)

If the device is enrolled in an MDM (like TripleU MDM, the admin can disable external storage:

  • Block mounting external storage
  • Block file transfer from SD
  • Block writing to SD
  • Block reading SD entirely

File‑system permissions (root required)

If the device is rooted, you can:

  • Remove permissions for /storage/sdcard1
  • Disable the kernel module that handles external storage
  • Change fstab entries so the SD card never mounts

But this requires root, and it’s not stable or recommended.

Credits: Copilot

1 Like