Star Wars Sounds - Windows Mobile Apps and Games

Hi Guys, here is my first attempt at making an App for the HTC HD2.
There are 3 sounds for each character, 4 for Vader. Keep selecting the character to select the next sound.
This will only work for touch screen devices, i haven't included any code for 4 way button phones.
Hope you like it.
Bollux.
<edit>
Hi all, here's version 2.
I've listened to the requests and added some extra buttons after selecting the character, and hopefully fixed the install to Storage Card option.
Works on my HTC HD2. Should now install to %instdir%\Program Files\StarWarsSounds\ by default.
Regards
Bollux.

WOW! Thank you!
I'm so over the moon with this. I was really hoping someone would do one. Fantastic picture interface, so much fun!!
When you said it was your first app I thought it was going to be really basic - but it's absolutely great. You should post some screenshots!
There just seems to be a minor issue with the sizing of the Luke icon at the bottom that's causing scrollbars to appear on my HD2.
Cheers,
Ian

Screen Shots
Thanks, Here's a Screen Shot on the test Device.
Not sure why the sliders are there, the code to show the pictures should only fill the available screen size. I used the me.width and me.height parameters. The icons are a much better fit on the HD2 screen 480x800.
Vb code used,
PictureBox8.Image = StarWarsSounds.My.Resources.Luke_lg
PictureBox8.Height = (Me.Height)
PictureBox8.Width = (Me.Width)
All the icons are sized with similar code to fit width and height.
'Luke
PictureBox8.Image = StarWarsSounds.My.Resources.Luke_sm
PictureBox8.Height = (Me.Height / 4)
PictureBox8.Width = (Me.Width / 3)
I did take out the keyboard icon toolbar, that shouldn't be there..
Bollux.

bo11ux said:
Not sure why the sliders are there, the code to show the pictures should only fill the available screen size. I used the me.width and me.height parameters.
Click to expand...
Click to collapse
Just ran it again and can't recreate the issue I was having (the Luke icon was stretched off screen). It's working fine now. I'll keep playing and see if I can work out a consistent way that recreates it (or maybe it was just my phone going a little loony!)
Minor thing, but I notice that if you tap multiple times (even when a pic is showing?) it queues up all the tap events - it would prob be nicer if it just played one sound at a time and blocked the event listener until a sounds has completed if that makes sense. (Accidental taps cause it to go on a while)
hehe - even the icon in the start menu is cool
Cheers,
Ian

Nice work keep on making more ones!

Not working...
Hi,
being a StarWars Fan for years, I just had to try your app, but doesnt work.
I see the graphics, but when I tap on a picture, I just get a short "beep" and the pic is flashing.
I can play the sounds via MSMediaPlayer w/o probs.
Using Tosh TG01, WM 6.5.5, NetCF3.7
Maybe you find a solution, would really love to use this little prog.
"May the force be with you"

Installed to device memory, still had plenty of space.
I have the latest netcf on an hd2, and I cannot really hear anything.
I see the main screen, click on any character, I see what is a brief flash of a bigger picture (with associated scrolbars around), that lasts a splitsecond, but then the program goes back to the standard view, and all in all i can hear anything.
I can open the files in resources folder ok with nmedia player tho

Hi bo11ux!
Nice Idea! Do you plan to do some Star Trek / Babylon 5 / Battlestar Galactica version of your work? Would love to see that!
Thanks,
Future

installed " STAR WARS SOUNDS " on on my
..hd with 6.1 stock rom ..(storage card )..
no problem .... working smoothly..!!
thank you ,
willcor

ephestione said:
Installed to device memory, still had plenty of space.
I have the latest netcf on an hd2, and I cannot really hear anything.
I see the main screen, click on any character, I see what is a brief flash of a bigger picture (with associated scrolbars around), that lasts a splitsecond, but then the program goes back to the standard view, and all in all i can hear anything.
I can open the files in resources folder ok with nmedia player tho
Click to expand...
Click to collapse
I have same problem.
Maybe you use reg edit for non sound notification if change volume system/call ring volume.
[HKEY_CURRENT_USER\ControlPanel\volume] key mute get more than 1
After this i hear the sounds from SW

I have that same problem. Just a short flash of the picture and a little beep. Hope someone has a solution to fix this.

thanks
works great on my sprint diamond wm 6.1 stock rom

hehe, i like this - well done

Thanks, my son will love this! Installed on LG iQ (GW825) in memory, using COM2(21901) custom rom from Dark. Works great!

Works well on my HD2 with stock Telstra 1.72 Rom & Manila 2.5.2012. Worked even better once I took the phone off silent. Oops!! Nice work

Tested and works well in HTC Touch HD.

ephestione said:
Installed to device memory, still had plenty of space.
I have the latest netcf on an hd2, and I cannot really hear anything.
I see the main screen, click on any character, I see what is a brief flash of a bigger picture (with associated scrolbars around), that lasts a splitsecond, but then the program goes back to the standard view, and all in all i can hear anything.
I can open the files in resources folder ok with nmedia player tho
Click to expand...
Click to collapse
same here, i´m using a htc hd2 device with newest german vodafone rom.
g*p

Try this regkey change, I have same problem and now i can hear the sounds.
[HKEY_CURRENT_USER\ControlPanel\volume]
key "mute" get more than 1, i have there "7"
I have HTC Topaz, but i thing that on HD2 it was similar.

Great app, I like the Star Wars apps! But I have also that problem: just a short flash of the picture and a little beep.
I have a HTC Touch HD with WM6.5. I hope someone can fix this.

mandala1 said:
Try this regkey change, I have same problem and now i can hear the sounds.
[HKEY_CURRENT_USER\ControlPanel\volume]
key "mute" get more than 1, i have there "7"
I have HTC Topaz, but i thing that on HD2 it was similar.
Click to expand...
Click to collapse
Just changed from 3 to 7, but I now hear a beep. But apart of the sound, it works on my diamond, so also VGA.

Related

XdaLive Screen Lock (PRE-PRE BETA OPEN TEST RELEASE)

OK, Here is the deal.
I have created a working XdaLive Screen Lock for the XdaLive Live Wm6.
This is similar to the iphone with a working Sliding Unlocker. Only I put the sliding unlocker on the top and used XdaLive image as the Background & put the Digital Clock and Date at the Bottom as you can see in the Image I attached.
FINAL WORKING LIST:
1. Battery Life
2. NEW SMS Counter
3. Active Tasks
4. New Emails
5. OWNER NAME DISPLAY.
(TODO: A LOT OF THINGS LIKE ADDING MORE FUNCTIONALITY, FIX A LOT OF LITTLE THINGS & NEED TO FIGURE OUT HOW TO READ REGISTRY KEYS with SPACES in BETWEEN ANY HELP? ONE THING IS TO NOT HAVE THE APPLICATION QUIT ON END BUTTON (FIXED!).)
Another thing:
----------------------
Does anyone know how to replace the default Lock with this one? I tried replacing the DeviceLock.exe with this one and it does not work. BSDeviceLock.exe does not exist in WM6 either.
WAS A LITTLE OUT OF IT BECAUSE OF JACK DANIELS. HENCE THE BLACK SLIDER
DUE TO A LOT OF PEOPLE WANTING TO TEST THIS, I DECIDED TO JUST PUT THE FILES IN THE OPEN AS I WORK WITH THEM. LIKE DAILY SNAPSHOP OF THE EXECUTABLES (WHENEVER I WORK ON THEM)
THIS IS A PRE-PRE BETA OPEN TEST RELEASE AND NOT PACKAGED.
UNZIP AND PUT THE FILES IN A FOLDER. THE DLL & THE EXECUTABLE HAVE TO BE IN THE SAME FOLDER
REQUIREMENT: FLASH ACTIVEX (NOT FLASH LITE)
ZIP FILE DESCRIPTIONS:
--------------------------
1. xdaLiveScreenLock.zip (XDA LIVE UNLOCKER)
2. SliderLock.zip (JACK DANIELS BLACK SLIDER)
*****MORE IMPORTANCE WAS GIVEN FOR LOOKS RATHER THAN FUNCTIONALITY WHEN STARTING THIS.****
not responsible for anything that might happen by using this little useless application. There are a lot of small glitches usability wise, else works good. preference was given to aesthetics more than anything else. The size is big due to the sliding component being created in flash.
ADDED A 240X240 SLIDER. THIS HAS NOT BEEN TESTED AS I DO NOT HAVE A 240X240 Device.
.
this looks excellent, good job! I have been wondering about that also, devicelock is signed is it not?
Anyone know of a generic wrapper with basic API calls that I can call from within this Flash Application?
edit: compiled own from source code found, change adopted and compiled.
Hi,
i don't really use the device lock... because when turning the phone in standby all key's are locked and i don't want that the screen is always on...
or is there any other significance about using the device lock??
cyberdrakula said:
NEED TO FIGURE OUT HOW TO READ REGISTRY KEYS with SPACES in BETWEEN ANY HELP
Click to expand...
Click to collapse
don't really know it helps... but just test too but the string in " " like in commandline when using spaces... maybe you can just try to use double bslashes \\windows\\system32\\
this looks awesome. the people on this forum never cease to amaze me. Pure Genius
WOW the progress of this is really good sir, youve managed to implement a few more features since i last looked. This will definatly be in the Extras wiki page once it is fully working
I thought about what you could do in respect to replacing the standard lock, disable the lock in the today settings and map this program to a hardware button (5??) How does it fair after a power off (just standby not fully off) as it would be a good way to check the time etc... in the night?
keep up the good work CD, quite a few people are waiting for something like this.
Heya all gurus, give tha man a little help with issues maybe?
Thanks Ppl.
This is something I have been wanting to do for a while now but just got around to doing it. Hopefully in a couple days I will have everything squared out.
I am wondering if I should let ppl test this out. I will also have changeable backgrounds for this.
.
futureshock said:
Hi,
i don't really use the device lock... because when turning the phone in standby all key's are locked and i don't want that the screen is always on...
or is there any other significance about using the device lock??
don't really know it helps... but just test too but the string in " " like in commandline when using spaces... maybe you can just try to use double bslashes \\windows\\system32\\
Click to expand...
Click to collapse
To read the registry I had to actually use \\\\ to get to different levels. But I am NOT able to read the Value Names with spaces.
.
CCRDude said:
Since not even Sbp Mobile Shell was able to replace the lock screen (and that while they basically have something to show then ready with their new Intro screen), I guess it could get quite complicated to replace it...
Does anyone know if the fake iPhone things that were or were not around are able to replace the lock screen? I especially remember that last one were only videos existed, it had a real good fake, but I'm not sure if the video showed it really in action as a lock screen?
Click to expand...
Click to collapse
I am able to Execute it on "Device Wake" via notifications (thanks KYPHUR for the suggestion.) I also actually was able to replace keylock @ Install time and an installation induced reset. The icon also shows up in the Setting folder.
I am also thinking about doing a Today Plugin. Let's see how that goes.
Looks nice..cant wait till its released..
open Pre-pre Beta Test Release On The First Post.
.
Where to download?
Yeah!!
Would love a slider unlocker as a today plugin. I use the WMP plugin since I use my phone as an mp3 player a lot so the device lock function on the today screen is a must for me.
Great work and look forward (hopefully) to a today plugin.
S.K.
cyberdrakula said:
To read the registry I had to actually use \\\\ to get to different levels. But I am NOT able to read the Value Names with spaces.
.
Click to expand...
Click to collapse
Could you use %20% AND %40% to represent the space and other special characters as they do on other windows products? MS has a list on its knowledge base for these...I think %20% is the space, but not sure
eagle 1 said:
Could you use %20% AND %40% to represent the space and other special characters as they do on other windows products? MS has a list on its knowledge base for these...I think %20% is the space, but not sure
Click to expand...
Click to collapse
yes, in html and such it is, maybe you could use \%20%\ as space , but I am just a webprogrammer, and not a very good one
Looks fantastic, can't wait to see this released, should be a good little utility!
Could you make the slide on the bottom because I have short thumb
cybertron said:
yes, in html and such it is, maybe you could use \%20%\ as space , but I am just a webprogrammer, and not a very good one
Click to expand...
Click to collapse
Actually, in HTTP requests it's %20 w/o the percent sign at the end, and it simply means 0x20, which is hexadecimal 20 or decimal 32, which indeed is a space. I highly doubt that it would be useful in accessing the registry, though.
I don't see why a space doesn't work as just a space when accessing the registry. Perhaps escape it with a backslash (or two)?
Where to download?
Where to download?

WM6 first impressions

I will be willing to answer any questions you have regarding wm6
my first impressions of it are pretty good... its running quite stable on my athena with apps installed
-spb mobile shell (does not work if autohide is disabled)
-spb brain evolution
-spb diary (installing this did significantly slow it down)
-wisbar advance beta 4
-resco explorer
-resco keyboard
-ae button plus
-wm5storage
-htc audio plugin
there are some more but im copying some files so i cant use the phone
intially its very very fast... much faster than wm5 noticbly so
It does seem to support native vga as in device info the resolution is listed at 640x480
i dont however see the terminal client for remote login... i could be lookin in the wrong place? i dunno
the included dialer skin / theme is quite nice
Everything seems to be working flawlessly i havent tried voip yet...
IE data speeds seem to be significantly faster for me... as compared to wm5
Ill be posting more later once i use it a bit more...
Mind to share Windows Media Player Skin
No issues found yet. The device seems *a lot* snappier, and indeed the GPS fix occurs a lot faster. I now also suddenly have a fix inhouse ... (allbeit near the window). In WM5 that simply would not happen.
boinger66 said:
It does seem to support native vga as in device info the resolution is listed at 640x480
Click to expand...
Click to collapse
This resolution is listed in the WM5 too, does your device have smaller buttons, menus etc?
bydandie said:
This resolution is listed in the WM5 too, does your device have smaller buttons, menus etc?
Click to expand...
Click to collapse
no the icon sizes seem the same but when I try to install a qvga skin it takes up the same portion when running previosly in wm5 with truevga mode
so I think it is truevga mode
also while typing the text prediciont works real well
Ergh, can I get rid of the horrible GREEN comm manager?
Other than that, its wm6 again.. Ahh, sigh of releif.
If you change the theme of your device to the windows default and then restart it should get rid of the horrible skin. For some reason mine kept the phone dialler skin until I had restarted again, but now it's not so green any more.
My first impressions are that the device itself runs very well with WM6. So far no real hassles. The only thing I have discovered is that TomTom 6 now thinks my device is a new device so it looks like WM6 has changed the hardware ID. I am still able to use my device. I had to manually active the maps though and the TomTom application for downloading maps and updates won't let me change my device to the 'new' one.
boinger66 said:
no the icon sizes seem the same but when I try to install a qvga skin it takes up the same portion when running previosly in wm5 with truevga mode
so I think it is truevga mode
also while typing the text prediciont works real well
Click to expand...
Click to collapse
Yep, the buttons are large. I'm not quite with you with the other comment, could you post a screenshot? Have you managed to get the smaller homescreen top/bottom bars without installing VGA hack software?
Apart from that, everything is a lot faster, typing on the keyboard is more responsive and I'm happy, deffo worth it just for the proper email client alone.
bydandie said:
Yep, the buttons are large. I'm not quite with you with the other comment, could you post a screenshot? Have you managed to get the smaller homescreen top/bottom bars without installing VGA hack software?
Apart from that, everything is a lot faster, typing on the keyboard is more responsive and I'm happy, deffo worth it just for the proper email client alone.
Click to expand...
Click to collapse
well for example if you use a plugin for a qvga device...
it wont fill the screen
it only takes the same amount of screen space as it would on a qvga device
ie about 1/4 of the screen (i would post a pic but i removed the software)
so that leads me to believe its vga
no VoIp
I can't find the option, did you find it?
boinger66 said:
well for example if you use a plugin for a qvga device...
it wont fill the screen
it only takes the same amount of screen space as it would on a qvga device
ie about 1/4 of the screen (i would post a pic but i removed the software)
so that leads me to believe its vga
Click to expand...
Click to collapse
Hi boinger66,
My main reason for getting the athena is because I do a lot of reading & editing on-the-go mostly pdfs, docs, spreadsheets & powerpoint files. Can you tell me if using these programs with lots of words on-screen (PIE, pdfs,docs, xls) whether there is an increase in the real estate? Is there less scrolling etc, just like you'd see with the vga hacks? Also, are options available to change the resolutions on the fly? Does using the "High Res" option in PIE make a huge difference than before?
Many thanks for your help
Abe.
boinger66 said:
well for example if you use a plugin for a qvga device...
it wont fill the screen
it only takes the same amount of screen space as it would on a qvga device
ie about 1/4 of the screen (i would post a pic but i removed the software)
so that leads me to believe its vga
Click to expand...
Click to collapse
If I'm not asking much, can you make a youtube?
Abram said:
Hi boinger66,
My main reason for getting the athena is because I do a lot of reading & editing on-the-go mostly pdfs, docs, spreadsheets & powerpoint files. Can you tell me if using these programs with lots of words on-screen (PIE, pdfs,docs, xls) whether there is an increase in the real estate? Is there less scrolling etc, just like you'd see with the vga hacks? Also, are options available to change the resolutions on the fly? Does using the "High Res" option in PIE make a huge difference than before?
Many thanks for your help
Abe.
Click to expand...
Click to collapse
The IE high resolution and fit to screen do help, but it also makes the test pretty small. As an example, when displaying yahoo.com, and set to high resolution and fit to screen; the whole width of the web page is displayed.
hey can i install antena wm6.0 in o2 atom life....pls try to help me out...
pls send some sdp softwares to my mail [email protected]
Abram said:
Hi boinger66,
My main reason for getting the athena is because I do a lot of reading & editing on-the-go mostly pdfs, docs, spreadsheets & powerpoint files. Can you tell me if using these programs with lots of words on-screen (PIE, pdfs,docs, xls) whether there is an increase in the real estate? Is there less scrolling etc, just like you'd see with the vga hacks? Also, are options available to change the resolutions on the fly? Does using the "High Res" option in PIE make a huge difference than before?
Many thanks for your help
Abe.
Click to expand...
Click to collapse
let me answer your questions....
1)there is no increase in real estate vs wm5 except in PIE
2)There no no option to change resolution on the fly
3)Yes it does (Pie and Hi-res)
these comments are based on my experience with uni and not athena but are valid for all VGA devices
Additionally there have been reports that VGA Hacks don't work with the later cores of wm6 (the release candidate)
faster than wm5. i had it on xda exec and when i changed to x7500 I kinda missed it but its back baby.
I was happy to see wm6 yesterday. i bought an iphone to see how it is and i was actually disappointed but wm6 made my day.
Thank you xda-dev.
Guys try using Mvr True VGA 1.2 it works..
i dont think you guys are understanding what i am saying
it is true vga
they just made the icons and buttons the same size for easy viewing
if you make smaller icons you get the realestate increase
for example if you install a qvga plug in it will not work...
it will take up the upper left corner of the screen only ... this can be observed by installing the htc audio manage today screen plugin
"Uni" VGA resolution file may work for Athena
I think some expert developers needs to extract the VGA<->QVGA toggle cab files or setup files from "Universal WM6 ROM" and give a try....
May be it will work for our Athena as well....
What do you guys say?
I was really hoping that new ROM is gonna solve this problem...and we will not have to use TrueVga type hacks...
WM6 is fast
Battery problem still here
The Battery problem is still here. You can see only 10, 20, 30, 40 % .... but never 94 %

VGA 144

Hi All
I have been playing with QVGA and True VGA and there is just a too big Gap between the two
One is 2 Big and the other 2 Small
previously on my Jasjar I set the resolution to 144 (Slap Bam in the Middle)
The problem with this is all the VGA Stuff as well as the most of the icons is missing but ..... IT IS REALLY the best RES to work, not too smal or big the sliders etc also looks just right
Shouldn't we start looking at developing for 144 Resolution and get it over and done with once and for all
OK - It's been a long time since I've done this, where do we start!!!!!!!
VGA 128dpi
Hi Skillie,
144dpi resources are hard to get so it would be quite a lot of work. I can easily provide you with 128dpi resources because they are supported by Microsoft.
I will provide you with the necessay files within the next 2 days.
Cheers,
Tobias
VGA 128
This is the installation for VGA 128dpi. Give it a try. This one is for English devices. If you need any other language let me know.
If you don't need the video call function then you can fix the phone by setting the registry entry
HKLM\Security\Phone\Skin\Enabled=0 and perform a soft reset.
Have fun
PS: When I will find the time I will provide a little program to switch betwen 192dpi <-> 128dpi <-> 96dpi
VGA 128pdi
Sorry it seems that there was a problem with the upload ...
Yeah Man!!!!!!
This is so cool - did you do it all on your own?
I will test this for a while and let you know but the size is nether too big or small - This I can live with this for more than 10 minutes - look at that real-estate!!!!!
Thanks u are Tops!!!
VGA 128dpi
I'm doing PocketPC development device driver development since 2002, so it was not a big deal
There are some minor issues with some dialogs, like the wireless config dialog but I will fix that when I have some time. Actually I got the resources from the QVGA 320x320 emulator, which runs at 128dpi.
Cheers,
Tobias
I have been playing with it - my Phone works but the other usual stuff not
but i am so impressed with this I will actually keep it on this resolution
A lot of work has gone into fixing the the cosmetics i'm sure to find the right files for this as well
From now on I am recommending this to all who complain about big Icons \(or too smal ones )
Excellent Work !!!!!!!
I bet this will be part of WM7!!!!!!
Cheers
Frikkie
I'm gonna sound like a real noob now .... can i just install this new CAb and try it? If i dont like it uninstall and then reset and its gone? Dont wanna bugger up my Ameo as I have it working how i like apart from the screen space!
adamelphick said:
If i dont like it uninstall and then reset and its gone?
Click to expand...
Click to collapse
´
If you uninstall it again you will be back on 192dpi (factory default).
Cheers,
Tobias
I tried this utility quickly. Initially seemed ok. Today screen looked good as did the program files.
However when I tried to start Excel, nothing seemed to happen at all except the machine was apparently stuck on something. It stopped doing anything beyond putting the word excel in the title bar. Still saw the 3 pocket office icons on the screen and that's all that happened. Had to manually stop Excel with the memory tool. Uninstalled the vga cab and all is back to normal, including a working Excel.
I tried this. Excel and word worked perfectly for me.
The backlight glider also has no problem. HTC homeplug is perfect.
Phone application works although it leaves a space at the bottom. Also,I can't see the dialed number if it is not one stored in the contact database. Any way it still beats VJBigphone hands down.
Comm manager is messed up still.
Standard keyboard are too small, as expected. However the Tengo keyboard is still prefect.
All icons on tasksbar are perfect. Today screen icons are completely perfect.
The beautiful standardcalculator skin is gone, replaced by ugly looking round lines for the keys. But this is no big deal. I don't need the standard calculator anyway. HiCalc is the way to go, and HiCalc works well, other than a little gap at the top.
This resolution is way way better IMHO than ozvga or mvrtrurvga. The size of the taskbar and bottom bar is a lot more pleasing, and blend in with the application better, since theit sizes does not contrast too sharply from the button sizes of traditional applicationapplications.
The only real problem is, my navigation software iGO my way is completely messed up. What a pity. I like this resolution very much,but would hate to have to uninstall then soft reset to drive. After driving,I would have to install then soft reset to get back to this.
Is it possible to have a program to toggle,at least to remove the need for installing and uninstalling? I suppose it is not possible to avoid the soft reset?
eaglesteve said:
Is it possible to have a program to toggle,at least to remove the need for installing and uninstalling? I suppose it is not possible to avoid the soft reset?
Click to expand...
Click to collapse
I will provide you one this evening. BTW: TomTom for instance works perfectly with this resolution. iGO also doesn't work with 96dpi on VGA as far as I know. I'm sorry
Cheers,
Tobias
Just surprised why it takes so long for this utility to come out. Very very fantastic!
Good... at last something new to play with since the WM6 flashing.
This is definitely the resolution that brings the X7500 to its fullest rights
As mentioned earlier someone had issues with the Excell but I also had a issue but everything works now
Cool
I'm looking forward for the toggle to switch the display modes. Thanks for your huge contribution.
Does it work with WM6? To come back to factory resolution is it enough to uninstall it?
THX so much!
asci said:
Does it work with WM6? To come back to factory resolution is it enough to uninstall it?
THX so much!
Click to expand...
Click to collapse
Yes it works on Wm5 & 6
and uninstalling it actually restores it
PS This looks awesome on the jasjar as well (But obvioulsy nowhere near the X7500
Regards
Skillie
THX so much...about phone skin? Should I use an appropriate skin to use the phone?
Great, but some icons missing
Hi, I love it, however some of the small icons in SPB Pocket Plus / Diary are missing... any chance for a fix?

Working TouchFlo (Alpha) for Athena (Szabi CubeLauncher)

http://blog.yam.com/leo2016/article/11682010
This is the original Link to a working TouchFlo (Alpha) I am currently testing on the Athena using VGA 96 DPI and the AP/PK's latest v2.0. I have included a zip folder of selected screen shots. I first found this link outside the forum, then learned that other devices on the forum are already working with it.
The program is installed via two CAB files, one installs Adobe FlashLite, the other is Szabi CubeLauncher. Perform a soft reset after loading. Launching is currently to a 'Home Screen' Start>Programs>CubeLaunch. The home background is a bit suggestive, so if you would like to avoid that image, copy the attached bg.jpg to Program Files>Szabi>CubeLauncher and over write the existing file. It can be any 240x320 jpg you prefer.
When you install the CubeLauncher, you also get a CubeConfig program which lets you customize any of the 5 faces of the 'Cube' which is relally a 5-sided prism or polyhedron. Screen shots of each face are included along with one transitional rotation captured.
TouchFlo has been on of the hottest topics around the forum with nearly every device scrambling to cook it into ROMS. Up to now, cooking was necessary as the base applications from the HTC Touch are dll driven. Since this application is Flash(tm) enabled, there is no need for booting with the dll's.
Launching from the home screen is much like the HTC Touch, with an UPWARDS swipe of the finger from the bottom or middle part of the screen. Sides are rotated forward and back with sideways swipes as you would intuitively expect. You can also open and close the cube with a single stylus poke in the bottom center of the screen. Close from the home screen by touching the lower right signal bar.
The first page is a 6 application program launcher followed by a twelve slot phone contacts photo gallery on page two. Page three is a 6 app media page while page four is primarily for MS Office Apps. Page five is yours to play with.
The developer's web site is in Chinese, but the translation indicates that trials of the demo and feedback are welcomed. You can download the demo at the following Link: Http://rapidshare.com/files/54065589/Szabi-CubeLauncherICON.rar
It is not a finished work (yet) but it is getting close. Please provide your thoughts and interest so the the Project Team can assess wether or not to work on this for our devices. As you will see, we can easily do more with VGA quality backgrounds and icons, but the basics are definitely there.
Kind Regards to the Developer
guau! looks very nice! thanks bro!!!!
Nice find...
Hi raskell.
Excellent find! We'll look into this...for sure.
raskell said:
http://blog.yam.com/leo2016/article/11682010
(...)
The home background is a bit suggestive, so if you would like to avoid that image, copy the attached bg.jpg to Program Files>Szabi>CubeLauncher and over write the existing file. It can be any 240x320 jpg you prefer.
(...)
Click to expand...
Click to collapse
I prefer the original one... hmmmm
The program... Great finding.... the program... yes, and the wallpaper.
mackaby007 said:
Hi raskell.
Excellent find! We'll look into this...for sure.
Click to expand...
Click to collapse
yes we will. nice find
Any idea if this works at 128Dpi ? My eyesight isn't what it used to be (says he leaning on his zimmer frame)
Nice find, thanks for sharing.
Pawel062 said:
yes we will. nice find
Click to expand...
Click to collapse
Did you try?
I would like if it is compatible with ROM Black Touch AP2
If you need not change the dpi i am all up for it!
would someone be super kind and put on a direct link or something else than rapid share, coz i can't use that from my company
Installed on my X7500 WM6 ITA with 96dpi setting, here they are my considerations:
1. Graphic should be improved with an appropriate resolution of images used to build the interface. (I hope I can do it by maself)
2. Scrolling works well even if touching feedback should be more reactive on striping finger over display
3. Not all the applications link work. I hope I can customize by myself
4. Home screen works fine, images resolution apart.
Nothing I can say about RAM and battery usage...still testing it.
Confucious said:
Any idea if this works at 128Dpi ? My eyesight isn't what it used to be (says he leaning on his zimmer frame)
Nice find, thanks for sharing.
Click to expand...
Click to collapse
Tested with 128 DPI Settings and it looks and works the same, regardless of the font. Some of the demo apps are not set to the correct file links, however using the CubeConfig module, this is easily corrected. I just went through each screen and tested what worked an what didn't, then ran the CubeConfig and changed the broken links. Again, this is an (Alpha Demo) but it is working!
Bother! Was hoping you would say it didn't work
I really should know better than to install beta software, let alone alpha!
Can I resist trying it......
probably not !
Thanks
raskell said:
Tested with 128 DPI Settings and it looks and works the same, regardless of the font. Some of the demo apps are not set to the correct file links, however using the CubeConfig module, this is easily corrected. I just went through each screen and tested what worked an what didn't, then ran the CubeConfig and changed the broken links. Again, this is an (Alpha Demo) but it is working!
Click to expand...
Click to collapse
Tested with 192 DPI settings and it looks and works the same...
Does it work in WM5?
satanisme said:
Does it work in WM5?
Click to expand...
Click to collapse
Everything I have seen and know about this, YES, it should work fine in WM5. I do not have a WM5 device configured at present so I haven't tested it there. If you do test it, report back please so others can know this as well.
very nice app, with lots of potential,
I just get " Unexpected error in CubeLaunch.exe"
All I have installed is the Szabi CubeLauncherICONB.cab - do i need to install somethoing else?
Confucious said:
I just get " Unexpected error in CubeLaunch.exe"
All I have installed is the Szabi CubeLauncherICONB.cab - do i need to install somethoing else?
Click to expand...
Click to collapse
yes flashlite
when you reset a notify icon will appear bottom right click it too see the cube.
oh btw the original developer is on XDA
this thread looks very promising.
http://forum.xda-developers.com/showthread.php?t=328010
Whenever I hit the icon I get a "Not supported Landscape mode yet;"
I have tried to uninstall then reinstall but still get the same message. Any ideas? Using the X7500 on 128dpi. Thanks

iCaller - simple CallerID app - alpha version 0.1.0.3

iCaller v0.1.0.3 alpha
Simple CallerID application which extends system default Incoming Call screen with full-sized pictures, additional contact information and fully customized interface.
Currently, it is an alpha version, which means that it may contain bugs and do not work correctly on some devices. Please give me the feedback, I'll be fixing issues.
You may get it also at my new home site
Features:
- Lightweight
- Expands default incoming call screen without affecting its behavior
- Full-sized contact picture
- Pictures can be stored on a Storage Card or in Pocket Outlook database
- Picture can vary for the same contact depending on its phone number (just name the picture with a number, e.g. 5554433.jpg)
- Customized interface based on HTML (using system HTMLView control, thanks for idea goes to mrproper)
ToDo:
- Screen lock functionality
- Speed improvements
- Bugfixing
Instructions:
- Unpack contents of the archive in a folder on your device, e.g. \Program Files\iCaller (do not forget to copy zlibce.dll too!)
- Check settings.ini - it is configured for English version of Windows Mobile OS, you may need to replace sSysCallerWndTitle option from 'Phone - Incoming...' to your localized name of system default Incoming Call window
- Launch iCaller.exe
For detailed instructions refer to readme.html
Note!
Stop and restart iCaller each time you modify the settings.ini file!
Thanks will test with manila about time just a simple fullscreen caller
Does not work with manila 2D as the manila caller id cuts Icaller out also the call delay is much worse on my 5-6 times before ring is herd ?
wapvirus said:
Thanks will test with manila about time just a simple fullscreen caller
Does not work with manila 2D as the manila caller id cuts Icaller out also the call delay is much worse on my 5-6 times before ring is herd ?
Click to expand...
Click to collapse
Haven't tested with Manila yet. Probably it will require modifying sSysCallerWndClass and sSysCallerWndTitle options in settings.ini to properly hide Manila CallerID. I'll investigate the delay issue too. Thanks for the feedback!
mmh, this is a feature that is build in s2u2 allready (runnes on any device, fullscreen), so where is the different if this is ready?
So this might only be usefull if there is really someone out there who does not use s2u2 , (maybe throttlelock users)
bluemetalaxe said:
mmh, this is a feature that is build in s2u2 allready (runnes on any device, fullscreen), so where is the different if this is ready?
So this might only be usefull if there is really someone out there who does not use s2u2 , (maybe throttlelock users)
Click to expand...
Click to collapse
In fact, I've installed S2U2 and uninstalled it two days after, didn't like the weight and functional overload. So it's up to users to decide
truburt said:
In fact, I've installed S2U2 and uninstalled it two days after, didn't like the weight and functional overload. So it's up to users to decide
Click to expand...
Click to collapse
Not to forget that iCaller works usefully on Smartphones whereas I, for one, have never gotten anything working with S2U2 on a Smartphone. Plus it's lightweight and since you're using the HTMLViewer that means it's also pretty configurable.
I've got a few ideas myself on themes for it...!
Kermit Woodall
Managing Editor
GadgetNutz.com
I assume you can put this in the startup drawer/folder or put a .lnk to it there to start this everytime the phone starts?
Kermit Woodall
Managing Editor
GadgetNutz.com
You say its customizable with graphics..Is this a whole skin/theme ability or just replacing already existing files ?
And is it possible to have gfx for tapped state as well ? And transparent PNG files ?
If so, I would be really interested in skinning it (once its stable and fast ^^).
And, maybe I get this wrong but what do you mean by "screen lock functionality" ?? Sounds like S2U2
regards,
Martin
mmh, its lightwight, of course because it has not much functions, so wait two weeks and we will see because it seems that there is a lock function coming too
The other thing is that you need this and a screenlocker application and a volume control application and and and. with s2u2 you can disable parts of programm. Just my thoughts about another calleer iD.
But maybe usefull for non touch devices or other lockers, as i said.
hey Schmidler, Oesterreich gehoert wieder zu Deutschland *kleiner Spass aus Bayern
Running it on ATT Tilt, stock 6.1 rom, with HTC Home Plugin. Works great so far. I like the HTML layout, it can be customized quite easily.
I have been looking for something like this for a while now, I'll test some more and report back.
yes, S2U2 already got a lot of functionality, but its true that it´s memory intesive.
[OFF-TOPIC] @bluemetalaxe: xD ja klar, Deutsches Reich nichwahr kennst ja hoffentlich http://www.youtube.com/watch?v=wGPGSyCreJA [/OFF-TOPIC]
athis is exactly what I have been looking for for a long time!!!
огромное спасибо!
Going to try on my wizard to see how it works. hopefuly it will rescale my outlook contact photos to something more reasonable.
edit:
Here is a smaller picture for the no caller id.
it is saved as a 2color png in 8bits
weighs less than a kb as oposed to the 7kb in the one you posted.
(This should make a lot the difference with speed as well)
bluemetalaxe said:
mmh, this is a feature that is build in s2u2 allready (runnes on any device, fullscreen), so where is the different if this is ready?
So this might only be usefull if there is really someone out there who does not use s2u2 , (maybe throttlelock users)
Click to expand...
Click to collapse
I'm not using S2U2 or ThrottleLock, and I do find this application could be very useful.
truburt said:
In fact, I've installed S2U2 and uninstalled it two days after, didn't like the weight and functional overload. So it's up to users to decide
Click to expand...
Click to collapse
i have to agree with you.. S2U2 is heavy and pointless for some people. i don't use it and nor need it. I'll be using iCaller, no doubt about it.
thanks
pilgrim011 said:
I'm not using S2U2 or ThrottleLock, and I do find this application could be very useful.
Click to expand...
Click to collapse
I think that the big difference is that it is so lightweight.
You can have as many pictures as you want for your people on storage card without making PIMVOL as huge as mine (1.5mb) and only for few contacts!
can you immagine if I had pictures for ALL of my 200+ contacts??? that would probably add up to 5mb!
Hi Burt,
Installed on my HTC Touch on program files , but still getting the small screen with the picture on the background.
How do i get rid of the small old screen showing the number & get only the new full screen.
thx.
here is what happened on my wizard:
installed ran testcalled from a friends phone.
at the top of the screen I got 3 pictures (same ones from my outlook. under it the blue screen. under that the standard windows mobile bubble.
I think that there needs to be some kind of a scaling engine for outlook photos. at least double size. and the background needs to change from the scarry blue to a black or very dark grey.
looking forward to an update. thanks for trying to tackle a problem that many cant seem to care about
truburt said:
iCaller v0.1.0.2 alpha
Click to expand...
Click to collapse
many many thanks for sharing this useful application, I attach italian.lng (rename .txt in .lng) for Italian users.
I'm trying to change the font size in default theme to have it bigger, but I don't know which value I have to write instad of "{ font-size: large; }"
Thanks in advance.
Ciao, Andrea
Genius2000 said:
many many thanks for sharing this useful application, I attach italian.lng (rename .txt in .lng) for Italian users.
I'm trying to change the font size in default theme to have it bigger, but I don't know which value I have to write instad of "{ font-size: large; }"
Thanks in advance.
Ciao, Andrea
Click to expand...
Click to collapse
I just found how to change the font size "{ font-size: 180%; }", now I would like to change also the font color, any hint?
Ciao, Andrea
S.V.I said:
here is what happened on my wizard:
installed ran testcalled from a friends phone.
at the top of the screen I got 3 pictures (same ones from my outlook. under it the blue screen. under that the standard windows mobile bubble.
I think that there needs to be some kind of a scaling engine for outlook photos. at least double size. and the background needs to change from the scarry blue to a black or very dark grey.
looking forward to an update. thanks for trying to tackle a problem that many cant seem to care about
Click to expand...
Click to collapse
this is exactly what happened to me

Categories

Resources