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

Friday, September 29, 2017

Tutorial 2 ELM Images File Selector and Popups

Tutorial 2 ELM Images File Selector and Popups


This is the second post in my series on developing GUI applications in Elementary using Python. Today we are going to continue building on the Hello Elementary example I started in the first tutorial. In todays post I will only be covering the code that is different from our previous examples, so if you havent looked that one over yet please take a moment to do so now.

You can find the full source code for all of todays examples here.

Example 3:
We are going to start off by displaying a static, pre-defined image in our GUI:


It only takes us 8 lines of actual code to create and display the above image in our program:

 #Creates an Image object that displays an image
ic = elementary.Image(window)

#Use the os module to get the current path to our .py file. Our image is relative to our .py We do this because it is best to use the absolute file path to images for the best results.
location = os.path.dirname(os.path.abspath(__file__))

#Tell our icon to auto-fill open space
ic.size_hint_weight_set(evas.EVAS_HINT_EXPAND, evas.EVAS_HINT_EXPAND)
ic.size_hint_align_set(evas.EVAS_HINT_FILL, evas.EVAS_HINT_FILL)

#Here we set the image we want our icon to display
ic.file_set("%s/images/logo.png"%location)

#Optional, lets add mouse over text to our image
ic.tooltip_text_set("Look a pretty picture!")

#Lets show our icon
ic.show()

box.pack_end(windytax)
#Pack our icon between our text and button
box.pack_end(ic)
box.pack_end(button)

In this example we utilize the elementary Image object to display our selected .png file.

Example 4:
Very rarely do we want to simply display a single image for as long as our program is running. So lets give the user the ability to change the image we display in our program:


Elementary has a built in FileselectorButton object that when clicked presents our user with a nice file selector GUI:


The new code to add this file selector button looks like:

 #Creates a "FileselectorButton" object. This is a button (just like we have created before) except that when it is click it automatically opens a file selector window
fsb = elementary.FileselectorButton(window)

#We can set the text of our fsb just like a normal button text
fsb.text = "Change Image"

#Tooltip for mouse over
fsb.tooltip_text_set("Click Me!")

#This tells our file selector window what to do when our user selects a file. The first argument is the callback function we want run and our second argument is our image object we want to change the display of
fsb.callback_file_chosen_add(change_image, ic)

#Show our button
fsb.show()

box.pack_end(windytax)
box.pack_end(ic)
#Pack our file selector button between our image and button
box.pack_end(fsb)
box.pack_end(button)

window.resize_object_add(box)

window.resize(300,300)

window.show()

#Our fileselector callback. The file argument is the fileselectbutton object. The second argument is the full path to the file that was selected. The final argument is the image object we passed to this callback
def change_image(fsb, file_selected, image):
#Check to make sure a file of some sort was selected. If nothing was selected file_selected will equal None type
if file_selected:
#These are the extensions we will allow our program to display
validExtensions = [".png", ".jpg", ".gif"]

#Use the os module to easily get the extension of our file
fileName, fileExtension = os.path.splitext(file_selected)

#If the extension is in our validExtenions lets check the image we are displaying!
if fileExtension in validExtensions:
image.file_set(file_selected)

Example 5:
Lets add one finishing touch to our application. If our user selects a file to display that doesnt have a valid image extension lets send them a popup telling them why the image displayed wasnt changed:


Showing a popup of this nature is fairly easy using elementarys Popup object. So the final edit to our code looks like this:

#This time we also pass the window object to our change image function. The reason for this is that our popup object needs a parent window object
def change_image(fsb, file_selected, image, window):
if file_selected:
validExtensions = [".png", ".jpg", ".gif"]

fileName, fileExtension = os.path.splitext(file_selected)

if fileExtension in validExtensions:
image.file_set(file_selected)
else:
#if we have an invalid extension lets give the user a popup message telling them why the image didnt change

#Create a popup message
popup = elementary.Popup(window)

#Set the title of our popup
popup.part_text_set("title,text", "Invalid File Extension")

#Set the text of our popup
popup.text = "File %s has an invalid file extension of %s"%(fileName, fileExtension)

#Create a button object
bt = elementary.Button(window)

