[Q] Need help installing something. - Android Q&A, Help & Troubleshooting

Okay so I rooted my Samsung Galaxy 10.1 and trying to install this script:
http://forum.xda-developers.com/showthread.php?t=1857391
(they won't allow me to post)
and on post 25 there is a noob version.
here's step for noob like me: (running rooted stock)
1) install the zip in cwm
2) install busybox from market, then clock the busybox app to install busybox
3) install script manager (smanager)
4) launch Smanager, select "browse as root" then ok
5) browse to "/system/etc/init.d/11extsd2internalsd"
6) u will see the script there. select it, then click Executable, tap on Su, Boot and Save
7) reboot and you are done!
*rmb to format ur sdcard to FAT32 before u start. if ur pc dont have the option of fat32, install this http://download.cnet.com/EaseUS-Part...-10863346.html
run it, right click ur sdcard n select "format partition"
Click to expand...
Click to collapse
There's so many apps with cwm. Which one I need and how do I install the zip?

Related

[Q] how to install xRecovery?

question as title....
i follow the instruction and just click the '' install xRecovery '' but the system keep show me Force Close .... any solution ?
First and foremost... Do you have root access to your phone?
If so you can try this out, it always works for me
1.- Download and install Gscript lite from Android Market.
2.- Download and unpack the following package to the root of your SD Card.
Link: http://db.tt/MlrbaYL
If it asks for replacement select yes.
3.- Now go to Gscript Lite press "Menu" and select Add Script.
4.- Mark the checkbox that says "Need SU?"
5.- Click on Load File and you'll see to files (Xrecovery.sh & Xrecovery-reinstall.sh)
6.- Load both files.
7.- Click on "Xrecovery" and you'll see the system writting some commands, probably at the end i'll give you an error - Don't panic.
8.- Click on "Xrecovery-reinstall" and again you'll see some commands going on... At the end i'll say you have to reboot.
9.- Reboot your phone
10.- Enjoy.
Hope this helps.
Jim
bl2288 said:
question as title....
i follow the instruction and just click the '' install xRecovery '' but the system keep show me Force Close .... any solution ?
Click to expand...
Click to collapse
Try the manual installation procedure. I too had problems with the automatic installation.
my phone got no root since the recent firmware update .... i been tried for manual installation but also doesnt work to me ... due to the root explorer cant mount R/W
bl2288 said:
my phone got no root since the recent firmware update .... i been tried for manual installation but also doesnt work to me ... due to the root explorer cant mount R/W
Click to expand...
Click to collapse
If you do not have root access, then you can not install X-recovery.
jimbo77 said:
First and foremost... Do you have root access to your phone?
If so you can try this out, it always works for me
1.- Download and install Gscript lite from Android Market.
2.- Download and unpack the following package to the root of your SD Card.
????????????????????????????????????????????????????
If it asks for replacement select yes.
3.- Now go to Gscript Lite press "Menu" and select Add Script.
4.- Mark the checkbox that says "Need SU?"
5.- Click on Load File and you'll see to files (Xrecovery.sh & Xrecovery-reinstall.sh)
6.- Load both files.
7.- Click on "Xrecovery" and you'll see the system writting some commands, probably at the end i'll give you an error - Don't panic.
8.- Click on "Xrecovery-reinstall" and again you'll see some commands going on... At the end i'll say you have to reboot.
9.- Reboot your phone
10.- Enjoy.
Hope this helps.
Jim
Click to expand...
Click to collapse
Hello,
I also can not install xrecovery. Get also force stop icons. I don't know how to manual install it. I have permanent rooted my x10 with z4root. The ???????????????? link above does not work on my computer.
Can someone help me?
With regards Kim
http://forum.xda-developers.com/showthread.php?t=859571

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

Agh! what am i doing wrong!??

