CE Scripting - new tool for MortScript and PHP! - Windows Mobile Development and Hacking General

Hi,
I'd like to intoduce the new tool - CEScripting!
With the CeSripting (CES), You can edit and execute scripts written in MortScript and PHP!
For PHP, CES has set of functions to expand PHP functionality to WinCE based devices.
The CES runs on desktop PC!
Some screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
More details on http://ces.mdsoft.pl
I hope, You find it useful

Oh -- for a second there I thought you got PHP running on WinCe...

Nice
I'll give a try

Very nice, that can help with finding syntax errors in my poor scripting.

Related

Here is work for developers

I found 2 programs on the web, and they can be usefull for further development.
First program is called "dynamo", when it is started it show all open application on one single screen. Windows Vista and Apple OSX haveboth the same feature and it looks nice on a PDA.
Here is a screenshot when the program is running an the opened applications are shown:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
In the attachment is the program.
The second program is even more interesting, but still very basic and complete useless at this moment. The program has the ability to change to another screen in an animated way, flipping, sliding, etc.
In the attachements is a demo and it think( !!!!) the sourcecode. I am not a developer, so please excuse me if I am wrong or show up with something old.
Both apps are from Aspecto Software www.aspecto-software.com

REQ(HANDY SAFE - Application

Hi, i´m new in this forum, and new with HTC Diamond as well,i want to now if ayone has the HANDY SAFE for free, please help me.
What is the purpose of Handy Safe?
Store passwords?
Try this:
http://keepass.info/
All open source.
It works on your desktop PC as well as on your PPC.
You can exchange the databases, so all input can be done convenient using your PC. After that you can transfer the password database to your PPC and you're done.
GUI PC:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
GUI PPC:
HANDYSAFE
Thanks for the help i´ll try it.

OpenGL es app can't be fullscreen

I port San angeles to windows moible platform, first I use PPC 2003 SDK, compile success, but can't be fullscreen, I run it on my HTC touch pro with width=480, height=640, only got width=240, height=320.
So, I installed windows mobile 5.0 SDK, also be same, can't be fullscreen, could somebody can help me?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
View attachment san_angeles.zip
Looks like glViewport is called with (0,0,240,320). Try to call it with (0,0,480,640) and see if that helps (just for testing).
I hate Microsoft!
After google the problem, find the solution:
Add one resource file one line:
HI_RES_AWARE CEUX {1} // To turn off the emulation layer
I hate Microsoft!

[ Compiler ] My favourite C, C++ Compiler (C4droid)

Few days ago I was searching over the internet to find a compiler that can compile C or C++ source code to compile for Android excutable binary.. thats can make m,e able to run from Android Terminal or else.. Many times I was failed with many creepy processes, then I founded "C4droid" app in Playstore...
Its makes my programming life easier then ever
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Its also have "GCC plugin"
Who are finding a app like this can get helpby this tread..for this reason I sharing it...:good::good: If you feel this helpful then plz click on the thanks tab :good::good:

[Library][4.1.x+]ImageListPreference[Open Source]

ImageListPreference​
Based on ImageListPreference guide at :
'http://www.cmwmobile.com/index.php?option=com_content&view=article&id=4&Itemid=12' .
ImageListPreference class by Arnab Jain. Created for Proficient Apps.
Features
Image/Icon for each list item
Option to set Rounded Images [Circle shape]
Can be created in xml and as well as in Java
Bitmap or Drawable can be used for images when created using Java
Exception handling present along with log inputs for developers to fix issues while using the Preference in their application
Requirements
Tested with APIv21 & APIv23, but will work from APIv16 onward
GITHUB
Android-ImageListPreference
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Categories

Resources