LINUX FOR ALPINE - PDA2, XDA IIi, 2020i Software Upgrading

Are you kindly invited to post here all news about this porting project.
Thanks

Alpine state of art
So today we have:
1) a kernel "zalp" that doesn't boot (http://jornada820.sf.net/files/uni)
2) a lot of tests by haret (in "xanadux: linux for xda" topic)
the last of them said that Alpine, maybe, hasn't an ASIC3 chip
3) we need an Alpine motherboard picture (can anyone help ?)
And we wait for instructions/corrections to make kernel boot asap.
Thanks for every contributions. Bye

Hello renatostore
I found some pictures in the www
I'm not shure if they are good enough :?
http://www.modaco.com/lofiversion/index.php/t232579.html

Im always waiting good news about Linux on Alpine...... any good news? cr2?

So I have found som e Linux files but how'd you get them to boot up?
I dont care if it works or not at the moment. I just want to get booting for now before I start fiddling.

hi,
if Alpine hasn't an ASIC3 chip, then what it got????

symondavis said:
So I have found som e Linux files but how'd you get them to boot up?
I dont care if it works or not at the moment. I just want to get booting for now before I start fiddling.
Click to expand...
Click to collapse
I tried to boot kernel zuni-20060421 in this way:
1- download from http://jornada820.sf.net/files/uni some files (zuni-20060421, rd, startup.txt, gnuharet)
2- I changed startup.txt in this way
set KERNEL "zuni-20060421"
3- I upload all these files in pda storage card
4- I started gnuharet from pda
5- I changed default.txt with startup.txt and pushed run
Results:
only a black box in the middle of the screen within an horizontal line that changed color from blue to red. That's it.
After a soft reset to unlock the pda I had to reinstall OS (like hard reset).
Any suggestions?

Can anyone help us to leave this stall state ?
Only Alpine is still without a booting Linux today.

renatostore said:
Can anyone help us to leave this stall state ?
Only Alpine is still without a booting Linux today.
Click to expand...
Click to collapse
I agree with you..... could anyone help us????

clustered said:
I agree with you..... could anyone help us????
Click to expand...
Click to collapse
The new test image is closer than you think

cool!!!!

clustered said:
cool!!!!
Click to expand...
Click to collapse
zalp-2.6.16-hh2
at the same location. Test it and let me know about the
results.

I need to know if my startup.txt file is correct:
Code:
set KERNEL "zalp-2.6.16-hh2"
set MTYPE 855
set INITRD "Storage Card\rd"
set CMDLINE "root=/dev/ram0 init=/linuxrc ramdisk_size=14336 keepinitrd console=tty0 mem=63M"
boot2
the first line is for kernel name
the second ??
the third is the location of the ramdisk image
the forth looks like parameters for kernel
the fifth ??
Could anyone explain it to me ?
Thanks

renatostore said:
Code:
set KERNEL "zalp-2.6.16-hh2"
set MTYPE 855
set INITRD "Storage Card\rd"
set CMDLINE "root=/dev/ram0 init=/linuxrc ramdisk_size=14336 keepinitrd console=tty0 mem=63M"
boot2
Click to expand...
Click to collapse
the first line is for kernel name
Click to expand...
Click to collapse
Yes. It is called 'zImage' because it is the compressed
kernel combined with the decompressor.
the second ??
Click to expand...
Click to collapse
MachineTYPE:
Code:
himalaya -> 448
blueangel -> 766
universal -> 855
magician -> 875
apache -> 959
alpine -> 999
beetles -> 1003
Newer haret versions autodetect the MTYPE
and set it to the correct value regardless of what you
have provided (or not provided).
If you want to override this autodetected value
(usually for testing, if you know what you are doing),
use FORCEMTYPE
the third is the location of the ramdisk image
Click to expand...
Click to collapse
Yes. If you need the ramdisk. You don't need it if your
Linux system is already on the MMC/SD card and you boot from the MMC/SD card.
the forth looks like parameters for kernel
Click to expand...
Click to collapse
Yes. There are usually two combinations:
one for the ramdisk, another for the MMC/SD card.
the fifth ??
Click to expand...
Click to collapse
Boot linux command.

According to you, which should be the correct startup.txt file for a linux first booting ?
Could you type a sample ? Thanks

