Hi, yet another project of mine I intend to get underway;
I'm planning on creating a program you can plop in your ExtROM that when you hard reset will configure your GPRS/MMS settings for you by enabling you to select a country and Operator.
Right now I'm in the stage of coding something that actually works, so I'm farting around with registry settings etc, but before I bother to do this, is there anyone who would get any use out of it?
I am also looking at developing an app to do this.. im using Studio 2005 with .NET Compact 2.0... i was thinking amoung the lines of xml files with the appropriate operator & mms settings...
sounds good,
Let's hope someone with the 3 Australia network + MMS settings can contribute. I havent come around to configure the above....
Cheers,
walshieau said:
I am also looking at developing an app to do this.. im using Studio 2005 with .NET Compact 2.0... i was thinking amoung the lines of xml files with the appropriate operator & mms settings...
Click to expand...
Click to collapse
skip that, stick with 1.0, 2 is just going to cause massive headaches to be honest, especially as people are going to want to use this in their ExtROM on a fresh-boot.
and to be frank, there's not much that 2.0 can do that you can't get done with 1.0 in this instance
This Would Deffinatley Be Usefull. Especially If You Like To Update Your Device With The Latest ROMs.
Glad To See Your On Orange UK Olipro It Means I'll See The Benefit Right At The Start. Have You Got All The Orange Settings?
Cheers
Olipro said:
skip that, stick with 1.0, 2 is just going to cause massive headaches to be honest, especially as people are going to want to use this in their ExtROM on a fresh-boot.
and to be frank, there's not much that 2.0 can do that you can't get done with 1.0 in this instance
Click to expand...
Click to collapse
haha ok.. will revert... its just xml calls and reg calls... but im looking at trying to figure out how the 'Network Wizard' app on the Dopod ROMS read's the operator from the SIM card... could be a Win32 call, still looking... ideas?
walshieau said:
haha ok.. will revert... its just xml calls and reg calls... but im looking at trying to figure out how the 'Network Wizard' app on the Dopod ROMS read's the operator from the SIM card... could be a Win32 call, still looking... ideas?
Click to expand...
Click to collapse
could you attach the file? I could have at it with a disassembler
yes, I could use such program.
Olipro said:
could you attach the file? I could have at it with a disassembler
Click to expand...
Click to collapse
done... i extracted it from the Dopod Australia 1.30 ROM
walshieau said:
done... i extracted it from the Dopod Australia 1.30 ROM
Click to expand...
Click to collapse
I tried to run the above on my jasjam to see if it could configure 3 australia settings for me. No luck, it doesnt execute on the jasjam.
jasjamming said:
I tried to run the above on my jasjam to see if it could configure 3 australia settings for me. No luck, it doesnt execute on the jasjam.
Click to expand...
Click to collapse
yeah it only runs on the Dopod Asia ROM, just trying to dissamble the exe to see if i can get around it...
walshieau said:
yeah it only runs on the Dopod Asia ROM, just trying to dissamble the exe to see if i can get around it...
Click to expand...
Click to collapse
sweet, the last time i programmed in C++ was when borland c for msdos was the best thing since sliced bread.
Related
I have started a project and decided that before i get to far with it that i would make a post here and see if anyone else has done this yet or is working on it...
Anyway, i am in the process of making 1 cab to install all the settings from the provider, instead of the multiple ones found in the rom and in the ext rom.. Now i am only talking settings, not like the extra bloatware in the roms, like goodlink, BB connect, etc... I have made a cab so far but wont test it till mid next week when my test phone arrives.. So if anyone has done this then lets compare notes, if not then i should be able to release something for cingular soon. Which will come in handy when kyphur releases his cooked rom.... If i can master the cingular one then the other providers shouldnt be a problem...
Let me know what you think, ideas, etc.. i could even go as far as customizing it with some of the tweaks...
This Is A Great Idea. I've Been Looking For A Cab File Like This For Ages, It Would Make Updating The Firmware So Much Less Of A Hassle.
As To Wether Or Not Someones Done It Before You Might Want To Check This Site Out. Although The Settings Didn't Work For Me On Orange UK .
http://www.htcclub.net/en/settings.php
Cheers
This would be a great thing to use with any cooked Rom. Definately woul help those just chomping at the bit to get XDA Live...
Faria has a CAB in his AKU 3.3 Release for WIZARD, with most of the carrier settings. It has a provider selector. Maybe use that with his permission?
I have attached the Folder with all the cabs in that EXT ROM.
OpSet.CAB is probably the "Provider Selector"
what i was talking about was more for the hermes... all of the other cabs i have seen have been for other devices.. and most reg settings are completely different!!!
Aaaaah. If you have one cab ready and especially for CING and need to test it, you can post it here as a test CAB and I can test it for you. And should you need help getting the settings, I can help in that matter too. I could basically take the settings off the Faria one and put it in a format that you could use and PM it to you.
cyberdrakula said:
Aaaaah. If you have one cab ready and especially for CING and need to test it, you can post it here as a test CAB and I can test it for you. And should you need help getting the settings, I can help in that matter too. I could basically take the settings off the Faria one and put it in a format that you could use and PM it to you.
Click to expand...
Click to collapse
I have extracted all the settings and xml files from the latest cingular rom.. i have it put together for the most part just tying up some loose ends on it..
The Settings I meant was for all providers that are available in that folder. If need be, I am available to test the cab for you as I have a spare device that I test things on .
cyberdrakula said:
The Settings I meant was for all providers that are available in that folder. If need be, I am available to test the cab for you as I have a spare device that I test things on .
Click to expand...
Click to collapse
what i was saying is that those cabs are for the wizard... some of the settings and location of the settings in the reg are different on the hermes.. but let me perfect this one before we worry about the other providers...
I would love to have something like this to go along with a rom that is completely bare...
shotgunmark,
im interested in helping with development on this proj... i think the easiest way is to put all settings into an xml file and with .NET2.0 framework and studio 2005 i can write a prog to insert the connection info into the reg...
walshieau said:
shotgunmark,
im interested in helping with development on this proj... i think the easiest way is to put all settings into an xml file and with .NET2.0 framework and studio 2005 i can write a prog to insert the connection info into the reg...
Click to expand...
Click to collapse
i have made 2 xml files already, 1 for the cabs and xml's that install from the OS and 1 for the cabs in the ext rom.. from this i have made a cab, which seems to install about 90% of the way then fails.. i will work on this more in the next few days, will also have more time after my test phone arrives as i wont have to keep jacking around with my phone... After i get this successfully made then with your help we should be able to make an app that will allow you to choose which provider you want and it will install those settings.
I also wanted to note that we will probably want to go the route of the cab file for the different carriers since some of them actually have to install different files specific to them...
shogunmark said:
i have made 2 xml files already, 1 for the cabs and xml's that install from the OS and 1 for the cabs in the ext rom.. from this i have made a cab, which seems to install about 90% of the way then fails.. i will work on this more in the next few days, will also have more time after my test phone arrives as i wont have to keep jacking around with my phone... After i get this successfully made then with your help we should be able to make an app that will allow you to choose which provider you want and it will install those settings.
I also wanted to note that we will probably want to go the route of the cab file for the different carriers since some of them actually have to install different files specific to them...
Click to expand...
Click to collapse
yeah we could work it that way... ill do some more investigation this arvo with testing..
Cab's
walshieau said:
yeah we could work it that way... ill do some more investigation this arvo with testing..
Click to expand...
Click to collapse
FYI, Not sure if this is what you are looking for when you refer to the carrier setting Cab's. Bur the Original Imate JasJam Rom came with a Stack (28) Cabs for EMEA, Aust & NZ.. I have these or they can be sourced from the old ROM's that were on the site.. They also had the selection program also of course.. Not sure if you can just use that, Modify and extend to cover more??
the plan is to implement an application like netwiz on the dopod roms... as this cannot be extracted... it can but will only run on the dopod rom...
I would be very interested in this as well, one of the major things I have missed since leaving my ETEN m600 for the Hermes is that it had operator specific settings for tons of operators including for those of us up north.
any updates on this?
Yea i was wondering what happened with this as well. this would be an excellent cab to have in the extended ROM. or to just have period.
its still on my list.. i didnt forget about it... progress has slowed just a tad due to my work schedule changing every other week (you would think that a 120year old company could get a schedule right)....
shogunmark said:
its still on my list.. i didnt forget about it... progress has slowed just a tad due to my work schedule changing every other week (you would think that a 120year old company could get a schedule right)....
Click to expand...
Click to collapse
i hope to have a beta version ready to test in a few weeks....
Hi all... first post and all that, plus novice when it comes to flashing ROMS etc!!!
My question is, if I upgade my ROM, how to I get back all the T-Mobile (UK) GPRS/3G internet settings etc?
I don't mind loosing any installed programs cos I know I can easily re-install, but finding those setting is currently stopping me from upgrading my MDA Vario II
Cheers, Stew
Configure your settings manually.
stewcp said:
Hi all... first post and all that, plus novice when it comes to flashing ROMS etc!!!
My question is, if I upgade my ROM, how to I get back all the T-Mobile (UK) GPRS/3G internet settings etc?
I don't mind loosing any installed programs cos I know I can easily re-install, but finding those setting is currently stopping me from upgrading my MDA Vario II
Cheers, Stew
Click to expand...
Click to collapse
As the post above says, configure the settings manually, if you are planning on changing ROMs (if you go with XDA-Live you have to configure manually anyway) then its always best to know the settings fairly well.
SMS and voicemail settings are provided by the network so you dont need to know them, the GPRS settings can be found here and the MMS settings can be found here good luck!
A good place to start is to have an activesync account with someone like Mail2Web so you just resync to get back your contacts/email/calendar appointments and tasks (yes you lose them aswell when you upgrade your rom).
Ok, so manual re-input it is... thanks for the prompt reply
Another tiny question, the Extrended ROM - it the contents worth keeping once a ROM update is done? I was kindof hoping that T-Mobile might have used this for all their settings???!!!
Probably not really worth keeping, unless there is any games etc???
What ROM were you intending to upgrade to?
Yeah, they might be in there. But most likely they're in an XML file somewhere in the orig ROM... I think. Isn't this where carrier GPRS, MMS, etc settings come from?
EDIT: You can try these CAB files, but I the ones I tried for my carrier didn't work.
mrvanx said:
Probably not really worth keeping, unless there is any games etc???
What ROM were you intending to upgrade to?
Click to expand...
Click to collapse
I'm gonna wait until the next release of WM6 (hopefully in the next few days)... I've been reading the thread and it sounds fantastic! for now though, all I've done is upgrade the radio to v1.27... Even though I have a new Vario II, the ROM (currently v1.21) and radio was old - so I really want to update the little beast as soon as possible...!
Have you tried any of the WM6 Roms on a UK T-Mobile Vario 2 yet?
Looks like you are at the same stage as me, I have updated mine RadioROM to 1.27 aswell.
In addition I have backed up the entire ExtROM and the customisation cabs located in the Windows folder just encase.
However I have yet to make the push to WM6, when you do let me know how it goes?
Hey guys, its angel12 from ppcgeeks. Just had some time tonight to work on my kitchen and get a new rom up hope this one works as well as my last one did. Whole new kitchen, had some help from neman on ppcgeeks, as well as llama, and a huge thanks to DCD!
heres what it includes:
flash lite
flash player
wmirc
allmobilemines
dopewars
dotfred task manager
jbed java
htc home 2.1
null keyboard
sipchange
htc random access
htc cube (includes ftouchflo)
wmwifirouter
flash vid bundle
musicid
tcpmp
alarmclock
calender plus
call firewall / wifi hitchhiker
tasks plus
whirlwind 21
mms 3
pocket rar
vistahide batt gauge
wktask
total commander
msvc
and a couple extra goodies
HOW TO:
flash new spl (if you havent already)
flash new radio (if you havent already)
flash new rom (if you havent... oh wait, duh)
on first boot, soft reset before customizations run, then hit yes as it tries to fun ftouchflo and sipchange (you shouldnt have to do this again)
enjoy!
ftp://up.ppcgeeks.com/Titan/Users/angel12/
user: ppcgeeks
pass: ezupload
I had to downgrade the mms because i could not get it working. Might take a look at it today. Couple of bugs so far:
Cant use d-pad to select tabs in any program (usually once you get to the bottom of the icons it would start to select the tabs)
Aligning screen after first boot locks the device.
if you have any more bugs please post them here!
Also, if you live in a Rev. A area, please let me know if you are getting Rev. A speeds!
looks that im to be the first to test, if your uploading now of coarse.
rom is up
wats the pass for the ftp?
or wat do i put in on *username* and *password*?
richardrk said:
or wat do i put in on *username* and *password*?
Click to expand...
Click to collapse
username: ppcgeeks
password: ezupload
THX, ...and did you say that this is for sprint or verizon?
richardrk said:
THX, ...and did you say that this is for sprint or verizon?
Click to expand...
Click to collapse
sorry, vzw right now, it says so in the file name
fallingup said:
sorry, vzw right now, it says so in the file name
Click to expand...
Click to collapse
Awesome work angel12! We need to figure out RevA for VZW
Yeah, i know. Ive talked to a couple people that have it working, and they are "young" in the forums, so i doubt they had to do anything special. Which is just weird that ours doesnt work.
Any plans on making a Sprint ROM?
Thanks,
All of this rocks.
I upgraded to your newest. I actually like your last Rom better. Better dialer, large start menu, Touch Calc, etc. Are any of those coming back in?
Could someone answer these two questions for me. Because I am sure kitchens are coming soon.
1. What is the advantage or disadvantage of putting a program in the Rom as opposed to adding it as a .cab install? Speed?
2. Say a newer program such as Live Search or S2U2, where new versions are coming out more often. Would those be better as an install or ROM. What happens when Microsoft Live is in a ROM and then they push a new version to you?
Thank you for answering these questions. Again thank you for this work !!!!!
blizzard07 said:
All of this rocks.
I upgraded to your newest. I actually like your last Rom better. Better dialer, large start menu, Touch Calc, etc. Are any of those coming back in?
Could someone answer these two questions for me. Because I am sure kitchens are coming soon.
1. What is the advantage or disadvantage of putting a program in the Rom as opposed to adding it as a .cab install? Speed?
2. Say a newer program such as Live Search or S2U2, where new versions are coming out more often. Would those be better as an install or ROM. What happens when Microsoft Live is in a ROM and then they push a new version to you?
Thank you for answering these questions. Again thank you for this work !!!!!
Click to expand...
Click to collapse
this is my first with a rebuilt kitchen, those items are coming back, i just didnt realize they were missing until today
and putting programs in rom is nice when you have to do a hard reset, that way all your programs are already there but there are clean roms like DCD's that are bare bones, that way you can customize it exactly how you want it.
Thanks for that reply. The things that you put on are the things that I want anyway. I do not want anything stripped, the was boring and not anywhere as useful with out all of this.
So putting apps on the Rom has the only advantage of hard resets? They do not boot faster or operate faster?
Again, thanks so much!
Angel, keep up the awesome job. Great package man. You gotta make an AngelUpdate icon so we can subscribe to all your updates.
wphend00 said:
Any plans on making a Sprint ROM?
Click to expand...
Click to collapse
maybe now that i know there is a demand for it
is this different that the one i downloaded saturday or sunday (before ppcgeeks crash)???
rmancl said:
is this different that the one i downloaded saturday or sunday (before ppcgeeks crash)???
Click to expand...
Click to collapse
yes, updated kitchen, forgot some oem's tho, so i will update it tonight again.
upping new rom with arcsoft 3 and fixed phone app
edit: also has remote desktop. and large start menu. this should be a lot closer to my original rom, but a little faster and some more ram give me about fifteen minutes then test away!
thanks
thanks falling up er... angel12
I will load it tonight
http://forum.ppcgeeks.com/showthread.php?t=22132 Here ya go guys....
Does the kitchen still put that ppcgeek.org blue tag line at the top of the bootup screen?
tharris297 said:
Does the kitchen still put that ppcgeek.org blue tag line at the top of the bootup screen?
Click to expand...
Click to collapse
It depends on what you select. I've been playing around with this the last few hours. Pretty nice so far.
i dont see it on my install i might not have selected though lotsofchoices in this kitchen
how long did yours take from the cold boot
Why use this instead of dcd kitchen?
With the HTC HOME plug and Windows Live services the DCD takes 52 seconds to be completely booted for me. I just timed it.
Evil, I just did the kitchen because I wanted the HTC home and stuff that weren't on DCDs. Can those be added? Or are they an option that I missed? Thanks. I've been pretty happy with the 6800 so far (now that I've found custom roms!), but I still can't get gps to work.
Finally It's HERE! Just wanted to give a super thanks to all the PPCKitchen Devs! I'll be spending the rest of the night cooking!
illuminarok said:
Why use this instead of dcd kitchen?
Click to expand...
Click to collapse
It depends what people want.
One of the new PPCGee's kitchens, as DCD's recent builds, is around a pre-release of the Wm 6.1 OS. As DCD has said -- the builds and ROM configurations experimental. It's nice to have options for a more stock but modular build. That said, I've just noticed that the PPCGeek 3.35 kitchen still retains SQM (Customer Satisfaction, etc..), Welcome Center, and a few other unecessary items -- it isn't a full cleaning.
just so everyone know.... you can put ANY PROGRAM you want in to ROM using dcd's kitchen. you just need to put the programs OEM Packet into the kitchens OEM folder.
it look like the big difference would be 6.1 (dcd) or 6.0.
i will play with this for sure though. i love to cook. especially in a new kitchen. hmmmm
Failed Logon
When trying to login with a user name thats more then 5 charectors and password I get the following error:
Internal Error.
[DBNETLIB][ConnectionOpen (Connect().]SQL Server does not exist or access denied.
The remote server returned an error: (407) Proxy Authentication Required.
tedoanh said:
When trying to login with a user name thats more then 5 charectors and password I get the following error:
Internal Error.
[DBNETLIB][ConnectionOpen (Connect().]SQL Server does not exist or access denied.
The remote server returned an error: (407) Proxy Authentication Required.
Click to expand...
Click to collapse
Do you use a proxy to access the internet? I'm getting that same error and posted at PPCGeeks in hopes of someone having a way of authenticating to my proxy.
Yes. and I can't get around our proxy.
Jeff Kirvin posted a request for the proxy authentication problems. He's got a louder voice than I do, so hopefully that'll lead to some resolution.
NexVision said:
http://forum.ppcgeeks.com/showthread.php?t=22132 Here ya go guys....
If something is password protected do not ask for the password as you will not get it. If you do not already know it you are not supposed to.
Click to expand...
Click to collapse
if it has a password then i guess it aint for "all" then is it?
I will stick with DCD thanks
I checked it out, it is really cool, and a little modification to dcd's kitchen to make it a module and I am sure his rom could be popped in it...maybe I'll try that tonight. The huge benifit is the PPCGeeks OEM library, the extra OEMs are already made and all you need to do is select them also the ability to add whatever splash screen you want is cool too.
Tregrad said:
if it has a password then i guess it aint for "all" then is it?
I will stick with DCD thanks
Click to expand...
Click to collapse
Try reading a little better next time login with your username and any password.
NexVision said:
Try reading a little better next time login with your username and any password.
Click to expand...
Click to collapse
I think the quote from the website was refering to passwords on the kitchen rom files, which I don't know if there are still any or not but I know there used to be on the apache ones because I wanted to try and copy the structure so I could get it working for myself on the titan, but the apache base rom at least at that time was protected by a password so you couldn't open any of the files.
If thats the case my BAD...
im from indonesia,.
I want downgraded to WM6 original but error n I got the text
"FOUND SPL V1.20
DOWNLOAD SPL BEFORE V3.03 IS NOT ALLOWED"
can u help me??
i want back to WM6 original,.
thx b4,.
denaldi said:
im from indonesia,.
I want downgraded to WM6 original but error n I got the text
"FOUND SPL V1.20
DOWNLOAD SPL BEFORE V3.03 IS NOT ALLOWED"
can u help me??
i want back to WM6 original,.
thx b4,.
Click to expand...
Click to collapse
you can't
http://forum.xda-developers.com/showthread.php?t=388213
OMG,.
any body can help me??
we are all waiting for a solution.... more than AP5...
denaldi said:
OMG,.
any body can help me??
Click to expand...
Click to collapse
im working on it
denaldi said:
OMG,.
any body can help me??
Click to expand...
Click to collapse
What part of "you can't" did you REALLY not understand??? YOU CAN'T! Deal with it.
denaldi said:
OMG,.
any body can help me??
Click to expand...
Click to collapse
If you upgrade to AP4 you CANNOT downgrade to anything except the hacked AP3
http://htc-hackers.com/uploads/ap3newspl.zip
darkjedi said:
What part of "you can't" did you REALLY not understand??? YOU CAN'T! Deal with it.
Click to expand...
Click to collapse
Don't be an asshole. YES HE CAN, he just needs to wait for the downgrade tool that hasn't been released yet.
Why do we have so many people on the Athena sub-board with an attitude problem? Treat everyone nicely, they'll treat you nicely.
techntrek said:
Don't be an asshole. YES HE CAN, he just needs to wait for the downgrade tool that hasn't been released yet.
Why do we have so many people on the Athena sub-board with an attitude problem? Treat everyone nicely, they'll treat you nicely.
Click to expand...
Click to collapse
I think the athena boards are quite tame, compared to the Hermes and Kaiser forums...In those forums you will be called 4 letter words for not searching or posting a new thread instead of posting in the proper thread...
Of course, in those forums new roms come out every day, so there is a lot more activity.
techntrek said:
Don't be an asshole. YES HE CAN, he just needs to wait for the downgrade tool that hasn't been released yet.
Why do we have so many people on the Athena sub-board with an attitude problem? Treat everyone nicely, they'll treat you nicely.
Click to expand...
Click to collapse
Has the downgrade tool been confirmed in the works? I am waiting on it or the next version after 4.0 I am not happy with AP 4.0 at all right now to many issues with applications etc
not really confirmed, just few words from the dev team, no ETA ... would be a disaster if this tool is not released...
marka2k said:
Has the downgrade tool been confirmed in the works? I am waiting on it or the next version after 4.0 I am not happy with AP 4.0 at all right now to many issues with applications etc
Click to expand...
Click to collapse
Yes, I am also having some issue with AP4, but I have changed several items and it now at least usable.
1) I removed all keyboards/sips except the default and I added resco keyboard. I believe some of the newer sips like the manilla keyboards were causing me memory issues.
2) I shutoff touchflo
3) I shutoff Vueflow
4) I changed several registry keys to performance setting via sktools.
5) I installed the Opera 8.65 cab and removed the opera 9.x
6) Removed Manilla Dialer
Also, changed a few registry items found in the forums wiki's for universal and kasier.
Most changes above were performed using SKtools, Schaps Advanced config app and PHM Registry editor. I still have issue with the photo album, but i do not use it much.
So for me, it now is a usable device again and better than ap3. DO i wish i could downgrade the SPL and try one of the other wm6.1 rom...Yes
eagle 1 said:
Yes, I am also having some issue with AP4, but I have changed several items and it now at least usable.
1) I removed all keyboards/sips except the default and I added resco keyboard. I believe some of the newer sips like the manilla keyboards were causing me memory issues.
2) I shutoff touchflo
3) I shutoff Vueflow
4) I changed several registry keys to performance setting via sktools.
5) I installed the Opera 8.65 cab and removed the opera 9.x
6) Removed Manilla Dialer
Also, changed a few registry items found in the forums wiki's for universal and kasier.
Most changes above were performed using SKtools, Schaps Advanced config app and PHM Registry editor. I still have issue with the photo album, but i do not use it much.
So for me, it now is a usable device again and better than ap3. DO i wish i could downgrade the SPL and try one of the other wm6.1 rom...Yes
Click to expand...
Click to collapse
could you post wha tregistry dd you change?
i. amvery disappointed without the mail address predicton
beginner said:
could you post wha tregistry dd you change?
i. amvery disappointed without the mail address predicton
Click to expand...
Click to collapse
Sorry, I did not make a list of the reg changes, but most can be accomplished with sktools and/or readng the universal wiki registry edits
As for mail address prediction? Do you mean suggest words etc
did you go into settings, select personal tab, select the input icon, select the word completion TAB,
check suggest words when entering text
Change Suggest After entering to "1 letter" (i think the default is space which does not suggest words until a space is entered, totally useless)
set the other check boxes to your preference!
Remember word completion will store what you type most often, thus the email addresses, words etc
eagle 1 said:
Sorry, I did not make a list of the reg changes, but most can be accomplished with sktools and/or readng the universal wiki registry edits
As for mail address prediction? Do you mean suggest words etc
did you go into settings, select personal tab, select the input icon, select the word completion TAB,
check suggest words when entering text
Change Suggest After entering to "1 letter" (i think the default is space which does not suggest words until a space is entered, totally useless)
set the other check boxes to your preference!
Remember word completion will store what you type most often, thus the email addresses, words etc
Click to expand...
Click to collapse
My problem is in "suggest words". There are options for 1, 2, 3 or 4 words suggested, but is impossible to mark a number. I think again the registry is not very fine. The curious comment is that teksoft keyboard does suggest words, that means AP team deploy this part of the rom only fine with software keyboards but not the phisical one.
This is the worse upgrade I ever made of a device. And no way to solve. I feel stupid after several years testing rom upgrades.
AP 4 is totally unusable for business. Maybe nice youtube video capacity, or maybe music, but no way to have it working.
I am starting to use again a blackberry device I have: totally usable for word prediction, gps really superfast.
come and get it htc wm6 and my wm6.1 for SPL 3.5
http://forum.xda-developers.com/showthread.php?t=390328
[size=+2]YES THERE IS A WAY TO DOWNGRADE.[/size]
I want to try out a more user friendly package before releasing it.
PM me if you want to help test!!
cmonex said:
[size=+2]YES THERE IS A WAY TO DOWNGRADE.[/size]
I want to try out a more user friendly package before releasing it.
PM me if you want to help test!!
Click to expand...
Click to collapse
I just pm you, awaiting ansiosus for your news
irus said:
come and get it htc wm6 and my wm6.1 for SPL 3.5
http://forum.xda-developers.com/showthread.php?t=390328
Click to expand...
Click to collapse
Irus,
I applaud you for releasing this however it does not cure the issue with software not running/incompatiable (I tested using your vanilla release) I believe the software issue we are experiencing is tied to the SPL version someone feel free that knows more than I do jump in
marka2k said:
Irus,
I applaud you for releasing and realize you did this so we would have more of a selection. For those of use hoping this will cure the software not running/incompatabilites etc this however does not cure the issue (I tested using your vanilla release) I believe the software issue we are experiencing is tied to the SPL version someone feel free that knows more than I do jump in
Click to expand...
Click to collapse
Edited to be more specific