Cracking code, or what not - Android Software/Hacking General [Developers Only]

ok, i have this game, garden of weeden, & not to long ago i figured out how to do some "cheating" through the web browser, but after an update, the dev recoded the game to where you couldnt use my "cheats" found here: http://godofpot.blogspot.com/.
now i used sqlite to read the database files & cache files to get these "cheats", but since the dev recoded the app, they dont work.
so my question is how do i find out how to use these "cheats" again, i know theres a way, i see ppl doing it while im playing, but nobody wants to give the secret out, so any help, or advice is highly welcome & thanked.
i can post the app up if needed, but it seems like the dev is doing alot of his coding in javascript, & makes alot of the functions go through the apps interface vs the internet like before.
thanks for any help

nobody, i can provide any files if nessarry.

Related

How did you learn to code?

Yes I am asking you!
Your personal experience on how you learned coding!
Feel free to vent, my eyes are wide open
my reason? Why I have a book on coding (for Andriod) and the coding package (Eclipse, Andriod SDK, and SO ON)
but is this enough?
How did you start? What was your motivation?
is it fun!?
Please if anyone replies to it, i'd be very happy
Many moons ago, there was a magazine called BBC Micro User, and in it there were pages and pages of code for games written in BASIC.
Normally the code was wrong in places, which meant you had to debug and therefore learn how it worked rather than just copying it verbatum.
This is of course related to our phones as the BBC B was an ancestor to them (now there's a thought!)
Problems? No problems! You need a small program to make your life easier? Go and read in all forums! Ask questions! Start programing by leaning by doing.
Mizulunaris said:
Yes I am asking you!
Your personal experience on how you learned coding!
Feel free to vent, my eyes are wide open
my reason? Why I have a book on coding (for Andriod) and the coding package (Eclipse, Andriod SDK, and SO ON)
but is this enough?
How did you start? What was your motivation?
is it fun!?
Please if anyone replies to it, i'd be very happy
Click to expand...
Click to collapse
Why did you buy a book to find out about technology?!? That book will be outdated tomorrow...I suggest looking up info on the internet and there's this cool thing that's called google that lets you ask any question you want...check it out.
Hope this helped Mizu Luna!
Thank you all for relpying !
think the book is already out dated XD
It was made when android 2.2 just came out....I figured any info toget me startd would be nice.....
I still haven't gotten into the gist of the forum though.....I still don't know many of the terms and aren't familiar to a lot of things talked about...or where things are placed.....and no formal training to help me.....
I guess I'll read on a bit until I can properly place my feet
I couldn't even tell you how I started, I was like 8 years old and just playing around for the hell of it. Been switching around and trying languages ever since. As for motivation, the only reason I ever write a program is because I need something done... I'll feel like I wish my PC/phone/website did something differently - so I make it do that
Really, the best thing to do is just dive right into it. If you want to start with Android, find a good tutorial that at least has you get an IDE and build environment set up... Then from there just start experimenting with some example code, or apps others have written as you go through more tutorials.
If you want to properly learn how to code though, most would suggest starting with something on a PC rather than diving right into Android dev. Starting with an easy-to-use scripting language or interpreter (like Python) is a good way to start playing around - and then you can move on to other languages such as Java with a solid understanding of how programming languages work.
It's all personal preference though, just find a solid tutorial and stick with it. Try to experiment as you go along, try things with the code, and actually understand what it's telling you.
I started with webpage design and slowly moved into other venues. I became interested in making apps for ideas that I had and started to search google on how to code specific tasks that I wanted in my apps and then mixing it all together and making small changes in the code and watching to see what it did.

[Q] Becoming a dev.

NEWBIE...Im fairly new into the developing world, but I have a solid background in anything computer orrientated. I started with a droid x, rooted it, and have never looked back. I'm taking java classes and learning as much as I can about programming. Any helpfull advice for someone starting a career/lifelong hobby in this feild? Reading a lot of books and blogs, but any other resources would be greatly appreciated.
Thx to all the professional devs out there who make it a fun digital world to cusomize!!!!
http://goo.gl/xB9rK
Lets start by using the search function.
This question gets asked and answered several times per week...
Personally i would skip the books.
I started by an idea in my mind what i wanted my app to do and taught myself through tutorials, stackoverflow, irc and lots of google...
Start something small, maybe an app that plays a single mp3 file.
Now you think, how can i choose different ones -> make a file explorer.
And so on... kinda like reading wikipedia, you start with some topic but end up in another topic far away ;-).
Thats if you want to program apps... there are lots of types of devs.... apps, roms, themes, kernel...
Now don't say you want to learn everything .
Thanks & more
Thanks for being the first to reply! And also for the info. I've done a little programming, vb and java, but am more interested in the rom/kernal side of things. Seen the vid before! Awesome!
I tried searching the site for what I'm looking for but unsuccesfull, figured the best way to get forward in this site, and get specific info, was to post a thread in one of the only places I could. Reread the rules and newbie posts, and figured out the reasons but they dont bother meat all.
Guess I'm looking more of an answer to this question, from everyone who replies:
How did u get to where u are now? (be it app dev, device help, other software dev)
Again thx for the help! P.S. what software do u use to program? And which os is preferred, linux, windows, mac?
I'm learning linux as fast as I can and wouldn't mind help there either if its out there.
Sent from my Xoom. Via whatever the heck I want!
I started with knowledge in C++,C,SystemC and some script languages from university + plus some knowledge about programming in general.
We had to use java in the university but i never properly learned it (just couldnt be bothered). I knew the ideas behind it and some concepts.
I actually only started learning java after i had written the exams (one which was about java but thank god didn't require actual working code in the exam ).
This was winter 2010.
So after i no longer had to learn it, i wanted to learn it and started out pretty basic.
Used google alot tried the basic tutorials, i.e. button doing something and so on.
After that got boring i was looking for an app with an actual purpose.
I made a voice recording app, did some bounty requests, wrote a control app for a modification from another xda member and some other stuff, cba to list it all now .
I use the android sdk + eclipse. Currently on windows 7, but that doesn't really matter. I've got a laptop with linux and a virtual machine with it too. It just that i also play video games for which windows is somewhat required and so i'm programming on it too. But it doesn't really matter. Eclipse and android sdk don't really differ on the OSs.
For compiling kernels, you might need linux, but maybe its possible under windows too... (cygwin)... don't really know ;-)
The thing is, you don't need to read 5 books, have 2 degrees in X to start.
Let's take custom ROMs.
No one actually builds those things from scratch.
90% of them are just other ROMs(custom or stock) that have been modified to some extend.
Download a ROM, unpack it, swap some files, change some scripts/configs, maybe recolor some things, add some extra apps, maybe a different kernel.
Repack it and XING you made a custom ROM.. now just flash it and see if it works, if it doesn't... well try again
Trial&Error...
You will get more knowledge about what you can change and what can be done with the time.
There is a custom ROM tutorial thread somewhere on xda, just search for it.
I'm going to write a little bit on my next app now

[Q] A question to any developer willing to answer...

I wasn't sure where anything like this would go, so I made sure to put it in a forum as general as possible.
I'm a beginning web designer, but seeing as I spend most of my free time on this site, I'm growing more of an interest in learning to code for the mobile platform. If anybody is willing to help, all I'm asking for is a few tips from developers here on where to begin.
I learned some very basic java in college, but was wondering if there is a better path to go on. Do I start with BASIC? Do I continue and go towards more advanced Java and stick with only one programming language?
Any tips would be greatly appreciated.
-Considering I've done almost everything that I can with my rooted EVO, all of you were the people I'd rather hear from. I appreciate all of the hard work that you all have done!
You can develop full market apps using the language I use called basic4android.
Its easy to use but very powerful, produces a native android apk (so no interpreters) and has regular updates.
There are free user contributed libraries that make it even better and it has been used to produce everything from live wallpapers and anti theft apps to games and gps software so is a good option to consider.
I wrote my first app after messing about with it for about an hour and was amazed how easy it makes things. Google basic4android and you will find its homepage for more info. I can't remember the address as it's saved as a bookmark on my pc not phone.
EDIT: did a google search and its at http://www.basic4ppc.com/
Dave
Sent from my LG P920 using Tapatalk
Please use the Q&A Forum for questions Thanks
Moving to Q&A

Roblox Forum, Web Scraping App (Android) Pointers & Questions

I've been waiting for an idea and I think I finally have one. I am going to attempt to make a Android App using Web Scraping that will allow me to navigate and use the forums on Roblox (.com if you really want to look it up) better than I can now. Not only are the forums pretty bad in general but they are even worse on my Android Device (Samsung Galaxy Player). Can anyone give me an pointers or advice? I'm not sure what libraries I should use... This is my first big attempt at coding
Oh, Obviously I would want to give it a feature to reply to posts but I'm not sure how login for that type of thing would work...
Hello Nick64. If I were you, I will focus on builidng an app for getting the Roblox Hair Codes and Roblox Outfits IDs automatically. I think that this can be easily done using some program languages. I am saying this since most of the Roblox forums are not working anymore while on the other side, the players are still searching for these kind of codes. Just saying.
Edit: I just saw that you have posted this a long time ago. Anyway, someone might get an idea from my reply.

Good free website builder?

Wasnt quite sure were to ask, so i just posted here.
Hoping someone can help.
Anyone know of a website that will allow me to create my own website with simple building tools, i.e. does not require me to know code or html. And is free or cheap? Thank you for any help.
Andromendous said:
Wasnt quite sure were to ask, so i just posted here.
Hoping someone can help.
Anyone know of a website that will allow me to create my own website with simple building tools, i.e. does not require me to know code or html. And is free or cheap? Thank you for any help.
Click to expand...
Click to collapse
You can try Skylium (completely free). I have my web there and I didn't have problems in one year. Without banners and ads. With a lot of utilities: joomla, php, mysql...
Saludos
M110A2
Thanks for the quick response however, it seems to be all in Spanish...
Yes it's in Spanish, but it has a lot of services.
During a lot of years I had the web in 000Webhost (English), but it gave me some problems. You can test it.
I had another web in Aruba.it (not free, but cheap, and several languages). But I don't remember if it had building tools.
Saludos
M110A2
Probably the best site I've used is wix. It's super easy and looks awesome and everything is easy enough to edit with a little bit of practice.
Thanks for the suggestions guys, ill give em a shot
Wix is nice, but lots of ad and very proprietary (can not extract your data and move it somewhere) and you must pay to have your own domain name etc
In the same spirit you have jimdo and weebly which are less markettingly aggressive
jimdo.com
weebly.com
And Silex, which is free, open source, no hidden costs, but with far less templates (you are supposed to start your site from a blank page)
silex.me
Wix is my fave!
Thought I'll update this website for the times. My favorite website builder is hPage ( https://www.hpage.com ). I have created two websites there already and it's really good. I love all the features and it's very affordable too compared to other website builders.
Andromendous said:
Wasnt quite sure were to ask, so i just posted here.
Hoping someone can help.
Anyone know of a website that will allow me to create my own website with simple building tools, i.e. does not require me to know code or html. And is free or cheap? Thank you for any help.
Click to expand...
Click to collapse
Try to use Wix, I've heard a lot of good things about it.
Wix is my fave
Andromendous said:
Wasnt quite sure were to ask, so i just posted here.
Hoping someone can help.
Anyone know of a website that will allow me to create my own website with simple building tools, i.e. does not require me to know code or html. And is free or cheap? Thank you for any help.
Click to expand...
Click to collapse
Hello, I suggest trying sites.google.com. I know that this is a google, and maybe you don't want to share data with them.
I use it for ~4 sites and I don't know much code (except some HTML things), and it didn't ask to know it. Yeah, you can add HTML blocks yourself. But all can be done through interface.
I will not publish any links to the examples, because you can find through your favourite search engine yourself.
Google gives a "domain" like "sites.google.com /view/{name which can be configured before and after publishing}"
If you don't want that, try services for DDNS like noip .com or just shorten a link to the page you want (for example, bit .ly does that).
I also use Jimdo and it only annoys in some places where google's service is better (like >100 fonts (Jimdo offers only one, similar to Times)).
Give them a try.
HTH,
Anonymous

Categories

Resources