[HOW TO] Enable Tegra 3 graphics on Dead Trigger - Galaxy Note II Themes and Apps

Here's how you enable the Tegra 3 effects in Dead Trigger (water effect, ragdoll etc.)I've done thid myself and it works and runs great.
1. First of all, enable graphics details to high in setup/others.
2. Exit game.
3. Use root explorer like ES File Explorer.
4. Go to /data/data/com.madfingergames.deadtrigger/shared_prefs/ folder.
5. Edit com.madfingergames.deadtrigger.xml file.
6. Change < int name=”UnityGraphicsQuality” value=”1″ /> to .
7. Change < int name=”OptionsGraphicDetail” value=”2″ /> to .
8. Save it.
9. Modify permissions to remove all write permission on User, Group and Other.
10. Delete com.madfingergames.deadtrigger.xml.bak.
SOURCE: Droid-Life
http://forum.xda-developers.com/showpost.php?p=28264365&postcount=54
Its bad to be a leech. Press thanks if it helps. Its better than saying thanks

U should probz add ur source which is this guy.
http://forum.xda-developers.com/showpost.php?p=28264365&postcount=54
sent from my "can ur phone do 3D?" Phone

sgaheer said:
U should probz add ur source which is this guy.
http://forum.xda-developers.com/showpost.php?p=28264365&postcount=54
sent from my "can ur phone do 3D?" Phone
Click to expand...
Click to collapse
didnt know of this
I took it from LordManhattan's post in SGN forum
Sure ill add it to the OP
Sent from my GT-N7000 using xda premium

For some reason, i cant open the com.madfingergames.deadtrigger.xml file (Root Explorer). Everytime i try to open it with texteditor i just see a blank site
i was able to open it with ES File Explorer and found those values but both of them are 0 ?!?!

Urbangt said:
For some reason, i cant open the com.madfingergames.deadtrigger.xml file (Root Explorer). Everytime i try to open it with texteditor i just see a blank site
i was able to open it with ES File Explorer and found those values but both of them are 0 ?!?!
Click to expand...
Click to collapse
I think thats because you didnt follow step 1.
Anyways, whatever the number, turn it to the one given above :good:

Can anyone post the diffrence?

black_king said:
Can anyone post the diffrence?
Click to expand...
Click to collapse
I think this doesn't work anymore on the new version of dead trigger (1.8.2)

Related

Xperia mini pro Multitouch help!!!!