This is my experince running the new kernel with this startup.txt file:
Code:
set KERNEL "zalp-2.6.16-hh2"
set MTYPE 999
set INITRD "Storage Card\rd"
set CMDLINE "root=/dev/ram0 init=/linuxrc ramdisk_size=14336 keepinitrd console=tty0 mem=63M"
boot2
A black square in the bottom of the screen with a blue horizontal line in the mids becaming red. Then appear an output from gnuharet saying:
Code:
detected cpu family: PXA2xx
boot MTYPE=999
RAM: [email protected]
and the xda started vibrating. I stoped it by a soft reset and, this time, no reinstall of OS was needed.
It says nothing to me ...

renatostore said:
and the xda started vibrating.
Click to expand...
Click to collapse
Vibrating is a good sign, but you need to know how
to switch it off.
Please, replace the kernel parameter string by
Code:
set CMDLINE "root=/dev/mmc/blk0/part2 console=tty0 mem=63M"
and try again.
It will probably crash, but i'd like to know if you will see
the penguin and kernel boot messages on the LCD.

Same result

After the usual black box with blue/red lines I saw a penguin sliding fastly form the top to the bottom of my display. I used this startup.txt file:
Code:
set KERNEL "zalp-2.6.16-hh2"
set MTYPE 999
set CMDLINE "root=/dev/mmc/blk0/part2 console=tty0 mem=63M"
boot2
then xda started vibrating and I had to hard reset to stop it.

renatostore said:
After the usual black box with blue/red lines I saw a penguin sliding fastly form the top to the bottom of my display.
Click to expand...
Click to collapse
Ok. penguin was sliding ? or the text ?
Can you see the text ?
then xda started vibrating and I had to hard reset to stop it.
Click to expand...
Click to collapse
Vibrating is not a problem, i can switch it off.
If you see the text on the screen, try to partiton your SD
card like it is described in the Universal wiki, and
install the opie image from universal.
Then boot again.

Related

[PRJ][OS]Linux and Android on the blackstone

I would like to kick this off. should be not too difficult because blackstone has so much in common with diamond and raphael.
somebody brave wanna boot the raphael stuff? we got usb ethernet working on raphael and diamond in linux the other day. it's all in the kernel build from here
count me in
I uploaded the blackstone dump mmu from joshjdevl here http://linuxtogo.org/~lgorris/misc/blackstone-mmu.txt
could somebody post the early haret log ? create an new file called earlyharetlog.txt in the haret directory and run haret. it will create haretlog.txt with extra info. pastebin or post it directly here
attached haretlog.txt
hi, i tried to load the following, though it gets stuck again
initrd from http://www.netripper.com/raphael/initrd-netripper-busybox-usb.cpio.gz
bootkit from linuxtogo.org/tildelgorris/kaiser-bootkit
progress bar goes to 100% though nothing happens in haret
this is my default.xt
set MTYPE 1553
set KERNEL zImage-kaiser-new.bin
set RAMSIZE 0x7800000
set RAMADDR 0x10000000
#uncomment the following line and comment the set INITRD line to boot from the 2nd partition on micro sd
#set CMDLINE "root=/dev/mmcblk0p2 rootwait fbcon=rotate:3"
#set INITRD android.bin
set INITRD initrd-netripper-busybox-usb.cpio.gz
#if you want to use the angstrom console image use the following line instead
#set INITRD console-image-20081127.cpio.gz
bootlinux
presumably you cant get a verbose output during that 100% progress bar (is that kernel start up or init?).
shouldnt this be discussed in ROM devel forum though? it'll get lost in here is all i mean.

HTC HD2 HaRET for Android Help!!!!!!!

