My own CAB with GPRS settings - 8125, K-JAM, P4300, MDA Vario Software Upgrading

Does anybody know how to create my own CAB or where can I find some guide. I mean, CAB which would contain GPRS connection settings (modem, access point, user name, password, internet connection flag, etc).
After each ROM upgrade I have to enter connection settings manually.
In my current EXTROM, there is CAB whoch contain such setting (part of them below). I would change some of values (access point name, userName, password), but how to determine DestID value ?
-------------------------------------------------------
<characteristic type="Era Internet">
<parm name="DestId" value="{FF445A54-ADF8-4fab-86B7-E31482BEE8BE}" />
<parm name="Enabled" value="1" />
<parm name="UserName" value="erainternet" />
<parm name="Password" value="erainternet" />
<parm name="Domain" value="" />
<parm name="SpecificIpAddr" value="0" />
<parm name="IpAddr" value="" />
<parm name="SpecificNameServers" value="0" />
<parm name="DnsAddr" value="" />
<parm name="AltDnsAddr" value="" />
<parm name="WinsAddr" value="" />
<parm name="AltWinsAddr" value="" />
<characteristic type="DevSpecificCellular">
<parm name="BearerInfoValid" value="1" />
<parm name="GPRSInfoValid" value="1" />
<parm name="GPRSInfoProtocolType" value="2" />
<parm name="GPRSInfoL2ProtocolType" value="PPP" />
<parm name="GPRSInfoAccessPointName" value="erainternet" />
<parm name="GPRSInfoAddress" value="" />
<parm name="GPRSInfoDataCompression" value="1" />
<parm name="GPRSInfoHeaderCompression" value="1" />
<parm name="GPRSInfoParameters" value="" />
</characteristic>
</characteristic>
----------------------------------
thanks

The only thing I have been able to find out so far is that you can create .cab files for mobile devices using Microsoft Visual Studio. There is an evaluation version in the Windows Mobile SDK that you can download here. I'm playing around with it at the moment to see what is possible.
I would be very interested to hear from Molski and others how they create their .cab files!

DestID is a unique created sequence. You can keep the destID same as given above. I have prepared the GPRS/MMs configuration cab file for BSNL(North) for INDIA. Only thing you have to change for customization are very few paramenters like access point, server address, gateway etc. You can easily make it. What you need is WinCE cab Manager for making the Cab. enjoy...

Turns out there is a page on the Wiki here that explains how to create your own .cab files. Didn't find it when I was browsing the Wiki, but it turned up in google when I searched for WinCE cab Manager

Bommie said:
The only thing I have been able to find out so far is that you can create .cab files for mobile devices using Microsoft Visual Studio. There is an evaluation version in the Windows Mobile SDK that you can download here. I'm playing around with it at the moment to see what is possible.
I would be very interested to hear from Molski and others how they create their .cab files!
Click to expand...
Click to collapse
I create my CAB files with WinCE Cab Manager.
I know it is possible in Visual Studio also, I got Visual Studio, but didn't had the time yet to see how it works.
So for know I use WinCE Cab Manager (v1.1) which works perfect in my opinion.

Bommie said:
The only thing I have been able to find out so far is that you can create .cab files for mobile devices using Microsoft Visual Studio. There is an evaluation version in the Windows Mobile SDK that you can download here. I'm playing around with it at the moment to see what is possible.
I would be very interested to hear from Molski and others how they create their .cab files!
Click to expand...
Click to collapse
I create my CAB files with WinCE Cab Manager.
I know it is possible in Visual Studio also, I got Visual Studio, but didn't had the time yet to see how it works.
So for know I use WinCE Cab Manager (v1.1) which works perfect in my opinion.

Related

HTC Network Wizard and provision.zip

