Clipboard Tool & other freewares! - General Topics

Hi there,
I just wanted to point you to my new website http://www.area51staff.it/mobility which contains a couple (for now) of freewares I made.
These are:
1) CLipboard Tool, a small utility made to enhance the WM clipboard
2) X-Ray, a tiny game useful for making a joke
That's not much I know, but maybe someone will like these, especially the first.

The clipboard tool is great!

Related

Windows Mobile software & hacking news (11/17/2007) & tips

1. There is a brand new HTC CAB (program) collection HERE. It’s, to my knowledge, the largest and most up-to-date collection of HTC’s own programs, ready to be installed on any WM5+ phone. It’s really worth reading the descriptions of the CAB’s to quickly find out what these small utilities really do. It’s REALLY worth – some of these apps are excellent; for example, HTC Equalizer reviewed HERE and HTC Streaming Media reviewed HERE. There are tons of other, useful utilities in there – do check them out!
2. There is a new music player at works, Lumen. Also see THIS MoDaCo thread.
It, right now, is totally useless and nothing really more than some screenshots - it's unable to play anything, as can also be seen HERE.
As the player is written using the, for multimedia / gaming, sloooooooow Compact Framework 2 (CF2), I don’t think you can expect it to be fast at playing back anything, unless it calls native code. All in all, I don’t think you should bother.
3. There are several threads on adding SDHC (Secure Digital High Capacity) support for models that, officially (not even via official ROM upgrades), don’t support this technology. The latest of them is HERE. Note that there are a LOT of (sometimes contradicting) reports of it NOT working on some models – that is, you WILL want to backup your device before installing the patch. I’ll also report more on it as soon as I receive my brand new 6 GB microSDHC card.
4. Several people use the built-in Pictures & Videos program (note that its previous, pre-WM5, as can also be seen in THIS pretty much important article, name was Pictures) to quickly watch their pictures. (Not that it is of any good – there are MUCH faster, MUCH better image viewer apps out there; the brand new PQV 4.0, Resco and Spb Imageer are the three most important & recommended ones, as has also been explained in the Image Viewer & Editor Bible. Note that Glass Lantern has just gone out of business; therefore, I no longer recommend their PocketLoupe any more, no matter how excellent it was. RIP Glass Lantern, yours was a great product!
Now, MoDaCo forum member mandt has published a quick tip on how you can make Pictures & Videos use a default directory different from \My Documents. If you use these LNK files (you can safely edit them to point to any directory), you can greatly speed up the startup and the initial directory lookup of your pictures.
5. Fring, the most revolutionary, multiplatform, real VoIP client (see THIS article for more info), didn’t use to work on the Qualcomm-based HTC Kaiser (AT&T Tilt), the current flagship model of HTC – the speech became complete garbage, independent of the transfer speed (not that Fring were as dependent on the speed as Skype – actually, it’s perfectly usable over EDGE connections and, if only one party speaks, even over GPRS). The current version, however, fixes this problem. That is, you can safely download the new version into the Kaiser. To do this, the easiest is navigating to http://www.fring.com from your handset and just click the download link.

Possible convert my iPhone-app to Android?

Hi!
Ive just finished an iPhone-application, and Im looking into the possibility to convert it to an android-application.
Let me tell you the basic structure of the app:
- It has a simple drill-down-menu, with three levels of lists. Pressing a list-item will bring you deeper down into the hierarchy, and pressing a back-button will take you up a step.
- At the bottom of the hierarchy is a webview that loads a unique webpage depending on the hierarchical path the user has taken. These web-pages (html and javascript) are all localized on the device so it never goes online.
- The webpages has two main resources: images, and sound (mp3). The sound should be playable from within the webpage. All these resources are also loaded from the device.
- When exiting the app, it should save its location and when relaunched it should reopen that location.
As you can see, its a pretty simple application. Im wondering if anybody could detail a little what I need for this to come alive on Android. Perhaps the application-layout Im after is so generic, even, that there is a template for this?
My background as a programmer is mostly C++ and C#, so Im more at home with the Java-syntax than the awful Objective-C that iPhone uses.
So far Ive installed the development-environment, and have tried out the basic "Hello Android"-sample. Thats about it for the moment.
porting your iphone add to android
hi there,
i'm a android programmer and did many games already. you can see my games at:
not sure you still need help to port your iphone app to android. may be you can send me the source code. i can do it for you. very easy for me.
Tony Chan
[email protected]
Android uses java syntax and java libraries
so if you like java, then you would probably like android
layouts are done in XML
chingy1788 said:
Android uses java syntax and java libraries
so if you like java, then you would probably like android
layouts are done in XML
Click to expand...
Click to collapse
hehe well said
I don't think anybody can tell you what you need to do. Just start by reading through all of this: http://developer.android.com/guide/topics/fundamentals.html and you should be able to handle this.
Note: your application appears to be trivial.
One thing that I suggest is that you forget about locally-stored web pages and just rewrite those pages in Android/Java. The reason I suggest this is that unlike apple, you can't make any assumptions about what browser the user has installed (if any), or what rendering engine their browser happens to have, or javascript engine, etc. There are AT LEAST three different rendering engines in use on Android, including khtml, gecko, and presto. There are at LEAST two different JAVASCRIPT engines, including SquirrelFish and V8, and soon you will be able to add SpiderMonkey to this list (when Firefox launches). And no, you can't force your application to call on a particular browser since this would violate the modularity designed into the platform.
DANNEMAN101 said:
Hi!
Ive just finished an iPhone-application, and Im looking into the possibility to convert it to an android-application.
Let me tell you the basic structure of the app:
- It has a simple drill-down-menu, with three levels of lists. Pressing a list-item will bring you deeper down into the hierarchy, and pressing a back-button will take you up a step.
- At the bottom of the hierarchy is a webview that loads a unique webpage depending on the hierarchical path the user has taken. These web-pages (html and javascript) are all localized on the device so it never goes online.
- The webpages has two main resources: images, and sound (mp3). The sound should be playable from within the webpage. All these resources are also loaded from the device.
- When exiting the app, it should save its location and when relaunched it should reopen that location.
As you can see, its a pretty simple application. Im wondering if anybody could detail a little what I need for this to come alive on Android. Perhaps the application-layout Im after is so generic, even, that there is a template for this?
My background as a programmer is mostly C++ and C#, so Im more at home with the Java-syntax than the awful Objective-C that iPhone uses.
So far Ive installed the development-environment, and have tried out the basic "Hello Android"-sample. Thats about it for the moment.
Click to expand...
Click to collapse
look at the NDK
Freedomcaller said:
look at the NDK
Click to expand...
Click to collapse
The NDK is *NOT APPLICABLE*.
Why don't you create a converter from iPhone to Android? There are few Italian app.. only this is better than Android for Italian user.. but I love Android!
I have an app that has been created for android, and I need help creating it for the iphone. I'll share the source code if someone will create the app for me please.
DANNEMAN101 said:
Hi!
Ive just finished an iPhone-application, and Im looking into the possibility to convert it to an android-application.
Let me tell you the basic structure of the app:
- It has a simple drill-down-menu, with three levels of lists. Pressing a list-item will bring you deeper down into the hierarchy, and pressing a back-button will take you up a step.
- At the bottom of the hierarchy is a webview that loads a unique webpage depending on the hierarchical path the user has taken. These web-pages (html and javascript) are all localized on the device so it never goes online.
- The webpages has two main resources: images, and sound (mp3). The sound should be playable from within the webpage. All these resources are also loaded from the device.
- When exiting the app, it should save its location and when relaunched it should reopen that location.
As you can see, its a pretty simple application. Im wondering if anybody could detail a little what I need for this to come alive on Android. Perhaps the application-layout Im after is so generic, even, that there is a template for this?
My background as a programmer is mostly C++ and C#, so Im more at home with the Java-syntax than the awful Objective-C that iPhone uses.
So far Ive installed the development-environment, and have tried out the basic "Hello Android"-sample. Thats about it for the moment.
Click to expand...
Click to collapse
Is it possible to post this in the Q&A and not development section?
sparksco said:
Is it possible to post this in the Q&A and not development section?
Click to expand...
Click to collapse
This is from the first half of 2009, I highly doubt that they care where it should be posted (now).
Converting iPhone app to Android will be greate.
I would like to have All My Recipes iphone app in my Galaxy Tab
It was be great if somebody can port the secret of mana game from iphone to android ! =)

