Craptorman
Well-Known Member
Just cell. BT, Wifi, audio all working. No rebooting, smooth as can be. Still no data or gps and of course the screen not coming on after it goes off.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Just cell. BT, Wifi, audio all working. No rebooting, smooth as can be. Still no data or gps and of course the screen not coming on after it goes off.
Not sure. Will need try. Wife's 20th class reunion this weekend so it might take a bit to get a chance to try
adb logcat -b radio
- waiting for device -
D/RIL ( 1345): RIL mainLoop will start~~!!
D/RIL ( 1345): --------------usr_eng_chk= user-------
D/RIL ( 1345): lge-ril: mainLoop: Set Up Internal Unsol FIFO
D/RIL ( 1345): lge-ril: mainLoop: Set Up Internal Unsol FIFO END
D/RIL ( 1345): lge-ril: initializeCallbackRoutine of DLC 3 skipped
D/RIL ( 1345): getBatteryState store_fd -1
E/RIL ( 1345): rild_init_watchdog : RILD initilization is completed!!
E/RIL ( 1345): rild_init_watchdog : exit
I/PHONE ( 1693): Network Mode set to 4
I/PHONE ( 1693): Cdma Subscription set to 1
I/PHONE ( 1693): RILClassname is
I/PHONE ( 1693): Creating CDMAPhone
I/RILJ ( 1693): Connected to 'rild' socket
D/RILJ ( 1693): [UNSL]< UNSOL_RESPONSE_RADIO_STATE_CHANGED RADIO_OFF
D/RILB ( 1693): Notifying: radio available
D/RILJ ( 1693): [0000]> SCREEN_STATE: true
D/RILC ( 1345): RIL onRequestComplete: sendResponse
D/RILC ( 1345): RIL onRequestComplete: free
D/RILJ ( 1693): [0000]< SCREEN_STATE error: com.android.internal.telephony.CommandException: RADIO_NOT_AVAILABLE
D/PHONE ( 1693): mDoesRilSendMultipleCallRing=false
D/PHONE ( 1693): mCallRingDelay=3000
D/CDMA ( 1693): [CdmaDataConnection-1] DataConnection constructor E
D/CDMA ( 1693): [CdmaDataConnection-1] clearSettings
D/CDMA ( 1693): [CdmaDataConnection-1] DataConnection constructor X
D/CDMA ( 1693): [CdmaDataConnection-1] Made CdmaDataConnection-1
D/RILJ ( 1693): [0001]> RADIO_POWER
D/CDMA ( 1693): [CdmaServiceStateTracker] Poll ServiceState done: oldSS=[1 home null null null Unknown CSS not supported 0 0RoamInd: 0DefRoamInd: 0EmergOnly: false] newSS=[3 home null null null Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false]
Cell works but can't get data to work. The option to add an APN isn't listed for some reason. Below is the first part of logcat
D/CDMA ( 1693): [CdmaDataConnection-1] Made CdmaDataConnection-1 / Not sure what this line indicates but looks appears to match the stock rom's output.Code:adb logcat -b radio - waiting for device - D/RIL ( 1345): RIL mainLoop will start~~!! D/RIL ( 1345): --------------usr_eng_chk= user------- D/RIL ( 1345): lge-ril: mainLoop: Set Up Internal Unsol FIFO D/RIL ( 1345): lge-ril: mainLoop: Set Up Internal Unsol FIFO END D/RIL ( 1345): lge-ril: initializeCallbackRoutine of DLC 3 skipped D/RIL ( 1345): getBatteryState store_fd -1 E/RIL ( 1345): rild_init_watchdog : RILD initilization is completed!! E/RIL ( 1345): rild_init_watchdog : exit I/PHONE ( 1693): Network Mode set to 4 I/PHONE ( 1693): Cdma Subscription set to 1 I/PHONE ( 1693): RILClassname is I/PHONE ( 1693): Creating CDMAPhone I/RILJ ( 1693): Connected to 'rild' socket D/RILJ ( 1693): [UNSL]< UNSOL_RESPONSE_RADIO_STATE_CHANGED RADIO_OFF D/RILB ( 1693): Notifying: radio available D/RILJ ( 1693): [0000]> SCREEN_STATE: true D/RILC ( 1345): RIL onRequestComplete: sendResponse D/RILC ( 1345): RIL onRequestComplete: free D/RILJ ( 1693): [0000]< SCREEN_STATE error: com.android.internal.telephony.CommandException: RADIO_NOT_AVAILABLE D/PHONE ( 1693): mDoesRilSendMultipleCallRing=false D/PHONE ( 1693): mCallRingDelay=3000 D/CDMA ( 1693): [CdmaDataConnection-1] DataConnection constructor E D/CDMA ( 1693): [CdmaDataConnection-1] clearSettings D/CDMA ( 1693): [CdmaDataConnection-1] DataConnection constructor X D/CDMA ( 1693): [CdmaDataConnection-1] Made CdmaDataConnection-1 D/RILJ ( 1693): [0001]> RADIO_POWER D/CDMA ( 1693): [CdmaServiceStateTracker] Poll ServiceState done: oldSS=[1 home null null null Unknown CSS not supported 0 0RoamInd: 0DefRoamInd: 0EmergOnly: false] newSS=[3 home null null null Unknown CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false]
Also with usb cable disconnected I can randomly get screen to turn on after it goes out.

I/power ( 1456): *** set_screen_state 0
D/SurfaceFlinger( 1456): About to give-up screen, flinger = 0xbdc28
V/Sensors ( 1456): int poll__activate(sensors_poll_device_t*, int, int)
V/Sensors ( 1456): int sensors_poll_context_t::activate(int, int)
I/ ( 1456): mpu3050_suspend: suspending sensors to 0000
I/ ( 1456): mpu3050_suspend: Will resume next to 0070
E/SurfaceFlinger( 1456): ioctl(24, VT_RELDISP, 1) failed 22 (Invalid argument)
I/power ( 1394): *** set_screen_state 0
D/SurfaceFlinger( 1394): triggering block screen...........
D/SurfaceFlinger( 1394): Starting release screen. we should prepare blackscreeeeeeen
V/Sensors ( 1394): int poll__activate(sensors_poll_device_t*, int, int)
V/Sensors ( 1394): int sensors_poll_context_t::activate(int, int)
I/ ( 1394): mpu3050_suspend: suspending sensors to 0000
I/ ( 1394): mpu3050_suspend: Will resume next to 0070
I/NotificationService( 1394): Received intent action : android.intent.action.SCREEN_OFF
D/SurfaceFlinger( 1394): Starting release screen. we should prepare blackscreeeeeeen
D/SurfaceFlinger( 1394): About to give-up screen, flinger = 0x85240
Using last build I posted on 5/14 and editing the build.prop and init.rc files I have a nice stable CM7 with working wifi, bt, audio, camera, and cell.

hey guys what is the main problem we havin with this Rom ?????? g60madman

Main problem is that it won't go. Can you fix it?![]()

Captured this when screen when to sleep:
And below is the stock outputCode:I/power ( 1456): *** set_screen_state 0 D/SurfaceFlinger( 1456): About to give-up screen, flinger = 0xbdc28 V/Sensors ( 1456): int poll__activate(sensors_poll_device_t*, int, int) V/Sensors ( 1456): int sensors_poll_context_t::activate(int, int) I/ ( 1456): mpu3050_suspend: suspending sensors to 0000 I/ ( 1456): mpu3050_suspend: Will resume next to 0070 E/SurfaceFlinger( 1456): ioctl(24, VT_RELDISP, 1) failed 22 (Invalid argument)
Code:I/power ( 1394): *** set_screen_state 0 D/SurfaceFlinger( 1394): triggering block screen........... D/SurfaceFlinger( 1394): Starting release screen. we should prepare blackscreeeeeeen V/Sensors ( 1394): int poll__activate(sensors_poll_device_t*, int, int) V/Sensors ( 1394): int sensors_poll_context_t::activate(int, int) I/ ( 1394): mpu3050_suspend: suspending sensors to 0000 I/ ( 1394): mpu3050_suspend: Will resume next to 0070 I/NotificationService( 1394): Received intent action : android.intent.action.SCREEN_OFF D/SurfaceFlinger( 1394): Starting release screen. we should prepare blackscreeeeeeen D/SurfaceFlinger( 1394): About to give-up screen, flinger = 0x85240
Ahh..damn surface flinger

Main problem is that it won't go. Can you fix it?![]()
wont go wheeere????

Ok sorry for the delay. I just took quattrimus to beta so now I have time to focus on my marquee. I have a cm9 build but haven't booted it yet. Maybe later this week. I requested that FreeOptimusProject update their github so maybe that will help out.
Any word on cm7?
very nice would love to see it on the marqueeDoes the rom have hotspot built in