PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Titan > Titan Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #141 (permalink)  
Old 07-21-2008, 03:26 PM
00CericaRuss's Avatar
N00b
Offline
Pocket PC: ppc6600,ppc6700,xv6800,xv6900
Carrier: vzw
Location: San Francisco
 
Join Date: Dec 2007
Posts: 36
Reputation: 0
00CericaRuss is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android working on Titan

doesn't seem to be ext2
sudo mount -t ext2 -o loop zImage tmp/
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so


VFS: Can't find an ext2 filesystem on dev loop0.
Reply With Quote
  #142 (permalink)  
Old 07-21-2008, 03:37 PM
cdigitaldetroit's Avatar
N00b
Offline
 
Join Date: Oct 2007
Posts: 46
Reputation: 50
cdigitaldetroit is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android working on Titan

Did you try ext3? I know the data.img is.
Reply With Quote
  #143 (permalink)  
Old 07-21-2008, 03:43 PM
ryanbg's Avatar
PPCGeeks Regular
Offline
Pocket PC: Blackberry Tour
Carrier: Verizon Wireles
Location: North Dakota/Minnesota
 
Join Date: Jan 2008
Posts: 159
Reputation: 40
ryanbg is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android working on Titan

If you have console, did you try running fdisk or something? Try jffs2
__________________
Never take life seriously. Nobody gets out alive anyway.
Reply With Quote
  #144 (permalink)  
Old 07-21-2008, 04:55 PM
EtherealRemnant's Avatar
*SCREEEEEECH*
Offline
Pocket PC: Touch Pro2
Carrier: Sprint
Location: Lakewood/Morrison CO
 
Join Date: Jan 2007
Posts: 2,044
Reputation: 589
EtherealRemnant knows their stuffEtherealRemnant knows their stuffEtherealRemnant knows their stuffEtherealRemnant knows their stuffEtherealRemnant knows their stuffEtherealRemnant knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android working on Titan

To answer the earlier question, yes I've built a kernel... but honestly its a royal PITA because you don't really know what you need and what you don't... and I built this back when Android was not running on the Mogul when I was trying to slim down initrd. I got it to dump to console and left it at that.
__________________
***If I've helped you, don't forget to click the http://67.228.199.237/forum.ppcgeeks...ost_thanks.gif button!***

Comcast EXTREME:

http://www.speedtest.net/result/584166480.png
Reply With Quote
  #145 (permalink)  
Old 07-21-2008, 05:37 PM
unvivid's Avatar
N00b
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: Nov 2007
Posts: 36
Reputation: 80
unvivid is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to unvivid
Re: Linux/Android working on Titan

Quote:
Originally Posted by ryanbg View Post
1. Do you even have the keyboard working?
2. Isn't it just Gzipped?

Yes, I have the keyboard working, but it doesn't seem to act like any I've used. I've tried holding the keys, toggling alt/symbol (doesn't seem to do anything symbol related). It's limiting my usage of console. Otherwise I would think I could rewrite the mounting script. I did go and download the most recent versions of zImage and initrd. Maybe my updated versions do not work correctly. But if I load the old zImage then the keyboard doesn't display correctly.

http://cs-alb-pc3.massey.ac.nz/vogue/zImage
http://cs-alb-pc3.massey.ac.nz/vogue/initrd.gz

I've tried opening zImage in every compression tool I know of in Linux/Windows. So far no go. And every way I've tried to mount it seems to fail too. Google hasn't provided any real info beyond that I can dd it.

Last edited by unvivid; 07-21-2008 at 05:41 PM.
Reply With Quote
  #146 (permalink)  
Old 07-21-2008, 05:44 PM
andril's Avatar
PPCGeeks Regular
Offline
Pocket PC: xv6800
Carrier: Verizon Wireless
 
Join Date: Mar 2007
Posts: 63
Reputation: 5
andril is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android working on Titan

anyway to get this working on the 6700 by chance
__________________
Device: XV6800 PPC (since 09/17/0
Running: Windows Mobile Professional
ROM: Stock VZW Rom
ExtROM: Stock
Radio: Stock
Reply With Quote
  #147 (permalink)  
Old 07-21-2008, 06:10 PM
l33tlinuxh4x0r's Avatar
Regular 'Geeker
Offline
Pocket PC: EVO 4G
Carrier: Sprint
Threadstarter
 
Join Date: Jan 2008
Posts: 373
Reputation: 225
l33tlinuxh4x0r is keeping up the good workl33tlinuxh4x0r is keeping up the good workl33tlinuxh4x0r is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android working on Titan

Quote:
Originally Posted by andril View Post
anyway to get this working on the 6700 by chance
off topic but I thought that linux was already booting on the 6700.
Reply With Quote
  #148 (permalink)  
Old 07-21-2008, 06:26 PM
00CericaRuss's Avatar
N00b
Offline
Pocket PC: ppc6600,ppc6700,xv6800,xv6900
Carrier: vzw
Location: San Francisco
 
Join Date: Dec 2007
Posts: 36
Reputation: 0
00CericaRuss is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android working on Titan

Quote:
Originally Posted by ryanbg View Post
If you have console, did you try running fdisk or something? Try jffs2
ahh.. haven't tried jffs... I don't have any mtd support in my kernel right now so it looks like i have to compile some modules.

I'm moving in the next couple weeks so I'm a bit busy w/packing and organizing stuff, but I'll try to make some progress on some of this
Reply With Quote
  #149 (permalink)  
Old 07-21-2008, 06:36 PM
00CericaRuss's Avatar
N00b
Offline
Pocket PC: ppc6600,ppc6700,xv6800,xv6900
Carrier: vzw
Location: San Francisco
 
Join Date: Dec 2007
Posts: 36
Reputation: 0
00CericaRuss is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Linux/Android working on Titan

eh.. found a box at work that has it in the kernel... going to try to mount on there
Reply With Quote
  #150 (permalink)  
Old 07-21-2008, 08:11 PM
unvivid's Avatar
N00b
Offline
Pocket PC: Touch Pro
Carrier: Sprint
 
Join Date: Nov 2007
Posts: 36
Reputation: 80
unvivid is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to unvivid
Re: Linux/Android working on Titan

Hmm, even after formatting my stock 512 trans flash at home I'm still getting an invalid partition error... Interesting. How is everyone else formatting there cards? I've used both windows gui and windows cli with sectors set to 512.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Titan > Titan Development


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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 10:28 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com