> Attention!

All programs in this section are unofficial and not supported by Apple.Installing and working with them can cause incorrect device behavior (fast battery discharge, system braking, incorrect operation of other applications, etc.), or it may lead to the need for a flashing.By installing the application, you act at your own risk!
How to install deb-files -Installing * .deb and * .ipa


If you posted a new version of the program, please notify the moderator by clicking the "Complaint" button on your message.


45 pagesV  1 2 3 4 5 6 > »  
 
REPLY
> iCleaner | [IPhone] Cleaning the iPhone from unnecessary files
swarda
Message#1
26.04.12, 00:01
Mad modder
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2459
Check in: 18.04.11
Apple iPhone 6 Plus

Reputation:-  577  +

iCleaner download


Version: 7.7.0

Attached Image


Short description:
Optimize iOS and remove unnecessary files using iCleaner Pro.

Description:

In the process of working with the iPhone and iPad, changes occur at the system level. And not always they have a positive impact on the performance of the OS. You can increase the efficiency of mobile devices and clear the system of "garbage" using iCleaner Pro.

iCleaner Pro - one of the most advanced solutions for cleaning the iPhone and iPad from "garbage". The utility is simple and easy to manage and removes application data, logs, caches, partially downloaded packages from Cydia, unused, as well as temporary files, thereby ensuring faster system operation and freeing up space on the internal flash memory. As a result, traces of the user's online activity are destroyed, for example, the history of navigation on the Internet.

What types of data does the updated program work with?

- Application data: the utility scans folders for WebClip cache data, cookies, temporary files and snapshots. In addition, iCleaner detects applications installed on the device and removes unnecessary data from them. In the list of such software: client and messenger Facebook, iCabMobile, iFile, Instagram, SkyFire, Twitter and others.

- Log files: deletes files in which system events and error messages are recorded.
- Cache files: Resets system cache and databases. Some of them are recreated after respring.
- Temporary files: some temporary files in iOS are cleared automatically, others are not. The utility completely solves this issue.

- Attachments
iMessage: deletes files sent or received via iMessage or MMS.
Safari: Removes cookies, web browsing history and cache files, increasing the efficiency of device optimization.

- Packages from Cydia: The program removes partially downloaded or damaged assemblies from Cydia and repository files.

- Cydia repositories: In the event that Cydia incorrectly updated the data, iCleaner Pro can delete the data by initiating the reloading of packages.

- Unused dependencies and custom files: in the settings of the application, you can add file types that will be deleted during cleaning. For example, it may be files with the extension .bak or .old.

In the latest versions of iCleaner Pro, performing preventive procedures has become much easier. Now the application does not require confirmation for each type of system "garbage". You just need to turn on the corresponding toggle switches in the main window and click the Analyze or Clean button. In the first case, the program
perform a comprehensive analysis, and in the second - will automatically perform the cleaning system. After analysis, you can go to the View Log file section and see in detail the files that the application is going to delete.

iCleaner Pro was written for safe use. The application has several levels of security checks, in order to be sure that nothing necessary will be removed.

The application is compatible with operating systems iOS 4-iOS 10.

Available for download:
in the repository:http://ib-soft.net/cydiaorhttp://ib-soft.net/cydia/beta(beta version)

How to hack

Download: Attached filecom.exile90.icleanerpro_7.7.0_iphoneos-arm_regged.deb(6.71 MB)
thanks, we sayYurik-258
Archive:


Post has been editedmaxipon - 07.04.18, 00:50
Reason for editing: Updating the version ...
Inteum
Message#2
26.04.12, 00:54
Old resident
*******
[offline]

Group: Friendssavagemessiahzine.com
Messages 762
Check in: 20.07.06
Huawei P20 Pro CLT-L29

Reputation:-  139  +

Long waited for something like that. It remains to find out whether it removes what should not be with the garbage :)


--------------------
Sony Ericsson P900 ..... Huawei P20 Pro ....
iSexiet
Message#3
26.04.12, 01:57
Guru
*********
[offline]

Group: Banned
Messages 2860
Check in: 03.04.11
Apple iPhone 4

Reputation:-  179  +

Inteum @ 04/26/2012, 00:54*
It remains to find out whether it removes what should not be with garbage
in, waiting for your feedback} -)


--------------------
iPhone 5 Black - 16Gb - 7.0.4 - WithOut Jailbreack
Section "Other"
sobchyksobchyk
Message#4
26.04.12, 09:00
� �
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 321
Check in: 18.11.10
Apple iPhone 4

