Resistance Is Futile Game/Android Boot Manager - Windows Mobile Apps and Games

Malfunctioning Androids have invaded your system and deemed it obsolete! They can't be bargained with... They can't be reasoned with... And they absolutely will not stop until they have taken over your system!
My First game, done in VB! Enjoy!
Installation:
UnZip and place folder in the root directory of your storage card.
Caution! (Do not rename folder or change location. If you do, the sound will not work.)
Instructions:
Start and Quit buttons - Self explanatory!
Tap the screen to shoot.
Tap the battery to recharge.
If too many taps without recharge, tap the prompt to continue.
Tips:
They come faster with every tap. Keep the field even.
Recharge when possible.
Easter Eggs:
Tap kill count for About.
Load Android button appears if there is a bootable Android image installed.(CLRCAD.exe and HARET.exe must be in location "Storage Card\Android")

Nice work man. Keep up the good fight

Related

Tutorial: Overclocking and Make It Stick

I Made this tut because I was thoroughly confused when I found omapclock and TornadoPowerControl. This guide is primarily directed towards HTC StrTrk and pretty much makes it so that you can delete the start menu shortcuts and not have to worry about your overclocking ever again. I take no credit for any of these useful tools and no responsibility if your dumb ass tries to over overclock your phone.
EDIT I found out a way to make TPC not show up in your task manager. If you DONT want this then you should skip step 8.
1) Download Tornadopowercontrol14.cab and tcmdphone.cab and load.zip to Windows directory.
2) Install all on your phone
3) Using Total Commander browse to install dir of tornado power control
4) Create a shortcut and place it in the startup directory in Windows
5) Using the Total Commander browse the the startup folder and EDIT the shortcut
6) The shortcut should look something like
60#"\Program Files\TornadoPowerControl\TornadoPowerControl.exe"​
7) There are several commands that you can tell the program to run on startup
'dim' starts in dim mode (display is dim)
'bright' starts in bright mode (normal operation)
'hide' hides the app at startup
'toggle' changes from previous mode ie if in bright mode before boot now in dim mode​
This is what mine looks like:
60#"\Program Files\TornadoPowerControl\TornadoPowerControl.exe" bright hide​
8) If you DON'T want TPC to appear in the task manager then edit your startup shortcut and add italicized characters before your existing characters. Please note, this will render your start menu shortcuts inoperable and you wont be able to get to the TPC GUI. You can even delete the start menu shortcuts (I did).
41#"\Windows\load.exe" -hide "Program Files\Tornado PowerControl\TornadoPowerControl.exe" bright hide​9) Now goto your install directory and youll see 3 shortcuts named
Power_On.lnk - controls what happens when your backlight is turned on
Power_BacklightOff.lnk - when backlight turns to dim
Power_UserIdle.lnk - when phone goes into idle (screen off)​10) Those 3 files are EMPTY and TPC will not do anything with them if they remain the same.
11) omapclock.exe is included with TPC install and is in the same directory omapclock will respond to command line prompts just like TPC did earlier with Step 7.
12) Delete Power_On.ink. Create a shortcut to omapclock.exe and rename it to Power_On.ink. Edit the shortcut. add '-clock XXX' where XXX is desired speed (I have read other forums where people got stable results at 252 but I elected to stay with 240 for piece of mind)
Heres Mine:
30#"\Program Files\OmapClock\OmapClock.exe" -clock 240​13) Reboot and run omapclock from startmenu to make sure that speed is 240, close phone and let screen turn off and repeat
14) Enjoy
Note 1- If you want TPC to lower the speed of the processor when the backlight dims then do the same method as step 12 except replace Power_BacklightOff.ink. I dont know why you would want to slow down the phone even further but I guess you could in theory edit Power_UserIdle.ink and underclock your phone to save battery life maybe.
Note 2- Im using this on erofich's WM6 on Cingular 3125 and tested/benchmarked differences using TCPMP with a Youtube video saved in .flv and noticed significant improvement.
load.exe - props to Slavic for creating

[APP][GAME] Sudoku player.

