eternity warriors hacking problem - Galaxy S I9000 Themes and Apps

i am using gamegil to hack this game however after i hack the gem then i purchase something it change my gem number to -490
Now i can't hack it back cause i can't keep changing to value
Can any one help me

terrylok1234 said:
i am using gamegil to hack this game however after i hack the gem then i purchase something it change my gem number to -490
Now i can't hack it back cause i can't keep changing to value
Can any one help me
Click to expand...
Click to collapse
i have the same problem i don't know how to repair.I've found on internet 1 folder that you need to copy on android/data/..... it's named .gwallet and i had the same problem

Laurentyu1995 said:
i have the same problem i don't know how to repair.I've found on internet 1 folder that you need to copy on android/data/..... it's named .gwallet and i had the same problem
Click to expand...
Click to collapse
i also have that file however i can't put it in the android/data/com..../file/ don't know why it just saying the file cannot be transfer or whatever...

Warez discussions are not allowed guys.
Thread closed.

Related

[Q] Any way to _read_ the file system of WP7?!

Hey Guys,
i'm looking for a method to read (and maybe transfer it to my PC) the files of the WP7 file-system for an analysis (not only the isolated storage files - i need more )
( I don't want to run unmanaged code, i only want to view the files of the system)
Reason:
i'm writing my bachelor thesis about the possibility's of a forensic analysis (on WP7).
It would be very (very!!) helpful for me if there is a code example how to do this (if possible)
Edit: i'm working on a samsung omnia 7
Thanks!
endeffekt
(sorry for my english )
you can read the isolated storage files in your PC now?
Search the forum. There are a couple threads here discussing that topic. Normally I would link to it but today I'm not in the mood to do someone's homework for them. (Dang, I'm in a rotton mood today).
You can use what I have of my filesystem lib here: http://forum.xda-developers.com/showthread.php?t=861501&page=3
jmorrill said:
You can use what I have of my filesystem lib here: http://forum.xda-developers.com/showthread.php?t=861501&page=3
Click to expand...
Click to collapse
can you or someone els make .xap of it ?
ceesheim said:
can you or someone els make .xap of it ?
Click to expand...
Click to collapse
There's not a whole lot you can do with that out of the box - It's mainly just a proof-of-concept, showing how you can use a COM Library to read the files. I'm working on a file browser that will attempt to load the files in a basic text reader, but there's little use for providing the sample as a XAP, it just attempts to read BasePolicy.xml.
thanks , then I will wait till you build a nice file explorer , so we can look what files are in the win dir .
FileBrowser
Source
Still very basic, not the most stable either, but at least you can browse the Windows folder, and read text files.
I'll probably put more effort in once I've got further with my SevenIRC App.
hounsell said:
FileBrowser
Source
Still very basic, not the most stable either, but at least you can browse the Windows folder, and read text files.
I'll probably put more effort in once I've got further with my SevenIRC App.
Click to expand...
Click to collapse
wow , thanks (sorry thanks are gone for today ) .
ps what is SevenIRC App ?
ceesheim said:
wow , thanks (sorry thanks are gone for today ) .
ps what is SevenIRC App ?
Click to expand...
Click to collapse
Homebrew IRC App based on jmorrill's Networking Library.
hounsell said:
Homebrew IRC App based on jmorrill's Networking Library.
Click to expand...
Click to collapse
Do you think it's possible to create a simple webserver or ftp server with this library?
ajhvdb said:
Do you think it's possible to create a simple webserver or ftp server with this library?
Click to expand...
Click to collapse
I didn't write any code to listen on a socket in that library. It shouldn't be too hard for you to write that in there and give it a try.
thank you very very much!
it will be very useful for me!
:-*

At the last i made my custom ROM,now comes the questions?

Hello, atlast after 3days of download and work i have made a custom Rom that has my name on it with HTC Desire HD stuff and updates but now what i need to ask is :
1) how can i put my name Rom name in the Notification like RCMix or the others?
2) any easy way to make boot screens or animations or so found but that i can edit or anything?
3) any way to make a custem theme there is only the online thing and sadly i dont knw how to use it or its limited, i want like AuraxTSense is it possible?
4) if i have a update.zip file that has in it an .apk can i take it and add it to the app section and it will work normaly?
that is it for now thanks a lot for all the help i get and links....
To add your own version number, open the build.prop file and add it to the end of the 'Software version' line
To build themes from scratch, I believe that you'd have to rip apart the res-framework.apk.
EddyOS said:
To add your own version number, open the build.prop file and add it to the end of the 'Software version' line
Click to expand...
Click to collapse
this part i solved it in the kitchen but i mean when u drag the notification bar from top to bottom u will get RCMix or any other name i want to cutemiz it to my name
eden2812 said:
To build themes from scratch, I believe that you'd have to rip apart the res-framework.apk.
Click to expand...
Click to collapse
mmm ill give this a try and see what i can reach but are there tools to change or its just rip and have fun
If you change the .apk to .rar you can extract and see some jpegs and whatnot in their folders. This should be the one to edit.
Then again, these are the things I've picked up from the chatter between the more senior and tech-savvy.
You might want to look at this? http://forum.xda-developers.com/showthread.php?t=729867
eden2812 said:
If you change the .apk to .rar you can extract and see some jpegs and whatnot in their folders. This should be the one to edit.
Then again, these are the things I've picked up from the chatter between the more senior and tech-savvy.
You might want to look at this? http://forum.xda-developers.com/showthread.php?t=729867
Click to expand...
Click to collapse
there is no jpegs only .png and not what i want and what u gave me doesnt have anything to do with themes i have no idea why its themepro.... anyways ill look more into it but if there is something starigh to the point or video im thankfull im still searching

