[Q] Developer needed. How to make rom from source codes - Android Q&A, Help & Troubleshooting

Any developer help me ..... can you make rom from the source code. Or please suggest me how to make it. I 've downloaded from opensource.samsung.com The ICS source codes for Galaxy Y Duos Lite. Plz help plz....

Manash007 said:
Any developer help me ..... can you make rom from the source code. Or please suggest me how to make it. I 've downloaded from opensource.samsung.com The ICS source codes for Galaxy Y Duos Lite. Plz help plz....
Click to expand...
Click to collapse
I assume you downloaded the kernel source but not the whole source required to build a rom. Have a look at source.android.com, which contains the most basic steps required to build Android. Ask here for help again after your first build failed

lordtillt said:
I assume you downloaded the kernel source but not the whole source required to build a rom. Have a look at source.android.com, which contains the most basic steps required to build Android. Ask here for help again after your first build failed
Click to expand...
Click to collapse
Following the guide at android.com, I have successfully built a system.img. But I am facing the following issue:
1) When I try to flash system.img on my device (galaxy trend S7392) ODIN reports Fail. I am not able to get any further regarding how to flash it or why the flash is failing.
2) I am googling it since long, but all the guides I can find direct to CM sources or Nexus family of devices, which provide a convenient way of extracting proprietary binaries from the phone. But I can't find a single tutorial/guide/information over how to identify the same and then integrate these binaries into the AOSP source code.
For now, the #1 is more concerning to me. Can you please help?

trivalent said:
Following the guide at android.com, I have successfully built a system.img. But I am facing the following issue:
1) When I try to flash system.img on my device (galaxy trend S7392) ODIN reports Fail. I am not able to get any further regarding how to flash it or why the flash is failing.
2) I am googling it since long, but all the guides I can find direct to CM sources or Nexus family of devices, which provide a convenient way of extracting proprietary binaries from the phone. But I can't find a single tutorial/guide/information over how to identify the same and then integrate these binaries into the AOSP source code.
For now, the #1 is more concerning to me. Can you please help?
Click to expand...
Click to collapse
Do you have the system folder in your working directory? try making a cwm flashable zip from it?

milkgreen said:
Do you have the system folder in your working directory? try making a cwm flashable zip from it?
Click to expand...
Click to collapse
Thanks for the reply green.
Yes, I have the system folder. You mentioned CWM flashzip. I am currently using STOCK recovery. Will that flashable zip work? If not, I need to have CWM recovery installed on my phone. And as far as I know, CWM is not available for GTS7392 as of now.
Do you have any other solution?

