[Q] Is it possible to play "Draw Something"? - Samsung Galaxy Mini

with the current buzz of DrawSomething, I thought I would check it out but it doesn't seem to fit within the screen resolution of the galaxy mini.
does anyone know if it is possible to resize/change something in the APK file to get it to fit?
thanks in advance

as far as I know you can't, because it's not compatible with our "legacy"devices
as for editing the apk to fit your need you must get a permission from the developer to do that; or you will be kicked in the a**(just kidding)

It is possible if you get it from other sources, its difficult because of the size issue - but still fun!
As for resizing it, I've thought about it, maybe try it today

abdovar said:
as far as I know you can't, because it's not compatible with our "legacy"devices
as for editing the apk to fit your need you must get a permission from the developer to do that; or you will be kicked in the a**(just kidding)
Click to expand...
Click to collapse
haha okay
AndyFox2011 said:
It is possible if you get it from other sources, its difficult because of the size issue - but still fun!
As for resizing it, I've thought about it, maybe try it today
Click to expand...
Click to collapse
yes please. I would really appreciate it

jaymino said:
haha okay
yes please. I would really appreciate it
Click to expand...
Click to collapse
Right, I have a few complications here.... I decompiled it and there is a lack of files! I don't know if I can reaize it as there appears to be no images/xml's to resize!
Sent from my GT-S5570 using XDA

AndyFox2011 said:
Right, I have a few complications here.... I decompiled it and there is a lack of files! I don't know if I can reaize it as there appears to be no images/xml's to resize!
Sent from my GT-S5570 using XDA
Click to expand...
Click to collapse
thanks for trying though.
Much appreciated
When you say you decompiled it, do you mean you unzipped the APK file? Or are there more steps to it?

jaymino said:
thanks for trying though.
Much appreciated
When you say you decompiled it, do you mean you unzipped the APK file? Or are there more steps to it?
Click to expand...
Click to collapse
I used apktool to decompile it
Sent from my GT-S5570 using XDA

abdovar said:
as far as I know you can't, because it's not compatible with our "legacy"devices
as for editing the apk to fit your need you must get a permission from the developer to do that; or you will be kicked in the a**(just kidding)
Click to expand...
Click to collapse
Not if it's floss you don't, you don't need to ask permission even if they say so as long as it's under a correct license and you can't mix licences even under V2 of the GNU public license.
You might wonder how MIUI can be proprietary, well they can't and are not any more.
You can take anything and change it in any way without asking permission as long as you redistribute it under the same version of GNU licence.
AND YOU CAN DO SO IN ANY WAY YOU PLEASE.
When someone says that you can't, it just means they don't have a clue about the licence, the code or the intentions of the floss community, give them the finger and be done with them.

Jinxxed said:
Not if it's floss you don't, you don't need to ask permission even if they say so as long as it's under a correct license and you can't mix licences even under V2 of the GNU public license.
You might wonder how MIUI can be proprietary, well they can't and are not any more.
You can take anything and change it in any way without asking permission as long as you redistribute it under the same version of GNU licence.
AND YOU CAN DO SO IN ANY WAY YOU PLEASE.
When someone says that you can't, it just means they don't have a clue about the licence, the code or the intentions of the floss community, give them the finger and be done with them.
Click to expand...
Click to collapse
Cheers for that! That is the best explanation I have seen on XDA for ages!
Sent from my GT-S5570 using XDA

I have played a similar online game from the android market. I dont remember the game name but.

Jinxxed said:
Not if it's floss you don't, you don't need to ask permission even if they say so as long as it's under a correct license and you can't mix licences even under V2 of the GNU public license.
You might wonder how MIUI can be proprietary, well they can't and are not any more.
You can take anything and change it in any way without asking permission as long as you redistribute it under the same version of GNU licence.
AND YOU CAN DO SO IN ANY WAY YOU PLEASE.
When someone says that you can't, it just means they don't have a clue about the licence, the code or the intentions of the floss community, give them the finger and be done with them.
Click to expand...
Click to collapse
Seriously buddy, u should try becoming a lawyer. You'll make a good one lol
Btw thanks for providing some clarity on licensing

AndyFox2011 said:
I used apktool to decompile it
Sent from my GT-S5570 using XDA
Click to expand...
Click to collapse
Thanks for telling me about apktool.
I decompiled it and looked around the directory structure and opened some ascii text files... nothing more really.
There seemed to be a load of some kind of Assembly Language files

Maybe it's hidden somewhere? I may have a look at it again tomorrow...
Sent from my GT-S5570 using XDA App

