Interesting things in the firmware. The device IP:
#8. MView Host address, you should change to your own machine IP address
MViewHost=192.168.118.27
Native apps are implemented as browser plugins.
The list of apps on the device:
com.palm.app.backup
com.palm.app.bluetooth
com.palm.app.browser
com.palm.app.calculator
com.palm.app.calendar
com.palm.app.camera
com.palm.app.certificate
com.palm.app.clock
com.palm.app.contacts
com.palm.app.dataimport
com.palm.app.dateandtime
com.palm.app.deviceinfo
com.palm.app.devmodeswitcher
com.palm.app.docviewer
com.palm.app.email
com.palm.app.findapps
com.palm.app.firstuse
com.palm.app.help
com.palm.app.languagepicker
com.palm.app.location
com.palm.app.maps
com.palm.app.messaging
com.palm.app.musicplayer
com.palm.app.notes
com.palm.app.pdfviewer
com.palm.app.phone
com.palm.app.phoneprefs
com.palm.app.photos
com.palm.app.screenlock
com.palm.app.soundsandalerts
com.palm.app.streamingmusicplayer
com.palm.app.tasks
com.palm.app.updates
com.palm.app.videoplayer
com.palm.app.videoplayer.launcher
com.palm.app.wifi
com.palm.app.youtube
In the file:
usr/palm/applications/com.palm.app.bluetooth/app/controllers/bluetooth-assistant.js:
// *********************
// For Adil and Mindy
var Adil = 0; // 1 = prepoplulate lists and allow non-tethered mode
// *********************
$ grep -ri tether usr/
Binary file usr/bin/TelephonyInterfaceLayerCdma matches
Binary file usr/bin/PmConnectionManager matches
Binary file usr/bin/passthrud matches
Binary file usr/bin/TilIpcTest matches
Binary file usr/bin/TelephonyInterfaceLayerGsm matches
Binary file usr/bin/PmWanDaemon matches
Binary file usr/lib/luna/java/telephony.jar matches
usr/lib/luna/system/luna-systemui/app/controllers/bar-assistant.js: if(payload.connectedservices[i].service.indexOf("tethered") != -1)
Binary file usr/lib/palmos/rom0/ROM.bin matches
|