trivalent said:
Thanks for the reply green.
Yes, I have the system folder. You mentioned CWM flashzip. I am currently using STOCK recovery. Will that flashable zip work? If not, I need to have CWM recovery installed on my phone. And as far as I know, CWM is not available for GTS7392 as of now.
Do you have any other solution?
Click to expand...
Click to collapse
this should work: http://forum.xda-developers.com/showthread.php?t=732957 (ensure you have an unlocked bootloader)
or another method: (extremely dangerous, root required)
su
dd if=/dev/block/YOUR_system_block_here of=/sdcard/bkp_system.img
dd if=/dev/block/YOUR_system_block_here of=/sdcard/YOUR_system.img
Click to expand...
Click to collapse
The second command will back up your system, you may flash it this method failed.
And also make sure that your system.img has no problem (I can't help if this occurred, no experience of compiling sources =P)
anyway, when using dd, ensure you have a backup of the target 'of', and make sure you can flash it back even it fails, and my way may not be the most appropriate way, try out others suggestion too =D

milkgreen said:
this should work: http://forum.xda-developers.com/showthread.php?t=732957 (ensure you have an unlocked bootloader)
or another method: (extremely dangerous, root required)
The second command will back up your system, you may flash it this method failed.
And also make sure that your system.img has no problem (I can't help if this occurred, no experience of compiling sources =P)
anyway, when using dd, ensure you have a backup of the target 'of', and make sure you can flash it back even it fails, and my way may not be the most appropriate way, try out others suggestion too =D
Click to expand...
Click to collapse
I have the .tar.md5 of stock ROM, so backup is not a issue.
The link you have suggested is merely for making update.zip for Android Applications, not the Android System . I am looking to flash system.img
Regarding system.img has no problem, I currently don't have a way to find out if the package is error free. I am searching for the same.

trivalent said:
I have the .tar.md5 of stock ROM, so backup is not a issue.
The link you have suggested is merely for making update.zip for Android Applications, not the Android System . I am looking to flash system.img
Regarding system.img has no problem, I currently don't have a way to find out if the package is error free. I am searching for the same.
Click to expand...
Click to collapse
Oops, sorry for that, haha, I used cwm all the time for my phone, so I haven't tried making an update.zip =D
If I was you, I would have tried to dd in, by the way, why would you compile it from source? I prefer editing a stock rom (I'm working on it now -w-)

milkgreen said:
Oops, sorry for that, haha, I used cwm all the time for my phone, so I haven't tried making an update.zip =D
If I was you, I would have tried to dd in, by the way, why would you compile it from source? I prefer editing a stock rom (I'm working on it now -w-)
Click to expand...
Click to collapse
Working for which phone?
Although editing a stock rom seems to be easier than that of what I am trying to do, I am quite interested in the learning and gaining experience involved in the Compilation and Porting Android to a particular device. That's why I am trying to compile it from source.
Can you link me somewhere to learn editing stock rom too?

trivalent said:
Working for which phone?
Although editing a stock rom seems to be easier than that of what I am trying to do, I am quite interested in the learning and gaining experience involved in the Compilation and Porting Android to a particular device. That's why I am trying to compile it from source.
Can you link me somewhere to learn editing stock rom too?
Click to expand...
Click to collapse
I9070, I flashed the system to my modemfs block accidentally, now I'm using the modem file from others region which make me uncomfortable
That sounds great! But to me it's requiring too much knowledge and patience *sigh*
Here you go: http://forum.xda-developers.com/showthread.php?t=2195858
Not sure if you can adb push the rom to your phone as there's no cwm for you, do anything with caution and ensure there's a last resort!

milkgreen said:
I9070, I flashed the system to my modemfs block accidentally, now I'm using the modem file from others region which make me uncomfortable
That sounds great! But to me it's requiring too much knowledge and patience *sigh*
Here you go: http://forum.xda-developers.com/showthread.php?t=2195858
Not sure if you can adb push the rom to your phone as there's no cwm for you, do anything with caution and ensure there's a last resort!
Click to expand...
Click to collapse
Knowledge is never too much... . You will always find it less when you compare .
yes, I am trying it very cautiously but at the same time open to take a risk . The only blockage is that I am not getting answer to my questions yet
Thanks for the link. I will check and try it.. Lets see if it has something for me too
---------- Post added at 10:11 AM ---------- Previous post was at 09:55 AM ----------
milkgreen said:
I9070, I flashed the system to my modemfs block accidentally, now I'm using the modem file from others region which make me uncomfortable
That sounds great! But to me it's requiring too much knowledge and patience *sigh*
Here you go: http://forum.xda-developers.com/showthread.php?t=2195858
Not sure if you can adb push the rom to your phone as there's no cwm for you, do anything with caution and ensure there's a last resort!
Click to expand...
Click to collapse
BTW why are you using modem files from other regions? Just flash the stock ROM for you phone from your region. You can easily get it over net.

trivalent said:
Knowledge is never too much... . You will always find it less when you compare .
yes, I am trying it very cautiously but at the same time open to take a risk . The only blockage is that I am not getting answer to my questions yet
Thanks for the link. I will check and try it.. Lets see if it has something for me too
---------- Post added at 10:11 AM ---------- Previous post was at 09:55 AM ----------
BTW why are you using modem files from other regions? Just flash the stock ROM for you phone from your region. You can easily get it over net.
Click to expand...
Click to collapse
nope, stock JB for I9070 doesn't contains a modemfs file, however a GB stock does, I'm still searching for my region's GB stock

milkgreen said:
nope, stock JB for I9070 doesn't contains a modemfs file, however a GB stock does, I'm still searching for my region's GB stock
Click to expand...
Click to collapse
This is strange What is your region? May be I can help.
---------- Post added at 10:44 AM ---------- Previous post was at 10:36 AM ----------
milkgreen said:
nope, stock JB for I9070 doesn't contains a modemfs file, however a GB stock does, I'm still searching for my region's GB stock
Click to expand...
Click to collapse
BTW, did you tried flashing the Stock JB? Its hard to believe that stock JB doens't contains modemfs file. It might be embedded somewhere. Of course, you wouldn't be able to see it. I would suggest you to please try flashing it.

trivalent said:
This is strange What is your region? May be I can help.
---------- Post added at 10:44 AM ---------- Previous post was at 10:36 AM ----------
BTW, did you tried flashing the Stock JB? Its hard to believe that stock JB doens't contains modemfs file. It might be embedded somewhere. Of course, you wouldn't be able to see it. I would suggest you to please try flashing it.
Click to expand...
Click to collapse
baseband: XAMD1
i flashed it for so much times www

milkgreen said:
baseband: XAMD1
i flashed it for so much times www
Click to expand...
Click to collapse
The only quick and less frustrating way would be to downgrade to GB first and then upgrade to JB. After upgrade to JB, you can take the backup of your modem fs from phone itself to avoid such issues in future...
You can follow this thread to downgrade from JB to GB : http://forum.xda-developers.com/showthread.php?t=2100642

trivalent said:
The only quick and less frustrating way would be to downgrade to GB first and then upgrade to JB. After upgrade to JB, you can take the backup of your modem fs from phone itself to avoid such issues in future...
You can follow this thread to downgrade from JB to GB : http://forum.xda-developers.com/showthread.php?t=2100642
Click to expand...
Click to collapse
yea, I've done that, thx =D
well, im still searching for my region's stock ww,:laugh:

Related

[Q] Can't install Blurred ROMs

I have an Atrix 4G, rooted/bootloader unlocked, running Ba2TF (CM7.1) right now, but when I try to flash any ROMs even based on Blur, it doesn't work. CWM recovery gives me an error when I try flashing. Any ideas how to flash a Blurred/Stockish ROM?
Maybe you can tell us which error are you getting when trying to flash a Blur rom...
djluis48 said:
Maybe you can tell us which error are you getting when trying to flash a Blur rom...
Click to expand...
Click to collapse
Good idea I'll try flashing and post the specific error.
Also, which ROMs are you specifically trying to flash and what recovery are you using and where are you placing the zip file to flash from and are you performing the appropriate wipes and and and ..... ???
Just for future reference, please give as much details as possible to make it easier for anyone trying to help to diagnose the issue.
darnocs1 said:
Good idea I'll try flashing and post the specific error.
Click to expand...
Click to collapse
live4nyy said:
Also, which ROMs are you specifically trying to flash and what recovery are you using and where are you placing the zip file to flash from and are you performing the appropriate wipes and and and ..... ???
Just for future reference, please give as much details as possible to make it easier for anyone trying to help to diagnose the issue.
Click to expand...
Click to collapse
ROM: GingerMod 2.3.6 #7
Recovery: CWM (as stated in the OP) 5.0.0.*
Zip: Root of SD card
Everything else: yep, I've flashed a ton of ROMs on this phone. This specific one (GingerMod) is the only one that's given me problems.

Phone just freezes when I root it

Hi All.
I'm relatively new to all this so go easy on me.
I've got a Samsung Galaxy S2 on T Mobile.
Model Number: GT-I9100
Android Version: 4.0.3
Baseband Version: I9100XXLPQ
Kernel Version: 3.0.1 5-i9100XXLPQ-CL223505
Build Number: IML74K.XXLPQ
I've tried to root it using a method I found on here, I think it was by chainfire, the Odin app said it was a success but when the phone reboots it just freezes and doesnt go any further.
I want to have the cyanogenmod rom on my phone with it fully rooted.
Any help would be greatly appreciated, I have searched this forum for answers but its pretty vast.
What kernel did you use to root your device?
Sent from my GT-I9100 using xda app-developers app
HANDSY said:
What kernel did you use to root your device?
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
is this a kernel? if so this one
I9100XXLPQ_I9100OXALPQ_XEO
It's a ROM, we need information about kernel.
gashalasha7 said:
is this a kernel? if so this one
I9100XXLPQ_I9100OXALPQ_XEO
Click to expand...
Click to collapse
That is a full firmware, not a kernel.
You said you used something from chainfire. If you can't tell us, perhaps a link to what you used would be helpful.
ctomgee said:
That is a full firmware, not a kernel.
You said you used something from chainfire. If you can't tell us, perhaps a link to what you used would be helpful.
Click to expand...
Click to collapse
initially I think it was this
GT-I9100_UMKK1_insecure.tar
gashalasha7 said:
initially I think it was this
GT-I9100_UMKK1_insecure.tar
Click to expand...
Click to collapse
This is an insecure kernel for android build UMKK1, which is Gingerbread.
You have an XXLPQ build, which is ICS.
You need to use a kernel that is closer to your build. There is an LPQ kernel in the CF-root thread, flash that. (make sure to use the one labelled as "proper", it fixes some stuff)
ctomgee said:
This is an insecure kernel for android build UMKK1, which is Gingerbread.
You have an XXLPQ build, which is ICS.
You need to use a kernel that is closer to your build. There is an LPQ kernel in the CF-root thread, flash that. (make sure to use the one labelled as "proper", it fixes some stuff)
Click to expand...
Click to collapse
Originally my phone had Gingerbread - which is why I used that kernel. However, I then thought it had rooted. So installed ICS. Downloaded Rom manager and it tells me my phone isnt rooted.
Should I still use that one?
Do I need to do anything after that?
gashalasha7 said:
Originally my phone had Gingerbread - which is why I used that kernel. However, I then thought it had rooted. So installed ICS. Downloaded Rom manager and it tells me my phone isnt rooted.
Should I still use that one?
Do I need to do anything after that?
Click to expand...
Click to collapse
Is the information in post 1 still accurate? Is that what is CURRENTLY on your phone? Then use the LPQ "proper" kernel in that thread I linked. Instructions are in post 1 of that same thread, but the short of it is: find the kernel that matches your build, and flash with Odin. (I already told you which one) That should be all you need to do. That will show the Triangle when you boot the phone, but if you don't care about that showing, then you're done.
So you're saying your reason for using the UMKK1 Gingerbread kernel was because you were PREVIOUSLY on Gingerbread? Well, you installed ICS. Your kernel changed along with it. You'd now have to use an ICS kernel to root ICS. Make sense?
ctomgee said:
Is the information in post 1 still accurate? Is that what is CURRENTLY on your phone? Then use the LPQ "proper" kernel in that thread I linked. Instructions are in post 1 of that same thread, but the short of it is: find the kernel that matches your build, and flash with Odin. (I already told you which one) That should be all you need to do. That will show the Triangle when you boot the phone, but if you don't care about that showing, then you're done.
So you're saying your reason for using the UMKK1 Gingerbread kernel was because you were PREVIOUSLY on Gingerbread? Well, you installed ICS. Your kernel changed along with it. You'd now have to use an ICS kernel to root ICS. Make sense?
Click to expand...
Click to collapse
Yep, makes sense.
Yeah the above is what is currently on my phone.
I'll give that a go. Thanks for your help.
CTOMGEE thanked for advice given.
Sent from my GT-I9100 using xda app-developers app
ctomgee said:
Is the information in post 1 still accurate? Is that what is CURRENTLY on your phone? Then use the LPQ "proper" kernel in that thread I linked. Instructions are in post 1 of that same thread, but the short of it is: find the kernel that matches your build, and flash with Odin. (I already told you which one) That should be all you need to do. That will show the Triangle when you boot the phone, but if you don't care about that showing, then you're done.
So you're saying your reason for using the UMKK1 Gingerbread kernel was because you were PREVIOUSLY on Gingerbread? Well, you installed ICS. Your kernel changed along with it. You'd now have to use an ICS kernel to root ICS. Make sense?
Click to expand...
Click to collapse
Hi there, it rooted, so thanks for your help with that.
However, I tried installing cyanogenmod from the latest one listed in the Rom Manager. It downloaded, the phone re-booted into recovery. I deleted cache and data, then installed the zip file from sd card, however it came up that it had failed and was aborted.
So now it's rebooted and is back to 4.0.3 but with all my data gone.
Man this sucks.
Hope you can help mate
gashalasha7 said:
Hi there, it rooted, so thanks for your help with that.
However, I tried installing cyanogenmod from the latest one listed in the Rom Manager. It downloaded, the phone re-booted into recovery. I deleted cache and data, then installed the zip file from sd card, however it came up that it had failed and was aborted.
So now it's rebooted and is back to 4.0.3 but with all my data gone.
Man this sucks.
Hope you can help mate
Click to expand...
Click to collapse
I don't use CyanogenMod, but I would avoid using ROM Manager if I were you. Why don't you just follow the instructions in the CM discussion thread? And which CM are you attempting to install? CM7, or CM9? (one is Gingerbread, and the other is ICS)
BTW - you would have had to delete all data, going to either version of CM anyways, as file system is a bit different between AOSP and Samsung based firmwares.
iesroxo when
ctomgee said:
I don't use CyanogenMod, but I would avoid using ROM Manager if I were you. Why don't you just follow the instructions in the CM discussion thread? And which CM are you attempting to install? CM7, or CM9? (one is Gingerbread, and the other is ICS)
Click to expand...
Click to collapse
The newest one, I think it was CM9.
To be honest mate there's so many threads and discussions unless you have a real grasp of it its not easy
is there a way of me telling if clockworkmod recovery is installed?
gashalasha7 said:
The newest one, I think it was CM9.
To be honest mate there's so many threads and discussions unless you have a real grasp of it its not easy
Click to expand...
Click to collapse
CM9 discussion thread. Has installation instructions in post 1, which don't involve using ROM Manager at all. As I said earlier, I'd avoid using ROM Manager; it often misbehaves on this device.
Here's some advice... even though I don't use CM (7 or 9), I found that that thread in 1 second by typing "cyanogenmod9 i9100 xda discussion thread" into Google. It was the first result that came up.
I know forum search sometimes is down, but I actually prefer to use Google for my searches anyways. You can even limit searches to a specific site by including "site:" followed by whatever site you are interested in limiting your search to.
For example, if I wanted to search the xda forums for i9100 rooting techniques, I'd Google:
site:forum.xda-developers.com i9100 rooting techniques
This will return a Google search for "i9100 rooting techniques" that are within the forum.xda-developers.com domain.
Rule #1 of the forum is to search before posting anyways... I know you're new to most of this, but you'll find people will tend to either not help or will be kind of mean if you post commonly asked questions.
Hope all this helps.
---------- Post added at 12:33 PM ---------- Previous post was at 12:31 PM ----------
gashalasha7 said:
is there a way of me telling if clockworkmod recovery is installed?
Click to expand...
Click to collapse
Boot to recovery. You'll know because CWM recovery has MANY more options than stock recovery. Stock recovery you can only wipe data/factory reset, wipe cache, and wipe dalvik cache, and maybe a couple other options. I don't exactly remember, it's been so long since I've had stock recovery.
ctomgee said:
CM9 discussion thread. Has installation instructions in post 1, which don't involve using ROM Manager at all. As I said earlier, I'd avoid using ROM Manager; it often misbehaves on this device.
Here's some advice... even though I don't use CM (7 or 9), I found that that thread in 1 second by typing "cyanogenmod9 i9100 xda discussion thread" into Google. It was the first result that came up.
I know forum search sometimes is down, but I actually prefer to use Google for my searches anyways. You can even limit searches to a specific site by including "site:" followed by whatever site you are interested in limiting your search to.
For example, if I wanted to search the xda forums for i9100 rooting techniques, I'd Google:
site:forum.xda-developers.com i9100 rooting techniques
This will return a Google search for "i9100 rooting techniques" that are within the forum.xda-developers.com domain.
Rule #1 of the forum is to search before posting anyways... I know you're new to most of this, but you'll find people will tend to either not help or will be kind of mean if you post commonly asked questions.
Hope all this helps.
---------- Post added at 12:33 PM ---------- Previous post was at 12:31 PM ----------
Boot to recovery. You'll know because CWM recovery has MANY more options than stock recovery. Stock recovery you can only wipe data/factory reset, wipe cache, and wipe dalvik cache, and maybe a couple other options. I don't exactly remember, it's been so long since I've had stock recovery.
Click to expand...
Click to collapse
Okay thanks.
Believe me I spent 5 hours last night searching for answers and reading.
I appreciate your help.
gashalasha7 said:
Okay thanks.
Believe me I spent 5 hours last night searching for answers and reading.
I appreciate your help.
Click to expand...
Click to collapse
Sometimes it's just a matter of inputting the right search terms.
Anyways, I'd also advise you to follow the "noob-proof" installation instructions only on that CM9 discussion thread. It is the most straight-forward, and involves the fewest amount of steps.
now its gone into kernel panic upload mode
this is a mare
gashalasha7 said:
now its gone into kernel panic upload mode
this is a mare
Click to expand...
Click to collapse
Were you following the "noob-proof" instructions as I advised?
What exact steps did you take?

[Q] What kernel do I need?

I just successfully rooted my phone using the DooMLoRD method. I wan't to use a Jellybean custom rom(probably aokp). What kernel do I need? I have a Galaxy S2 with version 2.3.4 and gingerbread.uckh7.
You need one with cwm baked in. It's that simple. The rom you select will flash the recommended kernel
Sent from my Galaxy Nexus
aknbad23 said:
I just successfully rooted my phone using the DooMLoRD method. I wan't to use a Jellybean custom rom(probably aokp). What kernel do I need? I have a Galaxy S2 with version 2.3.4 and gingerbread.uckh7.
Click to expand...
Click to collapse
All roms will automatically flash an appropriate kernel.
dsmboost said:
All roms will automatically flash an appropriate kernel.
Click to expand...
Click to collapse
Ok, but don't I need to backup my phone(contacts,apps,etc) with CWM recovery before I put a ROM on it? That would mean I need a CWM kernel right?
aknbad23 said:
Ok, but don't I need to backup my phone(contacts,apps,etc) with CWM recovery before I put a ROM on it?
Click to expand...
Click to collapse
These are really basic and common questions that you are asking and can be easily found by searching. I'm just giving you a fair warning, because you will be flamed by others for not searching.
Creating backups via CWM is not a requirement to flash anything. It is highly recommended that you do create backups though (especially if you're new to this), in case something goes wrong while flashing stuff.
dsmboost said:
These are really basic and common questions that you are asking and can be easily found by searching. I'm just giving you a fair warning, because you will be flamed by others for not searching.
Creating backups via CWM is not a requirement to flash anything. It is highly recommended that you do create backups though (especially if you're new to this), in case something goes wrong while flashing stuff.
Click to expand...
Click to collapse
Thanks.
And with that, i will close this here, and advise further searching in the future (if you are willing to do something that can hose your phone, please take 10 minutes, and read the basic guides on what to do... it will be a life saver..)

How to install ROMS on UCLE5 Stock ICS Root w/ Siyah v4.3.3 w/o mic swap

After reading over lots and lots of threads, I finally got up the courage to root my phone.
I followed these instructions: http://forum.xda-developers.com/showthread.php?t=1746181
I flashed the "Kernel + Modem + Cache + Rooted UCLE5 System Package" using Odin, downloaded Mobile Odin, and then flashed the safe Siyah 4.3.3 kernel w/o mic swap to avoid bricking due to the eMMc bug. Everything seems to be working fine. I have Superuser, Mobile Odin, and CWM Recovery.
My question is what are my ROM choices and how do I go about installing them?
I'f I'm reading the instructions correctly in the thread with the rooting instructions, I only have the three options for kernels in that thread and I MUST use a w/o mic swap version.
On the Siyah thread: http://forum.xda-developers.com/showthread.php?t=1592228, the only ROMs listed that work with w/o mic swap Siyah are Criskelo and UCLD3. Are these my only choices for ROM?
Are these the proper files for Criskelo?
Criskelo: http://forum.xda-developers.com/showthread.php?t=1500891&highlight=criskelo
I can't seem to find the files for UCLD3.
To be clear, I was coming from a stock i777 with stock ICS and UCLE5. I'm now running 4.0.3, I777UCLE5, 3.1.0-rc8-Siyah-v4.3.3-nomswap ([email protected]).
Thanks for any help. I've searched and read a ton, but I just can't make sense of it all.
You can use any rom you want. It will come with its own kernel and overwrite the one you have
Sent from my Galaxy Nexus
eerssco action-ev
Pirateghost said:
You can use any rom you want. It will come with its own kernel and overwrite the one you have
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
So this from the the first thread isn't true?
"You must use an ICS kernel, and it must work with Samsung firmware, and be the no-mic-swap version. If you install a Gingerbread kernel the phone will not boot."
Sorry, it's all a bit confusing to me.
dillon_b12 said:
So this from the the first thread isn't true?
"You must use an ICS kernel, and it must work with Samsung firmware, and be the no-mic-swap version. If you install a Gingerbread kernel the phone will not boot."
Sorry, it's all a bit confusing to me.
Click to expand...
Click to collapse
Then don't go and mess with your phone if you don't understand what you're doing. The information is not that complicated.
dillon_b12 said:
So this from the the first thread isn't true?
"You must use an ICS kernel, and it must work with Samsung firmware, and be the no-mic-swap version. If you install a Gingerbread kernel the phone will not boot."
Sorry, it's all a bit confusing to me.
Click to expand...
Click to collapse
Just do as Pirate says and you will be fine. Dont worry about the kernel because the rom you want will have the appropriate kernel packaged in
dillon_b12 said:
So this from the the first thread isn't true?
"You must use an ICS kernel, and it must work with Samsung firmware, and be the no-mic-swap version. If you install a Gingerbread kernel the phone will not boot."
Sorry, it's all a bit confusing to me.
Click to expand...
Click to collapse
it means that if you use an ALTERNATE kernel, which a lot of people like to do, then you must abide by those guidelines. all roms come packaged with a 'recommended' kernel....just flash one and you will see.
Pirateghost said:
it means that if you use an ALTERNATE kernel, which a lot of people like to do, then you must abide by those guidelines. all roms come packaged with a 'recommended' kernel....just flash one and you will see.
Click to expand...
Click to collapse
Thanks, that makes much more sense.
Ok, so for this ROM: http://forum.xda-developers.com/showthread.php?t=2005266
How do I do an EFS backup? I have searched this, but haven't found anything specific to this phone. Just want to make sure I am doing it correctly.
The next step is to do a FULL BACKUP. I did a backup in CWM Recovery. Does that work?
When I move the ROM to my phone, do I take the whole zip file? Is there any particular file(zImage?) I point to when flashing through CWM or is it the whole zip file?
Thanks again for all the help.
I successfully flashed SHOStock2.
Thanks for the help guys.
dillon_b12 said:
Thanks, that makes much more sense.
Ok, so for this ROM: http://forum.xda-developers.com/showthread.php?t=2005266
How do I do an EFS backup? I have searched this, but haven't found anything specific to this phone. Just want to make sure I am doing it correctly.
Use any EFS Backup App
The next step is to do a FULL BACKUP. I did a backup in CWM Recovery. Does that work?
Yepp that is a Nandroid backup
When I move the ROM to my phone, do I take the whole zip file? Is there any particular file(zImage?) I point to when flashing through CWM or is it the whole zip file?
Nope just keep the whole zip and select it in CWM
Thanks again for all the help.
Click to expand...
Click to collapse
See my replies in bold
dillon_b12 said:
I successfully flashed SHOStock2.
Thanks for the help guys.
Click to expand...
Click to collapse
Good choice for a first ROM. When you get bored with that Shostock3 is really nice but wait until 1.5 comes out. It has some fixes that will polish it up nicely.
Sent from my SGH-I777 using xda app-developers app
attsw said:
Good choice for a first ROM. When you get bored with that Shostock3 is really nice but wait until 1.5 comes out. It has some fixes that will polish it up nicely.
Sent from my SGH-I777 using xda app-developers app
Click to expand...
Click to collapse
Would going to SHOStock3 require a wipe? I understand that upgrading to new versions of an existing ROM usually does not, but since this is a different ROM it seems like it would require the full wipe.
What is the easiest way to retain as many of my settings, etc... as possible when doing full wipes? I have Titanium Backup already. Is there another program that will help me retain more?
dillon_b12 said:
Would going to SHOStock3 require a wipe? I understand that upgrading to new versions of an existing ROM usually does not, but since this is a different ROM it seems like it would require the full wipe.
What is the easiest way to retain as many of my settings, etc... as possible when doing full wipes? I have Titanium Backup already. Is there another program that will help me retain more?
Click to expand...
Click to collapse
Yes on the full wipe before flashing the new ROM.
What else are u trying to retain besides apps and their data? If that's all TiBu is fine
brandonarev said:
Yes on the full wipe before flashing the new ROM.
What else are u trying to retain besides apps and their data? If that's all TiBu is fine
Click to expand...
Click to collapse
It would be nice if I didn't have setup e-mail everytime, but if I can keep my apps and their data with TiBu, that should be fine.
dillon_b12 said:
It would be nice if I didn't have setup e-mail everytime, but if I can keep my apps and their data with TiBu, that should be fine.
Click to expand...
Click to collapse
Once you get accustomed to it, flashing with a full wipe isn't too bad. Make a nandroid backup in case you decide to go back. And I would recommend you buy the full version of titanium back up to get the batch features, and support the developer. It is probably the most important app for those that flash regularly.
I can fully wipe and flash and have everything back up and running the exact same way it was in like 10 minutes. But I like the chance to start fresh

[Q] Galaxy Tab SC-01C(P1000) Cant flash overcome

Hi i have a problem with my tab SC-01C docomo Galaxy Tab P1000, i cant flash overcome 4.0 with my tablet when i try to use ODIN it keeps on failing and stops in Boot.bin and will bricked, btw its Gingerbread OMKE2 already, i dont know if my bootloader is lock or what, i saw somethread here that if its already gingerbread dont use the loader because it can mess up the system, so please tell me what should i do. :crying:
rence.slvdr said:
Hi i have a problem with my tab SC-01C docomo Galaxy Tab P1000, i cant flash overcome 4.0 with my tablet when i try to use ODIN it keeps on failing and stops in Boot.bin and will bricked, btw its Gingerbread OMKE2 already, i dont know if my bootloader is lock or what, i saw somethread here that if its already gingerbread dont use the loader because it can mess up the system, so please tell me what should i do. :crying:
Click to expand...
Click to collapse
Put a link to the ROM thread so I can see if you need an ICS boot loader or any other prerequisites... I don't have this device..but I'd be more than happy to help you track down the issue
Gil81 said:
Put a link to the ROM thread so I can see if you need an ICS boot loader or any other prerequisites... I don't have this device..but I'd be more than happy to help you track down the issue
Click to expand...
Click to collapse
Here it is http://forum.xda-developers.com/showthread.php?t=2174247
rence.slvdr said:
Here it is http://forum.xda-developers.com/showthread.php?t=2174247
Click to expand...
Click to collapse
OK..from what I see. I'm betting you have a bad download. Try to download the kernel again and flash it. If you're tab is up and running you can grab the zip and flash it from recovery...just wipe cache and dalvik cache...flash kernel..but you need to make sure that kernel will boot with the ROM you have flashed...
If you're looking to just upgrade to the newest version of overcome. I would suggest you to get the zip file..wipe data,cache,dalvik cache and format system...then flash the ROM zip from recovery...
Also...are you're recoveries on this device separate from you're kernel or tied together...
---------- Post added at 10:27 AM ---------- Previous post was at 10:12 AM ----------
Edit...I just read that if you trying to flash cm 10.1...you need to restock because of the partition changes...
Gil81 said:
OK..from what I see. I'm betting you have a bad download. Try to download the kernel again and flash it. If you're tab is up and running you can grab the zip and flash it from recovery...just wipe cache and dalvik cache...flash kernel..but you need to make sure that kernel will boot with the ROM you have flashed...
If you're looking to just upgrade to the newest version of overcome. I would suggest you to get the zip file..wipe data,cache,dalvik cache and format system...then flash the ROM zip from recovery...
Also...are you're recoveries on this device separate from you're kernel or tied together...
Click to expand...
Click to collapse
Maybe i need to download new krnel, ill tell you if that will work, thanks, actually im new with flashing so i cant seem to recognize whats the difference between rom and kernel
rence.slvdr said:
Maybe i need to download new krnel, ill tell you if that will work, thanks, actually im new with flashing so i cant seem to recognize whats the difference between rom and kernel
Click to expand...
Click to collapse
OK...I suggest doing some more reading...I know it can be a pain..but with an old device its a must..good luck and let me now how it goes..
Gil81 said:
OK...I suggest doing some more reading...I know it can be a pain..but with an old device its a must..good luck and let me now how it goes..
Click to expand...
Click to collapse
i Already downloaded a new one, still no signs of luck. it fails again. in boot.bin
rence.slvdr said:
i Already downloaded a new one, still no signs of luck. it fails again. in boot.bin
Click to expand...
Click to collapse
OK...I'm not familiar with this device so let me do some more reading...Lol. I seen something about a restock...I'll get back to ya...later tonight..
---------- Post added at 08:00 PM ---------- Previous post was at 07:56 PM ----------
rence.slvdr said:
i Already downloaded a new one, still no signs of luck. it fails again. in boot.bin
Click to expand...
Click to collapse
Second or third paragraph in the guide you linked me to...
Also, based on experience, if you want to upgrade to other ROMs in the future you will have to keep your stock GB ROM file, your gt-p1000_mr.pit, the dbdata.tar and the entire Overcome kit (kernel and ROM). You will need all of them in the future because I've found that to install a new ROM you have to repeat the entire process of restocking to GB, then installing Overcome Kernel and ROM, then installing whatever ROM you want. It sucks, but it's the only way I've seen so far.
My take on this is that you need to go back to stock GB...then overcome...I'll read more to make sure..just thought I'd share this real quick as I just seen it..
---------- Post added at 08:05 PM ---------- Previous post was at 08:00 PM ----------
rence.slvdr said:
i Already downloaded a new one, still no signs of luck. it fails again. in boot.bin
Click to expand...
Click to collapse
Read that guide you linked...man. The answers are there for you...I just read some more of it...
But basically...you need to go back to GB...but first you need to flash the pit file from Odin to repartition the partitions...then Odin the GB ROM ...then overcome..its all in that guide...read...read...read.
If you have any questions about the the process let me know...
Gil81 said:
OK...I'm not familiar with this device so let me do some more reading...Lol. I seen something about a restock...I'll get back to ya...later tonight..
---------- Post added at 08:00 PM ---------- Previous post was at 07:56 PM ----------
Second or third paragraph in the guide you linked me to...
Also, based on experience, if you want to upgrade to other ROMs in the future you will have to keep your stock GB ROM file, your gt-p1000_mr.pit, the dbdata.tar and the entire Overcome kit (kernel and ROM). You will need all of them in the future because I've found that to install a new ROM you have to repeat the entire process of restocking to GB, then installing Overcome Kernel and ROM, then installing whatever ROM you want. It sucks, but it's the only way I've seen so far.
My take on this is that you need to go back to stock GB...then overcome...I'll read more to make sure..just thought I'd share this real quick as I just seen it..
---------- Post added at 08:05 PM ---------- Previous post was at 08:00 PM ----------
Read that guide you linked...man. The answers are there for you...I just read some more of it...
But basically...you need to go back to GB...but first you need to flash the pit file from Odin to repartition the partitions...then Odin the GB ROM ...then overcome..its all in that guide...read...read...read.
If you have any questions about the the process let me know...
Click to expand...
Click to collapse
Oh i have read it again, and it says, Go to Step 7, Step 7 is to flash the Kernel, i already in the ORIGINAL GB Stock rom is that okay? to flash overcome kernel or Flash the GB Stock safe v5 then flash the kernel?
rence.slvdr said:
Oh i have read it again, and it says, Go to Step 7, Step 7 is to flash the Kernel, i already in the ORIGINAL GB Stock rom is that okay? to flash overcome kernel or Flash the GB Stock safe v5 then flash the kernel?
Click to expand...
Click to collapse
If you're on stock GB .. I would assume you can flash overcome...that's how I read it...but flash the ROM. It has the kernel in it. I don't know if the overcome kernel will boot on stock GB. I didn't read that far. Maybe its a GB kernel. If it is..you can flash it..I assume.
You know what..give me a second and I'll read a bit more...don't want ya getting messed up..
---------- Post added at 11:16 PM ---------- Previous post was at 10:53 PM ----------
rence.slvdr said:
Oh i have read it again, and it says, Go to Step 7, Step 7 is to flash the Kernel, i already in the ORIGINAL GB Stock rom is that okay? to flash overcome kernel or Flash the GB Stock safe v5 then flash the kernel?
Click to expand...
Click to collapse
Man...there is a great guide with pics if you click on the Google docs link...anyway.
You need to flash the overcome 4.0 kernel tar using Odin...let it do its thing..it changing system files. It will boot. After it up...boot to that recovery and flash the wipe all zip( put this on youre device before you flash the kernel )..reboot. You should now be able to flash any ROM you want from this setup..
Gil81 said:
If you're on stock GB .. I would assume you can flash overcome...that's how I read it...but flash the ROM. It has the kernel in it. I don't know if the overcome kernel will boot on stock GB. I didn't read that far. Maybe its a GB kernel. If it is..you can flash it..I assume.
You know what..give me a second and I'll read a bit more...don't want ya getting messed up..
---------- Post added at 11:16 PM ---------- Previous post was at 10:53 PM ----------
Man...there is a great guide with pics if you click on the Google docs link...anyway.
You need to flash the overcome 4.0 kernel tar using Odin...let it do its thing..it changing system files. It will boot. After it up...boot to that recovery and flash the wipe all zip( put this on youre device before you flash the kernel )..reboot. You should now be able to flash any ROM you want from this setup..
Click to expand...
Click to collapse
Thanks, ill try it right away ill give you feedback after
Gil81 said:
If you're on stock GB .. I would assume you can flash overcome...that's how I read it...but flash the ROM. It has the kernel in it. I don't know if the overcome kernel will boot on stock GB. I didn't read that far. Maybe its a GB kernel. If it is..you can flash it..I assume.
You know what..give me a second and I'll read a bit more...don't want ya getting messed up..
---------- Post added at 11:16 PM ---------- Previous post was at 10:53 PM ----------
Man...there is a great guide with pics if you click on the Google docs link...anyway.
You need to flash the overcome 4.0 kernel tar using Odin...let it do its thing..it changing system files. It will boot. After it up...boot to that recovery and flash the wipe all zip( put this on youre device before you flash the kernel )..reboot. You should now be able to flash any ROM you want from this setup..
Click to expand...
Click to collapse
Sir im very thankful to you because you help me i already did it and it works my Model Change to P-1000 from SC-01C.. now i already did it do you have some idea how can change it to CM9?
rence.slvdr said:
Sir im very thankful to you because you help me i already did it and it works my Model Change to P-1000 from SC-01C.. now i already did it do you have some idea how can change it to CM9?
Click to expand...
Click to collapse
Read the op for the cm ROM you want to install...I don't know which one you want and there are many variants out there...or send me a link to the ROM..
Also...are you flashing cm 9 just to check it out....because I seen a lot of JB ROMs in you're devices ROM thread...
FYI.,..that really where you should have post( q&a thread for galaxy tab ) but its cool...I'll help. Send me that ROM link
Gil81 said:
Read the op for the cm ROM you want to install...I don't know which one you want and there are many variants out there...or send me a link to the ROM..
Also...are you flashing cm 9 just to check it out....because I seen a lot of JB ROMs in you're devices ROM thread...
FYI.,..that really where you should have post( q&a thread for galaxy tab ) but its cool...I'll help. Send me that ROM link
Click to expand...
Click to collapse
As i already convert my tab to P1000 ill try this one.. http://www.symbianize.com/showthread.php?t=780905 and give you feedback if this works.
Gil81 said:
Read the op for the cm ROM you want to install...I don't know which one you want and there are many variants out there...or send me a link to the ROM..
Also...are you flashing cm 9 just to check it out....because I seen a lot of JB ROMs in you're devices ROM thread...
FYI.,..that really where you should have post( q&a thread for galaxy tab ) but its cool...I'll help. Send me that ROM link
Click to expand...
Click to collapse
Sir im glad you help me i already make it CM9, i learned that in order to make it happen i should read and read before doing it. and now i did it:good: Thank you..
What did i do before i get to CM9:
Model Number: SC-01C
Gingerbread 2.3.3 OMKE2
1st: Flash Kernel and Rom with Overcome without flashing GB Stock Safe v5
2nd: Flash the CM9 twice as it will install the CMW first then the second is the rom,
3rd: Patience and it will Success
And also thanks to OneClick Unbrick it helps alot.
rence.slvdr said:
Sir im glad you help me i already make it CM9, i learned that in order to make it happen i should read and read before doing it. and now i did it:good: Thank you..
What did i do before i get to CM9:
Model Number: SC-01C
Gingerbread 2.3.3 OMKE2
1st: Flash Kernel and Rom with Overcome without flashing GB Stock Safe v5
2nd: Flash the CM9 twice as it will install the CMW first then the second is the rom,
3rd: Patience and it will Success
And also thanks to OneClick Unbrick it helps alot.
Click to expand...
Click to collapse
Glad you're up...its so funny... I was just checking this thread to tell you about the needed double flash..Lol.
You ninja'd me...good work.
Gil81 said:
Glad you're up...its so funny... I was just checking this thread to tell you about the needed double flash..Lol.
You ninja'd me...good work.
Click to expand...
Click to collapse
Hahaha thanks for your help sir, btw I'm new here,, how to mark this thread as solve?)
problem in converting SC-O1C to P1000
rence.slvdr said:
Sir im very thankful to you because you help me i already did it and it works my Model Change to P-1000 from SC-01C.. now i already did it do you have some idea how can change it to CM9?
Click to expand...
Click to collapse
Model Change to P-1000 from SC-01C., How is this done? Please help me.... ty ty ty

Categories

Resources