Basically what I am trying to do is provision the connections on my phone without having to first install HTC Network Wizard, Reboot, then run it and configure the connection and then reboot again.
I know that inside of HTC Network Wizard is the provision.zip file which I have unzipped and located the AT&T XMLs. They are formatted with what look like non-standard CSPs:
<characteristic type="CM_GPRSEntries">
<characteristic type="Cingular GPRS">
<parm name="DestId" value="{97626DCF-818F-4be1-AC7E-77DA1B01F145}"/>
<parm name="UserName" value="[email protected]"/>
<parm name="Password" value="CINGULAR1"/>
<parm name="AlwaysOn" value="0"/>
<characteristic type="DevSpecificCellular">
<parm name="GPRSInfoValid" value="1"/>
<parm name="GPRSInfoAccessPointName" value="wap.cingular"/>
</characteristic>
</characteristic>
</characteristic>
Click to expand...
Click to collapse
If I try to import them like a normal provisioning XML I will get an error. My guess is because the CSPs are non-standard, like "CM_GPRSEntries" and that only HTC Network Wizard knows how to import them. I may be off base here...but that's my guess.
How can I import these to provision my network connections, or is there another way, or a particular set of reg keys I can just import to get everything setup?
thx.
comparing that provxml to the one in the at&t rom dump, they are similar.
Code:
<!-- MODEM[GPRS]: MEdia Net -->
<characteristic type="CM_GPRSEntries">
<characteristic type="MEdia Net">
<parm name="DestId" value="{97626DCF-818F-4be1-AC7E-77DA1B01F145}"/>
<parm name="Enabled" value="1"/>
<parm name="UserName" value="[email protected]"/>
<parm name="Password" value="CINGULAR1"/>
<characteristic type="DevSpecificCellular">
<parm name="GPRSInfoAccessPointName" value="wap.cingular"/>
</characteristic>
</characteristic>
</characteristic>
instead of importing the provxml, why not use the att settings cab, i think u can probably find the cab for it in alltheway's 4shared folder
Thanks Xtreme...you're right the files look very much the same. I downloaded the .CAB, extracted the .XML and it imported just fine.
I then took a deeper look between the two and it seems that my original one was formatted different ASCII. You can't see the difference if you open the XML in a browser, but you can if you open them in notepad.
I converted my original to proper ASCII and it now imported!
I guess the HTC program can deal with different types of ASCII formatting, but the 3rd party XML imported cannot.
thx again.
BTW...I'm writing a generic script, which is why I don't want to just use the .CAB, and need to figure out how to import XML.

Way to Backup Connection and Email settings??