User definable bluetooth remote control

Hi guys,
for a few months now I am looking for a remote control for my Diamond. The best solution I found so far is the PPC Tablet Remote Control Suite, but this does not have all the features I need.
What I am looking for is a tool which allows me to define my own buttons (PPC Tablet does this) and also to create a script behind (PPC Tablet only sends key strokes). E.g. I want to have a full media center conrol app, including the control of my favorite programs, DVBViewer, Foobar2000 and the KMPlayer. Everyone of those has already several shortcuts. I can address them from PPC Tablet, but I can not start the programs. I also cannot shutdown Windows or in-/decrease the system volume if needed. This would only be possible if the tool sends a command like {volume_down} to a server processing tool, which then has a database where this command is linked to lowering the system volume (a kind of scripting language). My infrared remote has that ability, but I want to get rid of it since it only controls the DVBViewer in a correct manner.
I already heard of a tool called "Girder", but am not sure whether this is the right thing for me.
I hope I did not scare you off by this quite long text and would be very happy if someone could recommend a suitable application to me.
Regards and thanks in advance!
did you try Salling Clicker? you can create your own (java) scripts for it and a lot of scripts are shared on the salling clicker forum...
Hi,
thanks for the quick reply. Yes, I have been to the homepage, but have never installed it (I thought there may be an easier - code less - solution out there). I just dont like java very much, but I'll give it a shot.
Thanks!
check out theire forum, a lot of custom scripts are submitted and working very well! you can quite easily script yourself by starting from some other script and modifying it to your needs...
A quick update on this one:
http://forum.xda-developers.com/showthread.php?t=574593
We are trying to get as many contributors as possible at the moment, be it for beta testing or active programming.

