{help}need stock kernel - Sony Ericsson XPERIA X10 Mini

I jst flashed d custom kernel and it flashed successfully......bt now my phone goes into bootloop.....whenever i start.....and when i try to install any custom rom it says incompatiable baseband found....HELP

stock kernel here

stock-kernel
taufiiqqq said:
stock kernel here
Click to expand...
Click to collapse
brother... thank you very much for thAT KERNEL

taufiiqqq said:
stock kernel here
Click to expand...
Click to collapse
anyone have the stock kernel

maybe it help you witch e10i-x10i (mini).
1. have stock android 2.1, date 10w30 and root device use SuperOneClick
1.1 optional - unlock bootloader with program msm7227 and check in "s1tool"
2. install busybox 3.3.8 use ADB console (adb install x:\*.apk), after opened in device follow the instructions busybox on the screen.
3. install rootexplorer 2.17 use ADB console
4. download and copy to microsd card CWM, open rootexplorer and copy cwm files (system) to root folder next add all permission system/bin/chargemon file.
5. power off and power on device with press 5-30 times back button, cwm loaded -> mounts and storage -> format system - format data - format cache if cwm say "cwm format, restore cwm" press no >> and yes. power off device.
6. flash custom kernel nAa_0.6 with cwm (flashtool on java) reload in cwm
7. download custom rom 4.1.2_jbmp_mini copy to microsd card

Related

Help, Reward Given