Hello,
Does anyone know a way not only to backup PIM, but also Email settings and COnnection/VPN settings/Exchangeserver settings?
It is quite annoying jotting them down everytime I try a new rom.
No tools for this? Must be some reg keys only aren't they?
Why not back the registry up using sprite or a reg tool?
New Roms have other Registry settings I guess?
Riel said:
New Roms have other Registry settings I guess?
Click to expand...
Click to collapse
This is what I would like to know too
I doubt it's in the registry: I searched for my account name and it wasn't found. Try looking into the "Documents and Settings" folder; that seems promising to me!
Ok, since you dont want to do the work, try exporting these hives:
wifi conn - HKCU\comm\EAPOL\Config
Sounds/notifications - HKCU\control panel\notifications
Exchange activesync settings - HKLM\system\activesync
To start off with.
Most of those keys should be fairly standard, roms should only change HTC and other software/hardware specific entries for tweaks.
This would really help! I have no idea where to look for those settings... Also I would like to save the settings about my favourites (people shoving up in manila) so that I dont have to add them every time I reflash. Thanks
Riel said:
Hello,
Does anyone know a way not only to backup PIM, but also Email settings and Connection/VPN settings/Exchangeserver settings?
It is quite annoying jotting them down everytime I try a new rom.
No tools for this? Must be some reg keys only aren't they?
Click to expand...
Click to collapse
Not in the Registry - It's WAP Provisioning.
For the Email definitely (and perhaps some of the other settings you want) you can use RapiConfig to export your email settings to Provisioning XML. See the UC thread - post #17 for details.
Use this option when exporting.
Code:
<wap-provisioningdoc>
<characteristic-query type="EMAIL2" recursive="true"/>
</wap-provisioningdoc>
Also it is not obvious until you think about it - but when you run the RapiConfig utility on your PC - you must have your phone connected via USB to said PC at this time so it can extract the info from it.
Oh and you could of course just write the ProvXML your self without extracting/creating it with RapiConfig.
You can then either just import the ProvXML with Regedit v3 or convert the ProvXML to a CAB so it will import standalone.
I have done the latter. So I can reinstall all four of my email accounts with a single click on a cab. The process is a little convoluted to create. But you only have to do it once and then you can just keep using it. I originally created mine on my Kaiser 6 months ago and it works perfectly on the Diamond.
Also same UC thread post #3 scroll to the EMAIL2 CSPs bit to see the syntax. which is like this..
Code:
<wap-provisioningdoc>
<characteristic type="EMAIL2">
<characteristic type="{7B3D74EC-35D9-45e3-B8F3-E38F4B90D174}">
<parm name="SERVICENAME" value="Gmail" />
<parm name="SERVICETYPE" value="IMAP4" />
<parm name="INSERVER" value="imap.gmail.com" />
<parm name="OUTSERVER" value="smtp.gmail.com" />
<parm name="NAME" value="Username" />
<parm name="AUTHNAME" value="[email protected]" />
<parm name="AUTHSECRET" value="password" />
<parm name="DOMAIN" value="" />
<parm name="REPLYADDR" value="[email protected]" />
<parm name="LINGER" value="15" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="-1" />
<parm name="DWNDAY" value="3" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="SMTPALTENABLED" value="1" />
<parm name="SMTPALTAUTHNAME" value="[email protected]" />
<parm name="SMTPALTPASSWORD" value="password" />
<parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
</characteristic>
</characteristic>
<characteristic type="EMAIL2">
<characteristic type="{877e6100-cd6d-4a44-bd4c-3edf4b901480}">
<parm name="SERVICENAME" value="Gmail1" />
<parm name="SERVICETYPE" value="IMAP4" />
<parm name="INSERVER" value="imap.gmail.com" />
<parm name="OUTSERVER" value="smtp.gmail.com" />
<parm name="NAME" value="Username" />
<parm name="AUTHNAME" value="[email protected]" />
<parm name="AUTHSECRET" value="password1" />
<parm name="DOMAIN" value="" />
<parm name="REPLYADDR" value="[email protected]" />
<parm name="LINGER" value="15" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="-1" />
<parm name="DWNDAY" value="3" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="SMTPALTENABLED" value="1" />
<parm name="SMTPALTAUTHNAME" value="[email protected]" />
<parm name="SMTPALTPASSWORD" value="password1" />
<parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
Developers
So will anyone look into this and create a tool which creates the ability to restore email settings after a ROM update? Highly appreciated.
use a back-up utility like spb backup. restore PIM and e-mail only! the registry and system of the new ROM is not the same with yr old one!!
i get not only my PIM and e-mail accounts but also my favorite ppl (pics), last calls and SMS and all my settings (password not included) for WIFI and Internet connection. all in under 1 min!
logger: Great guide, I managed to make an regout.xml, but I dont know how to make a cab out of it. Any help is appreciated!
logger said:
Not in the Registry - It's WAP Provisioning.
For the Email definitely (and perhaps some of the other settings you want) you can use RapiConfig to export your email settings to Provisioning XML. See the UC thread - post #17 for details.
Use this option when exporting.
Click to expand...
Click to collapse
thanks for this! what is this string of numbers:
Code:
<characteristic type="{7B3D74EC-35D9-45e3-B8F3-E38F4B90D174}">
like where do i get that from?
laser21 said:
logger: Great guide, I managed to make an regout.xml, but I dont know how to make a cab out of it. Any help is appreciated!
Click to expand...
Click to collapse
Use makecab. For info look more here. Makecab should already be on your WIN system
Syntax is
Code:
makecab _setup.xml Provisioning.cab
Make sure you either append "_setup.xml" to the end of, or rename your input XML to just _setup.xml as makecab needs that in the input filename. Output name can be whatever you want.
racerx_ said:
thanks for this! what is this string of numbers:
Code:
<characteristic type="{7B3D74EC-35D9-45e3-B8F3-E38F4B90D174}">
like where do i get that from?
Click to expand...
Click to collapse
It is the GUID that makes the email account unique (at least thats the way I understand it but my knowledge here is very limited). Go back and look at UC Thread Post #3 and in the EMAIL2 CSPs section read the second line which explains that you simply go to http://www.guidgen.com/ to create a new one that you can use.
thanks thanks thanks!
so i need a different one every time i restore this account, or just generating one that i use every time should be ok..
Thanks. I knew about the regular windows makecab...but wasnt sure if its the same for ppc
racerx_ said:
thanks thanks thanks!
so i need a different one every time i restore this account, or just generating one that i use every time should be ok..
Click to expand...
Click to collapse
Just create the GUID once for each account. I have probably used my "AllFourEmailAccs.cab" more than 50 times now, unchanged from day one and it works perfectly.
KukurikU said:
use a back-up utility like spb backup. restore PIM and e-mail only! the registry and system of the new ROM is not the same with yr old one!!
i get not only my PIM and e-mail accounts but also my favorite ppl (pics), last calls and SMS and all my settings (password not included) for WIFI and Internet connection. all in under 1 min!
Click to expand...
Click to collapse
Hello mate- by favourite ppl- do you mean it actually backs up the list of favourite people you've setup in TF3D??? I've been looking for something to back up my TF3D people list since ROM flashing became possible (which is now why way behind as we know )
Hi, I just tried my new cab, it does import the email settings, but doesnt import the password. Also it doesnt import the wifi password. Any suggestions?
PS it wrote after installing the cab, that the installation was unsuccessful.
Thanks for any tips
I also need a way to backup connections (wap & mms)...

