Aosp Rebuild the Source - Android Q&A, Help & Troubleshooting

hi,i have to rebuild the source code for samsung galaxy core mobile ,i download the jellybean code and i try to rebuild , what is the target product name for samsung galaxy core and how i add the target device name in repo manifeast file , please help me , thank u

Related

[Q] Galaxy GT-I5500 Custom Kernel Issue

Hello everybody,
I want to flash a custom kernel to my Galaxy 5 GT-I5500. However, I haven't managed to locate the proper *_defconfig file for my device.
I have also downloaded kernel source from Samsung Open Source Release Centre
Here is the list of configs been found at: /kernel/arch/arm/configs
Code:
acs5k_defconfig
acs5k_tiny_defconfig
afeb9260_defconfig
am200epdkit_defconfig
ams_delta_defconfig
assabet_defconfig
at91cap9adk_defconfig
at91rm9200dk_defconfig
at91rm9200ek_defconfig
at91sam9260ek_defconfig
at91sam9261ek_defconfig
at91sam9263ek_defconfig
at91sam9g20ek_defconfig
at91sam9rlek_defconfig
ateb9200_defconfig
badge4_defconfig
bcmring_defconfig
callisto_rev00_defconfig
callisto_rev03_defconfig
cam60_defconfig
carmeva_defconfig
cerfcube_defconfig
cm_x2xx_defconfig
cm_x300_defconfig
colibri_pxa270_defconfig
colibri_pxa300_defconfig
collie_defconfig
corgi_defconfig
cpu9260_defconfig
cpu9g20_defconfig
cpuat91_defconfig
cronin_rev00_defconfig
csb337_defconfig
csb637_defconfig
da830_omapl137_defconfig
da850_omapl138_defconfig
davinci_all_defconfig
ebsa110_defconfig
ecbat91_defconfig
edb7211_defconfig
em_x270_defconfig
ep93xx_defconfig
eseries_pxa_defconfig
europa_rev02_defconfig
ezx_defconfig
footbridge_defconfig
fortunet_defconfig
h3600_defconfig
h5000_defconfig
h7201_defconfig
h7202_defconfig
hackkit_defconfig
integrator_defconfig
iop13xx_defconfig
iop32x_defconfig
iop33x_defconfig
ixp2000_defconfig
ixp23xx_defconfig
ixp4xx_defconfig
jornada720_defconfig
kafa_defconfig
kb9202_defconfig
kirkwood_defconfig
ks8695_defconfig
lart_defconfig
loki_defconfig
lpd270_defconfig
lpd7a400_defconfig
lpd7a404_defconfig
lubbock_defconfig
lusl7200_defconfig
magician_defconfig
mahimahi_defconfig
mainstone_defconfig
mini2440_defconfig
msm7627_defconfig
msm7627-perf_defconfig
msm7630_defconfig
msm7630-perf_defconfig
msm8655-sr_defconfig
msm8660-chromeos_defconfig
msm8660_defconfig
msm_defconfig
mv78xx0_defconfig
mx1ads_defconfig
mx1_defconfig
mx21_defconfig
mx27_defconfig
mx31pdk_defconfig
mx3_defconfig
n770_defconfig
n8x0_defconfig
neocore926_defconfig
neponset_defconfig
netwinder_defconfig
netx_defconfig
nhk8815_defconfig
ns9xxx_defconfig
omap_2430sdp_defconfig
omap_3430sdp_defconfig
omap3_beagle_defconfig
omap3_evm_defconfig
omap3_pandora_defconfig
omap_4430sdp_defconfig
omap_apollon_2420_defconfig
omap_generic_1510_defconfig
omap_generic_1610_defconfig
omap_generic_1710_defconfig
omap_generic_2420_defconfig
omap_h2_1610_defconfig
omap_h4_2420_defconfig
omap_innovator_1510_defconfig
omap_innovator_1610_defconfig
omap_ldp_defconfig
omap_osk_5912_defconfig
omap_perseus2_730_defconfig
omap_zoom2_defconfig
onearm_defconfig
orion5x_defconfig
overo_defconfig
palmte_defconfig
palmtt_defconfig
palmz71_defconfig
palmz72_defconfig
pcm027_defconfig
picotux200_defconfig
pleb_defconfig
pnx4008_defconfig
pxa168_defconfig
pxa255-idp_defconfig
pxa3xx_defconfig
pxa910_defconfig
qil-a9260_defconfig
qsd8650a_defconfig
qsd8650a-perf_defconfig
qsd8650_defconfig
qsd8650-perf_defconfig
realview_defconfig
realview-smp_defconfig
rpc_defconfig
rx51_defconfig
s3c2410_defconfig
s3c6400_defconfig
s5pc100_defconfig
sam9_l9260_defconfig
shannon_defconfig
shark_defconfig
simpad_defconfig
spitz_defconfig
stmp378x_defconfig
stmp37xx_defconfig
swordfish_defconfig
sx1_defconfig
tct_hammer_defconfig
trizeps4_defconfig
u300_defconfig
usb-a9260_defconfig
usb-a9263_defconfig
versatile_defconfig
viper_defconfig
w90p910_defconfig
xcep_defconfig
yl9200_defconfig
In my view europa_rev02_defconfing might be the correct option but I am not totally sure.
Thanks in advance

[Q] Newbie help porting firefox os to galaxy ace s5830

Hi guys, i'm a newb at this but i wanna port and test firefox os to my galaxy ace 5830.....i'm stuck at :
Create the manifest file for the new device
Now you need to add the required repos to the manifest file for the new device; this manifest file is called default.xml. Refer to the b2g-manifest file on github for a template. Each device has its own branch; you can use the galaxy-s2 branch as a reference.
My question is do i git clone the fork i have of the b2g/manifest and edit the galaxy-s2.xml file to reflect the ace or what? I don't have the default.xml in my B2G folder......
dantheman1977 said:
Hi guys, i'm a newb at this but i wanna port and test firefox os to my galaxy ace 5830.....i'm stuck at :
Create the manifest file for the new device
Now you need to add the required repos to the manifest file for the new device; this manifest file is called default.xml. Refer to the b2g-manifest file on github for a template. Each device has its own branch; you can use the galaxy-s2 branch as a reference.
My question is do i git clone the fork i have of the b2g/manifest and edit the galaxy-s2.xml file to reflect the ace or what? I don't have the default.xml in my B2G folder......
Click to expand...
Click to collapse
Hi there,
im very interested in your project.
Did you getting through in the meantime?
To creating a manifest, you should use one from other device and edit it.
The best is Galaxy S II.
After this, you should open the manifest with gedit or any other editors.
Replace Galaxy S II device trees with yours and save the file as "default.xml" in directory that contains "build.sh".
Make an exact copy from your manifest and rename it to "<device_codename>.xml" for example "maguro.xml" for Galaxy Nexus Intl. or "i9082.xml" for Galaxy Grand Duos.
Now, open config.sh.
Copy one of the options in "case $1" section and use it as your template and add your device to it, like this:
Code:
"i9082")
echo DEVICE=i9082 >> .tmp-config &&
repo_sync $1
;;
Device variable is your device codename and name of your copied manifest file.
Note: this is for i9082 galaxy grand duos, you should edit it to yours.
Now, you can get the source using
Code:
ANDROIDFS_DIR=my_device_backup ./config.sh <device_codename> default.xml
Reference: "developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Porting"
interesting..!!
dantheman1977 said:
Hi guys, i'm a newb at this but i wanna port and test firefox os to my galaxy ace 5830
Click to expand...
Click to collapse
Would definitely like to see this project being developed.
gonna keep an eye on this...
Good Luck
Good luck bro
dantheman1977 said:
Hi guys, i'm a newb at this but i wanna port and test firefox os to my galaxy ace 5830.....i'm stuck at :
Create the manifest file for the new device
Now you need to add the required repos to the manifest file for the new device; this manifest file is called default.xml. Refer to the b2g-manifest file on github for a template. Each device has its own branch; you can use the galaxy-s2 branch as a reference.
My question is do i git clone the fork i have of the b2g/manifest and edit the galaxy-s2.xml file to reflect the ace or what? I don't have the default.xml in my B2G folder......
Click to expand...
Click to collapse
It's 2014 . Any news about Firefox os on galaxy ace. This phone needs it. Firefox os is build for low end devices
dantheman1977 said:
Hi guys, i'm a newb at this but i wanna port and test firefox os to my galaxy ace 5830.....i'm stuck at :
Create the manifest file for the new device
Now you need to add the required repos to the manifest file for the new device; this manifest file is called default.xml. Refer to the b2g-manifest file on github for a template. Each device has its own branch; you can use the galaxy-s2 branch as a reference.
My question is do i git clone the fork i have of the b2g/manifest and edit the galaxy-s2.xml file to reflect the ace or what? I don't have the default.xml in my B2G folder......
Click to expand...
Click to collapse
This is inspiring. Imma start porting to some devices tomorrow

ISO of Android $ource Code

When you have low bandwidth than downloading source code is frustated and unable to successfully download complete android (or derivatives) source code in most cases to build their own ROM !!
So Me And My Friend Started Little Project To Give That User ISO and Tar (( work in process )) File [[ NOT IN CD/DVD :silly: ]]
Currently Uploaded :-
ANDROID 4.2-r1
ANDROID 4.3
ANDROID 4.4
ANDROID 5.0.0_r5
CM11
=====DOWNLOAD LINK===
Note :- If you want to download this ISO files in window OS than follow THIS GUIDE
REQUEST :-Avaliable
THANK TO :- XDTIANYU

How create ROM having only boot.img? [some progress]

Hello ,I don't have popular device (allview x1 xtreme mini). I want to create custom ROM for this device. Problem is in source ... I don't have it. I found clone of my device (IUNI U2) but this device also doesn't have source in internet. I only have basic files like: system.img ,recovery.img ,data.img ,boot.img etc. I extracted ramdisk ,kernel and dts (Device Tree Source) from boot.img but I don't know what to do next? PLS HELP! [Sorry for my english] (No one help?)

Need help!! LuksManager

Hi guys! The site nemesis2.qx.net/pages/LUKSManager does not exist ( Where I can download Nemesys][ source code LuksManager ver. 2.5.1 ? If somebody have it please share source code.

Categories

Resources