레이블이 odroid인 게시물을 표시합니다. 모든 게시물 표시
레이블이 odroid인 게시물을 표시합니다. 모든 게시물 표시

2023년 9월 12일 화요일

ODROID-HC2 + 스마트 플로그

 사진 RAW 파일을 보관하기 위해 ODROID-HC2란 NAS를 사용하고 있습니다.


사진처럼 HDD 하나를 이용하는 간단한 시스템의 NAS이다.

사진을 backup 하거나 외부에서 사진을 편집할 때 가끔 필요하다.

그래서 계속 NAS를 켜 두고 다닌 필요가 없고 인터넷에 계속 노출되는 것도 해커의 공격이 걱정이 되고 HDD 특성상 계속 돌아가는게 HDD에 수명에도 영향이 있을 것이라 필요할 때 사용하고 꺼 두고 싶다.



웹에서 OpenMediaVault OS에서 끄는 것은 가능하지만 다시 외부에서 켤 방법이 없다.

ODROID-HC2는 WOL이 지원되지 않는다.

그래서 스마트 플로그를 통해 외부에서 전원을 켤 수 있을 것 같아서 주문하여 받았다.


Smart Life란 앱을 통해 설정을 마치고 전원을 켜고 끄는 것을 확인하였다.


이제 필요할때 스마트 플로그로 켜고 작업하고 NAS를 끄고 스마트 플로그를 끄고...

딱 필요할때만 운용가능한 시스템이 구축되었다.

2020년 10월 28일 수요일

Install Magisk and Xposed Framework for Fake Wifi on ODROID-N2/N2+/C4/HC4

Install "Google Play Store"

https://codewalkerster.blogspot.com/2019/02/how-to-install-google-play-store-on.html

Download Magisk Manager apk

Install Magisk apk

https://codewalkerster.blogspot.com/2019/04/how-to-use-supersu-on-odroid-n2-android.html

Open adb shell or terminal after "Root access"(Developer options).

:/ # cd /sdcard/Download/                                                       

:/sdcard/Download # dd if=/dev/block/boot of=./boot.img                         

32768+0 records in                                                              

32768+0 records out                                                             

16777216 bytes transferred in 0.245 secs (68478432 bytes/sec)                   

dd if=./magisk_patched.img of=/dev/block/boot

22476+0 records in                                                              

22476+0 records out                                                             

11507712 bytes transferred in 1.727 secs (6663411 bytes/sec)    

Reboot

Search riru and install "Riru (Riru - Core), Riru - EdXposed (YAHFA)"

Install "Fake Wifi on Play Store"

Run "ExXposed Manager"

Launch UI






























2020년 3월 24일 화요일

RAW Image editing with ODROID-N2

PC 없이 RAW 파일 편집하기
Editing RAW Images without PC.

DSLR을 이용해서 RAW 파일을 편집하려면 많은 사람들이 Windows가 설치된 PC에 포토샵이나 라이트룸을 이용한다.
Many people used Photoshop and Lightroom to edit their RAW Images with PC installed Windows.

하지만 나는 스마트폰에서 Snapseed만 이용해서 RAW파일 편집을 해왔다.
But I only have used Snapseed app on Android smartphone.

하지만 화면도 작고 브러시 기능을 이용할때는 터치로 작업하기에 불편하다.
But it is to hard to edit because smartphone has a small screen and if you want to use brush tool, you will feel difficult to edit accuratly.

그래서 큰 화면의 TV와 ODROID-N2에 마우스를 연결하면 PC처럼 편집을 시도해 보았다.
So, I have tried to use android ODROID-N2 connected mouse and TV like a PC.

1. USB C-Type OTG adapter 를 이용하여 RAW 파일을 카메라에서 스마트폰으로 옮긴다.
최근에 새로운 스마트폰을 샀다면, USB C-Type OTG 어뎁터가 패키지에 포함되어 있다.
First you can move your RAW Images to your smartphone with USB C-Type OTG Adapter.
If you buy a new smartphone recently, it was included in smartphone packages.


2. 스마트폰으로 다 옮기고 Google Photos 동기화 한다.
After moving files and sync with Google Photos.

3. ODROID-N2에 Google Photos와 Snapseed를 설치한다.
Install "Google Photos" and "Snapseed" on ODROID-N2.

4. 마우스를 ODROID-N2에 연결한다.
Connect a USB mouse.
4. 편집하고 싶은 사진을 "기기에 저장"
Save a RAW image that you want to edit.
5. 편집 앱을 Snapseed를 선택한다.
Click to edit icon and select Snapseed.
6. 터치 없이 마우스로만 큰 화면에서 편집이 가능합니다.
You can edit images by using mouse, it is easier and more accurate than using touch screen.
ODROID-N2 2GByte 모델이지만 무리 없이 편집이 가능하다.
I have the ODROID-N2 2GByte momory, But it works well smoothly.

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.