So you want to build AOKP PUB?

bbrad

Senior Member
Sep 22, 2012
3,165
850
0
Lucedale
edit device/samsung/aries-common/device_base.mk. In the init section to read this "device/samsung/aries-common/init.recovery.aries.rc:root/init.recovery.aries.rc \" instead of the recovery.rc!
In mine it already has it as you wrote it doesn't have anything about recovery.rc in device see

Sent from my SCH-I500 using Tapatalk 2
 

Attachments

notta

Senior Member
Nov 1, 2010
968
2,529
0
In mine it already has it as you wrote it doesn't have anything about recovery.rc in device see

Sent from my SCH-I500 using Tapatalk 2
Sorry I should have included these instructions as well!

device/samsung/fascinatemtd/BoardConfig.mk and remove "TARGET_RECOVERY_INITRC := device/samsung/aries-common/recovery.rc" :good:
 
  • Like
Reactions: bbrad

bbrad

Senior Member
Sep 22, 2012
3,165
850
0
Lucedale
Sorry I should have included these instructions as well!

device/samsung/fascinatemtd/BoardConfig.mk and remove "TARGET_RECOVERY_INITRC := device/samsung/aries-common/recovery.rc" :good:
Alright just remove than line? I'm fixing try it wish ma luck lol

Sent from my SCH-I500 using Tapatalk 2

---------- Post added at 11:50 PM ---------- Previous post was at 11:43 PM ----------

It seems to be building I'm probably 300+ lines of host c++ lines now

Sent from my SCH-I500 using Tapatalk 2
 

bbrad

Senior Member
Sep 22, 2012
3,165
850
0
Lucedale
and damn now im getting this ehh ny ideas lol? im sorry for bothoring you your the only person that seems to want to help thanks :)

make: *** No rule to make target `/home/bradley/aokp_jb/out/target/product/fascinatemtd/obj/STATIC_LIBRARIES/libext4_utils_intermediates/export_includes', needed by `/home/bradley/aokp_jb/out/target/product/fascinatemtd/obj/UTILITY_EXECUTABLES/utility_make_ext4fs_intermediates/import_includes'. Stop.
 

notta

Senior Member
Nov 1, 2010
968
2,529
0
and damn now im getting this ehh ny ideas lol? im sorry for bothoring you your the only person that seems to want to help thanks :)

make: *** No rule to make target `/home/bradley/aokp_jb/out/target/product/fascinatemtd/obj/STATIC_LIBRARIES/libext4_utils_intermediates/export_includes', needed by `/home/bradley/aokp_jb/out/target/product/fascinatemtd/obj/UTILITY_EXECUTABLES/utility_make_ext4fs_intermediates/import_includes'. Stop.
Try this!

Line 119 in system/extras/ext4_utils/Android.mk and change "LOCAL_STATIC_LIBRARIES += libext4_utils libz libcutils libc" to "LOCAL_STATIC_LIBRARIES += libext4_utils_static libsparse_static libz libcutils libc"

I think you might be good now if this works! :good:
 
  • Like
Reactions: bbrad

notta

Senior Member
Nov 1, 2010
968
2,529
0
i screwed something up but i think i know what heres the error

system/extras/ext4_utils/Android.mk:120: *** missing separator. Stop.
You can also lay it out like this!

LOCAL_STATIC_LIBRARIES += \
libext4_utils_static \
libsparse_static \
libz \
libcutils \
libc
 
  • Like
Reactions: bbrad

bbrad

Senior Member
Sep 22, 2012
3,165
850
0
Lucedale
Uea I realized I anceddently double copied something lol now to put it to the test :cool:

Sent from my SCH-I500 using Tapatalk 2

---------- Post added at 01:09 AM ---------- Previous post was at 12:34 AM ----------

i understand if you want to kill me lol but i got another error

make: *** No rule to make target `vendor/samsung/fascinatemtd/proprietary/bin/rild', needed by `/home/bradley/aokp_jb/out/target/product/fascinatemtd/system/bin/rild'. Stop.
 

bbrad

Senior Member
Sep 22, 2012
3,165
850
0
Lucedale
i understand if you want to kill me lol but i got another error

make: *** No rule to make target `vendor/samsung/fascinatemtd/proprietary/bin/rild', needed by `/home/bradley/aokp_jb/out/target/product/fascinatemtd/system/bin/rild'. Stop.


Sent from my SCH-I500 using Tapatalk 2
 

Attachments

Sheradrax

Senior Member
Aug 9, 2010
549
142
63
Interesting & your sure "device/samsung/aries-common/recovery/graphics.c" exists?

Funny that your having recovery errors, as I was uploading I went to reboot to recovery and it would just chill at sammy logo. So there's something up with that. You haven't changed anything relating to the recovery or recovery utilities?

So as I said while I was uploading and playing with the build I realized that recovery seems to be borked with the AOKP build. So I have uploaded a flashable kernel zip that you must install after flashing AOKP! If you DO NOT you will not have a recovery!

If for some reason you find yourself in this mess you can take the boot.img from my AOSPA build and flash with odin or heimdall. Bonus is it will give you a linaro kernel with it! Which is also the equivalent of the kernel provided below.

The zips I uploaded if you want to try or use anything from them!

aokp_fascinatemtd_unofficial_Mar-07-13.zip - 149.06 MB <--- Flash First
fascinatemtd-4.2.2-Kernel.zip - 11.41 MB <--- Flash Second

Heimdall code if needed
Code:
heimdall flash --kernel boot.img
Thank you so much for posting this and helping them. I have appreciated all the work of yours that I have came across since getting my fassy. I do have a question about your build for aokp. I wanted to know if the devil kernel should work as well.

Sent from my SCH-I500 using Tapatalk 2
 
  • Like
Reactions: notta

bbrad

Senior Member
Sep 22, 2012
3,165
850
0
Lucedale
Thank you so much for posting this and helping them. I have appreciated all the work of yours that I have came across since getting my fassy. I do have a question about your build for aokp. I wanted to know if the devil kernel should work as well.

Sent from my SCH-I500 using Tapatalk 2
Yep it should work

Sent by Hellybelly 4.2.2
 

notta

Senior Member
Nov 1, 2010
968
2,529
0
i understand if you want to kill me lol but i got another error

make: *** No rule to make target `vendor/samsung/fascinatemtd/proprietary/bin/rild', needed by `/home/bradley/aokp_jb/out/target/product/fascinatemtd/system/bin/rild'. Stop.


Sent from my SCH-I500 using Tapatalk 2
Naw man, I try to practice the karma rule as much as possible... :D

Have you pulled or extracted your vendor blobs? Does vendor/samsung/fascinatemtd/proprietary/bin/rild exist?

Thank you so much for posting this and helping them. I have appreciated all the work of yours that I have came across since getting my fassy. I do have a question about your build for aokp. I wanted to know if the devil kernel should work as well.

Sent from my SCH-I500 using Tapatalk 2
As long as DT claims it to work with 4.2.2 aosp ROMS, you should be golden... like the arches... :fingers-crossed:
 
  • Like
Reactions: bbrad

bbrad

Senior Member
Sep 22, 2012
3,165
850
0
Lucedale
Naw man, I try to practice the karma rule as much as possible... :D

Have you pulled or extracted your vendor blobs? Does vendor/samsung/fascinatemtd/proprietary/bin/rild exist?



As long as DT claims it to work with 4.2.2 aosp ROMS, you should be golden... like the arches... :fingers-crossed:
Oops lol no it doesn't Ill just pull that real quick oops noob moment lol

Sent by Hellybelly 4.2.2

---------- Post added at 04:40 AM ---------- Previous post was at 04:25 AM ----------

well it went father than ever till this

