We've moved!

You will be automatically redirected to the new address. If that does not occur, visit
http://www.techimperial.com
and update your bookmarks.

Showing posts with label custom. Show all posts
Showing posts with label custom. Show all posts

Saturday, October 6, 2012

New website for techimperial.com: Coming soon!

Due to the high increase in traffic and overall popularity of this blog, the administrator has decided to take it to the next level with a whole community based system. This will allow the website and community to grow if it would like to, a place for people to discuss certain technical how-tos or just to bring you all more content.

I am happy to say that this couldn't have happened if it wasn't for all of you, my dear visitors! See you all soon ;) When the next website becomes live, it will have the same look and feel, but it will be on a system that will be easier for you to be a part of and join as well as making it easier for me to manage, plus a whole lot more control.

Regards, iPollesion

Sneak Peak:


Be sure to check back within the week...

Saturday, May 5, 2012

Find Large Files in Other on iTunes, Other Files in iPhone, iPad, iPod and iOS

iTunes Other on iOS device, large unknown files.

Find Other Large Files in iTunes on your iPhone, iPad, or iPod with Gawk

After upgrading your device to a new iOS or even after just downloading too many Cydia tweaks or Apps, you notice that when you plug in your device to iTunes you see a whopping amout of hard disk space being taken up as "Other" in iTunes and the only problem is: You have no way of finding out exactly what these large Other files are!

Fret no more, we will explore the world of terminal commands on a jailbroken iOS, this guide will show you how to make an automatic list of all unimportant files larger than 20 megabytes and their location in a sorted list format. Of course you can edit the 20 megabytes part to whichever number you would like.

Note: Below is the default location where the output "files.txt" will be located that you will create using this guide on iOS (your jailbroken device) and below that is the Gawk command we use during our SSH session to compile the list.

Default Directory for files.txt:
/ (root)

Gawk Command:
find / -iname "*" -ls | sort -rn -k 7.1 | gawk 'BEGIN {OFS="\t"} {if ($7 > 20971520) print $7,$11 " " $12 " " $13 " " $14 " " $15 " " $16 " " $17 " " $18 " " $19 " " $20}' > files.txt


Requirements
PuTTY (Installer) (Software)
WinSCP (Software)
OpenSSH (Cydia Package)
Core Utilities (Cydia Package)
Gawk (Cydia Package)
Jailbroken iPhone (Hardware)

    Instructions
  1. First, install PuTTY using the (putty-0.62-installer.exe) installer.
  2. Now open Cydia on your jailbroken iPhone and Queue Core Utilities, OpenSSH and Gawk. (To see them listed, make sure you are in "Developer" mode for Cydia, you can check this in: Cydia > Manage > Settings)
  3. Now you just want to install WinSCP.
  4. Next, open WinSCP and login (user: root, password: alpine) through SSH to your device (iPhone, iPad, etc, you need to enter your device's local ip address, something like 192.168.x.xx), click yes to any security warnings or key dialogs.
  5. After you connect to your device in WinSCP, goto the root directory of your device and then on the toolbar menu in WinSCP click the PuTTY icon (it looks like two terminals).
  6. You should now see the PuTTY terminal window open, it asks you to enter a password, enter alpine.
  7. Next copy the Gawk command in the red box above these instructions and right click in the terminal window to paste it, next hit enter.
  8. That command just executed and you will now find a text document named "files.txt" in the root of the device, give it about 3 minutes to finish processing the list, then download it to your computer and check out the list.
  9. The list will show you the largest items in order, you can edit the Gawk command to change what file size it looks for. (It is in bytes, so 20971520 is 20 megabytes when converted) (As a security measure, you may want to remove OpenSSH after this if you do not know how to use it)


Friday, April 27, 2012

Tlert Themes and Skins

New Tlert Skins and Themes for your iPhone, iPad, iPod

Download new Tlert themes and skins.

In an earlier post I mentioned Tlert, a great iOS App that lets you receive, reply and compose text messages and multimedia messages anywhere on the device without interrupting what you are doing or the bother of switching between the Messages App and your currently open App.

Since I have been using Tlert for quite a while, I decided to look for some new themes, intelliborn provides a few, but those were not really my taste and the Tlert forum was dead on ModMyI, so I decided to make and port my own themes and Tlert skin.

Below you will find the download link to colorful bubble themes and a new Tlert exit button skin, I put them in a hierarchy accordingly so all you have to do is drag and drop the "Tlert.app" folder into the "/Applications/" folder on the root of the device. You can preview the themes before adding them, play with the font colors to integrate it with whatever theme you use, these are very clean themes, I threw in a pink one too for any females out there.

Note: Drop the Tlert.app folder to this location:
/Applications/

Requirements
Tlert (App)
iPhone, iPod Touch or iPad (Hardware)