Question to app programmers

What is the reason behind naming apk "com.WORDHERE.APPNAMEHERE" is there a certain pattern to follow for this? Thank You!
Thread moved to Q&A.
It defines the namespace for your app. Usually it is a reversed version of your domain name. For instance, my domain is webosnerd.com, so my packages are com.webosnerd.appname. I think it's a Java thing.
Sent from my PC36100 using Tapatalk
ald3n3 said:
What is the reason behind naming apk "com.WORDHERE.APPNAMEHERE" is there a certain pattern to follow for this? Thank You!
Click to expand...
Click to collapse
It all has to do with the way the file system is set up. If u look in the apk after its recompiled in the smali files Ull see a set of folders...first one will be com then the folder inside of that will be the com.here then the folder inside of that will be next like this com.here.next. meaning if u were looking in on ur computer it would look like this com/here/next. Its a way of calling files
thanks for the help guys! i'm gearing myself to make my first android app... or maybe i'll start with themes. Thanks!
ald3n3 said:
What is the reason behind naming apk "com.WORDHERE.APPNAMEHERE" is there a certain pattern to follow for this? Thank You!
Click to expand...
Click to collapse
Yes, it's a Java development pattern / best practice. Android apps are written using the Java language so most developers follow Java best practices when they develop for Android.
As to WHY it's a best practice: The .apk is just a .zip file that makes it easy to move the app around. The Android Market only has to keep track of one .apk file instead of the thousand of files that actually make up the application. Once the .apk file is on the device it is inflated back into a set of files/folders. When it does the unzipping, dots are replaced with /'s and we end up with something like:
/com/SuttCo/AppNumberOne/FolderA/file.jpg
/com/SuttCo/AppNumberOne/FolderB/file.jpg
/com/SuttCo/AppNumberOne/FolderC/file.jpg
/com/SuttCo/AppNumberTwo/FolderA/file.jpg
/com/SuttCo/AppNumberTwo/FolderB/file.jpg
As you can see... both SuttCo apps share the /com/SuttCo/ directory.
tl; dr; It's so things stay organized.

[Q] fix Wave III lock screen

