Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
jazzboyrules
Old
(Last edited by jazzboyrules; 11th June 2012 at 06:22 PM.)
#1  
Senior Member - OP
Thanks Meter 352
Posts: 1,039
Join Date: Oct 2011
Lightbulb [TIP] How to verify ROM downloads using Total Commander Android app (MD5 sum)

Many of you might be fans of the simple looking file manager packed with customizability and features, Total Commander for Android. And this app also happens to be totally free.

If you haven't heard about it and would like to check it out, go to its homepage or get it from Google Play.

Apart from the app being awesome in itself, its dev Christian Ghisler is a cool guy too. He is very quick in responding to questions, suggestions and bug reports.

(As of now) Total Commander does not have a 1-click solution to calculate MD5 sum of a file. I am used to calculating and verifying the MD5 sum of every ROM zip I download and so having that feature is very important to me. Of course there are other apps like Android File Verifier that do that + more. But I needed just a simple MD5 calculator without having to install any extra app for that.

After spending some time playing with various options in the Total Commander app and a tip from the dev, I was able to put together a neat way to calculate MD5 using TC Android.

SETUP STEPS (Need to do this just once):
1. Click on the "Add button" icon. ( If you don't see that icon, you probably have the secondary row of icons hidden; unhide that secondary row by clicking the rightmost icon on the bottom row of icons ).
Click image for larger version

Name:	Screenshot_2012-06-11-11-01-54.jpg
Views:	158
Size:	27.9 KB
ID:	1122581

2. Configure the button as follows:
- Function type: Send shell command
- Command: sh
- Parameters: *md5sum %N ( The * makes the result of the command show up in a popup window. )
- You can change the icon if you want
Click image for larger version

Name:	Screenshot_2012-06-11-11-02-16.jpg
Views:	114
Size:	24.0 KB
ID:	1122582

HOW TO CALCULATE MD5 NOW:
1. Click on the icon of any file for which you want the MD5 sum so that a green tick appears on that icon.
Click image for larger version

Name:	Screenshot_2012-06-11-11-07-45.jpg
Views:	129
Size:	25.6 KB
ID:	1122615

2. And then hit on your newly created MD5 sum calculation button. It will takes few seconds for the MD5 sum calculation to finish if you are doing it for a large file like a ROM zip shown in the example in my screenshots.
Click image for larger version

Name:	Screenshot_2012-06-11-11-08-20.jpg
Views:	130
Size:	23.9 KB
ID:	1122616
Nexus 4 16GB | PA May 14 | m_plus beta5
1-Script-to-Tweak-Them-All (motley's kernel) Change fsync, fast charge, vibrator intensity, min/max freq, governor, interactive tweaks, thermal throttling ctrl, auto hotplug ctrl, sd scheduler, read ahead blk size, TCP congestion ctrl, touchscreen accuracy filter(franco), sound gain(faux), RGB/Gamma(moles) using *1* script
The Following 9 Users Say Thank You to jazzboyrules For This Useful Post: [ Click to Expand ]
 
IcemanSR
Old
#2  
IcemanSR's Avatar
Member
Thanks Meter 11
Posts: 47
Join Date: Jun 2012
Location: Sombor
Neet!
TCM is ultimate badass

Using U8110, V9. CM7 trough tapatalk
 
mankokoma
Old
#3  
mankokoma's Avatar
Senior Member
Thanks Meter 153
Posts: 485
Join Date: Dec 2010
Location: Berlin
Another one:
Display usage and free space in current partition
(same scheme of pictures as in post#1)

2. Configure the button as follows:
- Function type: Send shell command
- Command: sh
- Parameters: *df -h . | cut -b 23-32,35-50
- You can change the icon if you want

I'm not sure, but I think the Parameters depend on the version of busybox in your device... maybe you have to fiddle around a little

@jazzboyrules: thanks for this thread! Could you change the title to "[TIP] Total Commander Android app: useful tips" or something like that? For sure there are much more ideas for this ingenious app.
Attached Thumbnails
Click image for larger version

Name:	SC20120923-152644.png
Views:	54
Size:	31.1 KB
ID:	1347818  
 
Post Reply+
Tags
md5, md5sum, totalcommander
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...