[REF] Foxtel Mobile TV GUIDE (Australia) on HTC Touch HD & Jbed - Touch HD Themes and Apps

I have succeeded in:
- downloading the Foxtel Mobile TV Guide
- making it work on my HTC Touch HD
- stopping it from prompting me for "permissions" every time it runs.
- creating a direct shortcut to the application
This allows me to send remote-record instructions to my Foxtel iQ2 set top box, just like on the "supported" handsets, such as the Nokia N95.
(I've cross-posted this information to an existing thread on forums.whirlpool.net.au, where there are probably more Aussies asking about it. But I thought I should also post here, because xda-developers has more people interested in adjusting permissions in Jbed's "selector.utf".)
The following worked with Jbed 20080418.2.1 on the HTC Touch HD. I am not entirely sure whether that is the version which came on my handset originally, but if you have a problem with the version you're using, you can try to find the version I'm using via a Google/forum search.
Step 1. Register for the Foxtel TV Guide on your computer, and make sure it's working from a normal PC browser:
https://www.foxtel.com.au/EPG/EPG.aspx
Step 2. Send the text message "Guide" to 19 955 955 from the handset, as per the instructions at the following webpage:
http://www.foxtel.com.au/mobile/get-started.htm
(Cost: $0.55 according to that web page.)
You will shortly receive an SMS message with a URL to download the software, but if you try to download it on your handset, you will probably get an error message saying that your handset is unsupported.
Step 3. Change a web browser's "agent string" to match one of the supported handsets' agent string, then use the URL on the SMS message to download the software.
I used Firefox, and changed my agent string to:
Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaN95_8GB/10.0.021; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413
as quoted on the following web page:
http://www.leytonjay.co.uk/internet...kia-n95-8gb-user-agent-string-default-browser
Using the instructions on this page:
http://johnbokma.com/mexit/2004/04/24/changinguseragent.html
(I removed the "general.useragent.override" setting afterwards, to change Firefox back to normal.)
The file you download will be a ".jad" file.
Step 4. Copy the ".jad" file onto the handset, using ActiveSync, etc.
Step 5. On the handset, run the Jbed "Java" program, and choose Menu->Install->Local Files to locate the .jad file, and install it.
At this stage, you have installed the Foxtel Mobile TV Guide, but you might not be able to use it. On the HTC Touch HD, you do not have any built-in keyboard, or any directional buttons, and something needs to be done to work around it.
Step 6. If you don't have a directional pad on your pocket pc, then install a utility to re-map your volume buttons to fulfil the role of the directional pad. I installed AE-Button Plus, and used the following settings for my HTC Touch HD:
Volume Up:
1: Press Up arrow key
2: Press Left arrow key
3: Press Enter
Long: Press Left SoftKey
Volume Down:
1: Press Down arrow key
2: Press Right arrow key
3: Press Enter
Long: Press Right SoftKey
You may choose to use a different utility, as long as you can access up/down/left/right/enter and have a "hardware" way of accessing the soft-keys, which will be invisible.
http://ae.inc.ru/aebplus.php
Step 7. Run "Java" and launch the "Foxtel TV Guide" application. You will probably need to give it several permissions manually, because we haven't done anything about that, yet.
In order to perform a "remote record", you will need to enter your Foxtel TV Guide user guide and password, the same as for the normal web browser interface. But, Jbed won't let you access a SIP, and if you might not have a physical keyboard. You will need to use some software to control your handset from your PC.
I used EveryWAN Remote Support Personal Edition 3.0:
http://www.sparus-software.com/spip.php?page=download&lang=en
In the Foxtel Java application, press the Left SoftKey, to bring up the "Actions" menu. You can do this via your remote control program, or use your remapped buttons. Choose "Settings", then "Account Settings".
Now you have to enter your Foxtel username and password using the remote control software as a keyboard. However, it's not as simple as typing "a", "b", "c", etc. The application expects you to ONLY use digit keys, like on a simple phone. So, for "a" you might press "2" once, "b" = hit "2" twice in quick succession, etc. It's a pain, but you should only have to do it once, and it'll remember your settings.
By this stage, you should be able to launch and control the Foxtel Mobile TV Guide with your remapped buttons, and because you've entered your username and password, you can ask your iQ/iQ2 to record something from your phone, and it'll do it.
IF you want to get rid of the annoying prompts for permission on startup: (technical, and your mileage may vary)
Step 8. Find the files "selector.utf" on your handset, and copy it to your PC. Mine is in \Esmertec Java\AppDb, but yours might be in \Windows\AppDb. Make backups, both on your PC and on your handset, in case you do something wrong.
Step 9. Download a Hex editor for your PC, and edit "selector.utf".
I used "HexEdit":
http://www.physics.ohio-state.edu/~prewett/hexedit/
The first two bytes of the file determine exactly how many bytes follow. My file was 397 bytes long, so the first two bytes were "01 8B" = 395. The first two bytes don't count. The java program should be happy with "selector.utf" as long as the correct length is given.
The Foxtel application is installed with a setting/line "domain=midp1", but we need to change it to "domain=tckmax". That's exactly one byte longer, so, use your hex editor to increase the length by 1. In my case, that meant changing the first two bytes from "01 8B" to "01 8C".
Save and exit.
Next, open the file up with a normal editor. Hopefully you can use notepad, but I used "vi", which may not be available on your computer. Change "domain=midp1" to "domain=tckmax", save, and exit.
Step 10. Overwrite "selector.utf" on your handset with your edited version, and run Java again, and launch the Foxtel TV Guide application. Hopefully, it will now run without prompting you for any permission any more.
Step 11. You can make a direct shortcut to the Foxtel TV Guide application if you like, so you don't have to run "Java" and then select it manually any more. If you look at "selector.utf" again, there is a parameter "root=XXXX". In my case, the Foxtel TV Guide root is "s2_". It depends on which order you install your Java applications.
Using Resco File Explorer, copy the Java shortcut from \Windows\Start Menu\Programs\ and create a link "Foxtel" in the same directory. Then, tap-and-hold on it and choose "Properties", then the "Shortcut" tab. In the "target" field, append the string:
-run XXXX
where XXXX is the root of your Foxtel application. Don't forget to use a space to seperate "-run" from whatever comes before.
I hope this information is useful to someone. I tried following all sorts of tutorials for removing the permissions prompts, but most threads are focussed on Java Gmail/Opera applications, and they never worked for this Foxtel software. They key was, the Foxtel application installs itself in the "midp1" domain, and in order to change that to "tckmax", which is one extra byte, and I had to change the two-byte header of the file.
Edit: Addendum: The application looks like it'd be happier on a QVGA device, and I had some problems scrolling through the list of all channels in WVGA mode. It's more functional if I use WVGAFIX3 to set the resolution to VGA 480x640 before I run it.

