• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][CM/AOSP][JB/KK] sediROM for LG Optimus F3Q / D520

Do you want KitKat or JellyBean for the F3Q?

  • I want kitkat

    Votes: 26 60.5%
  • I want jellybean

    Votes: 2 4.7%
  • Doesn't matter which one - I would use any

    Votes: 15 34.9%

  • Total voters
    43

steadfasterX

Recognized Developer
Nov 13, 2013
5,532
14,762
113
sediROM for LG Optimus F3Q - Custom ROM (codenames: fx3q, d520)

This is about building a custom ROM like Cyanogenmod or AOSP working on the LG Optimus F3Q.

Introduction

First of all: At the moment there is no CM or AOSP based ROM available for the F3Q. Not yet.
That said it means I try to port CM (or build pure AOSP) to the F3Q and this is this thread about.

Some words about me and what I do:

I do Android ROM development since June 2014 mainly doing things based on stock.
Before the F3Q I never had to do with porting CM or AOSP to a brand new (no not such "new" anymore) device before.
New means "no file device tree" etc available. So I dive into porting months ago and still learning every day new things here.
Porting is nothing you can learn in a week or so :rolleyes: The main problem with porting is that there is not much you can read or
where you can get many help for. The guides out there are very generic and to be honest the best would be having a pro on your site
which guides you through all the problems which WILL occur when porting.
Before starting I never heard about "loki", doesn't know how TWRP gets compiled or created an Android kernel with or without CM
automatism. In the meantime I compiled a working TWRP version, having a kernel in place which allows to boot unsigned system
images and many more. The only "little" thing left is to get CM ready.. :eek: Nevertheless I have 2 things which helped me a lot over
the years: patience and "never-give-up".


The state:

If you ever tried to compile Android or CM by your own you know that you need a valid file device tree (in this case "device/lge/fx3q/")
which contains all the stuff which describes the hardware, the things to do, proprietary files you cannot compile because their sources
are kept by LG and so on. Building that from scratch is a pain in the a.. so you need to find another device whose hardware is as much
the same as yours. In this case this means LG Optimus F6 which has the same processor etc. The great thing is that there are people
out there who had build a working device tree for the F6 which means it should be possible to have the same for the F3Q!
The problem is that before I used the DT from hroark and fixed several build errors there and well now I use the very much more newer
one from dm47021 and this means: adapt everything again, fixing build errors again..
Even when there is such a valid base available from a device with same specs this does not means it would simply work when copying
it over.
I need to adapt nevertheless many things to get the sources at least compiled! and then the question is what works and what not.
This is where we are atm: Fixing compilation errors (fix 1 and you get 2 new) and then we will see..

For updates about the state scroll down to the "current state" topic.


Here what we achieved so far :

Root:

Recovery:

Kernel:

ROM related:

Guides & Discussions:

If you want to help let me know and I provide you the sources and whatever else needed.

Current state (as of 2015-04-30):
Spent time = about 244 hours... any "Thanks" click still HIGHLy motivating..

Done:
  • Lokifying (without that we were absolutely L-O-S-T!!! BIG thx @djrbliss) process is done automatically by my self created build-script (took me some time but was it worth)
    Lokifying means: due to a hack by @djrbliss (click here and click at his THANKS button!!) we can trick the locked bootloader to boot whatever we want!
  • boot a modified compiled kernel with the stock ROM / or hLe stock ROM
  • custom 3.4.0 kernel with kexec(disabled atm), xattr, selinux support and much more based on the stock kernel sources (sediKERNEL thread)
  • the ability to boot unsigned ROM's provided by sediKERNEL
  • Fully (or mostly) working TWRP version where storages correctly mounted and backup/restore working fine (TWRP thread)
  • adapt hroark's device tree of the LG optimus F6 to the F3Q (superseeded by dm47021)
  • adapt DM47021 DT to F3Q and compiling CM KK systemimage/full otapackage (do not expect too much it simply means that I was able to fix all the thousands of compilation errors. which is GREAT but now the debuggin starts)
  • Rebasing EVERYTHING of the file device tree to the f6mft one by Dm47021. Reason: CM is now available for the F6 which is damn great because we use the same hardware in many cases. I currently rewriting everything from scratch, adding the correct proprietary files etc. Will take a while but hopefully then we get more in the right direction then before.