Related

Changing camera sound

Is it possible? Ive been googling out for about an hour and I couldn't find anything about changing the sound. A lot about silencing it but zero about changing out to a custom sound. I replaced the camera_click.ogg in system/media/audio/ui and (mnt)/sdcard/soundz/ui (the only three places I could finday camera_click.ogg, the second folder bring one of my own with so bunch of downloaded audio). I also searched for sound_1 (the name of the sound when changing it from the in-camera settings).
Sorry it's so long-winded. Just wanted to say what I've already tried.
Birthquake milkshake, thorpedo, gene hackman/hugh jackman, etc...
In the camera app there is a setting for the changing of the sound I think it has a other option
ryanmahan said:
In the camera app there is a setting for the changing of the sound I think it has a other option
Click to expand...
Click to collapse
Right, it has four options: sound_1, sound_2, sound_3, and off.
My question was: where on the internal sd are those three sounds located so I can change them to any .ogg of my choosing?
Birthquake milkshake, thorpedo, gene hackman/hugh jackman, etc...
I would assume they're in the apk itself
system\app\Camera.apk\res\raw\
I think that's it
uhavinalaugh said:
system\app\Camera.apk\res\raw\
I think that's it
Click to expand...
Click to collapse
cool thanks man. So I would have to extract the shutter sounds from camera.apk and change them then repack with something and sign it with zipsigner?
Birthquake milkshake, thorpedo, gene hackman/hugh jackman, etc...
nawlage said:
cool thanks man. So I would have to extract the shutter sounds from camera.apk and change them then repack with something and sign it with zipsigner?
Birthquake milkshake, thorpedo, gene hackman/hugh jackman, etc...
Click to expand...
Click to collapse
you might be able to just drop your .ogg files in without extracting.
and why is everyone so eager to sign apks?? wtf?
you NEVER EVER sign system apks
Pirateghost said:
you might be able to just drop your .ogg files in without extracting.
and why is everyone so eager to sign apks?? wtf?
you NEVER EVER sign system apks
Click to expand...
Click to collapse
Dude calm down.. Did I seem eager? I dont even know what the hell signing it does. That's why I ASKED instead of saying that I was going to.
Birthquake milkshake, thorpedo, gene hackman/hugh jackman, etc...
nawlage said:
Dude calm down.. Did I seem eager? I dont even know what the hell signing it does. That's why I ASKED instead of saying that I was going to.
Birthquake milkshake, thorpedo, gene hackman/hugh jackman, etc...
Click to expand...
Click to collapse
i wasnt excited or anything, just wondering why everyone thinks they have to sign apks...
i think you need to read some tutorials on decompiling/recompiling apks before you attempt these kinds of edits. its good if you understand what signing means.
Pirateghost said:
i wasnt excited or anything, just wondering why everyone thinks they have to sign apks...
i think you need to read some tutorials on decompiling/recompiling apks before you attempt these kinds of edits. its good if you understand what signing means.
Click to expand...
Click to collapse
True. I done want to get serious into it. Just the camera sounds. Thanks.
Sent from my SAMSUNG-SGH-I897 using XDA App
nawlage said:
True. I done want to get serious into it. Just the camera sounds. Thanks.
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
Just grab the entire apk, open it with 7zip file manager and drop the one of your choosing in the archive, make sure it's the same file type and had the same name.
studacris said:
Just grab the entire apk, open it with 7zip file manager and drop the one of your choosing in the archive, make sure it's the same file type and had the same name.
Click to expand...
Click to collapse
Haven't gotten around to it yet but thanks for when I do.
Sent from my SAMSUNG-SGH-I897 using XDA App

[DEV-ONLY][MOD] Advanced Power Menu files (updated for 4.08.xxx.x ota)

