Two apps I need - XPERIA X1 General

Hey,
my questions:
1. I love Evernote app but I just hate the fact it's just online app!
Do we have any comparable normal, offline application??
2. One thing I deeply miss on my X1 comparing to P1 also by SE,
is advanced photo/picture editor on the phone.
Do we have it available?? With working on contrast and effects....
Grateful for any replies....

Try XnView to work a little bit with your pictures.

de Wolfe said:
Try XnView to work a little bit with your pictures.
Click to expand...
Click to collapse
Lol indeed great thanks!!!
Almost perfect app. The only missing feature is writting on picture...
Anyway great application and has a great features to enhance pictures! Almost full profi!!!

there is also the ms office app
which you get a free windows mobile version
off if you have the pc office version which
include onenote
tough personally I'm trying to move away from ms office
on my pc

Ach yes indeed,
I do have a One Note on my X1..
But it doesn't allow writing ON the picture........

de Wolfe said:
Try XnView to work a little bit with your pictures.
Click to expand...
Click to collapse
Heh,
deWolfe
did you actually manage to save any changes?
I can't seem to be able to save ANY changes made to the picture.
After choosing to submit any changes the picture comes back to it's original state.
Are there any tips to do that?

You have to choose one picture, then change what you want and then you have to click "set" (don't know if it is really "set" because I'm working with the German version; if not something similar). Then the programm saves automatically a copy of the edited pic with all changes. You should just click really through all the options-dialogues and see what you can do there

de Wolfe said:
You have to choose one picture, then change what you want and then you have to click "set" (don't know if it is really "set" because I'm working with the German version; if not something similar). Then the programm saves automatically a copy of the edited pic with all changes. You should just click really through all the options-dialogues and see what you can do there
Click to expand...
Click to collapse
Actually i did so ;-) and couldn't save it.
Anyway I will check it again, the app promises alot!

Ok, I got it to work!
It saves the picture when you choose to submit/set it on the second page,
where the first is the options like contrast etc,
and the second is the file type/quality choice.
Thanks again.
The app works quite nice. Can do enough with the pictures to really enhance it or completely remake it graphically.
Almost like a PC app!

Related

iPhone App for WM - LookAlike

Thread Moved to : http://forum.xda-developers.com/showthread.php?p=1710253#post1710253
Please close this thread someone
I like it, good work. I like it especially it is a 3rd party software so that I can keep my Today screen. BTW, whats the diff of yours compared to the one at the other thread?
Anyway, although getting the aye-Phone interface is good for a start, I think it ought to be able to get some artist to make a better looking interface than aye-Phone.
BTW, as suggestion (for feature), I'm just wondering if you can make your app to respond to the D-Pad (the directional button), like those (say) SonyE phone and then display another graphics to show that the button is being selected.
Design case example:
All icons are black-white. Using your directional button, it goes from one icon to another. The selected icon will have colour (depending on design), and pushing the 'action' button will make it launch the app.
Final thing, whats the difference between yours and the one mentioned at the other thread?
hanmin said:
I like it, good work. I like it especially it is a 3rd party software so that I can keep my Today screen. BTW, whats the diff of yours compared to the one at the other thread?
Anyway, although getting the aye-Phone interface is good for a start, I think it ought to be able to get some artist to make a better looking interface than aye-Phone.
BTW, as suggestion (for feature), I'm just wondering if you can make your app to respond to the D-Pad (the directional button), like those (say) SonyE phone and then display another graphics to show that the button is being selected.
Design case example:
All icons are black-white. Using your directional button, it goes from one icon to another. The selected icon will have colour (depending on design), and pushing the 'action' button will make it launch the app.
Final thing, whats the difference between yours and the one mentioned at the other thread?
Click to expand...
Click to collapse
The Difference is that the other one was in 12/24 hour format, it has no exit button, its 1Meg in size, it has some memory leaks that people complained about. Im sure mine has issues as well so please test and let me know.
I can possible make it work on the dialpad with different icons when they have focus. I just wanne make sure it wont eat too much memory and become to slow. Im not good with graphics at all so any suggestions will be appreciated
I was thinking of a config module, for easier? configuration.
interested?
Inphyy said:
I was thinking of a config module, for easier? configuration.
interested?
Click to expand...
Click to collapse
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?
Grumps said:
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?
Click to expand...
Click to collapse
I can try make it(i hope). Kinda newbie at programing, but i think i can make it work.
should i make it a seperate app and just make it change the config files?
think that would be the easiest, maybe.
Inphyy said:
I can try make it(i hope). Kinda newbie at programing, but i think i can make it work.
should i make it a seperate app and just make it change the config files?
think that would be the easiest, maybe.
Click to expand...
Click to collapse
Yep write a new app if you want and access the config files it would be the easiest. Im also new at programming. What i know i taught myself so thats why its so difficult to do this. This app took my 8 hours to write and im sure someone else could have done it faster and better. Lemme know if you know how to get the Network operator name and Signal strength and battery level out of the registry. I know where they are stored but cant seem to read data from the registry
try this one: http://www.developerfusion.co.uk/show/4640/2/
dunno what you can make out of it, since im learning VB.NET atm and have no clue about C#
found something from a previous app i made for windows, here is some of the code i used, dunno how it's done in C# but im guessing it wouldnt be very different
Imports Microsoft.Win32
Dim RegKey As RegistryKey
Dim regSubKey As RegistryKey
RegKey = Registry.LocalMachine
regSubKey = RegKey.CreateSubKey("SOFTWARE\Example")
regSubKey.SetValue("ExampleDwordValue", "0")
i think i would have used
regSubKey.GetValue("ExampleValue")
in VB but you should just try to find it.
hope it helps you in some way.
Lightweight and fast is good. As what you're doing is basically possible with WA + WAD. BTW, as for the settings, you may want to have the (4 x 4) + (1 x 4) icon grid flexible, incase people want to have large icons (less stuff to launch?). An ayeFone alternatives design, take a look here
http://www.ubergizmo.com/15/archives/2007/04/deeda_piphone_up_next.html
More at the official page
http://www.deeda.com/
Grumps said:
Good Idea, Ill work on that unless you wanna make it? What do you mean by enabled, should it not show or should it be grayed out?
Click to expand...
Click to collapse
I was thinking of removing the whole icon if you dont want it
edit: removing as in hiding
Follow Up
I got the signal strengt working as well as reading the operator name from the registry. The only help i need now is to get the battery level from somewhere withing the registry, ill update the zip files on th first post
sounds good with the provider and signal info, will test it right now.
the icons: since i just arrived home, i did not have any new icons yet. but for workaround reasons, i attached a zip-file with the original iphone-icons , and a zip-file with the alternative icons. i numbered them in the original-iphone-order and added an additional rss-icon (for the 16. field).
(i was not really shure why you choose these other icons in the release (where are they from?)), but the original icons worked just fine for me. the alternatives also.
a blurry picture with before-and-after (left->your release right-> the original icons) is also attached.
nicolas said:
sounds good with the provider and signal info, will test it right now.
the icons: since i just arrived home, i did not have any new icons yet. but for workaround reasons, i attached a zip-file with the original iphone-icons , and a zip-file with the alternative icons. i numbered them in the original-iphone-order and added an additional rss-icon (for the 16. field).
(i was not really shure why you choose these other icons in the release (where are they from?)), but the original icons worked just fine for me. the alternatives also.
a blurry picture with before-and-after (left->your release right-> the original icons) is also attached.
Click to expand...
Click to collapse
I was just messing around to see if the autosizing will work, the icons you have look good so ill use them. I still need an .ico file for the actual app. Any Ideas? O i attached a screen capture app you can try so you dont have to take funny pics hehe
Grumps said:
I was just messing around to see if the autosizing will work, the icons you have look good so ill use them. I still need an .ico file for the actual app. Any Ideas? O i attached a screen capture app you can try so you dont have to take funny pics hehe
Click to expand...
Click to collapse
roger that! and thanks for the screen-capture application.
i'll try to install it via parallels (a mac and a pocket pc is a disastreous combination )
one request: maybe you should use version-numbers by now. its hard to follow which iphone-zip-folder is the "up to date" one.
nicolas said:
roger that! and thanks for the screen-capture application.
i'll try to install it via parallels (a mac and a pocket pc is a disastreous combination )
one request: maybe you should use version-numbers by now. its hard to follow which iphone-zip-folder is the "up to date" one.
Click to expand...
Click to collapse
Ok ive changed it version 0.91
Grumps said:
I got the signal strengt working as well as reading the operator name from the registry. The only help i need now is to get the battery level from somewhere withing the registry, ill update the zip files on th first post
Click to expand...
Click to collapse
Tried using SNAPI?
Trying to remember but I think it was something like SystemState.GetValue(SystemProperty.PowerBatteryStrength).
Will test/check when I get home
*Edit* If you don't want to download the sn api then I think wm stores all state information in HKEY_LOCAL_MACHINE\System\State (battery strength, display orientation, num missed calls, num new sms's etc) */Edit*
Erg, sorry, just noticed the "Visual Studio 2003" part now. SNAPI requires 2005 afaik. Gonna have to grab it from manually from HKEY_LOCAL_MACHINE\System\Status\Battery
ok just tried the latest release. could it be that other file-extensions then *.exe are not recognized?
i.e.: .tr3 or .lnk (i tried to access a tomeraider file and a link to my contacts - but no luck)
furthermore, german pathnames including umlaute ÄÖÜßöäü doesnt work
attachment: was in need for a quick wikipedi /wikimedia icon
does this one have the slide lock?
Link to the other Lock-file

