[APP] (Updated 20100627) Slide2Send 0.9.1 beta - Windows Mobile Software Development

Hi all,
i decided to start a new thread to facilitate Slide2Send 0.5 beta and further versions.
The idea for this application comes from this thread
The program makes use of this wrapper, created by rwt33
Special thanks to Daddy2k for his help with adding a send message in the send items folder.
Issues regarding Slide2Send can be posted here from now on.
Slide2send has the following features
Folder View (Swipe from right to left in inbox view)
New SMS (Swipe from left to right in inbox view)
Slide2Send (in new message view)
Slide2Reply (in detail message view)
Skinning options
Sent sms to unknown contact(s) (my own suggestion to do this)
Sent sms to multiple contacts (contacts will be displayed, you have to click the contact image (or the area where a contact image would be) to select a contact, select it again to deselect)
Mark sms as read after reading
Delete all SMS
Delete SMS
Mark sms as read after deleting
Refresh Inbox after new recieved SMS
Language section added to settings.xml
First letter search in contact screen
About screen
Conversation mode and normal mode ,conversation mode currently works as follows, sms messages are grouped by contact/number and send/recieved time, the last send or recieved message is displayed first. if you select a message it is either opened and the details are displayed or a new list is displayed that shows the conversation history. you can then again select a message and the details will be displayed. a red arrow indicates a send message to a contact and a green arrow indicates a recieved message from a contact. Conversation mode can currently only be turned off by setting the <ConversationView> item to 0 in the settings.xml
It should display in both QVGA,WQVGA and VGA,WVGA.
The latest version is 0.9.1 beta
This version has the following:
speed improvements, initial startup time will probably still feel a bit slow, but overall performance will be much improved. (although scrolling could feel a bit unresponsive on some devices, still working on that )
bugfix: NullPointerException in draft folder
bugfix: sms inbox not correctly displayed when recieving a new sms
bugfix: sms inbox not correctly displayed when sending a new sms
bugfix: sms inbox not correctly displayed when deleting a new sms
more tweaking of the UI
Skinning
If users would like to use their own images in the application, all images in the UI folder can be replaced with your own. The program resizes the images if needed, but for best results please use the same dimensions at the original images.Please also read post #3
Known bugs
The program currently has performance issues, this is work in progress.
Some screenshots
Inbox / Conversation mode / Details / Contacts / New message (Swipe from left to right in inbox view) / Folders (Swipe from right to left in inbox view)
{
"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"
}

Language settings
The setting.xml contains a language section, that looks like the following. The program uses these entries to display menu text and messages. The properties code and Name are currently not used, because i am not sure what to do with these. For now simply edit the values where you see fit!
<LanguageSettings>
<Language code="1" Name="English">
<About>About</About>
<InboxText>Slid2Send - Inbox</InboxText>
<DetailsText>Slid2Send - Details</DetailsText>
<Delete>Delete</Delete>
<DeleteAll>Delete all</DeleteAll>
<Exit>Exit</Exit>
<AreYouSure>Are you sure?</AreYouSure>
<DeleteAllMessages>Delete all messages</DeleteAllMessages>
<Reply>Reply</Reply>
<Send>Send</Send>
<Back>Back</Back>
<Cancel>Cancel</Cancel>
<Yes>Yes</Yes>
<No>No</No>
<Proceed>Proceed</Proceed>
<Contacts>Contacts</Contacts>
<Menu>Menu</Menu>
<NewMessageTo>New Message to</NewMessageTo>
<MessageSendTo>Message send to</MessageSendTo>
<MessageNotSendto>Message NOT to</MessageNotSendto>
<EnterNumbers>Enter number(s)</EnterNumbers>
<Minimize>Minimize</Minimize>
<ChooseNew>Choose message type and contacts</ChooseNew>
<UnknownContact>Unknown contact</UnknownContact>
<FromContact>From contact</FromContact>
<FromMultipleContact>From multiple contacts</FromMultipleContact>
</Language>
</LanguageSettings>
Also feel free to post your language sections, so i can include them in later versions, or for use by others

Color settings and custom images
If users would like to use their own images in the application, all images in the UI folder can be replaced with your own. The program resizes the images if needed, but for best results please use the same dimensions at the original images.
The settings.xml contains a skinning/color section, that looks like the following. All color values have to be HTML hex values (inclusing the # !)
The next version(s) will expand on ,and add to, these settings for a hopefully richer skinning experience.
<ColorSettings>
<ListBackgroundColor>#FFFFFF</ListBackgroundColor>
<ListFontColor>#000000</ListFontColor>
<SelectedItemColor>#0000FF</SelectedItemColor>
<FormColor>#000000</FormColor>
<UnreadColor>#FF0000</UnreadColor>
<SliderLeftColor>#FF0000</SliderLeftColor>
<SliderRightColor>#00FF00</SliderRightColor>
</ColorSettings>

mb286 said:
Reserved for further use
Click to expand...
Click to collapse
Any screen shots please?

could you post up a cab please? I would love to use this except there isn't anything in the zip to install it, just an EXE , some xml an image, and other files.

Lawler said:
could you post up a cab please? I would love to use this except there isn't anything in the zip to install it, just an EXE , some xml an image, and other files.
Click to expand...
Click to collapse
unZIP the archive into a folder on your phone, and then run the executable! As its still in BETA - the author hasn't fully completed the software, and in this case, that means no .CAB!!!

rjmjr69 said:
Any screen shots please?
Click to expand...
Click to collapse
i'll try to make some in the next couple of days

can't wait for the next version !!!
im glad that you are working so hard on this project :]]]]

