2019년 12월 15일 일요일

계란밥 만들기


1. 국그릇 보다 큰 그릇을 준비한다.
2. 계란 두개를 푼다.

3. 후추와 소금을 뿌린다.

4. 성인기준 즉석밥 하나 정도 미리 데운다.

5. 햄 또는 크래미를 가위로 적당히 쓸어 넣는다.

6. 김가루도 추가한다.

7. 소주잔 2개 정도 물을 추가한다.

8. 데워둔 밥을 넣고 살짝 저어준다.

9. 전자렌지 용 뚜껑을 덮는다.

10. 전자렌지 약 4분30초 정도 돌린다.

11. 끝나고 치즈 올려 썪어준다.

12. 완성

2019년 4월 11일 목요일

How to use Supersu on ODROID-N2[C4] Android PIE


https://forum.odroid.com/viewtopic.php?f=178&t=34063

Install Magisk Manager
Open browser and search "magisk apk"

https://magiskmanager.com/


Dump boot.img from partition.

Use ADB command or "Terminal Emulator" app.

$ adb shell
console:/ $ su
console:/ # cd /sdcard/Download/
console:/sdcard/Download # dd if=/dev/block/boot of=./boot.img
32768+0 records in
32768+0 records out
16777216 bytes transferred in 0.265 secs (63310249 bytes/sec)
console:/sdcard/Download #

Select Method -> Select and Patch a File





Write patched boot.img to partiton.

console:/sdcard/Download # dd if=./magisk_patched.img of=/dev/block/boot     
21540+0 records in
21540+0 records out
11028480 bytes transferred in 2.036 secs (5416738 bytes/sec)
console:/sdcard/Download #


Reboot Android.


Now enable supersu.



2019년 2월 19일 화요일

How to install Google Play Store on ODROID-N2/N2+/C4(PIE)

\
Open Lightning Browser.

Select ARM64, 9.0, pico



Download package.





Open OdroidUtility.

Select "Update" and "From download package"


Select "Recent" and "File Manager"

Select "Download" and "open_gapps-arm64-9.0-pico-2020xxxx.zip"

Rebooted and installed "Play Store"

Open lightning browser and search "device id apk".

Download apk.




Open "File Manager" and install device id apk.





Click "Google Service Framework (GSF)".

Click "COPY"



Go to registration site.

https://www.google.com/android/uncertified/

Log in Google account.

Paste GSF id.



Wait about 30 min and reboot system.