this is regarding this thread http://forum.xda-developers.com/showthread.php?t=1064558
can sumone please give me a very detailed instructions how to do this...its really confusing for me since im a newbie..i really want the multitouch feature on my phone...pleaseeeeeeeee..i dont get when the say "goto any shell.the so on so forth....i really dont know wat to nxt. can sumone be so kind to explain it step by step...please......
"Also edit your build.prop and add the lines below:
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2 "
^what does this mean????really cluless
I rooted my phone already...downloaded the driver the extracted it then im stuck...
thanks a bunch!!!
Bump...sumone please help!!!
More info, rom, baseband ??
still has the original Sony Ericcsson OS...never changer ...changes ive done was just by rooting it...thanks so much..my concern were just ignored by others
You need to do this:
http://forum.xda-developers.com/showpost.php?p=13497850&postcount=49
attached here
http://forum.xda-developers.com/showpost.php?p=13498312&postcount=53
Please thanks to teapea
D4rKn3sSyS said:
You need to do this:
http://forum.xda-developers.com/showpost.php?p=13497850&postcount=49
attached here
http://forum.xda-developers.com/showpost.php?p=13498312&postcount=53
Please thanks to teapea
Click to expand...
Click to collapse
I followed your advice, ive downloaded the file but it wont let me paste it to the given directory (/system/etc/permissions...).I dont get it...what should i do so it'll allow me...help... also, once it transferred,should it work immediately after that???
HELPPPP!!!! Thanks!!!
wilger_18 said:
I followed your advice, ive downloaded the file but it wont let me paste it to the given directory (/system/etc/permissions...).I dont get it...what should i do so it'll allow me...help... also, once it transferred,should it work immediately after that???
HELPPPP!!!! Thanks!!!
Click to expand...
Click to collapse
Have you mount rw?
In rootexplorer theres a button in the right corner. Press the button once n test again
Ro=read only
Rw=read,write
Sent from my U20i using Tapatalk
X10_minipro said:
Have you mount rw?
In rootexplorer theres a button in the right corner. Press the button once n test again
Ro=read only
Rw=read,write
Sent from my U20i using Tapatalk
Click to expand...
Click to collapse
ive transferred the file "android.hardware.touchscreen.multitouch.xml" to /syste/etc/permissions already...rebooted and still nothing...what am i missing....???HELP!!!
Instructions:
Copy .ko
Edit hw_config
Copy permissions
Enjoy ?
D4rKn3sSyS said:
Instructions:
Copy .ko
Edit hw_config
Copy permissions
Enjoy ?
Click to expand...
Click to collapse
Sorry if im berng stupid....i didnt understand everything u posted above....if you dont mind telling it step by step....coz i really dont speak ur language (technically, i meant)...pardon me from getting on ur nerves...and thanks for the patience...
i rooted my phone (still in original SE OS)...downloaded ES file/root explorer...copied the .xml file to the said directory....thats all what ive done...sorry...if im bering really slow...
bump!!! Bump!!!
well now do that.
1.copy cy8ctma300_ser.ko to system/lib/modules and set permisions
x-x
x
x
2.edit hw_cofing.sh in system/etc
add line: insmod /system/lib/modules/cy8ctma300_ser.ko
and save it.
3.edit build.prop in system/
add lines: ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
reboot phone and enjoy
1. copy cy8ctma300_ser.ko to /system/lib/modules/
2. go to hw_config.sh in the /system/etc/hw_config.sh
3. open it with a text editor
4. add this code in the beginning of the file:
"insmod /system/lib/modules/cy8ctma300_ser.ko"
"sleep 1"
5.save the changes u have made to hw_config.sh
6. also edit the build,prop in the system folder:
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
7. reboot the phone and u r good to go.
can someone pls send me "hw_config.sh" for mini pro, i accidently deleted it
twingley said:
can someone pls send me "hw_config.sh" for mini pro, i accidently deleted it
Click to expand...
Click to collapse
You got it in rom zip and copy it to your phone
Sent from my U20i using XDA Premium App
samanvai said:
1. copy cy8ctma300_ser.ko to /system/lib/modules/
2. go to hw_config.sh in the /system/etc/hw_config.sh
3. open it with a text editor
4. add this code in the beginning of the file:
"insmod /system/lib/modules/cy8ctma300_ser.ko"
"sleep 1"
5.save the changes u have made to hw_config.sh
6. also edit the build,prop in the system folder:
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
7. reboot the phone and u r good to go.
Click to expand...
Click to collapse
i did everything u said still nothing....my phone still has the original os just to let you know.... not sure where exactly i should type those lines....i mean beginning or end...plsss...help!!!
wouldn't it be easier for you to just flash a rom which already has a multitouch in itself? you already rooted your phone, there's not much you can do wrong, and you can always restore if you do your backups on time
edit: plus, custom roms are in many cases much better than stock
thanks....its already working...thank you for all the walkthroughs you have posted....!!!!!

Enable live wallpaper on ur galaxy 3 without coding.