So, another Sudoku player hits the Pocket PC, so what's different about this one? As per 5x5, another puzzle game from the 'stephj' stable, it's small lean and mean, with a clear no nonsense display. It only allows you to play Sudoku puzzles, it does not generate them.
SUDOKU.EXE is in the file Sudoku.zip
Written in eVC++ as a Win32 application, it requires no extras, or runtime, only the executable, which itself is under 16Kb in size. All the DLLs it calls are already on your device as part of the WinMo operating system. As it is targetted at WM2003 and the ARMv4 instruction set, the lowest common denominator, it should run on all Pocket PCs. The main menu is limited to two items so it will appear correctly on WinMo 5 onwards, as can be seen in the screen dumps. Just drop it onto your ARM powered Pocket PC and run it.
As it requires a touch screen, FileOpen, and FileSave dialogs, it will not run on Smartphones, and will say as much if you try and run it. It can deal with screen orientation changes, and will run on the majority of common screen formats. On QVGA landscape it just fits one way and on a 240x240 square device things get even tighter. It has been tested on the all the current emulator images. If it doesn't behave on your device, send bug reports on the back of a cigarette packet to the usual PM address, or just report them in a post here.
It creates and uses the file "\Sudoku Save.dat", in the root directory of your device. If the program is terminated by Task Manager or by the WinMo OS when resources start to get a little tight, it will dump the current state of play to this file. When the program is restarted, the state of play resumes where you left it, but if the machine is soft reset, this auto-save feature will be bypassed.
There are two ways to get a puzzle started.
1.) If you want to use one printed in a newspaper, for example, you can edit your own starting puzzle pattern, by selecting 'New' from the menu. The grid background turns light grey to remind you that you are in this mode. Highlight the number in the selection box and tap a square to drop the number in it. When all the starting numbers have been entered, and you are ready to go, select 'Play' to store this as the starting position, and start playing the game. The background returns to white. Save this start position as a puzzle that can be loaded again later if required.
2.) Alternatively create a text file, (.TXT) using your PC (Notepad) or PPC Pocket Word to create a Sudoku file using zeros as space fillers, similar to the following :-
White space is ignored so the files:
Code:
049000050
000050600
000302000
200030006
504010902
800070001
000004000
007090000
020000480
or
049000050000050600000302000200030006504010902800070001000004000007090000020000480
are identical, and create the puzzle shown in the screenshots.
Use the 'Open' menu to select and load this file.
The program will not let you play an invalid move, but it will let you play an incorrect one. To undo a move, tap the square again and it will clear, providing it was not part of the original start pattern. The menu option 'Reset' will clear the grid back to its original start pattern. The selected number can be changed by tapping the new number in the selection box, or alternatively, moved to the next number by use of the Left/Right buttons of the D-PAD, Up/Down in the case of landscape.
Two moderate puzzles are included. SUM07121.TXT is the puzzle above, as shown in the images.
SUGET.EXE is a .NET CF 1.1 program that can download a daily Sudoku puzzle from the internet and save it in the above format, that this program can load and play. It will run on later versions of CF .NET. It is posted here
http://forum.xda-developers.com/showthread.php?t=1829831

WinMobile 6 - Need application for black screen