I just installed this file: View attachment 156767 which allows me to watch foxtel on my xperia and also allows me to view the foxtel tv guide through telstra's business portal (free to browse) and set up programs to record on my IQ2.
Works like a charm.
Special thanks to thedeva who posted this file in another thread.

Thanks tls,
will add this to my shortcut list!

will this work if you're with a different mobile carrier other than telstra or does it use the telstra portal?

i had it working on '3'!
On a separate note, my JBlend got corrupted and im trying to figure out how to install/restore it.

Related

'Admin policy' broken on WM2003 !

'Admin Policy' is a little-known feature of Microsoft PocketPC that was built mainly for security-aware corporate customers. It allows one to lock a PocketPC device in a mode that no longer display a 'run' dialog, disallows the addition of external programs via ActiveSync or through Internet Explorer, disallows renaming of files to .exe and disallows remote changes to the registry through 'RapiRegMod'.
To be able to play with 'Admin Policy', on most PPCs one has to rename the registry value 'Redirect' in the registry at '\HKLM\Controlpanel\AdminPassword' to something else. Then go to 'Settings' / 'System' and look for the 'Policy' applet.
To enter the 'Secure Mode' the user has to enter a password, and the same password needs to be entered if the user is to leave again. The unicode representation of this password (0x0000 appended) is hashed using MD5 and placed in the binary value 'AdminInfo' in '\HKLM\Security\Policies\Shell' (on WM2003) or '\HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Shell' (on PPC2002).
However, they forgot to move the DWORD value 'NoExternalExes' (set to one when the Admin Policy is on) from the old to the new spot in the registry, and so the whole system just doesn't work on WM2003: you can still move binaries to the device and run them.
It still claims it works: it says:
Once enabled, users will not be able to download new programs via Pocket Internet Explorer, ActiveSync, or beaming to their mobile device. Users will not be able to rename programs to enable them to start on the device.
Click to expand...
Click to collapse
But that's Not True (tm) until you manually add the 'NoExternalExes' value.
This has been a public service announcement from XDA-developers.com.

Collection of all the fixes for WM6

