New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Bowmanspeer
Old
#471  
Bowmanspeer's Avatar
Senior Member
Thanks Meter 19
Posts: 262
Join Date: Jul 2011
Location: Oregon
Default Re: [GUIDE][ROM][S4] How to build your own Baked BlackBean ROM! [AOSP 4.2.1][NOOB-PRO

Good. That's what i did. Been going for a while now...uh since my last post here.

Sent.
Rolling in JellyBeans without any Sense

HTC One S
Had a SGS4 for a week--Decided to wait for the next big thing.
 
Darknites
Old
#472  
Darknites's Avatar
Senior Member
Thanks Meter 1798
Posts: 4,574
Join Date: Jul 2011
Quote:
Originally Posted by Bowmanspeer View Post
Good. That's what i did. Been going for a while now...uh since my last post here.

Sent.
Lol time for a better pc.
Anybody fancy making a banner for me please, PM me.

Common Issues, Tips & Useful Links
Are you bootlooping or can't access the SD card, then don't look no further and click above to see how to fix it.

HoloCrazy
Are you bored of the white icons but really like Holo colour like me, then this mod is for you
 
Bowmanspeer
Old
#473  
Bowmanspeer's Avatar
Senior Member
Thanks Meter 19
Posts: 262
Join Date: Jul 2011
Location: Oregon
Quote:
Originally Posted by Darknites View Post
Lol time for a better pc.
And it was still going when I went to bed. Imagine my surprise this morning when I found a completed zip package of Baked 8--signed, sealed ready to deliver! Don't have time this morning to flash it. I'll do it after work. As for my computer (laptop), well, it may not be the latest and greatest but it serves its purpose. The best computer in the house is an HTPC with a 50" monitor . When I got this laptop about 4 years ago I didn't buy it with the thought of building anything with it. Next time I will.

BTW--Forgive me for the sidetrack. I'm trying to use Ubuntu for everything I can now. If I had to fastboot flash boot boot.img what would be different about doing it in Linux than in Windows? I'm not S-off yet (something about the process didn't make sense to me yet) I am Hboot 1.06 and have gotten away without fastboot flash on some AOSP based ROMs before.
Rolling in JellyBeans without any Sense

HTC One S
Had a SGS4 for a week--Decided to wait for the next big thing.
 
Darknites
Old
#474  
Darknites's Avatar
Senior Member
Thanks Meter 1798
Posts: 4,574
Join Date: Jul 2011
Quote:
Originally Posted by Bowmanspeer View Post
And it was still going when I went to bed. Imagine my surprise this morning when I found a completed zip package of Baked 8--signed, sealed ready to deliver! Don't have time this morning to flash it. I'll do it after work. As for my computer (laptop), well, it may not be the latest and greatest but it serves its purpose. The best computer in the house is an HTPC with a 50" monitor . When I got this laptop about 4 years ago I didn't buy it with the thought of building anything with it. Next time I will.

BTW--Forgive me for the sidetrack. I'm trying to use Ubuntu for everything I can now. If I had to fastboot flash boot boot.img what would be different about doing it in Linux than in Windows? I'm not S-off yet (something about the process didn't make sense to me yet) I am Hboot 1.06 and have gotten away without fastboot flash on some AOSP based ROMs before.
Not sure for fastbooting but adb works the same.
Anybody fancy making a banner for me please, PM me.

Common Issues, Tips & Useful Links
Are you bootlooping or can't access the SD card, then don't look no further and click above to see how to fix it.

HoloCrazy
Are you bored of the white icons but really like Holo colour like me, then this mod is for you
 
Bowmanspeer
Old
#475  
Bowmanspeer's Avatar
Senior Member
Thanks Meter 19
Posts: 262
Join Date: Jul 2011
Location: Oregon
Default Re: [GUIDE][ROM][S4] How to build your own Baked BlackBean ROM! [AOSP 4.2.1][NOOB-PRO

I figured it out. It had output a boot.img as well as the zip. I put that in the platform-tools folder with fast boot. Opened terminal and changed directory to that folder and did fast boot flash. I'm on it right now BTW. Seems its everything from latest baked. I even had to go grab the fix zip to flash. Definitely going to run this for a while. I'm happy.

What's the next project?

Sent.
Rolling in JellyBeans without any Sense

HTC One S
Had a SGS4 for a week--Decided to wait for the next big thing.
 
sumasage
Old
#476  
Senior Member
Thanks Meter 14
Posts: 362
Join Date: Aug 2008
I am trying to compile the latest version of Baked rom. I've followed the guide but ran into some problems. After downloading the sources terminal report the following error:

Code:
From git://github.com/TeamBAKED/kernel_samsung_manta
 * [new branch]      jb-4.2     -> baked/jb-4.2
 * [new branch]      jb-mr1     -> baked/jb-mr1

error: Exited sync due to fetch errors
linh@linh-VirtualBox:~/baked$ cd ..
linh@linh-VirtualBox:~$ ls
baked  Desktop    Downloads         Music     Public     Videos
bin    Documents  examples.desktop  Pictures  Templates
linh@linh-VirtualBox:~$ cd baked
linh@linh-VirtualBox:~/baked$ cp external/kernel-headers/original/sound/asound.h prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cp: cannot stat ‘external/kernel-headers/original/sound/asound.h’: No such file or directory
I tried to run the kernel command but seem like it cant find the directory.

The guide is a few months old maybe thing changed.... Can you update the guide?

Thanks for your hard works.
 
Darknites
Old
(Last edited by Darknites; 26th April 2013 at 06:26 PM.)
#477  
Darknites's Avatar
Senior Member
Thanks Meter 1798
Posts: 4,574
Join Date: Jul 2011
Quote:
Originally Posted by sumasage View Post
I am trying to compile the latest version of Baked rom. I've followed the guide but ran into some problems. After downloading the sources terminal report the following error:

Code:
From git://github.com/TeamBAKED/kernel_samsung_manta
 * [new branch]      jb-4.2     -> baked/jb-4.2
 * [new branch]      jb-mr1     -> baked/jb-mr1

error: Exited sync due to fetch errors
linh@linh-VirtualBox:~/baked$ cd ..
linh@linh-VirtualBox:~$ ls
baked  Desktop    Downloads         Music     Public     Videos
bin    Documents  examples.desktop  Pictures  Templates
linh@linh-VirtualBox:~$ cd baked
linh@linh-VirtualBox:~/baked$ cp external/kernel-headers/original/sound/asound.h prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cp: cannot stat ‘external/kernel-headers/original/sound/asound.h’: No such file or directory
I tried to run the kernel command but seem like it cant find the directory.

The guide is a few months old maybe thing changed.... Can you update the guide?

Thanks for your hard works.
Em I think that command is for ville so you might not need that, try building without using that command.

Hmm looking again it seems it didn't fully sync so you can't build it untill you do.
Anybody fancy making a banner for me please, PM me.

Common Issues, Tips & Useful Links
Are you bootlooping or can't access the SD card, then don't look no further and click above to see how to fix it.

HoloCrazy
Are you bored of the white icons but really like Holo colour like me, then this mod is for you