Hello. I have never written any software...so I cannot do it myself. I don't know whether it already exists or not....in case, I don't think it would be more than 5 minutes work for you people....
What I need is an application (one single .exe) which turns off the screen.
Why do I need this? I recently installed a voice clock (i run the .exe and the voice tells me the time in my earphone). The problem is that when i run the voice clock, the screens turns itself on...turning on also the 4 hardware buttons (i have a HTC TOUCH blackstone). The mobile is usually inside my jacket, in a pocket which is not really comfortable to reach...also because i have often backpacks, or luggage, or i am riding a bike and so on...that's why i just launch the application (voice clock) speaking in the microphone of the earphone set.
Result: i launch the application, screen and buttons turn on for one minute (after one minute there is the automatic switch off)....in that one minute EVERYTHING happens: calls start, application open, sms are being written....everything inside my pocket.
SO
it would be really helpful for me to have an .exe which turns my screen off. I would be then able to launch the voice clock, and then launch the black screen .exe....so that i can avoid that 'inside the jacket' business.
don't think i'm crazy...in my situation this thing is really helpful.
xnView Pocket creates slideshows in exe format... But what you want is to suspend your phone (just making the screen black doesn't work... LMAO).
Mortscript may be of help. Just adapt the following in notepad, save and change the file extension to .mscr. This will launch your clock, wait a minute and put your phone to sleep
Code:
Run("your_clock_exe_or_link_path_here") #you must keep the quotes
Sleep ( 60000 ) #this is 60 seconds but you probably don't need this much
PowerOff
If you need an exe file to lauch it just copy the "autorun.exe" inside the Mortscript setup folder to the same folder as the script, change the name to be the same as the script and assign the new exe to the button you want.
I seriously encourage you (and anyone else with a WinMo) to get familiar with Mortscritp. It's both easy (I'm not a coder either) and extremely useful.
Get QuickShutdown. When use this a long press on power button allows you 'slide to turn off the screen'. I find this useful for same problem as you - except with music player!
How do you run your voice clock without turning on the screen?
Is your voice clock launched every some time?
By the wayn what voice clock do you use? There might be a setting in this program to avoid turning on the screen...
@michoob
i have a voice clock called 'vasquez'. The voice quality is not that much...but i just have to run the exe (through clicking on it or through the voice command to the vasquez.exe) and i get the voice in the earphone (no applications popping up...just the voice. the setup is another .exe which i ran only once to set the right options).
The screen turns itself on whenever you activate the voice command. The clock doesn't have an option to turn off the screen right after the time has been said.
I'll try the solution given by frmariam ....doesn't seem bad, although i didn't really understand it. It looks a bit difficult, if i keep having problems (the ones i said in the first post...that is, everything happening inside my pocket then i'll try that solution.
try mylostblog's myLight. google it. it has this feature in menu where you can turn off screen. it's also a user friendly app to adjust the backlight.
i don't think i would be able to have a voice command to the SCREEN OFF command with that software (you need to click on something inside the menu). thanks anyway.
Ah, ok, so the problem is not directly related to your voice clock, but more to the fact that when you enable the voice command, the screen toggles on.
Which voice command software do you use?
Maybe you could find a way to avoid your voice command software to toggle on the screen?
Otherwise, the MortScript solution can be good, but I wouldn't use the PowerOff function which doesn't only turns off the screen, but actually suspend your device, so you might have unexpected behaviours. For instance, the voice command may not work if your device is suspended... I don't know.
So instead of the PowerOff function, I would rather use one of the solutions proposed here.

Tips and Tricks