Hi everyone.
I'm really sick of this phone (X10 mini pro). right now no matter what i try and flash to it using xrecovery and update.zip, i reboot and always find that i'm running the same old system - like as if i've done NOTHING TO IT AT ALL!
I tried flashing this (which is what i really wanted):
http://forum.xda-developers.com/showthread.php?t=1041099
Nothing, reboots into stock.
I then tried this:
http://forum.xda-developers.com/showthread.php?t=1059361
Also no luck.
What am i doing wrong!? I download the rom, extract (System, META-INF and/or any other folder) and then i install any hotfixes by dragging and dropping/replacing files.
I then zip up the system and meta folders (plus anything else ie: Data folder) to update.zip, then install via xrecovery -- which does so fine, no warning messages -- then i CLEAR cache or format data (if instructed) and reboot.
As far as i can tell, i'm doing NOTHING wrong and it's extremely frustrating. Everytime i reboot i'm greeted with the same old setup wizard, same old theme, same stock "About Phone" details, as listed below:
Model Number:
U20i
Firmware Version:
2.1-update1
Baseband Version:
M76XX-TSNCJOLYM-53404015
Kernal Version:
2.6.29
[email protected] #1
Build Number:
2.1.1.A.0.6
What is going on???
Have you tried not renaming the zip file and flash it as it is, then flash the hotfixes next?
Maybe what you added or replaced caused the flashing to not work at all. For me when I flash a big rom it'll take about a minute. If it was flashed and you don't even see it copying files then it must have failed.
Sent from my U20i using XDA App
Choose custom zip, navigate to the zip file location in your sd card and confirm flashing it. Must work. I bet you flashed the "update.zip" which doesn't exist.
Sent from my U20i using XDA App
Thanks for the quick reply guys.
Unfortunately i've tried both these methods and i still get the same problem. (I just tried both methods again to be sure) Xrecovery just states "Copying files..." then within about a minute or so, it tells me it's "Completed"
Just for the record, i did buy this phone used (and "unlocked" to any network) would that somehow have something to do with this?
I've also tried a factory reset using the PC companion from Sony (then installing a rom) even after that i still get this problem.
Frustrating, very frustrating.
Ok, so i did this all over again:
Step 1.
Reset phone using PC Companion
Step 2
Setup Wifi using the wizard
Step 3
enable usb debugging and Unknown Sources (both under Applications)
Step 4
Connect phone via usb, transfer over Xrecovery, update.zip, etc. Then UNMOUNT SDCARD.
Root phone using S1C, install busybox during then reboot.
Step 5:
Setup marketplace account & Download (provided i get past that rediculous "downloading.." hang bug):
Busybox Installer, once downloaded, double click icon and install
Download and install Root Explorer
Step 6:
install Xrecovery manually using Root Explorer, placing it's 3 files in \system\bin
step 7:
Connect usb, transfer over update.zip, reboot and enter xrecovery
Now, guess what? XRECOVERY won't even start when i hit the back button when the SE logo appears!
One problem after another, about to give up. Really not impressed.
Do the following at your own risk
> Before you start make sure you have
- Root access
- Busy box and terminal emulator (you can get this from the market) installed
1. Download this script http://www.mediafire.com/?yw2a3r2didpb51t
2. Extract the folder called AAIS and rename it to "aais" (without the quotations)
3. Copy the aais folder to sdcard
4. Open up terminal emulator and type in the following commands
Code:
su
Click on allow when superuser dialog pops up and then type
Code:
cd sdcard/aais
Code:
sh install.sh
A list will appear, type the number which installs xrecovery and press enter
Once the phone has rebooted
1. Copy the zip of the rom which you want to install straight to the sd card (Do not rename it, extract it or do anything to it)
2. Copy the zip of the hotfixes straight to the sd card (again do not rename, extract or do anything)
3. Reboot phone, when it reaches "Sony Ericsson" press back a few times to boot into xrecovery
4. Using xrecovery do this
- Wipe cache partition
- Advanced option > wipe dalvik cache and wipe battery stats
- Go back to xrecovery main menu and then click on factory reset (full wipe)
4. Then goto install custom zip > choose custom zip from sdcard > and then choose the rom zip. Let it install
5. Once rom is installed click on choose custom zip from sdcard > and then choose the hotfix zip.
6. Once installed go back to xrecovery main menu and reboot phone
Hopefully should work
K><A said:
Do the following at your own risk
*snip*
Click to expand...
Click to collapse
Thanks for this post, exactly what i needed. Tis much appreciated.
I did what you said, word for word, and everything went smoothly. Xrecovery booted up fine and installed everything fine.
Unfortunately, this has failed to resolve the problem. I'm totally clueless as i'm sure most of you are. All i can say is it's not user error - i've not done anything wrong or missed a THING. I've really followed as you instructed word for word (as i did with previous attempts) and i still got nowhere. I've now spent all day trying to resolve this and still with no luck.
The only difference all of this ever seems to make is i'm constantly bothered by popups saying "X application has failed" etc etc now. It still just boots into the regular OS like as if nothing has happend.
Download this file, do not extract it, copy it straight to your sd card:
https://rapidshare.com/#!download|7...zip|121614|R~E38D143E052C271F51D9FBCAF24427E1
Download this file, do not extract it, copy it straight to your sd card
https://rapidshare.com/#!download|3...ight.zip|1|R~11A42E8D7D5D2FAE74791CC0D9911BE7
Go into xrecovery then
Wipe cache partition
Wipe dalvick cache
Wipe battery stats
Factory reset (full wipe)
Goto install custom zip from sd card and flash the first file
then flash the second file. Reboot phone. Hope it works.
1- Download Sony Ericsson Update Service from here -> http://www.sonyericsson.com/cws/sup...ed/updateservice/xperiax10minipro?cc=gb&lc=en
2- Install it !
3- Run it !
5- Click on "I agree all..." and then next.
4- On the home page of the software, select "X10 mini pro" and click on next !
5- Turn off your phone and remove your battery.
6- Wait 30 seconds x)
7- Plug your usb cable in your computer but not yet in your phone !
8- Replace your battery !
9- Press and hold "Back" button (the 3rd physic button) !
10- Plug your usb cable into your phone !
11- Let's SEUS doing his work !
12- When it says "Finiiiiish !!!", unplug your usb cable and boot your phone !
13- Go to Settings -> About the phone and check if your Firmware is : 2.1.1.A.0.6 !
14- Root your phone.
15- Install xRecovery with K><A method !
16- After, download the ROM you want, place it at the root of your SD card.
17- Reboot into xRecovery and choose "install a custom.zip"
18- Select the .zip of your ROM and apply
That would fix your problem if you follw my instructions
This worked
Why is that? is the version you linked an older one?
Thingamajig said:
This worked
Why is that? is the version you linked an older one?
Click to expand...
Click to collapse
I am pretty sure you didnt have right baseband and xrecovery.
Please sticky this thread mods. Its one of the best tutorials i have seen so far.
Thanks guys for helping him
Sent from my U20i using XDA Premium App
No worries
I linked the latest version.

{help}need stock kernel

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

Categories

Resources