Help with munjeni's kernel on GB - Sony Xperia P, U, Sola, Go

I followed the original post but I think I may have done it slightly differently than I should have LOL.
1. I unlocked my bootloader
2. I downloaded the V6 zip file in the original post (v6_bootimg_6.0.B.3.184_+_Clockworkmod_recovery.zip)
3. I unzipped the files to C:\Fastboot\Fastboot\
4. From within C:\Fastboot\Fastboot\ I opened a DOS window and ran "fastboot flash boot boot.img" and it appeared to work successfully.
5. I then used the following to root my phone:
adb remount
adb push su /system/xbin/
adb push busybox /system/xbin/
adb install Superuser.apk
adb shell
cd /system/xbin
chmod 6755 su
chmod 6755 busybox
/system/xbin/busybox --install -s /system/xbin/
Is what I have done okay or should I have copied the entire 'v6_bootimg_6.0.B.3.184_+_Clockworkmod_recovery.zip' file to my SD card and updated from there or is it okay what I did by just fastboot flashing the boot.img?
Sorry for the sillyness and thanks in advance for any help...

You can first flash the kernel through fastboot or flashtool, then you can flash super user and busybox through cwm.... Here's a zip-
http://forum.xda-developers.com/showthread.php?t=1903752
Sent from my ST25i using xda app-developers app

satya-1998 said:
You can first flash the kernel through fastboot or flashtool, then you can flash super user and busybox through cwm.... Here's a zip-
http://forum.xda-developers.com/showthread.php?t=1903752
Sent from my ST25i using xda app-developers app
Click to expand...
Click to collapse
Thanks for your reply. However, please read my first post again. I have flashed the kernel using fastboot and also now have root access using the steps I outlined. I guess I just need to know if this is right or if I should have copied the entire zip file to my SD card and flashed from there?

Not necessary
Sent from my ST25i using xda app-developers app

Related

arrg this is getting pointless now

been trying to update to wolfs rom, but lame thing is xrecovery, cant find way to get it to fully working version that allows me to install the rom, instead just wont load up the sdcard
have gotroot access, busybox installed, flashtool works no problem now just this last stage now is getting to the end of my tether
I have got root explorer so can copy over files to system if needs be, but am now stuck, as have already tried the method of copying files over to update xrecovery, also could not see where adb shell is to run the commands that ive seen so am stuck there
any help would be appreciated
What I recomend that you do is flash back to 2.1 using flashtool, then root, install xRecovery, and then follow the instructions in wolfs thread. That's worked for me and many others. Goodluck
Sent from my X10i using XDA Premium App
rm -r /sdcard
mkdir sdcard
chmod 777 sdcard
Click to expand...
Click to collapse
OR
extract APK and copy .

[q] please help problem with homebase rom

Ok First Of all This Rom Is The Fastest I have Ever used.
But ok HEre is my Huge problem. so i was rooted bl unlocked everything fine, with my stock rom with 1.3 ghz kernel until i installed the home base ext 4 mega. ok my problem is simple, when i installed it, it basically unrooted my device is was supposed to be a rooted rom, but anyway i decided to root my atrix again right? and thats when i found that when im on adb writing cp /preinstall/su /system/bin sumthing like that it says cp write error: No space left on device. and i cant root my device !!!! PLEASE HELP!!!!!!!!!!!!!!!!!!!! If I can't root my device it is paperweight basically
This is the set of instructions I have always used and have always worked and now they give me this annoying error of no space left on device. After cp /preinstall/su /system/bin
Put phone in fastboot mode, then:
Code: fastboot flash preinstall preinstall.img fastboot reboot
(older versions maybe need "fastboot -i 0x22b8")
after fastboot & reboot, type in adb ("adb shell") or terminal emulator, exactly:
Code: /preinstall/dosu /bin/mount -o remount,rw /system cp /preinstall/su /system/bin/chmod 6755 /system/bin/su PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk
I believe in this rom has ext4 problems. If you try to modify the file system, it is ruined. At least in my case. Try install the ext3.
Enviado desde mi MB860 usando Tapatalk
Malaquai said:
I believe in this rom has ext4 problems. If you try to modify the file system, it is ruined. At least in my case. Try install the ext3.
Enviado desde mi MB860 usando Tapatalk
Click to expand...
Click to collapse
Ty for answering but i have a question how can i install it if i cannot root my phone :S i need a recovery and it need's rooting the phone. what can i do.
Download the .zip for the rom onto your internal sd card, reboot phone into recovery mode, clear caches etc., install .zip from sd card.
Sent from my MB860 using Tapatalk
EzEddie said:
Download the .zip for the rom onto your internal sd card, reboot phone into recovery mode, clear caches etc., install .zip from sd card.
Sent from my MB860 using Tapatalk
Click to expand...
Click to collapse
Ok so I got onto android recovery clear cache's and when I tried to install the zip it says
E: signature verification failed
and it dosnt install it but the file name says it is signed o.o ? Ow man