Reputation:-  114  +

iSexiet @ 04/26/2012, 2:57*
It remains to find out whether it removes what should not be with garbage

and we will check it now. After placing deb-ku, I saw several scripts there: analyze, appscan, clean, mobileclean, springclean.

Here is the analyze script code (if anyone is interested):

#! / bin / bash
. /Applications/iCleaner.app/shared
CNT = 0
function addfiles () {
local F
for F in $ *; do
if [-f $ F]; then
SIZE = $ (($ SIZE + $ (stat -c% s "$ F")))
((CNT ++))
echo -e "$ F \ n" >> $ IC / junk.txt
elif [-d $ f]; then
while read FILE
do
SIZE = $ (($ SIZE + $ (stat -c% s "$ FILE")))
((CNT ++))
echo -e "$ FILE \ n" >> $ IC / junk.txt
done <<(find $ F -type f)
fi
done
}
loadset $ IC / settings.txt 7
[-n "$ {TEMP [0]}"] && SET = ("$ {TEMP [@]}") && TEMP = ()
loadset $ ic / filetypes.txt 255
[-n "$ {TEMP [0]}"] && FT = ("$ {TEMP [@]}") && TEMP = ()
if ["$ 1" = c]; then
loadset $ ic / choice.txt 6
[-n "$ {TEMP [0]}"] && UC = ("$ {TEMP [@]}") && TEMP = ()
fi
rm -f $ IC / junk.txt $ IC / KA.txt $ IC / UA.txt $ IC / choice.txt
echo -e "####################### \ n # FILES TO BE DELETED # \ n ############# ########## ">> $ IC / junk.txt
if ["$ {SET [1]}" = 1] && ["$ {UC [0]}" = 1]; then
echo -e "\ nAnalyzing Safari cache, cookies and history ... \ n $ {YEL} ----------------------------- ----------------- $ {EC} \ n "
echo -e "\ nSafari cache, cookies and history \ n ################################# \ n"> > $ Ic / junk.txt
addfiles $ MOB / Library / Safari / History.plist
addfiles $ MOB / Library / Safari / SuspendState.plist
addfiles $ MOB / Library / Caches / com.apple.mobilesafari / Cache.db
addfiles $ MOB / Library / Caches / Safari
fi
if ["$ {SET [2]}" = 1] && ["$ {UC [1]}" = 1]; then
echo -e "\ nAnalyzing apps ... \ n $ {YEL} ----------------- $ {EC} \ n"
echo -e "\ nApplications \ n ############ \ n" >> $ IC / junk.txt
$ Ic / appscan
echo -e "\ nGeneric \ n -------" >> $ ic / junk.txt
while read FOLDER; do
while read FILE
do
addfiles "$ FILE"
done <<(find $ FOLDER -mindepth 4 -maxdepth 4 -type f | egrep 'Cache.db | ApplicationCache.db')
addfiles "$ FOLDER" / Library / Caches / Snapshots
addfiles "$ FOLDER" / Library / Webkit / Databases
addfiles "$ FOLDER" / Library / Webkit / LocalStorage
addfiles "$ FOLDER" / Library / Webkit / Cookies
addfiles "$ FOLDER" / Library / Cookies
addfiles "$ FOLDER" / tmp
done <$ IC / UA.txt
while read FOLDER; do
if [$ FOLDER! = "0"]; then
while read FILE
do
addfiles "$ FILE"
done <<(find $ FOLDER -mindepth 4 -maxdepth 4 -type f | egrep 'Cache.db | ApplicationCache.db')
addfiles "$ FOLDER" / Library / Caches / Snapshots
addfiles "$ FOLDER" / Library / Webkit / Databases
addfiles "$ FOLDER" / Library / Webkit / LocalStorage
addfiles "$ FOLDER" / Library / Webkit / Cookies
addfiles "$ FOLDER" / tmp
fi
AF [$ i] = "$ FOLDER"
((i ++))
done <$ IC / KA.txt
if [-d "/Applications/iFile.app"]; then
echo -e "\ niFile \ n -----" >> $ ic / junk.txt
addfiles $ MOB / Library / iFile / Trash
addfiles $ MOB / Library / iFile / Cache / Dropbox
fi
if [-d "/Applications/Installous.app"]; then
echo -e "\ nInstallous \ n -----" >> $ ic / junk.txt
addfiles $ MOB / Documents / Installous / tmp
addfiles $ MOB / Library / us.hackulo.installous. *
fi
if [! $ {AF [0]} = 0]; then
echo -e "\ nSkyfire \ n -------" >> $ ic / junk.txt
addfiles $ {AF [0]} / Documents / History.plist
addfiles $ {AF [0]} / Documents / SiteMessageTracker.archive
addfiles $ {AF [0]} / Documents / TabbedView.archive
addfiles $ {AF [0]} / Documents / urlOnPasteboard.archive
addfiles $ {AF [0]} / Documents / .flurry *
addfiles $ {AF [0]} / Documents / .initialTimestamp *
addfiles $ {AF [0]} / Library / Cookies
addfiles $ {AF [0]} / tmp / *
fi
if [! $ {AF [1]}! = 0]; then
echo -e "\ niCabMobile \ n ----------" >> $ ic / junk.txt
addfiles $ {AF [1]} / Library / Cookies
addfiles $ {AF [1]} / Library / Caches / iCabWebCache / *
addfiles $ {AF [1]} / Documents / .iCabMobileFiles.private / AllCookies
fi
if [! $ {AF [2]} = 0]; then
echo -e "\ nFacebook \ n --------" >> $ ic / junk.txt
addfiles $ {AF [2]} / Library / Cookies
addfiles $ {AF [2]} / Library / Caches / 4100.0 / FBURLCache / *
addfiles $ {AF [2]} / Library / Caches / 4100.0 / Three20 / *
addfiles $ {AF [2]} / Library / Caches / ImageCache / *
fi
if [! $ {AF [3]} = 0]; then
echo -e "\ nTwitter \ n -------" >> $ ic / junk.txt
addfiles $ {AF [1]} / Library / Cookies
addfiles $ {AF [3]} / Library / Caches / com.atebits.tweetie.databases / *
addfiles $ {AF [3]} / Library / Caches / com.atebits.tweetie.profile-images / *
addfiles $ {AF [3]} / Library / Caches / com.atebits.tweetie.streams.2 / *
addfiles $ {AF [3]} / Library / Caches / com.atebits.Tweetie2 / Cache.db
fi
if [! $ {AF [4]} = 0]; then
echo -e "\ nFacebook Messenger \ n ------------------" >> $ ic / junk.txt
addfiles $ {AF [4]} / Library / Cookies
addfiles $ {AF [4]} / Library / Caches / ImageCache / *
fi
if [! $ {AF [5]} = 0]; then
echo -e "\ nInstagram \ n ---------" >> $ ic / junk.txt
addfiles $ {AF [5]} / Library / Caches / com.plausiblelabs.crashreporter.data
addfiles $ {AF [5]} / Library / Caches / crashes
addfiles $ {AF [5]} / Library / Caches / dscachestore2
addfiles $ {AF [5]} / Library / Caches / *. coded
fi
fi
if ["$ {SET [3]}" = 1] && ["$ {UC [2]}" = 1]; then
echo -e "\ nAnalyzing log files ... \ n $ {YEL} ---------------------- $ {EC} \ n"
echo -e "\ nLogs \ n #### \ n" >> $ ic / junk.txt
addfiles $ MOB / Library / Logs
addfiles $ var / logs
addfiles $ var / log
addfiles $ var / wireless / Library / Logs
fi
if ["$ {SET [4]}" = 1] && ["$ {UC [3]}" = 1]; then
echo -e "\ nAnalyzing cache files ... \ n $ {YEL} ------------------------ $ {EC} \ n"
echo -e "\ nCaches \ n ###### \ n" >> $ IC / junk.txt
addfiles $ MOB / Library / Spotlight
addfiles $ MOB / .bash_history
addfiles $ MOB / Library / Caches / com.apple.IconsCache / *
addfiles $ MOB / Library / Caches / Maps / MapTiles / MapTiles.sqlitedb
addfiles $ MOB / Library / Caches / MapTiles / MapTiles.sqlitedb
addfiles $ MOB / Library / Caches / Snapshots
addfiles $ MOB / Library / Caches / google *
addfiles $ MOB / Library / Caches / * google *
addfiles $ MOB / Library / Caches / Three20 /
addfiles $ MOB / Library / Caches / admob / *
addfiles $ MOB / Library / Caches / com.apple.SpringBoard.folderSwitcherLinen *
addfiles $ MOB / Library / WebKit / Cookies / *
addfiles $ MOB / Library / WebKit / Databases / *
addfiles $ MOB / Library / WebKit / LocalStorage / *
addfiles $ MOB / Documents / admob / *
addfiles $ var / root / Library / Caches / locationd / consolidated.db
addfiles $ var / root / Library / WebKit / LocalStorage / *
addfiles / Library / Caches / *
fi
if ["$ {SET [5]}" = 1] && ["$ {UC [4]}" = 1]; then
echo -e "\ nAnalyzing temporary files ... \ n $ {YEL} ---------------------------- $ {EC} \ n "
echo -e "\ nTemporary Files \ n ############### \ n" >> $ IC / junk.txt
addfiles $ var / tmp
fi
if ["$ {SET [6]}" = 1] && ["$ {UC [5]}" = 1]; then
echo -e "\ nAnalyzing apt partial files ... \ n $ {YEL} ------------------------------ $ { EC} \ n "
echo -e "\ nApt partial files \ n ################# \ n" >> $ IC / junk.txt
addfiles $ var / lib / apt / lists / partial / *
fi
if ["$ {SET [7]}" = 1] && ["$ {UC [6]}" = 1]; then
echo -e "\ nAnalyzing filetypes ... \ n $ {YEL} ---------------------- $ {EC} \ n"
echo -e "\ nFiletypes \ n ######### \ n" >> $ IC / junk.txt
CHOICE = "$ {FT [@]}"
CHOICE = '\.' "$ {CHOICE // /$|\."" $
while read FILE
do
echo "$ FILE" >> $ IC / KF.txt
addfiles "$ FILE"
done <<(find / -type f | egrep "$ CHOICE" | egrep -v '/ var / log / | / var / logs / | / Library / Logs / | / var / tmp /')
fi
MULT = "B"
if [$ SIZE -gt 1048576]; then
SIZE = $ [$ SIZE / 1048576]
MULT = "MiB"
elif [$ SIZE -gt 1024]; then
SIZE = $ [$ SIZE / 1024]
MULT = "KiB"
fi
echo -e "\ n \ nNUMBER OF FILES: $ {YEL} $ CNT $ {EC} \ nTOTAL SIZE: $ {YEL} $ SIZE $ MULT $ {EC} \ n \ n"
echo -e "\ n \ n ####################################### n number of files: $ CNT \ nTotal space freed: $ SIZE $ MULT ">> $ IC / junk.txt
exit 0




