Hello,
I have a question concerning the ports of Jellybean to smarthphones. A lot of times it will come with, what i think, are standard errors. wifi aint working, camera aint working etc. I would like to learn how to help with fixing those errors. The answers i found and got where tips on using adb Logcat and looking where it went wrong. But what should you do after that, i mean i see a bunch of lines and i see it cant load something. Where should i look to fix the problem there, how should you fix the problem then etc. Are there some general guidelines that are easy2learn which you can help fix roms with?
To give some specific information.
I have a HTC Sensation running Bruce2728's CM10 beta build
Thanks in advance,
Marlo
Q&A for [ROM][P940][JB][4.3.1] CyanogenMod 10.2 for LG Prada 3.0
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][P940][JB][4.3.1] CyanogenMod 10.2 for LG Prada 3.0. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
CM10.2 lg prada 3.0 (p940)
Can someone reupload cm 10.2 because it not available on milaq.net and i can't find any mirror for it
fixed the call reject bug
I flashed this rom on my wife's p940 and had the call reject bug.
Googling on the subject I came across another rom for another device (http://forum.xda-developers.com/showthread.php?t=2438223) with the info "[fixed] Can reject call (Thanks mateo1111 and AntonX)".
Digging a bit deeper and found the commit on github with the fix https://github.com/mateo1111/android_device_lge_p760/commit/c77382b2cf8ce697356b677336a63c861e8fc3b7.
It looked simple enough to try it on the p940, after all it was "just" changing a value... I am a programmer/software developer but never did anything in rom's
I was reading some xda tutorials on how to create and compile rom's and still thinking that would be an overkill for a simple fix... and then I found a xda tutorial on [TUT] Implementing EPRJ RIL in Custom Roms by Yoursel and the very helpful Android Multitool for decompiling/compiling.
I didn't want to change the entire RIL but just to change that specific value in that specific place...
I decompiled the system/framework/telephony-common.jar from the rom and found the .smali file with the wrong value and simply changed it.... compile, and put the .jar back in the rom's zip.
smali is a low level language, not so easy to read as java... in a text editor, search for the string "0xce"... I found it twice, only one needs changed for the correct value "0xb7".
Flashed it and tested ok, call reject works fine now.
So, if anyone interested, just replace the system/framework/telephony-common.jar from the rom's zip with the telephony-common.jar from the attached zip and flash it.
or, follow the guide lines and do it yourself like I did.
(Sorry I can't be more specific and show some pictures but I did this on another computer).
No Keyboard
So I've rooted, installed, and have cynagenmod 10.2 working on my p940....sort of
Everytime I boot the keyboard (AOSP) crashes....I've downloaded the gapps from the main page too. Done the normal cleaning of cache, reboots etc etc. Any ideas?
EDIT: I FIX
The gapps that are linked on the first page is 20130301-signed, which is broken. Managed to find latest version for jellybean (20130813-signed) and keyboard working, looks like you need to update your link mate
EDIT 2.0: Wait, you do have the right link....no idea where I got 20130301 from then, apologies
CM10.2 Changelog
Hi guys, please, could someone tell me the changelog of the different versions of CM10.2 that I found into Milaq's download page???
Thanks in advance!!
Stock rom for LG p940 ICS
Hi
I have made a really dumb mistake: I've deleted my backup of the stock Android ICS rom / installation for the LG P940 aka Prada 3.0. Is there anybody who would be so nice, as to send me a backup of this rom to install / flash with Clockworkmod Recovery.
I don't know if it's important, my latest stock rom was the v20d kdz eu version.
Thanks in advance
cm 10.2 p940
hi i cant download from milaq 's site it throws error or very slow download speed. can anyone upload cm10.2 p940 and give me link?thanks
hi.guys can u use viber on this rom?cause i cant start viber at all and it gives me viber has stopped error
ICS backup for Clockwork
Hi
Could I be so lucky that somebody could send me a backup of the original ICS for the LG p940 to use with Clockworkmod recovery. I've been so epically stupid as to delete my own copy. And unfortunately using this ROM I loose my signal at least once a day.
Alternatively does anybody know a relatively ease method of re-flashing the original ICS software from LG.
Huge thanks in advance
Lui Wallentin
luiwallentin said:
Hi
Could I be so lucky that somebody could send me a backup of the original ICS for the LG p940 to use with Clockworkmod recovery. I've been so epically stupid as to delete my own copy. And unfortunately using this ROM I loose my signal at least once a day.
Alternatively does anybody know a relatively ease method of re-flashing the original ICS software from LG.
Huge thanks in advance
Lui Wallentin
Click to expand...
Click to collapse
I need this too , please if someone has it or if you , Lui Wallentin , have it , please send it to me !
When I go back to the official rom just you use Flash Tools and select the path / file V20D_00.kdz?
HI guys, after waiting for so long I finally decided that its time to do something for the Neo, as there are no custom kernels for our device I decided to take the matters in my hands. After doing some research and following some video guides i succeeded in :-
.Installing Ubuntu (VMWARE) v14.02
.Installing packages required for developing
.Setting up a toolchain
Now I am stuck at the last process as mentioned in the guide. I already created a zImage file, but i cant find the ANYKERNEL.zip required to flash the kernel. If someone knows any dev, or can help me with it, it will be appreciable.
Following I provide the link for the video and guide:-
The main video guide :- http://www.youtube.com/watch?v=IV4jhXWc7AE (also watched the 2nd part).
The guide from where i got the link for tool chain as the NDK from android.developers.com was .bin file and I was not able to figure out how to use it. :- http://www.youtube.com/watch?v=vVZrh7aBIw4
Please if any dev can help me please PM me
Regards. :fingers-crossed:
EDIT:- Mods if i have posted this in wrong section, please move this thread to the correct section as I have a very limited knowledge regarding post
man thanks for your efforts first of all.secondly if you are getting stuck somewhere then its best to contact a dev who has worked on exynos processor before.for example try contacting a dev who have made a kernel for note 3 exynos version they are our best chance...thanks again and i really want to help but i know nothing about kernels
Hi,
I'm building a custom rom (aosp) for my device(j5 2016) and although I have had moderate success I want to enable VoLTE on the device. What files should I modify to get this feature? I'm new at this.
I have already tried asking on the device specific forum and the devs there either don't know how to or are unwilling to help. I have also tried searching but couldn't find any thing. If I have missed something please give me the link.
Thanks
Hey Guys,
I'm new to flashing stuff on the I9300 I was trying to find guides that could help me learn it but as I see there aren't any updated guides and the ones that I can find are ages old. There's stuff like Los 19.1 but no guides . Please help me if somebody can also i see newer roms have restart issues when did this start occuring and also what custom roms are free of it