Hi !
as you know Wave III lock screen have a problem with incoming massage ! it doses't show the message first time.
i think it's because of the SWF script . i have NOT any knowledge about Falsh Script but i think you may help me.
i just can get the ٍُّSWF scripts with "Flash Decompiler Trillix"
can any body (with enough knowledge) compare tow scripts and fix the problem?
hotfile.com/dl/165423381/9e51d59/XML.rar.html
VIVASAMSUNG. said:
Hi !
as you know Wave III lock screen have a problem with incoming massage ! it doses't show the message first time.
i think it's because of the SWF script . i have NOT any knowledge about Falsh Script but i think you may help me.
i just can get the ٍُّSWF scripts with "Flash Decompiler Trillix"
can any body (with enough knowledge) compare tow scripts and fix the problem?
hotfile.com/dl/165423381/9e51d59/XML.rar.html
Click to expand...
Click to collapse
Although I dont have any flash knowledge, I am trying to check this with the default lock screen of 5750. I was able to port it to get it working on wave 5750. Need to check the file you have provided.
How exactly did you get the xml file?
How exactly did you get the xml file?
Click to expand...
Click to collapse
Decompile *.swf with this Tool:
i just can get the ٍُّSWF scripts with "Flash Decompiler Trillix"
Click to expand...
Click to collapse
Best Regards
adfree said:
Decompile *.swf with this Tool:
Best Regards
Click to expand...
Click to collapse
I am looking for some tool that will allow me to apply changes back to the swf file after modifying xml file or any tool that allows me to edit the swf file directly.
Flash Decompiler Trillix
Click to expand...
Click to collapse
But you tried this Tool ?
With this you can modify *.swf, save and use modified *.swf...
Best Regards
adfree said:
But you tried this Tool ?
With this you can modify *.swf, save and use modified *.swf...
Best Regards
Click to expand...
Click to collapse
I am not sure if Flash Decompiler Trillix allows editing of ActionScript.
You can edit the whole *.swf.
ALL parts of it.
But you need Flash knowledge or minimum reading with Text Editor...
http://www.flash-decompiler.com/
Best Regards
adfree said:
You can edit the whole *.swf.
ALL parts of it.
But you need Flash knowledge or minimum reading with Text Editor...
http://www.flash-decompiler.com/
Best Regards
Click to expand...
Click to collapse
After comparing the code of wave 575 default screen and the wave 3 lock screen, i am interested to try changing some things in the actionscript but i am unable to do that with this editor
Edit 1: converting to fla and back seems to be a pain and am looking for a direct editor like Zlash but its not free
Edit 2: found a good tool for direct editing. ASDEC. However, the change in code does not seem to have fixed the sms bug. Continuing further with further investigation using trial and error method.
http://developer.bada.com/library/Flash-Lock-Screen-Implementation-using-System-Information-1
Maybe here few hints...
Best Regards
Played a bit with "incoming call" screen...
Taxidriver05 said:
Played a bit with "incoming call" screen...
Click to expand...
Click to collapse
Looks good, how do I get it working for my wave 5750? Please advice.
Currently just for Wave I & II...
What is the resolution for Wave 575?
I think, SWF must be modded to new resolution...
Taxidriver05 said:
Currently just for Wave I & II...
What is the resolution for Wave 575?
I think, SWF must be modded to new resolution...
Click to expand...
Click to collapse
240*400, which swf file do I need to work on? I will extract your firmware files. whats the path to these swf files?
I Think, it is "CallLockScreen.swf" or sth like that...
It could be found in RC1-file...
Do not have the exact path in mind...
Should be easy to find...
Taxidriver05 said:
I Think, it is "CallLockScreen.swf" or sth like that...
It could be found in RC1-file...
Do not have the exact path in mind...
Should be easy to find...
Click to expand...
Click to collapse
Ya, found it
Taxidriver05 said:
I Think, it is "CallLockScreen.swf" or sth like that...
It could be found in RC1-file...
Do not have the exact path in mind...
Should be easy to find...
Click to expand...
Click to collapse
I got it working for wave 5750 (240*400); however there is a pink layer showing up as shown in the attached screenshot (1st file). I have also attached my modified swf file. Please let me know what is wrong. Thanks in advance.
http://www.4shared.com/photo/zMgZxszl/capture.html
http://www.4shared.com/document/AS2NWDMb/CallLockScreen.html

[Q] whatsapp nokia x sorry your device is not supported