Hi,
when i tried running the Haret soft ware on my phone with the defult.txt document i kept receiving PLEASE SET START OF RAM (RAMADDR).
So i opened the default doc
set RAMSIZE 0x08000000
set MTYPE 1667
set KERNEL zImage
set initrd initrd.gz
but when i added
set RAMADDR 0X10000000
set RAMSIZE 0x08000000
set MTYPE 1667
set KERNEL zImage
set initrd initrd.gz
and tried running the Haret i get a whole new error message saying
terminating Haret due to unhandled exception
what does that mean. Please help and Thanks in Advance.
just making sure... but are you running it from your sd card?
im sorry but how hard is it to read the post FAQ & Instructions on hd2 android discussion?
download > extract > copy paste into sd card > run Haret and ur done
OP: you have the wrong device type (mtype) specified... Leo = 2524. mtype 1667 = HTC Kaiser, I believe...
set mtype 2524
set ramaddr 0x20000000
set ramsize 0x0fc00000
set KERNEL zImage
set initrd initrd.gz
set initrd_offset 0x00a00000
set cmdline ""
boot
If you have a Leo (HD2), then you grabbed the wrong startup (and likely wrong HaRET version)
Haret
My T8585 won't boot with
set cmdline ""
It has to be
set cmdline "mem=128M"
Don't understand why.
miksi said:
My T8585 won't boot with
set cmdline ""
It has to be
set cmdline "mem=128M"
Don't understand why.
Click to expand...
Click to collapse
check your radio.
I had this problem after flashing an official ROM. Took me ages to notice it had installed a lower Radio
Assuming you have gotten andoird working - why dont you just use this setting
set RAMSIZE 0x1A000000 (412MB) = 32*7
HD2 has 484MB right
I Tried 0x1C000000 - but that bum'd out .. so reducing it by 32MB , (maybe the working memory needed for the loaders to work ? .. who knows) ..
works fine now ..
uhmmm....it should be called startup.txt not default.txt, that's a good place to start (no pun intended)
Here is my issue
Downloaded the American Android 2.3 for TMOUS->Extracted Android folder to blank SD card /sdcard/Android->Opened up file manager on HTC HD2 /sdcard/Android and ran clrcad.exe got the untrusted popup clicked okay->Ran haret.exe got popup again clicked okay then saw a few white command lines (maybe 5) then the green HTC logo appears and sits there for ever. I let it sit for 30 min and no change had to pull the battery and restart windows. Phone is up to date only difference might be is it has been unlocked through T-Mobile. Does anyone know how to avoid this?
Yeah i got the same problem, tryed to change the, rel_path location in the, startup.txt but nothing helps :/
war3s said:
Yeah i got the same problem, tryed to change the, rel_path location in the, startup.txt but nothing helps :/
Click to expand...
Click to collapse
If you find a solution elsewhere let me know, I'm still looking. Are you trying to install the American Android 2.3 Gingerbread ROM? That is the only one I have tried because I have heard it's the best with fewest bugs.
Stephducated20 said:
Hi,
when i tried running the Haret soft ware on my phone with the defult.txt document i kept receiving PLEASE SET START OF RAM (RAMADDR).
So i opened the default doc
set RAMSIZE 0x08000000
set MTYPE 1667
set KERNEL zImage
set initrd initrd.gz
but when i added
set RAMADDR 0X10000000
set RAMSIZE 0x08000000
set MTYPE 1667
set KERNEL zImage
set initrd initrd.gz
and tried running the Haret i get a whole new error message saying
terminating Haret due to unhandled exception
what does that mean. Please help and Thanks in Advance.
Click to expand...
Click to collapse
me too have same problem please help any one

zimage.FULLRAM WITH WIFI AND EVERYTHING DONE HERE

(thanks again to ripnard) zimage and wifi fix 12 aug 2010
Ex2 and setup.txt and latest zimage - packaged here for Mattc 1.5 only.
as Before:-
Download Mattc 1.5 from here http://forum.xda-developers.com/showthread.php?t=736545
(I also use the rootfs on the first post that creates a 1gb Data img data store file on first boot, rather than 512mb )
Save/Unpack the mattc 1.5 zip to your Android folder on root of sd card
Then download the "build fix" below and unpack the 3 files again into sdcard/Android folder, overwriting the existing files.
http://www.megaupload.com/?d=01SJXE04
This link includes the latest zimage (for 422mb full ram) from here: http://oe.netripper.com/files/htcleo_autobuild/
zImage-htcleo-latest 12-Aug-2010 14:46 2.0M
and the latest wifi driver included in (believe this enables wifi n?)
modules-htcleo-latest.tgz 12-Aug-2010 14:46 842K
----------------------------------------------------------------------------
Also (i case you want super fast speeds here is a Mattc fix patch (deploy as per above and instead of) that includes the undervolted (925mv instead of 1050mv so should save battery) and overclocked to 1.11 ghz and full ram (422mb) zimage from http://forum.xda-developers.com/show...php?t=746997:- zImage_925mv_v0.3.zip (with thanks to huanyu !)
This also includes the respective wifi patch.
http://www.megaupload.com/?d=GU0RI61Y
With the second one I now get 30fps in neocore, 1550+ in quandrant and 41 MFLOPS in linpack
Note: On both of these builds wifi works fine - it just doesnt start at bootup. You have to turn it on by going into the wireless settings and ignoring the "error" status and enable it anyway
{thanks to ripnard} 07-aug-2010
Download Mattc 1.5 from here http://forum.xda-developers.com/showthread.php?t=736545
(I also use the rootfs on the first post that creates a 1gb Data img data store file on first boot, rather than 512mb )
Save/Unpack the mattc 1.5 zip to your Android folder on root of sd card
Then download this below and unpack the 3 files again into sdcard/Android folder, overwriting the existing files. #
(Note: I have renamed the file "zimage" to "image" and it will use that in case you want to return to the orginal non full ram zimage (think its 384mb the orginal) . Also setup is editable back to old settings)
http://www.megaupload.com/?d=4MOPIX9H
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
{thanks to gringo313} 10-aug-2010 all file for froyostone with sens
http://www.megaupload.com/?d=O9CL6AQM
replace files : system.txt2,startup.txt,clrad,haret,zImage in android folder
thx manusfreedom for patch fullram
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
{thanks to crazy_cbr} 11-aug-2010
Full Build ShubCraft 1.2b + 400Mb + WiFi
http://www.zshare.net/download/79230143f2f412f8/
then apply the update:
UPDATE 422Mb (System Info Quadrant) (zimage 11-Aug-2010 02:28)
http://www.megaupload.com/?d=5YM14VH4
i tried the 7/8 zimage, 3d games play smoother than before ^_^
-------------------------------------
My FroyoStone is Non-Sense
foxcheng said:
i tried the 7/8 zimage, 3d games play smoother than before ^_^
-------------------------------------
My FroyoStone is Non-Sense
Click to expand...
Click to collapse
so it works good and fast?
I dont even know how to install it, can u guys tell me what to do with the startup.txt
thanks
atoore said:
I dont even know how to install it, can u guys tell me what to do with the startup.txt
thanks
Click to expand...
Click to collapse
thats what im trying to learn myself?
foxcheng said:
i tried the 7/8 zimage, 3d games play smoother than before ^_^
-------------------------------------
My FroyoStone is Non-Sense
Click to expand...
Click to collapse
pls share what u change in startup.txt
I tried everything. I was using shubCRAFT rom and tried to boot into droid with the full ram zimage but it wont boot up. I guess something wrong with the startup.txt
atoore said:
I tried everything. I was using shubCRAFT rom and tried to boot into droid with the full ram zimage but it wont boot up. I guess something wrong with the startup.txt
Click to expand...
Click to collapse
yea i tried to same here can anybody help??????????
wawa144st said:
yea i tried to same here can anybody help??????????
Click to expand...
Click to collapse
http://htcleo.noobhands.net/manusfreedom/default.FULLRAM.txt
basst85 said:
http://htcleo.noobhands.net/manusfreedom/default.FULLRAM.txt
Click to expand...
Click to collapse
Thanks for the effort dude. I already tried missing around with that txt before and still wont boot up. Should I just copy all that into txt and then rename it to startup.txt?
basst85 said:
http://htcleo.noobhands.net/manusfreedom/default.FULLRAM.txt
Click to expand...
Click to collapse
i seen that and tried it but wont boot can you explain how to do it for us please?
atoore said:
Thanks for the effort dude. I already tried missing around with that txt before and still wont boot up. Should I just copy all that into txt and then rename it to startup.txt?
Click to expand...
Click to collapse
i tried that but no boot up it just stop with the little words at the top left
set mtype 2524
set ramaddr 0x18000000
set ramsize 0x17c00000
set initrd_offset 0x00a00000
set KERNEL zImage
set initrd initrd.gz
set cmdline "rel_path=Android lpj=638976"
boot
this is for the 380mb ram zImage
set mtype 2524
set ramaddr 0x12800000
set ramsize 0x1d300000
set initrd_offset 0x00a00000
set KERNEL zImage
set initrd initrd.gz
set cmdline "rel_path=Android lpj=638976"
boot
this is for the FULL ram zImage
note; this setup works if your install is in a folder called Android, if it isnt, then remove the rel_path=Android text in the startup file
the full ram zImage workse wonderfully, but i got black lines on some graphics, so im running the 380mb, been having issues with SOD as well :/
shrinex said:
set mtype 2524
set ramaddr 0x18000000
set ramsize 0x17c00000
set initrd_offset 0x00a00000
set KERNEL zImage
set initrd initrd.gz
set cmdline "rel_path=Android lpj=638976"
boot
this is for the 380mb ram zImage
set mtype 2524
set ramaddr 0x12800000
set ramsize 0x1d300000
set initrd_offset 0x00a00000
set KERNEL zImage
set initrd initrd.gz
set cmdline "rel_path=Android lpj=638976"
boot
this is for the FULL ram zImage
note; this setup works if your install is in a folder called Android, if it isnt, then remove the rel_path=Android text in the startup file
the full ram zImage workse wonderfully, but i got black lines on some graphics, so im running the 380mb, been having issues with SOD as well :/
Click to expand...
Click to collapse
ok so do we create i start up with those codes in it?
wawa144st said:
ok so do we create i start up with those codes in it?
Click to expand...
Click to collapse
sorry, yes, yes you do
this exact setup works for me and my TMOUS HD2
Thank you so much but noob question. What SOD stands for? and can I use it with FroyoStone sence rom installed on my hd2?
thanks aggain...
shrinex said:
sorry, yes, yes you do
this exact setup works for me and my TMOUS HD2
Click to expand...
Click to collapse
i tried that but its not booting for the zimages is giving red x
atoore said:
Thank you so much but noob question. What SOD stands for? and can I use it with FroyoStone sence rom installed on my hd2?
thanks aggain...
Click to expand...
Click to collapse
Sleep Of Death
it usually occurs when you put the phone in sleep and it doesnt wake up, the screen turns on, but it's pure black. hard reset/batt pull fixes this, it's just a pure PITA >_<
and you can use this with anybuild
wawa144st said:
i tried that but its not booting for the zimages is giving red x
Click to expand...
Click to collapse
is your android version in an android folder or in the root of the sdcard?
and what version as well...
what you might want to do is use the original startup.txt for your build and replace the ramddr and ramsize with the one i have in mines, thats really the only difference
aww yea... thx for the startup file, working much more responsive with the full ram, on the Mattc r1.5 Frodo, lol.

[PRO] ToshDroid Linux Kernel (Developers)

Warning From TheRomMistress:
8. Donations.
We appreciate all donations to xda-developers.com, it keeps our forum online and well maintained. As a user you're allowed to ask for donations in your signature as a thank you for your hard work. However donations up front are not allowed, this forum is about sharing, not about getting paid to do something, that's what your job is for.
Hello guys !!!
So I am endrix and I am trying to port the linux kernel to our Toshiba TG01. I am an h.264 developer who loves linux. Many of you may hate the phone (I do a little too) because of the crappy windows mobile operating system that Toshiba has offered us. Beside the resistive touch screen our phones have a strong processor that is used almost in each smartphone (ok Samsung and Apple are not using snapdragon but is still Cortex A8).
So to the main point!
Firstly is not an easy task and I do not somebody to write in this thread when Android will work with our phones, I truly do not know if I will (or we will) achieve this! Secondly think to contribute as you can to this project, I am here to guide you if you have any questions about how to compile the kernel and if you have any other problem just send me a message or write it in this thread!
My git repository of the TG01 kernel is this one
github.com/endrix/kernel_common
System compilers and libraries:
I used the one given by source.android.com
apt-get install git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev ia32-libs x11proto-core-dev libx11-dev lib32readline5-dev lib32z-dev.
certainly you do not need all of them but is ok to have it
So how can you compile the kernel?
Steps:
Use an Ubuntu Linux distribution or virtualise it with Virtualbox
I am using this cross tools: arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2"
in my system I have created a directory in my /opt folder, to that just do "sudo mkdir /opt/cross"
Now go to the directory with "cd /opt/cross"
now rember where you have download the tar archieve and execute the following command, in this command i have downloaded my tar in /home/endrix/Download: so for my directory I do " tar xjvf /home/endrix/Downloads/gnueabi-i686-pc-linux-gnu.tar.bz2"
Now that we have our cross tools installed in our system is it good to create an eviromental varibale to easy our task of ceoss compiling. do this command "gedit ~/.bashrc" and at the end of the file put this line: export CROSS_TOOLS=/opt/cross/arm-2009q1/bin/arm-none-linux-gnueabi-
now execute this command "source ~/.bashrc" so that you command can be activated for the current command, the next time that you will open another console or reboot the varibale $CROSS_TOOLS will work
This is all for the cross tools
Next step Compile the linux kernel:
Create a directory for example "Projects" in your main directory(home), "mkdir ~/Projects"
Clone the repository of my git address: "git clone github.com/endrix/kernel_common.git"
Now you wait, take a coffe or eat a fruit
now you execute this command in the "kernel_common" directory, "make ARCH=arm htcleo_defconfig"
and then to compile the kernel" make ARCH=arm CROSS_COMPILE=$CROSS_TOOLS Image"
To make the process even faster if you have a multicore system, put -j4 (for 2 cores) or -j16 (if you have an intel iCore7 with 4 cores double threaded), that means, "make -j4 ARCH=arm CROSS_COMPILE=$CROSS_TOOLS Image"
After a while depending you system you will get the kernel image file in the arch/arm/boot directory
So now you have the kernel compiled
Next step test the kernel with Haret:
1) Create the file default.txt with :
set mtype 2675
set ramaddr 0x11800000
set ramsize 0x18C00000
set kernel Image
boot
2)Download My modified version of Haret with TG01 support!
Haret for TG01
3)Create a folder in your sd card --> "ToshDroid and put the Image the haret.exe and the default.txt in it.
4) Finally execute the haret.ext and clik on run!
That's all folks! Now I am focusing in the Memory Map...
PS: sorry for links, As a junior member i cannot give a full url
I will update also my blog too for TG01
endri-bezati.blogspot.com
Hi endrix and welcome to xda-developers
I very much appreciate your work.. i've the same device.. it's a beautiful phone.. with a powerful hardware.. but windows mobile is not worthy of the hardware it runs on.. so we look forward for a release of android!
BTW.. i'd know what do you need to do your work.. can you make a list of thing that you need to accelerate your work? the first thing is compile android kernel.. but next? need you we post results? how we can fix the errors?
Sorry for my english but i'm italian.. and thank you.. hoping to see soon a first version of android..
Image Compiled without errors..
running haret it stops to "Jumping to kernel(custom). and freeze..
isikil87 : Ok! forgot something!
Do
1) make clean
2) git checkout android-msm-2.6.32-tg01
3) make ARCH=arm htcleo_defconfig
4) make -j4 ARCH=arm CROSS_COMPILE=$CROSS_TOOLS Image
actually I am working on the android-msm-2.6.32-tg01 branch
compiled successfully...
boot ok.
jump to image ok.
linux pic visible.ok.
now we need the right address to write memory.
Cool !
isikil87 said:
compiled successfully...
boot ok.
jump to image ok.
linux pic visible.ok.
now we need the right address to write memory.
Click to expand...
Click to collapse
Exactly, the framebuffer is wrong too i think the addresse in the msm_iomap is not correct
#define MSM_RAM_CONSOLE_BASE IOMEM(0xF8010000)
have you dump the memory???
dump ?
isikil87 said:
have you dump the memory???
Click to expand...
Click to collapse
I have run haret with "dump mmu" but is not easy to understand everything, I am really a beginner in this domain I am currently searching for documentation!
I am beginer too. How can I help?
Can you share with us that Image file?
The image file
TruckyBN said:
I am beginer too. How can I help?
Can you share with us that Image file?
Click to expand...
Click to collapse
It will not help you a lot but here is the compiled kernel
megaupload.com/?d=W027CS8P
this is interesting
http://htc-linux.org/wiki/index.php?title=Talk:Tg01
About the code
isikil87 said:
this is interesting
http://htc-linux.org/wiki/index.php?title=Talk:Tg01
Click to expand...
Click to collapse
Actually if you compare my modified code for the tg01 branch you will see that I have done the same modification (I was inspired by this pages too)!
endrix said:
It will not help you a lot but here is the compiled kernel
megaupload.com/?d=W027CS8P
Click to expand...
Click to collapse
Thanks for share.
I already to boot up. But error is (teminating haret due to unhandled exception pc=00017254)
please tell me how to config and boot it. thank so much.
best regard !
nhattuong said:
Thanks for share.
I already to boot up. But error is (teminating haret due to unhandled exception pc=00017254)
please tell me how to config and boot it. thank so much.
best regard !
Click to expand...
Click to collapse
have you downloaded the latest version of haret?
check it http://netripper.com/leo/haret-pre-0.5.3-20100914_124354.exe
isikil87 said:
have you downloaded the latest version of haret?
check it http://netripper.com/leo/haret-pre-0.5.3-20100914_124354.exe
Click to expand...
Click to collapse
Thanks for share.
It is already to boot. But after 10 sec...auto reset.
Then hit HaRet App again...after 10 sec...device reset...
Please teach me more ! thank you very much !
P/S : Wich one Android Version you use ?
Best Regard !
nhattuong said:
Thanks for share.
It is already to boot. But after 10 sec...auto reset.
Then hit HaRet App again...after 10 sec...device reset...
Please teach me more ! thank you very much !
P/S : Wich one Android Version you use ?
Best Regard !
Click to expand...
Click to collapse
that is only an alpha version. it doesn't boot up untill we have the right addresses of nand iomap ram ecc of the device.
regards
isikil87 said:
that is only an alpha version. it doesn't boot up untill we have the right addresses of nand iomap ram ecc of the device.
regards
Click to expand...
Click to collapse
oops ! I understand. Thanks.
Best Regard,
No questions about Android please, this thread is only for the kernel!!!
nhattuong said:
Thanks for share.
It is already to boot. But after 10 sec...auto reset.
Then hit HaRet App again...after 10 sec...device reset...
Please teach me more ! thank you very much !
P/S : Wich one Android Version you use ?
Best Regard !
Click to expand...
Click to collapse
For the moment the kernel has a problem because I have not figured out all the memory addresses and the reset is normal. Now you have to wait for a long time till we achieve to find the memory values. For android is another story if the kernel does not work correctly android will not work!
endrix said:
For the moment the kernel has a problem because I have not figured out all the memory addresses
Click to expand...
Click to collapse
how can we help in reading memory addresses? maybe there is a way that we all could divide work on many tg01 users?
endrix said:
For the moment the kernel has a problem because I have not figured out all the memory addresses and the reset is normal. Now you have to wait for a long time till we achieve to find the memory values. For android is another story if the kernel does not work correctly android will not work!
Click to expand...
Click to collapse
yeap ! i see. Thanks for your great works.

[Q] Strange keyboard at the top of the screen

Hi there!!
I've just installed the Xdandroid FRX07 version on my HTC Touch HD and everything went fine, but from the begining of the installation an small keyboard appears at the top of the screen and it remains there.
I can't see what is behind and I don't know how to take it out.
Can you please help?? I attach a picture...
Thank you very much
moved to the android section
What kernel are you using? Try changing it!
nmugurel2003 said:
What kernel are you using? Try changing it!
Click to expand...
Click to collapse
lolwut?
It has nothing to do with your kernel. OP, please paste your startup.txt in code braces. [ code] text goes here [ /code]
Code:
Like this
Anyhoo, there's a setting in thar
Code:
msmvkeyb_toggle=off
That if it's set to on (or not set) you'll see that virtual keyboard.
I added another line in the startup.txt:
Code:
set cmdline "msmvkeyb_toggle=off"
so my startup.txt looks like this:
Code:
set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2030
set KERNEL zImage
set initrd initrd.gz
set cmdline "lcd.density=240 msmvkeyb_toggle=off msm_blackstone_pad.vibrate=1 gsensor_axis=-2,-1,3 pm.sleep_mode=1 physkeyboard=blac"
set cmdline "msmvkeyb_toggle=off"
boot
However, it still appears when I run FRX07.1 from a directory.
When I run root of the microsd, there is no keyboard.
However, for some strange reason, without the second "set cmdline" to toggle off, the keyboard appears even if I run from root.

Categories

Resources