Related
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?
Current version: 1.0
Description: Pocket Quotes allows you to track as many stocks as you want, and to display daily/weekly/yearly charts of a stock.
Source code and CAB installer at: http://pocketquotes.codeplex.com
Last update: 6/4/09
Features:
1. Unlimited number of stocks that can be tracked
2. Can configure interval of updates
3. Can keep comma delimited file of update history
4. Pocket PC and PC versions
5. Open Source, written in Basic4ppc
Version .12
Version .12 has been uploaded to the main post.
Changes:
1. CAB installation
2. Added ability to add/delete stocks
3. Modified screen to show % change
Pocket Quotes great on my Samsung Epix
I've been looking for a stock quote app for my Epix (320x320 screen) for quite a while. Couldn't find a free/inexpensive one that worked on my display.
Thought about trying to program one for myself, but it's been a long time since I've done any "real" programming. Found this app via the forums at basic4ppc and then found the CAB installation here.
I love it! It works great! Thank you for coding and sharing this!
Had a couple of suggestions for possible future enhancements beyond those you had listed above:
Display a progress bar or message when updating stocks.
Allow the user to change the font size for the list of stocks.
Allow the user to optionally turn on/off the display of the detail box and have a longer list of stocks shown.
Allow the user to optionally input a user-friendly name to display in place of the ticker symbol on the main list. e.g. "Ford" instead of just "F".
Allow user to specify the order of the stocks, or keep them in alphabetical order.
Optionally let the user choose to display the list either with alternating colors OR with color coded backgrounds in the list box which indicate postive changes (green), negative changes (red), or no change (gray).
Implement a settings dialog to allow the user to configure any options you implement.
Publicize this app more and provide a way for people to make donations to show their appreciation
As I said, I am very grateful that you built and shared this app. You did a great job making it smart enough to adjust the display to the device on which it is running.
My suggestions are just ways in which you might enhance it to allow your users to customize it more to their liking.
4/25 Update: Found one additional issue. Can't seem to download stock market indices. For example, the Dow Jones Industrial average (symbol "^DJI"). Looks like the "^DJI" is being turned into "%5EDJI" and then not returning any prices.
gibbers said:
I've been looking for a stock quote app for my Epix (320x320 screen) for quite a while. Couldn't find a free/inexpensive one that worked on my display.
Thought about trying to program one for myself, but it's been a long time since I've done any "real" programming. Found this app via the forums at basic4ppc and then found the CAB installation here.
I love it! It works great! Thank you for coding and sharing this!
Had a couple of suggestions for possible future enhancements beyond those you had listed above:
Display a progress bar or message when updating stocks.
Allow the user to change the font size for the list of stocks.
Allow the user to optionally turn on/off the display of the detail box and have a longer list of stocks shown.
Allow the user to optionally input a user-friendly name to display in place of the ticker symbol on the main list. e.g. "Ford" instead of just "F".
Allow user to specify the order of the stocks, or keep them in alphabetical order.
Optionally let the user choose to display the list either with alternating colors OR with color coded backgrounds in the list box which indicate postive changes (green), negative changes (red), or no change (gray).
Implement a settings dialog to allow the user to configure any options you implement.
Publicize this app more and provide a way for people to make donations to show their appreciation
As I said, I am very grateful that you built and shared this app. You did a great job making it smart enough to adjust the display to the device on which it is running.
My suggestions are just ways in which you might enhance it to allow your users to customize it more to their liking.
4/25 Update: Found one additional issue. Can't seem to download stock market indices. For example, the Dow Jones Industrial average (symbol "^DJI"). Looks like the "^DJI" is being turned into "%5EDJI" and then not returning any prices.
Click to expand...
Click to collapse
Thanks for the feedback and suggestions - I had stopped working on this because it didn't look like there was any interest. I'll take some of your ideas and add them to the next release (which will be after I finish taking the PMP certification - preparing for that is taking up a lot of my spare time)
I'll check on the DJ symbols - they should work since it works within Yahoo and I'm using the Yahoo feed for updates.
also eur/usd parameter should b configurable as well...
good appz
gibbers said:
I've been looking for a stock quote app for my Epix (320x320 screen) for quite a while. Couldn't find a free/inexpensive one that worked on my display.
Thought about trying to program one for myself, but it's been a long time since I've done any "real" programming. Found this app via the forums at basic4ppc and then found the CAB installation here.
I love it! It works great! Thank you for coding and sharing this!
Had a couple of suggestions for possible future enhancements beyond those you had listed above:
Display a progress bar or message when updating stocks.
Allow the user to change the font size for the list of stocks.
Allow the user to optionally turn on/off the display of the detail box and have a longer list of stocks shown.
Allow the user to optionally input a user-friendly name to display in place of the ticker symbol on the main list. e.g. "Ford" instead of just "F".
Allow user to specify the order of the stocks, or keep them in alphabetical order.
Optionally let the user choose to display the list either with alternating colors OR with color coded backgrounds in the list box which indicate postive changes (green), negative changes (red), or no change (gray).
Implement a settings dialog to allow the user to configure any options you implement.
Publicize this app more and provide a way for people to make donations to show their appreciation
As I said, I am very grateful that you built and shared this app. You did a great job making it smart enough to adjust the display to the device on which it is running.
My suggestions are just ways in which you might enhance it to allow your users to customize it more to their liking.
4/25 Update: Found one additional issue. Can't seem to download stock market indices. For example, the Dow Jones Industrial average (symbol "^DJI"). Looks like the "^DJI" is being turned into "%5EDJI" and then not returning any prices.
Click to expand...
Click to collapse
I fixed the VGA display (Portrait only) and tested the Dow Jones - it doesn't work because "^DJI" is passed as part of the string and http doesn't like that. I need to urlencode it and see if that works.
I'll work on some of the other suggestions and get a developer's release out soon.
Version D-14
I have placed version D-14 (developer's release) on the main post. Unzip and copy to your PDA.
I have not implemented any of the excellent suggestions yet - I'm working on stabilizing the core functionality before I start adding to it.
Changes included in this release:
1. Added a splash screen on start-up (it's downloading stock updates in the background)
2. Fixed sort when adding stock symbol
3. Fixed VGA display (still only Portrait though)
4. URL encoded "^" for DJI - but it still doesn't work. I need to work with the Yahoo RSS feed to see why not
5. Fixed delete symbol bug (it didn't update all of the arrays, causing the wrong details to be displayed on a symbol)
For anyone with B4PPC, I added the source code to the zip file. Requires the ListView and fgControls library (included)
Feedback and suggestions are welcome.
UPDATE: Version D-14 uploaded to first post. I had left off a zero in the timer control, causing the program to refresh 6 seconds x setting - needed to be every 60 seconds per each minute in the setting.
Release D-15
Release D-13 has been uploaded to the main post
Changes:
1. Add downloading of stock chart when selecting stock symbol
2. Organized program images into gfx directory
3. Minor bug fixes & tweaks
Downloaded and tried D-15. Couple of new issues introduced.
Delete does not seem to be working for me. I can select it from the context menu, but after a brief delay it just repaints the screen without deleting anything. I can add stocks, but can't delete them without editing the pocketquotes.ini file.
Also the detail display is no longer displaying properly on my Epix (320x320 resolution). The bottom of the first row of characters with stock name is cut off, and I can only see the "Close" and "Highest" labels. The close price displays OK, but the Highest price gets truncated on the right (even though there is space on the screen to display it.) Also the bottom line which displays the last trade date is ovelaying other data and the bottom of the last trade text is also cut off.
Finally, in the Add dialog, it looks like there may be a display problem. But I think it was there before too. Below the label which says "Enter Stock", it looks like there is something there, but I can only see a few of the top pixels above the Cancel button.
Just reverted back to D-13 version, and it appears delete does not work for me with this version either. In this version, If I delete a stock, it is removed from the list. But it reappears when I close and reopen the app.
Do you have access to an emulator to see how it runs on a square screen device? If not I could probably figure out how to get a screen cap if it would help.
gibbers said:
Downloaded and tried D-15. Couple of new issues introduced.
Delete does not seem to be working for me. I can select it from the context menu, but after a brief delay it just repaints the screen without deleting anything. I can add stocks, but can't delete them without editing the pocketquotes.ini file.
Also the detail display is no longer displaying properly on my Epix (320x320 resolution). The bottom of the first row of characters with stock name is cut off, and I can only see the "Close" and "Highest" labels. The close price displays OK, but the Highest price gets truncated on the right (even though there is space on the screen to display it.) Also the bottom line which displays the last trade date is ovelaying other data and the bottom of the last trade text is also cut off.
Finally, in the Add dialog, it looks like there may be a display problem. But I think it was there before too. Below the label which says "Enter Stock", it looks like there is something there, but I can only see a few of the top pixels above the Cancel button.
Just reverted back to D-13 version, and it appears delete does not work for me with this version either. In this version, If I delete a stock, it is removed from the list. But it reappears when I close and reopen the app.
Do you have access to an emulator to see how it runs on a square screen device? If not I could probably figure out how to get a screen cap if it would help.
Click to expand...
Click to collapse
First, thanks for the feedback.
When you delete a stock, it should go to the download routine (it will display the download image) and then repaint the screen. On my PDA it does not put the symbol that was deleted back there.
Can you send me the stock symbols that you are using? I'll try a test with that.
As for the display on 320x320 - that is a resolution that I've always had mixed results with. I think I am going to remove the stock detail area at the bottom and display it when you click on the symbol (the one that shows the chart) This will make it easier to program as I can use the entire available screen for listing the stocks.
I'll check the add code. I may need to add a refresh or something to force a screen update. There should be a panel with an input box. I did notice it does a refresh download (which it shouldn't do at this point)
Last, I'll install the emulators so I can run some additional testing.
Version D-16
gibbers said:
Downloaded and tried D-15. Couple of new issues introduced.
Delete does not seem to be working for me. I can select it from the context menu, but after a brief delay it just repaints the screen without deleting anything. I can add stocks, but can't delete them without editing the pocketquotes.ini file.
Also the detail display is no longer displaying properly on my Epix (320x320 resolution). The bottom of the first row of characters with stock name is cut off, and I can only see the "Close" and "Highest" labels. The close price displays OK, but the Highest price gets truncated on the right (even though there is space on the screen to display it.) Also the bottom line which displays the last trade date is ovelaying other data and the bottom of the last trade text is also cut off.
Finally, in the Add dialog, it looks like there may be a display problem. But I think it was there before too. Below the label which says "Enter Stock", it looks like there is something there, but I can only see a few of the top pixels above the Cancel button.
Just reverted back to D-13 version, and it appears delete does not work for me with this version either. In this version, If I delete a stock, it is removed from the list. But it reappears when I close and reopen the app.
Do you have access to an emulator to see how it runs on a square screen device? If not I could probably figure out how to get a screen cap if it would help.
Click to expand...
Click to collapse
I have uploaded D-16 to the main post.
Changes:
1. Stock detail info moved to chart page; main page only shows list of stock symbols
2. Moved "Add Stock Symbol" from pop-up panel to new page; should display
I am in the process of setting up the emulators, but since function has been moved off onto a separate page, they should display properly on all screen sizes (portrait mode only)
Display Issues on Samsung Epix
Looks like Version D-16 still has some issues on my phone.
It appears that the details display area shrunk between version D-13 and D-15.
D-13
D-15
And the chart display area grew between version D-15 and D-16.
D-15
D-16
In terms of the Add Panel, it looks pretty much the same in all three versions, and is functional. Is there some text cut off which is peeking up from behind the cancel button on my display?
D-13
D-15
D-16
In the attached images, note that the ^DJI chart does display. It's just the quotes for ^DJI and other indices that don't work. Maybe a clue to fixing it? Or maybe not.
I still can't delete any symbols from the UI. I'm going to try deleting the ini file, since it was originally created with an old version, and manually edited on my PC. I figure a fresh start couldn't hurt and so far I don't have many symbols to re-add anyway. Will let you know how that works out.
I like the idea of the combined chart and details screen. If you can figure out how to get the display area for details to be sized right (as it was in D-13), then maybe you could use whatever is left on the screen to display the chart.
Also meant to add, that the display of the actual stocks on D16 works well. Just missing the data for the market indices.
I appreciate the work you are putting into this. I think you are on your way to a great little utility here.
Tried with a brand new .ini file. Similiar issues. It appears that you created a default .ini with the auto companies. I deleted all except HMC without issue. Then I added all the symbols I had before. And tried to delete several. None could be deleted. Except the HMC one. Then I couldn't delete others. The only thing I could see was that HMC was first entry on the list in the .ini file. And the remainder of the entries were NOT in alphabetical order. Are they supposed to be in alpha order in the .ini file? Could it be that the indices are somehow messing things up?
gibbers said:
Tried with a brand new .ini file. Similiar issues. It appears that you created a default .ini with the auto companies. I deleted all except HMC without issue. Then I added all the symbols I had before. And tried to delete several. None could be deleted. Except the HMC one. Then I couldn't delete others. The only thing I could see was that HMC was first entry on the list in the .ini file. And the remainder of the entries were NOT in alphabetical order. Are they supposed to be in alpha order in the .ini file? Could it be that the indices are somehow messing things up?
Click to expand...
Click to collapse
That sounds like it could be the problem why it's not deleting; the "^" symbol is messing things up.
The screen display is cutting off some information on the 320x320 display (works ok on VGA and QVGA) - I have some code that I need to apply to setting the form for 320x320. It's really a simple calculation where if the display is 320 I use an offset factor of 1.25, and if its VGA I use an offset factor of 2. I just need to apply this for your display.
Thanks for the images - it helps me to see what is happening. I'm having trouble getting the networking to work within the emulator so it's not downloading stock data (I may have to build an off-line mode to work around this)
I'll get an update back to you later today.
Version .19
Developer's Release .19
1. Added "splash" screen when updating stocks
2. Added configuration to change list row colors
3. Moved stock info to graph screen - main shows only list of stocks
4. Fixed sort when adding new stock
5. Fixed SIP when adding stock
Still working on some of the other suggestions.
I will cab this on the next release. I'm going to add in a update from web feature (I just implemented the same on pocket quotes) so that users can be sure that they always have the latest version.
Release 1.0
I've updated "Pocket Quotes" and released the first public release 1.0 with source code on my wiki: http://campusbbs.freehostia.com/doku.php?id=pocket_quotes
See main post for screen shots.
Some of the features added:
1. Additional charts added (now includes daily, weekly, yearly)
2. Update from the web
digitaldon37 said:
I've updated "Pocket Quotes" and released the first public release 1.0 with source code on my wiki: http://campusbbs.freehostia.com/doku.php?id=pocket_quotes
See main post for screen shots.
Some of the features added:
1. Additional charts added (now includes daily, weekly, yearly)
2. Update from the web
Click to expand...
Click to collapse
Thank you for making a stock quote program. I have been looking for a long time and there are relatively few programs that work well. I like many of the things you have done but there are some things I like from other community members. Please take a quick look at the post below.
http://forum.xda-developers.com/showthread.php?t=476613
I like the way each stock line shows red or green depending on stock up/down or profit/loss. Also, its nice to have the added screen space that the scroll bar takes up. Perhaps the scroll bar is not needed?
Platform: Windows Mobile (Tested on 6.5.x)
Overview: A simple Check List application
* Organized by Categories
* New / Modify / Delete Category
* New / Modify / Delete Item
* Move Item to Vault / Restore Item from Vault
* Touch friendly
* Included Desktop Companion (PC application)
* No Master Lists!
* No Descriptions / Notes
* No Quantities
* No Item Pictures
* No Prices
* Without many functions and options
JUST A FRIENDLY CHECKLIST!
Download (old) 1.1 VGA version
Download 2.1 (W)VGA version
Download Desktop Companion version 2.1
Changelog v2.0 :
- Fixed the WVGA resolution.
- The Splash Screen was Changed.
- The user can change the order of the Categories / Items
- Settings Panel added
- The Program now can keep the Backlight On (option)
- The user can change the Item (list) height (option)
- The user can change the Text size (option)
- The user can enable/disable the message dialogs (option)
- The user can enable/disable the splash screen (option)
- The database is saved only if changes detected.
- The graphic files was retouched.
- Many minor bug fixes.
Changelog v2.1 :
- added gray boxes
- fixed category problem
- fixed minus problem (-)
- Marks by default the first Category
- Marks by default the first Item in the selected category
- Many minor bug fixes.
First Impressions
I just discovered this app and thought I'd leave my first impressions. Here goes...
At first go it's just what I've been looking for: a simple checklist app. It seems to be just that. I wouldn't say it's immediately intuitive, but with some messing around I picked up the basic routine. As with all things, with a little more playing around it will become 2nd nature. You should be aware, however, that the screen doesn't render properly in landscape (my phone is a TP2 [WVGA] see details in sig). As such, I couldn't confirm compatibility with the hard keyboard on my device.
Also, something to consider for future development, would be a way to create a link for a specific list that can be placed in one's calendar/appt editor. This probably takes away from the simplicity aspect, but that would be really slick!
I'll play with it some more throughout the week, but for simplicity's sake I like what you've put together -- at least on 1st impressions. Thanks for sharing!
thank you very much for your comments
Dadi68 said:
Platform: Windows Mobile (Tested on 6.5.x)
Overview: A simple Check List application
* No Master Lists!
* No Descriptions / Notes
* No Quantities
* No Item Pictures
* No Prices
* Without many functions and options
JUST A FRIENDLY CHECKLIST!
Click to expand...
Click to collapse
...really simple, really friendly ... but: that is what I really need, it's quick, it's easy....it's GREAT (you're right: keep it simple!!!)
It works on HD2, no prob with keyboard...
I hope, that you are buying soon a new device, to develop a WVGA-Version...aäh, whats about a wrap-up or second row for longer entrys ?
THX and greetz
fast_zorro said:
...really simple, really friendly ... but: that is what I really need, it's quick, it's easy....it's GREAT (you're right: keep it simple!!!)
It works on HD2, no prob with keyboard...
I hope, that you are buying soon a new device, to develop a WVGA-Version...aäh, whats about a wrap-up or second row for longer entrys ?
THX and greetz
Click to expand...
Click to collapse
Do u want to be a beta tester of the 1.2 version? (its wvga compatible - i hope)
Thanks to fast_zorro's valuable help, a WVGA version is coming!
ETA : this weekend
short video for the app
...9.....8....7.....6....
..thanks god, it's friday....
fast_zorro said:
..thanks god, it's friday....
Click to expand...
Click to collapse
Good morning dear beta tester
Today I will make a new version of the desktop companion and tomorrow morning I will release the full package
Im thinking to add an "enable single tap" option but i dont know because its not so friendly...
Anywayz, I will send you the released package via email - megaupload
Have a nice Friday people!
Dadi68 said:
Today I will make a new version of the desktop companion and tomorrow morning I will release the full package
Im thinking to add an "enable single tap" option but i dont know because its not so friendly...
Click to expand...
Click to collapse
May I leave some friendly feedback?
(I'm going to assume you said "yes"...)
First of all, allow me to repeat that this is a great little app. Simple and useful. Further, you have shared it with us freely, and I'm the first to acknowledge "beggars can't be choosy." With this in mind, I offer the following...
The boot time is too slow. One would think that given how light-weight this app is, it should load much like an immediate toggle on/toggle off application. While you're deserving of the credit appearing in your 'welcome'/'boot' screen, perhaps eliminating this feature would speed the load time? Even if it would not speed the load, I would like to see the Category menu straight away without an extra screen to pass through.
Second, it would be nice if Categories, and not just Items, could be saved to the vault. (Am I missing something?) It would be nice to create a simple template to the vault, then be able to copy a version to the active menu which could be applied as needed. Make sense?
Lastly, would it be possible to move the command bar down a centimeter or so? That way 4 full Category/Item panels could be visible w/o having to scroll up/down. I understand it's placed to accommodate ergonomic thumb usage, but to see 4 full Item panels, as opposed to 3 1/2, would be worth the slight stretch...
I'm really looking forward to a WVGA version as I'll be able to use the keyboard on my TP2, which would make this even MORE useful!
Once again, many thanks!!!
p.s. - There's also a couple of spelling errors in the menu guides. 'Aproove' comes to mind right off. ('Approve' is correct) However, your English is far superior to my Greek, so I have no room to criticize...
Minnesinger said:
May I leave some friendly feedback?
(I'm going to assume you said "yes"...)
First of all, allow me to repeat that this is a great little app. Simple and useful. Further, you have shared it with us freely, and I'm the first to acknowledge "beggars can't be choosy." With this in mind, I offer the following...
The boot time is too slow. One would think that given how light-weight this app is, it should load much like an immediate toggle on/toggle off application. While you're deserving of the credit appearing in your 'welcome'/'boot' screen, perhaps eliminating this feature would speed the load time? Even if it would not speed the load, I would like to see the Category menu straight away without an extra screen to pass through.
The boot time is extremely slow... Its not my fault... This programming language is slow (even a "Hello world" takes 3-4 secs to load)
In the new version you have the option to disable the splash screen
Second, it would be nice if Categories, and not just Items, could be saved to the vault. (Am I missing something?) It would be nice to create a simple template to the vault, then be able to copy a version to the active menu which could be applied as needed. Make sense?
Why you make your life so difficult?
Lastly, would it be possible to move the command bar down a centimeter or so? That way 4 full Category/Item panels could be visible w/o having to scroll up/down. I understand it's placed to accommodate ergonomic thumb usage, but to see 4 full Item panels, as opposed to 3 1/2, would be worth the slight stretch...
In the new version you can adjust the row height of the items/categories
I'm really looking forward to a WVGA version as I'll be able to use the keyboard on my TP2, which would make this even MORE useful!
Wait 30 minutes...
Once again, many thanks!!!
You r welcome my friend
p.s. - There's also a couple of spelling errors in the menu guides. 'Aproove' comes to mind right off. ('Approve' is correct) However, your English is far superior to my Greek, so I have no room to criticize...
Please help me to correct them... My English suck...
Maybe I will release the new version in Greek
Click to expand...
Click to collapse
Thank you very much for your post
Dimitris
Version 2.0 added at first post
Thanks to fast_zorro for his valuable help on the WVGA support
Minnesinger said:
May I leave some friendly feedback?
Second, it would be nice if Categories, and not just Items, could be saved to the vault. (Am I missing something?) It would be nice to create a simple template to the vault, then be able to copy a version to the active menu which could be applied as needed. Make sense?
.
Click to expand...
Click to collapse
...not bad, I'm also think about this topic...but, keep in mind the important issue: "small and easy".
I think, these is the most benefit from this app, so any new features should be aware of this point before added.
(MASPWARE Checklist, as example, looks nice, but you could be very easily lost in categories and items in up to 4 stages of deep)
But you're right, there are some improvents possible - let's see, what others will say and give Dadi68 a chance to enjoy the summer before making a version 3.0...
fast_zorro said:
...not bad, I'm also think about this topic...but, keep in mind the important issue: "small and easy".
I think, these is the most benefit from this app, so any new features should be aware of this point before added.
(MASPWARE Checklist, as example, looks nice, but you could be very easily lost in categories and items in up to 4 stages of deep)
But you're right, there are some improvents possible - let's see, what others will say and give Dadi68 a chance to enjoy the summer before making a version 3.0...
Click to expand...
Click to collapse
Hahahaha run DaDi RUNNNNNNNNN
2 weeks left for vacations guys
Ok, add categories to vault...
you mean an empty cateory or a category full of items?
I started to like that idea
Dadi68 said:
Ok, add categories to vault...
you mean an empty cateory or a category full of items?
I started to like that idea
Click to expand...
Click to collapse
Yes, a category full of items: a template. For example, a simple agenda template...
A template of the user's own design could be kept in the vault. In my case, there are occasions when I don't need to use a full appointment editor; I just need to keep a running list of contacts and times for any given day. Instead of retyping the time increments over and over, a blank agenda is always at the ready!
Although, this brings up another issue for me:
Whenever I attempt to edit one of the time slots on my agenda template, I get the warning seen in the pic above. I have the current-most NETCF v35 on my device, in addition to the NET CF v35 Messages.EN.wm .cab: am I missing anything? If I click 'yes' I'm able to continue and add a contact to a time slot, but the error message repeats with each edit.
Looking for ward to watching your app evolve -- Thanks!
Minnesinger said:
Yes, a category full of items: a template. For example, a simple agenda template...
A template of the user's own design could be kept in the vault. In my case, there are occasions when I don't need to use a full appointment editor; I just need to keep a running list of contacts and times for any given day. Instead of retyping the time increments over and over, a blank agenda is always at the ready!
Although, this brings up another issue for me:
Whenever I attempt to edit one of the time slots on my agenda template, I get the warning seen in the pic above. I have the current-most NETCF v35 on my device, in addition to the NET CF v35 Messages.EN.wm .cab: am I missing anything? If I click 'yes' I'm able to continue and add a contact to a time slot, but the error message repeats with each edit.
Looking for ward to watching your app evolve -- Thanks!
Click to expand...
Click to collapse
Replace the [-] with [...] and it will work fine!
About the Category -> Vault ...gimme some time, maybe next week
great tool - thats what i'm looking for. THX!!
Look nicely, I will try this program out.
Guys a beta 2.1 is out, that supports grayed checkboxes...
Im waiting for comments from my dear beta-tester
@Minnesinger : Can you help me by correcting spelling errors? To fix them before release the new version?
@All :
To Do:
1. Store full Categories (with items) into Vault [ NEXT WEEK ]
Have a beautiful weekend people!
Dadi68 said:
@Minnesinger : Can you help me by correcting spelling errors? To fix them before release the new version?
Click to expand...
Click to collapse
Yes, of course. I would be happy to. Check your PMs and I'll attach a Word document with a complete list. Although, from what I've observed there are only a few minor things...
第一次发帖,没有技术含量,多多包涵。希望对大家有用,多多支持!
该软件手机root后,才可使用!
还在担心修改字体时提示空间不足吗,不比为了腾出空间而删去系统软件,这个软件轻松实现系统软件,应用软件互相转移。例如:像 谷歌地图、allshare等等均可
马上行动吧
程序来源:
ITFunz是Martincz在2009年7月17日在广大Linxu Magx E8玩家的帮助、支持、赞助下建立的一个民间社区。
2011-3-18 16:49
该软件不是面向所有型号手机的,不过在三星I5800,还能正常使用,刚进入的时候可能会卡,这绝对不会影响使用!
本程序特性:
1.你只需要安装这一个程序,即可达到多种功能!极大节省手机空间!
2.你将体验到我无与伦比的更新速度,近乎天天有惊喜,让你的手机越来越强!
3.强大的CPU超频能力,让你的手机运行如飞!---采用国外overclock超频模块,感谢原作者!
4.基带修改能力,让你出门在外随时拥有良好出色的信号!----DEFY版本剔除,有单独的DEFY基带切换助手
5.JIT加速体验版,2.1上让你先睹为快!----DEFY版本剔除,不适用于开机启用
6.通话结束时震动,让你更少受到辐射的伤害!
7.电源管理,解放你的电源键,快速重启、关机、进recovery、进Bootloader!
8.定时关机,一星期7天,什么时候关机随心所欲!
9.屏幕锁控制,让你点亮屏幕不再有恼人解锁界面的同时,支持任何按键激活屏幕!
10.屏幕唤醒控制,让你的相机也能唤醒屏幕!----DEFY版本剔除,尚未根据DEFY键值修改
11.屏幕亮度轻松调节,突破系统最低亮度限制,重启依旧有效。
12.LED触摸灯轻松控制,夜晚看书省电又不晃眼!重启依旧有效。
13.未接来电提示灯支持,可修改颜色!----DEFY版本剔除,测试无效
14.强大的主题管理器----DEFY版本剔除,尚无主题。
15.Google服务**突破功能----DEFY版本剔除,避免和广告过滤系统冲突
16.支持多种编码且支持中文的文本阅读器
17.两百多种文件的关联自动识别。
18.APK批量安装
19.开机动画点击自动识别更换,需命名为bootanimation.zip
20.强大的Root文件管理器
21.支持自定义铃声
22.支持一键锁屏
23.屏幕坏点检测
24.清空Market搜索记录
25.清空收藏联系人记录
26.智能程序精简模块
27.照相无声----DEFY版本剔除,DEFY相机自带功能
28.程序搬家
29.专家级超频
30.CPU性能控制台
31.华丽的ITFUNZ魔幻控件
32.自动检测Root,如没有Root手机,可帮助您Roo手机。----DEFY版本剔除,需在电脑商Root
For those wondering what it is:-
English translation
The first post, no technical content, bear with me. We hope to be useful, a lot of support!
The software phone root before they can use!
Also worried about lack of space prompted to modify the fonts you, better than to free up space by deleting the system software, the software easy system software, application software, each transfer. For example: Like Google Maps, allshare and so can be
Just do it right away
Program Source:
ITFunz is Martincz on July 17, 2009 in the vast Linxu Magx E8 player's help, support, established under the auspices of a civil community.
2011-3-18 16:49
The software is not available to all mobile phone models, but the Samsung I5800, but also the normal use, the time may be just entering the card, it will not affect the use!
The program features:
1. You only need to install this program, you can achieve a variety of functions! Significant savings in mobile space!
2. You will experience unparalleled update my speed, almost every day there are surprises, so that your phone is growing!
3. Powerful CPU overclocking, so your phone runs like a champ! --- The use of foreign overclock overclocking module, thanks to the original author!
4. Baseband modification capability, so you always have a good away from home excellent signal! ---- DEFY version removed, a separate baseband switch Assistant DEFY
5.JIT accelerate the trial version, 2.1 allows you to preview! ---- DEFY version removed, does not apply to enable the boot
6. Call the end of the vibration, so that less subject to radiation damage you!
7. Power management, the liberation of your power button, fast reboot, shutdown, into recovery, into the Bootloader!
8. Timing shutdown 7 days a week, when arbitrary off!
9. Screen lock control, so you no longer have the annoying light up the screen interface to unlock the same time, support any button to activate the screen!
10. Wake-up control of the screen, so you can wake up the screen the camera! ---- DEFY version removed, yet key changes under the DEFY
11. Easily adjust screen brightness, minimum brightness limit break system, restart is still valid.
12.LED touch easily control lights, power without dazzling night reading! Restart is still valid.
13. Missed Call Alert light support, to modify the color! ---- DEFY version removed, the test is invalid
14. Powerful version of the theme manager ---- DEFY removed, there is no theme.
15.Google service breakthrough feature ---- DEFY version ** removed, to avoid conflict and ad filtering system
16. Supports multiple encoding and support for Chinese text reader
17. More than two hundred files associated with automatic identification.
18.APK Batch Installation
19. Boot animation click automatic identification replacement, to be named bootanimation.zip
20. Powerful File Manager Root
21. Support for custom ring tones
22. Support a key lock screen
23. Screen dead pixel test
24. Clear Market Search History
25. Empty contact record collection
26. Smart program to streamline module
27. Photographic version of a silent ---- DEFY removed, DEFY the camera comes with features
28. Program moving
29. Expert Overclocking
30.CPU Performance Console
31. Ornate ITFUNZ magical control
32. Automatic detection Root, Root, such as no mobile phones, mobile phones can help you Roo. ---- DEFY version removed, to be in the computer business Root
Excellent app..... cant understand anything not even a trace of english to read except CPU.....LOL
rudolf895 said:
For those wondering what it is:-
English translation
The first post, no technical content, bear with me. We hope to be useful, a lot of support!
The software phone root before they can use!
Also worried about lack of space prompted to modify the fonts you, better than to free up space by deleting the system software, the software easy system software, application software, each transfer. For example: Like Google Maps, allshare and so can be
Just do it right away
Program Source:
ITFunz is Martincz on July 17, 2009 in the vast Linxu Magx E8 player's help, support, established under the auspices of a civil community.
2011-3-18 16:49
The software is not available to all mobile phone models, but the Samsung I5800, but also the normal use, the time may be just entering the card, it will not affect the use!
The program features:
1. You only need to install this program, you can achieve a variety of functions! Significant savings in mobile space!
2. You will experience unparalleled update my speed, almost every day there are surprises, so that your phone is growing!
3. Powerful CPU overclocking, so your phone runs like a champ! --- The use of foreign overclock overclocking module, thanks to the original author!
4. Baseband modification capability, so you always have a good away from home excellent signal! ---- DEFY version removed, a separate baseband switch Assistant DEFY
5.JIT accelerate the trial version, 2.1 allows you to preview! ---- DEFY version removed, does not apply to enable the boot
6. Call the end of the vibration, so that less subject to radiation damage you!
7. Power management, the liberation of your power button, fast reboot, shutdown, into recovery, into the Bootloader!
8. Timing shutdown 7 days a week, when arbitrary off!
9. Screen lock control, so you no longer have the annoying light up the screen interface to unlock the same time, support any button to activate the screen!
10. Wake-up control of the screen, so you can wake up the screen the camera! ---- DEFY version removed, yet key changes under the DEFY
11. Easily adjust screen brightness, minimum brightness limit break system, restart is still valid.
12.LED touch easily control lights, power without dazzling night reading! Restart is still valid.
13. Missed Call Alert light support, to modify the color! ---- DEFY version removed, the test is invalid
14. Powerful version of the theme manager ---- DEFY removed, there is no theme.
15.Google service breakthrough feature ---- DEFY version ** removed, to avoid conflict and ad filtering system
16. Supports multiple encoding and support for Chinese text reader
17. More than two hundred files associated with automatic identification.
18.APK Batch Installation
19. Boot animation click automatic identification replacement, to be named bootanimation.zip
20. Powerful File Manager Root
21. Support for custom ring tones
22. Support a key lock screen
23. Screen dead pixel test
24. Clear Market Search History
25. Empty contact record collection
26. Smart program to streamline module
27. Photographic version of a silent ---- DEFY removed, DEFY the camera comes with features
28. Program moving
29. Expert Overclocking
30.CPU Performance Console
31. Ornate ITFUNZ magical control
32. Automatic detection Root, Root, such as no mobile phones, mobile phones can help you Roo. ---- DEFY version removed, to be in the computer business Root
Click to expand...
Click to collapse
the english translation is bad ,can't what i want express. I'm wake in english ,but the software is good .just do it ,you will like it .thanks for yours translating!!
you's computer has't Chinese Character Font Library ,are you understand
Pls post only in english this is an english forum
Sent from my GT-I5800 using XDA Premium App
xiaofeng1990 said:
you's computer has't Chinese Character Font Library ,are you understand
Click to expand...
Click to collapse
With my computer i can read chinese...but i don't understand it --"
maybe you are right ,but I come here purpose is to spread Chinese language and learn English.
deadwood01 said:
Excellent app..... cant understand anything not even a trace of english to read except CPU.....LOL
Click to expand...
Click to collapse
xiaofeng1990 said:
you's computer has't Chinese Character Font Library ,are you understand
Click to expand...
Click to collapse
Darius_AWS said:
With my computer i can read chinese...but i don't understand it --"
Click to expand...
Click to collapse
Hahaha! That was funny!
xiaofeng1990 said:
the english translation is bad ,can't what i want express. I'm wake in english ,but the software is good .just do it ,you will like it .thanks for yours translating!!
Click to expand...
Click to collapse
i did not translate it Google translator did..
anybody has tried this chinese application. ..
Yes, but it's in Chinese (surprising )
xiaofeng1990 said:
maybe you are right ,but I come here purpose is to spread Chinese language and learn English.
Click to expand...
Click to collapse
hi
the rule of this forum is to use only English to communicate in this forum
so follow the forum rules pls also change ur first page asap
GalaxyDrei said:
Yes, but it's in Chinese (surprising )
Click to expand...
Click to collapse
That means useless for us untill it converted into english
translation (again )
This is my first time post in this forum,and this post does not contain any tech stuff,please bear with it。hope this software is useful to everyone,and give it a chance to try!
This software can only be used after rooted the phone!
If you are worry there is no enough space when you want to change the fonts, and there is a need to uninstall some system app, this software enables to change system app to user app, interchangeable (i hope i get this part correct since the chinese part is unclear). For example, this is applicable to google map, all share and etc.
Source:
ITFunz is biult under Martincz in 17th July, 2009 with the help, support and sponsor from Linxu Magx E8 player
2011-3-18 16:49
This software is not available to different models of phones, but it can be used for I5800. Tt will be slightly hang when first enter, yet will not affect the usage/performance.
Specifications:
1.One app for multi-functions! Can save lotsa space!
2.Frequent updates of the software. Almost everyday the user can experience surprises, lead to a fantastic phone.
3.Consist of high frequency (this one sounds weird), your phone can afford a blazing fast speed! ---this technology is made based on overclockmod,credit to the one created it!
4.Able to edit so that your phone can always have excellent network connection! (the original line lack of something)!----DEFY version is deleted,there is standalone DEFY that have the auto-switch function
(so sorry I can't really understand this line)
5.JIT beta,2.1 version is released to let you experience the ultra fast speed----DEFY version is deleted,but it is not suitable to used when phone boot
6.No vibration when calls end, so that you are less vulnerable to radioactive!
7.Battery manager,there are functions like: 解放你的电源键(sorry i dont know what it means),(quick reboot)、(power off)、recovery、Bootloader!
8.You can set the time (up to 7 days in a week) to switch off the phone
9.unlock screen control,press on any button to unlock the phone!
10unlock screen control,camera also can unlock the screen!----DEFY version is deleted,still haven't edit according to DEFY values.
11.Easily adjust phone brightness,even get the lowest (beyond the phone lowest limit),and it is still applicable after reboot.
12.Easily adjust LED control,save battery as well as protect your eyes when you read ebook at night!and it is still applicable when reboot.
13.Indication of miss call is supported by the blinking of LED,can change to any cp;pr!----DEFY version is deleted, it is found to be useless after tested
14.Theme manager----DEFY version is deleted, there is no themes available so far
15.Google service**can get lotsa functions (which is not elaborated in original text)----DEFY version is deleted to avoid the adv filter have compatibility with the system
16.support different encoding as well as chinese reader
17.more than 200 types of file auto-association.
18.multi-apk can be installed in the same time
19.can change boot animation,need to name it as bootanimation.zip
20.Root manager
21.support custom ringtone
22.support one button lock (direct translation since i don get the original text meaning)
23.check whether there is any faulty in particular area of the screen
24.clear the search history at Market
25.clear favourite contacts record
26.smart software simple interface (again direct translation)
27.no sound when use camera to take photo----DEFY is deleted,DEFY camera carries auto functions
28.app manager
29.专家级超频 (again dunno what, guess should be dealing with video player)
30.CPU control
31.华丽的ITFUNZ魔幻控件 (some kind of control yet i dunno what it controls)
32.Auto-detect whether your phone is root or not. If it is not rooted, you can use this software to root your phone.
Anyway to change the language of this app. ?
xiaofeng1990 said:
maybe you are right ,but I come here purpose is to spread Chinese language and learn English.
Click to expand...
Click to collapse
Well, this is not a suitable place for you to "spread chinese language". What i suggest is you can try to introduce this app to everyone using english, indeed it is a very good way for you to brush up your english.
这不是一个适合推广中文的地方。我会建议你用英文来介绍这个软件给大家,何况这是一个很好的方法让你锻炼英文
sorry for my bad english and chinese. hope you guys can understand
tried. but cannot change language. and "move sys app to user app" this function does not work for me
oh,you understand Chinese!so surprise
Guys , I've found this watchface maker for windows on Huami BBS site, it took me a while to register there and find it using google translate , so I'll post it here , if that's ok.
I can't post credits since I don't know chinese , so if anyone is kind enough to find it , I'll gladly edit post.
Also, if author of file on HuamiBBS didn't give a permission to share , which I didn't come across with google translate, I'll remove it. Anyways, I reckon it will be helpful in previewing your watchfaces, since it can import, edit, save , etc.
It has one exe and one dll which is english translation , I think. For me , it starts in english by default
It does have a number of bugs, and some features are quite oddly implemented, plus it doesn't match the actual layout you'll see on the watch, but it's a good tool for testing watch faces you've made with features that Fabio's site doesn't currently support.
I would like to see some watchface maker that allow us to change icons color or even simply remove them. I found few watchface pictures from samsungs s3 that could be reproduced, but I miss that maker. Or it exist and I missed it?
For me it starts in Chinese, and I couldn't find where to change it... =(
DRoma82 said:
For me it starts in Chinese, and I couldn't find where to change it... =(
Click to expand...
Click to collapse
Have you tried to change you PC language to English ? Someone told me that it could be the way to use the Face maker in English. I haven't tried it yet on my own...
kwoodall said:
made with features that Fabio's site doesn't currently support.
Click to expand...
Click to collapse
What additional features are there?
When saving watch faces I get the message 'object reference not set to an instance of an object'.
The first time I only had a background image but I did not select the image.
I think it works the same way for time hands but doubleclicking the time digits does not allow me to set something.
Any idea how to fix this?
generationgav said:
What additional features are there?
Click to expand...
Click to collapse
Masks, multiple backgrounds, multiple fonts, etc
droidhd said:
I would like to see some watchface maker that allow us to change icons color or even simply remove them. I found few watchface pictures from samsungs s3 that could be reproduced, but I miss that maker. Or it exist and I missed it?
Click to expand...
Click to collapse
This is a limitation of the API. You can't make such a watchface for pace, unless it is an apk.
Wen I open an existing digital watch face I can see the actual time in the time digits and the clock is ticking. In the one I create I can only see an empty rectangle.
How to make sure the time is visible?