hi all
i got nokia x toady I am trying to install whatsapp but im getting this msg
sorry your device is not supported
can anyone help ???
ghost_j1 said:
hi all
i got nokia x toady I am trying to install whatsapp but im getting this msg
sorry your device is not supported
can anyone help ???
Click to expand...
Click to collapse
You can open whatsapp through fastlane history. Or it is best advised that you install Whatsapp+, which works just fine.
You may try this link, where I've given all possible methods to solve this issue.
http://forum.xda-developers.com/showthread.php?t=2777872
Hit thanks if I helped you. PM me if you require further help. :good:
ha same problem, but whatsapp+ solved this
Improvise Solution for Your whatsapp on the Error
On your menu Long click your whatsapp, Its will bring out the editing mode....Look down you will see two symbols the first by the Down left is if you want to add a folder while the 2nd Down right is Add widget..Click the add widget, You will see different app. such as Bbm, whatsapp, clock et all...go to the whatsapp and add it...Go back to your Menu..You will see a new whatsapp background on ur Menu..Now you are done if u want to open ur whatsapp....Click on the Word whatsapp...Den its will open it successfully without bringing dat error
If you like this post like it
any other suggestion ?
i dont wont to use whatsapp plus
ghost_j1 said:
any other suggestion ?
i dont wont to use whatsapp plus
Click to expand...
Click to collapse
if you root your device. you can change build.prop to use whatsapp.
use any root file manager like 'root explorer' then go to system/ and open build.prop and text edit
change ro.build, ro.manufactor, ro.device , to another famous device.
i change it to nexus 4
Open and edit "build.prop" located in "/system" (root needed)
Change Nokia in "ro.product.manufacturer=Nokia” and put another manufacturer i.e. Sony
Save changes and restart.
same with me whatsapp not supported
erf when i try to save the new file, it says i can't save it. Any ideas?
Installing WhatsApp+ solved my problem[emoji4]
Sent from my C6603 using Tapatalk
Here The solution
go to contacts choose the person whom u want to msg click on msg it prompts for messaging or whatsapp select whatsapp then it will not prompt that ur device doesn't support whats app once u do this u can open whatsapp through the fastlane
Hello.
Everyone here and in any thread regarding the whatsapp problen with Nokia X is talking about whatsapp+ as a solution for this issue, but I can't for the life of me find anything resembling "Whatsapp+" nor "Whatsapp plus" in the play market. Can some charitable person please tell an ignorant where on earth can that whatsapp+ (or whatsapp plus, or whatever) be found?
Thank you!
zogoibi said:
Hello.
Everyone here and in any thread regarding the whatsapp problen with Nokia X is talking about whatsapp+ as a solution for this issue, but I can't for the life of me find anything resembling "Whatsapp+" nor "Whatsapp plus" in the play market. Can some charitable person please tell an ignorant where on earth can that whatsapp+ (or whatsapp plus, or whatever) be found?
Thank you!
Click to expand...
Click to collapse
That's because Whatsapp won't allow Whatsapp+ to register on Google Play.
So, to get Whatsapp+, goto it's official website. Here is the link: http://www.whatsapp-plus.net/download.php
Thanks, man!
Bricked my Phone
garen1412 said:
Open and edit "build.prop" located in "/system" (root needed)
Change Nokia in "ro.product.manufacturer=Nokia” and put another manufacturer i.e. Sony
Save changes and restart.
Click to expand...
Click to collapse
I tried ur method... replaced Nokia with Sony and then restarted..... on switching on nokia screen flashes and then after sometime blank screen comes and thats it... it doesnt show anything else after that.....
fridayghost said:
I tried ur method... replaced Nokia with Sony and then restarted..... on switching on nokia screen flashes and then after sometime blank screen comes and thats it... it doesnt show anything else after that.....
Click to expand...
Click to collapse
The method is perfect. But don't use Sony. Type in Baidu instead of Nokia.
Another question
Dom3616 said:
The method is perfect. But don't use Sony. Type in Baidu instead of Nokia.
Click to expand...
Click to collapse
thanks for such a prompt reply.....
i have few questions for u...
1. so you mean to say that if i Replace Baidu (and not sony) in place of Nokia, my phone wont get softbricked?????
2. do i have to replace Nokia with Baidu in every line of "build.prop" or just the one on "ro.product.manufacturer=Nokia” ????
3. just to be on the safe side, can i go into nokia recovery and backup my system folder (so that if my phone gets softbricked i can restore it)?? if yes then how can i do that???
thanks in advance....
fridayghost said:
thanks for such a prompt reply.....
i have few questions for u...
1. so you mean to say that if i Replace Baidu (and not sony) in place of Nokia, my phone wont get softbricked?????
2. do i have to replace Nokia with Baidu in every line of "build.prop" or just the one on "ro.product.manufacturer=Nokia” ????
3. just to be on the safe side, can i go into nokia recovery and backup my system folder (so that if my phone gets softbricked i can restore it)?? if yes then how can i do that???
thanks in advance....
Click to expand...
Click to collapse
You're to replace it only in the line “ro.product.manufacturer=Nokia”
I've attached my build.prop as example
thanks
garen1412 said:
You're to replace it only in the line “ro.product.manufacturer=Nokia”
I've attached my build.prop as example
Click to expand...
Click to collapse
hi... thanks for such a quick reply... :good:
last time i did this i soft bricked my phone..... was it because of the name sony or change in the file permission of "build.prop"????
because i copied the file into my sdcard first and then edited it.... after that i copied it to the system folder....
please guide me....
thanks in advance....
fridayghost said:
hi... thanks for such a quick reply... :good:
last time i did this i soft bricked my phone..... was it because of the name sony or change in the file permission of "build.prop"????
because i copied the file into my sdcard first and then edited it.... after that i copied it to the system folder....
please guide me....
thanks in advance....
Click to expand...
Click to collapse
probably permission or you mistakenly changed other values, you can copy my build.prop to confirm that its working

Categories

Resources