Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

Ticket #515 (assigned task)

Opened 3 years ago

Last modified 3 years ago

Gather information on Palm Pre CDMA modem

Reported by: djbclark Owned by: morphis
Priority: minor Milestone:
Component: palmpre/modem Version: milestone5.5
Keywords: Cc: morphis, dclark@…

Description

(from morphis)

Data Gathering needed, from WebOS:

In order to get the CDMA version of the Pre running with the same msmcomm stuff you can provide me the debug outputs of the TelephonyInterfaceLayerCdma? on the Pre.

To do this you have to connect with ssh/novacom to your Pre running webOS. There you have to do something like the following:

# stop the TIL, you will lost network connection!
initctl stop TelephonyInterfaceLayerGsm

# remove old log file
rm /var/log/til.log

# change log context of the til
PmLogCtl set TIL.CCP debug
PmLogCtl set TIL.LOG debug

# restart til
initctl start TelephonyInterfaceLayerGsm

# now your Pre will work as normal as before, but please do not anything
# like input your Pin, access adress book or so as I do not know if or
# how detailed the output of this is written to the log file!

# To help me to get a short look over all, just start the Til and then
# stop it, change Log context back to err ala
PmLogCtl set <context> err

If you could do this, that would be very great! It should give me a short overview about what we should do different on a CDMA pre.

Attachments

til.log.bz2 (55.7 KB) - added by djbclark 3 years ago.
Debug log file from CDMA (Sprint) Phone in US. 10 second call made during log.

Change History

Changed 3 years ago by djbclark

Debug log file from CDMA (Sprint) Phone in US. 10 second call made during log.

comment:1 Changed 3 years ago by djbclark

  • Cc dclark@… added
  • Owner changed from djbclark to morphis
  • Status changed from new to assigned

Attached results above of:

root@palm-webos-device:/var/home/root# initctl list | awk '{print $2}' | sort | xargs echo

CustomizationService LunaDownloadMgr LunaSysMgr LunaSysService MessagingRouter OnDevLogger PmNetConfigManager PmWanDaemon PmWiFiService TelephonyInterfaceLayer UpdateDaemon alignment audiod banner bluetooth bootmisc browserserver camd certstoreinit clock_restore clock_save control-alt-delete crond dbus-monitor dbus_session dbus_system devicewipe devpts dnsmasq documentserver extractfs fileindexer finish gpu hidd hostname hotplug2 hotplug2_d java-serviceboot logctld logd luna-prefs-service mediaserver memchute minicore2 minidhcpd mobi.optware.dropbear mobi.optware.openssh mobilehotspotd modempower modutils mountall nappmgr networking novacomd officeserver org.webosinternals.ipkgservice org.webosinternals.optware org.webosinternals.sdldoom org.webosinternals.upstartmgr ossinfo passthrud pmklogd pmsyslogd populate-volatile powerd provisioner pubsubservice pulseaudio ramdisk rc0 rcS rdxd reboot runlevel-H-handler runlevel-U-handler start_update storaged swaphack sysfs systemsoundsloader timezone tokens ttyS2 udev updater uploadd us.ryanhope.wircd usbctrl vx6852

root@palm-webos-device:/var/home/root# initctl list | grep -i tele
(57641/770149971) TelephonyInterfaceLayer (start) running, process 1281

root@palm-webos-device:/var/home/root# initctl stop TelephonyInterfaceLayer
(57714/658943916) TelephonyInterfaceLayer (stop) running, process 1281
(57714/659493233) TelephonyInterfaceLayer (stop) pre-stop, (main) process 1281
(57714/659859444) TelephonyInterfaceLayer (stop) stopping, process 1281
(57714/664955879) TelephonyInterfaceLayer (stop) killed, process 1281
(57714/665291573) TelephonyInterfaceLayer (stop) post-stop
(57714/665566231) TelephonyInterfaceLayer (stop) waiting

root@palm-webos-device:/var/home/root# ls -l /var/log/til.log
-rw-r--r--    1 root     root       989877 Feb  3 17:25 /var/log/til.log
root@palm-webos-device:/var/home/root# rm /var/log/til.log

root@palm-webos-device:/var/home/root# PmLogCtl set TIL.CCP debug
Setting context level for 'TIL.CCP'.
root@palm-webos-device:/var/home/root# PmLogCtl set TIL.LOG debug
Setting context level for 'TIL.LOG'.

root@palm-webos-device:/var/home/root# initctl start TelephonyInterfaceLayer
(57807/423805977) TelephonyInterfaceLayer (start) waiting
(57807/425209785) TelephonyInterfaceLayer (start) starting
(57807/426155830) TelephonyInterfaceLayer (start) pre-start
(57807/428749824) TelephonyInterfaceLayer (start) spawned, process 9882
(57807/430550362) TelephonyInterfaceLayer (start) post-start, (main) process 9882
(57807/430977608) TelephonyInterfaceLayer (start) running, process 9882
Note: See TracTickets for help on using tickets.