Hello all! Can you help me with the porting RIL (GSM, GPRS and 3G) from official Android 2.3.7 to unofficial Android 4.0.3
i copy ril libs from 2.3.7 to 4.0.3 but netwrokin dont work. fnd rild have a log
Code:
Unable to open router port: No such file or directory
ONCRPC Failed to open device: /dev/oncrpc/30000000:001d0000
ERR :MSG Open handle failed, unable to open program 30000000 ver 1d0001 NOT FOUND
:FILE vendor/qcom/proprietary/oncrpc/oncrpc/oncrpc_cb.c:LINE 231:ARG1 805306368:ARG2 1900545:ARG3 0:
ERR :MSG Couldn't setup RPC call :FILE vendor/qcom/proprietary/oncrpc/oncrpc/oncrpc_cb.c:LINE 276:ARG1 0:ARG2 0:ARG3 0:
ERR :MSG Failed to lookup RPC client. prog = 805306368, vers = 1900545, tout = 0 :FILE vendor/qcom/proprietary/common/build/remote_api_makefiles/../../../modem-apis/msm7630_surf/api/libs/remote_apis/cm/src/cm_clnt.c:LINE 153:ARG1 805306368:ARG2 1900545:ARG3 0:
Hi,
I've been struggling to get Netflix and HBO Nordic working on my Galaxy S2 running Cyanogenmod 10.1 nightlies. I've tried Netflix 2.1.1 and 1.8.1, and a modded HBO 1.0 app bypassing the root check.
Here are some logcat (*:W) excerpts from the different apps.
HBO Nordic app, force closes upon pressing play:
Code:
W/AudioService( 2198): RemoteControlClient died
F/libc (26548): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 26548 (drmserver)
W/DrmManagerClientImpl(Native)(26554): DrmManager server died!
E/WVMExtractor(28011): Drm manager failed to initialize.
E/MediaPlayer(26554): error (1, -2147483648)
E/MediaPlayer(26554): Error (1,-2147483648)
W/dalvikvm(26554): threadid=1: thread exiting with uncaught exception (group=0x40f2f930)
E/AndroidRuntime(26554): FATAL EXCEPTION: main
E/AndroidRuntime(26554): java.lang.NullPointerException
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity.finishWithError(VideoActivity.java:240)
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity.access$2(VideoActivity.java:236)
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity$2.onMediaPlayerError(VideoActivity.java:108)
E/AndroidRuntime(26554): at com.hbo.android.app.widget.video.player.PlayerBase.onError(PlayerBase.java:425)
E/AndroidRuntime(26554): at com.hbo.android.app.widget.video.player.internal.BaseVideoView$4.onError(BaseVideoView.java:372)
E/AndroidRuntime(26554): at android.media.MediaPlayer$EventHandler.handleMessage(MediaPlayer.java:2003)
E/AndroidRuntime(26554): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(26554): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(26554): at android.app.ActivityThread.main(ActivityThread.java:5191)
E/AndroidRuntime(26554): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(26554): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(26554): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime(26554): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime(26554): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 2198): Force finishing activity com.hbo.android.app/.activity.VideoActivity
W/ActivityManager( 2198): Activity pause timeout for ActivityRecord{41d77aa8 u0 com.hbo.android.app/.activity.VideoActivity}
W/InputDispatcher( 2198): channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 2198): channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 2198): channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 2198): channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 2198): Attempted to unregister already unregistered input channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)'
W/InputDispatcher( 2198): Attempted to unregister already unregistered input channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)'
E/Trace (28321): error opening trace file: No such file or directory (2)
E/Trace (28356): error opening trace file: No such file or directory (2)
Netflix 1.8.1, plays sound and shows subtitles, but no video:
Code:
W/ActivityManager( 2198): Scheduling restart of crashed service com.teamhacksung.tvout/.TvOutService in 5000ms
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
E/Trace (28011): error opening trace file: No such file or directory (2)
E/SEC_COMP_REGS(28011): .
E/SEC_COMP_REGS(28011): ..
E/SEC_COMP_REGS(28011): libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.WMV.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.WMV.Decoder.so
E/OMXNodeInstance(28011): OMX_GetExtensionIndex failed
E/ ( 1864): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1864): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/ ( 1864): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1864): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/BufferQueue( 1864): [SurfaceView] acquireBuffer: max acquired buffer count reached: 2 (max=1)
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Function not implemented (-38)
E/Trace (28196): error opening trace file: No such file or directory (2)
W/InputEventReceiver( 2198): Attempted to finish an input event but the input event receiver has already been disposed.
W/InputEventReceiver( 2198): Attempted to finish an input event but the input event receiver has already been disposed.
W/AudioFlinger(28011): session id 277 not found for pid 2198
E/BufferQueue( 1864): [SurfaceView] dequeueBuffer: SurfaceTexture has been abandoned!
E/ACodec (28011): dequeueBuffer failed.
E/BufferQueue( 1864): [SurfaceView] queueBuffer: SurfaceTexture has been abandoned!
E/SurfaceTextureClient(28011): queueBuffer: error queuing buffer to SurfaceTexture, -19
E/NuPlayer(28011): Received error from video decoder, aborting playback.
W/BufferQueue( 1864): [SurfaceView] cancelBuffer: BufferQueue has been abandoned!
W/AudioService( 2198): stream was not muted by this client
E/AudioService( 2198): Could not get client death handler for stream: 3
Netflix 2.1.1, stuck on loading screen:
Code:
W/dalvikvm(28732): method Lcom/netflix/mediaclient/android/widget/NetflixSeekBar;.onKeyChange incorrectly overrides package-private method with same name in Landroid/widget/AbsSeekBar;
E/SEC_COMP_REGS(28732): .
E/SEC_COMP_REGS(28732): ..
E/SEC_COMP_REGS(28732): libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.WMV.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.WMV.Decoder.so
E/OMXNodeInstance(28732): OMX_GetExtensionIndex failed
E/NetflixTransport-JNI(28732): Java_com_netflix_mediaclient_javabridge_transport_NativeTransport_native_1setVOapi systemAndroid set VO API
E/NetflixTransport-JNI(28732): Custom params sw analytics params set
E/Trace (28929): error opening trace file: No such file or directory (2)
E/Trace (28959): error opening trace file: No such file or directory (2)
E/Trace (28976): error opening trace file: No such file or directory (2)
E/nf_service(28732): Unable to get instance of PlayerActivity, only pass stateChnage event to MP
Anyone have a clue what might be wrong? Is it a DRM decrypting process that doesn't work, as I suspect?
I rooted my phone earlier today no problem. When i used a wifi password recovery and backup to restore my wifi it has caused my wifi to not work. The wifi will look like it's searching for a network ,but wont show any networks. I've done a factory reset and used my backup I made before rooting to try and fix this. Nothing has worked. Should I redo the root and see if that fix's it? Thanks
jgc86 said:
I rooted my phone earlier today no problem. When i used a wifi password recovery and backup to restore my wifi it has caused my wifi to not work. The wifi will look like it's searching for a network ,but wont show any networks. I've done a factory reset and used my backup I made before rooting to try and fix this. Nothing has worked. Should I redo the root and see if that fix's it? Thanks
Click to expand...
Click to collapse
Does your phone detect any wireless networks?
You could try logcat to see what happens.
Lelus said:
Does your phone detect any wireless networks?
You could try logcat to see what happens.
Click to expand...
Click to collapse
It's not detecting any networks. I will use logcat and see if that shows the error. Thanks for the reply. I don't think i messed up anything permanent.
used logcat
I get the follow error in logcatE/wifiHW ( 282) Supplicant not running. Cannot Connect.
Here is the text file from LogCat
--------- beginning of /dev/log/main
D/SurfaceFlinger( 174): createSurface for (1 x 1) Name=Toast
E/WifiHW ( 282): Supplicant not running, cannot connect
E/WifiStateMachine( 282): Failed to setup control channel, restart supplicant
D/WifiHW ( 172): wifi_change_fw_path is called..
D/WifiHW ( 172): wifi_change_fw_path is /etc/firmware/fw_bcmdhd.bin
D/SoftapController( 172): Softap fwReload - Ok
E/SoftapController( 172): Softap fwrealod - Add delay.
--------- beginning of /dev/log/system
D/NetdConnector( 282): SND -> {softap fwreload wlan0 STA} {null}
V/FASTDORMANCY( 448): [DCH/FACH] FDCount : 0 intent received :com.android.internal.telephony.ACTION_CHECK_NETSTAT
I/FASTDORMANCY( 448): [DCH/FACH] FDCount : 0 NetStat Event is received.
V/FASTDORMANCY( 448): [DCH/FACH] FDCount : 0 prev: TxPkts(3786), RxPkts(7489)
V/FASTDORMANCY( 448): [DCH/FACH] FDCount : 0 curr: TxPkts(3786), RxPkts(7489)
I/FASTDORMANCY( 448): [DCH/FACH] FDCount : 1 Scheduling checkNetStat for 1250 msec using INTENT_CHECK_NETSTAT_ALARM
D/PhoneStatusBarPolicy( 354): ACTION_SIGNAL_STRENGTH_CHANGED!!!
D/LGPhoneStatusBarPolicy( 354): ACTION_SIGNAL_STRENGTH_CHANGED!!!
D/NetdConnector( 282): RCV <- {200 Softap operation succeeded}
D/NetdConnector( 282): RSP <- {200 Softap operation succeeded}
D/NetdConnector( 282): SND -> {interface getcfg wlan0} {null}
D/NetdConnector( 282): RCV <- {213 00:90:4c:11:22:33 0.0.0.0 0 [down broadcast multicast]}
D/NetdConnector( 282): RSP <- {213 00:90:4c:11:22:33 0.0.0.0 0 [down broadcast multicast]}
D/NetworkManagementService( 282): rsp <213 00:90:4c:11:22:33 0.0.0.0 0 [down broadcast multicast]>
D/NetworkManagementService( 282): flags <[down broadcast multicast]>
D/CommandListener( 172): Setting iface cfg
D/CommandListener( 172): Trying to bring down wlan0
D/CommandListener( 172): broadcast flag ignored
D/CommandListener( 172): multicast flag ignored
D/NetdConnector( 282): SND -> {interface setcfg wlan0 0.0.0.0 0 [down broadcast multicast]} {null}
D/NetdConnector( 282): RCV <- {200 Interface configuration set}
D/NetdConnector( 282): RSP <- {200 Interface configuration set}
D/NetdConnector( 282): SND -> {interface ipv6privacyextensions wlan0 enable} {null}
D/NetdConnector( 282): RCV <- {200 IPv6 privacy extensions changed}
D/NetdConnector( 282): RSP <- {200 IPv6 privacy extensions changed}
E/WifiHW ( 282): Supplicant not running, cannot connect
D/dalvikvm( 2306): GC_FOR_ALLOC freed 3035K, 40% free 9449K/15663K, paused 21ms
D/dalvikvm( 2306): GC_CONCURRENT freed 30K, 29% free 11202K/15663K, paused 1ms+3ms
E/WifiHW ( 282): Supplicant not running, cannot connect
V/FASTDORMANCY( 448): [DCH/FACH] FDCount : 1 intent received :com.android.internal.telephony.ACTION_CHECK_NETSTAT
I/FASTDORMANCY( 448): [DCH/FACH] FDCount : 1 NetStat Event is received.
V/FASTDORMANCY( 448): [DCH/FACH] FDCount : 1 prev: TxPkts(3786), RxPkts(7489)
V/FASTDORMANCY( 448): [DCH/FACH] FDCount : 1 curr: TxPkts(3786), RxPkts(7489)
I/FASTDORMANCY( 448): [DCH/FACH] FDCount : 2 Scheduling checkNetStat for 1250 msec using INTENT_CHECK_NETSTAT_ALARM
D/SurfaceFlinger( 174): removeLayer_l = Toast
D/SurfaceFlinger( 174): removeLayer_l = Toast
D/PhoneStatusBarPolicy( 354): ACTION_SIGNAL_STRENGTH_CHANGED!!!
D/LGPhoneStatusBarPolicy( 354): ACTION_SIGNAL_STRENGTH_CHANGED!!!
E/WifiHW ( 282): Supplicant not running, cannot connect
V/FASTDORMANCY( 448): [DCH/FACH] FDCount : 2 intent received :com.android.internal.telephony.ACTION_CHECK_NETSTAT
I/FASTDORMANCY( 448): [DCH/FACH] FDCount : 2 NetStat Event is received.
V/FASTDORMANCY( 448): [DCH/FACH] FDCount : 2 prev: TxPkts(3786), RxPkts(7489)
V/FASTDORMANCY( 448): [DCH/FACH] FDCount : 2 curr: TxPkts(3786), RxPkts(7489)
I/FASTDORMANCY( 448): [DCH/FACH] FDCount : 3 Scheduling checkNetStat for 1250 msec using INTENT_CHECK_NETSTAT_ALARM
D/dalvikvm( 2306): GC_FOR_ALLOC freed 1594K, 29% free 11198K/15663K, paused 21ms
D/ViewRootImpl( 2306): ViewRoot TouchDown(Absolute) DOWN (137 , 608)
D/dalvikvm( 2306): GC_FOR_ALLOC freed 2241K, 33% free 10621K/15663K, paused 16ms
E/WifiHW ( 282): Supplicant not running, cannot connect
D/FASTDORMANCY( 448): [DCH/FACH] FDCount : 3 lgeOnDormancyState. state = 105[PS_SIG DISCONN=0 CONN=1][PCH=104,105 FACH=106 DCH=107]
D/FASTDORMANCY( 448): [DCH/FACH] FDCount : 3 DataConnection FD event CELL_PCH or URA_PCH
D/FASTDORMANCY( 448): [DCH/FACH] FDCount : 3 Exit from DCH or FACH State
D/FASTDORMANCY( 448): [IDLE] Enter to IDLE State
D/FASTDORMANCY( 448): [IDLE] resetAll()
V/FASTDORMANCY( 448): [IDLE] prev: TxPkts(3786), RxPkts(7489)
V/FASTDORMANCY( 448): [IDLE] curr: TxPkts(3786), RxPkts(7489)
E/WifiHW ( 282): Supplicant not running, cannot connect
D/PhoneStatusBarPolicy( 354): ACTION_SIGNAL_STRENGTH_CHANGED!!!
D/LGPhoneStatusBarPolicy( 354): ACTION_SIGNAL_STRENGTH_CHANGED!!!
E/WifiHW ( 282): Supplicant not running, cannot connect
E/WifiStateMachine( 282): Failed 6 times to start supplicant, unload driver
D/WifiHW ( 172): wifi_change_fw_path is called..
D/WifiHW ( 172): wifi_change_fw_path is /etc/firmware/fw_bcmdhd.bin
D/NetdConnector( 282): SND -> {softap fwreload wlan0 STA} {null}
D/SoftapController( 172): Softap fwReload - Ok
E/SoftapController( 172): Softap fwrealod - Add delay.
D/NetdConnector( 282): RCV <- {200 Softap operation succeeded}
D/NetdConnector( 282): RSP <- {200 Softap operation succeeded}
D/NetdConnector( 282): SND -> {interface getcfg wlan0} {null}
D/NetdConnector( 282): RCV <- {213 00:90:4c:11:22:33 0.0.0.0 0 [down broadcast multicast]}
D/NetdConnector( 282): RSP <- {213 00:90:4c:11:22:33 0.0.0.0 0 [down broadcast multicast]}
D/NetworkManagementService( 282): rsp <213 00:90:4c:11:22:33 0.0.0.0 0 [down broadcast multicast]>
D/NetworkManagementService( 282): flags <[down broadcast multicast]>
D/CommandListener( 172): Setting iface cfg
D/CommandListener( 172): Trying to bring down wlan0
D/CommandListener( 172): broadcast flag ignored
D/CommandListener( 172): multicast flag ignored
D/NetdConnector( 282): SND -> {interface setcfg wlan0 0.0.0.0 0 [down broadcast multicast]} {null}
D/NetdConnector( 282): RCV <- {200 Interface configuration set}
D/NetdConnector( 282): RSP <- {200 Interface configuration set}
D/NetdConnector( 282): SND -> {interface ipv6privacyextensions wlan0 enable} {null}
E/WifiHW ( 282): Supplicant not running, cannot connect
D/NetdConnector( 282): RCV <- {200 IPv6 privacy extensions changed}
D/NetdConnector( 282): RSP <- {200 IPv6 privacy extensions changed}
D/ViewRootImpl( 2306): ViewRoot TouchDown(Absolute) DOWN (456 , 602)
D/ViewRootImpl( 354): ViewRoot TouchDown(Absolute) DOWN (422 , 20)
D/SurfaceFlinger( 174): createSurface for (540 x 922) Name=TrackingView
E/WifiHW ( 282): Supplicant not running, cannot connect
D/dalvikvm( 2306): GC_CONCURRENT freed 1889K, 33% free 10549K/15663K, paused 2ms+9ms
D/QuickSettings( 354): setAllButtonsStatus()
D/QuickSettings( 354): setAirplaneButton!!!
D/QuickSettings( 354): setGPSButton()
E/QuickSettings( 354): ### setBrightnessButton -automatic=false ,level=5
D/QuickSettings( 354): setHotspotButton:: !!!
D/QuickSettings( 354): Current content://settings/system/power_save_enabled : 0
D/QuickSettings( 354): Current content://settings/system/power_save_mode : 30
D/QuickSettings( 354): Current content://settings/system/eco_mode : 0
D/QuickSettings( 354): isLteOnly? 0
D/QuickSettings( 354): isLteEnabled? 0
D/QuickSettings( 354): LTE Network disabled.
D/QuickSettings( 354): onShow()
D/ConnectivityService( 282): getMobileDataEnabled returning true
D/ViewRootImpl( 354): ViewRoot TouchDown(Absolute) DOWN (305 , 917)
E/WifiHW ( 282): Supplicant not running, cannot connect
D/QuickSettings( 354): onHide()
D/OpenGLRenderer( 354): Flushing caches (mode 0)
D/SurfaceFlinger( 174): removeLayer_l = TrackingView
D/SurfaceFlinger( 174): removeLayer_l = TrackingView
W/InputManagerService( 282): Window already focused, ignoring focus gain of: [email protected]
D/ViewRootImpl( 2306): ViewRoot TouchDown(Absolute) DOWN (333 , 90)
E/WifiHW ( 282): Supplicant not running, cannot connect
D/dalvikvm( 2306): GC_CONCURRENT freed 1095K, 28% free 11278K/15663K, paused 2ms+2ms
E/WifiHW ( 282): Supplicant not running, cannot connect
E/WifiHW ( 282): Supplicant not running, cannot connect
E/WifiStateMachine( 282): Failed to setup control channel, restart supplicant
D/WifiHW ( 172): wifi_change_fw_path is called..
D/WifiHW ( 172): wifi_change_fw_path is /etc/firmware/fw_bcmdhd.bin
D/SoftapController( 172): Softap fwReload - Ok
E/SoftapController( 172): Softap fwrealod - Add delay.
D/NetdConnector( 282): SND -> {softap fwreload wlan0 STA} {null}
D/dalvikvm( 2306): GC_FOR_ALLOC freed 1696K, 28% free 11290K/15663K, paused 20ms
D/NetdConnector( 282): RCV <- {200 Softap operation succeeded}
D/NetdConnector( 282): RSP <- {200 Softap operation succeeded}
D/NetdConnector( 282): SND -> {interface getcfg wlan0} {null}
D/NetdConnector( 282): RCV <- {213 00:90:4c:11:22:33 0.0.0.0 0 [down broadcast multicast]}
D/NetdConnector( 282): RSP <- {213 00:90:4c:11:22:33 0.0.0.0 0 [down broadcast multicast]}
D/NetworkManagementService( 282): rsp <213 00:90:4c:11:22:33 0.0.0.0 0 [down broadcast multicast]>
D/CommandListener( 172): Setting iface cfg
D/CommandListener( 172): Trying to bring down wlan0
D/CommandListener( 172): broadcast flag ignored
D/CommandListener( 172): multicast flag ignored
D/NetworkManagementService( 282): flags <[down broadcast multicast]>
D/NetdConnector( 282): SND -> {interface setcfg wlan0 0.0.0.0 0 [down broadcast multicast]} {null}
D/NetdConnector( 282): RCV <- {200 Interface configuration set}
D/NetdConnector( 282): RSP <- {200 Interface configuration set}
D/NetdConnector( 282): SND -> {interface ipv6privacyextensions wlan0 enable} {null}
D/NetdConnector( 282): RCV <- {200 IPv6 privacy extensions changed}
D/NetdConnector( 282): RSP <- {200 IPv6 privacy extensions changed}
E/WifiHW ( 282): Supplicant not running, cannot connect
I had this problem.....I just restored with someone else's cwm backup and it worked
Sent from my LG-P769 using xda app-developers app
Thank you
mike6696 said:
I had this problem.....I just restored with someone else's cwm backup and it worked
Sent from my LG-P769 using xda app-developers app
Click to expand...
Click to collapse
Thanks for the reply. I downloaded a cwm backup. I will try it tomorrow and post my results.
jgc86 said:
Thanks for the reply. I downloaded a cwm backup. I will try it tomorrow and post my results.
Click to expand...
Click to collapse
nobody can actually help you if you dont inform about your L9 variant and which rom you have flashed or restored. Directly flashed a KDZ file or was that a CWM backup of someone else.
Please always be descriptive and dont make people assume many things for you. Otherwise you will always get solutions in wrong direction.
I'm a newbie to forums
cmahendra said:
nobody can actually help you if you dont inform about your L9 variant and which rom you have flashed or restored. Directly flashed a KDZ file or was that a CWM backup of someone else.
Please always be descriptive and dont make people assume many things for you. Otherwise you will always get solutions in wrong direction.
Click to expand...
Click to collapse
My L9 variant is the LGP769V10G. I used LGP769_AP[6].bin and FACTORY KDZ OF V10G USA Tmobile to root and flash. Worked great and was really easy. Then after the wifi password restore wifi went crazy. Sorry about not being descriptive. I'm new to forums. I didn't mean to post this in general as well. I was posting from my phone. I've got everything with CWM downloaded and I can boot into recovery mode ,but there is no CWM backup folder on my external SD to put the recovery folder in.
Got wifi to turn on ,but wont obtain IP
jgc86 said:
My L9 variant is the LGP769V10G. I used LGP769_AP[6].bin and FACTORY KDZ OF V10G USA Tmobile to root and flash. Worked great and was really easy. Then after the wifi password restore wifi went crazy. Sorry about not being descriptive. I'm new to forums. I didn't mean to post this in general as well. I was posting from my phone. I've got everything with CWM downloaded and I can boot into recovery mode ,but there is no CWM backup folder on my external SD to put the recovery folder in.
Click to expand...
Click to collapse
I've flashed with CWM back up that matched my L9 and the wifi will turn off and on ,but wont obtain an IP. Now when I install rooted applications my superuser wont grant access to some files. I'm starting to get really discouraged.
jgc86 said:
I've flashed with CWM back up that matched my L9 and the wifi will turn off and on ,but wont obtain an IP. Now when I install rooted applications my superuser wont grant access to some files. I'm starting to get really discouraged.
Click to expand...
Click to collapse
Just live and learn I guess. Do cwm backup right after you install recovery. Sure, using someone elses backup might be fine but you really don't know what you're getting.
jgc86 said:
I've flashed with CWM back up that matched my L9 and the wifi will turn off and on ,but wont obtain an IP. Now when I install rooted applications my superuser wont grant access to some files. I'm starting to get really discouraged.
Click to expand...
Click to collapse
Did my flash over again with the Root files and my wifi is back up and running. Thanks for everyone that commented on this thread with ideas. If anybody ever runs into this problem again I will be able to guide them.
Trial and Error
Lelus said:
Just live and learn I guess. Do cwm backup right after you install recovery. Sure, using someone elses backup might be fine but you really don't know what you're getting.
Click to expand...
Click to collapse
I agree. The backup worked though. I've learned a lot from the past 2 days. I had some knowledge of rooting. I'm not saying I'm nowhere near an expert ,but I used your root guide and it was very beneficial. Just wanted to say thanks.
Hi, I made a custom rom, but I can't boot it, it shows the HTC logo and after 1 min, It gets back to recovery.
https://dl.dropboxusercontent.com/u/49778084/logcat.txt
Explore The Universe said:
Hi, I made a custom rom, but I can't boot it, it shows the HTC logo and after 1 min, It gets back to recovery.
https://dl.dropboxusercontent.com/u/49778084/logcat.txt
Click to expand...
Click to collapse
What type of rom sense / aosp / miui
And android version
Sent from my HTC VLE_U using Tapatalk 2
---------- Post added at 11:05 AM ---------- Previous post was at 11:01 AM ----------
Explore The Universe said:
Hi, I made a custom rom, but I can't boot it, it shows the HTC logo and after 1 min, It gets back to recovery.
https://dl.dropboxusercontent.com/u/49778084/logcat.txt
Click to expand...
Click to collapse
Nvm I know it CM by the log car but not what android version this is what I see
/rmt_storage( 149): Unable to open /boot/modem_fsg
I/rmt_storage( 149): rmt_storage events processing done. (handle=3)
I/rmt_storage( 149): rmt_storage send user data event: handle=3
E/rmt_storage( 149): Invalid rmt_storage client
I/rmt_storage( 149): rmt_storage events processing done. (handle=3)
I/rmt_storage( 149): rmt_storage open event: handle=4
I/rmt_storage( 149): Opened /dev/block/mmcblk0p18 for /boot/radio_config
I/rmt_storage( 149): rmt_storage events processing done. (handle=4)
I/rmt_storage( 149): rmt_storage send user data event: handle=4
I/rmt_storage( 149): rmt_storage events processing done. (handle=4)
I/rmt_storage( 149): rmt_storage client thread started... (handle=4)
I/rmt_storage( 149): rmt_storage client thread waiting... (handle=4)
I/rmt_storage( 149): rmt_storage read event: handle=1
I/rmt_storage( 149): Try to unblock rmt_storage client thread... (handle=1)
I/rmt_storage( 149): rmt_storage events processing done. (handle=1)
I/rmt_storage( 149): rmt_storage client thread is unblocked. (handle=1)
Sent from my HTC VLE_U using Tapatalk 2
Flashalot said:
What type of rom sense / aosp / miui
And android version
Sent from my HTC VLE_U using Tapatalk 2
---------- Post added at 11:05 AM ---------- Previous post was at 11:01 AM ----------
Nvm I know it CM by the log car but not what android version this is what I see
/rmt_storage( 149): Unable to open /boot/modem_fsg
I/rmt_storage( 149): rmt_storage events processing done. (handle=3)
I/rmt_storage( 149): rmt_storage send user data event: handle=3
E/rmt_storage( 149): Invalid rmt_storage client
I/rmt_storage( 149): rmt_storage events processing done. (handle=3)
I/rmt_storage( 149): rmt_storage open event: handle=4
I/rmt_storage( 149): Opened /dev/block/mmcblk0p18 for /boot/radio_config
I/rmt_storage( 149): rmt_storage events processing done. (handle=4)
I/rmt_storage( 149): rmt_storage send user data event: handle=4
I/rmt_storage( 149): rmt_storage events processing done. (handle=4)
I/rmt_storage( 149): rmt_storage client thread started... (handle=4)
I/rmt_storage( 149): rmt_storage client thread waiting... (handle=4)
I/rmt_storage( 149): rmt_storage read event: handle=1
I/rmt_storage( 149): Try to unblock rmt_storage client thread... (handle=1)
I/rmt_storage( 149): rmt_storage events processing done. (handle=1)
I/rmt_storage( 149): rmt_storage client thread is unblocked. (handle=1)
Sent from my HTC VLE_U using Tapatalk 2
Click to expand...
Click to collapse
My base rom is CM10 4.1.2, and trying to port Sense 5 android 4.1.2
Explore The Universe said:
My base rom is CM10 4.1.2, and trying to port Sense 5 android 4.1.2
Click to expand...
Click to collapse
Won't work you can't port a sense Rom wit a cm base not to mention the kernel is aosp based and not sensed based
Sent from my HTC VLE_U using Tapatalk 2
Hello, here is my problem,
I have always ported the miui rom to my thl w200 device.
in the latest builds, after porting it to my phone I get stuck at bootlogo.
I did a logcat but cant really find what causes this.
someone can look at it and help me?
--------- beginning of /dev/log/main
I/Resize ( 86): The size of data already meet the request.
I/Resize ( 86): Partition has been resized,so nothing to do!
D/ADB_SERVICES( 158): install_listener('tcp:5037','*smartsocket*')
D/ADB_SERVICES( 158): adb_main(): pre init_jdwp()
D/ADB_SERVICES( 158): adb_main(): post init_jdwp()
D/ADB_SERVICES( 158): Event loop starting
D/ADB_SERVICES( 158): transport: 0xf67520 init'ing for usb_handle 0xf67498 (sn='')
I/ADB_SERVICES( 158): transport: usb
D/ADB_SERVICES( 158): transport: (null) registered
D/ADB_SERVICES( 158): transport: (null) (16,17) starting
W/ADB_SERVICES( 158): (null): starting transport input thread, reading from fd 17
W/ADB_SERVICES( 158): (null): starting transport output thread on fd 17, SYNC online (2)
D/ADB_SERVICES( 158): recv: SYNC 00000001 00000002 0000
W/ADB_SERVICES( 158): (null): transport SYNC online
E/ccci_mdinit(0)( 121): md_init ver:1.00
E/ccci_mdinit(0)( 120): md_init ver:1.00
I/6620_launcher( 117): open device node succeed.(Node:/dev/stpwmt, fd:3)
I/6620_launcher( 117): keypersist.mtk.wcn.combo.chipid)-value0x6628),chipId:0x6628
I/6620_launcher( 117): index:1, chipId:0x6628
I/6620_launcher( 117): chiId:0x6628
I/6620_launcher( 117): index:1, chipId:0x6628
I/6620_launcher( 117): set chipId(0x6628) to HIF-SDIO module
I/6620_launcher( 117): Info:key:mt6620.defAnt value:mt6620_ant_m3.cfg
I/6620_launcher( 117): Info:key:mt6628.defAnt value:mt6628_ant_m1.cfg
I/6620_launcher( 117): NULL is returned, eighter EOF or error maybe found
I/6620_launcher( 117): close /system/etc/firmware/WMT.cfg succeed
I/6620_launcher( 117): index:1, chipId:0x6628
I/6620_launcher( 117): STP Mode is not set, fetching default mode...
I/6620_launcher( 117): chipId(0x6628), default Mode(1), strlen(gWmtCfgName)(39), wmtCfgFile(/system/etc/firmware//mt6628_ant_m1.cfg)
I/6620_launcher( 117): HifConfig:0x0001, wmtCfgFile:/system/etc/firmware//mt6628_ant_m1.cfg
I/6620_launcher( 117): keyro.build.type)-valueuser)
I/6620_launcher( 117): MCU patch folder path: /system/etc/firmware/
I/6620_launcher( 117): Common Interface: UART mode
I/6620_launcher( 117): MCU patch folder path: /system/etc/firmware/
I/6620_launcher( 117): Common Interface: UART mode
I/6620_launcher( 117): uart name ttyMT2
D/MsensorDaemon( 151): Msensor deamon statr!!!!!!!!!!!!
D/MsensorDaemon( 151): msensor demon start process detect demon name = memsicd3416x
D/MsensorDaemon( 151):
D/MsensorDaemon( 151): msensor demon start process detect demon prop = init.svc.memsicd3416x
D/MsensorDaemon( 151):
D/MsensorDaemon( 151): start_msensor_demon
D/MsensorDaemon( 151): HAVE_LIBC_SYSTEM_PROPERTIES
E/MsensorDaemon( 151): [99] ''
D/permission_check( 145): permission check ver:0.01
D/permission_check( 145): Empty, not decrypt!
D/permission_check( 145): change_md_nvram_attr++
--------- beginning of /dev/log/system
E/POAD ( 155): boot_mode = 0
E/POAD ( 155): update boot reason = 0
D/permission_check( 145): new_ver file exist!!!
D/permission_check( 145): change_md_nvram_attr--0
I/stp_dump( 143): ==>main
I/stp_dump( 143): stp_dump_ctrl_iface_trace_logger_sendto_fd succeed
E/stp_dump( 143): [STP_DBG] family id = 19
I/stp_dump( 143): sending dummy command
I/stp_dump( 143): set sock number to 9
I/stp_dump( 143): addr.sun_path:stp_DIR=/data/misc/stp_dump GROUP=stp
I/stp_dump( 143): Using existing control interface directory.
E/stp_dump( 143): mkdir (/data/misc/stp_dump) succeed
I/stp_dump( 143): ctrl_interface_group=1000 (from group name 'stp')
I/stp_dump( 143): chown (/data/misc/stp_dump) succeed
I/stp_dump( 143): CTRL: chmod[/data/misc/stp_dump] succeed
E/stp_dump( 143): ctrl_iface bind(PF_UNIX) failed: Address already in use
E/stp_dump( 143): ctrl_iface exists, but does not allow connections - assuming it was leftover from forced program termination
D/stp_dump( 143): Successfully replaced leftover ctrl_iface socket '/data/misc/stp_dump/stpd'
I/stp_dump( 143): set sock number to 10
I/stp_dump( 143): stp_dump_ctrl_iface_init succeed.
I/stp_dump( 143): ==>main222
I/busybox ( 114): run-parts: /system/etc/init.d: No such file or directory
D/wlanLoader( 144): checkSupport 0x6628
D/wlanLoader( 144): Match 0x6628
D/wlanLoader( 144): Get the correct chip version mt6628
D/wlanLoader( 144): Get chip Version mt6628.
D/wlanLoader( 144): DRIVER_MODULE_PATH is /system/lib/modules/wlan_mt6628.ko
D/MsensorDaemon( 151): HAVE_LIBC_SYSTEM_PROPERTIES
D/MsensorDaemon( 151): memsicd3416x running
D/MsensorDaemon( 151): Msensor deamon2 statr!!!!!!!!!!!!
D/MsensorDaemon( 151): open demon attr err = No such file or directory
E/stp_dump( 143): table == NULL || table->table == NULL
E/stp_dump( 143): table == NULL || table->table == NULL
D/wlanLoader( 144): Success to insmod the /system/lib/modules/wlan_mt6628.ko
I/thermal_repeater( 154): START+++++++++ 154
I/thermal_repeater( 154): Success to write 154 to /proc/wmt_tm/tm_pid
I/thermal_repeater( 154): Fail to chmod ffffffff
I/thermal_repeater( 154): Enter infinite loop
I/AEE/AED ( 122): Built Jan 30 2013 19:35:15
D/AEE/AED ( 122): ChangeAEEWorkMode: 3
I/AEE/AED ( 122): AED config
I/AEE/AED ( 122): mode '3'
I/AEE/AED ( 122): exp level '1
I/AEE/AED ( 122): dal enable '0'
I/AEE/AED ( 122): db count '20'
I/AEE/AED ( 122): db storage '1'
I/AEE/AED ( 122): SMP Info => 1
I/MobileLogD( 123): [void change_permission()] set mobile_log_d is in root user, adjust caps for its thread
I/MobileLogD( 123): mobilelog start after boot, mode:0
D/MobileLogD/cache( 123): init cache configure items....
D/MobileLogD/cache( 123): value of ro.build.type:user.
I/installd( 140): installd firing up
D/PQ ( 130): PQ init start...
D/PQ ( 130): PQ test...
I/ ( 137): ServiceManager: 0x41661698
D/PQ ( 130): PQ init end !
E/AEE/LIBAEE( 122): Can't remove file /sdcard/mtklog/aee_exp/temp: No such file or directory
E/AEE/LIBAEE( 122): Can't remove file /data/aee_exp/temp: No such file or directory
V/AEE/AED ( 122): ETB buffer length = 512
I/AEE/AED ( 122): wdt_status = 2, fiq_step=0
I/AEE/AED ( 122): reboot_reason = 0
V/AEE/AED ( 122): ETM start
D/installd( 140): LBE is enabled, starting...
D/NVRAM ( 152): NvRAMAgent created
E/NVRAM ( 152): Haman, serviceManager work well
D/NVRAM ( 152): NvRAMAgent Service is now ready
I/DPFD ( 149): [DPFD] main start ...
I/DPFD ( 149): [DPFD] set priority to RR:268435540
I/DPFD ( 149): [int adjustPriority()] set dpfd is in root user, adjust caps for its thread
D/DPFD ( 149): [DPFD] Wait Request.....
I/DMAgent ( 147): DMAgent created
I/DMAgent ( 147): [DMAgent]register OK.
D/DMAgent ( 147): DMAgent Service is now ready
D/MobileLogD( 123): write "mobilelog start after boot, mode:0" to mblog
E/installd( 140): Failed to load liblbesec.so
I/installd( 140): add service shelld success!
W/installd( 140): service start entry 'shelld', flag :0
W/installd( 140): starting 'shelld'
E/ccci_fsd(0)( 118): md_fsd Ver:v1.00
I/Hald ( 133): Hald 1.1011 starting
D/ccci_fsd(1)( 118): /dev/ccci_fs is opend(600).
D/ccci_fsd(1)( 118): Check OTP...
D/Hald ( 133): Create ResetManager
D/Hald ( 133): Size of initial message: 6
D/Hald ( 133): [MTK_WIFI] family id = 20
D/Hald ( 133): Reset Manager Prepare Dummy command
D/Hald ( 133): Reset Manager Send Command for binding
D/Hald ( 133): Start ResetManager
E/ccci_fsd(0)( 119): md_fsd Ver:v1.00
E/ccci_fsd(2)( 119): /dev/ccci2_fs is not enabled(2).
D/MobileLogD/cache( 123): config autostart=0 same as current value
D/MobileLogD/cache( 123): config logpath=/mnt/sdcard same as current value
D/MobileLogD/cache( 123): config logsize=300 same as current value
D/MobileLogD/cache( 123): config AndroidLog=1 same as current value
D/MobileLogD/cache( 123): config KernelLog=1 same as current value
D/MobileLogD/cache( 123): config BTLog=1 same as current value
D/MobileLogD/cache( 123): config BTLog=1 same as current value
E/MobileLogD/cache( 123): cant get true log path through property
E/MobileLogD/cache( 123): true path is /mnt/sdcard
D/MobileLogD( 123): create local socket server success
D/Vold ( 116): Check whether nvram restore ready!
D/NVRAM ( 128): g_i4CFG_File_Count: 25
D/NVRAM ( 128): NVM_Init Max Lid: 43
D/NVRAM ( 128): Total nvram Lid number is 43
I/Netd ( 125): Netd 1.0 starting
W/InterfaceController( 125): Warning (Cannot load library: load_library(linker.cpp:745): library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library
D/agps ( 142): [agps] WARNING: [Main] mtk_agpsd is running ver=0.46
D/agps ( 142): [agps] WARNING: [Main] mkdir failure for /data/agps_supl/log reason=[File exists]
D/MtkAgpsNative( 142): SuplRawLog.bEnable:0
D/MtkAgpsNative( 142): SuplRawLog.szPath:/sdcard
D/MtkAgpsNative( 142): SuplRawLog.szFile:agps_raw.log
D/MtkAgpsNative( 142): SuplSslLog.bEnable:0
D/MtkAgpsNative( 142): SuplSslLog.szPath:/sdcard
D/MtkAgpsNative( 142): SuplSslLog.szFile:agps_ssl.log
I/MtkAgpsNative( 142): Enter up_int_init
I/MtkAgpsNative( 142): Enter mtk_agps_up_init
D/MtkAgpsNative( 142): FS_CreateDir: /data/agps_supl
W/MtkAgpsNative( 142): -> errno(EEXIST) => dir already exists
D/MtkAgpsNative( 142): ############ mtk_agps_up_init --> agps_disable_enalbe_times = 1 ############
Click to expand...
Click to collapse