EagerestWolf
Android Enthusiast
80% of Cyanogenmod base synced
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Can diff find the difference in 2 ramdisks?
wen i get more time, i will look into the ramdisk issue. that'll prolly be tomorrow. im a high school student so during the day im pretty busy. i'll prolly take a look tomorrow afterschool if i dont get started tonight. i gotta work a lil on my kitkat port for the ZTE Warp also
ok im about to commit the chages for fstab.
did u add the set_metadata workaround hack to your local repo yet?
Use this flag in BoardConfig.mk
Code:USE_SET_METADATA := false
and then apply this manually:
https://github.com/temasek/android_build/commit/e6dd009c919c5b33cf04c9a5ef09cf19ae541728
then compile again. it should flash completely after removing props (if that issue occurs also)
Do this:
Kinda major issue. For some reason, the frameworks are not building at all. My framework folder only contains a hardware jar and a bluetooth jar. Not sure what is wrong...
yea idk this pissed me off
i had to do
mmm frameworks/base/core/res
mmm frameworks/base
mka ext android.policy am apache-xml bouncycastle bu content core core-junit
mka ime input pm services svc telephony-common uiautomator
and then watever make command u have to get a zip
its a bit extra but it works
/home/seth/android/cm-11.0/out/target/product/y301a1/obj/EXECUTABLES/hostapd_intermediates/src/drivers/driver_nl80211.o:driver_nl80211.c:function wpa_driver_nl80211_ops: error: undefined reference to 'wpa_driver_nl80211_driver_cmd'
Well you have to do that no more (turns out when I added all of the msm7627a stuff I deleted my line in the device_y301a1.mk file to call full.mk ... oops)
Anyhow, I am now at a stuck point, because I keep getting this error (spoilers, my name is Seth):
Code:/home/seth/android/cm-11.0/out/target/product/y301a1/obj/EXECUTABLES/hostapd_intermediates/src/drivers/driver_nl80211.o:driver_nl80211.c:function wpa_driver_nl80211_ops: error: undefined reference to 'wpa_driver_nl80211_driver_cmd'
And I have no idea how to fix it, because I checked the driver_nl80211.c, and the variable is instantiated and defined, so idk.
Just to be safe, I did a make clean, make clobber, and I am building again.