View Single Post
  #1335 (permalink)  
Old 03-01-2010, 07:57 PM
hamagc's Avatar
hamagc
Halfway to VIP Status
Offline
Location: Lancaster CA
 
Join Date: Nov 2009
Posts: 696
Reputation: 445
hamagc is becoming a PPCGeeks regularhamagc is becoming a PPCGeeks regularhamagc is becoming a PPCGeeks regularhamagc is becoming a PPCGeeks regularhamagc is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android on CDMA Touch Pro (RAPH800)

Quote:
Originally Posted by makkonen View Post
hamagc: make sure you're doing everything as root. make sure you're using the right version of squashfs -- I think it won't extract if you're not. You can also try this to build it:

sudo unsquashfs system.sqsh
#make changes
sudo mv ./squashfs-root ./system
sudo genext2fs -d ./system -b 100000 -a system.ext2
mkdir ext2mount
sudo mount -o loop ./system.ext2 ./ext2mount
sudo mksquashfs ./ext2mount newsystem.sqsh

thanks makk but i'm actually doing this all in windows (prob. why it's screwing up). i don't have access to anything with linux on it these days.

i did find this over at xda:
Quote:
What's your version of squasfs(tools)? And use the -nolzma switch to make sure you don't use lzma (not supported).

The kernel only supports SquashFS 3.x.
And 4.x is not backwards compatible.
ok i included -all-root and -nolzma when packing.

Last edited by hamagc; 03-01-2010 at 08:04 PM.
Reply With Quote