Pages

Showing posts with label file. Show all posts
Showing posts with label file. Show all posts

Sunday, March 13, 2016

ES File Explorer File Manager 3 0 4 Apk Download

21

 

3.0.4

1)incorporate language:Arabic,Greek

2)Batch Rename

3)GIF support

4)apply “reveal window key”

5)combine “Show text at switch”

6)demonstrate shared files within Google Drive

7)continue install establishing straightaway when revive

8)Talkbalk assist

9)repair user expressed issues.test uninstall and put in if any mistake.

V3.0.1~V3.0.3

Start as,pick just by selection,include languages: tr,pt,ca,lt

V3.0.0

Unique UI,Quick Access(Press menu),Multi-House Windows,Deliver Through wireless local area network,Gestures(Drag,Zoom,Slide),Theme,Root somebody,..

V1.6 will be downloaded throughout our web log

V3 square measure coming! Classic motif will be down loaded on Google Play.

ES File somebody square measure per wholly free, loaded-included register in addition application supervisor.

That functions since of these styles of applications in a very single: register manager, application manager, deed killer, cloud area shopper (suitable having Dropbox, Google Drive, SkyDrive, container.internet, Sugarsync, Yandex, Amazon S3, and Ubuntu a single), FTP client, and/or LAN Samba shopper.

That it offers access to images, songs, movie, papers, and varied different documents at each the your terribly own humanoid os instrumentality still as your computers.

ES register somebody permits humanoid end-users, in spite of wherever these square measure usually, at management any sources for complimentary. One will read moreover access all of your information coming back from the mobile tool moreover promote these individuals victimization several.

The application permits you to stay connected over 3G, 4G, SIDE, or perhaps Wi-Fi at communicate among friends, publish pictures, then explore on-line videos.

Through one hundred thirty million downloads globally!

Rated among most popular web site administration technology at humanoid market.

ES document somebody three.0 presently aids twenty two languages:

The english language, Russian, Japanese, French, Spanish, German, ancient Chinese, Simplified Chinese, Dutch, Italian, Hebrew, Vietnamese, Slovak, Czech, Hungarian, Ukrainian, Tamil, Catalan, Turkish, Lithuanian, Portuguese(pt), Portuguese(br)

This one commonplace adaptation is really for humanoid os a pair of.1, 2.2, 2.3, 3.1, 3.2, 4.0,4.1 and 4.2. humanoid os one.5/1.6/2.0 users, please create use of einsteinium File somebody cake adaptation.

You are able to install older models throughout our recognized web site.

Qualities Listing:

* File Manager – Manage the files such as you do on your pc|personal computer|PC|microcomputer} or probably computer with Multiple select, Cut/duplicate/Paste, push, organize, Delete, Rename, Look, Share, submit, conceal, develop crosscut, to Bookmark; operations square measure applied in localized information (on your own google humanoid product) otherwise remotely (on your own computer)

* Program supervisor – classify, uninstall, back-up, still as produce shortcuts at your applications

* Remote File Manager – anytime enabled, beware of files on your own mobile off any ADPS

* Constructed-in nada and RAR support permits you towards compress and decompress nada files, take RAR documents, in addition organize encrypted (AES 256 little) nada information

* Made-as a part of viewers to players of the many document sorts, like images, tunes, and conjointly videos; aids third-party solutions, like files to travel, to gap up different people

* Programs thumbnails to APKs to photos

* Text viewers to editors

* Access any home computer through wireless local area network with SMB

* Operates whereas ones FTP to WebDAV client. beware of knowledge on FTP, FTPS, SFTP, then WebDAV hosts sort of a person management documents on your own South Dakota card

* Aids Dropbox, container.internet, Sugarsync, Google Drive (Google Docs is currently your a part of Google Drive), SkyDrive, Amazon S3, Yandex moreover way more.

ES File somebody is really one magnified cloud space for storing client having lots additional options then the particular certified versions,

things will facilitate save photos, videos, and different information towards world wide web drives and share these individuals through different people.

* Bluetooth document net browser youll copy and paste information between Bluetooth prepared product. This supports OBEX FTP regarding surfriding instrumentality in addition transferring files amongst Bluetooth devices.

* Destroy activities through a solitary click — embody the essential contraption of mechanically killing activities, among associate degree ignore listing at ignore that programs you wish to continue operating. To use it element, you wish to urge einsteinium deed supervisor module place in.

* Root somebody — the final word set of register management technology for root end-users. Provides accessibility to the entire file strategy to any or all the data directories, in addition permits the buyer on amendment permissions.