Hey there , I'm a new Lg P500 User and I am really Unclear how to flash a custom recovery mod / megatron v1 / screen lag touch fix by milk_os
About Phone
Model: LG-P500
Android Version: 2.2.2
Kernel Version: 2.6.32.9
Software Version:V10F
Rooted with Superuser using GingerBreak .
The original thread: http://forum.xda-developers.com/showthread.php?t=1044765
Also Installed with busybox from the market.
So if anyone can show me a step by step guide to how to install custom recovery mod , megatron v1 and touch screen lag fixer by milk_os. I will reward
you with $100 Singapore by PayPal.I believe in meritocracy
Links
Custom Recovery Mod:http://androidforums.com/getitnowmarketing/221388-custom-recovery-optimus-one-p500-thunderg.html
Megatron V1: http://forum.xda-developers.com/showthread.php?t=870640
Touch Screen Bug: http://forum.xda-developers.com/showthread.php?t=929941
Let the hack rage begin!
Thank You.
danialrocker said:
Hey there , I'm a new Lg P500 User and I am really Unclear how to flash a custom recovery mod / megatron v1 / screen lag touch fix by milk_os
About Phone
Model: LG-P500
Android Version: 2.2.2
Kernel Version: 2.6.32.9
Software Version:V10F
Rooted with Superuser using GingerBreak .
The original thread: http://forum.xda-developers.com/showthread.php?t=1044765
Also Installed with busybox from the market.
So if anyone can show me a step by step guide to how to install custom recovery mod , megatron v1 and touch screen lag fixer by milk_os. I will reward
you with $100 Singapore by PayPal.I believe in meritocracy
Links
Custom Recovery Mod:http://androidforums.com/getitnowmarketing/221388-custom-recovery-optimus-one-p500-thunderg.html
Megatron V1: http://forum.xda-developers.com/showthread.php?t=870640
Touch Screen Bug: http://forum.xda-developers.com/showthread.php?t=929941
Let the hack rage begin!
Thank You.
Click to expand...
Click to collapse
lol luckly i live in singapore
first of all, lets start with custom recovery
1. Download the custom recovery file from here and here
2. DO NOT rename them, and put them neatly inside the ROOT of the SD CARD (that means it should be at /sdcard/ on androids
3. next, get Terminal Emulator from the market. search it.
4. Get a nice keyboard to work on for a while. you need to type A LOT
5. get titanium backup and backup everything. menu > batch
6. reboot phone.
7. Turn on phone and go to terminal and type the following
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
flash_image recovery /sdcard/recovery-RA-GNM-thunderg-1.1.0.img
Click to expand...
Click to collapse
*there should be no error except at stage 5 there could be, but not always.
8. good. flash complete. now grab the megatron ROM and the lagfix. they both should be .zip . DONT OPEN IT.
9 put the two inside the root of SD card
10. go to terminal, write
su
*press enter*
reboot recovery
11. you should have a menu of things. go to flash zip or sth (you will know) w/ ur volume buttons
12. press menu and you will be able to choose the two zips. flash any of them first, and do the second afterwords.
13. YAY DONE
14. no need for bucks thanks. just press the thanks button down there. its free.
*PM or EMAIL ME IF YOU WANT FURTHER HELP*
*[email protected]*
Also, isnt 2.2.2 not rootable??
I think it has to be downgraded to 2.2 and then rooted..
Edit:
Sorry, My mistake.. Didnt realize 2.2.2 is rootable now..
2.2.2 it's now rootable
It says that "/system/etc/install-recovery.sh ": No such file or directory.
I'm sure that I placed both of the files on the root of my sdcard
Well, I guess the hardest part is getting the recovery. Well I share my method so, here we go.
What you need:
1. terminal emulator(download from market - free)
2. recovery installer(download here)
3. your ROM which is megatron(download here)
4. Touch-screen bug fix(download here)
5. Back-up all your SD contents to your PC.
-. optional: if your file explorer doesn't support unrar/unzipping, download one. but since you have a PC just use winrar.
when you have everything, lets start.
1. extract contents of "recovey_installer.rar" to the root(meaning the base) of your SDcard.(it contains 3 files, so you should also see 3 new files on your SD card).
2. open terminal emulator, enter these lines(press enter after each line):
Code:
su
sh /sdcard/rf.sh
just wait and this should reboot you directly to recovery.
3. now in recovery(remember: "vol + and - button" is "up and down" "menu button is ok/select" and "back button" is back) select options:
Partition sdcard > partition SD
4. when asked choose your desired partition size then choose swap size as 0. This should format your SD card.(initially this will leave you with an ext2 partition, if you want ext3 then upgrade it to ext3 and so on using the same menu)
5. when done, press back repeatedly and reboot.
6. now, move your ROM(megatron) and the touchscreen-lag-fix files to the root of your SD card.
7. open terminal again and enter these commands
Code:
su
reboot recovery
just wait and it should bring you back to recovery.
8. in recovery, choose option:
- flash zip menu
- to avoid hiccups just toggle the signature verification
- flash zip from sdcard
- first flash your rom(megatron), when done immediately flash touchscreen-bug-fix
- press back repeatedly then reboot.
9. enjoy
danialrocker said:
It says that "/system/etc/install-recovery.sh ": No such file or directory.
I'm sure that I placed both of the files on the root of my sdcard
Click to expand...
Click to collapse
just ignore that error message. this line is only there for those with different phone models which has the mention file in the phone internal storage. so this shouldn't affect optimus one users.
@ungaze, i did your way . It took me to android system recovery .
Anyway it didnt ask me for partition sdcard. So should i just reboot my phone?
congratulations, you now have recovery. you should see some options.
press volume buttons to navigate up and down(menu button=select/ok). Choose the option:
- Partition sdcard
- Partition SD
If you want to explore your phone a bit more, you could just reboot your phone for now. Just remember, to go back to recovery you could open terminal and enter:
Code:
su
reboot recovery
or when phone is off, press and hold "power/lock button"+"home button"+"vol down button" until recovery menu shows up.
Alright , did that . My friend told me about nandroid how can i do that before i flash the other roms ?
theres a menu option "backup/restore" open it and choose "nand backup". when done, there should be a folder in your SD named "nand" copy the contents to a pc or somewhere safe as this will serve as your backup file.
Okay, i did a nandroid and ready to flash roms . Wish me well =)
Anyway why do i receive E:Bad boot message when i reboot recovery.
everyone has it. it's perfectly fine. good luck
Anyway, as I was nandroid-ing i saw this video http://www.youtube.com/watch?v=s5GWgjJT2zo in the end, it shows the guy having no reception?
edit: He didnt have it on at the first place anyway. Sorry for the inconvenience.
i didnt view the link but im guessing hes using amon_ra v1.1, the method i gave you installs amon_ra v1.2 which fixes most bugs with ext4 and nand recovery/backup
By toggl-ing signature verification do you mean to enable or disable it?
disable. this is really not necessary as the zips youre about to apply are surely signed. but in case you have problems in the future, just remember that disabling sig veryfication may fix the problem.
Thanks man, how do i donate to you?
Btw i just screw my phone. Stuck at android screen page ;(. How do i restore the nandroid backup? Should i wipe my phone first, then do nandroid restore?
Will it restore me my version 2.2.2?
When i nandroid it , my phone was on ver 2.2.2
Ungaze?
Sent from my LG-P500 using XDA Premium App
Check your inbox

[Q] HElp HElp HElp!!!

Hey plz tell me in detail how do i install custom rom (most stable with excellent performance) in my lg p500!!!
plz answer in detail including how do i wipe sd card and all
THnx in advandee
Have you rooted your phone?
Well I'll assume that you have an P500 with v2.2.2, Stock Rom Untouched.
Firstly you would want to root the phone. http://forum.xda-developers.com/showthread.php?t=1044765
Download Gingerbreak
- Make sure USB debugging is enabled(Can be enabled through settings)
- Make sure you have an SD card (formatted and) inserted
- Place the app onto the root of your SD card
- Open the APK, press the root button
- Wait a few minutes. If there are no problems, the device will reboot (note that the reboot itself can take like 10 minutes due to cache wipe)
Congratulations the phone is rooted.
danialrocker said:
Have you rooted your phone?
Well I'll assume that you have an P500 with v2.2.2, Stock Rom Untouched.
Firstly you would want to root the phone. http://forum.xda-developers.com/showthread.php?t=1044765
Download Gingerbreak
- Make sure USB debugging is enabled(Can be enabled through settings)
- Make sure you have an SD card (formatted and) inserted
- Place the app onto the root of your SD card
- Open the APK, press the root button
- Wait a few minutes. If there are no problems, the device will reboot (note that the reboot itself can take like 10 minutes due to cache wipe)
Congratulations the phone is rooted.
Click to expand...
Click to collapse
ya i have rooted!!!
i have 2.2.1 and recovery of
Build : RA-thunderg-1.2.0-GNM
how do i install cm7 and wipe and other things
thnx in advance
danialrocker said:
Have you rooted your phone?
Well I'll assume that you have an P500 with v2.2.2, Stock Rom Untouched.
Firstly you would want to root the phone. http://forum.xda-developers.com/showthread.php?t=1044765
Download Gingerbreak
- Make sure USB debugging is enabled(Can be enabled through settings)
- Make sure you have an SD card (formatted and) inserted
- Place the app onto the root of your SD card
- Open the APK, press the root button
- Wait a few minutes. If there are no problems, the device will reboot (note that the reboot itself can take like 10 minutes due to cache wipe)
Congratulations the phone is rooted.
Click to expand...
Click to collapse
ya i have rooted!!!
i have 2.2.1 and recovery of
Build : RA-thunderg-1.2.0-GNM
how do i install cm7 and wipe and other things
thnx in advance
After rooting your phone, you must have 1) Recovery Installer
2) Terminal Emulator (Free from market)
3) The Custom Rom
I recommend FranciscoFranco's Rom as it contains excellent tweaks without hassle of flashing many files which may cause your phone to brick.
Recovery Installer, You can get it from: http://dl.dropbox.com/u/11987571/quick/recovery_installer.rar
when you have everything, lets start
1. extract contents of "recovey_installer.rar" to the root(meaning the base) of your SDcard.(it contains 3 files, so you should also see 3 new files on your SD card).
2. open terminal emulator, enter these lines(press enter after each line):
Code:
su
sh /sdcard/rf.sh
just wait and this should reboot you directly to recovery.
3. now in recovery(remember: "vol + and - button" is "up and down" "menu button is ok/select" and "back button" is back)
Congratulations, Your Recovery Installer is installed.
Now, You can get FranciscoFranco's Rom which is called Devoid from
here: http://forum.xda-developers.com/showthread.php?t=1049518
Download franco.devoid and the kernel.
Go to recovery boot
1.Select Wipe and Wipe everything and that includes data+factory settings, cache, system, .android-secure and sd-ext partition (if you had it already)
2. Select ext partition and choose either ext2/3/4 : 512mb,swap:0
3.Toggle usb connection and place devoid.franco and the kernel zip files onto your sd card.
4.Select flash and flash devoid.franco first then flash the kernel.You do not need to toggle signature verify as it should have signatured. If you are a ***** then carry on and toggle signature verify.
5.Reboot.
Enjoy
You can thank me by pressing the thank button
virusshah1997 said:
ya i have rooted!!!
i have 2.2.1 and recovery of
Build : RA-thunderg-1.2.0-GNM
how do i install cm7 and wipe and other things
thnx in advance
Click to expand...
Click to collapse
There's an option where it says "wipe" when you are in your recovery boot you should enter that category and wipe what the developer says.
Also there should be a guide of how to flash cm7 onto your phone in the thread itself
There shouldn't be any problem .
Do you mean you do not know how to enter recovery boot menu?
If so, open your terminal emulator and type
su
reboot recovery
It will reboot your phone to recovery boot.
Then wipe what the developer asks you to wipe,
make the partition on your sd card wether its ext2/3/4
Then flash it.
danialrocker said:
After rooting your phone, you must have 1) Recovery Installer
2) Terminal Emulator (Free from market)
3) The Custom Rom
I recommend FranciscoFranco's Rom as it contains excellent tweaks without hassle of flashing many files which may cause your phone to brick.
Recovery Installer, You can get it from: http://dl.dropbox.com/u/11987571/quick/recovery_installer.rar
when you have everything, lets start
........
Click to expand...
Click to collapse
Sorry i had cut down your post a little bit, as i was quoting it
Thanks from my side
As you made it very easy for us to understand on how to flash with custom roms
danialrocker said:
After rooting your phone, you must have 1) Recovery Installer
2) Terminal Emulator (Free from market)
3) The Custom Rom
I recommend FranciscoFranco's Rom as it contains excellent tweaks without hassle of flashing many files which may cause your phone to brick.
Recovery Installer, You can get it from: http://dl.dropbox.com/u/11987571/quick/recovery_installer.rar
when you have everything, lets start
1. extract contents of "recovey_installer.rar" to the root(meaning the base) of your SDcard.(it contains 3 files, so you should also see 3 new files on your SD card).
2. open terminal emulator, enter these lines(press enter after each line):
Code:
su
sh /sdcard/rf.sh
just wait and this should reboot you directly to recovery.
3. now in recovery(remember: "vol + and - button" is "up and down" "menu button is ok/select" and "back button" is back)
Congratulations, Your Recovery Installer is installed.
Now, You can get FranciscoFranco's Rom which is called Devoid from
here: http://forum.xda-developers.com/showthread.php?t=1049518
Download franco.devoid and the kernel.
Go to recovery boot
1.Select Wipe and Wipe everything and that includes data+factory settings, cache, system, .android-secure and sd-ext partition (if you had it already)
2. Select ext partition and choose either ext2/3/4 : 512mb,swap:0
3.Toggle usb connection and place devoid.franco and the kernel zip files onto your sd card.
4.Select flash and flash devoid.franco first then flash the kernel.You do not need to toggle signature verify as it should have signatured. If you are a ***** then carry on and toggle signature verify.
5.Reboot.
Enjoy
You can thank me by pressing the thank button
Click to expand...
Click to collapse
When ever i type
su
sh /sdcard/rf.sh
It say not found
iamrajeev said:
When ever i type
su
sh /sdcard/rf.sh
It say not found
Click to expand...
Click to collapse
HeY!
Have u copied files on root of ur sd card?
(on sdcard not in any folder)
Extaract it and den copy it
it in root..i coped there & than extracted
iamrajeev said:
it in root..i coped there & than extracted
Click to expand...
Click to collapse
add me in fb.... i will teach u
id de add kar leta
virusshah1997 said:
add me in fb.... i will teach u
Click to expand...
Click to collapse
good virusshah good to see u helping enjoy