#Set its text
bt.text = "OK"

#Define a callback that is called when the button is clicked, lets pass our popup object to this call back so we can close the popup when the user presses OK
bt.callback_clicked_add(bnt_close, popup)

#Sets content for our popup. The first argument is an arbitrary name for the content piece and the second argument is the elementary object you would like displayed for the content
popup.part_content_set("button1", bt)

#Show the popup to our user
popup.show()

#The callback for our popups OK button. The first agurment is the button object itself and the second object is the popup we passed to it
def bnt_close(bt, popup):
#Lets delete the popup so it goes away
popup.delete()

Hope everyone learned something today! Have any questions feel free to drop a comment below or start a discussion on our user boards.

Resources for this Lesson:
  • Displaying Images
  • Image
  • FileselectorButton
  • Popup 
~Jeff Hoogland

download file now

Read more »

Monday, September 25, 2017

Tutorial Super Hidden Untuk Menyembunyikan Folder File Rahasia Anda

Tutorial Super Hidden Untuk Menyembunyikan Folder File Rahasia Anda



Kali ini saya akan membagikan tutorial Super Hidden di Windows, Jadi apa itu Super Hidden? Super Hidden merupakan istilah utilities bawaan dari Windows yang memungkinkan kita untuk menyembunyikan folder/file rahasia kita. Trus bedanya apa dengan aplikasi2 hidden lainnya? jadi kalo aplikasi hidden lainya membutuhkan password untuk verifikasi, sementara untuk Super Hidden tidak perlu verifikasi password, kita hanya perlu tau commandnya di CMD.

Keunggulan lainnya dari super hidden yaitu jika kita telah menyembunyikan folder/file kita maka Windows Explorer tidak akan bisa mencarinya. Semetara untuk kekurangannya, jika ada orang lainnya yang mengetahui lokasi folder/file yang kita sembunyikan lantas ia juga tau command untuk membukanya di CMD, maka otomatis folder/file kita akan kebuka.

Kita mulai saja tutorialnya.

Dalam Tutorial ini kita akan menyembunyikan file yang berada di Local Disk D dan dalam folder Rahasia, seperti gambar dibawah ini.

Langkah pertama yang harus dilakukan adalah membuka Command Prompt (cmd) anda, bisa dengan cara lewat menu run lalu ketikkan cmd ataupun dipencarian menu start.


Selanjutnya kita arahkan ke directory folder/file yang ingin kita sembunyikan. Contoh kita disini adalah file kita berada di Local Disk D dan dalam folder Rahasia.
Command
"D:" (Untuk membuka Local Disk D. Disesuaikan dengan tempat anda menyimpan file tersebut)
"cd Rahasia" (Command cd Untuk membuka Folder. Disesuaikan dengan nama folder anda)


Jika folder yang kita ingin sembunyikan telah terbuka, maka langkah selanjutnya adalah menuliskan perintah super hidden di cmd
Command
Untuk menyembunyikan Folder/File: "attrib +s +h /s /d"

Untuk menampilkan Folder/File yang tersembunyi: "attrib -s -h /s /d"

Perlu diperhatikan yaitu untuk menyembunyikan kita menggunakan (+) sementara untuk memunculkan kita gunakan (-)

Maka Folder/File yang ingin kita sembunyikan akan ter-Super Hidden. Meskipun kapasitasnya tetap ada, tapi jika dilakukan pencarian menggunakan Windows Explore maka file tersebut tidak akan ditemukan.


Untuk Lebih Jelasnya bisa mengikuti Tutorial melalui Video berikut ini.


download file now

Read more »

Thursday, September 21, 2017

Tutorial Cara Instalasi File apk ke Smartphone Android

Tutorial Cara Instalasi File apk ke Smartphone Android