* Designers may visit the web site for designer interface for choosing information off any applications, emailing attachments, and so on.

* lots additional properties enclosed, and plenty of even additional on return

We’re functioning so as to come up with a register manager regarding humanoid os promote, therefore please cannot wait at EMAIL individuals among the remarks, tips, or maybe all issues you’ve most likely.

Download Link

Android Apk
Read More..

Friday, April 17, 2015

TUTORIAL Galaxy Nexus Enable MTP File Transfer in Ubuntu Linux

 Many people have struggle to connect android phone to Ubuntu for file transfer. Ive found it over the net and its work like charm. Kudos to Lou from http://ohheyitslou.blogspot.com/




The packages for MTP in the Ubuntu 11.10 repos are built from outdated source and are the cause of most of the MTP file transfer woes. Ive gone ahead and removed the updated packages from the Ubuntu 12.04 repos both 32 & 64 bit versions. These have to be installed in a certain order to avoid issues so install as follows:


sudo dpkg -i libmtp9_1.1.1-1_amd64.deb
sudo dpkg -i libmtp-common_1.1.1-1_all.deb
sudo dpkg -i libmtp-runtime_1.1.1-1_amd64.deb
sudo dpkg -i mtp-tools_1.1.1-1_amd64.deb

Final package that needs to be install:

sudo apt-get install -y mtpfs

*After install make sure that the following packages are installed 
mtp-tools libmtp-runtime libmtp9 libmtp-common mtpfs

  • First we must create a mount point for your Galaxy Nexus:
sudo mkdir /media/Nexus
  • Now we must assign the proper read/write privileges to the directory:
sudo chmod 775 /media/Nexus
  • We have to create a file the enables your Linux system to see your Galaxy Nexus:
sudo gedit /etc/udev/rules.d/99-android.rules
  • Copy & Paste the following into the file then save and close:
#Acer
SUBSYSTEM=="usb", SYSFS{idVendor}=="0502", MODE="0666"
#Dell
SUBSYSTEM=="usb", SYSFS{idVendor}=="413c", MODE="0666"
#Foxconn
SUBSYSTEM=="usb", SYSFS{idVendor}=="0489", MODE="0666"
#Garmin-Asus
SUBSYSTEM=="usb", SYSFS{idVendor}=="091E", MODE="0666"
#Google
SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"
#HTC
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
#Huawei
SUBSYSTEM=="usb", SYSFS{idVendor}=="12d1", MODE="0666"
#Kyocera
SUBSYSTEM=="usb", SYSFS{idVendor}=="0482", MODE="0666"
#LG
SUBSYSTEM=="usb", SYSFS{idVendor}=="1004", MODE="0666"
#Motorola
SUBSYSTEM=="usb", SYSFS{idVendor}=="22b8", MODE="0666"
#Nvidia
SUBSYSTEM=="usb", SYSFS{idVendor}=="0955", MODE="0666"
#Pantech
SUBSYSTEM=="usb", SYSFS{idVendor}=="10A9", MODE="0666"
#Samsung
SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"
#Sharp
SUBSYSTEM=="usb", SYSFS{idVendor}=="04dd", MODE="0666"
#Sony Ericsson
SUBSYSTEM=="usb", SYSFS{idVendor}=="0fce", MODE="0666"
#ZTE
SUBSYSTEM=="usb", SYSFS{idVendor}=="19D2", MODE="0666"

  • Now we must make the file executable:
sudo chmod +x /etc/udev/rules.d/99-android.rules
  • Download and unzip the mount/unmount scripts Ive written for you in your home directory:
  • Make the scripts executable:
sudo chmod +x mount-nexus.sh unmount-nexus.sh
  • Enable MTP transfer on your Galaxy Nexus by entering into Settings-Device-Storage select Menu in the bottom right hand corner then "USB computer connection" make sure "Media device (MTP)" is selected.
  • Connect the Galaxy Nexus to your computer:  *USB Debugging must be disabled*
  • With the mount and unmount scripts in your home directory execute the mount command by typing the following (please wait for a while, it take time to load files from android) :
./mount-nexus.sh
  • Execute (IS A MUST) the unmount command by typing the following:
./unmount-nexus.sh 


 

DOWNLOAD :- MTP-Galaxy-Nexus-Scripts

SOURCE :- galaxy-nexus-enable-mtp-file-transfer


Tags : TUTORIAL : Galaxy Nexus Enable MTP File Transfer in Ubuntu Linux mtpfs mtp-tools libmtp-runtime libmtp9 libmtp-common mtpfs ./mount-nexus.sh ./unmount-nexus.sh, 
Read More..