PS I will study in more detail and post here a report that makes each script
PS There is also a readme file.Surely, he, too, can tell a lot about the functions of the program.:) And there is. Here he is:

_--------------------------------------_
_ iCleaner v4.0.0 _
_ http://exilecom.altervista.org/cydia _
--------------------------------------
The ultimate iPhone cleaning app! It removes unnecessary files from your device.


What does this do?
------------------
iCleaner removes unnecessary files from your device. The following steps are:

1) Safari: it deletes cookies, browses your privacy.

2) Applications: it crawls, cookies, temporary files and snapshots.
Furthermore, in-depth cleanup. At the moment, iCleaner detects the following apps: Facebook, Facebook Messenger, iCabMobile, iFile, Instagram, Installous, Skyfire and Twitter.
More apps will be added in future releases. User login data, left hand cookies. iCleaner only removes the unnecessary.

3) Log files: deletes apps reports known locations. These files are generally irrelevant to the user and can be safely deleted.

4) Cache files: it scans and deletes system cache files and databases. Some of them are rebuilt upon respring. This helps removing obsolete cache data.

5) Temporary files: it deletes temporary files from your device. But they often happen not to be removed. iCleaner takes care of that.

6) Apt Partial Files: it downloads Cydia packages and repo files.

7) Filetype cleanup: iCleaner features a custom cleanup pass based on file extensions. By default, it is for the log files all over the directory tree.
You might want to add more extensions (such as .bak or .old), Filetypes can be configured in the "Settings" section of the terminal script.


