Android App Modification ..

Job ID: 38001949

Budget: $10 – $30 USD

This system ui has been modded and protected against sharing. It has been programmed somewhere to check the tid of the device using....
getprop persist.sys.tid
cat sys/kernel/jp6/tid
also it also checks the device serial number using:
getprop persist.sys.serialnum

for this app the values are the following:
tid:E200680D00004006D693381E (for both above commands)
serialnum: 1fbc4d46
Both of these values have been hidden somewhere in this app along with these commands to check the device info to make sure they match. If they match the app works. If not the app will not properlt work.

I need the location of the following variables that are somewhere in this app so that i can edit them:
tid - E200680D00004006D693381E
serialnum - 1fbc4d46

I want the commands to check against these values to remain so that by editing these values to the tid and serial numbers of the specific device it will check against those numbers and operate if correct and lock out if not. I will also be able to change the switch code to be user specific, along with the location of the unlock.apk if it is kept in another ditectory.