Jump to content

The San Diego hacking topic - root progress etc.


Guest PaulOBrien

Recommended Posts

Guest Davehillbo

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

Link to comment
Share on other sites

Guest ben1066

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
Link to comment
Share on other sites

Guest ben1066


<?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.

Link to comment
Share on other sites

Guest domenico lamberti

does that mean we have bypassed the locked bootloader?

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

Edited by domenico lamberti
Link to comment
Share on other sites

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
Link to comment
Share on other sites

Guest ben1066

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
Link to comment
Share on other sites

Guest rickywyatt

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]

Link to comment
Share on other sites

Guest shootomanUK

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

Link to comment
Share on other sites

Guest ben1066

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
Link to comment
Share on other sites

Guest ben1066

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
Link to comment
Share on other sites

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.