Many of you must have tried to enable live wallpaper on Galaxy 3 by using the method given by other members of Xda the coding one but I guarantee I won't ask you to write any coding.
1. Just Root ur phone use z4root for android 2.1 and super one click root ur for android 2.2
2. Download Root Explorer. (u can get it free on 4 shared or other site)
3.Download the attachment file (sdcard.rar) and extract it on ur sd card
4.Open root explorer allow super user permission now on ur left hand side is a button named "mount r/w" press it now it will show "mounted as r/w "(go to preference and select sort order name (desc) for convince in finding required folder)
5.Now go to sd card copy "LiveWallpapersPicker.apk" to "/system/app/" (check that it is mounted as r/w)
6.Now again go to sd card and select "libRS.so" and "librs_jni.so" using multi select and copy them to " /system/lib/" and then just restart ur phone.
7.And if u have done it right enjoy with live wallpaper on ur galaxy 3.
thanks its working
Very nice & easy! Thanks a lot!
Thanks bro.....its working greate..........
the paste operation failed" what am i supposed to do now??!!
Alex664 said:
the paste operation failed" what am i supposed to do now??!!
Click to expand...
Click to collapse
have you got enough space in /system?
ale_bot said:
have you got enough space in /system?
Click to expand...
Click to collapse
got like 14mb..
@Alex - Did you mount the R/W option ? i hope it would help.
nishant_713 said:
@Alex - Did you mount the R/W option ? i hope it would help.
Click to expand...
Click to collapse
yea i did that also.. but i dont need it now.. as i installed Kyrillos' MOD...
dont have to restart once done properly wallpaper is enabled, i did it everytime and it worked without restart.
Good one:
But the codes given in the old method were used to copy paste the same
Root explorer does the same copy paste minus the code typing!!
Thanks, Bud.
Works pretty fine...
works perfect. and no need to restart at all
gud one....works perfectly
thanks it works as a charm
y not as an update.zip?? its more handy..!! :O
Thanks, Bud.
Works pretty fine...
please
its says "paste failure there was not enough free disk space to complete the paste operation" what should i do now? and yea its on r/w
its ok i did it
how long does your phone last with this

[APP] Google Talk with Video Chat, no WiFi