We should post all the fixes the have been found for wm6 on the dash here to make it easier to find....
Reminder FIX:
From RandyRants.com:
Step 1: Make a change to your Normal profile. Raise the volume of some alert or something. Change something to get the device to create the following file: \Application Data\Profiles\Normal.prof.xml
Step 2: Connect via ActiveSync on XP or WMDC on Vista and copy this file to your desktop.
Step 3: Edit this XML file - add the following blurb to the SoundCategories section:
<characteristic type="Reminder">
<parm name="Script" value="v0p" />
<parm name="InitVol" value="4" />
</characteristic>
Step 4: Save this file on your PC.
Step 5: Set the System flag on this file. You can do this with a right click on the file and setting the properties or via a command prompt: attrib +s normal.prof.xml.
Step 6: Now copy it back to \Application Data\Profiles
I posted this to another thread, but the steps have changed... seems that if you don't have the System attribute set on the profile XML files before moving them to the phone it renders them useless. It also seems that on Vista with WMDC it keeps the attributes fine (inspite of having to change the OS to even see the files) but on XP/2003 with ActiveSync the System flag is removed when the file comes from the phone.
Either way, good luck with it!
Click to expand...
Click to collapse
Rotated video FIX:
freyes01 freyes01 is offline
Member
Join Date: Apr 2006
Location: Miami
Posts: 35
[United States] [U.S.A. - T-Mobile]
Default
getwsted at HF found a solution for the screen rotation issue:
Add the following Key "Rotation" under HKLM\System\GDI\
e.g. [HKLM\System\GDI\Rotation]
Then Add this dword.
"LandscapeMode"=0
It solved my problem with Orb and other Videos with WMP in full screen mode.
__________________
Thanks,
Freddy Reyes
http://www.freddyreyes.com
Click to expand...
Click to collapse
SMS Sent Notification Removal:
Download this Here YOU HAVE TO SOFT RESET FOR IT TO WORK!!
Bluetooth Voice Command Fix:
WM6 Voice Command 1.6
Voice Command is a very powerful program that will allow you to control your WM6 Excalibur with your voice.
* Hands-free phone
* Dial your phone by voice using the phone number
* Contact lookup
* View contacts with a voice command
* Have the subject, time, and location of upcoming appointments read to you
* Media player
* Program starter
* Device Status
Enable Voice Command
Start > Voice Command
Voice Enabled > Yes
Announcement Routing > Bluetooth if Available
This setting will allow Voice Command to use the Excalibur phone speaker to respond to vocal commands, if you don't have a bluetooth headset connected.
IMPORTANT: Soft Reset to enable the changes to Voice Command
After the soft reset, press and hold the home key. This is the default Record Application Button which activates Voice Command. When you hear the beep say, "Help". Voice command will then guide you through the available voice commands.
IMPORTANT: Do not talk directly into the microphone. Hold the phone 4 inches/100mm from your voice. The response from Voice Command will take a few seconds.
A Voice Command tutorial from Microsoft is here.
Enable Voice Command with a Bluetooth Headset
With the current beta release of WM6, you need to modify the following registry settings to use your bluetooth headset with this feature.
NOTE: Your Excalibur has to be application unlocked to make modifications to the registry.
HKLM\SOFTWARE\Microsoft\Bluetooth\AudioGateway\BTA GExtModule
The string value needs to be changed from "OEMAGW.dll" to "\Windows\vcbthag.dll".
IMPORTANT: Soft Reset to enable the changes to Voice Command
After the phone reboots, your bluetooth headset will now be able to use Voice Command by pressing the button on your headset. Wait for the beep, then speak the command.
Viel Spaß mit Voice Command,
jromney
Click to expand...
Click to collapse
Streaming Video Player:
rvbcrs said:
Ok guys here is a .cab I made for the Streaming Media tool.. I tried it and it worked with m.youtube.com!
Let me know if it works!
Download here: http://www.ramonshare.com/files/index.php?share=4&path=TOOLS/RvBCrS_HTC_Streaming_Media.cab
Click to expand...
Click to collapse
anymore fixes please post here..
you could add those to the collection on the wiki
http://wiki.xda-developers.com/index.php?pagename=Excalibur_WM6_Tweaks
please feel free to do that i dont have the time for that...
k i done it
Thanks for the fixes. Unfortunately, none of the work for me. I have the files unhidden and apparently no files appear in my App Data/Profiles folder when modifying any of the profiles.
Also, when trying to add a new key to the GDI registry folder, I get an error message saying I can't do so. I'm using Resco Explorer's registry editor btw.
Error Message!
.PoNeH said:
Thanks for the fixes. Unfortunately, none of the work for me. I have the files unhidden and apparently no files appear in my App Data/Profiles folder when modifying any of the profiles.
Also, when trying to add a new key to the GDI registry folder, I get an error message saying I can't do so. I'm using Resco Explorer's registry editor btw.
Click to expand...
Click to collapse
My friend I had the very same problem you are having now. The reason you are getting that error message is because, your wm6 ROM got corrupted some how. what I did was, reinstall the clean wm5 ROM all over again, after that, I reinstall the new wm6 official upgrade Rom and also you will have to application unlock your device all over again! Now everything will work fine!
Reminder FIX - doesn work.
The reminder fix doesn't seem to work with the release version of WM6 for the Dash.
In fact, if you do this mod, you woun't be able to switch to "Normal" profile.
It seems if the OS determines that the profile's XML file is inavlid in some way, it will refuse to load it, and this mod seems to be invalid to the OS.
This is a BIG bug with the dash (no reminder volume setting) - I hope they release a patch for it.
UPDATE: I just found and read the full version of this fix (where you need to change the "system" attribute) and it actually now does work. I am going to try to create a CAB file to do the patch so users won't have to do all the copy to/from their PC.
UPDATE: See this page for the CAB file - http://forum.xda-developers.com/showthread.php?p=1271705#post1271705
Does anyone know how to ensure that your time is always in sync with your Exchange server? I never had this problem with WM5 but since I have upgraded my Dash's internal clock seems to have gone cuckoo. If I turn it off, and turn it back on my Dash thinks it's the same time that I turned it off at. It's like the clock just stops (would be nice if it happened in real life!)
Barring a fix, does anyone know of a utility that syncs WM time with a time server over the net using SNTP?
Edit: I found this:
http://s-k-tools.com/index.html?m_downloads.html#tsync
hope everyone is finding these fixes useful...
anthoneous said:
hope everyone is finding these fixes useful...
Click to expand...
Click to collapse
see thats why we use the wiki, so you don't need to bump
Somehow when copying back edited profile files, it does not retain System attribute on the flag, which, as already mentioned earlier, renders profiles unsuable.
Here is a simple workaround that I came across:
1) On your phone, open Vibrate profile for editing. Change something and save. This will force it to create the Meeting.Prof.xml profile file in the Profiles folder.
2) From ActiveSync, navigate to that folder on your phone and rename the file to Normal.Prof.xml
Now you can go back to your phone, open Normal profile for editing and the Reminder option will be there.
Hope this helps.
Unable to change profile
Unable to change profile?
Delete files in Application Data/Home/Profiles
then go to Start - Settings - Profiles
Switch to your desired Profile or re-customize your settings on every profile that you want
**xxxx.prof.xml files in Application Data/Home/Profiles contains the customizations made on every profile, example if you have only customized the Normal profile, normal.prof.xml will be automatically generated at Application Data/Home/Profiles.So deleting the xx.prof.xml file will revert the profile customization back to default.
Massive Fail.
anthoneous said:
please feel free to do that i dont have the time for that...
Click to expand...
Click to collapse
Massive Fail.
You've got the time to throw all of what's in your original post together, you've got time to append it to a wiki.
/Massive Fail.