[Q] Galaxy S2 I9100 4.1.2 I9100XXLSJ freeze and restart very often

Hi all,
I hope this thread won't be marked as spam, but i can't find solutions to my problem.
A few days ago I installed Jelly Bean Firmware (4.1.2 I9100XXLSJ) on my Galasy S2. I folowed some tutorial and based on this tutorial everything should look fine, but isn't.
Now my GS2 freeze and restart very (very) often, maibe it is hard to cound how many times per day. It can restart itslef till few minut in use and many times.
I can locate some special situations, when the gs2 freeze is for example when I write sms, write something in gtalk, or only just aj move by homescreens.
Sometime it restart on few second look like touchewiz is retarted, but sometime i must putt the battery off and put it back.
Can anybody help me?
Any ideas can be helpful.
Thanks a lot....
[email protected] said:
Hi all,
I hope this thread won't be marked as spam, but i can't find solutions to my problem.
A few days ago I installed Jelly Bean Firmware (4.1.2 I9100XXLSJ) on my Galasy S2. I folowed some tutorial and based on this tutorial everything should look fine, but isn't.
Now my GS2 freeze and restart very (very) often, maibe it is hard to cound how many times per day. It can restart itslef till few minut in use and many times.
I can locate some special situations, when the gs2 freeze is for example when I write sms, write something in gtalk, or only just aj move by homescreens.
Sometime it restart on few second look like touchewiz is retarted, but sometime i must putt the battery off and put it back.
Can anybody help me?
Any ideas can be helpful.
Thanks a lot....
Click to expand...
Click to collapse
try re-flashing the rom once again and see
I'll try it
Sun90 said:
try re-flashing the rom once again and see
Click to expand...
Click to collapse
Of course try it.... I try to format sd cart... but.. without any different
[email protected] said:
Hi all,
I hope this thread won't be marked as spam, but i can't find solutions to my problem.
A few days ago I installed Jelly Bean Firmware (4.1.2 I9100XXLSJ) on my Galasy S2. I folowed some tutorial and based on this tutorial everything should look fine, but isn't.
Now my GS2 freeze and restart very (very) often, maibe it is hard to cound how many times per day. It can restart itslef till few minut in use and many times.
I can locate some special situations, when the gs2 freeze is for example when I write sms, write something in gtalk, or only just aj move by homescreens.
Sometime it restart on few second look like touchewiz is retarted, but sometime i must putt the battery off and put it back.
Can anybody help me?
Any ideas can be helpful.
Thanks a lot....
Click to expand...
Click to collapse
Typical result of flashing new Rom without full wipe
So just reflash Rom but this time with full wipe (backup data/apps fist, if not already happened)
Much success,
CHEERS
---------- Post added at 03:23 PM ---------- Previous post was at 03:22 PM ----------
[email protected] said:
Of course try it.... I try to format sd cart... but.. without any different
Click to expand...
Click to collapse
What u mean with "format sd card"
How was ur flash way?
Did u flash another kernel?
Hannibal226 said:
Typical result of flashing new Rom without full wipe
So just reflash Rom but this time with full wipe (backup data/apps fist, if not already happened)
after I flash my gs2 I use the full wipe ( power button + home + volume up) and navigate to wipe ....
Much success,
CHEERS
---------- Post added at 03:23 PM ---------- Previous post was at 03:22 PM ----------
What u mean with "format sd card"
How was ur flash way?
Did u flash another kernel?
Click to expand...
Click to collapse
What u mean with "format sd card" -> trought gparted I format usb space in gs2, normaly as another partition..
How was ur flash way? I can past here a link (cause iam a noowbie)
[email protected] said:
What u mean with "format sd card" -> trought gparted I format usb space in gs2, normaly as another partition..
How was ur flash way? I can past here a link (cause iam a noowbie)
Click to expand...
Click to collapse
OK
I post u my guide...
only thing I've to know is:
Do u have the CWM (recovery mode [where u can flash from phone])?
Or u now have to flash from PC (phone in download mode)?
CHEERS
PS: U have already saved ur data?
Hannibal226 said:
OK
I post u my guide...
only thing I've to know is:
Do u have the CWM (recovery mode [where u can flash from phone])?
Or u now have to flash from PC (phone in download mode)?
CHEERS
Click to expand...
Click to collapse
I flas my gs2 from PC - in download mode....
[email protected] said:
I flas my gs2 from PC - in download mode....
Click to expand...
Click to collapse
OK, All right.
So don't worry all is fine
=> Root
1) Download Odin (http://androidfirmwares.net/Tools)
2) Download root kernel (http://forum.xda-developers.com/showthread.php?t=1103399)
-- just scroll down and search for ur version (settings>about phone>basis version)
3) Flash it via Odin
-- Extract .zip
-- load the root kernel in Odin (as PDA)
-- Put SGSII in download mode (Vol-, Home and Powerbutton)
-- Press "Start"
4) Phone will reboot by itself.
=> Now start the process for flash Rom.
1) Download Rom
2) Put it on internal sd card
3) Go into recovery mode (see above)
4) DO A FULL WIPE!! (U won't loose ur backup on sd card [but u can copy it to PC, too, if u want])
-- wipe data/ factory reset
-- wipe cahe partition
-- advanced > wipe dalvik cache
-- mount and storage > format data/system/cache
5) Then flash Rom via recovery
-- install .zip from sd card > choose .zip from sd card
-- Select the downloaded Custom Rom and flash it
6) Reboot and u r done!
So be cool an do all, step for step.
Hope u know ur basis version of android
MUCH SUCCESS
Hannibal226 said:
OK, All right.
So don't worry all is fine
=> Root
1) Download Odin (http://androidfirmwares.net/Tools)
2) Download root kernel (http://forum.xda-developers.com/showthread.php?t=1103399)
-- just scroll down and search for ur version (settings>about phone>basis version)
3) Flash it via Odin
-- Extract .zip
-- load the root kernel in Odin (as PDA)
-- Put SGSII in download mode (Vol-, Home and Powerbutton)
-- Press "Start"
4) Phone will reboot by itself.
=> Now start the process for flash Rom.
1) Download Rom
2) Put it on internal sd card
3) Go into recovery mode (see above)
4) DO A FULL WIPE!! (U won't loose ur backup on sd card [but u can copy it to PC, too, if u want])
-- wipe data/ factory reset
-- wipe cahe partition
-- advanced > wipe dalvik cache
-- mount and storage > format data/system/cache
5) Then flash Rom via recovery
-- install .zip from sd card > choose .zip from sd card
-- Select the downloaded Custom Rom and flash it
6) Reboot and u r done!
So be cool an do all, step for step.
Hope u know ur basis version of android
MUCH SUCCESS
Click to expand...
Click to collapse
This tutorial look very good, but(sry iam a newbie) but i dont know which kernel should i download...can u help me find thi which one?
My info from phone..
Model number - GT-I9100
Andoroid version - 4.1.2
Baseband version - I9100XXLS6
kernel version - 3.0.31-462349 [email protected] #3 SMP PREEMPT Tue Nov 6 02:42:23 KST 2012
Build number JZ054K.I9100CCLSJ
Hannibal226 said:
Typical result of flashing new Rom without full wipe
So just reflash Rom but this time with full wipe (backup data/apps fist, if not already happened)
Much success,
CHEERS
---------- Post added at 03:23 PM ---------- Previous post was at 03:22 PM ----------
What u mean with "format sd card"
How was ur flash way?
Did u flash another kernel?
Click to expand...
Click to collapse
Flashing with full wipe is OK! Thanks!
[email protected] said:
This tutorial look very good, but(sry iam a newbie) but i dont know which kernel should i download...can u help me find thi which one?
My info from phone..
Model number - GT-I9100
Andoroid version - 4.1.2
Baseband version - I9100XXLS6
kernel version - 3.0.31-462349 [email protected] #3 SMP PREEMPT Tue Nov 6 02:42:23 KST 2012
Build number JZ054K.I9100CCLSJ
Click to expand...
Click to collapse
4.1.2
So u already flashed once and I think u have already the CWM.
Do the following:
Turn the phone off
Hold Vol+, Home and Powerbutton
Tell me if u are in an recoverymode (U should the "install .zip from sd card", "backup and restore" and some points more)
If u see this u only have to do the second part of my guide.
CHEERS
Ash-Shaybanee said:
Flashing with full wipe is OK! Thanks!
Click to expand...
Click to collapse
Hi all,
i try to full wipe and flash my android, but it won't work. My android still freeze and reboot itself very very often.
I can't use the tutorial whit send me Hannibal226, cause I can find a appropriate kernel.
Can anybody help?
Any help and ideas will be great.
Thanks a lot....
Hannibal226 said:
4.1.2
So u already flashed once and I think u have already the CWM.
Do the following:
Turn the phone off
Hold Vol+, Home and Powerbutton
Tell me if u are in an recoverymode (U should the "install .zip from sd card", "backup and restore" and some points more)
If u see this u only have to do the second part of my guide.
CHEERS
Click to expand...
Click to collapse
Sorry but, I dont follow your tuttorial cause, i dont know wich kernel i should use... This my info are which i have current (classical flash through odin and wipe)
When I go to recovery mode using Hold Vol+, Home and Powerbutton, I see only this options:
reboot system now
apply update from ADB
apply update from external storage
wipe data/factory reset
wipe cache partition
apply update from cache
[email protected] said:
Sorry but, I dont follow your tuttorial cause, i dont know wich kernel i should use... This my info are which i have current (classical flash through odin and wipe)
When I go to recovery mode using Hold Vol+, Home and Powerbutton, I see only this options:
reboot system now
apply update from ADB
apply update from external storage
wipe data/factory reset
wipe cache partition
apply update from cache
Click to expand...
Click to collapse
Ok this won' listen like the "right" CWM.
So now do this:
=>Flash root kernel with CWM
1) Download Odin (http://androidfirmwares.net/Tools)
2) Download root kernel m(http://d-h.st/Bcf)
3) Flash it via Odin
-- Extract .zip
-- load the root kernel in Odin (as PDA)
-- Put SGSII in download mode (Vol-, Home and Powerbutton)
-- Press "Start"
4) Phone should reboot by itself
1) Download Links (see at the bottom)
2) Put it on internal sd card
3) Go into recovery mode
4) DO A FULL WIPE!! (U won't loose ur backup on sd card [but u can copy it to PC, too, if u want])
-- wipe data/ factory reset
-- wipe cahe partition
-- advanced > wipe dalvik cache
-- mount and storage > format data/system/cache
5) Then flash Rom
-- install .zip from sd card > choose .zip from sd card
-- Select the downloaded Custom Rom and flash it
6) Then flash Gapps
-- install .zip from sd card > choose .zip from sd card
-- Select the downloaded Custom Rom and flash it
7) Recovery > wipe cache partition
8) Recovery > advanced > wipe dalvik cache
9) Then flash Dorimanx
-- install .zip from sd card > choose .zip from sd card
-- Select the downloaded Custom Rom and flash it
6) Reboot and u r done!
Links:
ROM u can choose what u like - I'm using at the moment this: http://goo.im/devs/RootBox/RootBox_i9100_jb/RootBox-JB-i9100-V3.2.zip
Dorimanx Kernel
Gapps
CHEERS
Hannibal226 said:
Ok this won' listen like the "right" CWM.
So now do this:
=>Flash root kernel with CWM
1) Download Odin (http://androidfirmwares.net/Tools)
2) Download root kernel m(http://d-h.st/Bcf)
3) Flash it via Odin
-- Extract .zip
-- load the root kernel in Odin (as PDA)
-- Put SGSII in download mode (Vol-, Home and Powerbutton)
-- Press "Start"
4) Phone should reboot by itself
1) Download Links (see at the bottom)
2) Put it on internal sd card
3) Go into recovery mode
4) DO A FULL WIPE!! (U won't loose ur backup on sd card [but u can copy it to PC, too, if u want])
-- wipe data/ factory reset
-- wipe cahe partition
-- advanced > wipe dalvik cache
-- mount and storage > format data/system/cache
5) Then flash Rom
-- install .zip from sd card > choose .zip from sd card
-- Select the downloaded Custom Rom and flash it
6) Then flash Gapps
-- install .zip from sd card > choose .zip from sd card
-- Select the downloaded Custom Rom and flash it
7) Recovery > wipe cache partition
8) Recovery > advanced > wipe dalvik cache
9) Then flash Dorimanx
-- install .zip from sd card > choose .zip from sd card
-- Select the downloaded Custom Rom and flash it
6) Reboot and u r done!
Links:
ROM u can choose what u like - I'm using at the moment this: http://goo.im/devs/RootBox/RootBox_i9100_jb/RootBox-JB-i9100-V3.2.zip
Dorimanx Kernel
Gapps
CHEERS
Click to expand...
Click to collapse
Ok. first part of tutorial I think is without problem...
But after I root (by boot the small yellow triangel is located) im not able to start device.... (some jing jang logo is only on display)
Only one different.. can i install it from internal sd card?
Hannibal226 said:
Ok this won' listen like the "right" CWM.
So now do this:
=>Flash root kernel with CWM
1) Download Odin (http://androidfirmwares.net/Tools)
2) Download root kernel m(http://d-h.st/Bcf)
3) Flash it via Odin
-- Extract .zip
-- load the root kernel in Odin (as PDA)
-- Put SGSII in download mode (Vol-, Home and Powerbutton)
-- Press "Start"
4) Phone should reboot by itself
1) Download Links (see at the bottom)
2) Put it on internal sd card
3) Go into recovery mode
4) DO A FULL WIPE!! (U won't loose ur backup on sd card [but u can copy it to PC, too, if u want])
-- wipe data/ factory reset
-- wipe cahe partition
-- advanced > wipe dalvik cache
-- mount and storage > format data/system/cache
5) Then flash Rom
-- install .zip from sd card > choose .zip from sd card
-- Select the downloaded Custom Rom and flash it
6) Then flash Gapps
-- install .zip from sd card > choose .zip from sd card
-- Select the downloaded Custom Rom and flash it
7) Recovery > wipe cache partition
8) Recovery > advanced > wipe dalvik cache
9) Then flash Dorimanx
-- install .zip from sd card > choose .zip from sd card
-- Select the downloaded Custom Rom and flash it
6) Reboot and u r done!
Links:
ROM u can choose what u like - I'm using at the moment this: http://goo.im/devs/RootBox/RootBox_i9100_jb/RootBox-JB-i9100-V3.2.zip
Dorimanx Kernel
Gapps
CHEERS
Click to expand...
Click to collapse
Thanks a lot it will works, but may I install in this way this rom 4.1.2 Jelly Bean I9100XXLSJ also?
[email protected] said:
Ok. first part of tutorial I think is without problem...
But after I root (by boot the small yellow triangel is located) im not able to start device.... (some jing jang logo is only on display)
Only one different.. can i install it from internal sd card?
Click to expand...
Click to collapse
[email protected] said:
Thanks a lot it will works, but may I install in this way this rom 4.1.2 Jelly Bean I9100XXLSJ also?
Click to expand...
Click to collapse
Gr8 to hear, that it worked now.
I think it's bit more clearer for u now, how u can flash any .zip via sd card
Yep u can flash Jelly Bean for sure, too.
It also was the one I choosed for me.
So just do the same like in guide, but replace the Rom with the Jelly Bean .zip.
If it's not a flashable .zip, u have to flash the .tar via odin (like in first part).
Hope u understand all?! :silly:
CHEERS
Hannibal226 said:
Gr8 to hear, that it worked now.
I think it's bit more clearer for u now, how u can flash any .zip via sd card
Yep u can flash Jelly Bean for sure, too.
It also was the one I choosed for me.
So just do the same like in guide, but replace the Rom with the Jelly Bean .zip.
If it's not a flashable .zip, u have to flash the .tar via odin (like in first part).
Hope u understand all?! :silly:
CHEERS
Click to expand...
Click to collapse
So I downloaded the I9100XXLSJ_I9100OXXLS1_OXX.zip fiel. When I unzip this package i can find some more files like:
CODE_I9100XXLSJ.zip
CSC_HOME_OXX_I9100OXXLS1.zip
MODEM_I9100XXLS6.zip
CHECKSUM
emmc_EXT4_16GB.pit
So which one i should choose to flash it from the internal card?
[email protected] said:
So I downloaded the I9100XXLSJ_I9100OXXLS1_OXX.zip fiel. When I unzip this package i can find some more files like:
CODE_I9100XXLSJ.zip
CSC_HOME_OXX_I9100OXXLS1.zip
MODEM_I9100XXLS6.zip
CHECKSUM
emmc_EXT4_16GB.pit
So which one i should choose to flash it from the internal card?
Click to expand...
Click to collapse
all of them, via ODIN!
If u unzip them again, u should the .tar or .md5 files.
1) Load files
code.tar in PDA
modem.tar in PHONE
csc.tar in CSC
.pit file u load in PIT
2) Connect phone to PC
- bring phone in download mode (Vol-,Home and Powerbutton)
- connect via usb cable
3) Odin should recognized the phone
4) Check the "re-partition"
5) START
That's all. But then u don't have any root then. if u need u have to flash a rooted one via Odin afterwards, but first let the LS1 run on ur phone
Much success,
CHEERS
SIP
Is SIP account available in JB?