[Root]65.1.21.XT910.PSHAsiaRetail.en.03 and 65.1.21.XT910.MERetail.en.03

hi
Worked root 2.3.5 65.1.21.XT910.PSHAsiaRetail.en.03 and 65.1.21.XT910.MERetail.en.03
[Instruction]
Install USB Drivers
Extract Motofail_windows.zip Package
Enable debugging on device. Settings -> Application -> Development -> Tick USB Debugging
Connect device to PC
Test if device is recognised in command prompt using ADB Devices (Optional)
Run the Run.bat
Enjoy
Download
http://vulnfactory.org/public/motofail_windows.zip
Original link
http://vulnfactory.org/blog/2012/02/...ty-experiment/
Dan Rosenberg
It's works, on my RAZR XT910 Asia, SEAOP.
I am using GNU/Linux and this how I re-ROOT my RAZR back.
Note: Only for advanced and know what todo users. Actually this is for anyone who knows how to use adb or fastboot, either in GNU/Linux, OSX or Windows.
1) I already installed the adb and fastboot in $PATH.
2) Extract the motofail exploit
3) cd /to/motofail
4) $ adb push motofail /data/local/.
5) $ adb shell 'chmod 755 /data/local/motofail'
6) $ adb shell '/data/local/motofail exploit'
7) $ adb reboot
8) $ adb remount
9) $ adb push su /system/xbin/.
9a) $ adb shell 'chmod 4755 /system/xbin/su'
10) $ adb shell '/data/local/motofail clean; reboot'
11) Install Superuser from Market.
If you already rooted your RAZR, but had been removed by OTA, you can skip step 9) to re-ROOT your RAZR. .
Note and suggestion: DO NOT push Superuser.apk to /system/app . It is wise to INSTALL from Market or do $ adb install -r Superuser.apk. Better to remove /system/app/Superuser.apk before reinstall the Superuser.apk from Market or adb : $ adb shell 'rm /system/app/Superuser.apk'
You can remove the motofail later;
$ adb shell 'rm /data/local/motofail'
You can read run.bat to see the commands involved.
Thank you...
almstag said:
hi
Worked root 2.3.5 65.1.21.XT910.PSHAsiaRetail.en.03 and 65.1.21.XT910.MERetail.en.03
[Instruction]
Install USB Drivers
Extract Doomlords Package
Enable debugging on device. Settings -> Application -> Development -> Tick USB Debugging
Connect device to PC
Test if device is recognised in command prompt using ADB Devices (Optional)
Run the Runme.bat
Enjoy
Download
http://vulnfactory.org/public/motofail_windows.zip
Click to expand...
Click to collapse
So do I extract Doomlords' package [from other threads] or do I extract the ATTACHED package? Namely, Motofail_windows.zip.
Edit: Turns out that the "Doomlord's Package" in the instructions was for the attached pacakge. I've successfully rooted my XT910 that's on 65.1.21.XT910.PSHAsiaRetail.en.03
I'm sorry
Thank you
Worked on 65.1.21.xt910.optus.en.au
Thankyou!
I want the Fastboot file for the Asian model of Razr XT910. Can any1 link me?
manish.sanil said:
I want the Fastboot file for the Asian model of Razr XT910. Can any1 link me?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1362956
Just look for your device's ROM at this thread.
hugothebas said:
http://forum.xda-developers.com/showthread.php?t=1362956
Just look for your device's ROM at this thread.
Click to expand...
Click to collapse
Is it just me or is it just that 65.1.21.XT910.PSHAsiaRetail.en.03 isn't on that thread?
Sim Kai Long said:
Is it just me or is it just that 65.1.21.XT910.PSHAsiaRetail.en.03 isn't on that thread?
Click to expand...
Click to collapse
No, there's no fastboot file for 65.1.21.XT910.PSHAsiaRetail.en.03. But you can go there by OTA Update via Moto Recovery
Do I just need to extract the motofail and run .bat file on my razr which is on new ota?
Sent from my XT910 using xda premium
Sedariya11 said:
Do I just need to extract the motofail and run .bat file on my razr which is on new ota?
Sent from my XT910 using xda premium
Click to expand...
Click to collapse
Extract motofail_windows.zip to a folder anywhere on your computer, on your desktop perhaps?
Make sure the phone is enabled for USB Debugging [Read the instructions for this]
Run "Run.bat" through your PC and the other processes will be automated.
Thank u so much bro.. I have been trying to root it after update but coludnt but ur process is tooo easy..thanks again. U r awesome..
Sent from my XT910 using xda premium
elias.parasini said:
No, there's no fastboot file for 65.1.21.XT910.PSHAsiaRetail.en.03. But you can go there by OTA Update via Moto Recovery
Click to expand...
Click to collapse
Hey thanks for your prompt reply..
I am getting this error when i do OTA
had to get the asia rom through the method above but i can't update any OTA!
i have downloaded the asia ota and put it on my sd.
i boot into recovery and update from zip/sd card.
all goes well until half way and i get an error.
something along the lines of "assert failed: apply_patch_check("MTD:boot:8388608:c3d17a6e41533c 813209ed51dfef327df8e1f76")
E:error in /tmp/sideload/package.zip
(status7 )
Installation Aborted
So i must have damaged some system files right?? Now how do i get the Fastboot files or is there any alternative as to how to go about it?
Worked for me like a charm, thx bro (651.167.19.XT910.Retail.en.EU).
Edit:
Titanium Backup said that 4755 isn't optimal for su and changed it to 6755
failed to root on my 65.1.21.XT910.PSHAsiaRetail.en.03
by manually executing the commands, i get stuck at step 9, with the error
"failed to copy 'su' to '/system/xbin/su': Read-only file system"
ptewee said:
failed to root on my 65.1.21.XT910.PSHAsiaRetail.en.03
by manually executing the commands, i get stuck at step 9, with the error
"failed to copy 'su' to '/system/xbin/su': Read-only file system"
Click to expand...
Click to collapse
Oh I see that you're using manual. Give the auto one a try?
i tried the auto first, everything completed successfully but i still end up unrooted...
then i tried manually step by step and there was the error at step 9...
It seem the /system didn't remounted to rw(read/write) mode. Did the exploit success?
Do the motofail clean step, reboot and start again from step 1 again.
Good luck.
Sent from my XT910 using XDA App
'motofail exploit' completed without error
will try flashing it again today, thanks