How to enable GTalk with Video Chat without the need for WiFi:
1. Download the attached file to your SD card
2. Open Root Explorer and navigate to and open the zip file
3. Copy talk2.apk to /system/app (make sure R/W is selected)
4. Now you have both talk.apk and talk2.apk in the APP directory
5. Rename Talk.apk to Talk.apk1 (optional, just house-cleaning)
6. Select and hold Talk2.apk and press Permissions and select:
- User: Read, Write
- Group: Read
- Others: Read
7. Go back to the extracted files on your sdcard and copy libtalk_jni.so
8. Copy to system/lib (make sure R/W is selected)
9. Press and hold on libtalk_jni.so and press Permissions and select:
- User: Read, Write
- Group: Read
- Others: Read
10. Reboot your device.
11. Open Talk and change your status to allow Video and Voice chat
Viola!
credit goes to whomever originally figured this out... There are several sources. If you know who originally came up with this solution, let me know and i will credit them in here.
Whats google talk? I never used that yet, used tango once, can "allshare" bluetooth stuff to my friends phone? it said it needed wifi.
Edgarhighman said:
Whats google talk? I never used that yet, ...
Click to expand...
Click to collapse
Google Talk is Google's messaging service. It has been around for years. A few months ago it started offering video chat, and now that is available on Android. This app will remove the requirement to be on wifi to use video chat.
used tango once, can "allshare" bluetooth stuff to my friends phone? it said it needed wifi.
Click to expand...
Click to collapse
um.. I don't know.... maybe start a thread in Q&A
Dude, I don't know how you did it but this is an awesome thing! Thanks! Downloading and installing now..
omac_ranger said:
Dude, I don't know how you did it but this is an awesome thing! Thanks! Downloading and installing now..
Click to expand...
Click to collapse
Thanks, but i didn't come up with this on my own. This comes from several places out there, and i couldn't find a single original source to give credit to... So anyway, this is the process i follow every time i flash a new kernel.
Warning: Created with Swype
if you want to enable gtalk video chat over 3g/4g, just download and run this app:
https://market.android.com/details?...wyLDEsImNvbS5pbm5vZHJvaWQuZ3RhbGtlbmFibGVyIl0.
easily done in 1 step. No need to do all those steps.
nyydynasty said:
if you want to enable gtalk video chat over 3g/4g, just download and run this app:
https://market.android.com/details?...wyLDEsImNvbS5pbm5vZHJvaWQuZ3RhbGtlbmFibGVyIl0.
easily done in 1 step. No need to do all those steps.
Click to expand...
Click to collapse
Yes, that works if your version of Google Talk already has video enabled...
However, the steps in the OP will enable video and enable video over 3g/4g.
joeybear23 said:
Yes, that works if your version of Google Talk already has video enabled...
However, the steps in the OP will enable video and enable video over 3g/4g.
Click to expand...
Click to collapse
gotcha. thanks for the clarification
nyydynasty said:
gotcha. thanks for the clarification
Click to expand...
Click to collapse
No problemo
Hi When i try to copy that file and paste it it gives me error saying warning , "you cannot paste here because the file system is read only" donno how can i resolve this issue, i am new with android.
rankitt said:
Hi When i try to copy that file and paste it it gives me error saying warning , "you cannot paste here because the file system is read only" donno how can i resolve this issue, i am new with android.
Click to expand...
Click to collapse
Look for a "mount r/w" option near at the top. This will make the location writable; allowing you to make the desired changes. What file explorer are you using?
this is an interesting topic because I have the Samsung epic touch galaxy s ii for sprint, and I've been able to video chat thru 3g/4g/wifi the entire time, no modifications required. I wonder why at&t would block that for you guys?
Sent from my SPH-D710 using xda premium
I have the new HTC Vivid
I tried to install the link you posted but it didnt work. Told me "Unable to get root access. Exiting application".
Can you advise?
ss1017s said:
I tried to install the link you posted but it didnt work. Told me "Unable to get root access. Exiting application".
Can you advise?
Click to expand...
Click to collapse
Are you rooted?
sorry, i dont know what that means. im new to the droid world. how do i check?
ss1017s said:
sorry, i dont know what that means. im new to the droid world. how do i check?
Click to expand...
Click to collapse
If you don't know what root is then you more then likely are not rooted.
Sent from my SAMSUNG-SGH-I777 using xda premium
ss1017s said:
sorry, i dont know what that means. im new to the droid world. how do i check?
Click to expand...
Click to collapse
Go here ......http://forum.xda-developers.com/showthread.php?t=1311081
you the man
T h a n k y o u
joeybear23 said:
How to enable GTalk with Video Chat without the need for WiFi:
1. Download the attached file to your SD card
2. Open Root Explorer and navigate to and open the zip file
3. Copy talk2.apk to /system/app (make sure R/W is selected)
4. Now you have both talk.apk and talk2.apk in the APP directory
5. Rename Talk.apk to Talk.apk1 (optional, just house-cleaning)
6. Select and hold Talk2.apk and press Permissions and select:
- User: Read, Write
- Group: Read
- Others: Read
7. Go back to the extracted files on your sdcard and copy libtalk_jni.so
8. Copy to system/lib (make sure R/W is selected)
9. Press and hold on libtalk_jni.so and press Permissions and select:
- User: Read, Write
- Group: Read
- Others: Read
10. Reboot your device.
11. Open Talk and change your status to allow Video and Voice chat
Viola!
credit goes to whomever originally figured this out... There are several sources. If you know who originally came up with this solution, let me know and i will credit them in here.
Click to expand...
Click to collapse
Is this still a current version? I am planning to put it in to ICScrewD 2.1 and running a search this is the best option I have found. Am I right?
I am not sure.
I have gotten auto updates from the market since this install though, so i believe you can make it current and then push the apk into the ROM
Warning: Created with Swype

[Q] how to disable gps optimus v

the problem i am having is my phone automatically turning on its gps tracking,what I want to know is can I remove it somehow? I dont care if i lose my maps & navigation ability as long as I still have web & calling. lg optimus v, virgin mobile,cm7 IHO
THANKS
If you're rooted , go to system/etc delete gps.conf, that must do it , correct me if I'm wrong
Sent from my LG-P500 using Tapatalk 2
am rooted
I am rooted can u hive me more specific as how to do it? I attempted system/etc in terminal emulator on phone but got permission denied
cujo676 said:
I am rooted can u hive me more specific as how to do it? I attempted system/etc in terminal emulator on phone but got permission denied
Click to expand...
Click to collapse
> use script manager ..root browser or any advance file manager, mount as RW..1st .. then attempt to delete
thanks
Will purchase app & attempt in a few days please leave thread up till then? I'm sure to need more help thanks again
cujo676 said:
Will purchase app & attempt in a few days please leave thread up till then? I'm sure to need more help thanks again
Click to expand...
Click to collapse
No need to buy an app.
ES File Explorer has options to browse as root and to mount /system as rw.
hello
yuripg1 said:
No need to buy an app.
ES File Explorer has options to browse as root and to mount /system as rw.
Click to expand...
Click to collapse
can u please give me exact instructions on how to do this with es file explorer?
cujo676 said:
can u please give me exact instructions on how to do this with es file explorer?
Click to expand...
Click to collapse
Down in its settings you will find two options: one to browse as root and another to mount the /system to read/write.
hi
neko95 said:
> use script manager ..root browser or any advance file manager, mount as RW..1st .. then attempt to delete
Click to expand...
Click to collapse
can u tell me exactly how to mount as rw and then delete it using script manager i realy know absolutely nothing about this stuff so need exact instructions? sorry for being a pain in the a**
cujo676 said:
can u please give me exact instructions on how to do this with es file explorer?
Click to expand...
Click to collapse
Open es file exlorer- go to settings - check on- upto root, root exlorer n mount file system...then come back n hit up folder. Now go to system folder, in that, etc folder name find the file named gps. conf....delete it!
cujo676 said:
can u tell me exactly how to mount as rw and then delete it using script manager i realy know absolutely nothing about this stuff so need exact instructions? sorry for being a pain in the a**
Click to expand...
Click to collapse
Check the options "Root Explorer" and "Mount File System". Then click the "Favorites" on the top bar, select "/", navigate to /system/etc/, find gps.conf and delete it.
Thanks
kiran2cy said:
Open es file exlorer- go to settings - check on- upto root, root exlorer n mount file system...then come back n hit up folder. Now go to system folder, in that, etc folder name find the file named gps. conf....delete it!
Click to expand...
Click to collapse
That was easy thank u so much!
gps still working
karthiknayak94 said:
If you're rooted , go to system/etc delete gps.conf, that must do it , correct me if I'm wrong
Sent from my LG-P500 using Tapatalk 2
Click to expand...
Click to collapse
I deleted it but the gps still works any other suggestions? i want to permanently cripple it
cujo676 said:
I deleted it but the gps still works any other suggestions? i want to permanently cripple it
Click to expand...
Click to collapse
the main gps configuration file has been deleted, but still ur gps works! give it a reboot...btw ur phone is tracking, even when gps is off?
!?
kiran2cy said:
the main gps configuration file has been deleted, but still ur gps works! give it a reboot...btw ur phone is tracking, even when gps is off?
Click to expand...
Click to collapse
i did reboot opened google maps and it showed exactly where i was. And the problem that bothered me was me keeping gps turned off all the time only to find that it would turn itself on which I do not like. I want to disable it permanently because I don't think its nessecary for basic phone and web service. I dont feel that my movements should be tracked for any reason it's just weird! If I am correct the phone service is done through the wireless connection not gps?
Shouldn't u prefer changing ROM?
Problem solved and closed! The original instructions are correct & results are as originally claimed in first reply to the op. For some reason it didn't delete properly the first time,I fixed this by restoring my backup & re-attempting. THANKS TO EVERYONE WHO HELPED
Well I could have helped, but I'm an optimus one user, so I don't know which one is a stable optimus v rom...asking an optimus v user will be better...

[REQ] Card Wars - Adventure Time Modded Apk.

Hi. Can someone mod this game for me? I just want unlimited gems or much gems, nothing more. If you are not doing this on this forum, just close this thread and take my sorry.
I am looking for this too! Freedom doesnt work with it Maybe someone have a instruction how to do it with gamecih or alternatives. This games dont have a online mode and i bought it.
PM are welcomed.
I do not approve, but to have gems go into /data/data/com.turner.cardwars/files/game.json and where it says "gems": 0 you change the 0 to the number you want, and save.
amnesia1000 said:
I do not approve, but to have gems go into /data/data/com.turner.cardwars/files/game.json and where it says "gems": 0 you change the 0 to the number you want, and save.
Click to expand...
Click to collapse
I do not have game.json file. ;/
just use sb-gamehacker tool to hack gem,exp and coins.
adisso said:
I do not have game.json file. ;/
Click to expand...
Click to collapse
Impossible, the game.json file is the save file. The path is /data/data/com.turner.cardwars/files/game.json. Now you must have played has been created for the game. You need to be root to access and modify that file. Tell me you have files in the Files folder. Sorry for my english
amnesia1000 said:
Impossible, the game.json file is the save file. The path is /data/data/com.turner.cardwars/files/game.json. Now you must have played has been created for the game. You need to be root to access and modify that file. Tell me you have files in the Files folder. Sorry for my english
Click to expand...
Click to collapse
Ah, my bad, I dont have rooted phone. I will root tomorrow, and then try to found this file. If it dont help, I write here again. My english sucks too.
Okay, i rooted phone, and all worked, got 999gems now. Thank you very much.
amnesia1000 said:
I do not approve, but to have gems go into /data/data/com.turner.cardwars/files/game.json and where it says "gems": 0 you change the 0 to the number you want, and save.
Click to expand...
Click to collapse
Do I have to do this on my phones file explorer or the computer? Also does it require a program to be used or simply opening it up in notepad or something and changing the value?
Manbot27 said:
Do I have to do this on my phones file explorer or the computer? Also does it require a program to be used or simply opening it up in notepad or something and changing the value?
Click to expand...
Click to collapse
In your phone. Solid I use Explorer to navigate the phone, when you open the file it asks what type of file it is, and you want to open it. You choose the editor from Solid Explorer and change the 0 to where it says "Gems" = 0 for the number of gems you want to get.
Modifying the games.jason or using a value editor like GameKiller
To modify game.json
You may need to be Rooted and posses a file explorer tool
1. Locate and open /data/data/com.turner.cardwars/files/game.json
2. Search for gems = and modify that value to your desired amount of diamonds (apply's to all in-game integers i.e coins)
Using a Value Editor
You will need 3-4 gems, may need to be rooted to use the application
1. Open your Value Editor (i.e GameKiller) then Card Wars
2. Click the over-lay in game and search for the amount of gems you currently have (you will have many results at first)
3. Spend one gem then research the new amount of gems (repeat untill you have 1 value)
4. Select that value then edit the amount according to your hunger for gems
This method also apply's to all in-game integers i.e coins
Thanks guys
HELP doesn't work
doesn't work. please help. i'm using rooted LG G2X. my game.json file is edited with 500 gems. Still doesnt work when i open the game. I tried gamekiller and 900+ results show up when i try to look up gems. then after buying something it should reduce the match, but i still get about 900 results. it's not working. HELP
Bro help me.
adisso said:
Okay, i rooted phone, and all worked, got 999gems now. Thank you very much.
Click to expand...
Click to collapse
Can you send me the apk of modded card wars adventure time. [email protected]. thanks bro
Ok I got it the easiest way to do this is to root your phone and use root explorer thank you guys for the help
Sent from my SPH-D710 using Xparent Green Tapatalk 2
I don´t have /data/data...
Hey guys, this solution to get unlimited gems sounds easy n great but although I have a problem. I dont have a "/data/data..." path in my root but i have "Android/data/com.turner.cardwars/files/...". The problem is, that i have no such "game.json" file in there. And I can´t find it on my phone anywhere else - but played for a while and must have something like a savegame on my phone. So what can I do? Is the file hidden? I rooted my phone yesterday and used a file explorer -> no results. I have Android 4.4.
SoulcakeDuck said:
Hey guys, this solution to get unlimited gems sounds easy n great but although I have a problem. I dont have a "/data/data..." path in my root but i have "Android/data/com.turner.cardwars/files/...". The problem is, that i have no such "game.json" file in there. And I can´t find it on my phone anywhere else - but played for a while and must have something like a savegame on my phone. So what can I do? Is the file hidden? I rooted my phone yesterday and used a file explorer -> no results. I have Android 4.4.
Click to expand...
Click to collapse
Make sure to allow root access to the file explorer youre using, if you dont than you cant acess the "data/data..."
adisso said:
Hi. Can someone mod this game for me? I just want unlimited gems or much gems, nothing more. If you are not doing this on this forum, just close this thread and take my sorry.
Click to expand...
Click to collapse
Can you give the link on Google Play?
Ok so i found the game.json file but my problem is when i change the value of the gem and save and open the game it did not work,and when i check the game.json again the gem value reverts back to 0..
there is a problem
First I dont know how to root my device
And card wars is not compatble to my device
So can you mod it put for me please

Categories

Resources