English: Choose a character, then fill empty cells with numbers from 1 to 16. Correct answers keep your score. Wrong answers deduct your character penalty. If your score reaches 0, restart Big Sudoku. A no-mistake clear within the selected duration enters the Hall of Fame.
한국어: 캐릭터를 고른 뒤 빈칸에 1부터 16까지의 숫자를 입력하세요. 정답은 점수를 유지하고, 오답은 캐릭터별 벌점만큼 감점됩니다. 0점이 되면 빅 스도쿠를 다시 시작해야 합니다. 선택한 시간 안에 무오답으로 클리어하면 명예의 전당에 기록됩니다.
Select an empty cell and choose a number. / 빈칸을 선택하고 숫자를 고르세요.
This file is a security-review demonstrator. It is not a public release, not a consumer app, and not intended for distribution.
The PWA recorder is used to demonstrate offline, single-file, zero-dependency recording patterns and their browser-level limits. It should be evaluated as a review artifact, not as a deployed field application.
Calculator camouflage, Compact Visible Mode, and image-extension saving are reviewable design patterns. They do not remove platform limits, legal obligations, or device-level indicators controlled by Android or the browser.
Earlier versions tried to disguise files by altering the header. V3.8 keeps the safer two-option model:
.jpg extension. It may appear as a broken image. To play the audio, manually rename IMG_20260105_xxx.jpg back to .webm. Because the audio bytes are not wrapped or padded, renaming restores playback.You can change this option at any time. It only affects future recordings, not files already saved.
The app has two distinct screens:
Switch between them using the toggle at the top of the recorder screen.
Compact Visible Mode creates a very small recorder surface intended for Samsung pop-up view or split-screen review testing. It does not make the web app a true Android background recorder.
0000 (or your changed code), then press %.Recommended S23 test flow: start recording, enter 0000 + % for Compact Visible Mode, open Samsung pop-up view from Android Recents, set the screen-on review duration to 20/60 minutes, keep the device charging if possible, then verify saved files after 5, 20, and 60 minutes.
The ⚙ icon can be hidden so the app appears to be only a calculator. To reset settings to the initial default state: switch to the calculator screen, type 0000 (or your changed code), then press =. The reset uses the current code; after reset, the code returns to 0000.
To start or stop recording from the calculator screen: type 0000 (or your changed code), then press ×. Recording remains silent in calculator mode.
To enter Compact Visible Mode from the calculator screen: type 0000 (or your changed code), then press %.
If you enter the wrong code, press C. The C key clears both the visible calculator expression and the hidden command buffer. For example, if you accidentally enter 000 instead of 0000, press C and start again.
If you tap "Hide" from the recorder screen, the app first switches to the calculator and then removes the gear icon. Use the keypad commands above to record or reset settings.
Earlier versions required a password before each recording. Field testing showed this fails the most basic field reality: in an emergency, every second of fumbling with a password creates risk. V3.0 removes the password barrier. Recording starts the instant the user taps. Encryption can be added at the storage layer in production builds without blocking the capture path.
VitalGuard's core philosophy: auditable single file = supply chain attack immunity. Zero external libraries, CDNs, or API calls — only one SHA-256 hash needs verification. Service Worker and Manifest are inlined via data: URLs.
Gunshots, explosions, and screams produce clear amplitude spikes (100–120 dB). The Web Audio API's AnalyserNode computes RMS and Zero-Crossing Rate; recording auto-starts when thresholds are exceeded. Pure DSP — no external ML.
When triggered while the calculator screen is active, recording starts silently — no toast, no indicator. Evidence is preserved without exposing the user.
Three rapid taps within 1 second on the invisible top-left zone stops any active recording and clears this app's local settings/cache. Browser security prevents a web app from deleting files that were already downloaded to the device's file system.
Use the device file manager to remove downloaded recording files if needed.
Compliance is structural, not bolted on.
This is a demonstrator. Production deployment will add independent security audit (ROS), multilingual UI (Arabic, Rohingya, etc.), field pilots (UCL GDI Hub, IDS Sussex), Hippocratic License 3.0 liability clauses, and optional storage-layer AES-256-GCM that does not block the capture path.