Guest H3ROS Posted August 22, 2013 Report Posted August 22, 2013 Can someone answer this, please? Well this ROM looks to be work in progress. You'd want to get everything working right first and then you can focus on optimizing it.
Guest ako0 Posted August 22, 2013 Report Posted August 22, 2013 I' ve flashed this ROM two days ago and I didn't have any screen problems...screen was just as it was on stock...btw, nice job, hopefully we'll see bugfree versions soon....but even these are great :DD How is the battery usage ?
Guest andrea2107 Posted August 22, 2013 Report Posted August 22, 2013 U are the best kra1o5,all g330 user are waiting for your next release
Guest xXeroXx Posted August 22, 2013 Report Posted August 22, 2013 Milky color display on y300. Anyone? Can you will fix it???
Guest KenBW2 Posted August 22, 2013 Report Posted August 22, 2013 (edited) Milky color display on y300. Anyone? Can you will fix it??? The swap-enabled kernel does this too. Give it a few days, you stop noticing/caring about it. Out of interest, why is this a thing in various kernels? Edited August 22, 2013 by KenBW2
Guest ShadeStorm98 Posted August 22, 2013 Report Posted August 22, 2013 (edited) Kra, are you still going to release a build with ril working? just flashed this and it's really awesome. So smooth and fast XD Also, there's a problem where there's no notification when i plug the phone into my computer. It's not a bug as such but it does mean i can't put any files on the phone. That may not be a problem with windows/linux users. Edited August 22, 2013 by ShadeStorm98
Guest PetKos94 Posted August 22, 2013 Report Posted August 22, 2013 (edited) How is the battery usage ? sorry I can't tell you that because I didn't use this ROM that long, I just wanted to check how it works and feels...was using it for couple of hours and I wasn't paying attention on battery much...I will try it again today or tomorrow and then I will be able to tell you more Edited August 22, 2013 by PetKos94
Guest TangerineTractor Posted August 23, 2013 Report Posted August 23, 2013 (edited) Wrong thread Edited August 23, 2013 by TangerineTractor
Guest Kra1o5 Posted August 23, 2013 Report Posted August 23, 2013 Beta 1 is now available! Happy flashing
Guest lowsum Posted August 23, 2013 Report Posted August 23, 2013 Thx Kra1o5, installing right now, I'll report back!
Guest YnGWiE27 Posted August 23, 2013 Report Posted August 23, 2013 (edited) Beta 1 is now available! Happy flashing Hi, I've the g330 u8825-1 from Huawei, can i flash your rom for test it? Thanks a lot for your job! :lol: Edited August 23, 2013 by YnGWiE27
Guest massimo63 Posted August 23, 2013 Report Posted August 23, 2013 HI, I'm new to CM, I've my Y300 rooted and with unlocked bootloader, TRWP recovery, I've had full backup of the B174 stock ROM, is ok to do this: 1) install CWM no touch 2) wipe all 3) flash CM 10.1 4) flash GAPPS for 4.2 question: do I need to install a kernel after flashing CM? Many thanks, Max
Guest TayoOnabule Posted August 23, 2013 Report Posted August 23, 2013 (edited) Edit: stupid question Edited August 23, 2013 by TayoOnabule
Guest peterck Posted August 23, 2013 Report Posted August 23, 2013 I can't watch youtube videos :(, Is there anyway to get passed this or is this issue only happening to moi.
Guest ShadeStorm98 Posted August 23, 2013 Report Posted August 23, 2013 That's because video isnt working yet. You can install mxplayer from the play store, then make it a system app by using this and then use youtube from the browser, that should work :)
Guest kebino Posted August 23, 2013 Report Posted August 23, 2013 can i use VLC player instead of MXplayer?
Guest Kra1o5 Posted August 23, 2013 Report Posted August 23, 2013 can i use VLC player instead of MXplayer? Yes, you can. Guys my next goal is Videos & after BT. I added my sources link in the first post.
Guest Massy97 Posted August 23, 2013 Report Posted August 23, 2013 Spanish guys : The troll is on again with the photoshopped screen as I read it on htcmania. :D You can check my previous jobs here on modaco or on xda (gt540, zte smarttab, g300). You can download my build http://goo.im/devs/j...FICIAL-G510.zip it has a lot of non working parts , but ril and nfc are working. Developers : This is my huaweiril2 whic was used to fix the ril. It logs a lot and not needed in production build.http://goo.im/devs/j...HuaweiRIL2.java How to fix ril . First be sure you have ro.telephony.ril.v3=qcomdsds in your system prop . This is needed as our ril libs are made for multisim and have to send sub1 as main ril socket. Qualcomsharedril is not suitable for our device as it has mQANElements=5 by default and we need 4. The main RIL has 4 as default.It is used by responseOperatorInfos(Parcel p) The second thing why it is not suitable it uses too many elements in responseIccCardStatus(Parcel p) by default (no sim pin request , invalid apptype in radiolog) . It can be switched off by using skippinpukcount oldril feature , but main RIL is fine with this too by default. Datacall routines are also fine in main ril. The only reason why we should need a custom ril is to fix the shown baseband version. Of course if no other bug is found . The non working state drops first this in radiolog : W/RILC ( 144): RIL_onUnsolicitedSendResponse called before RIL_register E/RILD ( 144): isMultiSimEnabled: prop_val = 0 enabled = 0 D/RILC ( 144): QCRIL_RPC D/RILC ( 144): QCRIL_RPC E/RILC ( 144): RIL_register: RIL version 7 While with the working version contains : E/RILD ( 186): **RIL Daemon Started** E/RILD ( 186): **RILd param count=1** E/RILD ( 186): RIL_Init argc = 5 client = 0 E/RILD ( 186): isMultiSimEnabled: prop_val = 0 enabled = 0 E/RILC ( 186): RIL_register: RIL version 7 E/RILC ( 186): s_registerCalled = 1, s_started = 1, RIL_getMaxNumClients = 1 No custom ril needed in framework , we can use the main ril.java. Copy the ril libfiles from stock rom. I used these files from stock VF rom : Copy libqcci_legacy.so also as it used by atserver. check your init files to have the following services: in on boot section pcm-bridge is not needed as pcm-bridge does not exist in stock rom (at least in my stock rom) service atserver /system/bin/atserver class core oneshot service netmgrd /system/bin/netmgrd class main service bridgemgrd /system/bin/bridgemgrd class main user radio group radio disabled service port-bridge /system/bin/port-bridge /dev/smd0 /dev/ttyGS0 class main user system group system inet disabled service qmiproxy /system/bin/qmiproxy class main user radio group radio disabled service qmuxd /system/bin/qmuxd class main user radio group radio In post-fs section service ril-qmi /system/bin/sh /init.qcom.ril.path.sh class main user root oneshot in on emmc-fs section (you need BOARD_WANTS_EMMC_BOOT := true in boardconfig) write /sys/module/block2mtd/parameters/block2mtd /dev/block/mmcblk0p14 on property:sys.radio.shutdown=true exec /system/bin/sh /system/etc/init.qcom.efs.sync.sh sorry for the long post. Sorry for being Italian I work in Italy? Mainly works on Y300-0100
Guest ZolaIII Posted August 23, 2013 Report Posted August 23, 2013 Tray with this player! https://play.google.com/store/apps/details?id=com.wondershare.player It's good & free! There's PowerCam is the best quality photo camera app on market & again totally free! Player supports loot of goodies like integrated browser, DLNA, downstreaming for watching later & so on... It's not as fast as MX bat it's good in of for online videos at 720p.
Guest ShadeStorm98 Posted August 23, 2013 Report Posted August 23, 2013 Is anyone else getting random reboots? should i just re-flash?
Guest Corn Flake Posted August 23, 2013 Report Posted August 23, 2013 Great job with this ROM! But I got one problem. Everything wokrked ok but I got soft reboot (when I opened camera from lockscreen) and since then I got many FCs and soft reboots. So I wiped everything again and reinstalled ROM with gapps and everything work good again. I hope it is very rare bug. Good luck with future work on this ROM.
Guest kekkogb Posted August 23, 2013 Report Posted August 23, 2013 i trying this cyano and it seem responds well.. but sometimes sim is refused and system must be restart..and when plug to pc the phone unmount sd but dont remount..
Guest kebino Posted August 23, 2013 Report Posted August 23, 2013 just to clarify things, this is 4.2.2 right?
Guest ako0 Posted August 23, 2013 Report Posted August 23, 2013 just to clarify things, this is 4.2.2 right? yep, go to settings, about phone, there is writen "android version 4.2.2"
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now