Build system:
Intel® Core™ i7-3632QM CPU @ 2.20GHz × 8 (Quadcore. Due Hyperthreading 8 threads/CPU's)
8 GB RAM
Ubuntu Server 14.04 - 64 bit, running in a highly optimized VM based on KVM

CM11 compilation time (full cleaned working directory)
real 56m47.417s - up to 80m :(
user 213m6.612s
sys 20m9.400s
Current progress:
  • Testing and debugging CM KK image
  • Building a custom kernel without stock initrd (Details on the process here: sediKERNEL thread)

To do:
  1. must-have: Building a custom kernel without stock initrd
  2. must-have: having a working device tree (depends on having an own initrd)
  3. undecided: compiling AOSP JB
  4. undecided: compiling CM JB

Stalled:
  • compiling CM11 kernel based on the F6 device tree (too many compilation failures)
  • compiling AOSP Jellybean including the LG sources works (but different issues with booting)
  • compiling AOSP KitKat including the LG sources fails (doesn't start at all because of several changed vars maybe. Didn't investigate that further cause I focus on kernel now)
  • compiling CM JellyBean fails with the adapted LG Optimus F6 device tree
  • MultiRom (discontinued as sediKERNEL can now do all I need):
    Multirom TWRP = compiling OK but no screen shown?!
    Multirom binary = compiling OK
    Multirom trampoline = compiling OK if it works or not? Cannot test it until TWRP
    Kexec Kernel = Porting to F3Q (hopefully) finished. compiling OK but it has problems with mounting the correct places (I think. Didnt investigate that further atm)


For testers: ALPHA/BETA testing download area
http://tinyurl.com/q7fwcf3
(password protected - PM me to get access)

For developers: my sources
My current device tree of the fx3q AOSP build can be found here: device_lge_fx3q_aosp (updated from time to time, PM me for an immediate commit)
My current device tree of the fx3q CM11 build can be found here: android_device_lge_fx3q_cm (updated from time to time, PM me for an immediate commit)
My build tools (useful tools I developed for me to speed up build/compile etc): buildtools (updated from time to time, PM me for an immediate commit)

.

XDA:DevDB Information
sediROM for LG Optimus F3Q / D520, ROM for the Android General

Contributors
xdajog, joel.maxuel
Source Code: https://github.com/xdajog/android_device_lge_fx3q_cm

ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.1.x
Based On: CyanogenMod

Version Information
Status: Testing

Created 2015-05-19
Last Updated 2015-05-20
 
Last edited:

steadfasterX

Recognized Developer
Nov 13, 2013
5,532
14,762
113
Questions & Answers

Frequently Asked Questions (FAQ)
(in no special order)

Question #1: Is CM or pure AOSP (or similar) for this device available now?

No. Not AFAIK. If you find some please tell me! But afaik I'm the only one working on that port so if you find someone or you want to help by yourself please send me a PM!!!
I currently trying to port CM to this device and as I'm doing that alone and the whole process is very complex this is nothing you can do in 2 weeks or so.


Question #2: When will be CM or pure AOSP or similar available?

When it is ready. Sorry but for this no timeline can be made. I will update the OP from time to time so come back often to check if there are any news.


Question #3: Why are you doing this?

Well .. the main reason is I want to have an absolutely fully localized (German) Android for my wife. Yes it's that simple. There are plenty of apps who can switch the language in many dialogs but all LG ones (like settings, power menu etc) are all still English.

The following may harm you but the F3Q is not a device I would buy for myself. I do not really like it's design, it has more weight and height than my current one (Samsung i927). Ok not all is that bad: What I really like is the physical keyboard which is much more better than from the i927..
Nevertheless I own a F3Q since a while because the community sponsored one to me which makes it possible for me to continue developing for this phone. Otherwise I had stopped that at the time where my wife used her F3Q productive.

The other reasons are:
  • There are problems here in Germany regarding the reception: 3G (or better) is not possible (but it should be from the point of technical specs).
  • Besides that the displayed information about the speed seems to be wrong in some cases but that is another story..
  • Last but not least the problem of overfilled storage makes me mad (well in fact makes my wife mad but well that makes me mad then). There is always to less even with tricks like moving apps etc.
So in short: I want to be able to fix problems who are annoying me/my wife.


Question #4: I have bought the phone and need to unlock it (service provider lock, network lock, ...) now. How to do that?

Well there are thousands of services out there who offers unlocking and no guarantees wherever you go.

Just 1 thing before you read on:
I'm not responsible if the mentioned site doesn't work for you! For me it had worked but there are no guarantees out there in the evil internet ocean...!
The following describes my personal experiences with those services only. No guarantees no responsibilities no whatever.

I have tested 2 of them:
  • The first one is a "free" service named www.unlockphone.me.
    Free means first of all: WAIT. As an example my request have this as the waiting time:
    1027 people are in queue in front of you. 2 weeks, 3days, 10hrs, 14min remaining until you will receive your CODE

    The service itself is free but as I do not wanted to wait such long I donated to them 10$ to receive the code more quickly.

    Result: Well I got a code but is was not working. I send them 4 mails - never received any answer. Bad luck. That is what I mentioned above. No guarantees. Well you could try it on your own - at least the free one without a donation - and see what happens for you. It's may worth the try.
    .
  • The second one was fine. To be sure: I do not own the following service or get anything for pointing there but I have used them 2 times and at least the service provider lock could be unlocked both times successfully. The first time used they unlocked for $2 CAD (November 2014) and today (April 2015) they unlocked for $7,50 CAD.. Well it still seems to be a reasonable price (at least for me).

    freemyblackberry.com

    I filled in the following:
    Brand = LG
    Carrier/Country = USA / T-Mobile
    Model = LG Optimus F3Q
When you have received your code (the one way or the other):
  1. if you do not see the unlock screen already type in the following in the dialer: 2945#*520#
  2. in the displayed menu choose the type of unlock you want to do (in my case it was service provider locked so I choosen that)
  3. type in the received unlock code (for my case the freemyblackberry named it SPCK)
  4. the phone may reboot now automatically
  5. enjoy. :cool:


Question #5: What can I do to help?

I thought you would never ask! :victory:

  1. The first one EVERYONE can do even when no programming skills is: Use the "Thanks" button. :good:
    This is simple, easy and can be done very quickly. This will not speed up anything of course but it keeps me motivating because it shows me that you like what I do.
    .
  2. The second one EVERYONE can do is to participate in beta testing versions.
    From time to time I release a new Kernel or TWRP version or some day a CM version. If you want to help you should do that by installing those beta versions (if one is available) and telling me about the good and bad of it.
    This needs always a full backup and you may need to restore things afterwards but I'm here to assist you as far as I can.
    .
  3. The third one is not for everyone: helping to port.
    That means going to the steps of CM porting guide and downloading the LGE sources and cloning my git repos. Get in contact with me before so you use an uptodate repo like the device tree etc.
    This one would be the biggest effort but it is the most time consuming. At least for the full port.

    If you "only" want to help partly like making TWRP better or helping with Kernel development it will be much much easier because those both are already fully working and you can start with fixing things instead of try&error!

    That said Option 3 here is the only option if you really want to speed up the process!
    .
  4. The last one I can think of is donating, of course. I do not beg for money here - it is simply one of the available options.
    One thing about this is important: a donation is much much more motivating then the mentioned "Thanks" click but you also will not speed up anything (Ok you would speed up things when the donation is about 10.000 € or more ;) haha)!
    But seriously: I do all that in my free time atm and that means I need to cut out time somewhere else from RL. This is not a problem for me and if you donate or not I will continue until I reached my personal goal.
    That simply means that it will take much more time than doing it full time. The only other option would be developing in the normal work hours which means not earning money here for this time. So there needs to be a balance for if I would do that. That said there will be times where I can work on it and may times not for weeks. It depends.


Question #6: What is that "adb" thing?

  • adb stands for: Android Debug Bridge and can help a lot when it comes to work with your device. It is not for developers only but they use it a lot of course.
    But a normal user can use this to exchange files without the need of mounting, backing up the device, reboot the device and use it as a very comfortable way of having a terminal emulator.
    .
  • Normally adb itself is not available as a standalone application - it comes with the Android SDK which is very big and heavy if you want to use adb and/or fastboot (another great tool) only.
    But we live in a great world with many people wanting to make things easy so here you go when you want/need only adb and fastboot:
    download & install adb @lifehacker


Question #7: How can I find the LG Hidden Service Menu (STOCK)?
  • Normally you will not need this! But you may want to enable the USB DIAG mode if you're a developer or you simply want to make your phone unusable ;) - so here we go:
    As usual: Use on your own risk!
    adb shell
    su
    am start -a android.intent.action.MAIN -n com.lge.hiddenmenu/com.lge.hiddenmenu.HiddenMenu
  • or simply by typing the following in the dialer:
    3845#*520#
 
Last edited:

OfficerJimLahey

Retired Forum Moderator
Feb 12, 2014
2,716
1,306
0
Sunnyvale
www.chebucto.ns.ca
I know I am getting ahead of myself, but I know some devices have a /datadata partition (like the Samsung Infuse) when ported for a KitKat ROM.

When it comes time to design for KitKat, can this separate partition be eliminated? I know it is done for performance reasons, but with such limited userdata space as it is, another partition would come as a detriment. This has already proved a problem on the Infuse, and they have much more space to deal with (albeit ~600mb /datadata).

The alternative would be building Link2SD into the ROM, knowing that there will still be only a small collections of apps that can be installed.

Unfortunately, because of our limited userdata, we probably won't be able to develop past KitKat, at least end up with something usable. ART will prove to be too much of a pig for this device (storage wise).

Just my nickel's worth...
 

steadfasterX

Recognized Developer
Nov 13, 2013
5,532
14,762
113
Bad news..

The Desire Z of my wife is completely broken now.
That means I cannot develop anymore..

- I ported and released the latest TWRP version to the F3Q
- I'm able to build AOSP JellyBean (not booting yet though),
- I compiled and released a custom AOSP Kernel (named sediKERNEL)
.... and a lot more..

I have everything I need to continue here in place...
I have the will and the ability to continue...

But no device anymore..

If someone has a F3Q to give away.. then I will continue but I'm not willing to buy a F3Q for developing only. So if you have an idea how we could continue let me know.

Otherwise that will end here for me unfortunately...

Hopefully not.

Yours
Xdajog.


Update:

Check out the following link if you want to help http://forum.xda-developers.com/showthread.php?t=2952919


-----
Sent from my SGH-I927 using XDA Android mobile app
 
Last edited:

shabbypenguin

Inactive Recognized Developer
May 30, 2010
4,896
5,362
0
33
sediROM for LG Optimus F3Q - Custom ROM (codenames: fx3q, d520)


Recovery:

Done:
  • Lokifying succesful and is done automatically by my build-script (took me some time but was it worth)
  • I am able to boot a modified compiled kernel with the stock ROM
  • Custom JB kernel with kexec support based on the stock sources (stock initrd)
  • Custom JB kernel with xattr support based on the stock sources (stock initrd)
  • Custom JB kernel with selinux support based on the stock sources (stock initrd)
  • Fully (or mostly) working TWRP version where storages correctly mounted and backup/restore working fine (TWRP thread)

Current progress:
  • Building a custom kernel without stock initrd (Details on the process here: sediKERNEL thread)

To do:
  1. Building a custom kernel without stock initrd
  2. having a working device tree (depends on having an own initrd)
  3. compiling AOSP JB (depends on device tree)
  4. compiling CM JB (depends on device tree)
  5. compiling CM KK (depends on device tree)

Stalled:
  • compiling CM11 kernel based on the F6 device tree (too many compilation failures)
  • compiling AOSP Jellybean including the LG sources works (but different issues with booting)
  • compiling AOSP KitKat including the LG sources fails (doesn't start at all because of several changed vars maybe. Didn't investigate that further cause I focus on kernel now)
  • compiling CM JellyBean fails with the adapted LG Optimus F6 device tree
  • compiling CM KitKat fails with the adapted LG Optimus F6 device tree (mainly because some of the adaptions enforces the goldfish emulater?! Havent found out why! damn.)
  • MultiRom:
    Multirom TWRP = compiling OK but no screen shown?!
    Multirom binary = compiling OK
    Multirom trampoline = compiling OK if it works or not? Cannot test it until TWRP
    Kexec Kernel = Porting to F3Q (hopefully) finished. compiling OK but it has problems with mounting the correct places (I think. Didnt investigate that further atm)

Well one of the ideas is to have a working MultiRom installation which then would boot a custom ROM like CM with the kexec technique.
That way we could boot a "insecure" ROM with our locked boot loader.
That really seems to be possible because I can flash a TWRP image to the BOOT partition for example. That means TWRP would start up everytime.
If we could get MultiRom in place where the boot partition sits we COULD be able to boot everything we want.


Sources:
My current device tree of the fx3q AOSP build can be found here: device_lge_fx3q_aosp


.

Just so im clear what exactly is incomplete about the cwm that was compiled? you say its not a valid device tree (crazy because ive never heard those kind of terms even used before) what exactly makes it invalid to you?

what was the point of labeling this thread? gain some thanks by saying you spent 200+ hours on compiling the stock kernel source that has a guide to compile it in teh source zip? cuz it doesnt appear to make any progress on booting aosp even though you forked an oudhs device tree from another device. then you talk about needing hacks etc to get past the locked bootloader yet you dont seem to understand that there was an exploit tahts how there even was a cwm.

instead you are pulling in search results giving false hope to people looking for cm in hopes they donate to you so you can buy a phone when you obviously dont understand how it works.
 

steadfasterX

Recognized Developer
Nov 13, 2013
5,532
14,762
113
Just so im clear what exactly is incomplete about the cwm that was compiled? you say its not a valid device tree (crazy because ive never heard those kind of terms even used before) what exactly makes it invalid to you?
Never said that CWM is incomplete but to be honest it was and it is missing features TWRP has, of course. It is a while ago that I took a look at that CWM version so I would need to check again maybe. The last time I tried it the mounting of /data/media (the internal usb storage) was not possible as backup, too. But that may have changed.

cuz it doesnt appear to make any progress on booting aosp even though you forked an oudhs device tree from another device
You may have more experience in porting to a complete new device so what is wrong with forking from a device which has more or less the same hardware specs ? That is the recommended way mentioned in the porting guides.

The reason why there was no progress since a while is:
  1. I had no device anymore
  2. Donation offer took some weeks
  3. Then the new (used) device need to be shipped for about 2 weeks
  4. Then I was on vacation for 2 and a half weeks
  5. Then I needed to bring down the workload in RL to continue which took me another week
  6. Then I started with development again since 1 day
  7. Today

The main focus is to develop a fully working initial ram disk build from scratch instead of using the stock one. Then I will continue on porting AOSP as the ram disk is an essential part as you know.

then you talk about needing hacks etc to get past the locked bootloader yet you dont seem to understand that there was an exploit tahts how there even was a cwm.
Well it seems that you do not understand but that is not a problem I explain it for you:

The locked bootloader is a problem because normally we have not the possibility to install a custom kernel and/or custom ROMs. There is a hack available named "loki" which makes it possible to circumvent that fact. The only thing you need to do is to use the loki patch on the kernel/boot image.

The other thing around this is that the bootloader send kernel boot parameters which avoid starting a custom or modified ROM. This is one of the examples I fixed as you can see in the kernel thread and the reason why the modified stock ROM from @joel.maxuel is booting.

The multirom thingy (you may point to) was about having a special boot image (based on TWRP) named multiROM. With this it would be possible to power on the device and choose different ROMs you may have installed (that means different ROMs on 1 device in parallel). Great thing and at the time of writing one thing I tested. The main problem here is not using the Loki patch mentioned above but instead the /data/media internal storage which need to be mounted correctly and some other things as well. Nevertheless is multirom nothing I want to work on atm because the main part of work is to have CM/AOSP compiled and working.

what was the point of labeling this thread? gain some thanks by saying you spent 200+ hours on compiling the stock kernel source that has a guide to compile it in teh source zip?
  1. I never said that I spent 200+ hours for compiling a stock kernel. Please read carefully before getting rude. This thread here is for developing on the F3Q ROM not the kernel. Kernel things are located in the Kernel thread. (Btw. compiling the stock kernel was never a problem or somehow time consuming there are other things like the initial ram disk and correct mounting paths etc which had taken some time but that is another story and as said not related to this thread.)
  2. You may have heard about people porting ROMs to new devices? I try to do so and that is the reason why this thread exists. Not for some thanks clicks - some people define their self not with this you have to know. To be honest I do not get paid for everything here - which is ok. So a thanks click is appreciated, of course. Nothing more nothing less.
  3. btw: I believe that a user can decide on their own if they want to click thanks when they want right? TWRP and Kernel are both things ready to use and the ROM porting is a WIP which a user can or can not say thanks for. That should be decided by the user IMO.

instead you are pulling in search results giving false hope to people looking for cm in hopes they donate to you so you can buy a phone when you obviously dont understand how it works.
To be honest it seems obvious that you do not understand. That is not a problem because I can explain it to you again.

  1. As stated before and in the OP I try to port AOSP and/or CM to this device. Well it is true that I'm still learning and will learning forever but that is the truth for everyone (maybe not for you, ok ;) ).
  2. The donation part is something which was an offer to continue the work because I do not owned the device anymore but I was and I am willing to continue. As stated in the the donation thread I do not use the device for anything other then development because I do not really like the phone itself. But my wife uses the phone and she needs CM / AOSP to be able to be fully in German language and having a smoother Android experience than with the stock ROM.
  3. If you know everything better than me then why you do not share your knowledge so we can speed up the process of porting? Would be more efficient than writing ;)
 
  • Like