Just to see what would happen.....

I took the Touch HD system response update released by HTC and tried to install it, granted it said wrong device.....so I said hmmm if the hardware is similar lemme extract this file and copy it over in the windows folder.....so I did this not knowing if it was going to start up or not....but to my surprise it did and all I can say is wow....the X1 was retardly fast....shrugs...nothing beats a failure but a try...May be worth it to implement this into the actual roms being cooked.
EDIT: I was using itje's 3.01 rom when I did this.
WC
Wild Child, could you give more details? I grabbed that update and extracted it, and I'm looking at _setup.xml, but see two Folder actions (\Windows and \Temp), and I'm not sure if all 10 files go in \Windows.
I could also try to make an installer that works on any device, but I just have to know the proper file paths.
Also, does it just 'feel' fast, or have you done some real benchmarks?
If the performance gain is that great, then sure it would be worth it to implement this into custom ROMs/X1 installable CAB files.
Thanks for putting up your device to the risk!
which hotfix was it? I tried one and it inverted the screen display. quite amusing to get it back again as the touch screen calibration was still the other way up.
All I did was extract the files attached to the post here, connected phone to computer,copied them into the windows folder,over wrote a setup file and soft rebooted. This was with itje's 3.01 rom installed. Now it may be me but it improved the response of the phone. I didnt do any benchmarks. I figured since the rom files where htc maybe it would help...who knows....lol
WC
tried this patch and wanted to warn everyone. it's rotating the screen 180° but not the touchscreen input like fards said.
use it with caution!
Hmm I didnt experienced any rotating screens on mine. Shrugs.... Using the same files in the X1a nam rom also with now issues.
WC
i've just tried this and it works on itjes 3.01 rom a treat.
http://forum.xda-developers.com/showthread.php?t=473510
Sorry I should've posted that thats the rom I was using....doh. The one you posted isnt the same one I used fards...
http://www.htc.com/www/SupportDownload.aspx?p_id=179&cat=0&dl_id=448
WC
fards said:
i've just tried this and it works on itjes 3.01 rom a treat.
http://forum.xda-developers.com/showthread.php?t=473510
Click to expand...
Click to collapse
i just tested this seems safe. i say test for your self
the device seems very responsive but i cant say for sure if it from this as or from the very nice rom as i only flashed itje 301 rom an hour ago and i have no point of reference
Tried the files I posted on itje's 2.1 and same result...very responsive after reboot.....
WC
Wild Child said:
All I did was extract the files attached to the post here, connected phone to computer,copied them into the windows folder,over wrote a setup file and soft rebooted. This was with itje's 3.01 rom installed. Now it may be me but it improved the response of the phone. I didnt do any benchmarks. I figured since the rom files where htc maybe it would help...who knows....lol
WC
Click to expand...
Click to collapse
t
those files aren't extracted, that's a corrupted cab not a zip file (the second one) they need decompressing. They won't do a thing in the format they are in...
That hotfix isn't needed for the newer blackstone roms as the files are included.
The only ones that do anything are DDI and gxdma
this is the setup xml to give you an idea of the files proper names.
Code:
<wap-provisioningdoc>
- <characteristic type="Install">
<parm name="InstallPhase" value="install" />
<parm name="SetupDLL" value="1" />
<parm name="OSVersionMin" value="3.0" />
<parm name="OSVersionMax" value="4.21" />
<parm name="BuildNumberMin" value="0" />
<parm name="BuildNumberMax" value="-536870912" />
<parm name="UnsupportedPlatforms" value="JUPITERHPC" />
<parm name="AppName" value="Hotfix BLA02889" />
<parm name="InstallDir" value="%CE1%\BLA02889" translation="install" />
<parm name="NumDirs" value="2" />
<parm name="NumFiles" value="10" />
<parm name="NumRegKeys" value="1" />
<parm name="NumRegVals" value="1" />
<parm name="NumShortcuts" value="0" />
</characteristic>
- <characteristic type="FileOperation">
- <characteristic type="\temp" translation="install">
<characteristic type="MakeDir" />
- <characteristic type="HTCmdp.dll" translation="install">
- <characteristic type="Extract">
<parm name="Source" value="00HTCmdp.001" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
- <characteristic type="gxdma.dll" translation="install">
- <characteristic type="Extract">
<parm name="Source" value="000gxdma.002" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
- <characteristic type="disptools.dll" translation="install">
- <characteristic type="Extract">
<parm name="Source" value="DISPTO~1.003" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
- <characteristic type="ddi.dll" translation="install">
- <characteristic type="Extract">
<parm name="Source" value="00000ddi.004" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
</characteristic>
- <characteristic type="\Windows" translation="install">
<characteristic type="MakeDir" />
- <characteristic type="CM_Entries.xml" translation="install">
- <characteristic type="Extract">
<parm name="Source" value="CM_ENT~1.005" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
- <characteristic type="CheckFile.exe" translation="install">
- <characteristic type="Extract">
<parm name="Source" value="CHECKF~1.006" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
- <characteristic type="__fileList_.txt" translation="install">
- <characteristic type="Extract">
<parm name="Source" value="__FILE~1.007" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
- <characteristic type="Platformxxx.reg" translation="install">
- <characteristic type="Extract">
<parm name="Source" value="PLATFO~1.008" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
- <characteristic type="__cusTSKTEMP.exe" translation="install">
- <characteristic type="Extract">
<parm name="Source" value="00custsk.009" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
- <characteristic type="Customize.lst" translation="install">
- <characteristic type="Extract">
<parm name="Source" value="CUSTOM~1.010" />
<parm name="NoSkip" />
</characteristic>
</characteristic>
</characteristic>
</characteristic>
- <characteristic type="Registry">
- <characteristic type="HKCU\Software\HTC\Customize">
<parm name="Ver" value="1.0" datatype="string" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
The hotfix files I used are for the slider on the caller ID screen, before the slider would struggle and sometime touching it would not answer but silence the ringtone. Fix really works well.
if you want to extract cab files then search for MSCEinf, it's a great piece of software.
hmmm... shrugs....the first Touch HD system zip is an exe file not a cab,which is why it was able to be extracted the way it was(ie extracted zip)...so I dont know about a corrupted file.
WC

