Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
DooMLoRD
Old
#51  
DooMLoRD's Avatar
Recognized Developer - OP
Thanks Meter 20867
Posts: 10,138
Join Date: Jul 2010
Location: Indian Institute of Management, Ahmedabad (IIMA)
Quote:
Originally Posted by championswimmer View Post
we do not really have an official unlocked bootloader....what we really have is bypass which neglects checking the kernel headers(yes the-laser's method is also essentially a bypass ... only the OEM can actually unlock bootloader and Sony has NOT done so for x10)... thus accessing partitions is still not possible.



Sent from my X10S using xda premium
That's wrong... The signature is still checked by the hacked loader of the_laser...

Sent from my HTC One X using XDA
Like my work? Please consider donating via PayPal

Lead Developer of Team UtterChaos & Member of Team ICX

Creator of DooMKernel making those Snapdragons fly higher and faster

Android Devices I use : Sony Xperia Z, T, S, ARC, PLAY

Contributions : Generic Android / Xperia X10 / Xperia 2011 devices / Samsung Galaxy S2 / Huawei Ideos X6 / Samsung Galaxy SCL (i9003) / HTC Flyer / Kindle Fire / HTC JetStream / Xperia P, Sola, U / HTC One X / Xperia S / Xperia T, V, TX / Xperia Z, ZL, Tablet Z





** NEW *** Xperia SDCARD Mounter App! (supports Xperia Z, ZL, Tablet Z, T/TL, TX, V, S/SL/NX, Ion, Acro S/HD, P, U, Go, Sola, J, Miro, Tipo, Tipo Dual, E, E Dual!)
 
championswimmer
Old
(Last edited by championswimmer; 20th April 2012 at 06:14 PM.)
#52  
championswimmer's Avatar
Senior Member
Thanks Meter 6517
Posts: 4,568
Join Date: Oct 2011
Location: Delhi College of Engineering (Delhi Technological University)
Quote:
Originally Posted by DooMLoRD View Post
That's wrong... The signature is still checked by the hacked loader of the_laser...

Sent from my HTC One X using XDA
oh... ok...sorry... my ignorance

OFFTOPIC
what are these mtd4 and userdate partitions for.. seem like hidden partitions.... or for baseband usage?

___continuing here and not spamming the thread more ____

yes i was talking of the fourth one
apps log? hmm i didnt know that...other three i knew
thanks


Sent from my X10S using xda premium
If you like my work, you can donate via PayPal or buy some of my apps on Play Store

CONTRIBUTIONS :
KangXperiaProject | TWRP for Xperia | Xperia X10 | Kernel Kitchen

KXP ROM mirrors : Ul.to |or| Goo.IM

My sources on github
List of donators

Phones
Xperia :: tipo : X10 : J : S : V : Z : TabZ
 
DooMLoRD
Old
#53  
DooMLoRD's Avatar
Recognized Developer - OP
Thanks Meter 20867
Posts: 10,138
Join Date: Jul 2010
Location: Indian Institute of Management, Ahmedabad (IIMA)
Quote:
Originally Posted by championswimmer View Post
oh... ok...sorry... my ignorance

OFFTOPIC
what are these mtd4 and userdate partitions for.. seem like hidden partitions.... or for baseband usage?

Sent from my X10S using xda premium
the mtds are for:
/system
/data
/cache

and i think there is one for apps log...

MTD format is usually used for NAND based device..
Like my work? Please consider donating via PayPal

Lead Developer of Team UtterChaos & Member of Team ICX

Creator of DooMKernel making those Snapdragons fly higher and faster

Android Devices I use : Sony Xperia Z, T, S, ARC, PLAY

Contributions : Generic Android / Xperia X10 / Xperia 2011 devices / Samsung Galaxy S2 / Huawei Ideos X6 / Samsung Galaxy SCL (i9003) / HTC Flyer / Kindle Fire / HTC JetStream / Xperia P, Sola, U / HTC One X / Xperia S / Xperia T, V, TX / Xperia Z, ZL, Tablet Z





** NEW *** Xperia SDCARD Mounter App! (supports Xperia Z, ZL, Tablet Z, T/TL, TX, V, S/SL/NX, Ion, Acro S/HD, P, U, Go, Sola, J, Miro, Tipo, Tipo Dual, E, E Dual!)
 
CosmicDan
Old
#54  
CosmicDan's Avatar
Senior Member
Thanks Meter 3679
Posts: 3,941
Join Date: Jun 2009
Location: Central Coast

 
DONATE TO ME
....so I guess that means no I could have sworn it was possible while building the kernel (in cygwin or preferably linux of course) when I looked at the code a while back, but I gave up because it'd require a custom recovery image. Oh well, I've gotten used to TB-Pro "Integrate System App" filters I use to save space on /data.

XtreamerMobile Developer


My GitHub | My Apps on AppBrain


Goodbye Xperia 2011 scene - on to greater things

Current Community Projects:
Turbo Tools - Developer Preview soon

 
brenty108
Old
#55  
brenty108's Avatar
Senior Member
Thanks Meter 204
Posts: 751
Join Date: Jan 2011
Location: santa flora

 
DONATE TO ME
Default Medium user

I um...I'm lost I download pearl and the file from this trend but what next? I wanna extra the system.sin from my x10 2.3.3. someone please reply. I'm using Windows Xp.
 
CosmicDan
Old
#56  
CosmicDan's Avatar
Senior Member
Thanks Meter 3679
Posts: 3,941
Join Date: Jun 2009
Location: Central Coast

 
DONATE TO ME
Quote:
Originally Posted by brenty108 View Post
I um...I'm lost I download pearl and the file from this trend but what next? I wanna extra the system.sin from my x10 2.3.3. someone please reply. I'm using Windows Xp.
Completely different. You need to use SIN2BIN tool then extract (or mount) the img with some .img tool that can read yaffs2 filesystems. On Windows it's complicated, you are better off just flashing the stock FTF ROM then doing adb pull /system with USB Debugging.

If you don't know how to do that, you probably shouldn't be doing whatever it is you're trying to do

XtreamerMobile Developer


My GitHub | My Apps on AppBrain


Goodbye Xperia 2011 scene - on to greater things

Current Community Projects:
Turbo Tools - Developer Preview soon

 
rocketero
Old
#57  
Senior Member
Thanks Meter 61
Posts: 329
Join Date: Jan 2012
I have maybe a stupid question, but bear with me..

I have a boot.img is around 10MB in size.

When I use unpack_kernelsin or the method explained by iridaki and after repacking the new-boot.img the total size is only around 5.2MB .. why is that?

also that new-boot.img is not working on my tablet. the --cmdline (in ./repack_bootimg.pl) says it is: ''androidboot.hardware=qcom", that's the only parameter I inpup in --cmdline,

anyways some light on this issue is appreciated.
 
iridaki
Old
#58  
iridaki's Avatar
Retired Forum Moderator / Recognized Themer
Thanks Meter 4406
Posts: 3,594
Join Date: Feb 2007
Location: Athens

 
DONATE TO ME
Quote:
Originally Posted by rocketero View Post
I have maybe a stupid question, but bear with me..

I have a boot.img is around 10MB in size.

When I use unpack_kernelsin or the method explained by iridaki and after repacking the new-boot.img the total size is only around 5.2MB .. why is that?

also that new-boot.img is not working on my tablet. the --cmdline (in ./repack_bootimg.pl) says it is: ''androidboot.hardware=qcom", that's the only parameter I inpup in --cmdline,

anyways some light on this issue is appreciated.
This tool you are referring tool is only to be used with Xperia 2011 devices.
It will not work on any other tablet/smartphone model.
 
rocketero
Old
(Last edited by rocketero; 11th September 2012 at 11:33 PM.)
#59  
Senior Member
Thanks Meter 61
Posts: 329
Join Date: Jan 2012
Quote:
Originally Posted by iridaki View Post
This tool you are referring tool is only to be used with Xperia 2011 devices.
It will not work on any other tablet/smartphone model.
who know, I found this tool: the DsiXDA's Kitchen tool and made a successful newboot.img that I could flash. but still not full support for scripts running at /system/etc/init.d at boot time.
 
iridaki
Old
#60  
iridaki's Avatar
Retired Forum Moderator / Recognized Themer
Thanks Meter 4406
Posts: 3,594
Join Date: Feb 2007
Location: Athens

 
DONATE TO ME
Quote:
Originally Posted by rocketero View Post
who know, I found this tool: the DsiXDA's Kitchen tool and made a successful newboot.img that I could flash. but still not full support for scripts running at /system/etc/init.d at boot time.
You need to edit the ramdisk accordingly for that.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...