Hacker-Countdown

Hacker countdown – Android app

Well maybe not very elite as I would like it to be, but this is my second android app I developed and it turned out awesome :D
My first app can be found here.

So, about this app – like it was discussed here, I thought I’ll make my own version for android that looks like that one. Though I’m not sure if I violate some copyrights or anything…
I tried to replicate the app as much as I could and I think I succeeded, but I changed few things.

What I changed is:

  • Random code scrolling up – of course I couldn’t replicate the exact text like in the movie, but the text I use is no less random :D The text is actually made of some hex values, some reversed stuxnet C code, lots of Ubuntu system logs (grabbed from a copy running in my VBox hehe) and other gibberish…
  • Time counting down – I didn’t want to count the boring 5 hours like in the movie, so I made it calculate time left until December 21st (the doomsday?) showing in a format Days:Hours:Minutes:Seconds:Milliseconds (0:00:00:00:000). It will do so regardless of the year, so it will count down to that date every year!
    Though what will the phone actually do when the counter hits all 0’s, I have no idea… – it might explode, or divide by zero…
  • My version runs in fullscreen and keeps the screen awake until it is running
  • Code text is a bit bigger

Technical details:
At start it loads a text file with 4k+ lines of garbage into an array. Random time interval is generated after each text output, so it outputs text at random times between 100 and 500 milliseconds. Text is picked randomly by 1 line.
If you press the HOME key, application will minimize to the background. If you press the BACK key, application will terminate.
Of course how accurate the time is calculated, depends on your phone’s settings.

Ok I think I said everything… you can explain it to your friends like this:

It connects to the underground network through GSM signal operated hacker stations and pulls information in real time!

1

Download the APK here: HackerCountdown.apk
Download the full code as Eclipse project: HackerCountdown.zip

Subscribe
Notify of
guest

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments