Build a widget, show the world
Get started with building Mobile Widgets for Vodafone 360.
Find all the tutorials, downloads and links you need for widget development, user experience design, porting, testing and packaging.
Learn more about building Vodafone 360 widgets on developer.vodafone.com.
hi ernst, thanks i'm fine... and thank you for your hint... it sounds good, we'll test it. the curious is that often only the first click fails... the second click works. best blueamerican
Hi all I have a problem with a widget when I start it up the screen flashes whilst loading all the images in I am using hidediv and showdiv as part of the app I have heard of preloading but unsure if that would stop the flashing or even how to do preload properly any help would be great Thank you
Get a new phone and want to transfser contacts from old mobile to the new one? or want to import mobile contacts to computer program, such as outlook, gmail, etc. Here I found an application called GodswMobile Contacts Transfer for Windows Mobile phone to transfer mobile contacts to your computer or to other mobile phones, such as iphone and android phone. So you could transfer hundreds of contacts to new mobile in 5 minutes.
GodswMobile Contacts Transfer is a simple program designed for mobile phone running Microsoft Windows Mobile 5.0 or 6.0/6.1/6.5. It can transfer contacts from cellphone to pc;Transfer both sim card contacts and outlook contacts;Transfer contacts customizer photos and ringtones;Manager contacts on pc. In a word, you can backup and manage mobile contacts easily on your pc with GodswMobile Contacts Transfer. GodswMobile Contacts Transfer v2.0 Key Features: * Transfer both sim card contacts and mobile outlook contacts; * Including an app for PC to view,add,delete,modify and print contacts; * Restore contacts to any other windows mobile phones; * Export contacts as txt, csv,vcf(vCard) format; * Backup contacts pictures and ringtones; * Support unlimited contacts backup/restore; * Support VGA and WVGA Screen (such as HTC Touch HD/2 and Diamond/2). Snapshot:
Read More: http://www.godswmobile.com/how-to-transfer-contacts-for-windows-mobile-phone.html#q21
Directly Download Link:
http://rapidshare.com/files/406636253/godswmobile-contacts-transfer-v2.0.zip
hi, i have a uncommon problem while linking to a third party url in a widget. till now this worked well (the widget is for 360 and s60 devices). <a href="http://www.mynewurl.de?keyword=test"> this is the code in the widget. when clicking on it the browser starts aund opens my url. as i saw yesterday this doesn't work any longer. when clicking on the url the first time, there comes an error from mynewurl because the url is encoded like http://www.mynewurl.de%DFkeyword%DStest when clicking the link a second, third... time, it works. i don't know why. has somthing changed in the apps manager? must i use widget.openURL instead? makes ist sense? Thanks proximity6 ____________________________________________________ Organic SEO| UK SEO
Hi, How are you guys handling all your external storage? I am looking for ideas to have more control and spend less time controlling mine. I have a number of external hard drives, all USB they are use via NFS, SAMBA(CIFS) for storage, sharing etc. Thanks proximity6 ____________________________________________________ Organic SEO| UK SEO
Hi blueamerican, How have you been? Sounds to me like the latest version of the Apps manager(s) might be a bit more picky about URL formatting. I don't think you have to resort to using widget.openURL instead of "a href" links. They should be fully supported. Looking at the format of the href that you have: <a href="http://www.mynewurl.de?keyword=test"> The solution might just be to add a forward slash behind your domain name. I believe it's more safe and according to the standards like this: <a href="http://www.mynewurl.de/?keyword=test"> Cheers, Ernst
hi, i have a uncommon problem while linking to a third party url in a widget. till now this worked well (the widget is for 360 and s60 devices). <a href="http://www.mynewurl.de?keyword=test"> this is the code in the widget. when clicking on it the browser starts aund opens my url. as i saw yesterday this doesn't work any longer. when clicking on the url the first time, there comes an error from mynewurl because the url is encoded like http://www.mynewurl.de%DFkeyword%DStest when clicking the link a second, third... time, it works. i don't know why. has somthing changed in the apps manager? must i use widget.openURL instead? makes ist sense? best regards blueamerican