How to solve the The Sims 3 texture bug. - Bada Software and Hacking General

I don't know if anyone here have already posted it, if so please delete this thread.
If not, read what's following.
Here is a little trick I found on BadaDownload (which goes all the credits), and it consists in replacing a particular file.
First of all you must have a Samsung Wave GT-S8500/8530
You also must have an External Memory
And.. you must have The Sims 3 installed on the External Memory.
Now click the following link and download the file res.dz (25.1MB approximately): http://bit.ly/wxCMLX
When your download is complete take your Wave in your hand and select: Menù -> Settings -> Connectivity -> USB Connection -> Mass Storage
and connect your Wave to your PC.
Open the External Memory and follow this path: \Others\[email protected]@[email protected]@__\n4166zq8ri\Data
Inside this folder you'll fine a file named res.dz (about 21MB). Just replace this file with the one downloaded before.
All done!
Disconnect your Wave and play The Sims 3 to see what's changed.
Here's a little suggestion
{
"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"
}
Share your comments.
P.S. : For all the Italian users I wrote a complete guide in italian here: http://www.styletechblog.com/2012/03/correggere-il-bug-di-sims-3-samsung-wave-guida/

Thanks it works perfectly for me.

Thanks. Excellent work.

Related

[App][Total Commander]

For all of us who are using it on PC (and missing it on android )
It's still on beta and not yet available on Google Play but, as far as i'm used it, it's fully operational and functional. Good thing is that it never ever asked for superuser privileges but it can do whatever you want with system files so...
you can download it at http://www.ghisler.com/android.htm and bellow are some screenshots that show/prove it's functionality
{
"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"
}
P.S. It does looks a bit confusing at first sight (like it's predecessor on PC at first look long, long time ago...) but after few finger hits over the screen it gets very logical and practical so give it a shot
How about remount /system to RW?
pvltlnv said:
How about remount /system to RW?
Click to expand...
Click to collapse
Full.
First, while you are in system folder, hit last green button in main menu:
then hit the R button:
and there you go:
As i understood on the TC forums there is will of author to make that R button permanent part of main menu but with this way it stays open down there untill you choose to disable it so it's fine like this too
Final 1.01 version out, now also available on playstore:
https://play.google.com/store/apps/details?id=com.ghisler.android.TotalCommander
and ,best of all, it's free
Thanks man for a wonder app.

Using gScript Lite for Dummies

So i'm running ParanoidAndroid ROM on my phone and have flashed at least 8 ROM's to my phone, each time praying I don't lose my IMEI since there seems to be no rhyme or reason why people are losing it. So I finally decided I should backup my IMEI just in case. I chose to use Geek's method to do so since it seems the easiest way to do it, however, typing out the lines of script manually seems awfully tedious so I decided to try to use gScript Lite. Problem is I have no idea what the hell i'm doing.
This is what I have done so far:
Installed GSL on my phone. Installed Notepad+ on my Windows 7 PC and copied and pasted the lines of script to NPP, one for enabling diag mode and one for disabling diag mode. After copying each set of script to NPP, I saved the file as a .sh file. At this point I think I should move said files to my sdcard and import them via GSL. Does this sound about right? I have no clue here and am just winging it but would like some input from those who know what's up before I fuxor my phone.
Any help or suggestions would be appreciated.
**Edit**
I went ahead and saved the file to my sdcard in the gscript folder and imported them and created the scripts
Screenshots:
{
"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"
}
Look about right?

After Advice on my Android automation Tool.

Good Afternoon,
This is my first post so my apologies people if its in the wrong place.
I am mainly looking for some feedback, some testing and ways to improve the current program
I have been asked to develop an android automation batch file as a project with the functionality of
*Listing attatched Device
*Rebooting phone
*Rebooting into recovery
*Rebooting into Download mode
ALSO:
Controlling device automation from keyboard
i.e W:to move selection up A: to move selection left S: to move selction down and so on.
I am a great fan of XDA and been a member a while and most of things I know today have been from you guys so please be nice and respect the work I have done.
Also this is my first ever batch program and I welcome "constructive" critiscism and useful tips on how to make this project better.
-----------------------------------------------------------
INFO - This program assumes a few things,
You have a device attatched and have USB DEBUGGING mode enabled
The batch file is in the location on your PC where adb.exe is (from the Andoid developer tools from google)"Otherwise secified directories willl be wrong".
------------------------------------------------------------
AT PRESENT THIS HAS ONLY BEEN TESTED ON n9005 and i9300.
******PASSWORD = donel **********
SCREENSHOTS:
{
"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"
}
Thanks for the time taken to look at this project it is much appreciated
DOWNLOAD
Reserved
reserved.....

[Q] Surface 2 - can't change default media folder

Hi , I have a file issue with my SF2 , I wanted to put my media default folders in my SD card , but I made a mistake with the picture fodler and I put it on the root of the SD . So now my picture folder is a shortcut to my SD card I can't revert the action . When I right-click properties , it shows the SD volume information and no longer the picture folder it was.
how to revert it ?
{
"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"
}
[/URL][/IMG]
It's messy, but you could try the registry.
Run regedit (hit Start or Win+R, type "regedit" without quotes, hit Enter, approve UAC prompt).
Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
Edit the strings in the relevant registry values, such as "My Pictures".
Log out and log in again (or just restart).
I can't promise it will work - your error is weird and I've never seen it before - but hopefully it will.
Yeah it worked ! I had to do it ten times after removing and re-insert the SD but it finally worked
thank you !!

What to do when Windows 10/Mobile Store throws ERROR CODE 0x80073d05 ( Solution )

{
"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"
}
It is one of the most disgusting error i have ever faced in windows store. I had tried everything but it did not work. Every time it will download half way then it will show this error. Happened to mobile once and i end up resetting my phone but resetting PC takes up a lot of time. After searching through internet and doing stuffs like system restore , disk scan etc , I found the ultimate solution. Worked on my PC and should work on mobile too.
Steps -
Download this shortcut file ( http://1drv.ms/1PaoCvW ) . Dont worry its not a malware.Laugh
Open it.
It will take you the packages folder on your C drive where you will see lots of folder with names like " C384BBF6.Uber.Win10_qkjwzh68xexq0 " . These are the app data of apps you hae downloaded from store.
Find the folder of thta app which is showing error.
Delete it or rename it to something lese.
Try to download the app from store now. It should work.
:laugh: This is my first post here. I hope that I did not break any rules.

Categories

Resources