[Q] [q]about rebooting my phone

I delete framework-res apk in system/framework with root explorer,and cannot turn on my phone (s5830)How can I turn on my phone again?(I have a backup up off the apk)
Hei123 said:
I delete framework-res apk in system/framework with root explorer,and cannot turn on my phone (s5830)How can I turn on my phone again?(I have a backup up off the apk)
Click to expand...
Click to collapse
you need is adb and command prompt
adb remount
adb push framework-res.apk /system/framework
optional ones
adb shell chmod 644 /system/framework/framework-res.apk
adb shell chown 0 /system/framework/framework-res.apk
adb shell chgrp 0 /system/framework/framework-res.apk
Just reflash the rom from recovery!
Without wiping data!
Sent from my GT-S5830 using xda premium
well I'm with Amit here. You must have the original ROM's flashable zip file you were currently using?
Simply extract it. Get to PATH_TO_CURRENT_LOCATION\system\framework\framework-res.apk after extracting it. Get the file and push it via adb. Easy as 123.
Reflashing again restores all the system files...? Happened with me... N I use to flash again! Lol Never tried Amits Method
Sent from my GT-S5830 using xda premium
Rushyang said:
well I'm with Amit here. You must have the original ROM's flashable zip file you were currently using?
Simply extract it. Get to PATH_TO_CURRENT_LOCATION\system\framework\framework-res.apk after extracting it. Get the file and push it via adb. Easy as 123.
Click to expand...
Click to collapse
I have only the apk ,and what is adb,and how to push it
Hei123 said:
I have only the apk ,and what is adb,and how to push it
Click to expand...
Click to collapse
!!!! if that the case, just reflash ur rom as stated by pvrx. SOLVED!

[tutorial] flashing custom recovery via terminal emulator

SOME OF YOU HAVE PROBLEM WITH ROM MANAGER(LIKE ME) AND SOME WITH COMPUTER THATS WHY ITS THE PERFECT(99.9 % WORKING METHOD) TO FLASH CUSTOM RECOVERY VIA TE
TUTORIAL
YOU SHOULD BE ROOTED
I DONT HELD RESPONSIBLE IF SOMETHING HAPPENS TO UR BELOVED O1
1 NOW DOWNLOAD FLASH_IMAGE( http://www.mediafire.com/?7pkcte8gcyn9pet)
2 now download any recovery from this thread( forum.xda-developers.com/showthread.php?t=1523050 ) and extract the "RECOVERY.IMG" ONLY and place it in /sdcard/
3 extract the flash_image
4 USING ROOT MANAGER OR ANY OTHER FILE MANAGER(THAT GIVES YOU ROOT ACCESS) PUT FLASH_IMAGE IN /SYSTEM/BIN ya change ots permission to rwxr-xr-x(thanka for rembering coodingdroid)
5 IN TERMINAL EMULATOR
TYPE
su
it will prompt for root access allow it
then type this
flash_image recovery /sdcard/recovery.img
(and press enter)
you will now get this
#
now type reboot recovery
and you have got a new recovery for your phone
press thanks if i helped you
This should go into the general section.
Bytecode said:
This should go into the general section.
Click to expand...
Click to collapse
Yes and he forgot to mention that we need to set permissions, without setting permissions = no go
Code:
chmod 0777 /system/bin/flash_image
What do you mean by "3. Extract flash_image"?
It is a file, a script, isn't it?
Sent from my LG-P500 running Protos 0.0.1
CodingDroid said:
Yes and he forgot to mention that we need to set permissions, without setting permissions = no go
Code:
chmod 0777 /system/bin/flash_image
What do you mean by "3. Extract flash_image"?
It is a file, a script, isn't it?
Sent from my LG-P500 running Protos 0.0.1
Click to expand...
Click to collapse
ya u r saying right but wo chanhing the permissions it will still work but u still are correct
and the extracting thing is its in zip format the real file is 9.41kb which is inside the zip folder
androidisfuture said:
ya u r saying right but wo chanhing the permissions it will still work but u still are correct
and the extracting thing is its in zip format the real file is 9.41kb which is inside the zip folder
Click to expand...
Click to collapse
Okay now I understand.
But without settings permissions in /system/bin/, /xbin/, /init.d the system won't run the script, as it hasn't any permissions to run it.
Sent from my LG-P500 running Protos 0.0.1
so i need to put that flash file in system/bin and in /xbin ? i copy that but i dont see the file ... superuser allow me to copy that in /bin and /xbin but i dont see the file there .
buhanita said:
so i need to put that flash file in system/bin and in /xbin ? i copy that but i dont see the file ... superuser allow me to copy that in /bin and /xbin but i dont see the file there .
Click to expand...
Click to collapse
ok don't use superuser use any filenanager like solid; es and do it there will be no problem
and u have to put it in system/bin
I did all the things what you said above
But when i type
flash_image recovery /sdcard/recovery.img
I got error with out of memory
But I have a 110mb in internal memory
Now what I do
Sent from my LG-P500 using xda premium
acerkumar said:
i did all the things what you said above
but when i type
flash_image recovery /sdcard/recovery.img
i got error with out of memory
but i have a 110mb in internal memory
now what i do
Sent from my lg-p500 using xda premium
Click to expand...
Click to collapse
get a taskmanager kill all the apps running and then try
it will surely work
I did kill all apps and tried
It didn't show any error msgs
Sent from my LG-P500 using xda premium
---------- Post added at 07:03 PM ---------- Previous post was at 06:57 PM ----------
Is it safe type reboot recovery in terminal emulator
Or
Can I try to boot into recovery mode by turning off the phone and press
Vol +home+power button
Which is safe
Sent from my LG-P500 using xda premium
if it worked
press thanks
Yes, I have flashed amonra 3.0.6 successfully
Thank you :thumbup:
It's work like charm with in few seconds I had flashed amonra easily :thumbup:
Sent from my LG-P500 using xda premium
Hey guysss........there's no such command as "flash_image":crying::crying:
tharu_roxx said:
Hey guysss........there's no such command as "flash_image":crying::crying:
Click to expand...
Click to collapse
please follow the instructions
put the flash image in system/bin
please read before posting
Yeahhhh!!! It worked!! Thanxxx!
Current Device : MT11i Xperia Neo V
ROM : Xperia Ultimate HD ™
Build Number : 2.0.3
Kernel : Suave Kernel
Root Status : Rooted
Bootloader : Unlocked
Previous Devices : Samsung Galaxy Y
GT-5360(Sold)
Sent from my MT11i using XDA Premium HD app
Fastboot after
After recovery reboot I got into fastboot ... Oops .. :/
Can I use it on stock rooted Rom???
Sent from my HTC Desire X using xda app-developers app
sachin kamboj said:
Can I use it on stock rooted Rom???
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
You need to flash_image for that
Sent from my GT-I9082 using xda premium

Categories

Resources