XML Code help for BrowserFavs

Hi, please could someone point me in the right direction or tell me where I am going wrong.
I am trying to produce a cab that contains amongst other things the addition of some Browser Favourites and the removal of the default ones. I am using WinCE CAB Manager and currently trying to edit the PREXML Code.
I can add new Browser Favourites using the following code
<characteristic type="BrowserFavorite">
<characteristic type="Test URL">
<parm name="URL" value="URL Test" />
</characteristic>
When I try to remove the current ones such as Windows Live, HTC etc I use this code
<characteristic type="BrowserFavorite">
<nocharacteristic type="Explore Windows Mobile" />
</characteristic>
<characteristic type="BrowserFavorite">
<nocharacteristic type="HTC" />
</characteristic>
<characteristic type="BrowserFavorite">
<nocharacteristic type="Google" />
</characteristic>
<characteristic type="BrowserFavorite">
<nocharacteristic type="AccuWeather.com" />
</characteristic>
<characteristic type="BrowserFavorite">
<nocharacteristic type="Windows Live" />
</characteristic>
So I use the nocharactristic type which then allows me to save code but then the CAB file will not install. They refuse to go. Where am I going wrong?! Thanks

I'm getting there, slowly: Self-cabbed "CMIS 1.2.2.0" doesn't act as Access Point

I'm getting there, slowly: Self-cabbed "CMIS 1.2.2.0" doesn't act as Access Point
this question goes out the seasoned cracks here.
i've never cooked my own rom, but let's call me an advanced user with a profound technical understanding.
i've noticed that the packages of the Topaz-Sense 2.5 don't include the mobile wifi router. so i thought "let's download a leo-package and make a cab out of CM Internet Sharing 1.2.2.0".
so far so good, the cab itself is installing fine, the program is running and everything is working as it should be. (auto-starting wifi & data-connection)
except:
it's not acting as an access point. after a few seconds i get the notification that various wifi-networks have been discovered, as if i just turned wifi on. (can't connect to them)
after an evening of lots of trial & error, error, error, error i think it's either that i'm missing some reg-setting here OR v1.2.2.0 doesn't play with sense 2.5.20113030. (the cab from assassinslament, v1.1.x.x, is not working as well)
i'm running Touch-IT BT - manila 2.5.20113030 - Build 24001 v1.1
these are the reg-settings i'm applying in the cab.
am i missing something?! any help, even a hint in the right direction would be really appreciated!
Code:
<characteristic type="Registry">
<characteristic type="HKLM\Software\HTC\CMInternetSharing">
<parm name="CMDescription" value="Not connected" datatype="string" />
<parm name="CMStatus" value="0" datatype="integer" />
<parm name="Status" value="0" datatype="integer" />
<parm name="Warning" value="5" datatype="integer" />
<parm name="WEPKey" value="1234567890" datatype="string" />
<parm name="TargetSSID" value="MobileWiFi" datatype="string" />
<parm name="TargetDataConnection" value="" datatype="string" />
<parm name="DirectConnect" value="0" datatype="integer" />
<parm name="IntroductionType" value="1" datatype="integer" />
</characteristic>
<characteristic type="HKLM\ControlPanel\MyCpl\50">
<parm name="Name" value="Wifi Internet Sharing" datatype="string" />
<parm name="Description" value="Wifi Internet Sharing" datatype="string" />
<parm name="File" value="\Windows\CMInternetSharing.exe" datatype="string" />
<parm name="CmdLine" value="" datatype="string" />
</characteristic>
<characteristic type="HKLM\ControlPanel\Wifi Internet Sharing">
<parm name="Group" value="2" datatype="integer" />
</characteristic>
<characteristic type="HKLM\ControlPanel\50">
<parm name="Group" value="2" datatype="integer" />
</characteristic>
<characteristic type="HKLM\SOFTWARE\OEM\MASD">
<parm name="CMInternetSharing" value="1_2_2_0" datatype="string" />
</characteristic>
<characteristic type="HKLM\SECURITY\SHELL\STARTINFO\START\Wi-Fi Router.lnk">
<parm name="Icon" value="\\Windows\\htc_mobile_router.png" datatype="string" />
</characteristic>
</characteristic>
*bump*
come on, anybody? pretty-please?
could it be the version of comm-manager? reg-settings are the same as in the app.reg from the leo-package)
i've searched a lot of forums for this, but except a lot of "not working for me" and "thanks, this cab worked" i can't find any detailed info. (freaking idi..s with their "i just want it to work, how - i don't care"-attitude... )
I had sort of the same error you are having with the Wifi router, i found out that it says it is broadcasting and everything, but the fact is that is isn't broadcasting at all and i have no clue how to get it to broadcast, it's like the app thinks it is transmitting a wifi signal but it isn't doing anything. I had it on several roms on which I installed the CMwifiRouter. some of them working, and some don't. I gave up on it because i just don't get it.
that's exactly my point:
it's not "overtaking" the wifi-adapter completely and starts to broadcast, but there is some initialization going on, because the adapter is "blocked" and doesn't work in it's usual way. (can't connect to the networks found; my personal favorite at the moment is that it has something to do with the ip-setting)
i've tried the original cab by tom_codon as well and it doesn't work with this rom either. so i think some setting in the reg-key of the wifi-adapter isn't right for it to work.
i've downloaded jerpelea's latest leo-kitchen, but i haven't found a reg/xml/setup-file yet which shows the "system-settings".
looks like if i really want to get this working, i have three choices:
wait until/if itje adds this to the next version OR flash another rom to see if it's included OR read the guide and install this kitchen and see if i can find the setting inside.
obviously all three make more sense than this thread...
alright, after a few more days doing other stuff i came back to this one. (come on, 198 views and nothing?! )
i'm one step further - i can connect if i:
- enable wifi-sharing
- on my phone go to wifi-settings and manually connect to a new network
- name: "MobileWiFi" (that's how i've named it in WifiRouter)
- connection-type: ad-hoc
- type in the password
- let it connect (to itself?! ^^)
NOW i can see it as an access-point on my computer and tether my wifi.
i have to do this every time i want to use it again.
that's a nice workaround alright, but not how it's supposed to work.
(i really want to solve this, drives me mad not knowing why... ^^)
question:
is CMIS dependend on another "package" which has to be compatible so it creates this adhoc-point by itself?
also noticed the following:
- normally my wifi-adapter is set to: "use server-assigned ip-adress"
- after starting wifi-router this get's changed to a specific ip-adress: "192.168.1.1" and subnetmask "255.255.255.0". i understand that this is due to the phone now acting as a router, right?
- after stopping wifi-router this is reset to server-assigned

Categories

Resources