How do I use it?
----------------
If you’re looking for a quick cleanup, you can , log file display and settings configuration.
Command: "iCleaner" or "icleaner", without quotes. Must be run as root ("su", then password. Default password is "alpine".)


I do not want to clean up. Can I configure it?
---------------------------------------------------------------------------
Of course! Just run "iCleaner" from any terminal app and choose "Settings". You can enable / disable any of the cleanup steps.


Those confirmation popups are getting annoying. Can I disable them?
-------------------------------------------------------------------
By default, iCleaner asks for confirmations for each of the cleanup steps. The underworld of the app.
You can disable those popups from the "Settings" in the command line script.


Feature roundup:
----------------
- Springboard App
--- Cleanup: deletes unnecessary files from your device.

- Terminal script (command: "iCleaner", run as root)
It is an analysis of the device.
--- Clean up the device: deletes unnecessary files from your device.
--- View log for a detailed analysis / cleanup log.
--- Settings: configure cleanup steps, confirmation messages and filetypes to delete.
--- More info: well, you're reading it!


Support:
--------
If you have questions or issues about iCleaner, just leave a comment at "http://exilecom.altervista.org/cydia/icleaner "or send me an email at "[email protected]"



swardaadd to the description, pliz, that you need a terminal to start the program (plus you need to add a link how to use the terminal just in case), so that newbies do not ask questions in the topic that you already have answers to on the forum.
Also readme laid out by me needs to be translated. Here is some translation (I didn’t have time to translate myself, I took it from iguides)
Safari: deletes cookies, history of visited web pages and cache.
Applications: scans the / var / mobile / Applications and / Applications directories to remove unnecessary cache, cookies and temporary files.
In addition, iCleaner identifies known applications (Facebook, Facebook Messenger, iCabMobile, IFile, Instagram, Installous, Skyfire and Twitter) for more in-depth cleaning. Other applications will be added in future versions.
Log files: deletes log files and application error reports. These files are generally not user-related and can be safely deleted.
File cache: scans and deletes system and database cache files.
Temporary files: deletes temporary files from your device.
Apt remove partial files: removes partially downloaded packages and repos from Cydia.
Filetype cleanup: cleanup based on file extension. You can also add several extensions (use with caution!) File types can be configured in the Settings section of the terminal