mb286 said:
i'll try to make some in the next couple of days
Click to expand...
Click to collapse
Great can not wait to see this

version update
Hi all,
a small update, work is progressing quite smoothly, but i have again made some changes that has made it neccessary to redo the settings logic. I will need a few more days to get things sorted out.
thank you for your patience.

I'm really interested in your application. It would be really nice to implement a custom send provider functionality. In the way that someone can choose if he wants to send from his mobile device directly or a provider on the internet. (I'm currently working on a project to archieve that, so maybe we can work together, which language do you use?)
I saw that you have problems saving messages to the SMS Store. I made a DLL for that purpose. I hope you can use that

daddy2k said:
I'm really interested in your application. It would be really nice to implement a custom send provider functionality. In the way that someone can choose if he wants to send from his mobile device directly or a provider on the internet. (I'm currently working on a project to archieve that, so maybe we can work together, which language do you use?)
I saw that you have problems saving messages to the SMS Store. I made a DLL for that purpose. I hope you can use that
Click to expand...
Click to collapse
very nice app
great work can´t wait for new release
thanks

daddy2k said:
I'm really interested in your application. It would be really nice to implement a custom send provider functionality. In the way that someone can choose if he wants to send from his mobile device directly or a provider on the internet. (I'm currently working on a project to archieve that, so maybe we can work together, which language do you use?)
I saw that you have problems saving messages to the SMS Store. I made a DLL for that purpose. I hope you can use that
Click to expand...
Click to collapse
thanks for the dll, it works very well! . I am programming the app in C#
for those interested i am calling the dll method like this:
[DllImport("SMSStore.dll")]
private static extern bool createSMSinSentStore (string toNumber, string message, string displayName);

Looks like it will be good, can't wait!

Hey,
any news about the 0.5 release?

longice said:
Hey,
any news about the 0.5 release?
Click to expand...
Click to collapse
i'm afraid the last couple of weeks have been such that development has been at a crawl. Some personal matters have prevented me from working on the app and i have been ill the last couple of days. However i am confident that the first beta will be here soon! that is in the next couple of days

mb286 said:
i'm afraid the last couple of weeks have been such that development has been at a crawl. Some personal matters have prevented me from working on the app and i have been ill the last couple of days. However i am confident that the first beta will be here soon! that is in the next couple of days
Click to expand...
Click to collapse
having said this i have updated the first post with some screenshots

Version 0.5 is here
Hi all,
finally version 0.5 has been released. currently there is no installer and no program icon, this will be added in the next version. This version has also no splashscreen at startup.
if someone would like to make a program icon i would be very interested !
Please see the first three posts for more info

Here is the translation in Greek Language.
There is no translation for menu items: Exit, Delete all and About.
Can we add the nessesary strings for these items, or we must wait for the next version?

Tested it in Touch HD, but the resolution is not correct, everything is very small.

Related

|EXCA|6.5|ROM|WWE| ★ EnergyROM Smartphone (21812) ★ || Build date 2009/7/7 ||

