CAB XML Setup - Windows Mobile Development and Hacking General

There are cab files, that seem to be only a XML (wap-provisioningdoc), employing for example WinCE Cab Analyzer (MsceInf.exe).
Understanding
Code:
characteristic -> type -> Registry
...
is easy enough, but there are also types like
Code:
characteristic -> type -> SecurityPolicy
characteristic -> type -> CM_Networks
characteristic -> type -> CM_ProxyEntries
characteristic -> type -> CM_GPRSEntries
characteristic -> type -> CM_Planner
...
Do all of these refer to respective keys of HKCR (like pre-defined abbreviations)?

****bump****

Related

V1.0: SENDEMAIL +paramter if special event ->send email via smtp -> precond: Tasker

V1.0: SENDEMAIL +paramter if special event ->send email via smtp -> precond: Tasker
i searched for a long time a tool, which can send an email (via smtp) if a specific event happen ...
But i want to customize the email messages as i like it ...(caller info, date, location data, sms text, etc ..), using of my own smtp server, etc ...
i would pay @50,- for a solution, which is working ... BUT THERE IS NO SUCH OF SOLUTION ..
after research -> there is no such kind of application, which can handle this !!!!!
so - i found a way myself ..
##################
(thanks to devels of "tasker" - i modified a script which found on tasker wiki)
SOLUTION/IDEA...
1.) IF AN EVENT HAPPEN(you can select all contect what you want ..)
then
SEND AN EMAIL (via smtp)
so it is possible to send without having a gmail account - you can use whatever you like
INSTALLATION: (preconditions)
===========
1.) install *Tasker* -> see market
2.) install *SL4A* -> see market (for details -> see http://tasker.wikidot.com/sl4a (install of sla4 + python)
3.) install Python interpretor for SL4A
4.) my script - attached -> copy the "py" file (python script) to sd-card -> /mnt/sdcard/sl4a/scripts
5.) (optional) - copy the 2 xml files to: -> /mnt/sdcard/Tasker/profiles
then start "Tasker" and there you can import my profiles
a.) profile for *missed call* -> send an email
b) profile for *new message* (SMS or MMS) -> send an email
after import - edit the profiles, and insert valid smtp user data, email adress, etc ...
options for:
# 1.) parameter: %SMTP_MAILSERVER_ADDRESS (dns or ip address)
# 2.) parameter: %SMTP_MAILSERVER_PORT (vlid port number)
# 2.) parameter: %SMTP_MAILSERVER_SECURITY (0=off, 1=ssl, 2=tls)
# 3.) parameter: %SMTP_USERNAME
# 4.) parameter: %SMTP_PASSWORD
# 5.) parameter: %MAIL_SENDER_NAME
# 5.) parameter: %MAIL_SENDER_EMAIL
# 6.) parameter: %MAIL_RECEIVER_EMAIL
# 7.) parameter: %MAIL_SUBJECT
# 8.) parameter: %MAIL_BODY
# 9.) parameter: %MAIL_ATTACHMENT (files can be added - not fully tested, because don'T use it - but should work for multiple, too)
DONE - test it
attached a profile, which you can import in "Tasker"
example: which do:
a) if new message comes in -> send email inclusive infos for date +time + sender + name + number + sms text + location + accur etc ..
b) if i miss a call -> send email inclusive infos for date +time + sender + name + number + location + accur etc ..
EDIT: v1.0
+added special characters (all converted to UTF, so "umlaute" are also working)
cu camel
is working now fine

[Q] Openvpn for Wildfire?

