• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [MetroPCS] [ROM] [DEV] [WIP] AOSP Rom Build

okey its a broken sym link but i cant find what it links to so no fix here can any of you guys help
Code:
----- Making recovery filesystem ------
Copying baseline ramdisk...
cp: not writing through dangling symlink
 
Hmmm, could be the layout of your recovery.fstab but im not positive. Have you tried building CWM recovery alone yet??


command

Yeah I have same error and I can't do it again for like half a hour because a usual afternoon thunderstorm here in Florida and I don't have surge protection for computer
Edit storm passing could build
 
Yeah I have same error and I can't do it again for like half a hour because a usual afternoon thunderstorm here in Florida and I don't have surge protection for computer
Edit storm passing could build

Didn't DM said he fixed recovery while building and it boots?? Re-sync his repo and the error should be gone.
 
Wow you haven't posted for a while I didn't think you were still working on it also I thought you gave your f6 to sammyz

im in and out. i work full time and i have a lot of stuff. plus i hate this phone and its been bricked and i dont want to boot to winblows. lol

Iam about ready to try annother build tonight. Finally got cwm fixed and booting

my repo builds and boots cwm? lol

the f6utils just would not flash cwm at all. idk why. iam rooted

i dont know if i ever made the anouncement but i never finished that app. PlayfulGod pulled oudhitsquad.com down for a while and it broke some stuff. my cwm install goes like so:

Code:
 adb push <path/to/recovery.lok> /tmp
adb shell "dd if=/tmp/recovery.lok of=/dev/block/platform/msm_sdcc.1/by-name/recovery"

always have either system or recovery working. i effed up both now im bricked, so i have to unbrick with windows. its a pain in the arse.


someone asked if i could push my kernel source. ill have it up in a minute. it builds without error, but is still missing stuff.
https://github.com/pressy4pie/kernel_lge_f6mt

i hang out on #oudhitsquad if you wanna see how its going. i think im going to work on it tonight like right now till it pisses me off.

also if you want a new recovery try this: recovery.img you need to lokify it yourself and flash it.
 
Good its amazing how you guys are working with each other to get this working n.n I though devs were more selfish with their progress but this is amazing lol good luck to y'all
 
Good its amazing how you guys are working with each other to get this working n.n I though devs were more selfish with their progress but this is amazing lol good luck to y'all

im just lazy. i forget to push commits, shit like that. its hard to work with another person or two if you havent done it before. git is a tricky bitch to learn with more than one person and its actually a special skill that needs to be learned all in itself.

saying " i did this " is something totally different than " we did this " in terms of development. its easy to organize a small project yourself, but when you have two or more people you have to make sure everything works together. so its not that devs are "selfish" but more like we are more used to being alone.

also, getting all the credit is fun. everyone loves to be popular on the internet. It is important.
 
I have faith in you guys I literally check this thread every hour to see what's going on I don't know much but I can tell progress is being made. Soon we will all own phones worthy of praise thanks to u guys
 
I have faith in you guys I literally check this thread every hour to see what's going on I don't know much but I can tell progress is being made. Soon we will all own phones worthy of praise thanks to u guys

Hey man thanks for having faith in us and in my opinion you should check our github too if you curious check dm47021s f6mt repo I contribute to it too and I looks like we might have a working build soon we will post our progress here
 
Hey guys, if you ever need a guinea pig aka tester please let me know.

I've got 2 F6 phones, both rooted, one MetroPCS unlocked, another one T-Mo.

I am excited by this project, thanks for doing this.
 
File isnt there. thats what a dangeling symlink is

Earlier today I deleted my build Dir (backuped work) and re repo synced I had family over so couldn't do much trying now and just so you know I can't work on it Tuesday or maybe wendsday because I'm having oral surgery I might not feel like getting on computer and also in a couple weeks because school
 
I'm happy because I completes my first build but I noticed when trying to flash it was showing a error that i looked up and appently I can't use a prebuilt kernel well I not that great at kernels so ill keep trying I'm going to use pressy4pies kernel source but not going to get much done today just about home and tommorow i have stupid oral surgery
 
Alright i have been using a prebuilt kernel and now i started trying to build kernel from source and im hitting this error ive built cyanogenmod 11 with prebuilt kernel it dosent flash and im hitting this error im not that great at kernels at all so i might have a few kernel related errors posted here so here it is
Code:
../../../../../../kernel/lge/f6mt/net/sched/sch_drr.c: In function 'drr_enqueue':
../../../../../../kernel/lge/f6mt/net/sched/sch_drr.c:358:11: warning: 'err' may be used uninitialized in this function [-Wmaybe-uninitialized]
error, forbidden warning: sch_drr.c:358
make[4]: *** [net/sched/sch_drr.o] Error 1
make[3]: *** [net/sched] Error 2
make[2]: *** [net] Error 2

I had just got pressy4pies kernel source
 
Back
Top Bottom