|EXCA|6.5|ROM|WWE| ★ EnergyROM Smartphone (21812) ★ || Build date 2009/7/7 ||
Welcome to my kitchen!
Here's what's on the menu today...
{
"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"
}
This is an HTC Excalibur ROM, based on Windows Mobile 6.5. The current build number and date can be seen in the title of this thread. This will also work on the TMobile Dash (which is what's it's primarily setup for) and any other Excalibur variations.
I always build my ROMs with three main goals.
Eye candy.
Speed!
Smoothness, consistency and good esthetics.
I preconfigure a lot of things in my ROM, because when I flash it on my phone, I want it ready to go, how I'd want it. So, the ringtone, sms/email and other notifications are already set, as well as a background and key shortcuts.
I usually make 2 versions of the ROM. If you don't see one in the download directory, it either means I haven't uploaded it OR I'm not making one for the current release yet.
Here are the different versions and what they mean.
"IE6" includes the new IE6 browser
"IE5" includes the older IE5 browser (less RAM being used).
Downloads
Server 1 (energy.wub.nu) in Germany
http://energy.wub.nu/ROMs/Excalibur/
Server 2 (illusivelife.net) in Canada
http://illusivelife.net/energy/ROMs/Excalibur/
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Changelog
July 7th 2009 (Current release):
MP4 video file playback problem fixed
Default input text mode is now ABC
HTC Sliding Panels added back in
HTC Weather works now
MMS Settings added to Settings
Bold font on MS Sliding Panels back to Regular font
June 17 2009:
- Vista sync settings updated
- Added USB to PC feature in Settings
- Changed keyboard driver to Tmobile driver (a shoudl be able to put the device in vibrate mode now)
- Added Resco Registry and FTP plugins (removed PHM Registry Editor)
- Fixed T9 issues
- Fixed Java shortcut, Java is back in now
- Widgets fixed
- Filesystem cache set to 0 for the OS to auto manage it. More RAM!
- Added Ricky's "extras" such as ET9 layout changed, default browser button changer, opera mini... etc
- Improved memory management.. even with IE6
June 16 2009:
- Initial Release
- Got rid of the ugly green old "windows mobile" logo at bootup.
- Added new color iconbar on the top screen with my icons. See screenshots
- Built on the latest 21812 release of the WM core for smartphone.
- Added Resco Explorer to the ROM. Removed Total Commander.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
If you want to check out my other Excalibur ROM based on Windows Mobile 6.1 look in this forum for it
Screenshots
Addons... Bootloader info.
Reserved for more stuff.
Messenger & windows live with ROM
Hello,
I've started to test this ROM. and the beginning is very good.
Could someone help me to install messenger?
I have a cab but it contains only windows Live, without messenger.
Thanks a lot!!!!
lebero
the comm manager looks like this and the scrolling of phone, bluetooth, airplane mode and wifi is going in the upper one line
idinaxui said:
the comm manager looks like this and the scrolling of phone, bluetooth, airplane mode and wifi is going in the upper one line
Click to expand...
Click to collapse
looks like you're using ookbas 96dpi cab... if you are then uninstall it
MMS
1. There is no interface to configure MMSC setting (had to do it via registry)
2. there is no default app for jpg viewing
Apart from this, seems very stable and fast.
Nice rom.
Did you take out the VPN ?
If yes: do you have the Connection Setup Tool cab ? Then the original HTC cab is too old..
the jpg association can be fixed this way:
open resco explorer, find any .jpg file, choose "action\open with", click "always use this program to open this file type" checkbox, and then choose menu/browse. from list select pimg.exe (this is picture viewer). choose select (left soft key) and done, now the jpg file is opened as usual.
Once again you cooked up a very nice rom. Thanks for the tip on how to fix the .jpg association issue. I just found it when trying different things out and someone already posted the fix for it.
Anyway it does seem that the connection setup does use older data then what I had before. It has not caused a problem yet but just thought I would mention it.
No voice dial?
Just found out, the long pressing of home key opens "All notes", and there is no way to record a voice dial for my contacts...
I understand there are people with no use for voice dial, but is there a cab out there to fix this?
Tritan88 said:
Once again you cooked up a very nice rom. Thanks for the tip on how to fix the .jpg association issue. I just found it when trying different things out and someone already posted the fix for it.
Anyway it does seem that the connection setup does use older data then what I had before. It has not caused a problem yet but just thought I would mention it.
Click to expand...
Click to collapse
Another workaround for the .JPG issue is install XNVIEW app.. it´s free and it´s not a big fat pig (when you think about resources)... Grab it here.
Nice job, Nrg. Thank you.
I´m updating my guide for Brazilian people now...
Regards
alfrjw said:
Just found out, the long pressing of home key opens "All notes", and there is no way to record a voice dial for my contacts...
I understand there are people with no use for voice dial, but is there a cab out there to fix this?
Click to expand...
Click to collapse
Its called... Microsoft Voice Command 1.6 for smartphones. If and when you get it installed, In the voice command setup. for the voice button use App3.
stuck at 3%
what am I doing wrong? I try to load this program and it gets to 3% then tells me the file is corrupt and then the phone reboots. re-downloaded the file several times with same result
How is everyone doing with wifi in this release? In the other thread some folks mentioned that wifi wasn't working well. I haven't had a chance to install this version yet but wifi is a deal breaker for me if it does not work. Thanks.
two_wheels said:
How is everyone doing with wifi in this release? In the other thread some folks mentioned that wifi wasn't working well. I haven't had a chance to install this version yet but wifi is a deal breaker for me if it does not work. Thanks.
Click to expand...
Click to collapse
It is working for me at work today..I don't know why it glitched out on me yesterday at home, but it completely froze my phone up and had to pull the battery. So far so good...
Microsoft Voice Command works well only for English Speakers, as it does not require voice tags for contacts.
As nearly all my contacts have foreign names, it seems i need a different app.
Tried installing Cyberon speed voice dial 1.2, but there seems to be no way to add voice tags to contacts, so it always says there are no recorded tags.
Had no problems with the WiFi on this ROM... my home WPA network works fine.
nrg, any chance of getting the IE5 version uploaded? Thanks
I have set my pictures to open with HTC Album, which works ok, but it seems to be causing some other issues with MMS messages. I try to attach a picture and it does not want to insert it correctly into the MMS message. It just shows the preview icon and not the picture itself.

[rom][wwe][6.1]sheen_2.09 rhodium manila+tachi dialer

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"
}
SYS/XIP 21051
RHODIUM TOUCH FLO 3D 2
TACHI DIALER
NEW CUSTOMIZED TOUCH FLO 3D 2 THEME (from SHOWACO)
RHODIUM/TOPAZ ENHANCEMENTS
RHODIUM COMM MANAGER
EZINPUT 2.1
THEME FEATURES
Home Tab: Removed call history and no appointments. Voicemail and valid appointments still show. Moved appointment list higher so you can see maximum of 4 now. Moved date and alarm above time, and moved carrier name to center. Clock press now takes you to a 6 tab screen(call history, all people, web search, world clock, alarm, and profiles) instead of the standard world clock view.
Album Tab: Enlarged pictures/videos preview size for easier viewing
Music Tab: Enlarged album view and changed perspective
Internet Tab: Removed the logo/Launch Browser for better viewing since new search bar cut into screen area. Added "launch browser" link that launches whatever your default browser is.
Programs Tab: Changed to 3 icon view and changed All Programs to 4 icon view
AFTER THE FLASH:
APPLY HTC BLACK THEME FROM SETTINGS>TODAY
DOWNLOAD
LIST OF BUGS
1 scrolling error in sms recipients
download attached htcscroll2.dll and put it in windows folder
credit: yozgatg (posted here)
reserved again................
and the last one.............
cool
This rom is realy best wm6.1 rom what i have flashed of my diamond fast stabil and nice look realy thanks m8
look very nice
very very good man
Looks really nice great job
TY AGAIN
nice rom thanks for share
thank you for trying
my first attempt in cooking for diamond
i used to cook for artemis before that
i downloaded flashed. everything works fine, havent find yet any bugs.
great appearance! One question, that writing about impossible, why is that there? maybe someone wont like it...
materijalmen said:
i downloaded flashed. everything works fine, havent find yet any bugs.
great appearance! One question, that writing about impossible, why is that there? maybe someone wont like it...
Click to expand...
Click to collapse
its a part of theme i have included in ROM (see first post for link to the theme)
there must be a way to change it
but i am not a good skinner worse than a noob you may say
Is it possible to have a cab to change tab menu all programs from 3 icon view to to 4 icon view?
thanks
Il_Simo said:
Is it possible to have a cab to change tab menu all programs from 3 icon view to to 4 icon view?
thanks
Click to expand...
Click to collapse
it already has 4 icons in programs tab
see screenshots
It looks very nice !
messaging bug
I like your rom but I found the following bug: when you try to enter a recepients name in sms dialog box something messes up. I think that it tries to display contacts from outlook but it doesn't show up but messes up the vertical scrollbar and stuff.
Otherwise seems nice
mosec said:
I like your rom but I found the following bug: when you try to enter a recepients name in sms dialog box something messes up. I think that it tries to display contacts from outlook but it doesn't show up but messes up the vertical scrollbar and stuff.
Otherwise seems nice
Click to expand...
Click to collapse
thank is because of ezinput 2.1,
for more info -> http://forum.xda-developers.com/showthread.php?t=536215
sheennick123456 said:
it already has 4 icons in programs tab
see screenshots
Click to expand...
Click to collapse
yes I know but I would like a cab to change menu view in each rom
?bug?
sheennick123456 said:
it already has 4 icons in programs tab
see screenshots
Click to expand...
Click to collapse
no it not, at me there are 3 icons. And i downloaded that themes but nothing has changed, that impossible stuff is still there.
have been testing your ROM for a day or so & I have listed a few things below as a general feedback.
One of the issues i have is that when assigning images to the people tab, the images are not resized correctly. They are way too big!
I have to go back into the contact & edit the manually by re-selecting the photo a second time. It's not a big issue, just annoying one.
The letter selector on the contacts list is a little jumbled which means the letters are not shown cleanly.
With the tabs on the home screen i really like the text being used however the white shading used at the top half of the tab makes the text a little hard to read in certain light conditions.
Also are you considering releasing a LITE version without the rarely used apps like MS office, Java, MP3 Trimmer, games? Looking for more speed
Generally its a good first attempt as it appears quite stable & reasonbly quick.
well done. looking forward to more releases
cheers
Pete
materijalmen said:
no it not, at me there are 3 icons. And i downloaded that themes but nothing has changed, that impossible stuff is still there.
Click to expand...
Click to collapse
no there are 4 icons in programs tab
and that "impossible" thing is the part of the theme so maybe you should look for some skinner to help you
even i will try to look at that
gtpete said:
have been testing your ROM for a day or so & I have listed a few things below as a general feedback.
One of the issues i have is that when assigning images to the people tab, the images are not resized correctly. They are way too big!
I have to go back into the contact & edit the manually by re-selecting the photo a second time. It's not a big issue, just annoying one.
The letter selector on the contacts list is a little jumbled which means the letters are not shown cleanly.
With the tabs on the home screen i really like the text being used however the white shading used at the top half of the tab makes the text a little hard to read in certain light conditions.
Also are you considering releasing a LITE version without the rarely used apps like MS office, Java, MP3 Trimmer, games? Looking for more speed
Generally its a good first attempt as it appears quite stable & reasonbly quick.
well done. looking forward to more releases
cheers
Pete
Click to expand...
Click to collapse
thanks
i will consider all that
BTW do you think office should be removed??
cause that is the most important thing for me in the phone
ill work on a lite version and fixes