Tutorial Cara Instalasi File apk ke Smartphone Android
Android adalah OS yang paling banyak di gunakan di dunia smartphone saat ini. Nah, di sini Jerukers dapat mengetahui cara termudah untuk meng-install file ".apk" ke dalam smartphone berbasis Android yang digunakan.
Android Application Package adalah kepanjangan dari file dengan extention .apk, dimana fungsinya mirip dengan ekstensi .exe yang digunakan untuk intalasi file ke dalam operating system Windows. File .apk digunakan untuk melakukan instalasi di operating system Google yaitu Android, di mana pada saat ini adalah OS yang paling banyak digunakan di smartphone.
Salah satu alasan mengapa Android bisa menjadi OS mobile yang paling banyak digunakan pada saat ini adalah karena Android merupakan operating system yang bersifat open source, dalam artian bahwa Google memberikan kebebasan kepada para developer untuk membuat aplikasi buat digunakan di smartphone yang berbasis Android.
Supaya para developer aplikasi bisa mendapatkan penghasilan dari aplikasi-aplikasi yang mereka develop, maka mereka harus mendaftarkan aplikasi tersebut ke Play Store. Namun tanpa masuk ke dalam Play Store pun para developer sudah dapat menyebarkan aplikasi mereka misalkan untuk keperluan testing atau malah hanya digunakan untuk keperluan internal saja.
Cara untuk instalasi file .apk sangatlah mudah. Namun sebelumnya, Jerukers harus mengubah settingan di Android untuk dapat menerima file .apk di luar dari Play Store. Caranya adalah ke Setting, lalu masuk ke Security. Scroll ke bagian bawah, di bagian Device Administration ada tick-box untuk "Unknown Source". Nantinya, akan keluar kotak notifikasi yang menyatakan bahwa Jerukers sendiri yang akan bertanggung jawab atas segala hal yang di akibatkan oleh aplikasi yang bukan di install melalu Play Store, klik OK.

android setting security unknow source
Lalu copy file .apk yang ingin di-install ke Android kamu ke dalam memory card. File yang ingin di-install itu harus dengan extention ".apk, sebagai contoh di sini kami menggunakan aplikasi "MyTable.apk" yang sudah di-copy ke dalam external memory card micro SD. Lalu selanjutnya tinggal mencari file tersebut menggunakan file explorer yang ada di dalam Android.
Apabila di smartphone kamu belum ada aplikasi file explorer, salah satu aplikasi file explorer terbaik yang direkomendasikan oleh tim JerukNipis adalah Astro File Explorer, bisa didapatkan melalui Android Play Store secara gratis. Setelah ketemu file .apk yang ingin di-install, tinggal klik file tersebut dan ikuti langkah-langkah berikutnya seperti contoh yang terlampir:
file apk install process 1
Setelah di-klik, akan ada notifikasi persetujuan bahwa aplikasi ini akan memiliki akses terhadap apa saja di Android kamu, klik Install:
file apk install process 2
Jika aplikasi sudah sukses ter-install, maka indikasinya bisa dilihat sebagai berikut:
file apk install process 3
file apk install process 4
Semoga tutorial ini berguna ya!

download file now

Read more »

Sunday, September 17, 2017

Transfer Photo Files without Wire Download without USB with WiFi File Transfer Application

Transfer Photo Files without Wire Download without USB with WiFi File Transfer Application


Wi-Fi File Transfer is great tool / application for Android and iOS users, which enables the users to transfer their photos, files and screenshots without wire to their computer or laptop. This is very easy to use, which can be downloaded for Android users from Google Play Store.

After installation, Just tap to the App Icon from your Mobile and Click START button. You will be prompted to Wifi File Transfer by giving you the specific IP / URL address like https://192.168.10.4:1234. Now go to your Computer or Laptop which has to be connected on the same Wi-Fi Network, from where your Cell Phone connected and write the given IP / URL in your PC / Laptop browser and press Enter. Now all your Mobile Phone file folders will be opened in your PC browser. Now you can copy your data between your both devices via this Tool.

Wi-Fi File Transfer is great tool / application for Android and iOS users, which enables the users to transfer their photos, files and screenshots without wire to their computer or laptop. This is very easy to use, which can be downloaded for Android users from Google Play Store. After installation, Just tap to the App Icon from your Mobile and Click START button. You will be prompted to Wifi File Transfer by giving you the specific IP / URL address like https://192.168.10.4:1234. Now go to your Computer or Laptop which has to be connected on the same Wi-Fi Network, from where your Cell Phone connected and write the given IP / URL in your PC / Laptop browser and press Enter. Now all your Mobile Phone file folders will be opened in your PC browser. Now you can copy your data between your both devices via this Tool.