Hey guys, I've patched android.policy.jar to add more options to the power menu.
This is not a flashable zip, it is the patched GlobalActions*.smali files required to make this work. All the strings should be correct, but I haven't been able to test yet. Sorry for not posting a complete jar, I added this to my framework and realized it was not stock (had extra mods that may cause instability). I'll post up a stock flashable zip when I get the chance, but until then, let your favorite dev know to add this to their roms
You are free to use, modify, redistribute, etc. as you see fit. All I ask is to share any fixes added.
Thanks to LeeDroid for help with the code.
Thanks to snq- for the original code.
http://dev-host.org/b69g6n1so6p7/apm_files.zip
OLD VERSION (4.06.xxx.x):
http://www.multiupload.com/ICO9VMJGEF
That is awesome WD! Thanks for this. I will see what I can do about that drawable unless someone beats me to it.
jermaine151 said:
That is awesome WD! Thanks for this. I will see what I can do about that drawable unless someone beats me to it.
Click to expand...
Click to collapse
No problem, someone had to do it lol. It's supposed to show the hibernate png, some resource id in the smali itself is off. Instead, it's calling "common_icon_following_on.png". Should be fairly simple to fix, i just ran out of time.
google dex2jar and jd-gui if you want to be able to decompile them. They made seeing the java source code a lot easier but it is extra steps and you may have to repack them.
tiny4579 said:
google dex2jar and jd-gui if you want to be able to decompile them. They made seeing the java source code a lot easier but it is extra steps and you may have to repack them.
Click to expand...
Click to collapse
Thanks man, never heard of those before
Do we have hibernate with this?
Sent from my ADR6300 using XDA Premium App
Sent from my ADR6300 using XDA Premium App[/QUOTE]
Alright! I'll be lookin to add this into Gingerstock when I get some time (I've been really busy these last couple days. Probably tomorrow)
tiny4579 said:
google dex2jar and jd-gui if you want to be able to decompile them. They made seeing the java source code a lot easier but it is extra steps and you may have to repack them.
Click to expand...
Click to collapse
I've used this and it's great for decompiling close to the original source, but it seems to never put it back together properly. That's why most just use smali/baksmali to make sure it will go back together right.
watt9493 said:
Do we have hibernate with this?
Sent from my ADR6300 using XDA Premium App
Click to expand...
Click to collapse
Yep, it all works.
BTW, I found the issue. Compiling, uploading, posting. Need someone to confirm though, I'm on another rom about to go to a game
wdfowty said:
Yep, it all works.
BTW, I found the issue. Compiling, uploading, posting. Need someone to confirm though, I'm on another rom about to go to a game
Click to expand...
Click to collapse
I'll test it. I've been trying to fix it for the past 20 minutes, anyway.
wdfowty said:
Yep, it all works.
BTW, I found the issue. Compiling, uploading, posting. Need someone to confirm though, I'm on another rom about to go to a game
Click to expand...
Click to collapse
I'll test it too! What game you going to? I'm on bedrest and that's why I've been so active here lately. Pulled ligaments in my back.
I may as well test it... Always like to test new stuff lol
Alright, link is up guys. Please test for me, I'm on Hybrid atm.
To push this to the gingerbread ota rom:
1. have the rom booted
2. adb remount
3. adb shell stop
4. adb push /path/to/android.policy.jar /system/framework/android.policy.jar
5. adb shell start
6. adb reboot
jermaine151 said:
I'll test it too! What game you going to? I'm on bedrest and that's why I've been so active here lately. Pulled ligaments in my back.
Click to expand...
Click to collapse
Giants @ Houston astros gonna be sweeeet.
wdfowty said:
Giants @ Houston astros gonna be sweeeet.
Click to expand...
Click to collapse
Sweet. I'll test it now. Enjoy the game!!!
wdfowty said:
Giants @ Houston astros gonna be sweeeet.
Click to expand...
Click to collapse
Hehe I've had that badboy marked on my calendar. After yesterday, Giants better kill.
dmeadows013 said:
Hehe I've had that badboy marked on my calendar. After yesterday, Giants better kill.
Click to expand...
Click to collapse
I know man...that was painful.
wdfowty said:
I know man...that was painful.
Click to expand...
Click to collapse
One of the hardest games all year. And when you've got all those injuries, it doesn't help to get whipped by the worst team in the league.
Looks good! Working for me.
How did I get confused into thinking you were talking about pre-season football and Giants vs. Houston Texans? [email protected] meds..
Anyways, menu is WORKING PERFECTLY! You're GOOD!
Thanks! I'll add to my RC2 and credit you.

Looking for a website coder!

Hello everyone from XDA! I've recently opened a graphics shop and have a website I need coded that I want to put up to help show of my work and other stuff. I have the psd made but just need it coded. If you can help me out that would be great. Shoot me a pm
Shop thread in sign...
Have you considered wordpress, or something similar, rather than have someone develop something for you?
Sent you an email
I have thought about this and might go that route if I see it as a better solution. Thanks for the info
Sent from my SGH-I777
Xperiment2012 said:
I have thought about this and might go that route if I see it as a better solution. Thanks for the info
Sent from my SGH-I777
Click to expand...
Click to collapse
No worries mate. I just think that if it's something you're going to want to modify the contents on a regular basis (or even just every now and then) then you don't want a web developer working on it for you. You want to be able to modify it yourself.
Yea I gotcha. I know how to code some just not very good at optimizing for multiple browser support. But i think i will go with the wordpress way
Xperiment2012 said:
Yea I gotcha. I know how to code some just not very good at optimizing for multiple browser support. But i think i will go with the wordpress way
Click to expand...
Click to collapse
If you know some coding yourself then definitely go for it - you should have no problems (or simple Google-able ones )
Let us know when it's done - I'd like to see what you've done.
Roughly your budget?
Website / Portfolio
Xperiment2012 said:
Yea I gotcha. I know how to code some just not very good at optimizing for multiple browser support. But i think i will go with the wordpress way
Click to expand...
Click to collapse
Since i may join the design team and you didnt like the idea of a google website :
i would go for a wordpress solution
Yea I figured out what i'm going to do. This thread can be deleted thank you

Protect app from theft

Hello everyone,
I would like to know if there is any method to protect an app from stealing, as in downloading it and saying it is your's.
I've thought of writing a signature, like the name of the author, in the manifest of an app, but, that can easily be edited. Is there any way to make the text un-editable or read-only?
As I have noticed, one of our greatest devs, nAa, has done that with his ROM, MiniCM7. One can edit the ROM's name in the build.prop but nAa has found a way to add a string, "Based on MiniCM", after the edited ROM's name.
So that's what I'm trying to do. Something that makes the text un-editable so that none can put their own name or say it's their's.
Thanks in advance.
You could hardcode your name (or some special lettering [e.g; Cs4gf95X8] ) randomly in the apps code and if you suspect your app has been copied them simply find your special lettering
Or add some files in the META-INF of the APK.
Cool thoughts but I'm searching for more "professional" ways.
Sent from my X8 to your screen
Chris95X8 said:
Cool thoughts but I'm searching for more "professional" ways.
Sent from my X8 to your screen
Click to expand...
Click to collapse
Quinny899 might be able to help you on this one.
Shoot him a PM or check the X8 Off Topic.
By professional what do you mean?
Do you want a visual approach as to where the user can see the developer?
:cyclops:
I guess a good dev wouldn't just randomly write his encoded name into the code to prove that the app is his creation, would he? That's what I'm trying to say with "professional"...kinda...
I'll wait for more replies and, yeah, maybe I'll ask for help by a dev or something.
Sent from my X8 to your screen
Any dev can give an answer?
Sent from my X8 to your screen
Chris95X8 said:
Any dev can give an answer?
Sent from my X8 to your screen
Click to expand...
Click to collapse
I think the safest method would be to implement a "phone home" to implement a validity check - of course by using a C++ binary through JNI (way harder to crack down on than on a reverse engineered APK / SMALI code)
You can either use something like a encrypted string check, or some kind of serial number verification. You could even spice it up with a self-check (pull a sha1sum of the APK and compare it past the expected value to see if it has been tampered with - the change of a single "character" already changes the sha1sum).
Everything you could possibly implement "offline" might be easy to patch out - but then even online-checks aren't really uncrackable (hint: Titanium; very sophisticated copy-protection but keeps on getting cracked). You can only try to make it as annoying as possible to crack it.
encrypt data!
hahaha
paste your xda profil link in there
That can easily be edited with apktool.
I'll try to do what B.Jay said. I didn't understand half the things he said so I will do some searching first.
Sent from my X8 to your screen

Similar PHP Download Script?

Can any one recommend a similar free download script? I am looking for something that has a timer and hides the download path.
http://www.kythuatmang.net/php-jquery-file-download-script.php
The script you've linked to seems to do exactly what you want to do.
If not, you can always look around for .htaccess codes (a one that hides the URL) or something.
CoolApps said:
The script you've linked to seems to do exactly what you want to do.
If not, you can always look around for .htaccess codes (a one that hides the URL) or something.
Click to expand...
Click to collapse
The script shown there is a premium script. I will take a look for htaccess rules but was really hopping to get this script working as it already does what I want.
Xplorer4x4 said:
The script shown there is a premium script. I will take a look for htaccess rules but was really hopping to get this script working as it already does what I want.
Click to expand...
Click to collapse
That's interesting, I thought it isn't since the code is just right there for use?
CoolApps said:
That's interesting, I thought it isn't since the code is just right there for use?
Click to expand...
Click to collapse
http://www.kythuatmang.net/php-jquery-file-download-script.php#comment-1612534848
I agree though, seems kind of a click bait.

Categories

Resources