In the office. repo exilecom.altervista.org/cydia/ there is already version 4.0.2, which fixes the crash of the program on iOS 5.1

Post has been editedsobchyksobchyk - 26.04.12, 09:25


--------------------
HeBbIxoD
Message#5
26.04.12, 09:55
rDeBbIxoD¿
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 3435
Check in: 13.03.12
Samsung Galaxy Mega 6.3 GT-I9200

Reputation:-  533  +

if I had worked without a terminal


--------------------
Clash of Clans | TH 11 | LVL 167
vitaliy4
Message#6
26.04.12, 10:09
Guru
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 4351
Check in: 01.10.05
Apple iPhone Xs

Reputation:-  381  +

HeBbIxoD
it works without a terminal. The terminal is needed only for settings. But the default settings are sufficient for most users. I set myself cleaned. 200 megabytes free. Udvilen. :) Since I thought that everything was cleaned with pens. And, which is nice for me personally, I didn’t delete some folders / files in the system files that I kept there with the pens.

I looked at what can be configured through the terminal. In principle, I myself would just turn off requests for each item of cleaning.

Post has been editedvitaliy4 - 26.04.12, 10:14


--------------------
Apple iPad Air 2 64Gb
sobchyksobchyk
Message#7
26.04.12, 10:14
� �
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 321
Check in: 18.11.10
Apple iPhone 4

Reputation:-  114  +

vitaliy4 @ 04/26/2012, 11:09*
it works without a terminal

that's right There are two modes: fast and advanced (terminal). This is what the author writes in the readme (and therefore I say that you need to post a translation)

PS I wrote about this to the admins to add to the cap :)


--------------------
Docuk
Message#8
26.04.12, 10:15
Dosik
********
[offline]

Group: Friendssavagemessiahzine.com
Messages 1882
Check in: 14.01.12
Apple iPhone 6s Plus

Reputation:-  237  +

cleared 1 times 940 megabytes: D

now I don’t understand toli iCleaner did something else or something, the main thing is that I didn’t put anything else
Accum sits down faster
and percent charging jumped from 98 to 100

Post has been editedDocuk - 26.04.12, 10:43


--------------------
iPhone 5s iOS 7.1 | iPad Mini iOS 7.1
vitaliy4
Message#9
26.04.12, 18:15
Guru
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 4351
Check in: 01.10.05
Apple iPhone Xs

Reputation:-  381  +

Docuk,
should not affect synchronization. If only through the terminal did not make additional settings ...


--------------------
Apple iPad Air 2 64Gb
Hell_angel
Message#10
26.04.12, 18:45
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 180
Check in: 24.08.09
Xiaomi Mi Note