Use free Celetask with IE hotkey

Celetask is supercool task manager:
Include New Task, Close task, Switch Task and View Task Properties.
Start any application through command line.
CeleTask can also execute any menu command in command line.
Include Terminate Process, View Process Modules, Properties.
Tool box with full customization support. Include Power Status, Memory Status, Free Memory, Reboot System, Shutdown System, etc.
Hot Key Customization
User can assign a hot key for any command.
All this with one press the Internet button
I use Internet button to start the Celetask and I set the hotkey of Celetask to shutdown all apps with another press of Internet button. I use "8 button" to clean the ram. And that how with 3 clicks I close all aps and clean the memory
The "1" button I use for soft restart.
To use this task manager with hotkey just download the attachment end copy two files in WINDOWS folder.
I see this in Kavana new 6.1 ROM, but you can use it in all other ROMS.
littleclown said:
Celetask is supercool task manager:
Include New Task, Close task, Switch Task and View Task Properties.
Start any application through command line.
CeleTask can also execute any menu command in command line.
Include Terminate Process, View Process Modules, Properties.
Tool box with full customization support. Include Power Status, Memory Status, Free Memory, Reboot System, Shutdown System, etc.
Hot Key Customization
User can assign a hot key for any command.
All this with one press the Internet button
I use Internet button to start the Celetask and I set the hotkey of Celetask to shutdown all apps with another press of Internet button. I use "8 button" to clean the ram. And that how with 3 clicks I close all aps and clean the memory
The "1" button I use for soft restart.
To use this task manager with hotkey just download the attachment end copy two files in WINDOWS folder.
I see this in Kavana new 6.1 ROM, but you can use it in all other ROMS.
Click to expand...
Click to collapse
This is the newest version of celetask,Yonsm(the author of celetask) build it for me,and it's include Excalibur's HotKey name,the best taskmanager for Excalibur
The original one is chinese Interface,i made it to english interface as the default interface.
Enjoy it.
This is version 2.0 I think. Version 2.2 is free only in Chinese (not problem for you anyway ).
Can you attach the latest version in English here please.
littleclown said:
Can you attach the latest version in English here please.
Click to expand...
Click to collapse
The real version of CeleTask i put in my ROM is 2.2.2504.5122
this is the newest version in the world
I have translate it into English Interface, you can use it as english version just with out the chinese mui.
Enjoy it !It's the real newest version,and it's real english version
Yes but I flash the HTC WM6 and I am so lazy to flash your ROM just to get the exe . Thats why I asking you this .
littleclown said:
Yes but I flash the HTC WM6 and I am so lazy to flash your ROM just to get the exe . Thats why I asking you this .
Click to expand...
Click to collapse
No problem, and you can try CeleCmd,it's also a good software,it help me do everything (install cab,create shortcut,input reg,and so on)after cold boot,my rom is also base on CeleCmd
I try it, but nowhere i can find documentation in English .
Can you attach the CeleTask last version in English now?
this is a great proggie. i've used it to create a shortcut to soft reset. the only problem is that it asks me to confirm i want to restart the phone. there's probably a way to bypass this, but i've not figured it out.
anyone know if there's a way to use celetask to restart the phone without a confirmation message?
Yes:
Menu-->Options-->Show Alert
Just remove the check and Celetask will make everything without questions.
Now I have a question:
how to make a hotkey with Celetask to start anoother program.
I see I can add programs to tools but can connect hotkey to them
i have the opposite question littleclown...
for some reason activesync is in my celetask and i don't want it there. there's no reason for it to start at startup. at least i don't think it's necessary anyway. it fires up just fine on it's own when i plug it into the computer.
i can't seem to get it removed from the program list in celetask.
can anyone fill me in on the trick?
Fake server for Activesync
The following info comes from Aximsite
1. open the Activesync program.
2. Select Menu at the bottom right hand corner of the screen. This will bring up the Options Menu. Notice the option Schedule... is greyed out? This is the all-critical option we need to get access to. But as it's disabled we can't change Activesync's default synchronisation schedule.
Ok, so how do we enable the Schedule option? Easy!!! Fool Activesync into thinking there is an Exchange Server to sync with:
1. From Activesync's Menu select Add Server Source.
2. In the following screens you can enter any old garbage. It does not matter, but just in case your unsure, just type the following in the indicated boxes:
Server Address: fake
Tap Next
User name: fake
Password: fake
Domain: fake
(Select save password or going into the Advanced menu makes no difference, so no need to bother).
Next
Untick all of the 'Data you want to synchronise' options
Tap Finish
3. Ok, we're done creating the server. You should now see in Activesync's main screen your normal Activesync connection(s), and a new connection called Exchange Server.
4. Go back into the Menu, and lo and behold the Schedule option is now enabled! Go ahead and tap it!
5. You will see that both options in the Schedule screen are set to Every X Minutes.
6. Using the drop downs, change both the Peak times and Off-peak times boxes to Manually.
7. Press the OK button.
Now
1. Go back into Activesync's Menu, then Tap Options.
2. Highlight Exchange Server, then tap Delete. A warning message will appear about removing files etc, but as you have no files associated with the fake Exchange Server, it's nothing to worry about - just tap Ok.
3. The list will now only show your remaining PC Sync connection(s).
I did and Activesync stop starting automatically, however after you connect with your PC you need to close Activesync with Celetask
thanks!
unfortunately it didn't work.
i'm trying something else. will report back.

Adding New Cities for Weather Sprint TP2

My efforts allow additions. Its a little work but it does work.
GET THE FOLLOWING:
The manila file for the weather is 2330f3c3_manila.
Location: \windows folder on the TP2 phone.
Total Commander (File Manager that runs on the TP2
Location: http://ghisler.fileburst.com/ce/tcmdpocketarm.cab
Firefox Browser
Location: http://www.mozilla.com/en-US/firefox/personal.html
SQLite AddOn for Firefox (This is the database editor that runs in Firefox)
Location: https://addons.mozilla.org/en-US/firefox/addon/5817
CeRegEditor
Location: http://ceregeditor.mdsoft.pl/index.php?id=3&lang=en
ACTION:
Install Firefox
Paste the SQLite AddOn Link in the Firefox Address bar and install the add on
Restart Firefox
Install CeRegEditor on your PC.
Download and install Total Commander on your TP2.
This is a CAB file to be copied from your PC to the TP2. After its on your TP2 tap to install.
Run Total Commander from the TP2
Copy 2330f3c3_manila to your SD card.
Connect your TP2 to your PC, let it sync.
Open your PC's Windows Explorer and copy 2330f3c3_manila from your TP2 to your PC.
Right click on 2330f3c3_manila and uncheck the "Read Only". Click ok.
Run Internet Explorer or Firefox and enter the following link: (This will validate the Accuweather location code: "http://www.accuweather.com/world-index-forecast.asp?Partner=accuweather&locCode=NAM|US|NY|NEW YORK|&u=1" You can change the state abreviation NY to yours and the city NEW YORK to yours (IN CAPS)
The code format (in the United States) should look like NAM|US|XX|XXXXXXXXXXX Copy this from the URL.
Run Firefox Browser
Select Tools and click on SQLite Manager.
A separate window will popup. This is SQLite
Click on Tools, then Options. Remove the sqlite in the default file extentions SQLite files.
Click Ok. (That was a one time change to SQLite AddOn.)
Click on Database.
Click on Connect Database
Goto the folder on your PC where 2330f3c3_manila and select it.
Click on Tables () in the left frame
Click on Cities.
Click on the Browse & Search button in the right frame.
Click on "state" twice. This will sort the records in reverse alpha state order.
Find entries for your state and copy the timezone and msid down. You will need these.
Look at the bottom of the right frame and you will see the last record number. Remember it.
Click the Add Record button.
The id (INTEGER) will be then next record number. Mine was 3609
Enter your cityName in plane text.
Remove any spaces or data in region (TEXT)
Enter your two character abreviation for state (TEXT) Example NY
Enter United States in country (Text)
Enter 0 in latitude (REAL). That was a zero.
Enter 0 in longitude (REAL). That was a zero.
Enter your accuweatherCode: i.e. NAM|US|NY|NEW YORK
Enter the timezone(INTERGER) you copied for your nearest city where you live.
Enter the msid(INTEGER) you copied for your nearest city where you live.
Click Ok.
Find your entry and examine it.
If you see NULL in any fields then double click the record and remove the NULLs and click OK to save.
Repeat for any other cities you want to add and increment id(INTEGER) by one each time.
When you are done: Click Database and then click Close Database.
Using Windows Explorer:
Right click 2330f3c3_manila and select properties and check "Read Only"
Delete the 2330f3c3_manila from the TP2 SD Card
Copy the 2330f3c3_manila you modified from your PC to the TP2.
Using Total Commander:
Goto the SD card tap & hold 2330f3c3_manila till the copy comes up.
Change the folder location to \Windows
Tap on Copy.
Connect the TP2 to your PC. Let it sync.
Run CeRegEditor on your computer in administrative mode.
Click on Connect.
Add a new string value to: HKEY_CURRENT_USER\Software\HTC\Manila
Value Name = "Weather.ServerURLOverride" No quote marks
Value Data = "http://weather.not2advanced.com/htcweather/forecastdata.php?ac=XDADevs&locCode=%25ls&version= 1&device=innovation" No quote marks
Click on Tools then Reset Device.
Now goto your TP2 Weather Tab and Add Location using the new locations.
Good Luck, Jeff
Or you could just make sure 2330f3c3_manila is read only, then install weather database. Add locations and do a soft reset.
Worked for me on Sprint... Maybe I'm missing something extra you're doing though?
I searched different sites and some people had success and others not with what your suggesting. I did what was posted in my quest for getting my location to work. Its' a whole lot of extra work but it does work.
Could you post the link for the DL of the program you're using? Thanks.
You need 3.5 .NET Framework first,
http://rapidshare.com/files/74341832/NETCF_3.5_ppc_ce5.rar
then
Weather Database Editor,
http://forum.xda-developers.com/attachment.php?attachmentid=104045&d=1217922081
At least I recall it being required, not 100%.
LifeStealer said:
You need 3.5 .NET Framework first,
http://rapidshare.com/files/74341832/NETCF_3.5_ppc_ce5.rar
then
Weather Database Editor,
http://forum.xda-developers.com/attachment.php?attachmentid=104045&d=1217922081
At least I recall it being required, not 100%.
Click to expand...
Click to collapse
Weather database editor doesn't work on sprint tp 2 because of file permissions or something like that.
allwires said:
Weather database editor doesn't work on sprint tp 2 because of file permissions or something like that.
Click to expand...
Click to collapse
I've got the T-Mobile TP2, but had the same problem - when first run, the weather database editor couldn't unlock the database.
Here's what I did (very simple...)
a) Connect via ActiveSync, explore (from the PC) to the \Windows folder on the TP2
b) Copy the file 2330fc3c_manilla from the TP2 to the PC (note, the file _2330fc3c_manilla doesn't seem to exist on the T-Mobile device, but isn't needed for changing Cities)
c) On the PC, remove the readonly flag
d) Copy the file back into the Windows folder on the TP2
e) Run Weather Database Editor, add my City, close the editor
f) Soft reset the TP2
g) In Manilla, use the normal method to add the new city to the tab
One thing to note - in step e), you don't have to use the 'weather code' from Accuweather - I found that just making sure I completed the country, state and city fields - and then adding the US zip code as the 'Accu Weather Code' worked great.
I used the WeatherDatabaseEditor 1.2 CAB to install, on a stock US T-Mobile ROM
Hope this helps
-Steve
I had the same problems with Weather Database as well. This is why I went thru the efforts on the start of this post. Having said that, installed the Weather Database again and .net 3.5 compact framework. It didn't work as LifeStealer and thefixer pointed out the manila file was read only. I thank all those for the information and Popdog54 at sprintmogul.net for shedding light on the subject. I will leave my post the way it is as an alternative (lengthy but alternative) way to change/add cities. Again thanks.
Easiest fix for North American Cities
Check out Conflipper's excellent easy fix cabs here-
http://forum.ppcgeeks.com/showthread.php?t=81108
thefixer said:
I've got the T-Mobile TP2, but had the same problem - when first run, the weather database editor couldn't unlock the database.
Here's what I did (very simple...)
a) Connect via ActiveSync, explore (from the PC) to the \Windows folder on the TP2
b) Copy the file 2330fc3c_manilla from the TP2 to the PC (note, the file _2330fc3c_manilla doesn't seem to exist on the T-Mobile device, but isn't needed for changing Cities)
c) On the PC, remove the readonly flag
d) Copy the file back into the Windows folder on the TP2
e) Run Weather Database Editor, add my City, close the editor
f) Soft reset the TP2
g) In Manilla, use the normal method to add the new city to the tab
One thing to note - in step e), you don't have to use the 'weather code' from Accuweather - I found that just making sure I completed the country, state and city fields - and then adding the US zip code as the 'Accu Weather Code' worked great.
I used the WeatherDatabaseEditor 1.2 CAB to install, on a stock US T-Mobile ROM
Hope this helps
-Steve
Click to expand...
Click to collapse
I did this on my Verizon TP2 and it worked great. I used the 'country|state|city' code from AccuWeather rather than zip (didn't try zip).
thefixer said:
I've got the T-Mobile TP2, but had the same problem - when first run, the weather database editor couldn't unlock the database.
Here's what I did (very simple...)
a) Connect via ActiveSync, explore (from the PC) to the \Windows folder on the TP2
b) Copy the file 2330fc3c_manilla from the TP2 to the PC (note, the file _2330fc3c_manilla doesn't seem to exist on the T-Mobile device, but isn't needed for changing Cities)
c) On the PC, remove the readonly flag
d) Copy the file back into the Windows folder on the TP2
e) Run Weather Database Editor, add my City, close the editor
f) Soft reset the TP2
g) In Manilla, use the normal method to add the new city to the tab
One thing to note - in step e), you don't have to use the 'weather code' from Accuweather - I found that just making sure I completed the country, state and city fields - and then adding the US zip code as the 'Accu Weather Code' worked great.
I used the WeatherDatabaseEditor 1.2 CAB to install, on a stock US T-Mobile ROM
Hope this helps
-Steve
Click to expand...
Click to collapse
I just tried this method as well, also on a Verizon TP2, but I'm unable to save back the modified (read only removed) file to \Windows. I get the error: "Cannot copy 2300fcc_manila: Access is denied. Make sure your mobile device has sufficient memory, that the file is not set as read-only, and that you have permission to copy this file type"
Any thoughts?
I'm on sprint so... obviously sprint made a special TP2 just for me.
Oh wait thats not it.
If its read only then make it not read only. Simple I didn't even transfer over, I just copied from folder to SD -> removed flag -> pasted back on top of the old one.
*shrug*
You can always shut down TF3D if you want.
thefixer said:
I've got the T-Mobile TP2, but had the same problem - when first run, the weather database editor couldn't unlock the database.
Here's what I did (very simple...)
a) Connect via ActiveSync, explore (from the PC) to the \Windows folder on the TP2
b) Copy the file 2330fc3c_manilla from the TP2 to the PC (note, the file _2330fc3c_manilla doesn't seem to exist on the T-Mobile device, but isn't needed for changing Cities)
c) On the PC, remove the readonly flag
d) Copy the file back into the Windows folder on the TP2
e) Run Weather Database Editor, add my City, close the editor
f) Soft reset the TP2
g) In Manilla, use the normal method to add the new city to the tab
One thing to note - in step e), you don't have to use the 'weather code' from Accuweather - I found that just making sure I completed the country, state and city fields - and then adding the US zip code as the 'Accu Weather Code' worked great.
I used the WeatherDatabaseEditor 1.2 CAB to install, on a stock US T-Mobile ROM
Hope this helps
-Steve
Click to expand...
Click to collapse
works like a charm
NetGoo: disable TF3D before you copy the file
I followed instructions in first post and worked like a charm for USCC phone.
Thanks for the help!