[Q] Phone frozen on overclocking - help

hi folks,
I installed a new Kernel on my Samsung Galaxy S plus. Its on CyanogenMod 10.1. I overclocked the default 1.4 GHz processor to 1.8 GHz. Mistakenly i set the options on the app as set on boot. Now after booting its freezing up.
I can boot in Recovery mode. Any idea how to push the stock kernel file to the SD card?
I don't have any backup ROMs or kernels on the phone. Neither is the Debugging mode on.
I don't want to do a factory reset now. Please help.
Using ADB i tried the push option
K:\ADB>adb.exe push Stock_Kernel.zip /sdcard/
this also showed that the file was pushed
1877 KB/s (3665845 bytes in 1.906s)
but there is no zip file on the sdcard
Is there anything i can do with Eclipse ?
Regards,
Anoop
[SOLVED] Phone freeze on Kernel overclocking
hi all,
This was resolved by Christopher83 whose Kernel i was testing.
Resolution steps:
1. Created a folder called ADB in my PC's K: drive
2. Copied these three files into that folder - 1. adb.exe, 2. AdbWinApi.dll and 3. AdbWinUsbApi.dll
3. Copied the stock kernel zip file there too
4. Rebooted the phone in Recovery mode
5. Connected the phone to PC(Windows) with USB cable once the Recovery screen came up
6. Waited till the two drives were seen in the Windows drive list
7. Executed the command window and typed the below in it after changing the directory to the ADB one
K:\ADB>adb.exe shell mount -t vfat -o rw /dev/block/mmcblk0p28 /sdcard
K:\ADB>adb.exe shell ls -l /sdcard/ (to see the list of files)
K:\ADB>adb.exe push Stock_Kernel.zip /sdcard/
K:\ADB>adb.exe shell ls -l /sdcard/ (again to see the list of files and to confirm that the stock zip was copied)​8. Disconnected the USB
(please try to do these steps a bit faster, my Recovery screen blanked out after 2 or 3 minutes of inactivity)
9. In the Recovery mode i did the following -
a) Install zip from sdcard
b)Choose zip file and then selected the stock kernel zip and flashed it​10. Wiped cache and Dalvik and fixed permission
11. Rebooted and all was fine like before (after all the apps were automatically fixed)
thanks very much, Christopher
You're welcome!
Thank you too for your patience.
Probably you are using a Recovery that is not an ADC Team recovery (this is why you have a shutdown after 2-3 minutes)... provide to update it with the Fixed ones we published (CWM or TWRP)... http://forum.xda-developers.com/showthread.php?t=2463347
In general if an OC kernel has been set to apply the OC/UV during boot (and these settings are not stable for your hardware), the easy way is to switch on the phone in recovery and flash the stock kernel that is NOT OC/UV... in this way the phone can start booting with standard frequencies/voltages... after booting, go in Performance settings and set newly the frequencies and set also the Set On Boot switch...
If you used an external app to set the OC parameters, with the stock kernel, open it and remove the Set On Boot option... in this way there is no stored values anymore... than you can reinstall OC kernel...
If you reinstall the OC kernel, I expect that the standard settings will be taken and used... an anyway be carefully with the settings... before set them on boot, be sure they do not give problems, to avoid a new booting freeze... remember that all the phones are different, so one can accept OC and UV, another not... that's life!!
Regards
Install Touch version of TWRP
smeroni68 said:
Probably you are using a Recovery that is not an ADC Team recovery (this is why you have a shutdown after 2-3 minutes)... provide to update it with the Fixed ones we published (CWM or TWRP)... http://forum.xda-developers.com/showthread.php?t=2463347
Regards
Click to expand...
Click to collapse
Smeroni, thanks for the advise. I'd like to install the touch TWRP Recovery version.
Currently i'm now on cwm6032-Build2-ariesve-alireza7991.zip.
Can i safely follow the same process as mentioned in your post, to install TWRP ?
a) Install TWRP Recovery to SD card
b) Reboot in Recovery mode
c) Soft reboot to recovery mode again
d) Select install from SD Card
e) Select TWRP file and install
f) Reboot normally
thanks much!
smeroni68 said:
anoopgkris said:
hi Smeroni, i dont know if you got my message when i quoted you on my freeze issue.
Wanted help in installing TWRP. Please see my message below.
Smeroni, thanks for the advise. I'd like to install the touch TWRP Recovery version.
Currently i'm now on cwm6032-Build2-ariesve-alireza7991.zip.
Can i safely follow the same process as mentioned in your post, to install TWRP ?
a) Install TWRP Recovery to SD card
b) Reboot in Recovery mode
c) Soft reboot to recovery mode again
d) Select install from SD Card
e) Select TWRP file and install
f) Reboot normally
thanks much!
Click to expand...
Click to collapse
Hi,
sorry but I lost your message.
Yes the procedure is nearly correct... but:
a) Copy the TWRP Recovery zip file to SD card
b) Reboot in Recovery mode (from the rom menu)
c) Soft reboot to recovery mode again (just to be sure nothing strange will happen)
d) Select install from SD Card
e) Select TWRP file and install
f) Reboot to recovery and check the new one
g) Reboot to system...
I hope I understood your PM... if not write me back.
Regards
Click to expand...
Click to collapse
Smeroni, thanks for the advise!! I'm posting it here.
Installed like a charm!
Regards,
Anoop