Reputation:-  18  +

Everything works fine, checked everything runs fine, only I deleted the safari cookies, so I had to log in again (but this cant be ignored).
swarda
Message#11
26.04.12, 19:20
Mad modder
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2459
Check in: 18.04.11
Apple iPhone 6 Plus

Reputation:-  577  +

Version:
4.0.2
- Attempt to fix iOS 5.1 crash.
- Fixed portrait rotation.
- Minor bugfixes.

in a hat.


--------------------
I am a serial killer (Dexter Morgan)
iBarmalley
Message#12
26.04.12, 19:24
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 90
Check in: 31.01.12
Apple iPhone 7

Reputation:-  1  +

Swarda @ 04/26/2012, 20:20*
Version: 4.0.2 - Attempt to fix iOS 5.1 crash. - Fixed portrait rotation. - Minor bugfixes. in a hat.

Flies out ..
Hell_angel
Message#13
26.04.12, 19:26
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 180
Check in: 24.08.09
Xiaomi Mi Note

Reputation:-  18  +

I do not know how to 3gs, but on 4s nothing flies.
ippone4
Message#14
26.04.12, 19:31
[online]
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2472
Check in: 26.03.11

Reputation:-  646  +

iCleaner is a useless app!
"About anything!"

shl
launched, well cleaned ... and what has changed? ))


--------------------
sheogorat
Message#15
26.04.12, 19:38
Guru
*********
[offline]

Group: Banned
Messages 2175
Check in: 14.10.11
HTC One X

Reputation:-  78  +

ippone4,
memory


--------------------
iPod touch 4 32gb ios v5.0.1 jailbreak, ipad 2 3g + wifi 64gb ios v5.1.1 jailbreak and htc one x viperX 3.2.0
vitaliy4
Message#16
26.04.12, 19:39
Guru
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 4351
Check in: 01.10.05
Apple iPhone Xs

Reputation:-  381  +

ippone4,
increased free space. ;) So I’ve got everything cleaned with pens, and the program still deleted 200 meters. True, I looked through the settings how much was before, and how much it became after. So this is about. And someone won 900 meters, 2 gigas clean. And of course the program is not at all necessary. In principle, like your entire set of tweaks. : D


--------------------
Apple iPad Air 2 64Gb
swarda
Message#17
26.04.12, 19:50
Mad modder
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2459
Check in: 18.04.11
Apple iPhone 6 Plus

Reputation:-  577  +

4.0.2worked normally in normal mode (turned off only the safari cleaning). I found the garbage gig with a little, did not touch anything extra (4s 5.0.1). glitches after cleaning is not noticed.


--------------------
I am a serial killer (Dexter Morgan)
cooler3105
Message#18
26.04.12, 19:51
Well you do it, come in if that ..
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2964
Check in: 06.08.11
Oneplus 5T 8/128

Reputation:-  556  +

Approximately 100 MB cleaned out by launching the second partition immediately, another 10 were added.
P.S. I check the cache of the navicard tomorrow

Post has been editedcooler3105 - 26.04.12, 19:52


--------------------
Android pie 28 beta
swarda
Message#19
26.04.12, 19:53
Mad modder
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2459
Check in: 18.04.11
Apple iPhone 6 Plus

Reputation:-  577  +

ippone4 @ 04/26/2012, 20:31*
iCleaner is a useless app!


it's not the same for everybody. i am so very helpful.


--------------------
I am a serial killer (Dexter Morgan)
ippone4
Message#20
26.04.12, 19:56
[online]
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2472
Check in: 26.03.11

Reputation:-  646  +

Swarda @ 04/26/2012, 8:53 PM*
it's not the same for everybody. i am so very helpful.

more than sure - now, every 2 hours you'll have to clean and look - how much is free! ))


--------------------
swarda
Message#21
26.04.12, 19:58
Mad modder
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2459
Check in: 18.04.11
Apple iPhone 6 Plus

Reputation:-  577  +

I think there are much more exciting activities than looking at the iphone and writing nonsense. Fortunately, the quality of the program is not displayed.

for reference: the word "wake" is written a little differently. but it is hardly useful to you.

Post has been editedswarda - 26.04.12, 20:09


--------------------
I am a serial killer (Dexter Morgan)

45 pagesV  1 2 3 4 5 6 > » 


 mobile version    Now: 04/29/19 6:27