Reactions: Lukong1515

steadfasterX

Recognized Developer
Nov 13, 2013
5,532
14,762
113
.
.
.
......and another thing I want to mention today!

The following has been done 10 minutes ago:

  • adapt DM47021 DT (device tree) to F3Q and compiling CM KK systemimage/full otapackage
This is 1 step further into the right direction but do not expect too much it simply means that I was able to fix all the thousands of compilation errors for the new adapted device tree.
Which is GREAT, of course but now the debugging starts and recompiling etc ..
The first boot was a mess I believe it has to do with a wrong used gcc version but I need to investigate that further in the next days/hours whatever..

just wanted to keep you updated :eek:

greetings from the front
xdajog




EDIT:
if someone interesting in ;) This is the time duration of a full cleaned compilation (real = the actual duration):
Build system:
Intel® Core™ i7-3632QM CPU @ 2.20GHz × 8 (Quadcore. Due Hyperthreading 8 threads/CPU's)
8 GB RAM
Ubuntu Server 14.04 - 64 bit, running in a highly optimized VM based on KVM

CM11 compilation time (full cleaned working directory)
real 56m47.417s
user 213m6.612s
sys 20m9.400s


.
 
Last edited:

ajoh99

Senior Member
Dec 19, 2008
62
18
0
Thanks for the update. It's amazing how difficult it can be just to get all the variables of a dev environment to agree. Certainly getting somewhere.

.
.
.
......and another thing I want to mention today!

The following has been done 10 minutes ago:

  • adapt DM47021 DT (device tree) to F3Q and compiling CM KK systemimage/full otapackage
This is 1 step further into the right direction but do not expect too much it simply means that I was able to fix all the thousands of compilation errors for the new adapted device tree.
Which is GREAT, of course but now the debugging starts and recompiling etc ..
The first boot was a mess I believe it has to do with a wrong used gcc version but I need to investigate that further in the next days/hours whatever..

just wanted to keep you updated :eek:

greetings from the front
xdajog




EDIT:
if someone interesting in ;) This is the time duration of a full cleaned compilation (real = the actual duration):




