[Tool] RomCleaner 1.0 - G2 and Desire Z General

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi guys,
Here i want to show my Rom Cleaner, its idea comes from => Here , so credits for the idea and the ini files i used as base belong to him
this app allows you to clean out unneeded crap and bloatware from your roms, before you flash them.
List of files to remove is about 100 different ones now.
i hope some of you will test this and provide feedback.
PS, program is coded in autoit, which some old AV's tend to flag, i'll offer admins a look at the source code if needed.
PS2, Only supports CWM type roms.
Greetz,
Damian
Changelog: version 1.0
fixed bug with repacking >.<
Click to expand...
Click to collapse
Download here

I'm assuming course that it would course invalidate md5 checksum, and as a result there's no real assurance that the zip had been repacked correctly prior to flashing.

no, it wont pass that test, but seeying its a regular zipfile, you can always test the zip itself.

DamianSixSixSix said:
no, it wont pass that test, but seeying its a regular zipfile, you can always test the zip itself.
Click to expand...
Click to collapse
True. What about the repacking of system.img ?

this basicly only works on the CWM based roms, which are zipfiles, so i dont touch those

DamianSixSixSix said:
this basicly only works on the CWM based roms, which are zipfiles, so i dont touch those
Click to expand...
Click to collapse
Ahh. Hrm odd I don't recall ever actually using a CWM based rom, every rom I've tried after CM7.2 have been mostly ICS roms, and every i've ever unpacked have had each of the partitions saved as img files.

yes that is weird, every rom i use can be flashed by cwm, and when unpacked, only bootimage is a img file, rest is folders and files.

Interesting idea, cool. So far, I've been deleting manually files from the zips. One suggestion, could you add someday ability to add programs into the selected ROM?
Or even better, enable user to create batch package/batch deletion of his apks/always-deleted-apks that could be added/removed with a single click to/from every consecutive ROM ? Just a loose idea.. Thanks!

Deathmehr said:
Interesting idea, cool. So far, I've been deleting manually files from the zips. One suggestion, could you add someday ability to add programs into the selected ROM?
Or even better, enable user to create batch package/batch deletion of his/her apks /always deleted apks that could be added/removed with a single click to/from every consecutive ROM ? Just a loose idea.. Thanks!
Click to expand...
Click to collapse
you can allready do that, just place the apk's in the files/add folder' it allready has system and data in there, just make a apps folder and drop them in
good idea, ill let program save removal settings on exit, so it can load them when it starts

DamianSixSixSix said:
you can allready do that, just place the apk's in the files/add folder' it allready has system and data in there, just make a apps folder and drop them in
Click to expand...
Click to collapse
I'm afraid I don't follow. Drag and dropp doesn't work in any case. I tried dnd on apks, zips with structured folders or folders alone. Give me a tip

chech the program folder, in the files/add folder, are 2 more folders, data and system.
if you make an app folder in there, and drop your apk's in there, they will be pushed to your rom
example, 'files/add/system/app/MyTestApk.apk'

DamianSixSixSix said:
chech the program folder, in the files/add folder, are 2 more folders, data and system.
if you make an app folder in there, and drop your apk's in there, they will be pushed to your rom
example, 'files/add/system/app/MyTestApk.apk'
Click to expand...
Click to collapse
Ok, thanks for the advice! I assume that it won't push apks that aren't supported in removal? I'm talking specifically about Cerberus.apk - it is very advantegous to integrate the app with a ROM.

Deathmehr said:
Ok, thanks for the advice! I assume that it won't push apks that aren't supported in removal? I'm talking specifically about Cerberus.apk - it is very advantegous to integrate the app with a ROM.
Click to expand...
Click to collapse
thats totally unrelated, any file you place there gets pushed, any file.

Come to think of it, I might actually be thinking bout backups I do recall a lot of roms do have the folders set where they're migrated to the existing filesystem.

true, CWM backups are img files

Very nice idea for a program. Is it limited to only roms for our device or literally any CWM flashable zips?

it works on all actually, but i only have HTC phones, so others arent much supported in the apk department, simply because i cant check them

DamianSixSixSix said:
it works on all actually, but i only have HTC phones, so others arent much supported in the apk department, simply because i cant check them
Click to expand...
Click to collapse
Fair enough, and thank you for the prompt reply!
Sent via carrier pigeon

updated to version 0.7 changelog in first post

anyone found bugs or has suggestions?

Related

Crud Scraper - automatic uninstaller

Hello,
I just wanted to announce a little app I wrote in response to a request over here.
In a nutshell it just goes through your device, checks against a list of software in a config file, and lets you check off the ones you'd like to uninstall. Then it removes those apps from your file system and the registry.
This is my first windows mobile app. It's fairly simple, but if anyone finds any bugs, please let me know.
Right now there is only a config file for the HTC Tilt 2. If anyone would like to write a config file for other devices (Rhodium or not), I've included documentation on how to do so, and I'd be happy to help.
You can grab the Tilt 2 version of Crud Scraper here.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
pyromosh said:
Hello,
I just wanted to announce a little app I wrote in response to a request over here.
In a nutshell it just goes through your device, checks against a list of software in a config file, and lets you check off the ones you'd like to uninstall. Then it removes those apps from your file system and the registry.
This is my first windows mobile app. It's fairly simple, but if anyone finds any bugs, please let me know.
Right now there is only a config file for the HTC Tilt 2. If anyone would like to write a config file for other devices (Rhodium or not), I've included documentation on how to do so, and I'd be happy to help.
You can grab the Tilt 2 version of Crud Scraper here.
Click to expand...
Click to collapse
So essentially this is an uninstaller that gets rid of everything left by an app?
dwizzy130
Can you post the cab right here? I have an aggressive firewall that I don't control that prohibits your linked site as 'Free Pages' ..sheesh!
That sounds good and i will test it on the Rhodium 100 aka Touch Pro 2. Will report later.
Love the icon
I ran it after having removed 90% of what it scrapes, and it worked like a charm. Thanks, great utility!
~Eric
dwizzy130 said:
So essentially this is an uninstaller that gets rid of everything left by an app?
dwizzy130
Click to expand...
Click to collapse
That's right. It can either uninstall an app, or finish removing what's left of an app that was not properly uninstalled.
badiubronco said:
Can you post the cab right here? I have an aggressive firewall that I don't control that prohibits your linked site as 'Free Pages' ..sheesh!
Click to expand...
Click to collapse
I didn't even realize the files could be hosted here as a normal user. I've just edited the main post of this thread to include the file you'll need.
Bear in mind that it's not a cab though. It's a zip file containing an exe and a config file for the Tilt 2. Just save those to the same folder on your device, run the exe, and the rest is self explanatory.
pyromosh said:
I didn't even realize the files could be hosted here as a normal user. I've just edited the main post of this thread to include the file you'll need.
Bear in mind that it's not a cab though. It's a zip file containing an exe and a config file for the Tilt 2. Just save those to the same folder on your device, run the exe, and the rest is self explanatory.
Click to expand...
Click to collapse
If you want me to cab it for you just ask cause it'll take me 2 seconds...
dwizzy130
It's got a good name. Sold !
Could you make a cab of this for the T-mobile Touch Pro 2 please?
mike2nl said:
That sounds good and i will test it on the Rhodium 100 aka Touch Pro 2. Will report later.
Click to expand...
Click to collapse
Any luck with testing this?
mike2nl said:
That sounds good and i will test it on the Rhodium 100 aka Touch Pro 2. Will report later.
Click to expand...
Click to collapse
Did you ever get the chance to test this on the US TP2?
I have a CDMA phone (Verizon Rhodium 500)and would love to give it a shot.
Tried it on my Tilt2 unfortunately, I didn't have the option to remove the programs I installed the app to remove. Looks like it needs somemore development to be able to select everything on the phone. I can't comment on how good it works because I didn't remove anything. I do appreciate the effort though.
bennyj71 said:
Tried it on my Tilt2 unfortunately, I didn't have the option to remove the programs I installed the app to remove. Looks like it needs somemore development to be able to select everything on the phone. I can't comment on how good it works because I didn't remove anything. I do appreciate the effort though.
Click to expand...
Click to collapse
What app(s) specifically are you referring to?
The only apps it removes are the ones defined on the wiki entry defining the crapware here.
If I know what apps you'd like removed, then I can add those apps to the XML file that defines the list of apps to check for.
pyromosh said:
What app(s) specifically are you referring to?
The only apps it removes are the ones defined on the wiki entry defining the crapware here.
If I know what apps you'd like removed, then I can add those apps to the XML file that defines the list of apps to check for.
Click to expand...
Click to collapse
The mobile web and mobile video.
pm
pyro - check your pm's
Be nice for a sprint version what do you need in order to make one
HELP!!!
Ok, I'm at my wits end. I've downloaded the zip, extracted the files & copied them to the phone (was drag & drop ok?). I can't get the program to launch. I just get windows offering to run out to the web to find a fix.
How do you execute it? I don't see it listed on the phone itself so I thought I should do it via the laptop on the .exe that was on the phone.
Does it matter what OS is on my laptop?
AWESOME!
Just want to say that pyromosh is awesome. Walked me thought what I needed to do.
For those that don't have Framework 3.5 - you need to install that on your PC then dig down in that folder to get the 3.5 cab file to move to your phone and install.
After that, it works like a charm.
On happy Texan gal here.
great program, pyromash....
i was directed to this thread because I'm trying to delete the actual .exe files from the Windows folder (plus some other stuff like the bloat mp3's)... i tried with File Explorer & Total Commander... these delete attempts all failed...
is there a way to do this??

1.12.605.6 Deodexed

WARNING: THIS WILL WIPE /DATA! All of your data will be erased!
So the first thing I did when I got home from work is root my Thunderbolt and create a backup of a fresh wipe of Thunderbolt stock.
First off:
Android OS: 2.2.1
Device: mecha
ROM Name: 1.12.605.6
Rooted (Unsecured boot.img): Yes
Rooted (Superuser.apk + su): Yes
Busybox Installed: Yes
Nano text editor installed: Yes
/system/framework deodexed: Yes
/system/app deodexed: Yes
ROM will wipe data: Yes
Second:
I have tested it does work in its entirety. I had to remove the lines where it flashed boot.img but that is still in the .zip it just doesn't do anything with it since that code in the script it throws errors but without it flashes fine.
Third:
This is completely stock so it does contain the bloat. You can remove it as you see fit using Root explorer or freeze them with titanium backup.
Link:
Debloat: http://www.megaupload.com/?d=F60KZRU0
Bloated: http://www.megaupload.com/?d=RNUVRAM0
Credits:
dsixda for the kitchen to de odex this sweet device
ROOT TEAM:
"Scotty2, jamezelle, jcase, and all of Team AndIRC
Testers, especially ProTekk and Trident
Thanks to scotty2 for WPThis
Busybox was pulled from a CyanogenMod ROM, source should be available here
psneuter was pulled from somewhere, credit to scotty2, source here
All firmware credit goes to 911sniper
Jaroslav from Android Police for editorial help"
Thank you ALL for making this possible.
How do we install this Rom? I tried with CW recovery and no luck.
Thanks
I can flash it via CWR but it just hangs at the boot screen and won't go any further... I wish this would work, I just want a factory rooted/deodexed rom without anything removed so I can choose what stays and what goes.
JAYNO20 said:
I can flash it via CWR but it just hangs at the boot screen and won't go any further... I wish this would work, I just want a factory rooted/deodexed rom without anything removed so I can choose what stays and what goes.
Click to expand...
Click to collapse
Might wanna try Fastboot for flashing. IE replace the file in the permaroot tutorial with this one. Then skip the root steps as this is already rooted.
Str0ntium said:
Might wanna try Fastboot for flashing. IE replace the file in the permaroot tutorial with this one. Then skip the root steps as this is already rooted.
Click to expand...
Click to collapse
so we need to rename it to PG05IMG.zip?
or is there a better way?
Sorry guys for leaving you all hanging. I do have a newer .zip to flash but it doesn't have any of the bloatware (CityID etc) and has some google apps that are on market (Except for quicksearch because it stops the search button from working) to /data/app.
I will upload that later if you like .
Please do. This file is very much appreciated.
Sent from my Thunderbolt using Tapatalk
I would really like to have the file that is deodexed but still contains everything else... can you reupload that one too?
Both are up now. Enjoy.
gonna try something so nvm
Can someone explain exactly what Deodexed means.
Thanks
Jrocker23 said:
Can someone explain exactly what Deodexed means.
Thanks
Click to expand...
Click to collapse
Deodexed in a sense means you can edit and change the files as you like allowing custom figures,images, and animations in place of the stock. It basically allows for people to completely customize rooms to make the run and look as they like. Odexed is completely opposite and you would know a rom is odex because there are .odex files next of ever .apk in the system/app/ folder. You cannot change anything in a odex rom. The completely stock rom is odexed.
mjhuffer said:
Deodexed in a sense means you can edit and change the files as you like allowing custom figures,images, and animations in place of the stock. It basically allows for people to completely customize rooms to make the run and look as they like. Odexed is completely opposite and you would know a rom is odex because there are .odex files next of ever .apk in the system/app/ folder. You cannot change anything in a odex rom. The completely stock rom is odexed.
Click to expand...
Click to collapse
Understood, thank you vm... appreciate the info..
Thank searched high and low for a rom like this. Very much appreciated.
I installed the debloated version and now I have no 3G or WIFI. I'm stuck in 1X and when I try to enable WIFI I get a message that simply states "Error".
http://gititbit.ch/tHu3 - signed_032111_214510.zip
100mbit mirror of the debloated.
Thank you very much for this!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Axiom119 said:
I installed the debloated version and now I have no 3G or WIFI. I'm stuck in 1X and when I try to enable WIFI I get a message that simply states "Error".
Click to expand...
Click to collapse
Put the back cover on, give it about 10 minutes. The back cover is required for 3G/4G.
foszz said:
Put the back cover on, give it about 10 minutes. The back cover is required for 3G/4G.
Click to expand...
Click to collapse
I think ur 7 months or so late.
Sent from my ADR6400L using XDA App

Ultimate Online Theme Kitchen for Samsung Galaxy S II tutorial

I was using HTC devices for some time and using the ultimate online theme kitchen with it. It seems that this kitchen also works with touchwiz UI roms. Some people in the custom ROMs section sounded surprised so I figure I would post this tutorial
MAKE A BACKUP VIA CWM PRIOR TO FLASHING ANYTHING
Download the ROM you want to MOD and extract all the files somewhere on your computer maybe a new folder or something
Then via your computer goto
http://uot.dakra.lt/
Select File upload and then system files as seen by the screenshot below. You will need to upload the following
framework-res.apk (in the folder with the extracted files from the ROM should be under \system\framework)
SystemUI.apk (in the folder with the extracted files from the ROM should be under \system\app)
twframework-res.apk (in the folder with the extracted files from the ROM should be under \system\framework)
IF USING AN ICS ROM SELECT FLASHABLE ZIP AND CHANGE IT TO EMMC (I have only tested battery mod)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
One the files are finished uploading select from the available MODs (I HAVE ONLY TESTED THE FONT,BATTERY and WINDOW (animations) MODs ON GINGERBREAD NOT THE REST SO TRY AT YOUR OWN RISK)
• Battery
• Icons
• Status bar
• Popup
• Lockscreen
• Window
• Fonts
• Bootanimation
And select use this MOD as seen below.
Select what you want and once done select Summary and make sure all the mods show in green. If not most likely you forgot something. Once done click Submit work to kitchen as per screenshot
Once selected you will be given an Order number like UOT-08-31-21-07-1 or something. Write this down as it can take a while for the file to be made.
Once in a while you can go back to
http://uot.dakra.lt/pickup/
To see if your file is ready. If your browser cached the info it should show your file when ready under
Your recently cooked files
If your browser didn’t cache the info then you can select
Show all pickup files
And simply look for your Order number.
Once your file is ready simply download it (I suggest re-naming it as well to something you may recognize) and put it on the Internal SD of your Samsung.
Boot in recovery and make sure to wipe cache and dalvik-cache prior to flashing it
Hope this helps some people
UOT kitchen is great.
The only thing that wont work on the SGS2 is the lockscreen as we dont have the stock one, I have used almost all the other mods (apart from the screen transitions, and for boot animations I always forgot which location was the correct one)
Nice guide
btw: if you are cooking themes for CM7/T mobile theme engine, make sure to untick generate preview as if you leave it ticked the themes wont work.
Used the kitchen back on my Desire when I had it
Now I use Revolution rom on my SGS2
Is this for all roms? Stock or custom? Odexed or deoxed?
Thanks
/CK
Café King said:
Used the kitchen back on my Desire when I had it
Now I use Revolution rom on my SGS2
Is this for all roms? Stock or custom? Odexed or deoxed?
Thanks
/CK
Click to expand...
Click to collapse
Not too sure if all roms but using it on batista rom with no issues
Best bet is to back up before flashing. Worst case you get stuck in boot loop and have to restore
I've used it successfully for battery icon on Leomar V2.6. I'm not sure but I think the cooked zip file updater script does a cache and Dalvik wipe as part of the install, meaning that doing it beforehand is rather pointless.
As always, nandroid first!
carlos67 said:
I've used it successfully for battery icon on Leomar V2.6. I'm not sure but I think the cooked zip file updater script does a cache and Dalvik wipe as part of the install, meaning that doing it beforehand is rather pointless.
As always, nandroid first!
Click to expand...
Click to collapse
In How-To section of the kitchen it says
9. Wipe cache and dalvik-cache (just in case). Do not wipe data / factory reset.
So I have always done it cant hurt anyways even if done 2 times
Café King said:
Used the kitchen back on my Desire when I had it
Now I use Revolution rom on my SGS2
Is this for all roms? Stock or custom? Odexed or deoxed?
Thanks
/CK
Click to expand...
Click to collapse
It will work on anything, odexed, deodex, stock and CM (via T mobile theme engine)
i take a error on CWM 4.0.0.2.
I´ve made de .zip with the option Edify-scrpiting and MTD (default) and the recovery give me a error on install and says that i need to update de script with Edify.
warriorofice said:
i take a error on CWM 4.0.0.2.
I´ve made de .zip with the option Edify-scrpiting and MTD (default) and the recovery give me a error on install and says that i need to update de script with Edify.
Click to expand...
Click to collapse
Could be a bad download simply or the file didn't get made correctly. I would recommend to re upload the files and reselect your mods and attempt to cook a new zip.
Never had this issue as of yet with this kitchen
BTW recovery 4.0.1.5 is available for use via Rom Manager you may want to update it as well
This is truly awesome. Thanks for sharing.
Yeah I second the above comment. I have never tried anything like this before so I was really surprised how easy it was. Thanks for posting this.
Jigsy75 said:
Yeah I second the above comment. I have never tried anything like this before so I was really surprised how easy it was. Thanks for posting this.
Click to expand...
Click to collapse
Glad I could help fellow users
Also I recommend people create new zip for any new rom even different versions within the same rom.
Upgraded yesterday and tried using the old one I made but got a boot loop so it's safer to make new ones for each rom since frameworks can change

[GAME] Street Fighter IV HD [P500 Optimized] [Lagfree]

First ever REAL FIGHTING GAME FOR OUR OPTIMUS ONE!!
Street Fighter IV
Still not on market.
GAMEPLAY SCREENS (Can make & post a video of my Gameplay as well )
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
INSTRUCTIONS
Download apk + SD CARD files + Backup data
Extract the data file and move the folder called "SF_IV_DATA" over to "/sdcard"
Extract the backup data files and copy them to your titanium backup folder that should already be on your SD card providing you have TB installed already.
Install apk (must not run, choose done)!!!!!
Open Titanium Backup --> Backup/Restore --> Find game, then wipe data --> Restore data..
Enjoy game..
PS: Sound On will cause some lag, but with sound off you'll get a smooth gameplay..
Still dont get it?? Read THIS!!
STREET FIGHTER IV SOUNDS MESSING WITH MUSIC PLAYER?
deniso177 said:
put a .nomedia file in the folder, thats what they are for.
for example go on ur pc, create a txt file, and make it so you see the .txt extension, rename the whole file to .nomedia,
then transfer onto the SD card, into the folder where the images/sounds/videos you dont want your player/viewers to see
Click to expand...
Click to collapse
DOWNLOAD
1. APK - APK
2. Titanium Backup Gamedata - Backup
3. SD Data - Data
MIRRORS
Complete Set - SET - viv_jen
Oops!! WAREZ!!?? I am gonna get it before the link Is removed !!
Sent from heaven, wandering with Steve Jobs
not warez..
The game isnt on the market, its free on the LG store exclusively..
So these are just links to a free game, saving you trouble of downloading 1.5GB data..
fc for me on cm9 after starting match
Sent from my LG-P500 using Tapatalk 2 Beta-5
i have tried only on CM7 & Oxygen & it worked great.
Didnt work in Stock froyo maybe coz i couldnt overclock.
Havent tried on ICS though.
Try turning sound off, coz even on those ROMS, sound on causes lag, but without sound its perfect..
Had to try this one. Thank you for sharing
good game
Sound still stutter. Otherwise works great. Thanks!
Link to Titanium Backup is Warez...
deniso177 said:
Link to Titanium Backup is Warez...
Click to expand...
Click to collapse
Its to Fool the apk so that it believes data has been downloaded already.
If you skip it, no matter you have data or not, it'll re-download.. :|
vj_dustin said:
Its to Fool the apk so that it believes data has been downloaded already.
If you skip it, no matter you have data or not, it'll re-download.. :|
Click to expand...
Click to collapse
Oh wait never mind I thought you uploaded Titanium Backup app itself, I would rename the Link to Titanium Backup Game Files or something like that
lol, nice suggestion.
made the edit..
Just to let you know, the apk file download link isn't working for me because the download slots are full But otherwise, I am so excited to try this game!
just try after sometime..
vj_dustin said:
just try after sometime..
Click to expand...
Click to collapse
ell even im getting that error
tried yest an today
,could you if not a bother upload it to mediafire or something?
k, will make mirrors tomorrow
vj_dustin said:
just try after sometime..
Click to expand...
Click to collapse
I'm still trying everyday and every like few hours but it still doesn't work And yes it would be great if you could upload it to another site
Hope this mirror helps
the apk,data,and titanium backup are all in this file
http://file.yingyong.so/file/gamedata/YingyongSo_Street_Fighter_IV_HD_v1_0.zip
Direct Dropbox links added..
The direct dropbox link doesn't work for me. In the address bar it says "http://%2A%2A%2A%2A%2A%2A%2A/7BYcd" and it does something similar to the other links. Can anyone help me with this problem?

[APP][BETA]USB Cleaver - USB Password Recovery Tool

Hi there!
Those of you who are familiar with USB Haksaw or USB Switchblade then you probably know what this app is all about. For those who a not familiar GOTO Description just like the USB Switchblade you can select the payload you want to use to shorten the hack time.
This program is very beta! and welcome as much feedback and I can get!
: Description
The goal of the USB Cleaver is to silently recover information from a target Windows 2000 or higher computer, including password hashes, LSA secrets, IP information, etc... beauty lies in the fact that the payload can run silently and without modifying the system or sending network traffic, making it near invisible. It captures all the information to a LOG file stored in your sdcard and can be reviewed at anytime.
: Payloads
Dump System Information
Dump IE Passwords
Dump Chrome Passwords
Dump Firefox Passwords
Dump Wifi Passwords
: Features
Allows you to select the payloads you want to use
:Changes
v0.1.3r1
temporary removed disclaimer screen causing possible F/C on first run(please let me know if you still get fc with this version)
v0.1.3
fix possible bug causing force close on first run
v0.1.2
Fixed issue where starting application with sdcard mount causes F/C
added new BG to show if sd card is available or not
changed main background and Gaussian Blur the line in the middle
v0.1.1
Fixed Disclaimer bug - getting stuck on main intent
v0.1
Initial beta release
: Future Payloads
Dump Network Services
Dump Port Scan
Dump Product Keys
Dump Mail Passwords
Dump Windows Update List
Install Silent VNC
Dump LSA Secrets
xCopy files "documents", "pictures", etc....
More to come....
: How to use
Download and install APK if you havn't done so aready
Accept Disclaimer & Download Payloads
goto "enable / disable payloads" to generate payload file
mount android to PC and run go.bat from root of sdcard (if android 2.1 and before Autorun.inf is generated, click on drive icon and will run payload)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
: Disclaimer
This program will hold no responsibility for your action. What you decide to do with this application is your own decision, and the developer(s) of this application will hold no responsiblity for your actions or will be responsible for his/her misdeeds. this application was not created to encourage and/or intended hacking anything other then your own equipment.
You rock bro.
Sent from my Galaxy Nexus using Tapatalk 2
Try to my sgy.
x3maniac said:
this application was not created to encourage hacking.
Click to expand...
Click to collapse
The title of the thread ("Hacking for the weak") begs to differ. I understand you want to put a disclaimer, but you probably shouldn't advertise the tool as a hacking tool if it "was not created to encourage hacking"
SifJar said:
The title of the thread ("Hacking for the weak") begs to differ. I understand you want to put a disclaimer, but you probably shouldn't advertise the tool as a hacking tool if it "was not created to encourage hacking"
Click to expand...
Click to collapse
lols your right. I will have to change that. what i meant was i don't encourage hacking anything other then your own equipment
not working
when I open the app and accept the declaimer just the background appear when I press menu I can see the exit bottom
juancollado2003 said:
when I open the app and accept the declaimer just the background appear when I press menu I can see the exit bottom
Click to expand...
Click to collapse
by going back into the app the 2nd time it will launch. sorry i will get that fixed
Fixed a few issues a few people were having with F/C and getting stuck. thanks for pm'ing me. i should have a few more payloads up later on
I am really confused as to how to use this tool
Sent from my MikG'd Evo 4g with Swype
TC_Racutt said:
I am really confused as to how to use this tool
Sent from my MikG'd Evo 4g with Swype
Click to expand...
Click to collapse
which part are you confused with? maybe i can update the instructions
x3maniac said:
which part are you confused with? maybe i can update the instructions
Click to expand...
Click to collapse
I mean, do you have to mount the sd card?
Also what app do you need to run the .bat file?
Sent from my MikG'd Evo 4g with Swype
Now it's worse
Well now After update I'm getting FC after accept declaimer
TC_Racutt said:
I mean, do you have to mount the sd card?
Also what app do you need to run the .bat file?
Sent from my MikG'd Evo 4g with Swype
Click to expand...
Click to collapse
mounting is a linux term of attaching a file system, what i ment was to "turn on usb storage"
a .bat file(batch file) can be ran on any windows / dos system. just double click on go.bat to run the payloads. what this app does is generates this batch file as you select the payloads that you want.
hope this helps
juancollado2003 said:
Well now After update I'm getting FC after accept declaimer
Click to expand...
Click to collapse
try uninstalling then re-installing. i had to changed something with SharedPreferences.Editor which gets cleared when you uninstall the application
x3maniac said:
try uninstalling then re-installing. i had to changed something with SharedPreferences.Editor which gets cleared when you uninstall the application
Click to expand...
Click to collapse
the same after uninstall and install again
juancollado2003 said:
the same after uninstall and install again
Click to expand...
Click to collapse
ok I think I figured it out. i wasn't able to duplicate the problem but found something in my code that might cause it. I just uploaded a new version please uninstall and try that one. Thanks for your help!
x3maniac said:
ok I think I figured it out. i wasn't able to duplicate the problem but found something in my code that might cause it. I just uploaded a new version please uninstall and try that one. Thanks for your help!
Click to expand...
Click to collapse
again FC after declaimer accepted
juancollado2003 said:
again FC after declaimer accepted
Click to expand...
Click to collapse
sorry about that.. try deleting the folder in your sdcard named "usbcleaver". what android version are you using?
x3maniac said:
sorry about that.. try deleting the folder in your sdcard named "usbcleaver". what android version are you using?
Click to expand...
Click to collapse
I uninstalled it, deleted the folder, installed again then the same
I have a glacier miui rom android 2.3.7
juancollado2003 said:
I uninstalled it, deleted the folder, installed again then the same
I have a glacier miui rom android 2.3.7
Click to expand...
Click to collapse
OK try it again i just uploaded a possible fix.. is there anyway you can get me a dalvikvm log?

Categories

Resources