Related
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
http://www.lakeridgesoftware.com/forum/showthread.php?t=11258
I'm going to hold of on this until it comes out of beta.. I've spent far too long getting the U1000 tweaked and working perfectly with the right combination of settings and software.
That thread has already achieved 12 pages of replies to the launch, so I figure its going through some teething issues already.
Cheers for the update though - a lot of those new features look extremely tempting!
WA3 beta kicks ass..
I am pleased to say, so far, WA3 beta is a vast leap forward from WA2 in terms of features and functionality. I'm loving it, but there seems to be no option for using anything but the default theme at this moment (correct me if I'm wrong peeps).
I'm loving the option to have shortcuts in the TrayApps.
WA3 is brill even in beta...
I'm very pleased to report that despite the many problems reported on the Lakeridge forums about this beta on various devices, it works perfectly on my Ameo.
I love the feature set on this new version and will definately be investing in this once the official release has made it out the door.
I forgot to take a screen shot of it without soft keys enabled (giving one even more screen real estate - if that's what you like).
But here are a few pics that I did take...and Yes you can use your old favourite WA2 Themes or WA3 Themes if you have any.
Final Word: No problems encountered as yet. Brill. I highly recommend checking this out, as it is way better than WA2.
Note: Be sure to completely uninstall WA2 first and save your Themes folder to somewhere else first (you will be able to install these from wherever you drop them later through WA3 i.e. Start/Settings/Personal/Theme Manager).
Drop us a line if you get stuck.
whats the memory utilization like???
ade0282 said:
whats the memory utilization like???
Click to expand...
Click to collapse
Haven't noticed a drop in memory usage. It seems snappier than before. Reports from the Lakeridge website are that the memory usage is considerably lower than WA2.
I've also got this up and running with no probs at all on my wife's Universal (T-Mobile MDA Pro) with no ill effects to speak of.
I did delve a bit deeper into memory usage over here: http://www.4winmobile.com/viewtopic.php?p=62542#62542
Wow, that's impressive news. I might totally back up my U1000 tonight and take a leap of faith. But I'm still skeptical. Really looking forward to official release though!
Now that I think about it, I guess I should anyway - as to provide feedback on any bugs!
mackaby007 said:
Haven't noticed a drop in memory usage. It seems snappier than before. Reports from the Lakeridge website are that the memory usage is considerably lower than WA2.
I've also got this up and running with no probs at all on my wife's Universal (T-Mobile MDA Pro) with no ill effects to speak of.
I did delve a bit deeper into memory usage over here: http://www.4winmobile.com/viewtopic.php?p=62542#62542
Click to expand...
Click to collapse
Hi Mackaby007,
Beautiful pictures you have there. I have been trying this out for a while, but wonder where does your skin come from? It's FANTASTIC looking.
Also, when you press the PROCESS button in the battry pop up, do you get to see the running processes? Mine has nothing there.
Have you tried adding in more applications than one could be accomodated in just one line in the system tray? What happens if you try to have ALL launcheable applications there and run out of space? With applications like SPB pocket plus, you siimply add more tabs. But how about this one? You know what I'm thinking? If it allows all to be launched there, I might just dump my SPB pocket plus and use this to replace it as well as Magic Button.
I much prefer to keep all my applications alive when I press close button. There is really no reason to shut them down, because so doing means than when you need it again, you got to reload from scratch. Imaging reloading Opera Mobile..... It takes forever. So, the way I use me device to to keep ALL frequently used applications alive regardless of whether I press the close button with or without holding it down (I do not want to accidentially close it by holding down too long). If I really want to close it down, currently magic button let me do it be pressing and holding down on the running icon on task bar. I find that with WA3, the process of making an application stay alive when close button is pressed is far too tedious. You need to go to setting>Task>executable, and select the excecutable individually (WA3 works very slowly here unfortunately). Also, choosing to keep it alive still does not prevent me from accidentally closing it when close button is pressed too long. In this regards, I feel that Magic Button's design is far better.
Do you know of a way to suppress the task title all together? My view is that the icon of running task should just be "lighted up" to show it is the current application. Also, we know what application it is anyway by looking at what is staring at you. Why waste the precious real estate on task title?
I like the new ROTATE screen icon, and the ability to show date and time occupyping only one icon space. This is something where magic button should incorporate.
Oh, initially I though that the phone icon will let you click and directly let you use the phone but this is not so. Do yo know of a way to put a real phone task icon on the task bar, so that clicking that icon on the TB will give you access to phone application immediately? The trouble i have is that when phone application is launched, WA5 does not seem to show it on the TB (unlike magic button). I like magic button more in this regard.
Are you using QVGA when you took those screen shots? How does it look in VGA? Would the system tray buttons are far too small? Do you think that if we use VGA and WA3 we could get away from having to use another application such as SPB pocket plus?
One last thing, I could be wrong about this. But I got a distinct feeling that my response time is slower using this rather than Magic Button.
That's a long post, but I'm very interested in your view in the above.
I still cant figure out how to use WAD .. lol... argh! Im st0opit.
Anyone wanna help me out with it? lol.
EagleSteve Q&A....
eaglesteve said:
That's a long post, but I'm very interested in your view in the above.
Click to expand...
Click to collapse
Hi eaglesteve.
Thanks for the compliment. I do like nice screens and preferably unclutterred. Anyway....the WA2 skin can be purchased through Nacashco Designs here: http://www.nascasho.com/Skins-Sub-InD_05.html
and the background image I found trolling around on the deviant art website under; 3 Dimensional. (see attachment)
Q & A (I'll do my best)
Q1. Also, when you press the PROCESS button in the battry pop up, do you get to see the running processes? Mine has nothing there.
A.1 Yes I see all the running processes and am able to stop any one of them.
Q2. Have you tried adding in more applications than one could be accomodated in just one line in the system tray?
A2. Yes, but it won't display any more than 15 icons from my experience. No point in addind any more as you cannot scroll through them (in the hope that you will see the other shortcuts you added previously). That's a good point to take up with Chris at Lakeridge, as he mat be willing to incorporate this into WA3 as it's still in beta.
Q3. Do you know of a way to suppress the task title all together? My view is that the icon of running task should just be "lighted up" to show it is the current application.
A3. Yes mine is currently set up this way too. I only want to see an icon of running apps.** I think under the 'Buttons' menu you have to go to 'Assignments' and ensure that 'Title' is NOT checked.
Q4. Do yo know of a way to put a real phone task icon on the task bar?
A4. I've added the phone app to the System tray (no need for keyboard anymore ). It's called 'Phone.lnk', but should be a visible icon when you go to choose it.
Q5. Are you using QVGA when you took those screen shots? How does it look in VGA? Would the system tray buttons are far too small? Do you think that if we use VGA and WA3 we could get away from having to use another application such as SPB pocket plus?
A5. I suppose you would call it QVGA (default mode). I tried TrueVGA and whilst it looks great, I don't like that I can hardly see anything. Got good eyesight at the mo and don't want to start straining. 2nd half of your question...Yes I think it's definitely possible, as you'd theoretically fit many more icons in the Tray applet/System Tray. Good thinking Batman! I might have to reconsider TrueVGA just for that!
Q6. But I got a distinct feeling that my response time is slower using this rather than Magic Button.
A6. I've used Magic button in the past and was very pleased with it, but stopped using it once I found that you can close apps properly through WA2. Unlike yourself, I like things properly shut down unless I'm going back to it soon, hence the nice running tasks icons.
Ok that should be about it. I hope I answered most if not all of your questions.
mackaby007 that's a great scren. So let me get this right , i buy the theme and get the backround and then i import it to wa3?
Also how do you replace / remove the default tray icons that come with t-mobile, i used the tray display program but that just removes all tray items. I just want to add the programs that i use
Would SPB diary work with this theme? as i have mine on today screen.
thanks
bashi007 said:
mackaby007 that's a great scren. So let me get this right , i buy the theme and get the backround and then i import it to wa3?
Also how do you replace / remove the default tray icons that come with t-mobile, i used the tray display program but that just removes all tray items. I just want to add the programs that i use
Would SPB diary work with this theme? as i have mine on today screen.
thanks
Click to expand...
Click to collapse
Hi bashi007. Yes to the first 3 questions. I can't comment on Spb Diary as I've never used it, but I can't see why it should pose a problem.
If you have an Ameo from T-Mobile;
........regarding the system tray...there is a thread already on it...let me go see................
.....aha here it is:http://forum.xda-developers.com/showthread.php?t=307086
Go to.....Hkey_Local_Machine\SOFTWARE\HTC\TrayApplet with a reg editor and delete all the little folders that contain the links for the existing shortcuts (free up some space). Be sure to have the system tray visible again first though, so you can see the changes you have made. If you don't see it, uninstall the Tray applet switching application and reboot.
If you own an X7500/Advantage read this thread: http://forum.xda-developers.com/showthread.php?t=308250 Once you've gotten rid of all your system appointed icons, follow on to the skinning app.
Now try WA3 system tray.
Let us know if you run into probs.
Thanks mackaby007 for your reply, i have a slight problem in that i delete the folders in the tray applet, but it still leaves the icon in the tray.
bashi007 said:
Thanks mackaby007 for your reply, i have a slight problem in that i delete the folders in the tray applet, but it still leaves the icon in the tray.
Click to expand...
Click to collapse
hi bashi007 what variant of the AThena do you have? If you have the Advantage, you'll have to delete the folders in the HTC Homeplug folder instead or aswell. Then soft reset your device and they should no longer be visible in the system tray.
Thanks for the help, i have Ameo, after soft resetting all seems to work. Great!
i presume i buy the VGA theme from Nacashco Designs.
bashi007 said:
Thanks for the help, i have Ameo, after soft resetting all seems to work. Great!
i presume i buy the VGA theme from Nacashco Designs.
Click to expand...
Click to collapse
Yes. Check your PM added more info for you.
WA3 Public Beta 2 is out...
Hot off the press..go get it people. Apparently even more stable than the first release!
Just about to install. Will report back later.
bashi007 said:
Thanks for the help, i have Ameo, after soft resetting all seems to work. Great!
i presume i buy the VGA theme from Nacashco Designs.
Click to expand...
Click to collapse
Hi,
What is this "VGA theme from Nacashco Designs" ?
olegzz said:
Hi,
What is this "VGA theme from Nacashco Designs" ?
Click to expand...
Click to collapse
Hi olegzz.
I can see by your joining date that you are new to this forum, so I will be patient with.
It is generally good practice to read through a thread before asking questions that may have already been asked and or answered.
In this instance no one has asked, but there are only 2 pages to this thread and one glance at the first page would have fully revealed what you asked.
to answer your question nonetheless, it is merely a skin made for Wisbar Advance 2 and is one of hundreds of interchangeable skins. Some of us just happen to like this one.
If you know about these things already I apoligise for my tone. If however you don't, then this might be of real interest to you as it completely changes the look and feel of your WM device.
The screenshots on page 1 of this thread are just 1 example of this. Best to head on over to Lakeridge software (website) to get a clearer picture.
Good luck.
mackaby007 said:
Hi olegzz.
I can see by your joining date that you are new to this forum, so I will be patient with.
It is generally good practice to read through a thread before asking questions that may have already been asked and or answered.
In this instance no one has asked, but there are only 2 pages to this thread and one glance at the first page would have fully revealed what you asked.
to answer your question nonetheless, it is merely a skin made for Wisbar Advance 2 and is one of hundreds of interchangeable skins. Some of us just happen to like this one.
If you know about these things already I apoligise for my tone. If however you don't, then this might be of real interest to you as it completely changes the look and feel of your WM device.
The screenshots on page 1 of this thread are just 1 example of this. Best to head on over to Lakeridge software (website) to get a clearer picture.
Good luck.
Click to expand...
Click to collapse
My, that was way more polite than my response would have been!
A fine example of playing with WAD.
Landscape or Portrait mode.
at last, it is not iphone ****...
----
this is what i can do with wad..
http://i7.tinypic.com/344quio.gif
http://i1.tinypic.com/30xe60w.gif
http://i9.tinypic.com/48xqq9x.gif
http://i15.tinypic.com/2cmrn2e.gif
Great.......
Hi
Just wanted to put something else on the thread, bcuz we can do so much with the program but only a select few have the right answers.
I think you shoulden`t be messin with another phone`s UI, just use your own to make that result.
I dont like PPC`s that use too much sliding UI.
like it says Pocket PC, so lets just make it work precisely like a pc that`s more fun.
Ironic considering your sample is a Mac OS wannabe LOL.
To each his/her own. I personally don't think it's a good idea to dictate what people should or shouldnt do with their phones, time, or themes.
jomo25 said:
To each his/her own. I personally don't think it's a good idea to dictate what people should or shouldnt do with their phones, time, or themes.
Click to expand...
Click to collapse
Exactly...
...so where are the tutorials/threads on WAD? I have searched before and there aren't many. I'm curious and want to try it out.
There's a whole forum at the WAD website http://lakeridgesoftware.com/forum. Probably your best bet for ideas, samples, and support.
WAD2 is going to be even better!
The new version of WAD is almost complete and for people who want to customize their own devices - not just install a cab and have it be done (like SPB Mobile Shell) - WAD2 is by far the best option. It has about anything you can think of (at least I can): Multiple pages, with multiple plug-ins, show or hide task bar or bottom bar, notifications, registry displays, WMP display, weather support, animation, gestures..... try it! It is still a little buggy and I highly recommend you find the graphics or plug ins you like and create your own skin. That is the one drawback to WAD / 2 is it is very device specific, so loading someone else's skin usually does not work (different apps in diff locations, etc).
Here is my screen today. I tend to change it almost every day!
jomo25 said:
There's a whole forum at the WAD website http://lakeridgesoftware.com/forum. Probably your best bet for ideas, samples, and support.
Click to expand...
Click to collapse
Thank you!...
I've used a trial WAD. Missed gestures, transitions, several bugs (Mio A701) and sometimes bad reloads (specially after empty battery softreset). The more you add the more it slows everything. Some object like meters (signal, battery, sms counter) even with a low refresh time still take a lot of memory.
It's beautiful for icons. But IMHO i prefer a complete UI (like PointUI, which has a french-style, gestures, menus,...)
2manyphones said:
The new version of WAD is almost complete and for people who want to customize their own devices - not just install a cab and have it be done (like SPB Mobile Shell) - WAD2 is by far the best option. It has about anything you can think of (at least I can): Multiple pages, with multiple plug-ins, show or hide task bar or bottom bar, notifications, registry displays, WMP display, weather support, animation, gestures..... try it! It is still a little buggy and I highly recommend you find the graphics or plug ins you like and create your own skin. That is the one drawback to WAD / 2 is it is very device specific, so loading someone else's skin usually does not work (different apps in diff locations, etc).
Here is my screen today. I tend to change it almost every day!
Click to expand...
Click to collapse
if you could share your theme.... thanks!
WAD is a very powerful program, BUT its slow and consumes quite a lot of cpu/mem resources...
kramerica2 said:
WAD is a very powerful program, BUT its slow and consumes quite a lot of cpu/mem resources...
Click to expand...
Click to collapse
WAD2 has improved a lot...
alfibus said:
I've used a trial WAD. Missed gestures, transitions,
Click to expand...
Click to collapse
lol, talk about missing gestures and transitions. Just tried to gesture the Firefox on my Windows box to flip to second page of this thread...
Is that UL addiction yet?
Wad is not slow
To take a hit at WAD`s speed, is a loose shot.
The speed depends on a whole lot of factors. Depending on youre device and its specs.
For my Touch its quick and I never have to wait for something its fast and runs good. I can do everything with it.
SOmeone called me Ironic for putting a mac screen on my ppc.
I was not ironic because I made it look like the pc`s interface not like another phone`s interface. What I think is that, wad is doing is giving people the possibility to make their own phone.
All these commercials on tv with phone this phone that and most of them dont work are not that great.
What programs like WAD offer is, a phone (with a brand that you buy) and once youre home you can forget all about the brand and make your own device.
I LOVE THE PROGRAM RESPECT TO THE MAKERS TILL WM7 IM STICKING TO IT
kramerica2 said:
WAD is a very powerful program, BUT its slow and consumes quite a lot of cpu/mem resources...
Click to expand...
Click to collapse
mhmm, sure.
WAD2 has improved a lot...
Click to expand...
Click to collapse
they won't understand, they have iphone and diamond ****, it is waste of time saying such things...
nothin said:
diamond ****
Click to expand...
Click to collapse
Those 2 words don't quite go together
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
I feel this thread to be redundant. This thread basically do the same thing but with bigger success and some active modders:
http://forum.xda-developers.com/showthread.php?t=507697
As we don't need two of the same threads and I feel I don't have enough time to mod and give in to this myself and not many modders have stepped in. I'm sorry. Consider this thread a good idea but the goal is now in the hands of Zepiii. To hack the hell out of MS 3.0
Good luck Zepiii
Hi,
don't think anyone has missed the amazing pre release of this sweet ap!
I'm a mod freak and there are somethings i would like to change in this prog.
like the programs "tab" only has 3 rows. i want to make this 4. anyone with a bit of experience possibly from the 2.xx series know where to do it?
the configs are simple ZIP files. Just open the DAT file as a ZIP file or rename it to ZIP.
in order to edit the file you need to put in the password which is:
b0fm18zq
Maybe we could custom tailor it and post the modded DAT files collected here. Most of the 2.xx series of mods/skins are portable with a little or no modification except renaming of some picture files (same password in 2.xx). the possibilities are endless
Please remove or correct my post if I'm violating/doubleposting something here.
Regards
/Frewys
DAT Files content:
qa_layouts.dat - This contains only XML files. 61 to be precise lots of interesting stuff! (tried to change the Iconspacing in programs to 24. didn't get my 4 icons row though )
vp_menu_btn.dat - Built in Icons
va_misc_now.dat - Built in system icons
vpw_bkg_now - portrait
vlw_bkg_now.dat - mostly contact icons landscape
va_weather_64.dat - weather Icons largest with XML file
vp_bkg_now.dat - Menu frame
vl_bkg_now.dat - same but in landscape
va_profile.dat - media player and profile widget icons
RegHacks:
adding more pages to lifestyle screen
more buttons in collected start menu
change default sms client (bottom)
Memorysaving (no reghack)
interesting links in similar spirit:
SPB 3.0 today wallpaper
SPB 2.1 skins for inspiration
Great idea. I would also love to see this!!!
Is possible to customise the theme colors that available in mobile shell 3? The existing preferences are to dark(I want a white color scheme). Can we do it by editing a dat file(which?) or a registry hack?
dancer_69 said:
Is possible to customise the theme colors that available in mobile shell 3? The existing preferences are to dark(I want a white color scheme). Can we do it by editing a dat file(which?) or a registry hack?
Click to expand...
Click to collapse
Hi Dancer_69,
I don't know yet. I just played around with it last night before bed. I'm just a NB in this who poked around with this great ap after not being pleased with everything and curious on what could be achived so i dont have alla the answers this is a team effort. hopfully someone with the experience or knowhow checks this. In the meantime we have to do it by trial and error. and map it all as we go along
Regards
Frewys
good to know
I have discovered that Topaz enhanced menus works great with SPB MS 3.0 activated (and Manila installed but not activated in the today screen) so so far its a necessary evil to have Manila installed until we know possible witch file or reg settings are needed.
Regards
Frewys
i'll be waiting one this, happy moddings
adding more pages to lifestyle screen
this could be good for some. Found this over at modaco.com forum posted by turborepu quote:
"add more pages to lifestyle screen.. bg image pan works fine still
hklm/software/spb software house 2/spb mobile shell/widgets/homescreen
change "pagecount" to desired number.. i put 4. soft reset.."
supposedly its tested on 10 pages. the result is that when paned the wallpaper moves less then with three. If wallpaper size changed it will "smartfit" it to be the "correct" size.
haven't tried this myself yet three is plenty for me ATM
Hello
to improve finger friendly
please in new mobile shell v3
-imake an Sms menu , v2 uses windows Sms.
-alarm menu finger friendly
- apointments menu .....
V2 uses Windows Sms, alarm, apointmente
not very good needs the stylus...
Please make m.shellv3 completely finger friend with sms like iphone and alarm ....
Many thanks
and change applications
open sms with vito Sms ? it´s possible
change attachements ...
manyt hanks
When are you going to stop posting that little list of yours masrterk? Every thread/subforum on xda-developers and spb seems has one of your posts with the exact same thing.
masrterk said:
and change applications
open sms with vito Sms ? it´s possible
change attachements ...
manyt hanks
Click to expand...
Click to collapse
Hi masrterk,
I personally don't agree. i like to taylor make my GUI and of course the tastes differ. For instants.. i would like to have it pretty barebone and point to the prefered app of choice like resco contactmannager or glarm witch are the best! IMHO annyway
BUT if one could integreate them somehow that would be great if you had that choice.
right now its really easy just to link to those apps from the lifestyle screen.
Regards
Frewys
masrterk said:
and change applications
open sms with vito Sms ? it´s possible
change attachements ...
manyt hanks
Click to expand...
Click to collapse
You could use this from the legendary vijay555
http://www.vijay555.com/?Releases:VJBrisk
Remove calendar from professional layout?
Hi guys
i am trying to figure out how to do something that we were able to do in 2.1, but has been left unoptional in 3.0. I would like to get rid of the calendar on the pro screen. All I want to see is my upcoming appointments (if I have any). I don't want the screen cluttered with a pesky grid-style calendar. I am such a nooB at this it is silly, but here I am, messing around with .dat files......
Any help would be greatly appreciated!
It would be nice to create a backup/restore tool for the settings/today items/widgets/etc...
When updating the rom this would be VERY useful!
is the pre release official? where's the download?
looks good from the youtube demos
Anyone figure out the password for the DAT files yet? Seems they changed it from the 2.x releases
Great idea. I just took a peek inside today, thanks for the breakdown of what some of the .dats do.
I have a feeling we'll start seeing some custom widgets in no time.
and yes, the release is now official.
619619 said:
It would be nice to create a backup/restore tool for the settings/today items/widgets/etc...
When updating the rom this would be VERY useful!
Click to expand...
Click to collapse
There is already one in the SPB Shell settings, click the right softkey in settings and there it is, to the left of the exit button.
I tried it myself today, completely uninstalled mobile shell before I installed the official version, loaded the backup and everything was restored in the new version, included widgets and all
themirthfulswami said:
Anyone figure out the password for the DAT files yet? Seems they changed it from the 2.x releases
Click to expand...
Click to collapse
I am getting in fine using b0fm18zq
That said, I am still trying to figure out what I am doing........
wyldthng said:
Hi guys
i am trying to figure out how to do something that we were able to do in 2.1, but has been left unoptional in 3.0. I would like to get rid of the calendar on the pro screen. All I want to see is my upcoming appointments (if I have any). I don't want the screen cluttered with a pesky grid-style calendar. I am such a nooB at this it is silly, but here I am, messing around with .dat files......
Any help would be greatly appreciated!
Click to expand...
Click to collapse
I don't see the grid calendar on my pro screen anymore. On the pro settings page, choose "calendar", then change # of appointments to "as many as possible". After doing this, mine now shows the next two appointments.