got ouya on fire tv, but can't install telling me enable unknown sources

So in another thread it gives you the apk files needed to get the ouya launcher. I've gotten into the ouya store, but any game I try to download and install, complains that I need to enable "Unknown sources". My box is rooted which I thought automatically emulates "Unknown sources". I've seen the guy in the video run Bombsquad, and he mentions to "Enable Unknown sources". Anyone has this working, what needs to be done to get games to install and play on Ouya.
abacus0101 said:
So in another thread it gives you the apk files needed to get the ouya launcher. I've gotten into the ouya store, but any game I try to download and install, complains that I need to enable "Unknown sources". My box is rooted which I thought automatically emulates "Unknown sources". I've seen the guy in the video run Bombsquad, and he mentions to "Enable Unknown sources". Anyone has this working, what needs to be done to get games to install and play on Ouya.
Click to expand...
Click to collapse
Need to go into Settings (from Original AFTV launcher) and System, then Developers Option and turn on Install from Unknown Sources.
If you have an earlier version of AFTV, then you need to do the SQLite method, do a search for it.
abacus0101 said:
So in another thread it gives you the apk files needed to get the ouya launcher. I've gotten into the ouya store, but any game I try to download and install, complains that I need to enable "Unknown sources". My box is rooted which I thought automatically emulates "Unknown sources". I've seen the guy in the video run Bombsquad, and he mentions to "Enable Unknown sources". Anyone has this working, what needs to be done to get games to install and play on Ouya.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=53451988 ORIGINAL THREAD
I had this same problem today...I coudlen't get the ADB commands to work...But I found out it's done via SQLITE editing ...so I did another solution
*buy* (or find) SQLIte Editor...(or an app that can edit SQL database files) and sideload it.
Download LanMote Lite from the play store(you need mouse support) and Sideload it. Once done RUN LanMote Lite and start the server (Free version is limited to 30 minutes so act quickly) On your HTML 5 device (preferrably a smartphone or tablet) [PC works but mouse is slow and wonky] connect to the same wifi as the FTV (if you didnt do it already) and open your web browser and put in the address LANMOTE will show on the FTV (example http://xx.xx.xx:9999) also enable different cursor.
Go to FTV home and go to settings>>APPLICATIONS >> your SQLITE editing program.
(in SQLITE Editor) Allow SU permisions and use your amazon remote (it works for simple navigation for now) to go to FILES TAB and go to
DATA>>>DATA>>>com.android.providers.settings >>SETTINGS.DB
go to the GLOBAL folder. You should see a list with different settings (BE CAREFUL)
(now this is where you need a mouse)
on your HTML 5 device (smartphone) go the MOUSE Tab and use the mouse pad to mouse near the entry that says INSTALL_NON_MARKET_APPS you will notice that default for this option is 0 (which means off/ disabled) Mouse over the 0 and tap the "click" button on your HTML device. you will notice the entire row becomes gray.
Use your Amazon Remote and click EDIT RECORD. cursor down to the 0 and change it to a 1
use your remote and scroll below it should give a CANCEL and SAVE button. Click save with the remote.
go back to home and enjoy sideloading unknown sources.
stanleyopar2000 said:
http://forum.xda-developers.com/showthread.php?p=53451988 ORIGINAL THREAD
I had this same problem today...I coudlen't get the ADB commands to work...But I found out it's done via SQLITE editing ...so I did another solution
*buy* (or find) SQLIte Editor...(or an app that can edit SQL database files) and sideload it.
Download LanMote Lite from the play store(you need mouse support) and Sideload it. Once done RUN LanMote Lite and start the server (Free version is limited to 30 minutes so act quickly) On your HTML 5 device (preferrably a smartphone or tablet) [PC works but mouse is slow and wonky] connect to the same wifi as the FTV (if you didnt do it already) and open your web browser and put in the address LANMOTE will show on the FTV (example http://xx.xx.xx:9999) also enable different cursor.
Go to FTV home and go to settings>>APPLICATIONS >> your SQLITE editing program.
(in SQLITE Editor) Allow SU permisions and use your amazon remote (it works for simple navigation for now) to go to FILES TAB and go to
DATA>>>DATA>>>com.android.providers.settings >>SETTINGS.DB
go to the GLOBAL folder. You should see a list with different settings (BE CAREFUL)
(now this is where you need a mouse)
on your HTML 5 device (smartphone) go the MOUSE Tab and use the mouse pad to mouse near the entry that says INSTALL_NON_MARKET_APPS you will notice that default for this option is 0 (which means off/ disabled) Mouse over the 0 and tap the "click" button on your HTML device. you will notice the entire row becomes gray.
Use your Amazon Remote and click EDIT RECORD. cursor down to the 0 and change it to a 1
use your remote and scroll below it should give a CANCEL and SAVE button. Click save with the remote.
go back to home and enjoy sideloading unknown sources.
Click to expand...
Click to collapse
I'll try your method...phew, got tired just listening to all that has to be done...thanks

Categories

Resources