Wi-Fi File Transfer is great tool / application for Android and iOS users, which enables the users to transfer their photos, files and screenshots without wire to their computer or laptop. This is very easy to use, which can be downloaded for Android users from Google Play Store. After installation, Just tap to the App Icon from your Mobile and Click START button. You will be prompted to Wifi File Transfer by giving you the specific IP / URL address like https://192.168.10.4:1234. Now go to your Computer or Laptop which has to be connected on the same Wi-Fi Network, from where your Cell Phone connected and write the given IP / URL in your PC / Laptop browser and press Enter. Now all your Mobile Phone file folders will be opened in your PC browser. Now you can copy your data between your both devices via this Tool.

Wi-Fi File Transfer is great tool / application for Android and iOS users, which enables the users to transfer their photos, files and screenshots without wire to their computer or laptop. This is very easy to use, which can be downloaded for Android users from Google Play Store. After installation, Just tap to the App Icon from your Mobile and Click START button. You will be prompted to Wifi File Transfer by giving you the specific IP / URL address like https://192.168.10.4:1234. Now go to your Computer or Laptop which has to be connected on the same Wi-Fi Network, from where your Cell Phone connected and write the given IP / URL in your PC / Laptop browser and press Enter. Now all your Mobile Phone file folders will be opened in your PC browser. Now you can copy your data between your both devices via this Tool.

Wi-Fi File Transfer is great tool / application for Android and iOS users, which enables the users to transfer their photos, files and screenshots without wire to their computer or laptop. This is very easy to use, which can be downloaded for Android users from Google Play Store. After installation, Just tap to the App Icon from your Mobile and Click START button. You will be prompted to Wifi File Transfer by giving you the specific IP / URL address like https://192.168.10.4:1234. Now go to your Computer or Laptop which has to be connected on the same Wi-Fi Network, from where your Cell Phone connected and write the given IP / URL in your PC / Laptop browser and press Enter. Now all your Mobile Phone file folders will be opened in your PC browser. Now you can copy your data between your both devices via this Tool.

Wi-Fi File Transfer is great tool / application for Android and iOS users, which enables the users to transfer their photos, files and screenshots without wire to their computer or laptop. This is very easy to use, which can be downloaded for Android users from Google Play Store. After installation, Just tap to the App Icon from your Mobile and Click START button. You will be prompted to Wifi File Transfer by giving you the specific IP / URL address like https://192.168.10.4:1234. Now go to your Computer or Laptop which has to be connected on the same Wi-Fi Network, from where your Cell Phone connected and write the given IP / URL in your PC / Laptop browser and press Enter. Now all your Mobile Phone file folders will be opened in your PC browser. Now you can copy your data between your both devices via this Tool.
pc to mobile file transfer software free download
pc to mobile file transfer via wifi software
wifi file transfer pc to android
wifi file transfer apk
how to transfer files from pc to android phone without usb
wifi file transfer pc to pc
transfer files from pc to android wifi direct
airdroid file transfer

download file now

Read more »

Tuesday, September 12, 2017

Transfer your big file without Bluetooth for Android phone

Transfer your big file without Bluetooth for Android phone


When transfer a file we are using Bluetooth . But without Bluetooth how to transfer a file now i shearing . The file is  too much, just a few minutes to take the time to share. This is possible Zapya v1.5.2_57  can do it . 


 Screenshot :




 

How to use it :

1. Download & install this apps .

2. Open this apps 

3.Write your name & Avatar select than Next button click 

4. Connect To Friends button click 

5. Create Group click

6. Than I See button click 

7 . show Waiting For Friends message

8.  A name show than you select it 

9. Connect the phone to the bottom - to - friend  button press,

10 .The user name will be the name of the press

11. Finally, what would you like to share, a window will appear when you press on it and select Send option.




-----------------------Download :    Zapya v1.5.2_57.apk     ------------------------------- 

 


download file now

Read more »

Friday, September 1, 2017

