New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
jcsullins
Old
#21  
Member
Thanks Meter 337
Posts: 67
Join Date: Jul 2010

 
DONATE TO ME
Default moboot, twrp and moboot.next

Quote:
Originally Posted by dallas.maverick View Post
Thanks, I tested this extensively in an attempt to get my Touchpad into TWRP by default and ran into the same issue with moboot.next, I tried to make it read only after putting Cyanogemnod into it among other things but couldn't get it to work 100%. For now, seems like other folks are running into the same issues and sounds like you guys will take care of it in the next release of moboot. Thanks for all the work.
To clarify:
Some *future* version of moboot *may* lift the requirement that the OS
remove the moboot.next file. I did not intend to imply that the next version
would do so.

However, it is my understanding that the next version of TWRP will
remove the moboot.next file.

Also, if you name the TWRP image as per the install instructions (and
do not rename it to ClockworkMod), you should not run into this issue.
When TWRP supports clearing the moboot.next file, I can provide an
update that will set it as the default recovery. Until that time, I would
suggest not renaming it. Just do a normal reboot and select it from the
moboot menu.
 
Leoisright
Old
(Last edited by Leoisright; 28th December 2011 at 05:23 AM.)
#22  
Leoisright's Avatar
Recognized Developer
Thanks Meter 6611
Posts: 4,639
Join Date: Dec 2010
Location: MN

 
DONATE TO ME
Quote:
Originally Posted by jcsullins View Post
To clarify:
Some *future* version of moboot *may* lift the requirement that the OS
remove the moboot.next file. I did not intend to imply that the next version
would do so.

However, it is my understanding that the next version of TWRP will
remove the moboot.next file.

Also, if you name the TWRP image as per the install instructions (and
do not rename it to ClockworkMod), you should not run into this issue.
When TWRP supports clearing the moboot.next file, I can provide an
update that will set it as the default recovery. Until that time, I would
suggest not renaming it. Just do a normal reboot and select it from the
moboot menu.
never mind... appreciate your work to help us bring love to the touchpad

Sent from my Touchpad using Tapatalk
Device: Samsung Note 2 and Samsung Nexus 10
ROM: Synergy, rooted 4.1.2
Kernel: Stock

Nexus 10 Developement
 
chhaggerty
Old
#23  
chhaggerty's Avatar
Member
Thanks Meter 13
Posts: 56
Join Date: Sep 2010
Location: Minnesota
Installed using CWM recovery. Also have the latest Moboot 0.3.5, CM7 and Archlinux installed. TWRP refuses to boot with error, BOOT FAILED! Press SELECT to continue. When I press the Home key I return to the Moboot menu, but any selection freezes at Loading '/boot/uImage.(whatever selection)' ... OK. If I then turn the device off and start over, I can boot into any selection but TWRP. Looking forward to being able to use TWRP but can't right now.

---------- Post added at 12:27 PM ---------- Previous post was at 11:35 AM ----------

Found out there is not enough room in /boot for everything, so I deleted CWM and installed TWRP manually using Better Terminal Emulator and Root Explorer. Working great, thanks.
Galaxy Nexus CDMA:
HP TouchPad 32 GB
 
itrackit
Old
#24  
itrackit's Avatar
Senior Member
Thanks Meter 0
Posts: 157
Join Date: Apr 2010
Location: fort myers, FL
Quote:
Originally Posted by chhaggerty View Post
Installed using CWM recovery. Also have the latest Moboot 0.3.5, CM7 and Archlinux installed. TWRP refuses to boot with error, BOOT FAILED! Press SELECT to continue. When I press the Home key I return to the Moboot menu, but any selection freezes at Loading '/boot/uImage.(whatever selection)' ... OK. If I then turn the device off and start over, I can boot into any selection but TWRP. Looking forward to being able to use TWRP but can't right now.

---------- Post added at 12:27 PM ---------- Previous post was at 11:35 AM ----------

Found out there is not enough room in /boot for everything, so I deleted CWM and installed TWRP manually using Better Terminal Emulator and Root Explorer. Working great, thanks.
CH, i think i need to install this recover manually as well as something must have gone wrong with my install as i do not have cwm as a selection in moboot. how can i install a recovery at this point? i have xron but just no recovery in moboot. thx.
E4GT - blazer 3.7 rom
retired - Hero
 
A$$h4t
Old
#25  
A$$h4t's Avatar
Senior Member
Thanks Meter 240
Posts: 850
Join Date: Jul 2010
Location: North Waterboro
Quote:
Originally Posted by itrackit View Post
CH, i think i need to install this recover manually as well as something must have gone wrong with my install as i do not have cwm as a selection in moboot. how can i install a recovery at this point? i have xron but just no recovery in moboot. thx.
I think if you re-run the acme installer with moboot and clockwork mod in the cminstall folder it will put them back for you. You should not have to re-install xron.
Galaxy S4 - CleanROM 1.0
Nexus 10 - CM 10.1
 
jlove
Old
#26  
jlove's Avatar
Member
Thanks Meter 19
Posts: 96
Join Date: Jul 2008
Default webos backup

can i backup webos too with this?
or is it just for android?
 
dallas.maverick
Old
(Last edited by dallas.maverick; 1st January 2012 at 04:43 PM.) Reason: Steps:
#27  
dallas.maverick's Avatar
Senior Member
Thanks Meter 84
Posts: 170
Join Date: Jul 2009
Location: Wylie, TX
Quote:
Originally Posted by itrackit View Post
CH, i think i need to install this recover manually as well as something must have gone wrong with my install as i do not have cwm as a selection in moboot. how can i install a recovery at this point? i have xron but just no recovery in moboot. thx.
Quote:
Originally Posted by A$$h4t View Post
I think if you re-run the acme installer with moboot and clockwork mod in the cminstall folder it will put them back for you. You should not have to re-install xron.
If you have ADB, you should be able to do it as well. Have to mount rootfs, make a dir /boot and then mount boot. Once you are one, you can just list the contents of /boot with ls, delete unwanted files and just push your recovery of choice. I put some steps in leo's thread on how to do this, will try and search for you.

adb shell ##should automatically give you a root shell
mount -o rw,remount rootfs / ##this will remount the rootfs (/) partition as read-write
mkdir boot ##make a directory for mounting the partition inside of
mount -t ext3 /dev/block/mmcblk0p13 /boot ##mount the actual boot partition
cd /boot ## Change directory to /boot
ls -l ## list contents of /boot
adb push uImage.twrp /boot ## Remember, if you don't have enough space in /boot, this will fail.

---------- Post added at 10:46 AM ---------- Previous post was at 10:35 AM ----------

Quote:
Originally Posted by jlove View Post
can i backup webos too with this?
or is it just for android?
Just Android. Read more at this page:

http://teamw.in/project/twrp2/75
 
method2madness
Old
#28  
method2madness's Avatar
Senior Member
Thanks Meter 444
Posts: 966
Join Date: Jan 2011
Location: Hampton Roads, Va
Quote:
Originally Posted by jlove View Post
can i backup webos too with this?
or is it just for android?
Android only.
CLASSICNERD CHANGELOG HERE
Now stop whining.
 
jlove
Old
#29  
jlove's Avatar
Member
Thanks Meter 19
Posts: 96
Join Date: Jul 2008
thxxxx

anyone know a solution for webos backup?
 
cdsbj6508
Old
#30  
cdsbj6508's Avatar
Senior Member
Thanks Meter 109
Posts: 1,011
Join Date: May 2009
Location: Orlando
I got Boot Fail when trying to install TWRP 2.0 zip. Any help would be great!

Tags
recovery, teamwin, touchpad, twrp, twrp2