Idea for iphone stsyle of iPhoto

We can scroll through your photo list by sliding your finger along the picture by full screen. If anyone can make it. It's so great.
I see "icontact" & iMedia Player" is the great job of PPC. We have enough experience to do it. I think the "iPhoto" is not the problem.
Hope it will some soon.
kent79 said:
We can scroll through your photo list by sliding your finger along the picture by full screen. If anyone can make it. It's so great.
I see "icontact" & iMedia Player" is the great job of PPC. We have enough experience to do it. I think the "iPhoto" is not the problem.
Hope it will some soon.
Click to expand...
Click to collapse
and zoom by sliding sideways
philocritus said:
and zoom by sliding sideways
Click to expand...
Click to collapse
It may so hard for PPC because PPC can't make 2 fingers actions at the same time
get Picsel browser and select your jpg's to open with this program, its pretty close to the iphone interface.
Jonjamesm said:
get Picsel browser and select your jpg's to open with this program, its pretty close to the iphone interface.
Click to expand...
Click to collapse
no need for 2 finger actions. you'll do them separate... bottom up change pic, sideways zoom in...
it's being used on the touch flow cube...
as for picsel browser.... looks very nice... ill try it and report!
Jonjamesm said:
get Picsel browser and select your jpg's to open with this program, its pretty close to the iphone interface.
Click to expand...
Click to collapse
I have tried Picsel. But it is not so good, because the performace is not so good in showing pictures.
Hey Guys, Byka is working on a PictureViewer.
http://www.youtube.com/watch?v=Qdvxqk7bNMU
I use this one on my touch
http://forum.xda-developers.com/showthread.php?t=323674&highlight=picture
Not sure if it will works with other PPC's but I really like it.
I started writing something exactly like you're describing, but I haven't finished it. I've been busy trying to finish up this job and find a new job and haven't had as much free time for programming. I'll do a little more work on it when I get a chance and see what you guys think.
picsel is ultra slow at loading...
bika's still in dev... though it looks awesome!
pictureviewer 1.6 didn't work for me... I'm guessing there's a problem in the cfnet version?
huemedia said:
I use this one on my touch
http://forum.xda-developers.com/showthread.php?t=323674&highlight=picture
Not sure if it will works with other PPC's but I really like it.
Click to expand...
Click to collapse
I just tested in WM5. It works. But I don't like the design.
Byka's PictureViewer is good design. I have some idea.
1) In photo list mode, we can scroll (left or right) pictures in the list one by one.
2) Double click the photo to enlarge the photo to full screen.
3) In full screen mode, have a zoom & move function.
4) double click the screen to back to photo list mode.
Base on our current technology, it should not be hard to do. I am shameful that I don't know the programming so much.
SIMPLE IS THE BEST
michd43 said:
Hey Guys, Byka is working on a PictureViewer.
http://www.youtube.com/watch?v=Qdvxqk7bNMU
Click to expand...
Click to collapse
when is this available?
is there a thread or site were i can follow this?
I second that... where (and when ) will that be made available ?
Well i third that..
Byka do it fast man........plzzz we aer all waiting here...
what about this?
http://forum.xda-developers.com/showthread.php?t=333559
simple, yet works, but still early in development. it does most of what you ask, except to zoom, you tap the screen.

