hey guys, i have a problem finding the SPC/MSL of my Samsung Note 3. The phone is not connected with the company and is from sprint also, i followed this two methods on trying to find them here is the link
http://www.rimweb.in/forums/topic/36508-how-to-get-your-mslspc-of-samsung-galaxy-note-3/
and http://forum.xda-developers.com/showthread.php?p=47580651#post47580651
i did both methods but the second one give me this codes
E:\Download\Mobile\N900P\GETMSL>findstr "I/MSL_Checker( 1166):" logcat.txt
I/MSL_Checker( 1185): onCreate
I/MSL_Checker( 1185): onCreate2
I/MSL_Checker( 1185): hdata_edit
I/MSL_Checker( 1185): Chameleon diag valuenull
I/MSL_Checker( 1185): Chameleon Check value2false
I/MSL_Checker( 1185): connect To Secphone service
I/MSL_Checker( 1185): onCreate1
I/MSL_Checker( 1185): hdata_edit
I/MSL_Checker( 1185): hdata_edit
I/MSL_Checker( 1185): Enter checkMSLCode
I/MSL_Checker( 1185): success to write
I/MSL_Checker( 1185): End checkMSLData
I/MSL_Checker( 1185): error=0
I/MSL_Checker( 1185): size of result : 14 AND NOTHING ELSE
i rooted the Note already and installed an room but it seems hopeless .
I just need an different method to do this or i don't know..feel free to PM me if you have the fix for this.
Related
Hi, Guy`s !
First, sorry for bad english
Ok, I don`t know whom to contact.
There is peace of code ...
MOV R1, #0x3000000
...
ORR R1, R1, #0x32C ; dwIoControlCode
...
BL DeviceIoControl...
The control code parameter (0x300032C) that is passed to the function DeviceIoControl and further to ril.dll who is open as file.
#define CTL_CODE(DeviceType, Function, Method, Access) ( ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) )
From 0x300032C, "Function" = 0xCB but this function number is not in the rildrv.h.
I can`t find anywhere that describes the functions and what it does. It may not be who knows?
Help me, pls !
Like with any undocumented IOCTL you'll need to guess what it does.
Or conclude based on how and when it's invoked...
Thanks, stepw.
I know when it's invoked but don`t know how .
This pease of code from ussd.dll.
Every time before calling RIL_SendSupServiceData or RIL_CancelSupServiceDataSession running this code (DeviceIoControl with parameter CTL_CODE = 0x300032C).
Please check the following Q&A for answers to your MMS Issues
http://forum.xda-developers.com/showthread.php?t=770879
thanks....lifesaver
Instead of going through the trouble of nand backup, flashing a generic ROM, etc., just stay with your current ROM, download APN Backup and Restore from the market and paste the following XML into a text editor like notepad, name the file original-apns.xml and put it in /sdcard/ApnBackupRestore/. Run APN Backup and Restore from the phone and restore the apn from there.
Below is the code for Verizon Droid Eris (won't work for Hero).
Code:
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<apns count="3">
<apn name="CDMA" numeric="00000" mcc="000" mnc="00" apn="0" user="null" server="null" password="null" proxy="null" port="" mmsproxy="" mmsport="" mmsprotocol="" mmsc="" type="*" />
<apn name="Production" numeric="00000" mcc="000" mnc="00" apn="1" user="null" server="null" password="null" proxy="null" port="" mmsproxy="" mmsport="" mmsprotocol="2.0" mmsc="http://mms.vtext.com/servlets/mms" type="mms" />
<apn name="Android" numeric="310995" mcc="310" mnc="995" apn="internet" user="*" server="*" password="*" proxy="null" port="null" mmsproxy="null" mmsport="null" mmsprotocol="null" mmsc="null" type="null" />
</apns>
Thanks for the tip. Appreciate it. Happy Holidays to you
I don't know if this was posted here before:
http://www.mikechannon.net/PDF Manuals/HTC Dream SM (A04).pdf
the official repair manual from HTC.
Please I need help to change in framework-res.apk
in file /res/values/bools.xml value false to true on row: <bool name="config_built_in_sip_phone">true</bool> for native sip calling.
Thanks for help.
Hi guys, i need help if anyone know to fix this issue
In stock rom the mms work fine but i cant sent mms whit any CM Rom...
I think is problem of APN.
I compare apn-config.xml and try to replace in cm rom but this cause disappear apns
Here a apn form stock
Code:
<apn mmsport='8080' mnc='103' mcc='732' carrier='Colombia:Tigo:Multimedia:1' authtype='1' mmsc='http://mms.ola.com.co' mmsproxy='190.102.206.48' type='mms' user='mms-cm1900' password='mms-cm1900' apn='mms.colombiamovil.com.co'/>
<apn mmsport='8080' mnc='111' mcc='732' carrier='Colombia:Tigo:Multimedia:2' authtype='1' mmsc='http://mms.ola.com.co' mmsproxy='190.102.206.48' type='mms' user='mms-cm1900' password='mms-cm1900' apn='mms.colombiamovil.com.co'/>
<apn mnc='111' mcc='732' carrier='Colombia:Tigo:Web:2' authtype='1' type='default' apn='web.colombiamovil.com.co'/>
<apn mnc='103' mcc='732' carrier='Colombia:Tigo:Web:1' authtype='1' type='default' apn='web.colombiamovil.com.co'/>
<apn mnc='103' mcc='732' carrier='Colombia:Tigo:Modem:1' authtype='1' type='dun' apn='web.colombiamovil.com.co'/>
<apn mnc='111' mcc='732' carrier='Colombia:Tigo:Modem:2' authtype='1' type='dun' apn='web.colombiamovil.com.co'/>
And his from CM10 Rom
Code:
<apn carrier="Tigo MMS" mcc="732" mnc="103" apn="mms.colombiamovil.com.co" user="mms-cm1900" password="mms-cm1900" mmsc="mmsc.colombiamovil.com.co" mmsproxy="190.102.206.48" mmsport="8080" type="mms" />
<apn carrier="Tigo" mcc="732" mnc="103" apn="web.colombiamovil.com.co" type="default,supl" />
Moved to Q&A. Please ask all questions there, thanks.