Ubuntu 14 04 LTS File Sharing With Samba

Ubuntu 14 04 LTS File Sharing With Samba


This tutorial will show you how to install and configure Samba, a free software that allows you to share files, printers and other common resources across a network, in Ubuntu 14.04 Trusty Tahr.

1. Install Samba and the graphical configuration tool:
Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, paste the command below and hit run:
sudo apt-get install samba samba-common system-config-samba python-glade2 gksu
2. Open Unity Dash, search for and open the samba configuration tool:
samba graphical configuration tool
3. When the tool opens, go to Preferences -> Server Settings.
Under Basic tab:
  • Workgroup. Same to your Windows Workgroup name (case-sensitive). In Windows 7, right-click Computer icon and go to Properties, there you�ll see Windows Workgroup name.
  • Description.This is the name of your computer as seen by Windows Users.
As it is not advisable to allow �Guests� there should be no reason to change the �security� settings tab unless you wish to do so.
Samba Server Settings
Finally click the OK button to save it.
(Optional) 4. Create a special user for network file sharing
Go to System Settings -> User Accounts -> Click unlock -> Click + (plus) icon -> Choose Standard account and type in names.
add-user
Remember to set a password to enable the new account.
5. Next go to Preferences -> Samba Users. Click Add User:
  • Unix Username: Select a user on this Ubuntu machine. You�ll access the shares from Windows machine with this user privilege. You can create a special user for file sharing by step 4
  • Windows Username: When accessing from Windows machine, you�ll be asked to type this username and the password below.
  • Samba password: When accessing from Windows machine, you�ll be asked to type the username above and this password.
  • Confirm Samba password.
Samba User Settings
Finally, restart Samba service and done!
sudo restart smbd && sudo restart nmbd
To share a folder, click the green + (plus) button in Samba Server Configuration tool and you can then easily set the directory, name, read/write permissions and access users.
source from http://ubuntuhandbook.org/

download file now

Read more »

Tuesday, August 29, 2017

Trik membuat File Kosong dengan ukuran 1 GB

Trik membuat File Kosong dengan ukuran 1 GB


Langsung saja kita jajal triknya.
1. Jalankan cmd.exe (Buka dengan Run As Administrator)



2. Buat nama file serta ukurannya dengan perintah fsutil file createnew <nama file> <ukuran dalam bytes>
Contoh: saya akan membuat file mp3 dengan nama testdulu, besar file 1 GB maka perintahnya adalah :
fsutil file createnew testdulu 1000000000

lihat baris perintah paling bawah


3. Finish dech dan lihat hasilnya....

download file now

Read more »

Thursday, August 24, 2017

ubuntu 9 10 Failed to execute child process testparm No such file or directory

ubuntu 9 10 Failed to execute child process testparm No such file or directory


when i want to share my folder between ubuntu 9.10 and window 7 i got this message.
"Failed to execute child process "testparm" (No such file or directory)"



all you need to do to resolved this just simply upgrade your samba
*update=contact the server to check all the package are sync with the server
  upgrade=make sure all package version are latest and up to date

type = sudo apt-get upgrade samba


download file now

Read more »

Sunday, August 20, 2017

Ubuntu copy file from local computer to another computer

Ubuntu copy file from local computer to another computer


To copy a file (e.g. /var/app.jar) from the local computer to the "/tmp" folder of a remote computer (said root@192.168.2.2), run the following command:

> scp /var/app.jar root@192.168.2.2:/tmp

download file now

Read more »

Saturday, August 19, 2017

Transfer Bulk Data via Torrent file

Transfer Bulk Data via Torrent file


Hi Friends, 
This article is all about the Torrent File Transfer Mechanism and its features. How to optimize Torrent client and how to create our own Torrent file for transferring bulk data instead downloading Movies and Software from other Torrent sites.

What is Torrent?
Torrent is the protocol for distributing files. It uses Peer-to-Peer data transmission. Its advantage over plain HTTP is that when multiple downloads of the same file happen concurrently, the downloaders upload to each other, making it possible for the file source to support very large numbers of downloaders, with only a modest increase in its load.Torrents peer protocol can operate over TCP or uTP.

