This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ESP8266WiFi.h> | |
#include <ESP8266WebServer.h> | |
#include <ESP8266mDNS.h> | |
#include <IRremoteESP8266.h> | |
#include <IRsend.h> | |
#include <WiFiClient.h> | |
MDNSResponder mdns; | |
IRsend irsend1(14); | |
IRsend irsend2(12); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Please take the time to finish this file as described in | |
# https://sourceforge.net/p/lirc-remotes/wiki/Checklist/ | |
# and make it available to others by sending it to | |
# <[email protected]> | |
# | |
# This config file was automatically generated | |
# using lirc-0.9.4c(default) on Tue Feb 20 03:54:13 2018 | |
# Command line used: -d /dev/lirc0 /home/pi/lircd.conf | |
# Kernel version (uname -r): 4.9.59-v7+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ESP8266WiFi.h> | |
#include <ESP8266WebServer.h> | |
#include <ESP8266mDNS.h> | |
#include <IRremoteESP8266.h> | |
#include <IRrecv.h> | |
#include <IRutils.h> | |
#include <WiFiClient.h> | |
#include <ESP8266HTTPClient.h> | |
MDNSResponder mdns; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
power 16620133 | |
mute 16619623 | |
up 16605343 | |
down 16607383 | |
left 16603813 | |
right 16635943 | |
ok 16603303 | |
play 16605853 | |
pause 16589533 | |
stop 16589023 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Mon": "Pon", | |
"Tue": "Uto", | |
"Wed": "Sre", | |
"Thu": "Čet", | |
"Fri": "Pet", | |
"Sat": "Sub", | |
"Sun": "Ned", | |
"Monday": "Ponedeljak", | |
"Tuesday": "Utorak", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/sbin/sh | |
#dd if=/sdcard/system.ext4.img of=/dev/block/mmcblk0p38 | |
rm -rf /system/custpack/app/removeable/withlibs/*.apk | |
rm -rf /system/custpack/app/removeable/withoutlibs/*.apk | |
rm -rf /system/custpack/app/unremoveable/withoutlibs/Elabel* | |
rm -rf /system/custpack/app/unremoveable/withoutlibs/SingleLogin* | |
rm -rf /system/custpack/app/unremoveable/withoutlibs/UserCare* | |
rm -rf /system/custpack/app/unremoveable/withoutlibs/EmailPartnerProvider* | |
rm -rf /system/custpack/app/unremoveable/withoutlibs/Elabel* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
busybox ln -s /sbin/busybox /sbin/addgroup | |
busybox ln -s /sbin/busybox /sbin/adduser | |
busybox ln -s /sbin/busybox /sbin/ar | |
busybox ln -s /sbin/busybox /sbin/arping | |
busybox ln -s /sbin/busybox /sbin/ash | |
busybox ln -s /sbin/busybox /sbin/awk | |
busybox ln -s /sbin/busybox /sbin/basename | |
busybox ln -s /sbin/busybox /sbin/bunzip2 | |
busybox ln -s /sbin/busybox /sbin/bzcat | |
busybox ln -s /sbin/busybox /sbin/cat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dd if=/dev/block/nanda of=/sdcard/nanda.img | |
dd if=/dev/block/nandb of=/sdcard/nandb.img | |
dd if=/dev/block/nandc of=/sdcard/nandc.img | |
dd if=/dev/block/nandd of=/sdcard/nandd.img | |
dd if=/dev/block/nande of=/sdcard/nande.img | |
dd if=/dev/block/nandf of=/sdcard/nandf.img | |
dd if=/dev/block/nandg of=/sdcard/nandg.img | |
dd if=/dev/block/nandh of=/sdcard/nandh.img | |
dd if=/dev/block/nandi of=/sdcard/nandi.img | |
dd if=/dev/block/nandj of=/sdcard/nandj.img |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# must be done from recovery! | |
dd if=/sdcard/nanda.img of=/dev/block/nanda | |
dd if=/sdcard/nandb.img of=/dev/block/nandb | |
dd if=/sdcard/nandc.img of=/dev/block/nandc | |
dd if=/sdcard/nandd.img of=/dev/block/nandd | |
dd if=/sdcard/nande.img of=/dev/block/nande | |
dd if=/sdcard/nandf.img of=/dev/block/nandf | |
dd if=/sdcard/nandg.img of=/dev/block/nandg | |
dd if=/sdcard/nandh.img of=/dev/block/nandh | |
dd if=/sdcard/nandi.img of=/dev/block/nandi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[product] | |
version = "100" | |
machine = "a33-tablet" | |
[platform] | |
eraseflag = 1 | |
next_work = 3 | |
[target] | |
boot_clock = 1008 |