Everything you should know about N930F/FD Rooting and Flashing including CSC Change

Please be advised anything you follow from this thread i am not held responsible if you mess your phone up, but if you follow the instructions carefully you have less chance for error! This WILL trigger KNOX and you will lose SECURE FOLDER! some custom roms have a secure folder built in.
Im making this due to many people struggling to root, change country specific code and to help understand the custom rom procedure.
if any information here is missed out or mistyped please let me know.
Credit is due to Chainfire AND Tkkg1994, so Thanks both of you.
All files linked are for N930F/FD varient
ROOT AND TWRP RECOVERY
1. First you will need to download Twrp https://dl.twrp.me/gracelte/twrp-3.0.2-1-gracelte.img.tar.html
2. download the newest SU binary https://download.chainfire.eu/1003/SuperSU/SR1-SuperSU-v2.78-SR1-20160915123031.zip?retrieve_file=1 and save to your SD CARD ROOT directory
3.Reboot into download mode holding Volume Down + Home + Power button and click volume up to select continue.
4.open odin check auto reboot and f.reset time is enabled
5. click AP and select TWRP file you downloaded and click start
6. reboot into recovery and swipe to allow modifications
7. Go to Install and find where you saved SU binary (SD CARD ROOT directory) and click install
8. You are now rooted
CUSTOM ROM INSTALL
By now you should know which Rom you wish to install and should have it download.
1. Put the rom.zip onto you SD CARD ROOT directory.
2. Reboot into TWRP recovery ( VOLUME UP + HOME + POWER BUTTON) and allow modifications.
3. Click install and find the custom rom you downloaded to the SD CARD ROOT directory and click it to install.
4.Follow the instructions included in the rom and choose the options you wish to install (some roms give you the option to install the old 100% battery kernel, i reccommend you dont install this kernel for obvious reasons) you should also do a CLEAN install (factory reset/format data)
5. you should now be installed and able to reboot into custom rom.
CSC Change
CSC changing allows you to change your country code from o2 to ee for example to allow wifi calling etc.
1. BACKUP your EFS Partition. (incase any error occur)
2. Download the exynos CSC.zip from Tkkg1994 Post http://forum.xda-developers.com/note-7/development/utility-flashable-csc-selection-v1-0-t3450911
3. Save the zip file to your SDCARD ROOT directory
4. Reboot into TWRP Recovery and allow modifications
5. Click install and find the CSC.zip you saved to your SD CARD ROOT directory and click it to start installation.
6. Follow instructions until you get to the mulitple choice list of CSC. BTU is the UK unbranded csc which also has the built in wifi calling option for example EE network. (recommend) choose which csc you want and click to install
7. once done go back and reboot the system you are now done
If you followed the full guide you should now be rooted with custom recovery and have your CSC changed
If you require to revert back to stock for any reason open samsung smart switch, click more and then the second tab, next enter your model number and seriel number and click okay
You forgot to mention that by doing this you trigger knox and lose secure folder
LightningJay said:
You forgot to mention that by doing this you trigger knox and lose secure folder
Click to expand...
Click to collapse
good point thankyou sir!

Categories

Resources