.
 

Baenwort

Senior Member
Mar 31, 2008
83
16
0
My hat is tipped to you xdajog. I'm looking for a qwerty slider replacement phone for my wife as her current one is reaching 5 years old soon.

Your efforts have tipped me towards this phone as a working ASOP or CM would be necessary as I do not think this phone will be updated by anyone else. I'm always leery of putting a family member on anything past a feature phone unless I can be confident of keeping it patched. Since there are no flagship phones with qwerty keyboards the efforts of devs like you are all the rest of us have.
 
  • Like
Reactions: steadfasterX

GhostDwl

Member
Jul 15, 2015
14
0
0

steadfasterX

Recognized Developer
Nov 13, 2013
5,532
14,762
113
yes, but the lg optimus f3 and f3q have the same specifications and the same kernel, the difference among them is where it was manufactured and the f3q comes with a keyboard and different touch buttons, take a look at the comparison below:
http://www.gsmarena.com/compare.php3?idPhone1=5998&idPhone2=5509&
Of course. Thats the reason why I use the F3 device tree as base for development. But there are many differences in compiling. If you want you can try would be nice to have another dev here.


-----
Sent from my SGH-I927 using XDA Android mobile app
 

GhostDwl

Member
Jul 15, 2015
14
0
0
Of course. Thats the reason why I use the F3 device tree as base for development. But there are many differences in compiling. If you want you can try would be nice to have another dev here.


-----
Sent from my SGH-I927 using XDA Android mobile app
Yeah, i will try, give me the a one time ;)
 

Zax9

Member
Jun 29, 2015
13
8
0
So I've got an Ubuntu 14.04 LTS VM set up on my machine and I downloaded the Android source tree (AOSP) and configured the build environment per the instructions. I ran a build and everything came out okay (but slow :(). I have some additional RAM on order for my machine so I can dedicate more resources to the VM.

I have an extra F3Q I can use for testing and I have a pre-paid SIM on order so that I can actually use my test device in real-world scenarios.

I'm ready to start digging in here. :good:

Edit: RAM arrived today, have 32GB now which means I can dedicate a full 16GB to the Ubuntu build environment!
 
Last edited: