View Single Post
  #228 (permalink)  
Old 04-05-2011, 12:39 PM
LUC@X's Avatar
LUC@X
Lurker
Offline
 
Join Date: Jul 2009
Posts: 12
Reputation: 0
LUC@X is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Lightbulb It booted (i guess) !!

It booted !! (i guess)

It shows the Haret screen and after 15 seconds it boots to android but the screen isn't well recognized (blank), i know it's Android because of after 1 minut "working" it enters in power saving mode (turns of the lcd) and it returns when i push the send button (turns up the lcd)

I used a experimental kernel for the topaz that loads only 89Mb of RAM, i guess that's the clue, yoy can find that zImage at:

zImage: xda-developers

Thread: [Solved] Android not booting on latest Topa100's - Page 11 - xda-developers

My default.txt settings are:
Code:
set MTYPE 2293
set KERNEL zImage
set ramsize 0x6000000
set ramaddr 0x10000000
set initrd initrd.gz
pwf dm.txt 0x8e0000 0x20000
set cmdline "msmts_calib=0x9f.0x39a.0x35c.0x78 msmvkeyb_toggle=off lcd.density=240"
boot
Also there's some files generated by android on my MicroSD card

Code:
FSCK0000.REC
cache (directory)
data (directory)
data.img
FSCK0000.REC is a log file (File System ChecK) of the boot process and there's some information like 'dmesg' command from linux, i think this is a important step and we can use that information to build a real custom kernel for the Imagio

Please look at the logfile by yourselves:

http://www.4shared.com/file/MZZny38T/FSCK0000.html

Now i wonder, what's so special in this kernel?, is just the memory usage?, is it a little "generic"?


Last edited by LUC@X; 04-05-2011 at 01:00 PM.
Reply With Quote