Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 2.05 KB

android.md

File metadata and controls

71 lines (50 loc) · 2.05 KB

#Android

  • move my pc notes to termux and sync them using uc samsumg git server
  • copy esf code
    • installed maria db app on phone test how it works with php termux

Debug HTML/Js sites on android dev tools without pc

One option is weinre. It provides DOM & Style editing along with the console. If you don't want to set it up yourself, there is an instance hosted at http://debug.phonegap.com

The other option is JSHybugger. It's certainly the most complete debugging environment available for android browser. It's a paid product, but probably worth it.

turbo edit use storege acces key

allows to access and edit termux files

turbo edit github

Midnight Commander as sftp client

flow pc cd sh://[email protected]:22/tmp samsung laptop uc cd sh://[email protected]:1022/tmp

web servers from phone on local network

http://192.168.0.100:80

http://192.168.0.100:1080

accessing nodejs server on phone from other device

http://192.168.0.201:8080

Making Android Native Apps

Rhino

markdown server

Build a Real-Time Markdown Editor with Node.js

termux-camera-photo test.jpg

works. maybe connectit to some image recognition

how to format sd card

http://www.pandorawiki.org/Formatting_SD_cards

  • format storage/extSdCard

how to format the new disk

  • cant format it access denied

How to hook up a USB flash drive to your Android device

http://www.greenbot.com/article/2155300/how-to-hook-up-a-usb-flash-drive-to-your-android-device.html

Alarms and reminders bash

sleep `h2s 5` && say wake up

means sleep 5h and say wake up