[v1.5] Home Screen Customizer on Marketplace

{
"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"
}
Introducing "Home Screen Customizer" - A finger friendly app available on Marketplace that allows you to customize your Titanium home screen.
v1.5 Screenshots (Showing new Favorite Apps/MRU panel on the right):
This app allows you to rearrange the home screen panels to your liking by simply press & hold then drag the panels around (See left most screenshot). You can also add additional panels or remove existing panels.
Download
The app is on US Marketplace under Tools category. Or use keyword "home screen" to search for it.
The app is also available in many other regions. If I have translation for a language, then it's likely available in that region. Note that v1.5 is not yet available outside US but will be rolled out as Microsoft approves the app for other regions.
If it's not available in your region, you can still switch your Marketplace application to US English or another region that has the app in order to download the Customizer.
Changelog for v1.5:
- Fix for Omnia II
- Fix to stop TARecordExecution message from coming up
- Some minor fixes for search panel
- More translations: Czech, Spanish, and Dutch
- Maybe other stuff that I forgot
For Developers:
If you submit your panel to Marketplace or want to plug into my app's experience, I have built in plugin capability so that you can show an Add form and an Edit form in the UI.
Just download the app from Marketplace and copy \Program Files\Home Screen Customizer\TitaniumAlloyPlugin.dll to PC to be referenced in your .Net CF project.
Please see the attached zip file for a sample of how to implement an Add form to be shown when user adds a panel to their home screen and an Edit form for when user wants to configure something already on their home screen.
[HKLM\Software\Microsoft\CHome\TitaniumAlloyPlugins]
"Your Plugin Name"="Your Plugin DLL Path"
Nice job, I'll try it for sure
edit:
Works like a charm, thanks!
Error
I get an Error when running this application says "An unexpected error has occurred in TitaniumAlloy.exe" Any ideas?
If you're not in US, please try the following:
Go to Start->Settings->System->Regional Settings
Change region to "English (United States)"
Reboot
See if you can find it on Marketplace now
Go back to Regional Settings to change back to original value
Click to expand...
Click to collapse
sorry, but it doesn't work...
alandashby said:
I get an Error when running this application says "An unexpected error has occurred in TitaniumAlloy.exe" Any ideas?
Click to expand...
Click to collapse
Somebody emailed and told me there seems to be problems with Imagio. Is that the device you're using?
I'll have to do some investigation to figure out why, maybe go to a store and play with the device or something.
orzo92 said:
sorry, but it doesn't work...
Click to expand...
Click to collapse
I saw on a forum somebody said those steps might work for non-US markets, but I guess it does not. I'll go figure out the right steps for it to work and report back when I have something.
Love the app. Got it from the Windows Marketplace. I had been using chome editor, but this interface is less complex and user friendly. Not sure if your looking for feedback, but I'll offer some anyway .
I like the contacts panel, but it displays companies rather than person's name as the default. If the company field is empty, then it defaults to name. I think having the name always as the default would be more popular. Just my 2cents. Thanks for the great app.
orzo92 said:
sorry, but it doesn't work...
Click to expand...
Click to collapse
After changing your location you should reinstall the Marketplace - it worked for me.
Kamill said:
After changing your location you should reinstall the Marketplace - it worked for me.
Click to expand...
Click to collapse
Thanks! I'll add the instruction to the 1st post.
shaninNH said:
I like the contacts panel, but it displays companies rather than person's name as the default. If the company field is empty, then it defaults to name. I think having the name always as the default would be more popular. Just my 2cents. Thanks for the great app.
Click to expand...
Click to collapse
Thanks for the feedback. Yeah, I can see why you'd want the name always since these are your favorite contacts and are probably close friends or family.
nice work mate and congrats on making it to Marketplace
the0ne said:
nice work mate and congrats on making it to Marketplace
Click to expand...
Click to collapse
Thanks! By the way, I updated the first post to include instruction on how to make weather panel work for Non-US cities.
For Melbourne, you'd use "wc:ASXX0075"
just found your app through the marketplace. the weather and contacts tab was the only thing that I missed from touchflo3d, now my home screen looks just like I want to
it works great! I tried showaco's chome editor before with no luck.
the only thing missing (for me) is an opera favorites panel (or just launch opera instead of internet explorer from the favorites panel) and the search panel also opens internet explorer by default, I would like it to open opera.
thanks for your work
I'm also getting the Titaniumalloy.exe bug but I'm using a touchpro2 with mighty rom.
Really a nice app! With the MarketPlaceRegionSwitch it was easy to install on a German device.
Just one Problem so far: The weather plugin shows the temperature in °F. How do I switch to °C? And german texts would also be nice...
peterbonge said:
Really a nice app! With the MarketPlaceRegionSwitch it was easy to install on a German device.
Just one Problem so far: The weather plugin shows the temperature in °F. How do I switch to °C? And german texts would also be nice...
Click to expand...
Click to collapse
To switch it to celsius:
Run Home Screen Customizer
Select "weather"
Press "Edit"
Press "Menu"
Press "Celsius"
Press "Save"
As for translation to other languages, I could use some help Google and Bing's machine translations are not good enough.
thedumbkid said:
To switch it to celsius:
Run Home Screen Customizer
Select "weather"
Press "Edit"
Press "Menu"
Press "Celsius"
Press "Save"
As for translation to other languages, I could use some help Google and Bing's machine translations are not good enough.
Click to expand...
Click to collapse
Thanks for the info. But wouldn't it be better to place this setting on the page (below the zipcode) instead of "hiding" it in the menu?
Regarding the translation: I can try to help you. Just post the string file(s) here or send it/them to me (the address is on my website).
Marketplace doesn't think this is for Sprint TP2?
On my desktop, it says I've 'bought' Customizer, but it doesn't have it to download on my phone. It doesn't find it when I search for it either. And yes, I'm set for US English, though at one point on desktop it thought I was in Australia?
Thoughts?
ibap said:
On my desktop, it says I've 'bought' Customizer, but it doesn't have it to download on my phone. It doesn't find it when I search for it either. And yes, I'm set for US English, though at one point on desktop it thought I was in Australia?
Thoughts?
Click to expand...
Click to collapse
Not sure... did you give the marketplace switch tool a try?
peterbonge said:
Thanks for the info. But wouldn't it be better to place this setting on the page (below the zipcode) instead of "hiding" it in the menu?
Regarding the translation: I can try to help you. Just post the string file(s) here or send it/them to me (the address is on my website).
Click to expand...
Click to collapse
Thanks Peter. I agree with you. In general I'd like the UI to be better, but right now the weather panel UI is just what I had time to put together. I have some offers for doing translation, and I still need to put together all the strings being used when I get a chance. Once I have that complete list then I can seek out more help for translation. Thanks!

[APP] Contacts FileAs Mass Changer

Recently I synced my phone and gmail for unknown reasons and discovered that some of my contacts had changed to "Lastname, Firstname" style of display.
Since there were more than a few I wanted to download CONTACT CHANGER but it is not free anymore.
There is a CAB on this site but since I was bored i created a clone of that program with an option to display Nickname if present.
Description
FileAsChanger allows you to change the way contacts are displayed in your phone e.g. FileAs field ("Lastname, Firstname" vs "Firstname Lastname") in all your contacts all at once.
You can change the display name to the following:
* Firstname Lastname
* Lastname, Firstname
* Firstname Middlename Lastname
* Firstname "Nickname" Lastname
* Nickname
* Company Name
Requirements:
.Net Compact Framework 3.5
Source code:
http://fileaschanger.codeplex.com/
Also available at XDA Market
ristiisa said:
Recently I synced my phone and gmail for unknown reasons and discovered that some of my contacts had changed to "Lastname, Firstname" style of display and since there were more than a few I wanted to download CONTACT CHANGER but it is not free anymore http://marketplace.windowsphone.com/details.aspx?appId=1ef4f47b-4145-49b5-bb91-de7c1a46dacd. There is a CAB on this site but since I was bored i created a clone of that program with an option to display Nickname if present.
Not much to say more, usual AS IS crap...
I have attached a binary and source to this post.
.Net CF 3.5 is required for this app.
Enjoy!
Click to expand...
Click to collapse
this is nice program... thanks... ^^
I got this fileAs problem whenever I update my WinLive apps...
Thanks... ^^
Thank You.
thank you man
thank you for this great app... i always have this problem... i hate last name first too
There has been a vacuum for this type of application for far too long! Thanks ristiisa for bringing this to us.
superb thanks bud
Thanks for that app I hate last name first xD
nice to know some one found it useful thanks for your thanks
htc hd2
i have synced my hd2 with gmail contacts and when i use ur app they change fine all first name last name, but then if i check 5 min later (obviously when another sync happens) a handful of contacts have synced back to last name first name. any1 able to shed some light on this? Iv read somewhere that people had problems with attached pictures to contacts but there seems to be a couple with out pictures that are still filing wrong. Iv also tried changing it manually too.
JR
not to say I don't appreciate your work but this was already possible in the app 'Contact Changer'
http://www.1800pocketpc.com/2008/07/02/contact-changer-13-sort-contact-by-first-name-last-name.html
I've been using it for over a year with no problems.
EDIT: Just noticed that you might now have to pay for it. It used to be freeware so I apologise.
Would be great to add an option to display as: Firstname 'Nickname' Lastname
I installed but it says I need never compact framework
That's a great and useful app i was trying to code myself but didn't had the time, thanks, i was really needing this.
Company name
Your app is great and most useful. Can you perhaps suggest a solution for searching / listing numbers by company name? Numbers entered without first/last name, with company name only is listed as Unknown. Searching is a an issue.
Any help would be appreciated.
GeorgeV
I developed something similar: MyContactRenamer..
{
"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"
}
You can specify the new nickname of the contact..
http://mylostblog.altervista.org/my-software/mycontactrenamer/my-contact-renamer
jamieross said:
i have synced my hd2 with gmail contacts and when i use ur app they change fine all first name last name, but then if i check 5 min later (obviously when another sync happens) a handful of contacts have synced back to last name first name. any1 able to shed some light on this? Iv read somewhere that people had problems with attached pictures to contacts but there seems to be a couple with out pictures that are still filing wrong. Iv also tried changing it manually too.
JR
Click to expand...
Click to collapse
I have the same behavior as you... Quite frustrating.
There are a few threads, there is a general opinion that this is a bug...
http://www.google.com/support/forum/p/Google%20Mobile/thread?tid=7c2ba592227a3417&hl=en
http://www.google.com/support/forum/p/Google+Mobile/thread?tid=466cdaeeecc9a9e7&hl=en
TrineFix is also nice applicaton to fix
ristiisa said:
Recently I synced my phone and gmail for unknown reasons and discovered that some of my contacts had changed to "Lastname, Firstname" style of display.
Since there were more than a few I wanted to download CONTACT CHANGER but it is not free anymore.
There is a CAB on this site but since I was bored i created a clone of that program with an option to display Nickname if present.
Description
FileAsChanger allows you to change the way contacts are displayed in your phone e.g. FileAs field ("Lastname, Firstname" vs "Firstname Lastname") in all your contacts all at once.
You can change the display name to the following:
* Firstname Lastname
* Lastname, Firstname
* Firstname Middlename Lastname
* Nickname
Requirements:
.Net Compact Framework 3.5
Also available at XDA Market
Click to expand...
Click to collapse
Here is link to another freeware app. http://www.freewarepocketpc.net/ppc-download-trinefix.html. Nice UI and many more things can be done with this utility.
I still have issue with google sync and I wrote my own ( Mobile and desktop versions) and stop syncing with Google exchage.
my Specific need is to set FileAs = Title + First name + Last Name
Corias said:
Would be great to add an option to display as: Firstname 'Nickname' Lastname
Click to expand...
Click to collapse
I have added the requested feature to the latest version.
v3patel said:
Here is link to another freeware app. http://www.freewarepocketpc.net/ppc-download-trinefix.html. Nice UI and many more things can be done with this utility.
I still have issue with google sync and I wrote my own ( Mobile and desktop versions) and stop syncing with Google exchage.
my Specific need is to set FileAs = Title + First name + Last Name
Click to expand...
Click to collapse
trinefix is a nice app... to bad i failed to find it
Could you perhaps share some more details about your sync'ing app?
gdsv said:
Your app is great and most useful. Can you perhaps suggest a solution for searching / listing numbers by company name? Numbers entered without first/last name, with company name only is listed as Unknown. Searching is a an issue.
Any help would be appreciated.
GeorgeV
Click to expand...
Click to collapse
Fixed so that company name only doesn't produce display name as Unknown...
Also added an option to set display name as company only