Post any Tips and Tricks you may know of for the Sony Z3v D6708 model.
I f the phone won't shut down or gets stuck -- open Sim card door, press the off button hidden there (above Sim slot) to shut down phone with a small object, something not sharp.
Settings -> Wi-Fi -> Advanced -> Toggle everything off by "Wi-Fi Optimization.
Turn on NFC and Bluetooth only when needed as it drains battery.
Now my list of apps I've disabled...
Amazon
Amazon app suite
Amazon Kindle
Amazon Music
Amazon Appstore
Audible
Black Hole
Bubbles
Caller ID
Cloud
Enchanted Forest
FamilyBase Companion
Gmail (I use Cloudmagic)
Google Korean Keyboard (include Chinese if you don't use Chinese either)
Google Play Books
Google Play Games
Google Play Movies & TV
Google Play Music
Google Play Newsstand
IMDb
Isis Wallet
Message+
My Infozone
News & Weather
NFL Mobile
Phase Beam
Pico TTS
Podcast
Slacker Radio
TalkBack
TV Launcher
Verizon Location Agent
Verizon Support & Protection
VZ Navigator
Wikipedia Extension
Wireless Emergency Alerts
Xperia Social Engine Sharing
Xperia with Twitter
Youtube karaoke extension
I'd disable the Email app, but there were frequent popups telling me is crashes. So I just leave it enabled. This as as far as I can think on the top of my head. xP
GigaSPX said:
Now my list of apps I've disabled...
Amazon
Amazon app suite
Snip
Click to expand...
Click to collapse
Can we get a thread started dedicated to finding the apps safe to disable? This list is a good start for that.
Isn't the verizon locator agent the cell network location system? Or is it purely spyware...
Wish I knew what some of those more obscure apps actually did.
Marine6680 said:
Can we get a thread started dedicated to finding the apps safe to disable? This list is a good start for that.
Isn't the verizon locator agent the cell network location system? Or is it purely spyware...
Wish I knew what some of those more obscure apps actually did.
Click to expand...
Click to collapse
Seconded on the locator agent, among other nebulous apps.
Maybe killing Wireless Emergency Alerts isn't a great idea? Those are the weather, amber, and presidential emergency notifications.
I've already disabled most of them, I wasn't really sure what else I could disable without screwing something up. Thanks for the list, I will do more tonight.
Sent from my ghost white Z3!
Marine6680 said:
Can we get a thread started dedicated to finding the apps safe to disable? This list is a good start for that.
Isn't the verizon locator agent the cell network location system? Or is it purely spyware...
Wish I knew what some of those more obscure apps actually did.
Click to expand...
Click to collapse
I could go ahead and open up another thread since we're now free to post more to expand this new forum of ours.
Stormwing said:
Seconded on the locator agent, among other nebulous apps.
Maybe killing Wireless Emergency Alerts isn't a great idea? Those are the weather, amber, and presidential emergency notifications.
Click to expand...
Click to collapse
Eh, when there's a giant tornado coming, I'm pretty sure I'll know what's coming when I see one. LOL
Jk, the real reason is the Amber alerts. Several times I've been alerted for a situation that occurs in a driving distance that's 6-8 hours away from me at 3 in the morning. What kind of BS is this? >_>
GigaSPX said:
I could go ahead and open up another thread since we're now free to post more to expand this new forum of ours.
Eh, when there's a giant tornado coming, I'm pretty sure I'll know what's coming when I see one. LOL
Jk, the real reason is the Amber alerts. Several times I've been alerted for a situation that occurs in a driving distance that's 6-8 hours away from me at 3 in the morning. What kind of BS is this? >_>
Click to expand...
Click to collapse
You can disable amber alerts in the wireless emergency app.
If anyone else wants to know, our phones can do double tap to wake the screen to reduce wear on the power button. A feature most phones have to get root to add.
And if anyone is taking underwater photography, don't forget to enable No Touch to prevent the screen from spazzing out during your shoots.
Copy number from phone log
Copying number from log is a two step process here. Long press and choose "edit before call" then you can copy it
Try the slow speech effect in call settings. It's amazing tech and sometimes really helpful when dealing with people that talk too fast. There is an article about it here...
http://www.androidheadlines.com/201...low-talk-feature-slow-speech-voice-calls.html
Sent from my D6708 using XDA Premium 4 mobile app
Starting the camera app from the short cut options (camera key or from lock screen) resets any setting or mode that was previously active. To keep your settings active don't use these shortcuts.
nateperro said:
Starting the camera app from the short cut options (camera key or from lock screen) resets any setting or mode that was previously active. To keep your settings active don't use these shortcuts.
Click to expand...
Click to collapse
Nice tip! I've noticed it always starts one way or another depending where I'm coming from. Right now I'm seeing there's about 4 ways to activate camera.
1. From physical shutter button
2. From lockscreen
3. From Camera app in app drawer or home screen
4. From the Camera widget (not including the other downloaded camera features)
Obviously 1 and 2 is advised not to reset, but the latter two is then what you should use to activate the previous settings.
GigaSPX said:
Nice tip! I've noticed it always starts one way or another depending where I'm coming from. Right now I'm seeing there's about 4 ways to activate camera.
1. From physical shutter button
2. From lockscreen
3. From Camera app in app drawer or home screen
4. From the Camera widget (not including the other downloaded camera features)
Obviously 1 and 2 is advised not to reset, but the latter two is then what you should use to activate the previous settings.
Click to expand...
Click to collapse
Now that I understand this camera feature I actually find it useful. Sometimes I want to fire off a quick shot using the short cut to start the camera in SA (superior auto mode) as I don't have time to check settings. Other times it takes a double tap unlock and then selection of the camera app to keep previous settings when I know I have time to think about the shot. [emoji4]
Power the Device Up in Safe Mode - Sony Xperia® Z3v
[Device-Specific Instructions]
Safe Mode puts your phone in a diagnostic state (returned to default settings) so you can determine if a third-party app is causing your device to freeze/reset / run slow. Our Troubleshooting Assistant can help you with other device issues if you aren't currently using the tool.
An alternate method is available if the device can be powered on and is responsive.
With the device powered off, simultaneously press and hold the Power button and the Volume down button (located on the right edge of the device ) until the Sony screen appears then release.
From the System Recovery screen, select Safe mode.
Note Utilize the Volume buttons to navigate and the Power button to select.
Note Allow approximately 1 minute for the device to reboot.
Note Once rebooted, 'Safe mode' appears in the lower-left corner of the screen.
Note Notes:
With Safe Mode enabled, test device and app functionality. If the previous issue fails to occur, the cause has been isolated to a third-party app and all recently installed or updated apps should be uninstalled.
Power cycle device to disable Safe Mode then reinstall and test each app one at a time to identify which app is causing the problem
______________________________________________________________________________________________________
Clearing an Application's Cache / Data:
NOTE: Assuming that one of your applications isn't working properly then you may be able to fix this by clearing the app's cache or data. WARNING! Clearing an application's data will result in the removal of all personal information stored within the app. This includes login and credit card information, profiles, saved games, settings, high scores etc. It's recommended that you first try clearing the cache in order to prevent unwanted file deletion.
Tap "Apps" while viewing the home screen
Access the "Settings" menu and scroll to "Device"
Tap "Apps" and access the "All" or "Downloaded" screens
Select the desired application and tap "Clear cache"
If the method above didn’t help, tap "Clear data" too and press "OK" to confirm
Clearing the Phone's Cache Partition:
NOTE: In case your smartphone is not working as intended, it crashes, freezes etc. then you may consider master resetting it. However, you can also try solving these problems without losing personal data caused by a factory reset. To do so, try clearing the phone's cache partition as explained below:
With your smartphone turned on, press and hold the "Power" and "Volume Up" buttons
Wait for the screen to turn off and for the smartphone to vibrate three times
Once that's done, release all buttons
The cache partition should now be wiped. Press the "Power" key to turn on the smartphone as you normally would
NOTE: If clearing the phone's cache partition hasn't solved the problem, then you might want to master reset your phone. To learn how you can master reset the Sony Xperia Z3V, click the link
Enter Safe Mode and Uninstall an App:
NOTE: If you've installed an application that causes issues on your phone and prevents you from removing it as it runs processes in the background, then you can easily dispose of the app by first rebooting your phone in safe mode. In this mode, all third party applications are disabled.
With your smartphone turned on, press and hold the "Power" button
Tap and hold the "Power off" option
At the Safe Mode prompt, tap "OK" and wait for your smartphone to reboot
Once your phone restarts, a "Safe Mode" message should be present in the lower-left corner of the screen
To remove an app, tap "Apps" while viewing the home screen
Go to "Settings"
Swipe to "Device" and tap "Apps"
Scroll to the "Downloaded" screen and select the application you wish to remove
Tap "Uninstall" and press "OK" to confirm
Read more: http://verizonforums.com/threads/so...che-reboot-in-safe-mode.363259/#ixzz3PUePFP00
In case of emergency when your phone freezes and all else is unresponsive
A couple days ago, I was playing asphalt 8 and my phone froze when I tried exiting the game. My power button just pinged the notification ringtone, my camera button played the Cybershot sound but didn't change screen, and I couldn't pick up calls despite my ringtone playing. I thought my last resort somehow was to either wait for the phone to die (sure, waiting 2-3 days is definitely an option here due to battery life greatness, pfft) or use Android Device Manager and factory reset.
Unfortunately I went with the latter and then found out this one incredible tip: a hard reset button. I never knew such a thing existed for our phones and I would like to inform all new users of it too. This is thanks to @jhwookie for the info.
Tlr, there's a slightly brown button found inside the SIM compartment. Grab something such as a toothpick to press and hold onto the button for a few seconds, and voila. The phone will be hard reset to where you were previously.
GigaSPX said:
A couple days ago, I was playing asphalt 8 and my phone froze when I tried exiting the game. My power button just pinged the notification ringtone, my camera button played the Cybershot sound but didn't change screen, and I couldn't pick up calls despite my ringtone playing. I thought my last resort somehow was to either wait for the phone to die (sure, waiting 2-3 days is definitely an option here due to battery life greatness, pfft) or use Android Device Manager and factory reset.
Unfortunately I went with the latter and then found out this one incredible tip: a hard reset button. I never knew such a thing existed for our phones and I would like to inform all new users of it too. This is thanks to @jhwookie for the info.
Tlr, there's a slightly brown button found inside the SIM compartment. Grab something such as a toothpick to press and hold onto the button for a few seconds, and voila. The phone will be hard reset to where you were previously.
Click to expand...
Click to collapse
Thanks for elaborating further I had mentioned this in OG post.
To make the phone appear faster go to Settings>System>About phone>tap Build number several times till you get Developer options>Drawing>Window animation scale>off,Transition animation scale>off, Animation duration scale>off, x1 is default and x.5 works well too, I prefer "off", don't like animations.
YMMV
1linuxfreak said:
To make the phone appear faster go to Settings>System>About phone>tap Build number several times till you get Developer options>Drawing>Window animation scale>off,Transition animation scale>off, Animation duration scale>off, x1 is default and x.5 works well too, I prefer "off", don't like animations.
YMMV
Click to expand...
Click to collapse
THat's good advice for most devices. Smooths out the transitions.
If you guys go into Settings -> Data Usage, you can see which apps is draining the most data. If you want to restrict its background data, select the specified app, and scroll to the bottom to enable the checkbox.
If any of you guys have Snapchat installed, I highly recommend it since it's been noted it takes way too much data since its January 27th update.
Creating new folders in Sony Album
I find that Album isn't completely intuitive when it comes to creating a new Folder to help organize all your pictures. Here's how:
1. From the Album app, swipe from the left side of the screen to open the menu and select "Folders"
2. Open the folder where the picture is currently
3. Find the photo you want to move and long press on it
4. Click on the menu button on the top right of the screen (3 dots), then select "Move to"
5. Click on the plus (+) on the top bar to create a new Folder
6. Name your new Folder and select whether you want it on the SD Card or in Internal Memory

How to create a Bot for Android games like Arcane Legends (MMO)?

Greetings fellows
I'd like to create a Bot for android game called Arcane Legends. This is a MMO game. Pretty awesome, must say. I've gotten quite addicted to that game. Making gold is hard, that's a matter of fact. A lot of grinding is required to do it. With gold, you can get better items. There is one map where one chest price ranges over 10-15k gold. My plan is to create a Bot that runs this map and exits the map after the boss has been killed and loot has been picked up. Boss drops the chest.
What I will do before running my Bot:
1) Open Android Emulator (Nox Player) and open the game. Log in and wait for it to load the screen. Now it's ready to go.
Here are the steps that I'd like the Bot to do:
1) Click on the icon to see the world map
2) Choose the "hard" choice
3) Choose the map name
4) Choose the place that you want to teleport
5) Wait for it to load the screen.
6) Go to {X;Y} position
7) Start tapping the basic attack skill that requires no mana. Tap until the boss arrives.
8) If an object like cannon ball or boss moves you, go back to that {X;Y} position and start repeating (task 7)
9) If boss is alive, repeat (task 7) and use another skill to kill boss faster.
10) If boss is dead, check for any loot that has been dropped and pick them up.
11) Go to new {X;Y} position.
12) Screen pops up which gives you the choice to exit the map or stay. Press Exit.
13) Repeat (task 1-12) [LOOP]
In what programming language I want to make it? I prefer to do it in Python. I do have some experience in Python.
Why Python? Because it's great for automating stuff. Makes your life easier to do tasks by the hands of computer.
Why I am here asking this? Because I don't know which direction should I head for and where to start at.
Few logic sentences I need to use:
1) If boss HP is not 0% then tap basic attack skills and one other skill to kill boss faster. Else, wait for 5 seconds and pick up any loot (objects) that has been dropped before and after the boss.
2) If boss or cannon ball moved you from the original {X;Y} (task 6) position, then move back to that position and repeat tapping skills.
3) If boss is not seen (killed or ran away) then exit the map by going to new {X;Y} position and press "yes" to exit the map.
Now the question is...
How to do these few logic sentences that I just gave? I can't just put
"boss HP = 100%"
"if boss HP != 0%: then tap skills until he's dead. Else: Check for (drops/loots/objects and pick them up). Then run to the new {X;Y} position and exit the map"
Help please! :[
PS: I don't want anybody to do this for me. Just tell me, what direction should I head for. What do I need to do? Is my idea possible to do? Can Python do this? Do I need to do it on some other language?
Bonus: I don't like the idea of Macro. It's bad as heck to farm maps where mobs or objects move you from original position. Once that happens, macro doesn't work. RIP
did u made it?

Categories

Resources