Hey cats, a rom i had included the GPS Location program . kinda neat . but i tried installing it on other roms, but due to it being unsigned it didn't work. and i dunno, i just wanted one like this. the contact list uses your touchflo too . so it's easy to navigate . so i made this ...
Version 2 (Requires .net 2CF)
I didn't want to hook into SMS as a service and keep this app running. So to display someone elses cordinates, you can either click on the google link in the SMS, or copy and paste the cordinates into the App's Search tab. I embedded a http request to the google image server to display the location. Also, if you want to enter a number, just click "SEND SMS" without selecting a contact.
anyway here it is...
Updated: V2 December 15 2008
Download
Main download site
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi, I like that ... a lot ... very handy if you're trying to meet up with your mate.
I don't know if your text includes it, but what about sending a link to google maps, not the mobile version as not everyone has it installed. I wrote a program a few months ago and edited and sent the link below as it works great in the TyTN.
http://m.reimers.dk/?coords=37.4249000549316,-122.007400512695
Also what about a manual phone number entry box.
Get those 2 updates done and it's definately getting a privaledged button on my Home screen shortcuts!!
DRZ400 said:
Hi, I like that ... a lot ... very handy if you're trying to meet up with your mate.
I don't know if your text includes it, but what about sending a link to google maps, not the mobile version as not everyone has it installed. I wrote a program a few months ago and edited and sent the link below as it works great in the TyTN.
http://m.reimers.dk/?coords=37.4249000549316,-122.007400512695
Also what about a manual phone number entry box.
Get those 2 updates done and it's definately getting a privaledged button on my Home screen shortcuts!!
Click to expand...
Click to collapse
thanx man . that's exactly why i wrote it . i was heading to a pub the other night.. my friend's asking where it was and he's got an iphone so i was thinking how great it'd be to fire off sms cords in a lightweight app .. no strings attached . now i can, and have!
great to tell your GF how far away you are from picking her up too .. they love that . gives them time to do their hair and pick out sexy undies (hopefully the latter)
i'll make the change for u to add your own number . no problem .. but i do have a question regarding your google map page . it's nice . i'm thinking i can do that in the app itself . did you use an api in your aspx? i'm not familiar with the googly map queries . but i'm curios how you extracted just the image or was it done by a http request and parsing the img src?
Sorry mate, I just found it on the web, it looked optimised for a mobiles screen and it worked great. How it works, no idea!!! I suggest just editing the lat/long with your detail and firing it off do the end user in the SMS. All the other internet maps I looked at were full of advertisments and looked awful.... it took days to find that one!! Hope he never turns it off.
DRZ400 said:
Sorry mate, I just found it on the web, it looked optimised for a mobiles screen and it worked great. How it works, no idea!!! I suggest just editing the lat/long with your detail and firing it off do the end user in the SMS. All the other internet maps I looked at were full of advertisments and looked awful.... it took days to find that one!! Hope he never turns it off.
Click to expand...
Click to collapse
k there you go. dl the new version . edited first post
What version of the CF does it use.. The program failed on my CF2.
Might be worth putting link up to the install.
DRZ400 said:
What version of the CF does it use.. The program failed on my CF2.
Might be worth putting link up to the install.
Click to expand...
Click to collapse
ah my build was broken . 3.5cf it's using . doesn't need to, but i notice all the roms are 3.5 so i figured what the heck
it'll work for ya now
Nice one .. I'll try it tomorrow.
aliencurv said:
it'll work for ya now
Click to expand...
Click to collapse
It wont!
Getting a "MissingMethodException - This application requires a newer version of the .NET CF ... blah blah blah"
Is there a CAB that can be put on the phone that'll install 3.5 ... I've done it before with CF2 but can't for the life of me find one for 3.5.
DRZ400 said:
It wont!
Getting a "MissingMethodException - This application requires a newer version of the .NET CF ... blah blah blah"
Is there a CAB that can be put on the phone that'll install 3.5 ... I've done it before with CF2 but can't for the life of me find one for 3.5.
Click to expand...
Click to collapse
well do not worry .. for you i recompiled for .net 2 .. so new download is all urs my friend! enjoy
Seriously, great app!
Just a suggestion though, any chance you can add support for AppToDate?
It's just an xml file that you bundle with your app and keep on your server...
AppToDate: http://www.modaco.com/content/apptodate/267096/download-apptodate-supported-applications/
Instructions: http://www.modaco.com/content/apptodate/267098/developers-how-to-include-apptodate-support-basic/
aliencurv said:
well do not worry .. for you i recompiled for .net 2 .. so new download is all urs my friend! enjoy
Click to expand...
Click to collapse
Cheers ... IT WORKS!!!
I'm currently trying to get my GPS logged on so I can try out the map link.
I'm having major problems with the SMS map links ... It'll only ever open half the page either on WIFI or UMTS (Picture on left). BUT if you change the link to "http://m.reimers.dk/?coords=37.42490, 2.007400512695" you get the google map, without all the adverts AND Nav buttons (picture on right).
To
Last suggestion .... promise .... Can you put a zoom function in the Map tab as well???
Cheers
Phil
DRZ400 said:
I'm having major problems with the SMS map links ... It'll only ever open half the page either on WIFI or UMTS (Picture on left). BUT if you change the link to "http://m.reimers.dk/?coords=37.42490, 2.007400512695" you get the google map, without all the adverts AND Nav buttons (picture on right).
To
Last suggestion .... promise .... Can you put a zoom function in the Map tab as well???
Cheers
Phil
Click to expand...
Click to collapse
my only concern with using your http://m.reimers.dk server is how long it will exist for? how reliable is it? i don't want my app to stop working because your server went down. let me know
I guess it's the risk you have to take if you want your application to work the best it possibly can.
I've been using it for 6 months with no problems.
Go on ..... you know you want to!!
DRZ400 said:
I guess it's the risk you have to take if you want your application to work the best it possibly can.
I've been using it for 6 months with no problems.
Go on ..... you know you want to!!
Click to expand...
Click to collapse
okay, i did it for ya
DRZ400 said:
I guess it's the risk you have to take if you want your application to work the best it possibly can.
I've been using it for 6 months with no problems.
Go on ..... you know you want to!!
Click to expand...
Click to collapse
oh yah, and the built in google map view has zoom buttons now .
i'll work on scrolling another day
alt236 said:
Seriously, great app!
Just a suggestion though, any chance you can add support for AppToDate?
It's just an xml file that you bundle with your app and keep on your server...
AppToDate: http://www.modaco.com/content/apptodate/267096/download-apptodate-supported-applications/
Instructions: http://www.modaco.com/content/apptodate/267098/developers-how-to-include-apptodate-support-basic/
Click to expand...
Click to collapse
k apptodate is supprted now too
aliencurv said:
k apptodate is supprted now too
Click to expand...
Click to collapse
Many thanks! This will make the whole updating thing much easier
Same download link as before, I presume?
aliencurv said:
okay, i did it for ya
Click to expand...
Click to collapse
Cheers!! I'll load it up tomorrow.
I love the idea ... REALLY love the idea ... kicking me self I never thought of it!! LOL.
Would you hate me if I pointed out the main screen 'Longitude' textbox was a couple of pixels too small and it cuts off the 'L' as you've justify right set. I'll get me coat.
Oooh can we have a Icon too!!
Related
Everyone: please do NOT post in this thread. Post here instead: http://forum.xda-developers.com/showthread.php?t=340227
I promised you some more candy... well, here it is!
There are a couple of bugfixes and a new feature: "Send my position". If you have a GPS receiver in your telephone (such as the HTC Kaiser), you can send your position to your contacts! FFF will track your position and generate a map in Google Maps that can be opened on a PC (mobile phone browsers typically don't support Google Maps. Perhaps Opera 9 will).
It will also create a short link, so your friend won't have to type a zillion-character long address.
Address is http://www.jotto.no/fff
Enjoy!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Edit: v1.0 alpha 3 is now available. Have fun!
wow,what a surprising feature. I'm gonna test it right away!!
Wouldn't work on my Vario 3 unless I used Live Search to fix my GPS position first. Cool how it knows where I am with just that short link though. Nice app.
yoda6 said:
Wouldn't work on my Vario 3 unless I used Live Search to fix my GPS position first. Cool how it knows where I am with just that short link though. Nice app.
Click to expand...
Click to collapse
Did you get an error message? What's stated in the "Status" field?
sweet and brilliant ideas!! downloading right now!!!
Looks like this is the new thread for FFF, so I'm going to copy what I posted in the original thread as my comments actually pertain to the most recent version of the software (downloaded Alpha 2 earlier and installed before making these comments in the original thread):
Dwimmerlaik said:
By far the best contact app I've seen developed for Windows Mobile yet. A couple of suggestions:
Allow for scrolling via TouchFlo when there are more contacts that match the search criteria than those displayed on the screen (i.e. the same condition that results in the "more" at the bottom right).
Definitely enable a setting or make it a default function for the installer to modify the registry to make this the default contact application. I don't mind tweaking the registry, but not everyone is comfortable with that.
You have a function to send current GPS location to a friend, how about doing the opposite and have a function to obtain directions from Google Maps from your current location to the Home or Work address of the contact?
In the same direction as #3, I would suggest adding two additional icons to the screen that are labled as "Home Address" and "Work Address". I'm sure it wouldn't be too difficult to locate some icons that would match the current default set. Clicking on either would display the address and then provide an option to obtain directions to that address from your present location.
Other than those suggestions, great application and I'm looking forward to watching its development. I love it!
Click to expand...
Click to collapse
hmmm need to get outdoors tmw to test the GPS function..
cant scroll down the list of contacts via dpad? and.. cant see all matches of more than certain number?
Jahnotto,
It froze a couple times, but I got it to work. I think it froze because I tried to exit out of it as it was searching for satellites. Constructively, I think the gps is kind of a neat feature but from a practical standpoint it's more of a "hey...look what my phone can do" more than a required feature. Some of the other suggestions listed would make this a serious go-to tool.
-list and scroll through all the names feature
-operating d-pad scrolling
-corporate and/or middle name search ( I have a bunch of 'Z' entries that I can't look up, they are stored on my SIM...maybe that's why)
-when you get a name isolated to one name, ability to press send key and dial directly
Are these possibilities?
Again, just trying to help and be constructive.
Thank you.
do you need a data plan to send position to a friend?
thomassster said:
do you need a data plan to send position to a friend?
Click to expand...
Click to collapse
What do you mean? What's a data plan?
Update: Alpha 3 is now available! A mobile-friendly map link is generated in addition to the full-blown Google Maps map. I have also fixed a bug on the map link.
I have got lots of suggestions to improvements. I appreciate that, but I haven't had the time to reply you all! I'd better spend my time developing this, huh? ;-)
I will not add any additional features in this release. I will now concentrate on fixing bugs and improving general usablity (for example company name search, scrolling, etc, etc).
thomassster said:
do you need a data plan to send position to a friend?
Click to expand...
Click to collapse
It's setup so that you are just sending the coordinates in an email with a link to googlemaps. No more data than sending an email.
roverman said:
It's setup so that you are just sending the coordinates in an email with a link to googlemaps. No more data than sending an email.
Click to expand...
Click to collapse
I'm connecting to the url-shorten service at http://metamark.net/ to shorten the url. It's not much data, though - 100 bytes back and forth or so.
Very Very Very COOL!
Bad thing is that when you send your GPS position via email, it uses "Outlook Email". Problem is, I dont have Outlook Email, I only use Gmail so I cant send an email with my position since I cant seem to change it to use Gmail (or another account other than Outlook).
grizzley said:
Very Very Very COOL!
Bad thing is that when you send your GPS position via email, it uses "Outlook Email". Problem is, I dont have Outlook Email, I only use Gmail so I cant send an email with my position since I cant seem to change it to use Gmail (or another account other than Outlook).
Click to expand...
Click to collapse
Same goes for the regular "send email" feature. I will let the user select the email account.
jahnotto said:
Same goes for the regular "send email" feature. I will let the user select the email account.
Click to expand...
Click to collapse
True... However, if you choose "In Outlook" you can choose the account it is sent from. With the "Copy To Clipboard" not working yet, I have to just wish I could use it.
I tested version 3 the last hour and found a bug.
When I get the message 'short link failed' (why??) I can't get rid of the error message.
when I did get that message and clicked it a several times away the buttons on the bottom halve don't work anymore.
Very nice program by the way and a great feature the GPS.
Would be nice if it was possible to let the FFF sent automatic every two minutes an email for example.
please continue developing. I like it very much!!
Mine is getting a fix just fine and reporting the position but I can't tap any of the links like "Send via email".
Hi thanks for a really great app!
Just one suggestion, is it possible to just post one thread for the applicaiton.
You can use the first post to attach new release. This way you will get all the feedback and suggestions in one place.
Another request is if you could just post a short version history list so we could find out what has happened to the application.
Again, thanks for the great work!
//Piotr
PiotrM said:
Hi thanks for a really great app!
Just one suggestion, is it possible to just post one thread for the applicaiton.
You can use the first post to attach new release. This way you will get all the feedback and suggestions in one place.
Another request is if you could just post a short version history list so we could find out what has happened to the application.
Again, thanks for the great work!
//Piotr
Click to expand...
Click to collapse
That's a good suggestion. I will ask the moderators to freeze this thread.
Everyone: please do not post in this thread. Post here instead: http://forum.xda-developers.com/showthread.php?t=340227
So, my second skin for ThrottleLauncher!
This time based on Windows Mobile 7, thus the name.
Please enjoy, and read the instruction before asking question, so make the risk of being called a n00b as small possible ;]
Anyway, enjoy!
Preview:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to install:
(1) Install ThrottleLauncher 0.9.1 and the default tf3d theme.
(http://www.throttlelauncher.com)
1. Copy both files in the zip to your storage card.
2. Go to your ppc's explorer and install "Mobile Seven by PdG.cab".
The cab installs a the skin and a windows mobile theme to your ppc.
!!! (THIS MUST BE INSTALLED TO YOUR DEVICE) !!!
2.1 Open up the picture file Windows Seven.bmp while still in explorer
and press Menu>Set as Today Background. Set to 0% and press ok.
3 Go to Start>Setting>Today, select ClassicBlack and press ok.
3.1 Go to the tab "Items" and deselect everything (ALSO THROTTLETODAY).
Something like Batterystatus can still be run but bus be placed under ThrottleToday
4 On your PPC go to: Start>Programs>ThrottleConfig and select Minimal Flow
from the drop-down box.
4.1 Press "reload plugin" and click exit.
5 ENJOY!
I put a lot of effort in making these kind of things, so a little donation would make my day!
This has been downloaded six thousand times, and I have not recieved any donation. =( (yay today I got one!)
Donate
Credit also goes out to Alfonso Presa for his great app!
Nice work... this looks real good...
But today is june 3rd...
robpet2 said:
Nice work... this looks real good...
But today is june 3rd...
Click to expand...
Click to collapse
Only 15 more minutes xD
And thanks!
looks good!! think i'll give it a whirl. thanks again and you still haven't changed the donate link to something i can understand
kwill said:
looks good!! think i'll give it a whirl. thanks again and you still haven't changed the donate link to something i can understand
Click to expand...
Click to collapse
Haha, you're my first fan it seems xD
Anyway I have changed the donation link to USA standard.
Enjoy the skin!
wow. amazing
nice can you make this in black ???
robpet2 said:
nice can you make this in black ???
Click to expand...
Click to collapse
No sorry that would mean i would have to redo all graphics and coding, Just enjoy and maybe I will release something black someday.
(suggestion from Alfonso and me: "open up all png's in ms paint and change mode to b/w or just wear heavy sunglasses, they do miracles in situations like these)
pauldgroot said:
Haha, you're my first fan it seems xD
Anyway I have changed the donation link to USA standard.
Enjoy the skin!
Click to expand...
Click to collapse
someones gotta keep the great work coming. thanks
Tried it on the sdk emulator only.
worked like a charm. Very good theme! congrats.
Unfortunatly for me Contacts didn't work... got a .net fatal error while throttlelauncher was trying to open outlook.
If you wan't the error or some help i'll be glad to help
kwill said:
someones gotta keep the great work coming. thanks
Click to expand...
Click to collapse
You're welcome! And thanks for commenting, most people don't realize how many hours are into creating even simple programs or graphics. A comment is always nice.
philocritus said:
Tried it on the sdk emulator only.
worked like a charm. Very good theme! congrats.
Unfortunatly for me Contacts didn't work... got a .net fatal error while throttlelauncher was trying to open outlook.
If you wan't the error or some help i'll be glad to help
Click to expand...
Click to collapse
Maybe the emulator is not running .Net 3.5
philocritus said:
Tried it on the sdk emulator only.
worked like a charm. Very good theme! congrats.
Unfortunatly for me Contacts didn't work... got a .net fatal error while throttlelauncher was trying to open outlook.
If you wan't the error or some help i'll be glad to help
Click to expand...
Click to collapse
Hi philocritus!
yes please, send me the backtrace . Also, did you've contacts on your emulator? I know it's not reason for Throttle to crash but just to know .
Thanks!!
I'm going to try it now!
(and if u want any experiences or comments in spanish tell me ) (for Apbilbo)
bro i just look @ your work since the minimal dialer to see how good you make apps look.this maybe the wrong place but my phone is almost perfect.i'd just like to throw out there for you to please skin the calculator name it minimal something lolthe moguls calculator is so ugly i just use phatpad and add **** up by stylus and paper lol. GOOD JOB HERE!. i just suggest this cause your dialer is the best!!!!!!!!!!!
Everything works in my HTC touch. The only thing is not is the city of the today page: It shows "Amststerdam"
also I can't enter to the config page. Maybe is the same problem I had with the Touchflo3d config.xml file....
caballero600 said:
Everything works in my HTC touch. The only thing is not is the city of the today page: It shows "Amststerdam"
also I can't enter to the config page. Maybe is the same problem I had with the Touchflo3d config.xml file....
Click to expand...
Click to collapse
You could open the config.xml and search for hometown or amsterdam and change the amsterdam to your town.
Did you try to open the config throug the settings page or through throttleconfig?
After chaging you have to reload the theme.
Good luck!
pauldgroot said:
You could open the config.xml and search for hometown or amsterdam and change the amsterdam to your town.
Did you try to open the config throug the settings page or through throttleconfig?
After chaging you have to reload the theme.
Good luck!
Click to expand...
Click to collapse
Ok! Now I have the city changed.
I have tried to enter from both ways. I had this same problem with Touchf3d, and it solved a new config.xml that they posted. I think they were some troubles with the today plugins, so instead of having a list of plugins I had a field to write in the plugin.
oh....my.....God
This is the sexiest eye candy of a Today I have ever seen.
Woops, didn't realize I made a double post.
Hey Paul, the Windows Seven.bmp that you provided is rather...well, there are no gradients, but rather horizontal lines. This is also the case with the sphere in the bottom-middle.
Do you have one thats possibly a true gradient? Maybe this was designed for VGA devices? Also, is it possible to change the sensitivity for this plug in?
Again, these are the best graphics I've seen, and thanks so much for your efforts.
I'm posting this just to say how much I enojoy using throttle over the default HTC homeplug, if you haven't made the switch you should consider doing so now! the touchflo works great, flash can be tricky but is beautiful, and it runs just as fast (sometimes faster) as my homeplug did! I know there aren't many themes for this yet but I don't see myself getting away from this clean black. Having multiple slides available for calendar/photos/apps and more makes life easier! Here are a some shots of my default yet clean and enjoyable set up. Please post your custom throttle pics if you have them!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Tried it. Didnt like the lack of an actual today screen for my plugins. I use IM+ regularly and not being able to see a new message displayed kinda sucked. The ONLY way i was able to even see the plugin was to disable the calender function and enable the plugin in its screen. Even then, it doesnt autoupdate to show a new message. Sigh
pyraxiate said:
Tried it. Didnt like the lack of an actual today screen for my plugins. I use IM+ regularly and not being able to see a new message displayed kinda sucked. The ONLY way i was able to even see the plugin was to disable the calender function and enable the plugin in its screen. Even then, it doesnt autoupdate to show a new message. Sigh
Click to expand...
Click to collapse
you can manually add plugins to any page within throttle and..for the home page you just add the line for the plugin in the xml...its very simple..i did it for voip byut yah the auto update does kinda suck..i just hit the hw start button..it updates the page/plugins
it's sloooow...
and still feels like an addon...
Ahhhh.....can i just download and install it over any ROM's i'm using now? Or has it got to be cooked in with the ROM?
Edit: Found the website. Ignore my question
Scann69 said:
Ahhhh.....can i just download and install it over any ROM's i'm using now? Or has it got to be cooked in with the ROM?
Edit: Found the website. Ignore my question
Click to expand...
Click to collapse
You can but L26's last B5 is SICK SICK SICK! I highly recommend it!
The TL is not that slow, you just need the good parameters (like using "paged" movements to naviguate through the different tabs / pages). Otherwise the other ways to naviguate are indeed slow (kinetik, wheel of fortune etc).
That's really a nice and useful plugin. Highly customizable and like it has been said, you can add Today Plugins in the TL, so you can virtually have lot's of them because you can have as many "tabs" has you want.
The TL in Laurentius26 TL B5 indeed highly rocks hehe.
slovoflud said:
it's sloooow...
and still feels like an addon...
Click to expand...
Click to collapse
I don't get it, this is faster than anything i've used before, maybe i've been using the wrong roms, but I doubt it. The only issue I have is the same with all my other roms, to use skyfire or opera!
the only way I found it to be useable using L26's beta 5 was to remove the calendar page (or add pocketbreeze and remove the default calendar) everything else worked pretty well.
How do I get this 'Throttle' thing, and is there any help or information reguarding installing and setting this up?
I've never flashed or cooked my ROM before, if it consists of that, and I would rather not. This seems really nice, and since I can not get the HHC program to cusomize my Home screen now, this may be something to try.
Any help?
mzshortay said:
How do I get this 'Throttle' thing, and is there any help or information reguarding installing and setting this up?
I've never flashed or cooked my ROM before, if it consists of that, and I would rather not. This seems really nice, and since I can not get the HHC program to cusomize my Home screen now, this may be something to try.
Any help?
Click to expand...
Click to collapse
Flashing is not hard, it just needs care.
Here is the main Wiki of the Kaiser.
To know how to flash a ROM, please read everything here. The first time you flash, it's taking time cause you are new to that game and you need to install first a soft called "hardSPL". Then you'll be able to flash (install) a ROM. If you flash this one (L26 v10 Beta6), you'll have the ThrottleLauncher pre-installed .
If you don't want to flash a ROM, you still have the posibility to install the ThrottleLaucher by yourself following this post.
bittermormon said:
the only way I found it to be useable using L26's beta 5 was to remove the calendar page (or add pocketbreeze and remove the default calendar) everything else worked pretty well.
Click to expand...
Click to collapse
I love calendar, mostly for the swiping to next or previous month, i've got alot of **** in my calendar and it helps to not have to 'leave' the home page to open calendar to see when i've got upcomming appointments.
mzshortay said:
How do I get this 'Throttle' thing, and is there any help or information reguarding installing and setting this up?
I've never flashed or cooked my ROM before, if it consists of that, and I would rather not. This seems really nice, and since I can not get the HHC program to cusomize my Home screen now, this may be something to try.
Any help?
Click to expand...
Click to collapse
As far as flashing a new rom I suggest you read the wiki on rom flashing how to's.
http://wiki.xda-developers.com/index.php?pagename=HTC_Kaiser#ROMx20.Upgrading
It's fool proof if you READ everything! And by using a stock rom that came with the phone you are missing out on alot of Kaiser's features that you paid good money for!
Hi. How do i get the home screen with that all black. as you have it nufsaid ?
my top line and background of the clock is in the standard today colours(blue)
Cheers
jmagicuk said:
Hi. How do i get the home screen with that all black. as you have it nufsaid ?
my top line and background of the clock is in the standard today colours(blue)
Cheers
Click to expand...
Click to collapse
Here you go buddy
http://forum.xda-developers.com/showthread.php?t=395617
Hi All! Im using Touch-IT v4.0 "Landscape" RC1.1 right now. Any working solution to edit the weather database.
I would like to add my city, i was trying weather database editor 1.1 , 1.2 , and WeatherDatabaseEditor_1_1_Meins , with no success.
After i used any of those database editor , when i gioing to the weather tab , the touch flow interface just restarting ...restarting...and restartnig. Finally i have to do a hard reset...
The Same here. Try to edit the registry, but akkuweather set it to standard back. Im sure, the city iss correct.
I asked this question before. Here is my post:
skycamefalling said:
Anyone here who tried to add new cities to the weather tab or could someone please try it out to confirm:
Inside the windows folder there is the file "2330fc3c_manila". Copy this file to your desktop computer, uncheck writeproof and open it with a SQ Database Editor (e.g. Freeware: http://www.freeware-base.de/freeware-zeige-details-16236-SQLite_Database_Browser.html or Shareware: http://sqlitemanager.softonic.de/ ).
You can find all the entities there in a format like DATASET CITY COUNTRY ACCUWEATHER-CODE and TIMEZONE.
Just edit one city you don't need to the desired values (The accuweather code for my hometown would be EUR|AT|AU006|JUDENBURG ).
Save the entity and copy it back into your Windows folder on the phone. Additional, uncheck TF3D from the today screen and delete the Weather cache you find in "Application Data\HTC\databases\forecast_cache".
Softreset, start TF3D and go to the weather tab to add the new cities. Then try to update them and see if it works.
There is the problem for me, the cities can be chosen but they do not update. I have a "Connection Error" everytime I try, but the preinstalled cities work fine. With YYYYY's ROM it worked flawlessly, but there seems to be a problem here and I need to know if I am the only one with this problem.
Thanks for trying and telling me what happens in advance
Greetings,
sky
Click to expand...
Click to collapse
The funny thing is, in YYYYY's TF3D2 ROM it works, in Itje's it doesn't. So where is the difference between them?
skycamefalling said:
I asked this question before. Here is my post:
The funny thing is, in YYYYY's TF3D2 ROM it works, in Itje's it doesn't. So where is the difference between them?
Click to expand...
Click to collapse
are you saying if you edit it and use it in YYYYYs rom then it works, or that it works without editing?
have you tried signing the file? I don't think it would be this, but you never know.
fards said:
are you saying if you edit it and use it in YYYYYs rom then it works, or that it works without editing?
have you tried signing the file? I don't think it would be this, but you never know.
Click to expand...
Click to collapse
No, of course, I edit the file before. I have to because my hometown is not in there.
So I use the SQ-Editor to edit the database and copy it back into the windows-folder. With YYYYY's ROM I then can chose my town and get the weather forecast. In Itje's ROM I then can chose my town but I get no weather data.
What about signing the file? No idea how to do this but I didn't do for YYYYY's ROM as well.
my manila is CFC compressed, perhaps his is not?
itje said:
my manila is CFC compressed, perhaps his is not?
Click to expand...
Click to collapse
Hmm...but could this really be an issue for a database-file? I always thought, cfc compression only affects images.
EDIT: Nope, his' is CFC compressed too.
I get "No weather data available"
Anyone have solution?
Thanks
skycamefalling said:
I asked this question before. Here is my post:
The funny thing is, in YYYYY's TF3D2 ROM it works, in Itje's it doesn't. So where is the difference between them?
Click to expand...
Click to collapse
Sorry, but i tryed this first in YYYYY's, because i used this Rom weeks ago. There ist no Chance, the same Error like in itjes Rom.
Can´t edit the City. After i edit the Reg Key, Accu Weather set Taiwan etc. as standard.
mupper said:
Sorry, but i tryed this first in YYYYY's, because i used this Rom weeks ago. There ist no Chance, the same Error like in itjes Rom.
Can´t edit the City. After i edit the Reg Key, Accu Weather set Taiwan etc. as standard.
Click to expand...
Click to collapse
That's really strange. It worked perfect for me in YYYYY's ROM.
So if it's not the ROM, what else could it be. What applications did you install when using the ROM?
Maybe there is a problem with one of these.
Damn, it's really annoying to have a city in the weather tab that is 100 km away
skycamefalling said:
That's really strange. It worked perfect for me in YYYYY's ROM.
So if it's not the ROM, what else could it be. What applications did you install when using the ROM?
Maybe there is a problem with one of these.
Damn, it's really annoying to have a city in the weather tab that is 100 km away
Click to expand...
Click to collapse
I guess you can only set a "handfull" city´s in the Waetherpanel. All citys i try to added (the registry version) will set back to standard citys (taiwan, barcelona etc.)
Im not sure why, but i think accuwaether cannot added international cities.
mupper said:
I guess you can only set a "handfull" city´s in the Waetherpanel. All citys i try to added (the registry version) will set back to standard citys (taiwan, barcelona etc.)
Im not sure why, but i think accuwaether cannot added international cities.
Click to expand...
Click to collapse
Yes, it can.
As I said: I added "Judenburg" with the SQ Editor in YYYYY's ROM and the weather tab showed me the forecast.
Now the same city does not work.
There must be a reason for this.
Please enter the next value in RGU or in REG than are no problems with smaller Citys
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Weather.ServerURLOverride"="http://weather.not2advanced.com/htcweather/forecastdata.php?ac=XDADevs&locCode=%25ls&version= 1&device=innovation"
To get the City Code go to www.accuweather.com
For Spain, Chiclana (small town near Cadiz)
http://www.accuweather.com/world-in...ccuweather&locCode=EUR|ES|SP001|CHICLANA|&u=1
-> EUR|ES|SP001|CHICLANA
AleFefe said:
Please enter the next value in RGU or in REG than are no problems with smaller Citys
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Weather.ServerURLOverride"="http://weather.not2advanced.com/htcweather/forecastdata.php?ac=XDADevs&locCode=%25ls&version= 1&device=innovation"
To get the City Code go to www.accuweather.com
For Spain, Chiclana (small town near Cadiz)
http://www.accuweather.com/world-in...ccuweather&locCode=EUR|ES|SP001|CHICLANA|&u=1
-> EUR|ES|SP001|CHICLANA
Click to expand...
Click to collapse
Can you please explain step-by-step how to do that?
I didn't understand what to do exactly.
Thank you very much
AleFefe said:
Please enter the next value in RGU or in REG than are no problems with smaller Citys
[HKEY_CURRENT_USER\Software\HTC\Manila]
"Weather.ServerURLOverride"="http://weather.not2advanced.com/htcweather/forecastdata.php?ac=XDADevs&locCode=%25ls&version= 1&device=innovation"
To get the City Code go to www.accuweather.com
For Spain, Chiclana (small town near Cadiz)
http://www.accuweather.com/world-in...ccuweather&locCode=EUR|ES|SP001|CHICLANA|&u=1
-> EUR|ES|SP001|CHICLANA
Click to expand...
Click to collapse
Wow It is working.
Great. Thank you AleFefe
kroksy2101 said:
Wow It is working.
Great. Thank you AleFefe
Click to expand...
Click to collapse
Hell yeah!
Nice one
Thank you very much
kroksy2101 said:
Can you please explain step-by-step how to do that?
I didn't understand what to do exactly.
Thank you very much
Click to expand...
Click to collapse
+ 1! Thanks!
Can any of you who got it to work make a simple description how to do. Thanks in advance
I can not get this to work...
I can not get this to work... This is what i got , after edited the "2330fc3c_manila" file with db editor..Origional City from the database working fine....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
jorgen65 said:
Can any of you who got it to work make a simple description how to do. Thanks in advance
Click to expand...
Click to collapse
same here
Over at PPCGeeks they have posted a cooked cab that (I think) was 1st posted over here at XDA and then edited further. The graphics have been tweaked and what we have is a usable and fairly attractive VGA version. I did not make, edit or even tweak this app so my troubleshooting knowledge is limited. This will not work with every ROM but this cab works for me running ★ EnergyROM 'Genesis' (SYS 23016) Manila 2.1 - 9.20.09 WM 6.5 ★… and is fully functional!
Pandora Radio is your own FREE personalized radio now available to stream music on your Windows Mobile handset. Just start with the name of one of your favorite artists, songs or classical composers and Pandora will create a “station” that plays their music and more music like it. Pandora on Windows Mobile is fully integrated with Pandora on the web. Enjoy all your existing stations – and create new ones right from your Windows Mobile handset.
With Pandora you can explore this vast trove of music to your heart's content. Just drop the name of one of your favorite songs or artists into Pandora and let the Genome Project go. It will quickly scan its entire world of analyzed music, almost a century of popular recordings - new and old, well known and completely obscure - to find songs with interesting musical similarities to your choice. Then sit back and enjoy as it creates a listening experience full of current and soon-to-be favorite songs for you.
You can create up to 100 unique "stations." And you can even refine them. If it's not quite right you can tell it so and it will get better for you.
Updated 7/27
New cab posted! XDA member NRGZ28 was nice enough edit this cab so that it DOES add a shortcut to the start menu....thanks NRG!
Updated 9/29
New cab posted! XDA member bkress has made a cab that should help those who have the C++ Error, please see Post # 83 and and try downloading this cab at your own risk...thanks bkress!
ATTENTION EnergyROM Users
-->CLICK HERE<-- to download the exact same cab except it adds the shortcut to start/programs/multimedia for streamlined use with EnergyROMs.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
When I try to install Pandora I get a C++ error!!!
This is typically caused by a some type of software that is conflicting with the installation. Member bkress has made a cab that should help those who have the C++ Error, please see Post # 83 and and try downloading this cab at your own risk
I installed Pandora but where is the shortcut?
Download the new version, Thanks to NRGZ28...this issue has been solved!! New cab posted 7/27 which does add a shortcut to the start menu.
Pandora installs fine but I get stuck at the "connecting" screen!!
Try logging on to your Pandora account on your computer (not your phone) and change your email address to a different one and then try you use the app on your phone. Also using the Advanced Configuration Tool try navigating to Network>TCP Window and change the value to 98304, Save your changes, and soft-reset.
Pandora in not showing up in my task manager?
How do I close Pandora?
This version like so many others will not show up in the task manager and will not close just by pressing the X button, you have to press menu (down on the circular pad) then select exit Pandora from the menu.
Once I have switched to another app how do I switch back to Pandora?
To switch back to the program simply click on the shortcut as if to launch it again and it will switch back to the app.
Do I need a subscription for this service?
No.
I have tried all this and it still will not work!!
It should be noted that this seems to be working for people running the newest EnergyROM by NRGZ28...you could always try flashing a different ROM. Before flashing any ROM make sure that you flash the correct one for your phone (i.e. GSM or CDMA) and follow all flashing procedures described in the Stickies and provided by the Chef.
Nice... Working better! Not perfect but better!!! Thanks for the link.
Does using this feature cost anything? I have unlimited data so I should be good right
Sparkz914 said:
Does using this feature cost anything? I have unlimited data so I should be good right
Click to expand...
Click to collapse
No subscription is needed w/ this version.
So I installed to my htc fuze running sheps wm 6.5 w/manila 2 but after I put in my info an click next it goes to the blue pandora screen with the spinning thing an stays there an doesnt work?!?!?! why's that?? anyone w/some input please??
Argh, neither one works for me....
krook6023 said:
If this is old news I apologize but I thought this warranted a new thread. I have been trying for a long time to find a working VGA version of Pandora that will work with Windows Mobile 6.5 and I finally found one. This cab works for me…fully functional…and the graphics have been edited to work on VGA.
Over at PPCGeeks they have posted a cooked cab that (I think) was 1st posted over here at XDA and then edited further to work correctly. I am on T-Mobile using EnergyROM 'Magic' (23003) TF3D2.
If you would like to give it a try you can download the cab here.
Click to expand...
Click to collapse
I'm having a problem regarding the 'vector subscript out of range line 756' error upon launching the application.
I've got the Sprint Touch Pro CDMA version running Groove Rom 5.0 with WinCE v5.2.21815.
Anyone else run into this issue?
I've tried two different versions of the Pandora VGA "hack" and both report back the same error.
Am I missing something?
Not sure about either of the two issues above...but it has been said that other software can effect the install of Pandora...I could never get it to work with Mobile Shell 3. Maybe try installing Pandora first after a clean flash and see if it works.
Nice, works great on my Fuze!
Even the screen taps work and stuff is in the right spot now.
My only complaint would be the Fonts are still Micro, but at least we have a fully functioning Pandora.
Thanks!
Also, I have attached the file here so people won't have to sign up for a PPCGeeks account just to download the file.
GldRush98 said:
Nice, works great on my Fuze!
Even the screen taps work and stuff is in the right spot now.
My only complaint would be the Fonts are still Micro, but at least we have a fully functioning Pandora.
Thanks!
Also, I have attached the file here so people won't have to sign up for a PPCGeeks account just to download the file.
Click to expand...
Click to collapse
Good idea, I updated the 1st post with the attachment.
MRFERRARI23 said:
So I installed to my htc fuze running sheps wm 6.5 w/manila 2 but after I put in my info an click next it goes to the blue pandora screen with the spinning thing an stays there an doesnt work?!?!?! why's that?? anyone w/some input please??
Click to expand...
Click to collapse
Same here. Even over Wifi.
Same here - stuck at "Connecting" after you enter the artist's name.
Same here - app gets stuck at "connecting" after you enter the artist's name.
CDMA Touch Pro with WM 6.5
Can't say mine does that, everything works well
MRFERRARI23 said:
So I installed to my htc fuze running sheps wm 6.5 w/manila 2 but after I put in my info an click next it goes to the blue pandora screen with the spinning thing an stays there an doesnt work?!?!?! why's that?? anyone w/some input please??
Click to expand...
Click to collapse
seivad17 said:
Same here. Even over Wifi.
Click to expand...
Click to collapse
mavblues said:
Same here - stuck at "Connecting" after you enter the artist's name.
Click to expand...
Click to collapse
I have heard this may work for fixing that...using advanced config navigate to Network>TCP Window and change the value to 98304, Save your changes, and soft-reset.
krook6023 said:
I have heard this may work for fixing that...using advanced config navigate to Network>TCP Window and change the value to 98304, Save your changes, and soft-reset.
Click to expand...
Click to collapse
...but having said that I was having the same problem but the cab in the OP alone fixed all the issues I was having.
Thanks! On my way out to the gym and my ipod is dead and can't find the charger... So this will be the first time i take my Fuze to the gym, wish me luck! haha
also I installed it to storage card and it didn't create a shortcut to my programs :/
Sign in worked, on my way out the door... lets see how this goes.
---update------
Everything worked out well.. Buttons on the bottom are a little off and the font in the menus is small but thats just cosmetic and doesn't bother me.
It took a little longer than expected to buffer between songs :/
Used about 55% of battery for 1.5hrs of streaming and maybe 5 min of internet browsing.
When i left the gym it said 45% remaining (left the house with a 100% charge). When i got home it said 27% remaining.. i live less than 3 min from my gym, soft reset the device and now it says 30% remaining :S ?
OH yah, also you can't exit the program just by pressing the X button, you have to press menu (down on the cirular pad) then select exit pandora from the menu.
fone_fanatic said:
...installed it to storage card and it didn't create a shortcut to my programs...also you can't exit the program just by pressing the X button, you have to press menu (down on the cirular pad) then select exit pandora from the menu.
Click to expand...
Click to collapse
Updated first post with this info...thanks!
krook6023 said:
I have heard this may work for fixing that...using advanced config navigate to Network>TCP Window and change the value to 98304, Save your changes, and soft-reset.
Click to expand...
Click to collapse
Yeah, I had already done that, but thanks for the suggestion. Any other ideas?
mavblues said:
Yeah, I had already done that, but thanks for the suggestion. Any other ideas?
Click to expand...
Click to collapse
What ROM are you running what is your service provider etc.??
Mine gives me a ton of errors...
Microsoft Visual C++ Debug Library
Debug Assertion Failed!
Program: \Program Files\Pandora\Pandora.exe
File: C:\Program Files\Microsoft Visual Studio 8\VC\ce\include\vector
Line: 756
Expression: vector subscript out of range
then after i press ignore it gives me the sme thing except
Line: 757
Expression: ("Standard C++ Libraries out of range", 0)
Then it crashes.