View Single Post
Old 01-27-2012, 12:14 AM   #10
j0534ng31
Connoisseur
j0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheesej0534ng31 can extract oil from cheese
 
Posts: 83
Karma: 1224
Join Date: Dec 2011
Location: Gijon (Spain)
Device: Sony PRS-T1 black
Quote:
Originally Posted by m3l7d0wN View Post
UPDATE3:
I was wrong again!
actually there are 2 PRS.package, one will do an update, and one will do recovery mode...

in both cases chgboot normal is called, so maybe with chgboot it's possible to call other modes.
This is a nice method for booting in recovery without windows :P
Sorry, I'm not sure to understand what you mean... but I always do:
  • To boot in 'normal' mode:
    Code:
    
    ::
    :: From Windows
    ebook_msc name PRS-T1 um normal
    :: or
    adb shell "$(busybox which chgboot) normal && reboot"
    :: or
    adb reboot
    :: or
    adb reboot normal
    
    ::
    :: From interactive ADB shell, telnet, ssh or recovery serial console
    $(busybox which chgboot) normal && reboot
    
  • To boot in 'recovery' mode:
    Code:
    
    ::
    :: From Windows
    ebook_msc name PRS-T1 um recovery
    :: or
    adb shell "$(busybox which chgboot) recovery && reboot"
    :: but not (it doesn't work)
    adb reboot recovery
    
    ::
    :: From interactive ADB shell, telnet, ssh or recovery serial console
    $(busybox which chgboot) recovery && reboot
    

Is this what you are looking for?

uboot:

Sorry. I read too late your PM... I'm very busy this week!

Last edited by j0534ng31; 01-27-2012 at 12:27 AM.
j0534ng31 is offline   Reply With Quote