Torrent is created by Bram cohen in 2001 and now handled by BitTorrent.inc company

Torrent file distribution consists of these entities:
  • An ordinary web server
  • A static metainfo file
  • A Torrent tracker
  • An original downloader
  • The end user web browsers
  • The end user downloaders

Torrent Files
Torrent files are also known as metainfo files which are bencoded dictionaries which contains metadata like name, piece length, pieces, length, path and announce URL for trackers

Trackers
Tracker GET requests have the following keys:
  • info_hash- Bencoded form of info values
  • peer_id-Random generated id at the start of new download
  • ip-Trackers machines IP address
  • port-Port number for listening on peer
  • uploaded-Total amount uploaded so far
  • downloaded- Total amount downloaded so for
  • left-Remaining amount has to download
  • event-Announcement events such as started, completed, stopped(empty)
How Torrent Network works?
Seed is the user or computer that has a file can be downloaded. There are also so-called leechers/peers. Leechers are the users or computers who want to download the file. When one leecher has managed to download the files 100% of the seed, then the leechers role will change to seed. Therefore torrent source files are not fixated on single sources. 

Advantage of Torrent
  • It will be very faster when the files are being download by many users. But normal download will fail s to serve if number of downloaders increases.
  • By downloading via torrent, the same file can be downloaded from many sources.
  • The leecher can become seeder once the download complete to serve other leecher.
  • It consume less CPU utilization compared to normal download.
  • It allows to transfer files with anyone, anywhere. 
Tips to optimize Torrent Client[Some Popular Torrent Client Softwares are BitTorrent, uTorrent, Vuze, qBittorrent.]
  • Go to Options-> setup guide -> uncheck the bandwith 
  • Go to Options-> Preferences -> Advanced -> Change "net.max_halfopen" value to 50 by selecting the line, modifying the value at the bottom to 50 and clicking Set.
  • At the same Advanced screen, Change "bt.transp_disposition" value to 255 by selecting the line, modifying the value at the bottom to 255 and clicking Set.
  • More Peers means more speed, To get more peers, right-click the entry on the list of peers , and click Update Tracker.
  • Increase the number of connections by Options -> Preferences -> Bandwidth -> Number of Connections. Experiment by increasing the number of global/max connections in steps of 25
  • Increase the speed of particular torrent by setting the download limit to unlimited and upload limit to very less.
How to transfer files via Torrent file.
Step 1: Create Built-in Tracker
        a) Open the utorrent Software->Options->Preferences
        b) Go to Connections and set the port number which is opened/unused

        c) Then go to BitTorrent and set the IP/Hostname to report to tracker: [as your sender IP address]

        d) And go the Advanced and set true for bt.enable_tracker and save the setting


Step 2:Create Torrent file
        a) Click File->Create New Torrent
        b) Select Source which you want to transfer
        c) Give the Torrent Properties Tracker values as "http://[Sender IP Address][Port]/announce"   
        where  Port and Sender IP Address are we already configured in tracker

        d) Delete if any other trackers found other than our tracker.
        e) Give tick Start Seeding and Private torrent. and press Create
Now this will create a .torrent extension file

Step 3:Download the file from any other system like as normal as we download movies using .torrent file. 

download file now

Read more »

Tuesday, August 8, 2017

Ubuntu Install Nemo file manager from PPA again

Ubuntu Install Nemo file manager from PPA again


I love Nemo, but it is a little bit unstable. You can reach a slightly newer version of it from the webupd8team PPAs, so why not?

 sudo add-apt-repository ppa:webupd8team/nemo 
sudo apt-get update
sudo apt-get install nemo nemo-fileroller

download file now

Read more »

U Splitter v1 0 A multiplatform file splitter for Windows and Ubuntu

U Splitter v1 0 A multiplatform file splitter for Windows and Ubuntu


      U Splitter is a lightweight application for file splitting. Using U Splitter, large files can be split into several smaller sized parts. U Splitter also has the ability to rejoin the split parts and build the original file.
U Splitter
is available for both Windows and Ubuntu operating systems.

Downloads                                                                               

