問題タブ [termux]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
5949 参照

android - Termux - Write access to usb pen drive

I have termux on my android TV Box and I want to have write access to my plugged in usb pen. I have tried running termux-setup-storage command and it created $HOME/storage but this directory doesn't have a path to my usb drive. Maybe this command isn't thought to detect usb drives, only sdcards.
My usb drive is on /storage/udisk0 and I don't have write access in this directory. The group of /storage/udisk0 is sdcard_r . I can't seem to chmod chown or chgrp this directory. Can someone help me?

0 投票する
1 に答える
513 参照

android - Termux で Node.Js を使用して Android Geolocation にアクセスする

Termux で Node.Js を実行している Android フォンから位置情報を取得しようとした人はいますか?

これは、私がやりたい単純な POC のためのものであり、本格的な Android 開発の世界に入る必要はありません (私はこれまで行ったことはありません)。単純なノード サーバーで十分なはずです。欲しいです。

(背景: Amazon Dash ボタンを携帯電話に「ペアリング」し、ボタンを押すと、携帯電話のブロードキャストをハイジャックし、GPS 情報で補強してから IFTTT アプレットに送信できるようにするためです)