Zune Software: App / Podcast disappeared on marketplace page - Windows Phone 7 General

This feature was removed some weeks ago.
In order to bring it back, create a .reg file containing:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Zune\FeaturesOverride]
"Podcasts"=dword:00000001
"Apps"=dword:00000001
Found this at Pocket.CH and since it maybe useful for others I like to share it with you.

Related

Help request - setting registry (owner info etc) from a cab

Hiya, I've been playing about with the extended rom and have the system in great shape, apart from some registry settings, such as the owner info and device name. It would be kinda handy to have these setup automatically but I am totally unable to do it... I'm presuming it's because there is something else that has to be done other than simply set the keys.
I'm using PHM reg ed to export keys as well as simply creating them manually and am using WinCE Cab Manager to make the cabs. I'm on the original O2 Exec rom (well, most of it )
When I run the cab (automatically from a hard reset or manually), I can see the values in the registry but they never appear on the today screen. I've tried a variety of power cycling, soft resetting etc but the today screen is never updated - it always says "Tap here to set owner info". If I do that, the registry keys are cleared out...
If anyone can shed some light on this I'd be grateful - for a small problem it's taking up a lot of time! :?
Cheers!
I've not gone down the .CAB route, but just import these and other settings from a .reg file and have never had this problem.
When I have to install from scratch, the first install is Resco's Explorer (which contains a Registry Editor), then execute the .reg file.
Almost sounds as if the registry changes are not being saved. Is it only these particular settings or are other changes not registered?
Well, I have created loads of CAB files in WinCE CAB Manager to set up my phone, tomtom, etc.
I Used the same method as you. The only difference being that I reset (automatically) after I install them. Could this be it?
Ahh, which WinCE CAB Manager version you running? You need the new beta 1.2 version to be able to create WM5 compatible CAB Files. Can this have something to do with it?
moghisi101 said:
... The only difference being that I reset (automatically) after I install them. Could this be it?
Click to expand...
Click to collapse
Probably the cause. I know I've read and experienced that I must allow the device to flush after changes before I reset it. I usually turn it off, then wait a minute or two before I soft-reset.
Ahh, which WinCE CAB Manager version you running? You need the new beta 1.2 version to be able to create WM5 compatible CAB Files. Can this have something to do with it?
Click to expand...
Click to collapse
As yet I'm not using CABs/Cab-Manager. Couldn't find one when I looked - except at ridiculous money, which I wasn't prepared to waste - so I'm just using the .reg-files manually
Guys, many thanks for the replies!
I'm using my 15 free goes (and hibernating ) on version 1.1 of WCM at the mo, it's too expensive to buy as I would only use it for this as far as I can see - I'll head off and look for the beta next.
I have tried power cycling, pausing while off and resetting as well as soft-resetting from software, but not doing it automatically 'cos I don't know how!
@moghisi101: Out of curiousity, how are you automatically performing a soft-reset and thanks for the heads-up about beta 1.2!
I have written an Autorun.exe file, much like the one in the extended rom. It does not however read a config.txt file. It runs the CAB files (with my apps and settings in) and then resets.
I don't remember where I put the code, so I can't compile one for you. It only needs a slight change from the Autorun sample Microsoft Supply.
At the moment I can set up pretty much everything on the phone. Button Lock, GPRS Settings (including GPRS Auto Attach, etc), Owner Info, Default Volume, Today Screen Plugins (order and enabled/disabled), Date/Time, Screen Config, Infrared off by default.....the list goes on. When I Hard Reboot, It skips the welcome screen (all the time settings etc) and I've got it to ask me which Operator Settings to Install (eg Vodafone, o2, Orange, Tmobile Splash Screens and GPRS connections).
It's much better than the default Qtek, i-mate, and (definately) o2 ROMs...
Just a thought!
Are you annotating your .reg files with semi-colon at the start of a line?
With the PC, I've always annotated my .reg import-files, so that I could remember why I'd done something later on, but found that *no* lines after those annotation would be imported on the Exec (Universal). Don't know if this is specifically a WM5 issue or not. If you put the annotations at the end of the .reg file, all the preceeding key/value content lines *are* imported.
@astage: Interesting about the annotations, that must have caused some pain before you figured it out! I don't have annotations in my reg files as I'm not really using reg files I'm building keys in WinCE Cab Manager by both importing reg exports and typing them in manually.
Unfortunately, the beta version is only available to registered users, so I'll have to abandon that one for now.
@moghisi101: It sounds like you're sorted! That's basically what I had in mind myself, except that I was thinking smaller
Thanks for the thought about compiling an exe, I was thinking I may have to ask a mate to make something like that so if you do find the code and feel like posting one, I'm sure the community would thank you!
I've been looking for something that would just install cabs etc then reboot but not found one yet on the web... I'm a UI designer and so am wary about going down the visual studio path for fear I may start to favour all-grey interfaces :twisted: .
Which autorun sample are you referring to though? I guess I may have to get my hands dirty after all!
No, I don't annotate them, so I haven't come accross this. But, if you save some Keys using a Reg Editor and then use Import in WinCE Cab Manager...ahhh, I think i may know the problem!
1. Don't put Comments in Reg Files
2. Don't use import in WinCE CAB Manager! If the reg key has data above a certain length it will split it to next line using a ";", but WinCE Cab Manager assumes this is the end of the data. So, your Owner Info could be being entered in incorrectly as a result. You have to copy-paste the reg key into a new dword, etc into WinCE Cab Manager. i.e. DONT IMPORT
I hope that vaguely made sense
Yup! Clear as a bell, thanks! I'll try that in a mo, just rebooting. Import is *sooo* tempting though, so simple... Curse my weakness for the easy path!
Hi. Here is Microsoft's Autorun Code (I have that)
You have to make slight changes to allow for reboot at end. It's fully annotated if you dont understand what it means. BTW, you dont need Visual Studio. Infact it's probably the worst root. Use Microsoft's eMbedded Visual C++ 4.0 to compile this for Windows CE, Mobile 2003SE, (or Mobile 5?). It's Microsoft but it's FREE!?
Sweet! Two terms you don't hear very often in the same context are Microsoft and free! Nice one, thanks! I'm downloading Microsoft's eMbedded Visual C++ 4.0 as I type.
You actually solved the problem already though, in a way, pointing out that WCM truncates "strings". I opened an exported key in Textpad and tidied it up (removing the end of line "\" and the "\n\t") then saved it and imported the file into WinCE Cab Manager, made my cab, installed it and soft rebooted from SPB PocketPlus without going back to the Today screen. It worked!
I'm a big fan of Textpad and will use that to make a macro to tidy up exported reg keys so I can import them easily (another triumph for the easy path!).
You, Sir, are a DUDE!
Edit: 16.4 kbps from MS... :roll: For anyone else who decides to go down this path, the killer bit is to make sure your key values don't get truncated! Open the .reg in a text editor and make sure any really long values, like binaries, are all on one nice long line! It doesn't seem to make any difference if you soft-reset from an app or use the stylus btw.
Shame the baby kept us up all last night! I've *got* to get some sleep or I'll end up doing god knows what to my device by accident!
Thanks for the help moghisi101!
Hehe, Gee Thanks. And btw, Textpad r0x!
If you want to do that autorun thing.....familiarize yourself with the whole 2577 method (search it and you'll understand). If you don't want crappy o2 Customisations, etc on your device then you are better off just editing the extended rom, edit the config.txt, add your configuration CABs, and then every time you hard reset all your customisations will appear! NO programming involved. If you then add "welcome.not" file to SD Card, the Welcome screen at hard reset wont appear (if you code this in your autorun file it will work on ALL devices, not just a few including HTC). BUT only do this if your CAB files contain stylus screen settings, and time settings. However, as this is not viable in all situations the 2577 method can be much better. Especially when selling a piece of software, etc (automatic installation and configuration), as I do.
I might email you, later on, a video of what happens when I hard reset my device to give you an idea of what you can do (at the least) and hopefully you can go on to improve on that.
Thought I will give you a kick start. Here are some Regedits I could make for you. Took me a short while, but there are loads more for inbuilt apps (e.g Messagig, etc) but I coudn't remember where the reg values where.
Please note, I couldn't find any of the WM5 ones...completely forgotten them. But these should give you and idea as to where they are. Also, look here in the Wiki
http://wiki.xda-developers.com/index.php?pagename=BA_Hacks_WM5
http://wiki.xda-developers.com/index.php?pagename=BA_Hacks
Some of the ones I have given are from here, but many more I found myself
Hope it helps you (become a millionaire - don't forget me )
You can see the solution here: http://forum.xda-developers.com/viewtopic.php?t=34525
Thanks to Bayondthetech for the CAB file.
Hehe. I feel like a n00b now (which I am really). I hadn't seen that. But I think mine does a couple of extra things that he didn't post....?
Bye
Wow! Holy Cr*p! Thanks for all those reg files! :bows:
I'd looked at BTT's post before and was hoping to use his cabs as a guide. Unfortunately, they aren't currently available (from what I've read, he generated so much traffic with his downloads that his host yanked his connection and he's in the process of moving sites).
Thanks to moghisi101 and a few other posters on this forum, I don't need them any more!
@moghisi101: I had already edited my extendedRom's config file to load and run cabs I store on the SD card (to keep the extRom below 10mb) and realised last night that that already does the auto reset for me, so life gets another bit easier These reg files rock though! Shame you're not running tomom5 yourself, I'll have to sort those out myself!
The next thing to try is to export the BT settings for my paired devices - I'm hoping it will be possible to restore those automatically too.
Attached is the TextPad macro (although it is too simple to call it that really!) that I'm using to tidy up the reg keys for import into WinCE Cab Manager, hope it helps someone!
Post that video!
Hey
Actually, I have TomTom 5....up until 5.10 I edited TomTom's Cab itself but I just haven't had a chance with 5.21 (need to use CabWiz now, not WinCE Cab Manager - no full WM5 support lol).
The TomTom 3 Today settings is same for TomTom 5 if you want to change order/hide/unhide. Most of the other settings are in a .cfg file on SD card for Home Address, etc. Only a couple other settings use Registry...
Anyway....glad to be of some service
moghisi101 said:
... (need to use CabWiz now, not WinCE Cab Manager - no full WM5 support lol). ...
Click to expand...
Click to collapse
Had a brief conversation this afternoon with a friend who uses Microsoft's CabWiz to produce .cab files for bespoke software.
He mentioned that (with CabWiz) if you use the .cab to apply registry entries, then the .cab must also install something, a text file or similar. I can't recall if he said it would otherwise not create the .cab correctly, or that the reg entries may not be applied correctly.
Not yet tried it myself - will have to wait until after the bloody Tax Return is finished!
Strange, It works fine for me? Was his the newer CabWiz that you can use with WM5, like mine?

Best Remote Registry Editor?

Anyone got a link to one that runs on XP?
Thanks.
SOTI Pocket Controller works great on both XP and Vista
http://www.soti.net/
goestoeleven said:
SOTI Pocket Controller works great on both XP and Vista
http://www.soti.net/
Click to expand...
Click to collapse
Thanks. I should have specified I would prefer a free one. I used one a couple of years back, but I forget what it was called, and couldn't turn it up with Google.
Workaround
I use PHM Regedit on the PPC and MyMobiler on XP http://www.mtux.com/ . MyMobiler is kind of a scaled-back (and freeware) version of (overpriced)SOTI PocketController, but has a lot of cool features that SOTI doesn't. For example, you can drag-and-drop cabs from the PC to the mobile screen and it will auto-install them.
larsuck said:
I use PHM Regedit on the PPC and MyMobiler on XP http://www.mtux.com/ . MyMobiler is kind of a scaled-back (and freeware) version of (overpriced)SOTI PocketController, but has a lot of cool features that SOTI doesn't. For example, you can drag-and-drop cabs from the PC to the mobile screen and it will auto-install them.
Click to expand...
Click to collapse
Looks nice. Just installed it. However, the one I used before let you view/search/edit the PocketPC registry using a PC-based GUI rather than just remote controlling the PPC in a window.
Sorry for the confusion.
I also use PHM Regedit on my PDA but I use Mobile Registry Editor to access my PDA's registry from my laptop.
Not perfect but badass none the less.
Cheers Doc. I use PHM too but Mobile Registry Editor by Breaksoft is the one I was looking for.
Thx.
Hi guys, I found MRE thx to you guys but when I use it on my Trinity and try to delete some keys it always gives me access denied...
Anybody any ideas?
DisTreSs said:
Hi guys, I found MRE thx to you guys but when I use it on my Trinity and try to delete some keys it always gives me access denied...
Anybody any ideas?
Click to expand...
Click to collapse
See if changing HKLM\Security\Policies\Policies\00001001 = 1 (RAPI) and
HKLM\Security\Policies\Policies\00001005 = 40 (Cert) help
The MRE FAQ has more info regarding this.
PS (Sept 23, 2007) I had to setup a WM5 Samsung i830 the other day and created this security settings cab... enjoy!
If you download CorePro or UltimateCore they have some great remote regedit software included - saves hunting about.
There's a tool to run a complete dump (to .txt file) of your PPCs registry and one to edit it as if you were using PHM, Resco or even Regedit on your desktop - but in WinXP.
Just found this one. It is quick and looks to have more options than Mobile Registry Editor
larsuck said:
Just found this one. It is quick and looks to have more options than Mobile Registry Editor
Click to expand...
Click to collapse
This is a good one.
CE Regedit
There's also a project here on xda: CERegedit or it is the same as in post 11 ?!
Cheers
Just saw this one floating around, TorchSost Registry Workshop, looks interesting.
larsuck said:
Just found this one. It is quick and looks to have more options than Mobile Registry Editor
Click to expand...
Click to collapse
That's the one I was looking for. I had used it once but could not find it. Was on my old computer.

What software do you have installed on your HD?

As the title says, what software do you have installed on your HD and why?
Windows Mobile 6.1 ..
Gyrator2
PHM Registry Editor
MS.NET CF 3.5
Andreas Falke Weather Database Editor
Total Commander
Schap's Advanced Config 3.3
Soti Pocket Controller
TCPMP
Sprite Backup
Resco Audio Recorder
MS Voice Command
All the newest versions.
That's above & beyong what comes on the Phone.
Sprite Backup (for backing up data and applications)
Sprite Terminator (under evaluation - to track phone if stolen/lost)
Resco File Explorer and Registry Editor
Resco Picture Viewer
TomTom 7.910 with Central/Western Europe Maps 725
PhoneAlarm (for profile changing, easy access to turn wifi &BT on/off etc)
Second Today (to allow phonealarm to work)
Homescreen PlusPlus (mainly for tracking GPRS data used, battery level and power drain)
Dinarsoft Memaid (keeping system clean of junk, managing startup apps etc)
Lakeridge Wisbar advance ( better graphical interface, better task manager)
SPB Insight (RSS reader that can download full articles inc. pictures rather than just the headline)
Inesoft Cash Organiser (finacial tool)
WebIS Pocket Informant (Better PIM management)
Kaspersky Mobile Security (not used)
Shape Services IM+ (allows connecting to multiple msn accounts, yahoo etc)
PowerSMS
NoData
Achibalds Adventures (Game)
Bejeweled 2 (Game)
Pacman (Game)
Pocket Video Poker (Game)
Media Conect
eWallet
Leonard Maltins Movie Guide 2008
Wordbook dictionary
PHM Regedit
Schaps Advanced Config
Sprite Backup
SoftReset (Utility)
SPB Traveler
Currency Converter
France2Go
Metro
Tomtom Navigator 7
Klaxon (alarm)
Music ID (Shazam)
Newbie here - think this could be a great thread for people like me that are new to the world of windows mobile.
It'd be great if people could also put down a description of what the software does (and maybe a rating out of 10 or something).
Can't wait for delivery of my phone and to start playing. A weekend of browsing this site has got me overly excited!
Cheers,
Martin
Gyrator2
Andreas Falke Weather Database Editor
Resco Audio Recorder (better voice- & call-recording than the build in version)
Resco Explorer (touch optimized and all I need)
Subsembly Wallet (perfect passwort and facts safe)
Subsembly Banking (homebanking)
Coreplayer (best app for watching movies)
IGO (navigation; wait for working Navigon 7)
Mobipocket (for mass of ebooks! I love it! =) )
Agile Messenger (perfect multi protocolmessenger / wait for vga version but works)
Nimbuzz (also a multimessenger but with built in social networks support)
GPRS Traffic Monitor (wait on a working SPB Version)
SMS Counter
Music ID (Shazam)
HD Tweak
MS.NET CF 3.5
Schap's Advanced Config 3.3
Total Commander (better file explorer)
SMS Delivery Receipt Fix (resolves the number in a sms delivery report and adds the name from my contacts)
Metro (public transportation guide)
HD Tweak (the name speaks for itself)
Core Player (video playback)
Gyrator 2 (g-sensor rotation in every application)
PocketRAR
PHM Registry Editor
Pocket Screen (screenshots)
WMirc (IRC client)
DVDProfiler Mobile
Microsoft Compact .NET Framework 3.5
[*]CCa TouchOff v0.3
[*]Clear Temp v1.0.3
[*]G-Alarm v0.9
[*]Music ID v1.3.16
[*]My Mobiler
[*]Resco File Explorer v7.05
[*]S2U2 v1.35
[*]SKTools v4.4.5.1(Auto Clean, Free Up Ram, System Info etc....)
[*]Simple Timers v1.0.36
[*]TCPMP-0.72RC1-ARM-PPC-recomp-03
[*]TomTom Navigator v7.450.9028
[*]IGO 8 v8.3.2.64873
[*]Navigon Mobile Navigator v7
[*]Weather Database Editor v1.1
[*]Net Compact Framework v3.5
[*]Resco Bubbles
[*]HD Tweak v0.5.1
[*]Total Commander v2.51
[*]Modaco Remove Security
[*]DarkLord69 TaskBar
[*]HolyFox Q-Style "hand new"
[*]Sdkcerts
[*]Thème Lagunadub "black & blue" for HD
Nvidia32 said:
[*]TomTom Navigator v7.450.9028
[*]IGO 8 v8.3.2.64873
[*]Navigon Mobile Navigator v7
Click to expand...
Click to collapse
Working together without problems?
Come on Guys....
Why are we not seeing these titles being added to the sticky topic ~ Programs/Utilites & Games ~ working on the Touch HD.
It annoys me when we have a topic purely dedicated to adding the titles you have installed on your Blackstone and I come across this.
Pass this info into the Blackstone's wiki topic...... I'll do all the work in getting it up on the wiki for you.
Beards
I personally found this thread far more useful than the Programs/Utilites & Games ~ working on the Touch HD Which is a list of all programs found to be working, not just the ones you actually use. So.. Here is a list of all the stuff I've installed so far:
Resco File Explorer
Resco Registry Editor Plugin
TomTom 7.910 (Black Theme Version with United Kingdom and Republic of Ireland 815 2024 map)
HTC HotFix for screen lag - http://www.htc.com/www/SupportDownload.aspx?p_id=179&cat=0&dl_id=448
Gyrator 2 (Awesome for screen rotation once you've set up a few extra exclusions)
Microsoft .NET CF 3.5 (needed for various things including Gyrator 2)
CorePlayer (Good video player, works for me)
L.Sylvain Manila Calculator Skin (replacement skin for the HD calculator
FInixNOver FInix_VGA_Battery_Icons (Show battery icon with a tiny percentage. Also had to install sdkcerts.cab to make this work)
HD Tweak (Awesome tweaks for the HD)
S2U2 (Slide 2 Unlock - Latest version works perfectly and I've made a custom theme for the HD, which I might upload later)
Diamond Hologram (funky but useless 3d hologram based on the G-sensor in the phone)
Diamond Ati d3d driver (needed for the hologram app, hasn't caused me any problems yet but wise take a full backup first)
Sprite Backup (great for backing up data and applications)
Sprite Terminator (track phone if stolen/lost via GPS/SMS)
PocketPuTTY (free, open source SSH client)
Efficasoft GPRS Traffic Monitor (allows you to monitor GPRS Internet data usage both graphically and numerically)
tnyynt SD TuneUP.cab (Downloaded from this forum to make your SD card access faster)
As of this post I'm running the latest available versions of everything unless otherwise stated.
Grimus said:
I personally found this thread far more useful than the Programs/Utilites & Games ~ working on the Touch HD Which is a list of all programs found to be working, not just the ones you actually use.
Click to expand...
Click to collapse
AM I missing something here?
If a software title works and the poster has proven this by installing and using the title, one would then assume said poster actually uses said title.
This logic not only applies here but in the Wiki Title list as well.
I'm seeing a lot of titles in this topic which are not being filtered to the wiki.
Beards said:
AM I missing something here?
If a software title works and the poster has proven this by installing and using the title, one would then assume said poster actually uses said title.
This logic not only applies here but in the Wiki Title list as well.
I'm seeing a lot of titles in this topic which are not being filtered to the wiki.
Click to expand...
Click to collapse
It is interesting to see what selection (the operative word being _selection_) of software people have chosen to install on their devices. I've installed and uninstalled software not because it didn't work but because there are multiple programs which perform similar tasks and after trial and error I found the best one for me. For example, multiple Device locking programs.
In my opinion just because said poster has tried some software (and it works) does not mean they are using the software.
I just want to see what software people have chosen to install and use on their HD out of the big list of stuff which works. Which was the point of this thread, was it not?
I updated the Wiki to include:
Sprite Backup | V6.5.4 | Works perfectly
Sprite Terminator | V1.2.0 | Works perfectly
PocketPuTTY | Dev 2007-02-28 | Runs really well and in fullscreen.
Sorry I'm new to this and I thought these were already on the Wiki :s I hope I updated it correctly.
Grimus said:
It is interesting to see what selection (the operative word being _selection_) of software people have chosen to install on their devices. I've installed and uninstalled software not because it didn't work but because there are multiple programs which perform similar tasks and after trial and error I found the best one for me. For example, multiple Device locking programs.
In my opinion just because said poster has tried some software (and it works) does not mean they are using the software.
I just want to see what software people have chosen to install and use on their HD out of the big list of stuff which works. Which was the point of this thread, was it not?
I updated the Wiki to include:
Sprite Backup | V6.5.4 | Works perfectly
Sprite Terminator | V1.2.0 | Works perfectly
PocketPuTTY | Dev 2007-02-28 | Runs really well and in fullscreen.
Sorry I'm new to this and I thought these were already on the Wiki :s I hope I updated it correctly.
Click to expand...
Click to collapse
Many thanks for taking the time and effort to explain your actions. I appreciate any follow-up and info such as this is always appreciated.
My thanks also to you in adding said software titles.
It is however better when the titles come from the wiki's parent topic as that topic is often the first stage back from the wiki to the forum whereby members check.
Having material added which comes from outside the wiki's parent topic can sometimes confuse members who search back trying to find any additional information that was placed in the forum.
.... but again my thanks to you in adding said material.
I'm a big fan of the wiki and especially of this topic and have added a number of titles allready, but I wonder whether it might be an idea to add (an instruction for adding) a short description to each title instead of just saying whether or not it works (as is often the case now)?
Fring
So I found a prog. called Fring... which looks really great on the Touch HD an works perfect. It also has the advantage that it regroupes a lot of Chat Clients as MSN/ICQ/Google Talk/Twitter/Yahoo etc... it also enables Skype and other services(Facebook/gmail Notifier....). It is easy and fast to use. For example starting MSN with Fring works 10X faster then with the preinstalled MSN Client. xD
Other Installed progs:
MusicID
Gyrator 2
A.Falke Weather Database Editor
Total Commander
Comic Reader
Diamond ATI 3d Driver
Divx Player
Fring
Google Maps
Change Fonts v.01
Hotfix
HD Tweak
Advanced Config. Tool
Macromedia Flash Player ActiveX
.NET CF 3.5
PHM Reg Editor
Pocket RAR
Diamond TF3D Config
SD Tune Up
Vicsoft ClearTemp
wmIRC
PS: I only installed Freeware on my PPC. Of course there are a lot of other great and useful apps (like Resco Explorer/Photviewer or Sprite but they are shareware xD) ... The pone was actually expensive enough .. so ^^ xD
HTC TOUCH HD ROCKS !!!!! I LOVE IT
official IGO8 8.3.2.64029 with official support 800x480 screen
Shape Services Im+ 5.44.1(official support WVGA)
TT 7.910.9185 with 8.15 maps
SPB Backup
Google maps
TCPMP
Netfront 3.5
Resco Explorer and Registry
.NET CF 3.5
Andreas Falke Weather Database Editor
Resco Explorer
G-Alarm
Core Player 1.3
FInixNOver Battery Icon
Google maps with street view
Advanced Configuration Tool 3.3
SmartMovie
Flashlite
Total Commander
HD Tweak
psShutXP
SKTools
SPB Screenshot
See, here's another advantage of this thread...thanks to the short lists people display, one comes across interesting combinations, and evensingle programs which would just get lost in the humonguos master list: I was looking for something like Change Fonts v.01 !

Anyone running Opera Mini?

Hi I was thinking of switching from Omnia to TP2 and use Opera Mini all the time due to its speed. Had anyone tested it on the TP2, wondering if the different screen res makes it differcult to read due to size or should it be better.
I just installed it in JBlend. The legibility is OK, although the default font size is a little small. The main problem is that opening or closing the keyboard requires you to restart JBlend, which is a royal pain in the neck as I often want to switch between landscape and portrait mode when I'm browsing.
This problem seems to exist with all JBlend apps.
Install JBed, works like a champ. Will thoroughly recommend it. Much better than JBlend.
On Jbed what is the font size like?
Are there no problems with keyboard as described with jblend?
I just installed the latest JBed and OperaMini now loads fine. The font is pretty small, but readable (by me, at least).
Does anyone know how to create a direct menu shortcut to a specific JBed application (e.g. OperaMini, GoogleMail, etc)? (i.e. without having to launch Jbed then select the app you want to launch). I'd also like to assign a different icon to each application, so that I can tell them apart purely from the icon.
Sorry for the obvious question: JBed? JBlend?
Are these some sort of Java runtimes that one must install on a WinMo device?
There's no Java ME edition in WinMO 6.1 by default?
I don't get why you wouldn't just use opera mobile which comes with it
Because until Opera Mobile 9.7 with Turbo ships, mini opera is several times faster with proper settings.
For the past 3 years I've used almost nothing but Opera Mini myself, instead of the full fledged browsers available (I have bought Opera Mobile as well and a Webkit browser).
It's just so much faster due to Turbo caching and fits my needs.
I suspect many others are in the same boat.
Good site for Java MIDlet info
vasra said:
Sorry for the obvious question: JBed? JBlend?
Are these some sort of Java runtimes that one must install on a WinMo device?
There's no Java ME edition in WinMO 6.1 by default?
Click to expand...
Click to collapse
Some pretty comprehensive info here, regarding WM MIDlets etc.
http://www.smartphonemag.com/cms/blogs/3/2266
http://www.smartphonemag.com/cms/blogs/3/2267
Regards
BO$$
Direct shortcuts to MIDlets
itm said:
I just installed the latest JBed and OperaMini now loads fine. The font is pretty small, but readable (by me, at least).
Does anyone know how to create a direct menu shortcut to a specific JBed application (e.g. OperaMini, GoogleMail, etc)? (i.e. without having to launch Jbed then select the app you want to launch). I'd also like to assign a different icon to each application, so that I can tell them apart purely from the icon.
Click to expand...
Click to collapse
Check out this chart
http://www.winmobiletech.com/092007MidletBible/CompatibilityAndMain.html
and scroll down to "Direct, system-level links (shortcuts) to midlets". Should give you the answer/links you need.
Also please read my previous post, if you need more info around Java MIDlets.
Regards
BO$$
Thanks for the link.
So....following the instructions for jbed...I created a text file on the PC containing only the following line:
"\windows\jbed.exe -run s0_"
(with the quotes included). I copied this file to the TP2 and renamed it "OperaMini.lnk". When I run the renamed file it doesn't know how to handle it - I get the "Open with..." dialog.
Can anyone advise what I'm doing wrong??
itm,
I believe what you need to do, is create the shortcut file on your TP2 using a file explorer other than the stock WM one (at least on my Uni, it is not capable of creating shortcuts). I think you can either use the inbuilt function of the file explorer (i.e. paste shortcut or something like that) or create a file and change the file extension to .lnk (as you have done) Once the new shortcut file is created, you need to access the "properties" box of that file and in the box where it says something like "go to" or "link" you will need to paste "\windows\jbed.exe -run s0_" (with the quotes). You then save the change and should hopefully be ready to roll...
Appologies for the vague explanation, but left my Uni at home today, so can't physically go through the process on an actual WM device atm.
If you're still stuck after reading this, PM me and I'll try and walk you through once I'm home.
Regards
BO$$

What text editor do you use?

What text editor do you use for your windows mobile phone?
I did a quick search for a lightweight plain text editor for Windows Mobile and I was not pleased with the results... I started to develop my own Notepad clone about 30 minutes ago and I decided perhaps I should ask around here, first, just in case there is some awesome one around that I don't know about.
So, does anyone know some great, light-weight plain text editors for Windows Mobile?
I use the one built into Total Commander - it has about the same number of features as the desktop version of Notepad
Try Jot, an excellent text editor, with rich settings and functions builtin, which is able to handle files with the size up to 30M and various encoding formats.
http://pandora.sblo.jp
If you mean editing on the phone i use Notepad. It works very well, but has a sizelimit above which it does not work anymore. Basically i use it for small/medium size mscr, xml, cpr, ini etc.
On my PC i use Wordpad.
TextPad32 - www.TextPad32.com is a awesome app for PC.
For mobile:
Tillansoft Notepad
Shimashi Notepad
Osymo Textpad
i will find links shortly...
I use CKE (http://www.animaniak.com/cke/cke_main.asp). It is old but if you are thinking of features to add to a more modern text editor, this is a good one to look at to get ideas.
TehPenguin said:
I use the one built into Total Commander - it has about the same number of features as the desktop version of Notepad
Click to expand...
Click to collapse
+1 Total Commander makes editing any txt file easy.
Using NotepadMobile on my device. More info HERE.
mccune said:
Using NotepadMobile on my device. More info HERE.
Click to expand...
Click to collapse
Heh, this one looks a little better than the other link that I saw about Notepad Mobile.
Interestingly enough, it looks very similar to my implementation (I actually called the project Notepad Mobile before I saw this one. ) It does seem to have all of the functionality of my own, though it lacks the keyboard shortcuts for the clipboard that I implemented with the Touch Pro 2 in mind.
EDIT: Now downloading it, I'd also notice that it poorly implements some other features such as the status bar and the font selection. It's also not nearly as light-weight as they advertise. Personally, I think Total Commander is much better implemented in features, yet it isn't stand-alone which is my only problem with it. I'm also not completely sure if you can associate file types with the text editor in Total Commander as I have implemented.
If you like this one, I will package mine and upload it a bit later in the week.

Categories

Resources