Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
itachilinux
Old
#21  
itachilinux's Avatar
Senior Member
Thanks Meter 399
Posts: 687
Join Date: Apr 2012
Location: want to know?
how about sola, u, go and etc.?
私のデバイス : Sony Xperia Sola
私のROMs : Otona Jelly Beans (based on Stock 6.2.0.A.200 by Munjeni)

WORKING ON :

 

- FlyMe OS for Sola
- Swapping /sdcard on CM9
- Otona Jelly Beans (will be published)
- (to be added)


Follow me : @shiorimegumi (don't confused if my tweet always in Indonesian languange... but sometimes i tweeting on English and Japanese) ^^
 
gu5t3r
Old
#22  
gu5t3r's Avatar
Senior Member
Thanks Meter 529
Posts: 729
Join Date: May 2012
Quote:
Originally Posted by Atarii View Post
2. You will need to unpack the '1' file to get the RAMDisk (It will be named 1~):
Code:
7z e 1
3. Unpack the RAMDisk:
Code:
mkdir ramdisk
7z x "1~" -o"ramdisk"

Isn't it better to unpack ramdisk with one step like this
Code:
mkdir ramdisk
cd ramdisk
gunzip -c ../1 | cpio -i
because this way you preserve file permissions and you don't have to mess with ~1 file? You just have 0 and 1....
 
matchung
Old
#23  
matchung's Avatar
Senior Member
Thanks Meter 28
Posts: 158
Join Date: Aug 2010
i cannot repack the boot.img from CM10.1, Xperia S will get black screen and run into power cycle.

Code:
python mkelf.py -o new_kernel.elf 0@0x40208000 1@0x41300000,ramdisk 2@0x20000,rpm
any help on this? thx
:: Sony Xperia S ::
:: PAC V19.3.2 ::
 
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...