Jump to content

The San Diego hacking topic - root progress etc.


Recommended Posts

Guest Davehillbo
Posted

If it is a simple BIOS, just imagine the possibilities, would be able to change boot order from internal flash to external SD.

Guest rickywyatt
Posted

yep btw your xml crashes the program it wont flash without the IFWI being fashed first

Guest ben1066
Posted

That's unfortunately not possible I don't think. It uses something called "droidboot" as referenced in the repo manifest.

Guest ben1066
Posted (edited)

yep btw your xml crashes the program it wont flash without the IFWI being fashed first

Does the program leave any log? You can download from mediafire right? I'll try and make a working XML using our IFWI.

Edited by ben1066
Guest ben1066
Posted


<?xml version="1.0" ?>

<flashfile>

<id>K800_1_S_2_162_0054_120717</id>

<comments>Racer-A windows download</comments>

<platform>PVT1</platform>

<code_groups>

  <code_group name="FIRMWARE">

  </code_group>

  <code_group name="BOOTLOADER">

   <file TYPE="KBOOT">

    <name>kboot.bin</name>

    <version>KBOOT_VERSION</version>

    <offset></offset>

    <fixed_size></fixed_size>

    <checksum></checksum>

   </file>

  </code_group>

  <code_group name="KERNEL">

   <file TYPE="KERNEL">

    <name>boot.bin</name>

    <cmdline></cmdline>

    <version>KERNEL_VERSION</version>

    <offset></offset>

    <fixed_size></fixed_size>

    <checksum></checksum>

   </file>

  </code_group>

  <code_group name="SYSTEM">

   <file TYPE="SYSTEM">

    <name>system.tar.gz</name>

    <version>SYSTEM_VERSION</version>

    <offset></offset>

    <fixed_size></fixed_size>

    <checksum></checksum>

   </file>

  </code_group>

  <code_group name="MODEM">

  </code_group>

</code_groups>

<code_group name="USERDATAT">

  <file TYPE="USERDATA">

   <name>userdata.tar.gz</name>

   <version>0</version>

   <checksum></checksum>

   <model></model>

   <revision></revision>

   <cmdline></cmdline>

  </file>

</code_group>

</flashfile>

Try that.

Guest rickywyatt
Posted

07/29/12 21:51:25.991 0/0/8 #0: IFW flash success - SN : 324B076AA1D1B3E9

Guest shootomanUK
Posted

oh s*** i think ive just jizzed in my pants ! lol

Posted (edited)

:D :D :D

AHHHHH the suspense is killing me.

Edited by Guest
Guest domenico lamberti
Posted (edited)

does that mean we have bypassed the locked bootloader?

EDIT : does that mean *you've* bypassed the locked bootloader?

Edited by domenico lamberti
Posted (edited)

Please tell me it fully worked and you are now on ics desktop?

If it works, it means the OSD/X900 gets everything it deserves, shame on you orange.

Edited by Guest
Guest rickywyatt
Posted

now im lost the phone just boot to gingerbread

Guest shootomanUK
Posted

forget george hotz.........there's new kidz in town

:P

Guest ben1066
Posted (edited)

Full log please, that's strange.

EDIT: Found why the K800 ROM is release mode, it's a Quality Assurance build, ro.build.host=QA-Build-Gorilla-011

Edited by ben1066
Posted (edited)

It means it worked but did not flash the os right ?

What does about phone say ?

Edited by Guest
Guest rickywyatt
Posted

07/29/12 22:02:32.153 INFO : Please select a flash file...
07/29/12 22:03:13.701 INFO : Flash file OK (C:/mflash/Leos-flash.xml)
07/29/12 22:03:14.398 0/0/8 #0: New device detected - SN : 324B076AA1D1B3E9
07/29/12 22:03:14.404 0/0/8 #0: IFW flash started - SN : 324B076AA1D1B3E9
07/29/12 22:03:21.108 0/0/8 #0: IFW flash success - SN : 324B076AA1D1B3E9
07/29/12 22:04:04.934 0/0/8 #0: Flashing OS
07/29/12 22:04:04.935 0/0/8 #0: fastboot -s 324B076AA1D1B3E9 oem system /sbin/PartitionDisk.sh /dev/mmcblk0
07/29/12 22:04:15.139 0/0/8 #0: [FAILURE] OS flash failure
07/29/12 22:04:15.140 INFO : Flash failure 0/1 (success/total) (Enumeration failure(s): 0)
[/CODE]

Guest shootomanUK
Posted

the chinese guys said that you need Visual C++ Redistributables for the flasher to work.........could it be something to do with it ?

Posted

I remember needing that when i had skate and was changing nvitem with some tool

Guest ben1066
Posted (edited)

That's useful, it reveals that all it is is another fastboot mode :) Could you boot into that again and try running fastboot oem h

Edited by ben1066
Guest ben1066
Posted

In addition could you try fastboot getvar all

Guest shootomanUK
Posted

In addition could you try fastboot getvar all

i think i done that before and it was 0.5 if im not mistaken

Guest ben1066
Posted (edited)

Eh what? There should be more than one value :) Also, I think I've found the origin of these commands, it appears to be attempting to repartition the system partition, I don't think we need to.

In the same directory as the flasher try replacing AndroidFlash.xml with the following:


<?xml version="1.0"?>

<fastboot>

<command id="10">

  <string>flash /tmp/modem.fls $modemfw_file</string>

  <timeout>30000</timeout>

  <retry>2</retry>

</command>

<command id="11">

  <string>oem system "loadfw_modem.sh /tmp/modem.fls"</string>

  <timeout>120000</timeout>

  <retry>2</retry>

</command>

<command id="2">

  <string>erase factory</string>

  <timeout>45000</timeout>

  <retry>2</retry>

</command>

<command id="3">

  <string>erase system</string>

  <timeout>45000</timeout>

  <retry>2</retry>

</command>

<command id="4">

  <string>erase data</string>

  <timeout>45000</timeout>

  <retry>2</retry>

</command>

<command id="6">

  <string>erase sdcard</string>

  <timeout>45000</timeout>

  <retry>2</retry>

</command>

<command id="7">

  <string>erase cache</string>

  <timeout>45000</timeout>

  <retry>2</retry>

</command>

<command id="8">

  <string>flash boot $kernel_file</string>

  <timeout>45000</timeout>

  <retry>2</retry>

</command>

<command id="9">

  <string>flash system $rootfs_file</string>

  <timeout>400000</timeout>

  <retry>2</retry>

</command>

<command id="10">

  <string>flash data $userdata_file</string>

  <timeout>200000</timeout>

  <retry>2</retry>

</command>

</fastboot>

Edited by ben1066
Posted

This beats the hell out of watching the idiot box, I am on the edge of my seat here.

Guest rickywyatt
Posted

ok hows got the flasher extracted to c:/

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.