Skip to content

Instantly share code, notes, and snippets.

Для тех кто не в курсе, MTK8321 - это тот же MTK6580, только для планшетов

Certyfikaty AXELOS Global Best Practice nie są już dożywotnie. Niestety 😢

Od stycznia 2023 roku wszystkie certyfikaty mają 3-letni okres ważności. Dotyczy to certyfikatów #ITIL, #PRINCE2, #PRINCE2Agile, #MoR i innych.

W przypadku ITIL-a data ważności certyfikatu to nowość. W przypadku certyfikatów PRINCE2 czy MoR tak to działa od dawna.

…ale, odnawianie certyfikatów #nie #jest #obowiązkowe❗️

Nikt nie zabiera certyfikatów po 3 latach. Masz je przecież w wersji elektronicznej lub papierowej (zależnie od wyboru). Cały czas są też na Twoim koncie w PeopleCert. Wciąż możesz je też sprawdzić w publicznej bazie certyfikatów online.

overclock/underclock our MTK devices.No custom kernel or ROM is required but the problem is that the CPU can't be overclocked. Only the GPU and other components like RAM and internal memory.

  1. All you need to do is to install a MTK Engineering app from Google play store.
  2. After that go to /hardware testing/DE-sense/PLLs - you will get to a menu with some different PLLs

ARM PLL - is CPU ( but can't be overclocked ) MM PLL - is the GPU ( it's safe to OC )

I don't know about other PLLs , I don't think is safe to OC them and you will not get any boost in performance. There are the default PLLs values for my MT6582 device ( all clock speeds are in khz )

[power]
skip_suspend_process=0
skip_resume_process=0
skip_suspend_process_all=0
skip_resume_process_all=0
[interface]
shutdown_time=1
#ifdef _WIN32
#include "inttypes.h"
#else /* _WIN32 */
#include <inttypes.h>
#endif /* _WIN32 */
ObexFTP 0.24.2 (released 2016-04-07)
------------------------------------
* obexfs: Parse XML data with Expat library
* obexfs: Properly encode XML special characters
* obexfs: New option -r to specify root path
* obexfs: New option -S to simulate free space
* Fix probing
* Add support for Gigaset devices
* CMake improvements
@TAbdiukov
TAbdiukov / obexftp_snippet.c
Created January 21, 2021 18:54
obexftp.c latest help from GITLAB code
case 'h':
printf("ObexFTP %s\n", VERSION);
printf("Usage: %s [ -i "
#ifdef HAVE_BLUETOOTH
"| -b <dev> [-B <chan>] [-d <addr>]"
#endif
#ifdef HAVE_USB
"| -u <intf> "
#endif
"| -t <dev> | -N <host> ]\n"
# - Find Open Object Exchange library
#
# It will use PkgConfig if present and supported, else search
# it on its own. If the OPENOBEX_ROOT_DIR environment variable
# is defined, it will be used as base path.
# The following standard variables get defined:
# OpenObex_FOUND: true if OpenObex was found
# OpenObex_VERSION_STRING: the version of OpenObex, if any
# OpenObex_INCLUDE_DIRS: the directory that contains the include file
# OpenObex_LIBRARIES: full path to the libraries