[Q] any way to view Sketchup (google) files on Android dev?

I already STFA and did not find what I was looking for. I was wondering if there is an application that will allow viewing of existing Google Sketchup files, editing/creating files - no - not so much, think that would be best done on a full blown desktop, One earlier post was asking about running a fully functional Sketchup, and I tend to agree that it would be too much of a tax on the processor and memory to be feasible for a mobile device. I also found the SketchBook program from AutoDesk which is designed for mobile devices but from what it says it is more like Paint in Microsoft Os's not a CAD type program.
Anybody know if there is anything like that available out there to be able to view Google Sketchup files? Thanks in advance for any information on the subject.
Sorry to wake up an old topic (very old) but I too am looking for such an app.....being a kitchen builder in my spare time I was asked a few times if I had any models on hand to show. And since I do all my sketches in Sketchup, well you guessed it....I can't show them on my tab....
Would be kinda cool to show potential customers how their kitchen might look like if I could just drop existing cabinets in place etc...
If you've already found something would you mind sharing with me? Very much appreciated...

Extract UI strings from firmware / device

Hi.
Before I start with my question, just a little background. I work in a user guide development firm, and mainly work on Galaxy devices.
One of the most time-consuming process in my work is to match all UI strings (app names, menu text, labels, etc) of the actual device with the user guide.
This is currently being done with human power, with a staff looking at the user guide, check the device if this is correct, and annotate the draft PDF if the UI strings don't match.
If this was for just one language, it's doable. But with 40 or so languages (including Arabic, Cyrillic, Chinese), it definitely makes me want to puke.
This is a very tiring, eye-straining work that I'm trying to resolve, for everyone's sake.
I tried decompressing the Galaxy firmware myself, but the XML data is encoded into binary(for what reason I have no idea), and is not readable.
So now I'm turning to the masters and hope for any luck.
What I would like to know is ...
Hack the Galaxy firmware(md5), and extract UI strings for all language and save in spreadsheet or something, or
Mirror the device's screen on the desktop, copy the desired UI string, and paste it to a desktop application(e.g. Adobe Acrobat).
If the first option is possible, then I can utilize the data for some sort of automation, and would be the best.
If the second option is possible, then I would no longer have to type all kinds of foreign characters(this is also a very time-consuming work), and make some progress in timeline.
If all options are not possible, and there's absolutely no way of automating this process, then well... I guess I'll go see the eye doctor more often than now.
Any ideas or helps would be great.
Thank you.

Categories

Resources