Audio recognition 100% WORKING NOW WITH TOUCH SCREEN ENABLED

Hi guys i know that iphone has a application on their phone called Audio recognition.
The way this works is that if you hear a song you like, you select a particular software in the iphone and what it does is that it records the first 5 seconds of the song and it sends that sample to some database and then reports back to you with the name of the song and who sings it, now i know i have been in a situation where i have heard a song and liked it but cant remember or know the name of it.
Is their away to implement this into a HTC diamond, like has someone tried making this happen?
Paul
SEE POST 8 FOR NEW VERSION OF MUSIC ID
hahaha, funny I just came across that when my friend was demonstrating his iPhone... would love to know if there's a similar WM app...
i have installed what u mentioned and it worked thanks mate.
Hopefully someone will make one to work properly on the windows mobile operating system, anyone know where i can get this from as the one mentioned above works but isnt 100% visible on the screen
Also using MusicID, and when I demoed it a year ago to my friends they were astonished. I also find it better than iPhone app. MusicID needs VGA support, which it lacks as of now, so it fits better our Diamond phones.
surely it cant be that hard to create, like if people on here can create custom ROM's then surely someone can have a crack at this? we got any takers?
come on guys, their has to be someone out there that can do this, can anyone help plleeeeeaaase
Finaly i got it!! Fully working on the Diamond!
thank you so so much, i have been waitin for this for so long now. just tested it and works great, u see all the buttons and it is touch screen enabled too
work fine thanks man
but it's a trial version????
sorry but who makes this software? do they have a web site?
is this "fixed" version something hacked to work by you or the company released a new version?
sorry I am confused
ipsanto said:
yea just noticed that, hopefully someone can crack it
Click to expand...
Click to collapse
Now that is one word that we don't want to use here right....
I installed it but I cant find the program in programlist. Where is it?
Jeevan said:
I installed it but I cant find the program in programlist. Where is it?
Click to expand...
Click to collapse
You won't be seeing it in the program list. You have to start it using Explorer.
Wow!! This app works great!!
thank you so much.
this is awsome, works like a charm, thanks for that, but i have another idea if anyone can make it possible i would like to have another feature in this application. it would be great if the app can make a tag from the radio and record a sample without checking the ID, later time you can check ID when you are conected to wifi or activesync, this could save some money on data connection. but it is only my sugestion, thanks anyway.
mapie said:
You won't be seeing it in the program list. You have to start it using Explorer.
Click to expand...
Click to collapse
or you can just use total commander and make a shortcut to it in ur programs list
[/smartass]
brilliant app! thx!
onex77 said:
or you can just use total commander and make a shortcut to it in ur programs list
[/smartass]
Click to expand...
Click to collapse
I've got an icon right at the top of my list. It installed and placed it in the usual Programs menu and TF. Shouldn't be any need to make a shortcut?
so WHO makes this program?
is there a site?
just perfect!

ShakeAndSave

Hope someone find it interesting
http://www.extreme-apps.com/ShakeAndSaveHome.php
Interesting orb, but have you or anyone actually tried it?
galaxys said:
Interesting orb, but have you or anyone actually tried it?
Click to expand...
Click to collapse
Just tried this and its surprising easy to use and does exactly what it says on the tin!!
Very handy if you want a quick screenshot!
EDIT
I have since noticed that when my phone automatically syncs every now and again ShakeandSave takes a screenshot, but I didn't shake phone. Possibly a few bugs with this software.
Once screenshot is taken you have option to exit program or continue using it. If you select to exit program, above bug obviously won't happen
It's nice to see imaginative new software but, personally, I struggle to see quite how useful this is.
There are other, more interesting ideas out there IMO - like Shoogle for example.
Thanks for the useful app. Can you make adjustment of location for screenshots storage? (For example, value in the register)
It is desirable to keep also other options in the register:
- Image Format
- Agree
- Unload after screenshot is taken
And command line parameter "start" - quick start, don't show the setting screen
vadim_bogaiskov said:
Thanks for the useful app. Can you make adjustment of location for screenshots storage?
Click to expand...
Click to collapse
I really like this apps. It is much better than the others which, on my Touch Pro, rely on a timer, which seems to always be too short or too long. Now, with your great app, I can just shake my TP when I am ready.
I would like to second the request to add a way to specify the location for the screenshot. Personally, I would rather have them stored on my storage card, than in my main device memory.
Step666 said:
It's nice to see imaginative new software but, personally, I struggle to see quite how useful this is.
There are other, more interesting ideas out there IMO - like Shoogle for example.
Click to expand...
Click to collapse
quite like that
the use of it for a battery indicator is very good

[APP] MySpace for 6.5

This is nothing special, but I was searching for it and couldnt find it, so I threw it together.
It is simply a wrapper for the Myspace Mobile site (m.myspace.com) and should render in all resolutions.
It makes use of the widget capabilities of Windows 6.5, and thus is ONLY FOR 6.5. This is not a ".cab" file it is a ".wgt" file.
Extract the ".wgt" and click to install it!
The only know bug is when installing some users may get the "There is no application associated with Myspace. Run the application first, then open this file from within the application" error depending on how the ".wgt" association is setup . To fix it, install Themuzz's solution which sets the association to open the Widget Installer.
works good so for, nice job.
it will be nice with screenshot
kancrutt said:
it will be nice with screenshot
Click to expand...
Click to collapse
attached
like i said tho, its nothing fancy, simply a wrapper for the mobile site.
hrhnick said:
attached
like i said tho, its nothing fancy, simply a wrapper for the mobile site.
Click to expand...
Click to collapse
thanx for screenshot
so its just direction to m.myspace.com with browser?
kancrutt said:
thanx for screenshot
so its just direction to m.myspace.com with browser?
Click to expand...
Click to collapse
It is a Windows Mobile "Widget"
MSDN Reference: http://msdn.microsoft.com/en-us/library/dd721906.aspx
this is pretty sweet. too bad I almost dont use MySpace anymore.
running on my tilt, I had an issue; fonts are TOO big; and there is an issue that it does not take up all of the available screen like the other widgets do. the scroll bars are useless in winmo6.5.
great thing though. works very quick and loads images quickly too. it would be nice to be able to save images in it (for contacts) but that is probably asking too much. lol.
thanks. this will stay.
Hi,
nice widget, but small letters. Please make it finger friendly. My Device - Touch HD with 480 x 800 pixel.
with friendly greet
starbase64
very nice
thanks for sharing mate

Categories

Resources