i flashed cm7 because i want to openvpn to make work beside from battery makes last...
now, can someone help me how to configure it?
thanks in advance guys...
Hi,
I've managed today to configure the openvpn client, and it's very simple.
First of all you have to pack client.crt, ca.crt and client.key into a single PKCS12 file. The command from linux to do this is :
openssl pkcs12 -export -in [PathToClientCert] -inkey [PathToClientKey] -certfile [PathToCACert] -name [FriendlyName] -out certs.p12
(Be sure to replace Path..... with appropriate path to your files)
If you don't have linux you should download openssl.exe , just google for it.
That file "certs.p12" you have to move to sdcard root and from the phone you should go to : Settings -> Location and Security and tap "Install from SD Card"
After importing the certificate you can go and create a new vpn connection
That's all
Also you should check carefully advanced options from openvpn gui by tapping "Menu -> Advanced settings"
faraonu said:
Hi,
I've managed today to configure the openvpn client, and it's very simple.
First of all you have to pack client.crt, ca.crt and client.key into a single PKCS12 file. The command from linux to do this is :
openssl pkcs12 -export -in [PathToClientCert] -inkey [PathToClientKey] -certfile [PathToCACert] -name [FriendlyName] -out certs.p12
(Be sure to replace Path..... with appropriate path to your files)
If you don't have linux you should download openssl.exe , just google for it.
That file "certs.p12" you have to move to sdcard root and from the phone you should go to : Settings -> Location and Security and tap "Install from SD Card"
After importing the certificate you can go and create a new vpn connection
That's all
Also you should check carefully advanced options from openvpn gui by tapping "Menu -> Advanced settings"
Click to expand...
Click to collapse
I'm trying to do this and when I try to import the .p12 file in Settings->Security, it says my password is wrong... I even used the same password for the export (the next thing it asks after you run that command) and the Android credential storage, so I couldn't confuse the two. What gives?

[Q]how to get the lowmemorykiller working?

i flash the GBRider_Cronos_v1.5.0 Rom
change the file system/etc/init.d/30tweaks the last two line
“echo "1536,2048,4096,5120,5632,6144" > /sys/module/lowmemorykiller/parameters/minfree”
into
“echo "1536,3072,4096,21000,23000,25000" > /sys/module/lowmemorykiller/parameters/minfree”
then i used ADB
“cat /sys/module/lowmemorykiller/parameters/minfree”
output for this
“1536,2048,4096,9216,10240,10240”
seems to be the num i changed doesn't work
how to get it work??

Phone not developer unlocked after trying several times