ake: *** No rule to make target `device/samsung/aries-common/main.conf', needed by `/home/bradley/aokp_jb/out/target/product/fascinatemtd/system/etc/bluetooth/main.conf'. Stop.

there is no main.conf in aries-common what should i do?

---------- Post added at 04:41 AM ---------- Previous post was at 04:40 AM ----------

well it went father than ever till this

make: *** No rule to make target `device/samsung/aries-common/main.conf', needed by `/home/bradley/aokp_jb/out/target/product/fascinatemtd/system/etc/bluetooth/main.conf'. Stop.

there is no main.conf in aries-cmmon what should i do?
 
Last edited:

bbrad

Senior Member
Sep 22, 2012
3,165
850
0
Lucedale
well it went father than ever till this

make: *** No rule to make target `device/samsung/aries-common/main.conf', needed by `/home/bradley/aokp_jb/out/target/product/fascinatemtd/system/etc/bluetooth/main.conf'. Stop.

there is no main.conf in aries-common what should i do?
 

notta

Senior Member
Nov 1, 2010
968
2,529
0
well it went father than ever till this

make: *** No rule to make target `device/samsung/aries-common/main.conf', needed by `/home/bradley/aokp_jb/out/target/product/fascinatemtd/system/etc/bluetooth/main.conf'. Stop.

there is no main.conf in aries-common what should i do?
It's not necessary! Unless your trying some older device trees perhaps. Just remove it from "device/samsung/fascinatemtd/device.mk"

Line to remove
Code:
device/samsung/aries-common/main.conf:system/etc/bluetooth/main.conf
Almost there though huh? :cowboy:
 
  • Like
Reactions: bbrad

bbrad

Senior Member
Sep 22, 2012
3,165
850
0
Lucedale
ok i dont get this one i exstracted everything to the lib folder everything is there but i get these

make: *** No rule to make target `vendor/samsung/fascinatemtd/proprietary/vendor/lib/libakm.so', needed by `/home/bradley/aokp_jb/out/target/product/fascinatemtd/system/vendor/lib/libakm.so'. Stop.
 

bbrad

Senior Member
Sep 22, 2012
3,165
850
0
Lucedale
Sync cm-10.1 branches of the device and kernel trees, not jellybean. Your files are out of date.
i synced mr1 and the device files straight from the cyanogenmod github where would i get newer ones?

---------- Post added at 06:18 AM ---------- Previous post was at 06:16 AM ----------

I think I'm hopeless lol

Sent by Hellybelly 4.2.2
 

notta

Senior Member
Nov 1, 2010
968
2,529
0
i synced mr1 and the device files straight from the cyanogenmod github where would i get newer ones?

---------- Post added at 06:18 AM ---------- Previous post was at 06:16 AM ----------

I think I'm hopeless lol

Sent by Hellybelly 4.2.2
git clone git://github.com/CyanogenMod/android_device_samsung_fascinatemtd.git -b cm-10.1

git clone git://github.com/CyanogenMod/android_device_samsung_aries-common.git -b cm-10.1

The -b signify's the branch you want!

Vendor files you can get from TheMuppets!

git clone git://github.com/TheMuppets/proprietary_vendor_samsung.git -b cm-10.1
 
  • Like
Reactions: bbrad

bbrad

Senior Member
Sep 22, 2012
3,165
850
0
Lucedale
git clone git://github.com/CyanogenMod/android_device_samsung_fascinatemtd.git -b cm-10.1

git clone git://github.com/CyanogenMod/android_device_samsung_aries-common.git -b cm-10.1

The -b signify's the branch you want!

Vendor files you can get from TheMuppets!

git clone git://github.com/TheMuppets/proprietary_vendor_samsung.git -b cm-10.1
Well don't I just feel like a dumbass now I had no idea please forgive my ignorancy not ta for putting you through all that error crap

Sent by Hellybelly 4.2.2
 
Last edited: