Affichage des articles dont le libellé est patch. Afficher tous les articles
Affichage des articles dont le libellé est patch. Afficher tous les articles

dimanche 23 février 2014

[Q] Is There A Patch to Fix "Wi-Fi Unstable" Problem?? topic




Hello :confused:

My Name is Misaki, This is Probably my 4th Post in Total, I Just Recently Bought my Samsung Galaxy SIII (GT-I9300) [2 Weeks ago]
It came with the Android 4.1.x Firmware and then I decided to Update it to the Latest Android 4.3 and The Look is Amazing!!

But as I wanted to Connect to my Wi-Fi router after heading out like 5 Meters away from the Router It says Wi-Fi Unstable! :(
Yet on my Previous Firm even 30 Meters away I would have 2 Bars on the Wi-Fi Icon at Full 128 kb/s...

The Annoying Part is when I'm Downloading a File Before I know it, it would have switched to my Mobile Data and Taking All my Money!
And Yes I switched off the "Auto network Switch" and Now whenever I'm Downloading a File that does not have resume Support I Have to
Restart the Whole Process!!! :( :(

I Have Tried Searching for a Solution to This Problem but with no Avail.....
I Beg of You!!! :( Please is there any Patch to fix this Problem?? :( :(





lundi 10 février 2014

This Device Has a Patch File Installed ?! topic




I just did a nandroid backup and i saw this ... i know this is a patch for my service sim card because when i dont have this patch i cant make call , not registered network show up ... then i pay 20$ someone to install me this patch ... can i backup just these patched files ?





jeudi 30 janvier 2014

[Release] 7 Days To Die | Alpha 6.2 (b6) | Patch Signatures topic




Current Cheats: (2) Enable Debug Menu, Enable God Mode

All modifications are done to an unmodified DLL file.
Original Unmodified:
Days To DieDaysToDie_Data\Managed\Assembly-CSharp.dll

DEBUG MENU: DebugInterface.IsDebugMenuEnabled - Attached Yes

Code:


Default unmodfied:
0005c6a5h: 16 2A  // return false

Enable Debug Menu:
0005c6a5h: 17 2A  // return true


WARNING: Below cheats affect mobs as well as player. You have been warned.







onClick="if (this.parentNode.parentNode.getElementsByTagName('div')['show_spoil'].style.display != '')
{
this.parentNode.parentNode.getElementsByTagName('div')['show_spoil'].style.display = '';
this.parentNode.parentNode.getElementsByTagName('div')['hide_spoil'].style.display = 'none';
this.value = 'Hide Spoiler!';
}
else
{
this.parentNode.parentNode.getElementsByTagName('div')['show_spoil'].style.display = 'none';
this.parentNode.parentNode.getElementsByTagName('div')['hide_spoil'].style.display = '';
this.value = 'Show Spoiler!';
}" />








Double tap wake up patch topic




Hello everyone. I have see on the unofficial topic of the Cyangonmod 11 a patch for the double tap wake up. But I don't understand how to apply it. Can you explain to me how apply it please?

Thanks you and long life for the P880!

Sent from my LG-P880 using xda app-developers app





vendredi 24 janvier 2014

How to manually patch settings in Kernel topic




I would be grateful if anyone with more knowledge than I would be so kind as to give me instruction on how to write a patch to modify some settings on my SGH-i497, relating to touchscreen sensitivity and other settings. There are no compatible apps (to my knowledge) and almost no information or development. This is a rampant problem with users who want to use a stylus on the Tab 2. I am in search of a solution.

Running TWRP 2.4.4, SuperSU, ROOT, Stock everything else.

AT&T 4GLTE Tab 2 "10.1" SGH-i497.

I do not want to install a custom kernel or ROM at this time due to a lack of development. I just want to change a few settings to make my touchscreen more sensitive, and to reduce the track delay to zero. There is an app that does this for several Samsung devices, and will function on the Tab 2, but it has incompatible superuser protocols, and will not save settings. Perhaps this app is a good place to start??? Development on this app seems to be dead.

APP HERE





[Release] 7 Days To Die | Alpha 6.1 | Patch Signatures topic




Credits to Encode for his posts on the earlier versions which helped me out in learning some of the 7 Days To Die.
I had posted these originally as replies to his 4.1 thread but it makes more sense for visibility to have the current release with its own thread.

Days To DieDaysToDie_Data\Managed\Assembly-CSharp.dll

DEBUG MENU:

Quote:










Originally Posted by DEBUG MENU


Default unmodfied:
0005c475h: 16 2A

Enable Debug Menu:
0005c475h: 17 2A





Additional Notes: I tried enabling God mode as well, but it appears to affect Zombies as well as the player on Alpha 6.1
For those that want the address anyway:
GOD MODE:

Quote:










Originally Posted by GOD MODE


Default unmodified:
0005c47eh: 16 2A

Enable God Mode:
0005c47eh: 17 2A





This version of the Disable Item Drop On Death is much improved over the first 2 versions I had tried posting (first was very long NOPping the whole procedure except the return, second was an immediate return that left some bad code, this one replaces the initial compare with NOPs and then uses the existing return from dropItemOnDeath. Use this one instead if you managed to see the other one, much better.

DISABLE ITEM DROP ON DEATH:

Quote:










Originally Posted by DISABLE ITEM DROP ON DEATH


Default unmodfied:
00031B28h: 02 7B A6 01 00 04 39 01 00 00 00 2A

Disable Item Drops on Death:
00031B28h: 00 00 00 00 00 00 00 00 00 00 00 2A