I have used the method posted in this forum (not using chevron) and my phone doesn't get developer unlocked. If this is because I'm running version 8107
Camry Racing said:
I have used the method posted in this forum (not using chevron) and my phone doesn't get developer unlocked. If this is because I'm running version 8107
Click to expand...
Click to collapse
It shouldn't be. I also have a 8107, and it's interop unlocked. MFG method worked flawlessly. What's the error message you get when you try to deploy XAPs? What are you using for app deployment? Have you installed the latest Windows Phone SDK (as far as I know, it's necessary to be installed - someone correct me if I'm wrong)?
cant conect phone not booted or not developer unlock
and using application deployment
but its not getting unlock I tried verifying and it isnt getting unlock
Ok, just for clarification, the site has a couple of different ways to unlock your phone and you haven't specified which one you are using.
That being said, I have the lastest update and ever time I've flashed my phone, this works.
And no, you don't need anything other thant MFG installed on your phone to developer unlock it.
I have to unlock it becasue that is the only way I can get wifi sharing to appear.
From: http://forum.xda-developers.com/showthread.php?t=974874
How to Un-Lock your Phone without Chevron 7
You can unlock the phone by using the MFG registry editor.
1.Open the MFG app and use the password to open it. If you don't know it's (appmfg#*#)
2.Go to Engineer Menu -> Other Settings -> Edit Registry
3.Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
4.Set your input path to "\Comm\Security\LVMod"
5.Set your input key to "DeveloperUnlockState" and set to DWORD
6.Hit Query. Output result should return a "0" or a random long number. If it does continue.
7.Set your input data box to "1" and hit SET. Output result should be 1
How To Keep Your Phone Unlocked
You can keep your phone unlocked and prevent Zune from re-locking it.1.Open the MFG app and use the password to open it. If you don't know it's (appmfg#*#)
2.Go to Engineer Menu -> Other Settings -> Edit Registry
3.Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
4.Set your input path to "\Software\Microsoft\DeviceReg"
5.Set your input key to "PortalUrlProd" and set to DWORD
6.Hit Query. Output result should return data. If it does continue.
7.Keep your input data box empty and hit SET. Output result should be 0
8.Keep this screen open and continue to Part 2
***
when you do the above, do the outputs match what's writen?
You can unlock the phone by using the MFG registry editor.
1.Open the MFG app and use the password to open it. If you don't know it's (appmfg#*#)
2.Go to Engineer Menu -> Other Settings -> Edit Registry
3.Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
4.Set your input path to "\Comm\Security\LVMod"
5.Set your input key to "DeveloperUnlockState" and set to DWORD
6.Hit Query. Output result should return a "0" or a random long number. If it does continue. (randon long number for me )
7.Set your input data box to "1" and hit SET. Output result should be 1 (1 for me )
How To Keep Your Phone Unlocked
You can keep your phone unlocked and prevent Zune from re-locking it.1.Open the MFG app and use the password to open it. If you don't know it's (appmfg#*#)
2.Go to Engineer Menu -> Other Settings -> Edit Registry
3.Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
4.Set your input path to "\Software\Microsoft\DeviceReg"
5.Set your input key to "PortalUrlProd" and set to DWORD
6.Hit Query. Output result should return data. If it does continue. (here it ouputs 0 for me )
7.Keep your input data box empty and hit SET. Output result should be 0 (of course it returns 0 again)
8.Keep this screen open and continue to Part 2
then what is wrong?
Camry Racing said:
How To Keep Your Phone Unlocked
You can keep your phone unlocked and prevent Zune from re-locking it.1.Open the MFG app and use the password to open it. If you don't know it's (appmfg#*#)
2.Go to Engineer Menu -> Other Settings -> Edit Registry
3.Set your ROOT PATH to "HKEY_LOCAL_MACHINE"
4.Set your input path to "\Software\Microsoft\DeviceReg"
5.Set your input key to "PortalUrlProd" and set to DWORD
6.Hit Query. Output result should return data. If it does continue. (here it ouputs 0 for me ) This might be you issue, check your spelling and the root path, it should return a value other than 0, I think even if you unlock it, but I could be wrong.
7.Keep your input data box empty and hit SET. Output result should be 0 (of course it returns 0 again)
8.Keep this screen open and continue to Part 2
then what is wrong?
Click to expand...
Click to collapse
Also, how are you or what is telling you it isn't unlocked?
cant side load apps because is says that isn't developer unlocked
Etaduck said:
6.Hit Query. Output result should return data. If it does continue. (here it ouputs 0 for me ) This might be you issue, check your spelling and the root path, it should return a value other than 0, I think even if you unlock it, but I could be wrong.
Click to expand...
Click to collapse
This is wrong. First query should return a number different from zero. If you switch to STRING, it should display the actual link to MS. So, I guess that you misspelled the registry key/path.
Don't forget to clear the PortalUrlInt key - without it it won't work.
I have done this several times checking everything is alright and I always get the same result

Phoenix OS in Hyper-V

Did the following till now to install Phoenix OS on Hyper-V:
1. Create new virtual machine (VM) in Hyper-V > Generation 1 > Memory 2048 mb, unselect dynamic memory > install operating system from phoenix 2.5.9 iso
2. Right click VM > settings > number of processors - 2
3. Start VM > Install to harddisk > Create/Modify partitions > GPT: no > New partition > Primary > Bootable > Write: yes > Quit > select newly created partition > ext4 > format: yes > Grub2: skip > Grub: yes > Phoenix OS is installed
4. Goto VM settings > DVD drive: none > Apply > OK
5. Reboot Phoenix OS: ok > getting stuck at ANDROID x86_64/#
Similarly tried to install Bliss OS in Hyper-V. Got the same error.
Any suggestions are appreciated.

Categories

Resources