[CAUTION] Force only 3G using Network+ - Windows 10 Mobile

11/10/2015 Microsoft update its Network+ app to Network Service and THIS TWEAK IS NOT WORKING anymore
still searching new tweak
Microsoft(WDG) has temporary(or maybe permanenly) disable 3G only option in W10M (build 10581), so you cant use it (so bad :crying for many people (windows insider) forcing to 3G only is a must, because full bar of 2G signal is far worst than single bar of 3G signal, because of that i start to exploring Registry Tree to find useful information regarding forcing 3G only, and here i found a way in Network+, it has hidden option:
#if you never done tweaking before:
http://1drv.ms/1P3MHKo
1. deploy root tool from WP RegEdit folder
2. open root tool, choose Lumia Registry Editor
3. tap ... check interop unlock and apply
4. deploy CustomPFD from WP RegEdit folder
5 open CustomPFD then:
#UPDATE: All value is in Integer - DWORD - 32bit
go to:
HKLM\SOFTWARE\OEM\Nokia\NetworkSettings\HideForce3G
value 0
then:
HKLM\SOFTWARE\OEM\Nokia\NetworkSettings\SwitchForce3G
value 1
continue to:
settings -> Extras -> network+ -> turn "ON" use only 3G and restart your phone
check my other Thread as well:
VM
http://forum.xda-developers.com/windows-10/windows-10-mobile/test-build-10572-t3241559
3G only
http://forum.xda-developers.com/windows-10/windows-10-mobile/force-3g-using-network-t3241953
Touch option
http://forum.xda-developers.com/windows-10/windows-10-mobile/disable-touch-vibration-navbar-t3241550
Camera tweak
http://forum.xda-developers.com/win...ximize-potential-lumia-win10m-camera-t3192960
Shell Tweak
http://forum.xda-developers.com/windows-10/windows-10-mobile/shell-mod-tweak-t3193612

This only crashed network+ app on my Lumia 535 Dual sim running 10581 build. Even after I wrote old values back it's still crashing.

Please write a detail step by step instruction, including download link of necessary file for this hack and how to do this.

nlooooo said:
This only crashed network+ app on my Lumia 535 Dual sim running 10581 build. Even after I wrote old values back it's still crashing.
Click to expand...
Click to collapse
working fine here (L730)
did you update your network+ to latest version ?

imrufbd said:
Please write a detail step by step instruction, including download link of necessary file for this hack and how to do this.
Click to expand...
Click to collapse
done , basically it is like other tweak that you need CustomPFD in order to modify Registry, if you never done it before and dont want to mess up your system, well just dont try it
DWYOR

Updated network+ to latest version, getting values:
HideForce3g - string 00000001 changed to 00000000
SwitchForce3g - string 00000000 changed to 00000001
network+ crashes all the time, can't even start it. Returned to the original values, still crashing.
Any advice?

nlooooo said:
Updated network+ to latest version, getting values:
HideForce3g - string 00000001 changed to 00000000
SwitchForce3g - string 00000000 changed to 00000001
network+ crashes all the time, can't even start it. Returned to the original values, still crashing.
Any advice?
Click to expand...
Click to collapse
how come it becoming string ? the TYPE is Integer - DWORD - 32bit by default
do you using latest CustomPFD ?
#im updating the tutorial based on your problem

AsvinDG said:
how come it becoming string ? the TYPE is Integer - DWORD - 32bit by default
do you using latest CustomPFD ?
Click to expand...
Click to collapse
Don't know but I erased the whole two keys and added new ones with Integer type and it's working. I used Lumia Registry editor previously and it was giving me STRING values.
EDIT:
Now my second SIM is not working so I have to switch it off.

nlooooo said:
Don't know but I erased the whole two keys and added new ones with Integer type and it's working. I used Lumia Registry editor previously and it was giving me STRING values.
EDIT:
Now my second SIM is not working so I have to switch it off.
Click to expand...
Click to collapse
okay, so now the 3G only is working, but your 2nd SIM is not ? same happen to me
advice:
try put your SIM 2 to SIM 1 slot, left SIM 2 off
then try putting it back to SIM 2
this fix my case

But my second sim can work only on 2g maybe that's the problem.

nlooooo said:
But my second sim can work only on 2g maybe that's the problem.
Click to expand...
Click to collapse
yes maybe, me gonna find a way to fix that
btw, thanks for trying

AsvinDG said:
yes maybe, me gonna find a way to fix that
btw, thanks for trying
Click to expand...
Click to collapse
Don't bother, I think that lumia 535 has only 2g on 2nd sim.

Done :good:, but only one sim is working when applied, followed your trick of replacing the sim slot and leaving the 2nd one empty and put it back again, but no luck, is there any other solution?
device: 640 xl
w10m build: 10586.11

Cellular & SIM settings
Code:
HKLM\SOFTWARE\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX
HideHighestSpeed 0
HideHighestSpeed3G 0
HideHighestSpeed4G 0
HideHighestSpeed3GOnly 0
HideHighestSpeed4GOnly 0
ShowHighestSpeed3GPreferred 1

winphouser said:
Cellular & SIM settings
Code:
HKLM\SOFTWARE\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX
HideHighestSpeed 0
HideHighestSpeed3G 0
HideHighestSpeed4G 0
HideHighestSpeed3GOnly 0
HideHighestSpeed4GOnly 0
ShowHighestSpeed3GPreferred 1
Click to expand...
Click to collapse
Nice one, works perfectly!

[Tweaks.xml] Show speed selection
Code:
<tweak category="Cell" name="Show speed selection" type="toggle" description="Settings - Cellular and SIM - SIM settings">
<entry path="HKLM\Software\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX" name="HideHighestSpeed" type="dword" default="1">
<value>0</value>
</entry>
<entry path="HKLM\Software\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX" name="HideHighestSpeed3G" type="dword" default="1">
<value>0</value>
</entry>
<entry path="HKLM\Software\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX" name="HideHighestSpeed4G" type="dword" default="1">
<value>0</value>
</entry>
<entry path="HKLM\Software\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX" name="HideHighestSpeed3GOnly" type="dword" default="1">
<value>0</value>
</entry>
<entry path="HKLM\Software\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX" name="HideHighestSpeed4GOnly" type="dword" default="1">
<value>0</value>
</entry>
<entry path="HKLM\Software\Microsoft\Cellular\MVSettings\IMSISpecific\Default\CellUX" name="ShowHighestSpeed3GPreferred" type="dword" default="0">
<value>1</value>
</entry>
</tweak>
? Tweaks.xml-master updated: https://raw.githubusercontent.com/sensboston/WPTweaker/master/WPTweaker/Tweaks.xml
⬇ Get WPTweaker: http://forum.xda-developers.com/win...xap-wptweaker-registry-tweaker-wp8-1-t3147272
Mention me your Universal Tweaks.xml!

AsvinDG said:
11/10/2015 Microsoft update its Network+ app to Network Service and THIS TWEAK IS NOT WORKING anymore
still searching new tweak
Microsoft(WDG) has temporary(or maybe permanenly) disable 3G only option in W10M (build 10581), so you cant use it (so bad :crying for many people (windows insider) forcing to 3G only is a must, because full bar of 2G signal is far worst than single bar of 3G signal, because of that i start to exploring Registry Tree to find useful information regarding forcing 3G only, and here i found a way in Network+, it has hidden option:
#if you never done tweaking before:
http://1drv.ms/1P3MHKo
1. deploy root tool from WP RegEdit folder
2. open root tool, choose Lumia Registry Editor
3. tap ... check interop unlock and apply
4. deploy CustomPFD from WP RegEdit folder
5 open CustomPFD then:
#UPDATE: All value is in Integer - DWORD - 32bit
go to:
HKLM\SOFTWARE\OEM\Nokia\NetworkSettings\HideForce3G
value 0
then:
HKLM\SOFTWARE\OEM\Nokia\NetworkSettings\SwitchForce3G
value 1
continue to:
settings -> Extras -> network+ -> turn "ON" use only 3G and restart your phone
Click to expand...
Click to collapse
It works for me L630 rm-978 build 10586, you need to add these values manually:
name: HighestSpeed3GOnly-> type: String value: 3GOnly
name: HideHighestSpeed3GOnly -> type: Inetger value: 0

the 3G only is already included in the latest update of win10 number 1607

hooooossamq said:
the 3G only is already included in the latest update of win10 number 1607
Click to expand...
Click to collapse
For old lumia the official ends at 10586, mu'alim ?

Any body know how to do this on WP 8.1 L630 ?

Related

Long Date on HTC Kaiser Home Plugin.

Just Copy SLDte String to SSDte String, and soft reset and you are done.
Sorry if this has been posted.
HAVE FUN!
which version is your HTC plugin ? Mine (freelancer ) does not have those keys . I tried to add manually, but on reboot they were all erased back to default . Can you export the reg key ?
EightEight said:
Just Copy SLDte String to SSDte String, and soft reset and you are done.
Sorry if this has been posted.
HAVE FUN!
Click to expand...
Click to collapse
Thank you a lot, this was something that bothers me a lot on HTC Home, and now it's gone
EightEight said:
Just Copy SLDte String to SSDte String, and soft reset and you are done.
Sorry if this has been posted.
HAVE FUN!
Click to expand...
Click to collapse
this is good, but if the date is december or september and it's a wednesday... i don't think it will look nice.
EightEight said:
Just Copy SLDte String to SSDte String, and soft reset and you are done.
Sorry if this has been posted.
HAVE FUN!
Click to expand...
Click to collapse
Hey EightEight, whats that plug in that has all those icons at the bottom there?
EightEight said:
Just Copy SLDte String to SSDte String, and soft reset and you are done.
Sorry if this has been posted.
HAVE FUN!
Click to expand...
Click to collapse
How to delete Smartone Icon. Because Icon & Date Icon to overlap
THANKS
If you don't like the long notation, you can also do it like this:
SSDte string: dddd, dd-MM-yy
You will see now: thursday, 19-07-07
or
SSDte string: dddd dd-MM-yy
You will see now: thursday 19-07-07
in hkey_local_machine_nls\overriders I have not all strigs
i have only default and LICD....can you help me?
sakky said:
in hkey_local_machine_nls\overriders I have not all strigs
i have only default and LICD....can you help me?
Click to expand...
Click to collapse
Same here...
Ok, here is what I have in my register:
(Default)
DWORD 1 : Name = IDate / DWORD data = 1 / Basis = DEX
DWORD 2 : Name = ITime / DWORD data = 1 / Basis = DEX
DWORD 3 : Name = ITLZr / DWORD data = 1 / Basis = DEX
DWORD 4 : Name = ITMPN / DWORD data = 9 / Basis = DEX
DWORD 5 : Name = ICID / DWORD data = 1043 / Basis = DEX (countrycode for The Netherlands) (from settings, regional settings?)
String 1: Name = SDate / String = -
String 2: Name = SSDte / String = dddd dd-MM-yy (for instance)
String 3: Name = STFmt / String = HH:mm:ss (from settings, regional settings?)
String 4: Name = STime / String = :
It certainly has a relation with the Regional settings.
So also check settings/Regional settings and look at the short and the long date.
Good luck!
eva_d said:
Same here...
Click to expand...
Click to collapse
go to start, settigns, system, regional settings, change parameter on the short date.
look now in registy ....
ok, re-change short date in regional settings and back to registry....now it's possible change all stings
sakky said:
go to start, settigns, system, regional settings, change parameter on the short date.
look now in registy ....
Click to expand...
Click to collapse
With my regional settings (Polish) I have only one option (yy-MM-dd), so I can't change it to other. I guess it's a matter of each locale...
date
i found it on mine. htc home from the kaiser port project here: http://forum.xda-developers.com/showthread.php?t=316107
i personally don't like the long date all that much i prefer yy.MM.dd but it is nice to know where to go to tweak it for later. this also led me to find the reg values to back up custom settings for the launcher =)
eva_d said:
With my regional settings (Polish) I have only one option (yy-MM-dd), so I can't change it to other. I guess it's a matter of each locale...
Click to expand...
Click to collapse
ok... try to tap on only option avalaible and after turn back on registry.
it's probably wm6 autogenreate the registry option only when you try to change options
in my regional settings ( italian) i have default option and yy-MM-dd
There is an easier way if you have HTCustom installed. HTCustom have a short date format hack. I changed mine to ddd, dd/MM/yy
Don't make it too long as it will affect other short date display as well (i.e. in call list, file manager etc...)
eviltuna said:
Hey EightEight, whats that plug in that has all those icons at the bottom there?
Click to expand...
Click to collapse
I believe that is today plugin Resco Explorer
deadeyed said:
I believe that is today plugin Resco Explorer
Click to expand...
Click to collapse
YES, It is Resco Explorer 2007.
thanks for thiis
Derkie's right. So I change the SSDte string to ddd, MMM dd, yyyy.
sakky said:
ok... try to tap on only option avalaible and after turn back on registry.
it's probably wm6 autogenreate the registry option only when you try to change options
in my regional settings ( italian) i have default option and yy-MM-dd
Click to expand...
Click to collapse
You're right! I have now nice date on today screen. Thanks for that!

Security Warning disabled - but message is still

Hi,
the problem:
Security Warning when running unsigned programes
the solution:
install security warning.cab and SDKCerts.cab
modified registry entries
Code:
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
"0000101a"=dword:1
"0000101b"=dword:1
"00001001"=dword:1
The security warning appears still. What can I do to the security warning off?
wfg
starbase64
Some other wm6 users have mentioned changing the following as well
HKLM>Security>Policies>Policies
value = 0000101B DWORD = 1
value = 00001001 DWORD = 1
Not sure if those will help.
use schaps advanced config to disable it
Stickster42 said:
Some other wm6 users have mentioned changing the following as well
HKLM>Security>Policies>Policies
value = 0000101B DWORD = 1
value = 00001001 DWORD = 1
Not sure if those will help.
Click to expand...
Click to collapse
has not helped
kingsizeriz said:
use schaps advanced config to disable it
Click to expand...
Click to collapse
has not helped
The following links may help
http://www.modaco.com/content/htc-monet-monet-modaco-com/251706/application-unlock-for-monet/
These are for the wm5 security power toy which does also work on wm6 it can at least show you which policies are in place
http://blogs.msdn.com/windowsmobile/archive/2007/05/30/all-about-application-locked.aspx
http://www.sems.org/entry.asp?ENTRY_ID=157
http://www.microsoft.com/downloads/details.aspx?FamilyID=7e92628c-d587-47e0-908b-09fee6ea517a&DisplayLang=en
Stickster42 said:
The following links may help
http://www.modaco.com/content/htc-monet-monet-modaco-com/251706/application-unlock-for-monet/
These are for the wm5 security power toy which does also work on wm6 it can at least show you which policies are in place
http://blogs.msdn.com/windowsmobile/archive/2007/05/30/all-about-application-locked.aspx
http://www.sems.org/entry.asp?ENTRY_ID=157
http://www.microsoft.com/downloads/details.aspx?FamilyID=7e92628c-d587-47e0-908b-09fee6ea517a&DisplayLang=en
Click to expand...
Click to collapse
has not helped. another solution?

Tools for Logging processes, like WinComm, Portmon, QXDM...

Nice and easy Tool:
http://www.softsea.com/review/Portmon.html
Maybe someone saw/know the yellow Message "UPLOAD data to pc"...
How to catch Data if "Bluescreen" comes and "UPLOAD data to pc" message appears?
It seems this nuke my Portmon...
Any suggestions please?
Maybe I'm blind or these are not stored in Debug folder...
Best Regards
Edit 1.
Changed title.
If you have a Windows XP machine left, try this to watch the serial port:
ups, i can't post links here. Google for serialmon dot com .....
It's output is a little easier to use than portmons. In general, using a serial port monitor to watch the communication between wave and pc, seems to be very unstable business.
Now I'm closer...
Taken info from Samsung GT-S8500L Wave Training Manual SW.ppt...
If someone needs the Settings to attach handset correct, ask me... in this Thread.
Best Regards
Could you post the settings, found this earlier, but couldn't do anything with it.
Thanks
I'll try to describe "short" steps.
1.
You have to be sure that Debug Level Middle is on. Please read here:
http://forum.xda-developers.com/showpost.php?p=10616930&postcount=3
Level Mode High shows more events...
2.
If you have access to Internal menu:
*#7092463*#
Maybe set to High or go to Debug Settings... described in ...Manual SW.ppt...
site 15
3.
Start WinComm and now check site 16 on *.ppt manual. All settings are on Picture.
4.
On handset I have choose Debug Mode instead Kies... this thingie if you plug cable into Wave... maybe go to Settings and set to ask by connection instead Kies
5.
Be sure you choose the "second" Port. Now Wave have 2 COM Ports activated.
Second one is for incoming Data.
Hope this helps an little bit.
If problems ask again.
Then I'll try to make some Screenshots or maybe some other hints...
Best Regards
Ehm have you found that Wincomm2010.exe
Click to expand...
Click to collapse
2010 no, but 2009 like in this Picture is attached.
WinComm2009.zip
Best Regards
Handset
Under Settings->Connectivity->USB->Ask on connection
To have chance to set USB Debugging
Wincomm
I will try later maybe Open or Close for connect to the port.
Important is to choose second COM Port...
Also important to activate UE Awake in settings like on Picture.
As it seems initial AT command is mandatory AT+WINCOMM...
Best Regards
P.S.:
I'm using XP 32 Bit... no other OS tested by me.
so now you can upload fw files from the phone or what???
so now you can upload fw files from the phone or what???
Click to expand...
Click to collapse
Now you could see internal process like Key press, which files involved... etc...
Many high technical stuff. But this could help to understand more.
For me it is very usefull.
I will soon attach few Log examples... maybe then more clear.
Best Regards
i don't suppose that anything can be done if *#7092463*#
doesn't get me a menu?
http://forum.xda-developers.com/showpost.php?p=12798896&postcount=5
Please read deeper this post and follow Links.
As Internal menu is disabled if you flashed ever Rsrc2_S8500_xxx(Low).rc2
Or if you not use Multiloader, then Kies did for you.
This is internal stuff, you have to "unlock" few things before... so read my instruction prior posted.
Please. This is more for advanced users. This is NO must have for all users.
At your own risk.
Best Regards
It seems also good idea to set Trace Level to High... in Internal Menu.
Best Regards
Edit 1:
Seems difference between Firmwareversions...
On JE7 I can see logging if handset is "off" if battery charge Animation is on.
Then if you press ON you can see parts of Booting sequence...
On JL2 I see first something, if Wave is fully on...
Maybe in higher Build some things disabled/removed...
Code:
3539 2255.054 [B]KEY_EVENT_SIG[/B]: [B]Keycode[/B] = 0x8f, STATUS = 0x0.
3540 2255.054 [LCD C]: INFO - FIMD_Drv_Resume()
3541 2255.054 S6E63M0 : LDI_Pentile_Set_Change Pentile_Value =6c
3542 2255.054 S6E63M0 : LDI_PortInit +
6217 2255.055 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0014 2263.372 -1: BOOTMGR > _BmPacketReceiveCallback: Boot command is [0x6]
6218 2255.055 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0015 2263.372 -1: EXCEPTION > OemTapiNetworkRadioInfoInd: RSSI refresh as AP's awaken
6219 2255.056 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0016 2263.372 -1: EXCEPTION > OemTapiNetworkCellInfoInd: Refresh cell Info as AP's awaken
6220 2255.063 P00.T10.D103.G22.E054:B25B EXCEPTION > SmsSvcRegGetSellOutToBeSent: bToBeSent = [0].
6221 2255.069 P00.T10.D103.G22.E054:B269 EXCEPTION > SmsTapiEventHandler: unknown tapi event type.
[B]3543 2255.085 S6E63M0 : LDI_PortInit -
3544 2255.085 S6E63M0 : LDI_S6E63M0_Power_On +
3545 2255.095 S6E63M0 : LDI_S6E63M0_Power_On [hwrev > [COLOR="Red"]S8200[/COLOR]_UNIV_B7]
3546 2255.095 S6E63M0 : LDI_Pentile_Set_Change Pentile_Value =6c
3547 2255.219 S6E63M0 : LDI_S6E63M0_Power_On -
3548 2255.219 Display_LSI : disp_Main_Wakeup [/B]
3549 2255.219 [TSP] reset acq atchcalst=0, atchcalsthr=0
3550 2255.220 [TSP] clear garbage data : Success!! [read 0 times]
3551 2255.220 [TSP] TSP Wakeup...........!
I was wondering why S8200... but now its more clear.
http://forum.xda-developers.com/showpost.php?p=12797112&postcount=249
What we can do...
Collect Key Events...
Monitoring processes like start JAVA Midlets...
Then we can see infos about Heap size...
Code:
9301 433.174 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxMemoryAvailable: [B]available memory heap[/B] size is 131268608
9302 433.178 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJxSvcIsFileSystemValid: return TRUE!
9303 433.178 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJavaGetMidletAttributeBySuiteID suiteID = 5 is not found
9304 433.179 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxSvcIsMemoryFull fmQuotaStat.availableSize(943128576), APP_MEMORY_STATUS_MX_MEMORY_FULL_LIMIT(0)
9305 433.180 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxSvcIsMemoryFull KJx execute limit size = 16384
9306 433.180 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJxSvcIsFileSystemValid: return TRUE!
Many more things...
Best Regards
adfree said:
Code:
3539 2255.054 [B]KEY_EVENT_SIG[/B]: [B]Keycode[/B] = 0x8f, STATUS = 0x0.
3540 2255.054 [LCD C]: INFO - FIMD_Drv_Resume()
3541 2255.054 S6E63M0 : LDI_Pentile_Set_Change Pentile_Value =6c
3542 2255.054 S6E63M0 : LDI_PortInit +
6217 2255.055 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0014 2263.372 -1: BOOTMGR > _BmPacketReceiveCallback: Boot command is [0x6]
6218 2255.055 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0015 2263.372 -1: EXCEPTION > OemTapiNetworkRadioInfoInd: RSSI refresh as AP's awaken
6219 2255.056 P00.T11.D001.G-1.E-01:0000 EXCEPTION > [CPLog]: Sub 0016 2263.372 -1: EXCEPTION > OemTapiNetworkCellInfoInd: Refresh cell Info as AP's awaken
6220 2255.063 P00.T10.D103.G22.E054:B25B EXCEPTION > SmsSvcRegGetSellOutToBeSent: bToBeSent = [0].
6221 2255.069 P00.T10.D103.G22.E054:B269 EXCEPTION > SmsTapiEventHandler: unknown tapi event type.
[B]3543 2255.085 S6E63M0 : LDI_PortInit -
3544 2255.085 S6E63M0 : LDI_S6E63M0_Power_On +
3545 2255.095 S6E63M0 : LDI_S6E63M0_Power_On [hwrev > [COLOR="Red"]S8200[/COLOR]_UNIV_B7]
3546 2255.095 S6E63M0 : LDI_Pentile_Set_Change Pentile_Value =6c
3547 2255.219 S6E63M0 : LDI_S6E63M0_Power_On -
3548 2255.219 Display_LSI : disp_Main_Wakeup [/B]
3549 2255.219 [TSP] reset acq atchcalst=0, atchcalsthr=0
3550 2255.220 [TSP] clear garbage data : Success!! [read 0 times]
3551 2255.220 [TSP] TSP Wakeup...........!
I was wondering why S8200... but now its more clear.
http://forum.xda-developers.com/showpost.php?p=12797112&postcount=249
What we can do...
Collect Key Events...
Monitoring processes like start JAVA Midlets...
Then we can see infos about Heap size...
Code:
9301 433.174 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxMemoryAvailable: [B]available memory heap[/B] size is 131268608
9302 433.178 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJxSvcIsFileSystemValid: return TRUE!
9303 433.178 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJavaGetMidletAttributeBySuiteID suiteID = 5 is not found
9304 433.179 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxSvcIsMemoryFull fmQuotaStat.availableSize(943128576), APP_MEMORY_STATUS_MX_MEMORY_FULL_LIMIT(0)
9305 433.180 P00.T10.D094.G52.E103:2D83 EXCEPTION > KJxSvcIsMemoryFull KJx execute limit size = 16384
9306 433.180 P00.T10.D300.G52.E103:2D83 EXCEPTION > KJxSvcIsFileSystemValid: return TRUE!
Many more things...
Best Regards
Click to expand...
Click to collapse
Heap size can already be changed by accesing the jwc_properties.ini in the AppEx and the User>Exe folder.
astrotom said:
Heap size can already be changed by accesing the jwc_properties.ini in the AppEx and the User>Exe folder.
Click to expand...
Click to collapse
can you recommend a value for it??
give an example for the change??
thanks in advance
mylove90 said:
can you recommend a value for it??
give an example for the change??
thanks in advance
Click to expand...
Click to collapse
There are three jwc_properties.ini files. 1st one in Appex>SysDefault>Java>jwc_properties.ini, 2nd one in Exe>Java>jwc_properties.ini and 3rd one in SystemFS>User>Exe>Java>jwc_properties.ini. Use trix, TkFile explorer or Stune. Personally, I think the first ini file is fore the default java apps on the phone. I think the 2nd one is useless since I didnt see any java apps in that folder using stune. I think the 3rd file is for user installed java apps. I dont know since I am still in the process of modifying the whole bada firmware as far as possible and then I will later flash my phone with my custom firmware. Maybe you could help me tell which files are used for what? Ok, enough talk. Now here are settings for heap sizes that I used: (You can find heap settings at the end of each file)
## Limited MVM configuration
MAIN_MEMORY_CHUNK_SIZE = 82313216 # (78 * 1024 * 1024) + (500 * 1024), 78.5MB
JAVA_MAX_HEAP_SIZE = 65011712 # (62 * 1024 * 1024) + (0 * 1024), 62MB
JAVA_MIN_HEAP_SIZE = 10485760 # (10 * 1024 * 1024) + (0 * 1024), 10MB
MAX_ISOLATES = 4 # AMS Isolate + One application
The last setting, MAX_ISOLATES is the max number of java apps you can run simultaneously while paused. My setting allows 5 apps to run simultaneously. (Remember, Max_ISOLATES value should be one less than the desired value.) Earlier it wave could run only 3 apps.
I am surprised the Samsung provided low java heap sizes for such a good phone! Anyways enjoy!
Thanx astrotom
I'll try next days.
About WinComm... now I understand what this setting means...
I'll try to find combination to work with both, Qualcomm and WinComm.
To log also via QXDM...
Maybe BT is helpfull...
Best Regards
Uuupsi.
Not realized before. But now I have Modem Port connected with:
Upload data to pc
Hmm. But no idea how to catch Data now...
I've changed Port in WinComm...
Hmmmmmm, mabye 1 day in future.
Best Regards
I've played little bit with old SGH-U700...
It has also few similar things like Upload data to pc...
Via known code *#197328blabla... I can find Upload Funct.:
Enable Upload Funct
Disable Upload Funct
Enable Debug Mode in Low
If I try to enable... Can't enable as Dbg Lvl Low...
This U700 is damaged... (damn Touch keys)... maybe I can repair... maybe I can find out what Upload ... can do.
Best Regards
Edit.
I've set Debug Level to high, then also Enable Upload Funct is available...
But still no idea how to start Upload...
how to send AT commands to the phone? i have the first port of my phone as COM9 and the second one as COM10

Manually setting Touch (Vibra, Wakeup, Sensitivity)

i know some of you facing issue, when you hard reset you W10M, some setting in extras is cant be opened, example Touch:
#if you never done tweaking before:
http://1drv.ms/1P3MHKo
1. deploy this root tool in WP RegEdit folder
2. open root tool, choose Lumia Registry Editor
3. tap ... check interop unlock and apply
4. deploy this CustomPFD in WP RegEdit folder
5 open CustomPFD then:
#All value is in Integer - DWORD - 32bit
Vibra:
HKLM\SYSTEM\TOUCH\BUTTONS\Vibrate (tested)
value 0
0= off
1= on
Wakeup:
HKLM\SOFTWARE\OEM\Nokia\Touch\WakeupGesture (tested)
HKLM\SYSTEM\TOUCH\BUTTONS\Settings\WakeupGestureSupported (not tested)
value 0
0= off
1= on
Sensitivity:
HKLM\SOFTWARE\OEM\Nokia\Touch\Improved (tested)
HKLM\SYSTEM\TOUCH\BUTTONS\Settings\ImprovedTouchSupported (not tested)
value 0
0= off
1= on
#tested with Lumia 730 build 10581 when touch app cant be opened :crying:
check my other Thread as well:
VM
http://forum.xda-developers.com/windows-10/windows-10-mobile/test-build-10572-t3241559
3G only
http://forum.xda-developers.com/windows-10/windows-10-mobile/force-3g-using-network-t3241953
Touch option
http://forum.xda-developers.com/windows-10/windows-10-mobile/disable-touch-vibration-navbar-t3241550
Camera tweak
http://forum.xda-developers.com/win...ximize-potential-lumia-win10m-camera-t3192960
Shell Tweak
http://forum.xda-developers.com/windows-10/windows-10-mobile/shell-mod-tweak-t3193612

[Q] Nokia Lumia 735 notification led

Hello everybody!!! Someone know how it's possible edit the registry to activate the notification led in lumia 735?? thanks!!
find the registry first and share with us
Actually support for the M8 for Windows would probably be easier to implement considering how HTC's diag app can access the notification LED, which shows the support is not only firmware based but also into the OS, one way or another.
I'm not sure if the 735 has any support right now, but if you are running Redstone, run the SSH CMD and go over to the M8 for windows notification LED project, there is a file to see whether the LED is supported.
AlvinPhilemon said:
Actually support for the M8 for Windows would probably be easier to implement considering how HTC's diag app can access the notification LED, which shows the support is not only firmware based but also into the OS, one way or another.
I'm not sure if the 735 has any support right now, but if you are running Redstone, run the SSH CMD and go over to the M8 for windows notification LED project, there is a file to see whether the LED is supported.
Click to expand...
Click to collapse
Here is output from drvapp.exe on Lumia 735 (14393.67):
Code:
C:\Data\Users\Public\Documents>drvapp.exe
drvapp.exe
HWN Driver testing app..........
Finding list size.....
Finding device path.....
Creating file........
CreateFile OK!
Gathering information about HWN devices.......
Calling DeviceIoControl.....
DeviceIoControl1 returned:
Bytes returned: 48
DeviceIoControl2 returned
------------------------------------------------
Payload size: 48
Payload version: 1
Requests number: 1
------------------------------------------------
Information about HWN devices:
Device 0
Type 1
Off-On-Blink 0
Settings 0 0
Settings 1 0
Settings 2 0
Settings 3 0
Settings 4 0
Settings 5 4294967295
------------------------------------------------
------------------------------------------------
Trying to set state......
Intensity 100
On-Off 1
Trying to enable......
Bytes written 48
DeviceIoControl Returned 1
GetLastError returned
------------------------------------------------
Maybe it will be helpful.
krevedko said:
Here is output from drvapp.exe on Lumia 735 (14393.67):
Code:
C:\Data\Users\Public\Documents>drvapp.exe
drvapp.exe
HWN Driver testing app..........
Finding list size.....
Finding device path.....
Creating file........
CreateFile OK!
Gathering information about HWN devices.......
Calling DeviceIoControl.....
DeviceIoControl1 returned:
Bytes returned: 48
DeviceIoControl2 returned
------------------------------------------------
Payload size: 48
Payload version: 1
Requests number: 1
------------------------------------------------
Information about HWN devices:
Device 0
Type 1
Off-On-Blink 0
Settings 0 0
Settings 1 0
Settings 2 0
Settings 3 0
Settings 4 0
Settings 5 4294967295
------------------------------------------------
------------------------------------------------
Trying to set state......
Intensity 100
On-Off 1
Trying to enable......
Bytes written 48
DeviceIoControl Returned 1
GetLastError returned
------------------------------------------------
Maybe it will be helpful.
Click to expand...
Click to collapse
Hi, so what can I say from the output, that:
1. A device is only one and it is LED. Unknown device would be 0, vibrator would be 2.
2. It's turned off. On would be 1 and blink mode would be 2.
This is all the driver can show
Also, could you test updated version. Would be nice to see output
djtonka said:
find the registry first and share with us
Click to expand...
Click to collapse
Here it is!!
lukjok said:
Hi, so what can I say from the output, that:
1. A device is only one and it is LED. Unknown device would be 0, vibrator would be 2.
2. It's turned off. On would be 1 and blink mode would be 2.
This is all the driver can show
Also, could you test updated version. Would be nice to see output
Click to expand...
Click to collapse
Updated version output:
Code:
C:\Data\Users\Public\Documents>drvapp.exe
drvapp.exe
HWN Driver testing app..........
Finding list size.....
Finding device path.....
Creating file........
CreateFile error: The system cannot find the path specified.
3
canapo92 said:
Here it is!!
Click to expand...
Click to collapse
Open LED subkey
You can put any key.
I Have a Lumia 730 running latest insider build #14915, interop unlocked
Can you guide me the steps how to enable led notifications.
Lumia 730 does have a led sensor, so if u tell me where to start to enable i'll do all things
ipradyu said:
I Have a Lumia 730 running latest insider build #14915, interop unlocked
Can you guide me the steps how to enable led notifications.
Lumia 730 does have a led sensor, so if u tell me where to start to enable i'll do all things
Click to expand...
Click to collapse
Thats not how it works -_-
canapo92 said:
Here it is!!
Click to expand...
Click to collapse
LED keys aren't there. Those are of no use.
The ones that are necessary is in :
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Nocontrol\LedAlert]
"LedHwAvailable"="dword:0000001"
If that and a number of other keys exist then the OS will indicate LED support. If not then it doesn't.

Categories

Resources