Friends,
Here are my solutions to this problem. I am using this method since I tried my first WM5 ROM. I created a cab file with my pop3 account setups. When ever I loose my account setups, all I have to do is re-install this cab. I also use this cab to install my setups when ever I flash new rom. This process is simple all you have to do is follow the below descried steps and create your own setup cab file.
1. First download attached zip file and extract to you pc. After unzipping you should see a directory c:\kapa.
2. Open CM_Entries.xml in notepad or wordpad (C:\Kapa\Network_setups\Windows\ CM_Entries.xml)
3. Change xml file with your account details.
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{6f1d0168-cab2-11db-8314-0800200c9a66}">
<parm name="SERVICENAME" value="Account name like Yahoo"/>
<parm name="SERVICETYPE" value="POP3"/>
<parm name="INSERVER" value="pop.mail.yahoo.com"/>
<parm name="OUTSERVER" value="smtp.mail.yahoo.com:587"/>
<parm name="DWNDAY" value="-1"/>
<parm name="RETRIEVE" value="-1"/>
<parm name="AUTHREQUIRED" value="1"/>
<parm name="KEEPMAX" value="-1"/>
<parm name="AUTHNAME" value="username"/>
<parm name="AUTHSECRET" value="password"/>
<parm name="DOMAIN" value=""/>
<parm name="REPLYADDR" value="[email protected]"/>
<parm name="NAME" value="Display Name"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
4. Save and close CM_Entries.xml
5. open dos prompt (run-> command)
6. goto c:\kapa directory and run following command
Cabwiz.exe c:\kapa\network_setups\setups.inf
Your setup file is created and is available in c:\kapa\networ_setups folder.
Alternate method is using wince cab manager.
disappearing email
There is actually an easier to solution to this problem. There is now a utility that can repair or delete the ghost email accounts. I downloaded it from freewareppc.com. The utility is called mailaccountrepair.exe.
arnarn911 said:
There is actually an easier to solution to this problem. There is now a utility that can repair or delete the ghost email accounts. I downloaded it from freewareppc.com. The utility is called mailaccountrepair.exe.
Click to expand...
Click to collapse
I'm not sure how having to re-enter manually the server addresses is easier than just running a cab once it is set up?
anilkaparthi, thanks for this it seems just what I have been looking for.
One thing though, I forward most of my emails to my main gmail account to an isp email account so I can download them from there on P Outlook (gmail loses them from the inbox once it downloads again), so in effect I send using gmail's smtp and receive on my isp's pop, so is it possible to add a line(s) to put in that the stmp uses separate settings (a separate login id)?
Thanks
Graham
Hi anilkaparthi,
Is it possible to include more than 1 account in one cab?
Cheers
klaey
klaey said:
Hi anilkaparthi,
Is it possible to include more than 1 account in one cab?
Cheers
klaey
Click to expand...
Click to collapse
Yes you can have more than one email account setup. Just follow following xml structure
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{6f1d0168-cab2-11db-8314-0800200c9a66}">
<parm name="SERVICENAME" value="Account1"/>
<parm name="SERVICETYPE" value="POP3"/>
<parm name="INSERVER" value="pop.mail.yahoo.com"/>
<parm name="OUTSERVER" value="smtp.mail.yahoo.com:587"/>
<parm name="DWNDAY" value="-1"/>
<parm name="RETRIEVE" value="-1"/>
<parm name="AUTHREQUIRED" value="1"/>
<parm name="KEEPMAX" value="-1"/>
<parm name="AUTHNAME" value="username"/>
<parm name="AUTHSECRET" value="password"/>
<parm name="DOMAIN" value=""/>
<parm name="REPLYADDR" value="[email protected]"/>
<parm name="NAME" value="Display Name"/>
</characteristic>
</characteristic>
<characteristic type="EMAIL2">
<characteristic type="{1325bc8c-cdee-11db-8314-0800200c9a66}">
<parm name="SERVICENAME" value="Account2"/>
<parm name="SERVICETYPE" value="POP3"/>
<parm name="INSERVER" value="pop.mail.yahoo.com"/>
<parm name="OUTSERVER" value="smtp.mail.yahoo.com:587"/>
<parm name="DWNDAY" value="-1"/>
<parm name="RETRIEVE" value="-1"/>
<parm name="AUTHREQUIRED" value="1"/>
<parm name="KEEPMAX" value="-1"/>
<parm name="AUTHNAME" value="username"/>
<parm name="AUTHSECRET" value="password"/>
<parm name="DOMAIN" value=""/>
<parm name="REPLYADDR" value="[email protected]"/>
<parm name="NAME" value="Display Name"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Make sure you generate unique characteristic type id for every account. Use following site to generate uuid
http://www.famkruithof.net/uuid/uuidgen
grayme said:
I'm not sure how having to re-enter manually the server addresses is easier than just running a cab once it is set up?
anilkaparthi, thanks for this it seems just what I have been looking for.
One thing though, I forward most of my emails to my main gmail account to an isp email account so I can download them from there on P Outlook (gmail loses them from the inbox once it downloads again), so in effect I send using gmail's smtp and receive on my isp's pop, so is it possible to add a line(s) to put in that the stmp uses separate settings (a separate login id)?
Thanks
Graham
Click to expand...
Click to collapse
If you are asking about adding another email account then follow steps mentioned in previous mail.
anilkaparthi said:
If you are asking about adding another email account then follow steps mentioned in previous mail.
Click to expand...
Click to collapse
Just one email account but with smtp using separate settings and hence needing a different login and password.
Hi anilkaparthi,
thx for the info. Your solution is realy great!
Cheers
klaey
Hi anilkaparthi,
a really great job. It works fine with my gmx-account.
I had problems creating an email account after I had installed Buzz's German language pack over Helmis AKU3.5 v1.4 because I couldn't select an email provider (pop/imap/exchange...) within the email-wizard. The drop-down field was empty.
With your tool it finally works.
Thanks a lot!
Phily
Very good info here, thanks.
2?
First anyone know the tag command for how can you unselect "use same when roaming" check box under options
Also command for delete from server or keep message on server.
Other than that it works great.
wpbear said:
Very good info here, thanks.
2?
First anyone know the tag command for how can you unselect "use same when roaming" check box under options
Also command for delete from server or keep message on server.
Other than that it works great.
Click to expand...
Click to collapse
There are ot of good stuff available on MSDN for email configuration. Check at following url
http://msdn.microsoft.com/library/d...y/en-us/mobilesdk5/html/wce51grfEMAIL2CSP.asp
anilkaparthi said:
There are ot of good stuff available on MSDN for email configuration. Check at following url
http://msdn.microsoft.com/library/d...y/en-us/mobilesdk5/html/wce51grfEMAIL2CSP.asp
Click to expand...
Click to collapse
I was there last night for a while, and as every other MS product it wasnt good. The web page is too basic and does not list all the options you get if you manually setup the email account, this led me to believe that either you can not setup all the settings using this method or the website with all the commands is not easy to find. I searched that site for the two areas I am concerned with and nothing. The only part of the site interesting was the specifiy ports and to setup SSL in and out server. Still looking even though it is not a big deal.
wpbear said:
Very good info here, thanks.
2?
First anyone know the tag command for how can you unselect "use same when roaming" check box under options
Also command for delete from server or keep message on server.
Other than that it works great.
Click to expand...
Click to collapse
Where do you setup "use same when roaming" option?
I don't think pocket messaging supports delete from server option.
anilkaparthi said:
Where do you setup "use same when roaming" option?
I don't think pocket messaging supports delete from server option.
Click to expand...
Click to collapse
These are options in WM6, I dont think they are in WM5.
wpbear said:
These are options in WM6, I dont think they are in WM5.
Click to expand...
Click to collapse
If I am correct in WM6 messaging is replaced by pocket outlook. In WM5 it is not a true outlook application.
I don't have WM6 device. So I can't help you. Sorry ....
Plese explain what I must write in command!
I perform everything you say but command promt say kapa is not recongnized as an internal or external command, operable program or batch file. or The system cannot find the path specified.
Tirke said:
Plese explain what I must write in command!
I perform everything you say but command promt say kapa is not recongnized as an internal or external command, operable program or batch file. or The system cannot find the path specified.
Click to expand...
Click to collapse
anilkaparthi said:
5. open dos prompt (run-> command)
6. goto c:\kapa directory and run following command
Cabwiz.exe c:\kapa\network_setups\setups.inf
Click to expand...
Click to collapse
Did you goto the c:\kapa directory (assuming that is where you extracted it to)?
My fail is on disk C
C:\Kapa
I open command and what I have to write in command?
goto c:\kapa directory and run following command
or
Cabwiz.exe c:\kapa\network_setups\setups.inf???
I tray boot and nothing!
Tirke said:
My fail is on disk C
C:\Kapa
I open command and what I have to write in command?
goto c:\kapa directory and run following command
or
Cabwiz.exe c:\kapa\network_setups\setups.inf???
I tray boot and nothing!
Click to expand...
Click to collapse
It is not an either/or, you open up command, type in
c: <enter>
cd kapa <enter>
Cabwiz.exe c:\kapa\network_setups\setups.inf <enter>
That takes you to the kapa directory on the c drive.
Alternatively you could type
C:\Kapa\Cabwiz.exe c:\kapa\network_setups\setups.inf
I move fail on C:\Documents and Settings\Stefan\Kapa
because when i open command in command write C:\DOCUME~1\STEFAN
and I write cd kapa
and than
Cabwiz.exe C:\Documents and Settings\Stefan\Kapa\network_setups\setups.inf <enter>
and he write
See on my pictures!
Help Please!
Related
ok im completely new to winmo. but jsut got the htc touch pro for sprint.
I have NO clue how to put custom roms on it and ive read numerous tuts. But I like the default layout and I want everything to still work. I want sprintv and gps and bluetooth etc.. to all work.
So since i didnt wanna change to much but just get better performance and speed
-I wanted to install Advanced Config Tool but everytime i isntall the .cab on phone when I run it i get an error about needing a newer version of microsoft framework or something?
-and their are alot of tweaks I like here and wanna do
http://forum.xda-developers.com/showthread.php?t=413562
but once again i am CLUELESS.
Thanks
You need net framework 3.5 to use adv config. Google it.
I have it, already did that. I downloaded net framework on pc and all.
and then I put the advanced config cab on phone, installed and ran
anyone?
also its a sprint phone
Just open adv. config, and set the cache values as high as they go and see how you like it (actually, I think I set the filter cache to 4012). Are you still having problems opening AC? If so, you need to change the reg values for HKLM\Software\Microsoft\NetFramework (or whatever it is) from 1->0 for 2.0 and from 0->1 for 3.5.
You can always change the values manually with a registry editor. AC inserts an xml file into \windows (I think), and you can find the keys in there.
thanks, yeah when I install AC on my touch pro it says some error like that, but how do i go ahead and edit it like you said?
Get total commander to edit the registry.
Edit: Here's a copy of the .xml file for AC that has all of the reg entries that you can tweak. You can do all this stuff manually with Total Commander if you follow the registry path (Plugins/Registry/....) and change the values to what you want to try out. Google 'Ghisler total commander' to find TC.
These are the reg entries you want to tweak; I'm leaving stuff out to save space, but have my own settings in there which work well for me.
Code:
<category name="Performances" icon="Performances">
<setting key="[COLOR="Red"]HKEY_LOCAL_MACHINE\System\StorageManager\FATFS[/COLOR]" name="[COLOR="red"]EnableCache[/COLOR]" type="integer">
<title>File system cache</title>
<description>Enables or disables file system cache. Enabling cache is recommended to optimize system performance.</description>
<values default="[COLOR="Blue"]1[/COLOR]">
<value data="1">Enabled (default)</value>
<value data="0">Disabled</value>
</values>
</setting>
<setting key="[COLOR="Red"]HKEY_LOCAL_MACHINE\System\StorageManager\FATFS[/COLOR]" name="[COLOR="red"]CacheSize[/COLOR]" type="integer">
<title>File system cache size</title>
<description>Defines the size of file system cache.</description>
<values default="0">
<value data="[COLOR="Blue"]16384[/COLOR]">8MB</value>
<setting key="[COLOR="Red"]HKEY_LOCAL_MACHINE\System\StorageManager\Filters\fsreplxfilt[/COLOR]" name="[COLOR="red"]ReplStoreCacheSize[/COLOR]" type="integer">
<title>File system filter cache</title>
<description>Defines the size of file system filter cache.</description>
<value data="[COLOR="Blue"]4096[/COLOR]">4096 sectors (advised)</value>
<setting key="[COLOR="Red"]HKEY_LOCAL_MACHINE\System\GDI\Glyphcache[/COLOR]" name="[COLOR="Red"]limit[/COLOR]" type="integer">
<title>Glyph cache</title>
<description>Defines the size limit for character glyphs.</description>
<value data="[COLOR="Blue"]131072[/COLOR]">128KB</value>
The #'s that appear in blue are what you want to enter in as values in total commander. You have to soft reset after making the changes. HKEY_LOCAL_MACHINE is 'HKLM' under the registry directory of total commander. Look in the xml for other possible settings. It's hard to see, but the first setting ("enablecache") is 1, in case the stock setting has it as 0 (i.e. cache not enabled).
2nd Edit: If you just want to try out the settings I use, install the cab that I attached and soft reset. You won't have to mess with your registry then.
I cleared data on some apps/processes in an attempt to remove all of the text messages from my Atrix HD. The stock rom is not/ was not capable of that for some reason.<br />
<br />
I followed some information that stated to clear data on SIM toolkit, Phone, Phone/Messaging data.<br />
<br />
I made backups of all of these things ti Titanium backup. All went well, I got rid of the hoard of texts. I restarted the phone, and (paraphrasing)<br />
sorry but process com.android.phone has stopped working. Does this each time the radio indicator shows.<br />
I went to TiBackup to restore, and it shows that<br />
com.android.providers.telephony<br />
com.android.phone<br />
com.motorola.messaging<br />
com.motorola.simmanager<br />
<br />
are no longer installed. I restore them, the phone functions as normal.<br />
I reboot. They are all gone again.<br />
How can I restore these files and have them survive a reboot?<br/>
Hi there,
Seem very strange, but I would suggest that you ask in the device specific Q&A of your device, located here: Motorola Atrix HD > Atrix HD Q&A, Help & Troubleshooting
You'll have users more accustom to the phone who may be able to help you further!
Mods can you please move to the atrix hd subforum mentioned above?
Thank you
is their any way to unlock sprint varient of ativ s neo for international gsm use ...this phone is stuck with me and i am not able to use it .
aakashpsp said:
is their any way to unlock sprint varient of ativ s neo for international gsm use ...this phone is stuck with me and i am not able to use it .
Click to expand...
Click to collapse
i'm not too sure on this, but i was looking at another problem and i have a place you could start....
look for the thread called cutsom rom for all or something like that. theres a tool by @-W-o-l-f called MBN creator that allows you to flash a custom CSC. in the default sprint CSC is the following code
Code:
<!-- SIM Lock -->
<characteristic type="Registry">
<characteristic type="HKLM\Software\OEM\Cellular\CellManager\SIM">
<parm name="Lock" value="1" datatype="integer" />
<parm name="AllowList" value="310:120,001:01,001:010,001:011,311:01,311:11,312:11,002:11,999:99" datatype="string" />
</characteristic>
</characteristic>
i'm guessing editing the lock value to 0 would enable it, but i'm just guessing here
mtstmp said:
i'm not too sure on this, but i was looking at another problem and i have a place you could start....
look for the thread called cutsom rom for all or something like that. theres a tool by @-W-o-l-f called MBN creator that allows you to flash a custom CSC. in the default sprint CSC is the following code
Code:
<!-- SIM Lock -->
<characteristic type="Registry">
<characteristic type="HKLM\Software\OEM\Cellular\CellManager\SIM">
<parm name="Lock" value="1" datatype="integer" />
<parm name="AllowList" value="310:120,001:01,001:010,001:011,311:01,311:11,312:11,002:11,999:99" datatype="string" />
</characteristic>
</characteristic>
i'm guessing editing the lock value to 0 would enable it, but i'm just guessing here
Click to expand...
Click to collapse
i found the thread to be really interesting but i have flashed android /apple roms before and i am bad in windows phones also in the custom_csc file their is no sim lock value...can you guide me the link for the rom as the developer their hasn't mentioned any.
Thanks
Hello, there is a preferences.xml in /data/data/com.whatsapp/shared_prefs/com.whatsapp_preferences.xml
There are some options to modify as everyone likes it like
<int name="image_max_edge" value="1280" />
TO
<int name="image_max_edge" value="1920" />
or
<int name="image_quality" value="80" />
TO
<int name="image_quality" value="95" />
I'm not a dev sry or else I would try to make this module. Modify the file itself will be overwritten from whatsapp in a few while and the changes are gone.
And sorry for my bad english. I don't want use a translation every time
You can't use Magisk to mount stuff to /data, like you can with /system.
You can however create a module with a boot script, or just place a boot script in service.d that modifies the file when the phone boots. The sed command or similar would do it.
You mention though that WhatsApp overwrites the settings after a while. That can be trickier to prevent, depending on when it happens.
Whats app videos
I am using vivo V5S mobile and i have an updated whatsapp app.
I cant send more tha 17 mb video file. Please help me in this
it is a limit of WA.
use a more user friendly messenger
I'm pretty sure Kmod FWA Xposed module can set image quality to Maximum.
But that's not Magisk.
hello guys
i did root my hd10...
and setup google play store.. and works is good ..
but i put in micro sd 128 and than don't work google play store and Solid Explorer..
what happen..?
stronggeon said:
hello guys
i did root my hd10...
and setup google play store.. and works is good ..
but i put in micro sd 128 and than don't work google play store and Solid Explorer..
what happen..?
Click to expand...
Click to collapse
Try to format the sd card
stronggeon said:
hello guys
i did root my hd10...
and setup google play store.. and works is good ..
but i put in micro sd 128 and than don't work google play store and Solid Explorer..
what happen..?
Click to expand...
Click to collapse
It's really sad Amazon is misleading customers with this hack job. This can really screw things up on a user app level. Anyways, they butchered the apps to external sd card option by removing the values in /system/etc/permissions/platform.xml. to fix it, you have to edit the platform.xml file, and can only be done with root...for now. Copy the file to storage and use the text editor in your root explorer to make sure WRITE_EXTERNAL_STORAGE looks like this.
Code:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>