2013-07-14
Slitaz -- MI2S / ftp
gftp: Small and fast FTP client.
# tazpkg -gi gftp
Looking up 192.168.1.30
Trying 192.168.1.30:2121
Connected to 192.168.1.30:2121
220 SwiFTP 0.1 ready
USER xxxx
331 Send password
PASS xxxx
230 Access granted
SYST
215 UNIX Type: L8
TYPE I
200 Binary type set
PWD
257 "/"
Loading directory listing / from server (LC_TIME=en_US)
PASV
227 Entering Passive Mode (192,168,1,30,220,186).
LIST -aL
150 Opening BINARY mode data connection for file list
226 Data transmission OK
[..]
Loading directory listing /temp from cache (LC_TIME=en_US)
Successfully changed local directory to /mnt/data/naviking
PASV
227 Entering Passive Mode (192,168,1,30,142,194).
STOR /temp/NaviKingMap201305.zip
150 Data socket ready
226 Transmission complete
Successfully transferred /mnt/data/naviking/NaviKingMap201305.zip at 2611.66 KB/s
SITE CHMOD 644 /temp/NaviKingMap201305.zip
2013-07-10
2013-07-05
Slitaz -- MI2S / mtp
FUSE filesystem that supports reading and writing from any MTP device
1.
root@slitaz:~# tazpkg -gi mtpfs
root@slitaz:~# tazpkg info mtpfs
Tazpkg information
================================================================================
Package : mtpfs
Version : 0.9
Category : multimedia
Short desc : FUSE filesystem that supports reading and writing from any MTP device
Maintainer : keupont@no-log.org
Depends : libmtp libnjb libid3tag libmad fuse glib
Build deps : libnjb-dev libid3tag-dev libmtp-dev fuse fuse-dev glib-dev libmad-dev libusb-compat-dev
Web site : http://www.adebenham.com/mtpfs/
================================================================================
2.
root@slitaz:~# mtpfs /mnt/mtp
root@slitaz:~# ls -l /mnt/mtp
total 0
drwxrwxrwx 2 root root 0 Jan 1 1970 Android
drwxrwxrwx 2 root root 0 Jan 1 1970 DCIM
drwxrwxrwx 2 root root 0 Jan 1 1970 lost+found
drwxrwxrwx 2 root root 0 Jan 1 1970 miliao
drwxrwxrwx 2 root root 0 Jan 1 1970 MIUI
drwxrwxrwx 2 root root 0 Jan 1 1970 Notifications
drwxrwxrwx 2 root root 0 Jan 1 1970 Playlists
drwxrwxrwx 2 root root 0 Jan 1 1970 ramdump
drwxrwxrwx 2 root root 0 Jan 1 1970 TouchPalv5
3.
root@slitaz:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext2 (rw,relatime,barrier=1,data=ordered)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /dev/shm type tmpfs (rw,relatime)
usbfs on /proc/bus/usb type usbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
mtpfs on /mnt/mtp type fuse.mtpfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
4.
root@slitaz:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 27.5G 21.0G 5.1G 81% /
tmpfs 1.6G 0 1.6G 0% /dev/shm
mtpfs 23.6G 164.8M 23.5G 1% /mnt/mtp
5.
root@slitaz:~# dmesg | tail -14
usb 2-3: new high speed USB device using ehci_hcd and address 3
scsi2 : usb-storage 2-3:1.1
scsi 2:0:0:0: Direct-Access Linux File-Stor Gadget 0000 PQ: 0 ANSI: 2
sd 2:0:0:0: Attached scsi generic sg1 type 0
sd 2:0:0:0: [sdb] 23377 2048-byte logical blocks: (47.8 MB/45.6 MiB)
sd 2:0:0:0: [sdb] Write Protect is on
sd 2:0:0:0: [sdb] Mode Sense: 0f 00 80 00
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] 23377 2048-byte logical blocks: (47.8 MB/45.6 MiB)
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sdb: unknown partition table
sd 2:0:0:0: [sdb] 23377 2048-byte logical blocks: (47.8 MB/45.6 MiB)
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Attached SCSI removable disk
root@slitaz:~#
Ref:
ubuntu-automount-nexus7-mtp
http://bernaerts.dyndns.org/linux/247-ubuntu-automount-nexus7-mtp
Working MTP on Ubuntu for Galaxy Nexus, Nexus 7 and Acer A500
http://www.winters.org.nz/android-hints-tips-stuff/working-mtp-on-ubuntu
1.
root@slitaz:~# tazpkg -gi mtpfs
root@slitaz:~# tazpkg info mtpfs
Tazpkg information
================================================================================
Package : mtpfs
Version : 0.9
Category : multimedia
Short desc : FUSE filesystem that supports reading and writing from any MTP device
Maintainer : keupont@no-log.org
Depends : libmtp libnjb libid3tag libmad fuse glib
Build deps : libnjb-dev libid3tag-dev libmtp-dev fuse fuse-dev glib-dev libmad-dev libusb-compat-dev
Web site : http://www.adebenham.com/mtpfs/
================================================================================
2.
root@slitaz:~# mtpfs /mnt/mtp
root@slitaz:~# ls -l /mnt/mtp
total 0
drwxrwxrwx 2 root root 0 Jan 1 1970 Android
drwxrwxrwx 2 root root 0 Jan 1 1970 DCIM
drwxrwxrwx 2 root root 0 Jan 1 1970 lost+found
drwxrwxrwx 2 root root 0 Jan 1 1970 miliao
drwxrwxrwx 2 root root 0 Jan 1 1970 MIUI
drwxrwxrwx 2 root root 0 Jan 1 1970 Notifications
drwxrwxrwx 2 root root 0 Jan 1 1970 Playlists
drwxrwxrwx 2 root root 0 Jan 1 1970 ramdump
drwxrwxrwx 2 root root 0 Jan 1 1970 TouchPalv5
3.
root@slitaz:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext2 (rw,relatime,barrier=1,data=ordered)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /dev/shm type tmpfs (rw,relatime)
usbfs on /proc/bus/usb type usbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
mtpfs on /mnt/mtp type fuse.mtpfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
4.
root@slitaz:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 27.5G 21.0G 5.1G 81% /
tmpfs 1.6G 0 1.6G 0% /dev/shm
mtpfs 23.6G 164.8M 23.5G 1% /mnt/mtp
5.
root@slitaz:~# dmesg | tail -14
usb 2-3: new high speed USB device using ehci_hcd and address 3
scsi2 : usb-storage 2-3:1.1
scsi 2:0:0:0: Direct-Access Linux File-Stor Gadget 0000 PQ: 0 ANSI: 2
sd 2:0:0:0: Attached scsi generic sg1 type 0
sd 2:0:0:0: [sdb] 23377 2048-byte logical blocks: (47.8 MB/45.6 MiB)
sd 2:0:0:0: [sdb] Write Protect is on
sd 2:0:0:0: [sdb] Mode Sense: 0f 00 80 00
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] 23377 2048-byte logical blocks: (47.8 MB/45.6 MiB)
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sdb: unknown partition table
sd 2:0:0:0: [sdb] 23377 2048-byte logical blocks: (47.8 MB/45.6 MiB)
sd 2:0:0:0: [sdb] Assuming drive cache: write through
sd 2:0:0:0: [sdb] Attached SCSI removable disk
root@slitaz:~#
Ref:
ubuntu-automount-nexus7-mtp
http://bernaerts.dyndns.org/linux/247-ubuntu-automount-nexus7-mtp
Working MTP on Ubuntu for Galaxy Nexus, Nexus 7 and Acer A500
http://www.winters.org.nz/android-hints-tips-stuff/working-mtp-on-ubuntu
Slitaz -- meld
Visual diff and merge tool for GNOME.
root@slitaz:~# tazpkg info meld
Tazpkg information
================================================================================
Package : meld
Version : 1.4.0
Category : development
Short desc : Visual diff and merge tool for GNOME.
Maintainer : slaxemulator@gmail.com
Depends : pygtk rarian
Build deps : pygtk-dev rarian-dev gnome-doc-utils intltool pkg-config util-linux-ng-getopt
Web site : http://meld.sourceforge.net/
================================================================================
root@slitaz:~#
MI2S -- order
溫馨提示: 小米(台灣)站所有未付款訂單將在24小時後自動關閉。
訂單號:51306062990082XX
下單 付款 出庫 交易成功
2013-06-06 2013-06-26 2013-06-28 2013-07-01
12:06:57 17:39:58 10:59:09 09:59:00
2013-07-04
MI2s 32G
Specifications
Basic Information | |
Brand | Xiaomi |
Model | M2S / MI2S (MiTwoS) |
Released | 2013, April |
Color | black, colorful back covers |
CPU model | Qualcomm APQ8064T Snapdragon 600 |
Construction | touchscreen multimedia phone |
Operating System | MIUI, Android OS, v4.1 (Jelly Bean) |
CPU | Quad-core 1.7 GHz Krait 300 |
GPU | Adreno 320 |
Keyboard | virtual QWERTY keyboard |
Dimensions | 126 x 62 x 10,2 mm (4.96 x 2.44 x 0.40 in) |
Weight | 145g (5.11 oz) |
Telephony, connectivity and GPS | |
Network | WCDMA / GSM |
Frequency | 2G: GSM 850 / 900 / 1800 / 1900MHz |
3G:WCDMA 850, 1900, 2100MHz | |
Data | GPRS / EDGE / HSPA+ (42Mbps) |
Bluetooth | Bluetooth 4.0, Bluetooth HID |
Wi-Fi | WLan | yes / Wi-Fi IEEE 802.11 b/g/n, Wi-Fi hotspot |
GPS | yes / both type, i.e. GPS and GLONASS AGPS |
USB | microUSB | 3.5mm jack | yes |
Memory | |
Internal | 2GB RAM + 32GB |
Card slot | no |
Display | |
Display Size | 4.3" |
Screen Color | 16M colors |
Type | IPS LCD Capacitive touch screen |
Resolution | 1280 x 720 px (342 ppi) |
Touchscreen | yes, (multi-touch) |
Gyro | yes |
Light Sensor | yes |
Proximity sensor | yes |
Compass | yes |
3D accelerometer | yes |
Entertainment / Multimedia | |
Audio player | yes |
Audio format | mp3 / acc / amr / ogg / m4a / mid / wma / flac / ape / aac / wav |
Video player | yes |
Video format | avi / mp4 / h.263 / h.264 / rmvb / flv720 / 3gp / mov / mkv / flv |
JAVA | yes |
Ebook | yes |
FM radio | yes |
MMS | yes |
Ringtones | polyphonic / real music ringtones MP3, WAV |
Loudspeaker | yes |
Internet browser | yes, HTML, HTML5 |
Camera | |
Back camera | yes, resolution 13 MPx |
Front camera | yes, resolution 2 MPx |
Sensor type | CMOS |
Flash | LED |
Focal lenght | 28mm |
Aperture | f/2.2 |
Video | 1080p (1920x1080, 30 fps) video recording |
720p (1280x720, 90 fps) high-speed video recording | |
1080p (1920x1080, 30 fps) video playback | |
Continuous shooting mode | yes |
ISO sensitivity | yes |
White balance | yes |
Autofocus | yes |
Panorama mode | yes |
Photo resolution | 3264x2448 pixels |
Other Features | geo-tagging, image stabilization, face and smile detection, HDR, contrast / saturation, touch focus |
Battery | |
Battery | Li-on, 2000mAh |