[APP][4.1+] Android file manager File Expert V7 Beta invites you for test!

Attention please:
This post has been moved to http://forum.xda-developers.com/android/apps-games/file-expert-v7-beta-invites-to-test-t3107745
Please go ahead to check the newest one.
{
"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"
}
Since being launched in Google Play in 2010, File Expert has undergone six major updates in the past five years.
It keeps improving with your feedback and suggestion all along the way. After 8 month R&D, V7 Beta finally comes to you!
If you are interested in becoming a beta tester to help improve the product, please download and
install the Beta version onto your phone (see them in attachment) and leave a comment below the post.
What’s new in V7?
1. UI makeover
Turquoise and white interface with newly-designed icons for more comforting and cleaner visuals.
2. New layout
Users can now swipe to the left and right to view different file directories: categories, Cloud and tool, which expedites
file locating and operating.
3. Cloud collection
The new File Expert is more than local file management, which gathers worldwidely mainstream Cloud services (Google Drive,
Dropbox, Box, Yandex, SkyDrive, SugarSync, KDrive and Vdisk); users are able to manage files on different Clouds in one App.
4. Small and optional
Smaller APK size: only 2.73 MB, remarkably reduces memory space.
Optional plugins: additional features can be added as plugins according to individual demand.
Classic features reserved and enhanced
Access to External SD card supported on 5.0+
Write access to phone internal storage, SD card and external SD card (Except for Kitkat) .
Access to USB Drive via OTG (only available on some devices, tested on Xiaomi 2S)
Smart File Management
Support all basic file operations: Copy, Cut, Paste, Delete, Create, Sort, Rename, Send, Details, Favorites, Hide, Create Shortcut,
Search, Create and delete folders, batch operation…
Various Ways to Transfer Files
Support Bluetooth, WiFi, SMB Client, FTP, SFTP and FTPS servers.
Safebox: the updated feature will keep your privacy strictly confidential.
Root Explorer: ROOTED users can access all file system and data directories and make changes.
Tags: Classify messy files by colored tags.
Favorite: Add frequently-used files to Favorite and quickly pinpoint them next time.
Memory Manager: Customize memory settings on your phone, for ROOTED phones only.
Super Downloader: Accelerate downloading speed, fast and resumable.
Recycle Bin: Remove files to recycle bin and recover them anytime you want.
Any feedback from you is appreciated and will be handled with caution. You can reply below the post or email [email protected]
if anything comes across your mind after trying.
Thank you so much!
Caution
The new Safebox feature comes with V7 may be incompatible with previous version, which may cause file lost. Please backup all files in V6 Safebox before starting to test.
Well. I like to try. But since I'm using a 10'' tablet, I will wait for landscape support.
doppelhelix said:
Well. I like to try. But since I'm using a 10'' tablet, I will wait for landscape support.
Click to expand...
Click to collapse
Hi, thanks for your support, you can still use this version on a 10'' tablet device
I agree with Doppelhelix,
Testing it out. Will be a little inconvenient as I am using a 12" Galaxy Note Pro and use on my desk in Landscape mode all the time but will make sure it does everything I need it to do.
Thomsonpc said:
I agree with Doppelhelix,
Testing it out. Will be a little inconvenient as I am using a 12" Galaxy Note Pro and use on my desk in Landscape mode all the time but will make sure it does everything I need it to do.
Click to expand...
Click to collapse
Thanks for suggestion, we will add landscape mode asap
The new interface is fantastic, but I'm going to miss the dark theme. The Dropbox plugin didn't install automatically, but all the rest did. SMB client didn't pick up either of my servers. Other than that - so far so good! Great update!
Incidentally, I don't know if "Girl" is the best name for "Light User" in the Memory Manager.
Also I would have preferred to sign in to Gcloud with my username (instead of email). How can I change my profile picture?
MarstMachi said:
The new interface is fantastic, but I'm going to miss the dark theme. The Dropbox plugin didn't install automatically, but all the rest did. SMB client didn't pick up either of my servers. Other than that - so far so good! Great update!
Incidentally, I don't know if "Girl" is the best name for "Light User" in the Memory Manager.
Also I would have preferred to sign in to Gcloud with my username (instead of email). How can I change my profile picture?
Click to expand...
Click to collapse
Hi, thanks for your report and suggestion. I'm sorry you cannot change your profile picture but this will be fixed in the final release of this beta test
Now it's crashing every time I try to access "files" from the main screen. Also all of the plug-ins are now each separate shortcuts in my app drawer.
MarstMachi said:
Now it's crashing every time I try to access "files" from the main screen. Also all of the plug-ins are now each separate shortcuts in my app drawer.
Click to expand...
Click to collapse
Hi there,
Would it be convenient for you to give us a crash log to recur the situation?
How to collect log?
1. Download and install the Log Collector: http://cdn.appnav.cn/logcollector.apk
2. When FC or crash happens in File Expert, quit and open Log Collector. It will collect log automatically.
3. Send us log.
The Clouds are optional, when you install any of them; it will appear on your app drawer.
Cheers,
MarstMachi said:
Now it's crashing every time I try to access "files" from the main screen. Also all of the plug-ins are now each separate shortcuts in my app drawer.
Click to expand...
Click to collapse
Hi there,
The visible plugins have been hidden in Beta 6. Please make sure it works on your device.
If you have more bugs or suggestion, just leave your message below.
Have a nice day!
[quote name="wuzdat" post=61226356]Where is the Dark theme option? It took you forever to finally add a dark black theme to the original file expert and now its not even part of the newest version... What happened?[/QUOTE]<br />
<br />
Hi there,<br />
Thank you for the precious suggestion.<br />
The new version features fresh turquoise. We'll add dark theme soon after it's official published.<br />
If you have any other feedback, don't hesitate to leave your message.<br />
Cheers,<br/>
Is this dark theme still going to be added back to the new version? I'll have to wait until then b4 using this app again, it was a very long wait b4 we ever got it in the old file expert...

Categories

Resources