Guest tilal6991 Posted June 7, 2012 Report Posted June 7, 2012 On the contrary its much better to have that error than not working network.
Guest tilal6991 Posted June 7, 2012 Report Posted June 7, 2012 Is the graphics still messed up or was that temporary
Guest Jekle Posted June 8, 2012 Report Posted June 8, 2012 dlopen failed: Cannot load library: link_image[1965]: 618 could not load needed library 'libqmi.so' for 'libril-qc-1.so' (link_image[1965]: 618 could not load needed library 'libdsutils.so' for 'libqmi.so' (load_library[1120]: Library 'libdsutils.so' not found)) Not what you wanted to see, sorry bud :( Those libs are the key to working RIL. And some build.prop entries
Guest FlatPackPete Posted June 8, 2012 Report Posted June 8, 2012 Is the graphics still messed up or was that temporary It's like that all the time. It's strange as the time signal and lockscreen circle are fine but all bitmaps are messed up. I've attached a screenshot of the menu. You can see that not only are the icons massive but they overlap maybe 3 or more, so no wonder the colours are way off!
Guest razzmataz1478 Posted June 8, 2012 Report Posted June 8, 2012 It's like that all the time. It's strange as the time signal and lockscreen circle are fine but all bitmaps are messed up. I've attached a screenshot of the menu. You can see that not only are the icons massive but they overlap maybe 3 or more, so no wonder the colours are way off! I've seen some logcats and it looks like you'll need to manually change the dpi to 240
Guest FlatPackPete Posted June 8, 2012 Report Posted June 8, 2012 Right. I've just pulled build.prop and lcd density is 240, so that's not it (unless something else is overwriting it post boot). I also noticed that ro.wifi.channels= is blank, can I fill with channel numbers or do we still have to wait for rild to be fixed first?
Guest tilal6991 Posted June 8, 2012 Report Posted June 8, 2012 New build a bit later with a few more fixes.
Guest Davidoff59 Posted June 8, 2012 Report Posted June 8, 2012 If the libs are missing, I doubt editing build prop will help. No harm trying build prop edit for wifi though but its doubtful it will help IMO. I wondered if those libs could be pushed to the phone though to see would that work?
Guest tilal6991 Posted June 8, 2012 Report Posted June 8, 2012 @Flatpack or anyone else wanting to test CM9: What Davidoff59 said is a good idea. Try pushing the lib missing said by adb shell rild to /system/lib/. And keep doing this until it comes back a success. Hopefully after that we can get mobile data working.
Guest FlatPackPete Posted June 8, 2012 Report Posted June 8, 2012 I don't mind at all but I'll need someone to post / link them for me.
Guest tilal6991 Posted June 8, 2012 Report Posted June 8, 2012 Just use paul's ROM or Kiri or stock's /system/lib/blah.so where blah is the missing lib as said by adb shell rild. So right now that would be libdsutils.so and push that to /system/lib with adb push libdsutils.so /system/lib/.
Guest FlatPackPete Posted June 8, 2012 Report Posted June 8, 2012 Right, I ended up chasing this has it wanted library after library. I ended up pushing libqmi.so, libidl.so, libdsutils.so, libqmiservfces.so, libidl.so, libsi_netctrl.so, libnetmgr.so and libqdp.sp and I ended up with the following error when I try adb shell rild dlopen failed: Cannot load library: reloc_library[1314]: 704 cannot locate 'huawei_oem_rapi_streaming_function'... Dunno what to do with that one I'm afraid.
Guest tilal6991 Posted June 8, 2012 Report Posted June 8, 2012 Binary file ./libdebuginfojni.so matches Binary file ./libwifidiag.so matches Binary file ./libril-qc-1.so matches Binary file ./libhwnv.so matches Binary file ./libhwrpc.so matches Binary file ./libmmitest.so matches Binary file ./libshareril.so matches Binary file ./libprojectmenu.so matches Binary file ./libril-qc-qmi-1.so matches Binary file ./libhwdrm1.so matches Can you push the above files from /system/lib in stock to /system/lib
Guest FlatPackPete Posted June 8, 2012 Report Posted June 8, 2012 (edited) OK did that and now this error keeps looping Unable to open router port: Permission denied ONCRPC Failed to open device: /dev/oncrpc/30000000:9cac4f71 ERR :MSG Open handle failed, unable to open program 30000000 ver 9cac4f71 NOT FOUND :FILE vendor/qcom/proprietary/oncrpc/oncrpc/oncrpc_cb.c:LINE 232:ARG1 805306368:ARG2 -1666429071:ARG3 0: ERR :MSG Couldn't setup RPC call :FILE vendor/qcom/proprietary/oncrpc/oncrpc/oncrpc_cb.c:LINE 277:ARG1 0:ARG2 0:ARG3 0: ERR :MSG Failed to lookup RPC client. prog = 805306368, vers = -1666429071, tout = 0 :FILE vendor/qcom/proprietary/common/build/remote_api_makefiles/../../../ modem-apis/msm7627a/api/libs/remote_apis/cm/src/cm_clnt.c:LINE 145:ARG1 805306368:ARG2 -1666429071:ARG3 0: Could it be file permissions? I'm on a vista laptop ATM so the copied libs will have the wrong permissions Edited June 8, 2012 by FlatPackPete
Guest tilal6991 Posted June 8, 2012 Report Posted June 8, 2012 Do: adb shell chmod 777 /dev/oncrpc/* adb shell chown radio.radio /dev/oncrpc/*
Guest FlatPackPete Posted June 8, 2012 Report Posted June 8, 2012 I've now got ONCRPC Opened device: /dev/oncrpc/30000000:9cac4f71 ONCRPC Opened device: /dev/oncrpc/30000012:00040000 ONCRPC Opened device: /dev/oncrpc/30000003:febcbbaf ONCRPC Opened device: /dev/oncrpc/3000000e:00090000 but it's not registering any network and because of the screen I can't go into settings and search for any
Guest tilal6991 Posted June 8, 2012 Report Posted June 8, 2012 Reboot the phone and see if a network registers.
Guest FlatPackPete Posted June 8, 2012 Report Posted June 8, 2012 No, I'm getting that rolling error again
Guest tilal6991 Posted June 8, 2012 Report Posted June 8, 2012 http://goo.im/devs/tilal6991/u8815/ROMs/CFX/cm-9-20120608-UNOFFICIAL-u8815-ColdFusionX-tilal6991.zip
Guest Davidoff59 Posted June 8, 2012 Report Posted June 8, 2012 not booting stuck on huawei logo. Tried twice
Guest Davidoff59 Posted June 8, 2012 Report Posted June 8, 2012 (edited) Adb devices not showing either, no logcat, waiting on device Edited June 8, 2012 by Davidoff59
Guest tilal6991 Posted June 9, 2012 Report Posted June 9, 2012 Try flashing the old boot.img and see if that works.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now