U Splitter v1.0

     For Windows                                                                                                          

  • Download link: https://www.dropbox.com/s/v67ui3va48n9v5a/U_Splitter_win_v1.0.rar
    Password: splitUA010
  • How to use: https://www.dropbox.com/s/26vl6tky84tsvqa/How_to_use.pdf
         
        For Ubuntu                                                                                                              
    •  Ubuntu App Directory: https://apps.ubuntu.com/cat/applications/u-splitter/
    •  Also available in Ubuntu Software Center (under Accessories)
      (if not available, you may need to update the package index. For that execute
      the command apt-get update in the Ubuntu terminal.)

    U Splitter v1.5
       New from previous version : Progress bar added

         For Windows                                                                                                          

    • Download link: https://www.dropbox.com/s/rbavfwevpmrxxud/U_Splitter_win_v1.5.rar
      Password: splitUA015
    • How to use: https://www.dropbox.com/s/26vl6tky84tsvqa/How_to_use.pdf
         
        For Ubuntu                                                                                                              
                
               Will be available soon

    System Requirements

        For Windows                                                                                                         
    • Operating System : Windows XP, Vista or Windows 7
    • Java Runtime Environment (JRE)
               
      If you are not sure about whether you are having JRE or not,
            type "java -version" (without quotations) in command prompt and
            press ENTER. If it gives a version number as output, you have JRE.
      Otherwise,
      download the latest version from http://java.com/en/download/index.jsp

        For Ubuntu                                                                                                             
    • Operating System : Ubuntu 12.04 (Precise Pangolin) 32-bit or 64-bit
    • Java Runtime Environment (JRE)       
     
    Feedback

    If you have any,
    • bugs to report
    • suggestions to improve the application
    • complaints
    • issues with the download links
            please leave a comment or send me an email to uditharosha@gmail.com.

    Your feedback is the most valued!

    download file now

    Read more »

    Monday, August 7, 2017

    Ultimate File Explorer v 1 0

    Ultimate File Explorer v 1 0


    This is the last file manager that you will ever need! The Ultimate File Explorer contains all the essential features that you will ever need in a file manager (including sending files via Bluetooth). Just try it for your self!

    Permissions: In order for this application to work, the following applications permissions need to be set: Connectivity -> Always allowed Read user data -> Ask every time Edit user data -> Ask every time Setting permissions:

    Samsung:
    1. Select Applications from the menu.
    2. Select �Java world�.
    3. Select �The Ultimate File Explorer�.
    4. Select options.
    5. Select permissions.
    6. Set the permissions.

    Nokia Series 40:
    1. Find �The Ultimate File Explorer� on your device and select it.
    2. Select options.
    3. Select application access
    4. Set the permissions

    Nokia Series 60:
    1. Select tools from the menu.
    2. Select Manager.
    3. Select �The Ultimate File Explorer� from the list of applications.
    4. Select suite setting.
    5. Set the permissions.

    Sony Ericsson:
    1. Find �The Ultimate File Explorer� on your device and select it.
    2. Select more.
    3. Set the permissions.

    Note well: Not all devices support Bluetooth for Java! File Explorer supports hiding file and folders. It should be noted that some devices still display hidden files (e.g. media files) in their media browsers.



    Click here to download



    download file now

    Read more »

    Thursday, August 3, 2017

    Ubuntu One File Services Shutting Down!

    Ubuntu One File Services Shutting Down!


    Canonical has announced today shutting down the Ubuntu One cloud storage and music storage system. The company said that they cannot compete any more with other service providers giving away free 25-50 GB of storage. As a consequence further releases of Ubuntu, starting with 14.04 LTS, will not ship with the Ubuntu One file services.

    However, as the blog post states
    "The shutdown will not affect the Ubuntu One single sign on service, the Ubuntu One payment service, or the backend U1DB database service."

    Important Dates to Keep in Mind

    April 02 2014: It is no longer possible to buy additional storage or music files
    June 01 2014: Services will be unavailable (User data still available for download)
    July 31 2014: All files left in the cloud will be deleted


    Please read the official blogpost here: http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/ for more information about the details.

    Make sure to backup all the data you have in Ubuntu One file storage!

    download file now

    Read more »