[5-22] nueSpinLockPatcher 1.1 - updated - Windows Mobile Development and Hacking General

http://www.nuerom.com/BlogEngine/post/2009/05/17/nueSpinLockPatcher.aspx
http://www.nuerom.com/BlogEngine/post/2009/05/22/nueSpinLockPatcher-11.aspx
nueSpinLockPatcher is a tool to patch out the SWP containing procedures in HTC code – inside both drivers and the kernel. Its a tool designed for ROM cooks and developers – see the download page for links and information.
SWP is a deprecated opcode in armv6 that decreases performance due to the way it locks the bus.
1.1 includes more patching and bugfixes.

good job!!!!!another amazing work!!!!will try and report.

Always great work just do not understand what one would do with this even though I cook my own roms

Hey no2chem ur download on ur site is broken, it redirects on itself :\.

jug6ernaut said:
Hey no2chem ur download on ur site is broken, it redirects on itself :\.
Click to expand...
Click to collapse
I was about to post that. I can only download from IE on the phone.
IE on my desktop is broke, No go with Firefox or Chrome.

I think it's time no2chem put his hotlink protector out to pasture and find a better one. It can be done pretty effectively with .htaccess...

Too bad the OMAP850 isn't an ARM6 core. :'(

Mutiny32 said:
I think it's time no2chem put his hotlink protector out to pasture and find a better one. It can be done pretty effectively with .htaccess...
Click to expand...
Click to collapse
exactly what is wrong with it? version 1.0 was a broken link because I had deleted the file off the server and.. I didn't update it. Did you experience problems with any other files?? and .htaccess isn't really an option, because the files aren't where you _think_ they are.

Am I right that this patcher will not work for a HTC Wizard as it has a Ti OMAP 850 wich supports only the ARMv5 instruction set?
I haven't cooked a patched ROM but I tried to use the patcher. It didn't find anything to patch in the OEMDrivers folder but patched some stuff in nk.exe s000.
Will this patched ROM work with my HTC Wizard?

Related

Himalaya Linux - the usual question

hi guys
first off...sorry for posting the usual question...its been done to death
i have been out of the xda-dev site for a while and have lost track of things.
i always hoped himalaya linux would get done.... but from what i can see its still lacking the key components (eg phone support under gpe).
i am a uni student on placement at a company that actually writes mobile phone radio stacks...so i am learning embedded c and about the interesting side of the hardware/software interface.... now i want to actually do something about this lack of a fully usable phone.
my questions go as follows..
1> what is the current stage of himalaya linux ... i have a feeling the wiki's are probably out of date
2> is anyone actually still working on it
3> i know only a little about haret i get the idea it is also able to watch hardware (and isnt just a bootloader)...where can i find docs about using it to do this.
4> was jtag ever found on the himalaya
5> of the code in the tree what files are specific to the himalaya
i have much to learn on writing drivers etc for linux...and alot to learn about embedded c, reverse engineering etc....ok so i have a hell of a lot to learn....but i'm willing to try! (i also have 3 himalayas (1 has a bust screen) so plenty of tinkering can be done)
any other tidbits of information would also be appreciated
i think my basic goal would be the phone working.
after that get the other little bits and pieces
get the backpack cf working
get sdio and wireless working.
but these are the kind of goals that will take a long time so we'll see
i'd also love to work on the UI one day.. GPE and OPIE just dont toot my horn enough yet.
thanks
Tim
tim_programmer said:
1> what is the current stage of himalaya linux ... i have a feeling the wiki's are probably out of date
Click to expand...
Click to collapse
It is out of date, but some parts are in a good shape.
2> is anyone actually still working on it
Click to expand...
Click to collapse
Yes, because it has many common hardware and features with blueangel.
The kernel source is not being fixed, because it is decided to make blueangel
work first, and then reuse and adapt the cleaned code for himalaya.
3> i know only a little about haret i get the idea it is also able to watch hardware (and isnt just a bootloader)...where can i find docs about using it to do this.
Click to expand...
Click to collapse
There are no "real" docs, only the source code. Many pxa27x functions are
implemented in haret, that either work or need minor changes for pxa26x.
4> was jtag ever found on the himalaya
Click to expand...
Click to collapse
Yes, it's in wiki since 3 years or so
5> of the code in the tree what files are specific to the himalaya
Click to expand...
Click to collapse
Blueangel is the authoritative source.
i think my basic goal would be the phone working.
Click to expand...
Click to collapse
AFAIK, the phone works. But not with the latest 2.6.18-hh0 kernel.
This one has a lot of audio problems anyway, so it's not a major concern right now.
get the backpack cf working
Click to expand...
Click to collapse
It's a bit challenging. The backpack is implemented in so-called ASIC5,
and there are no docs for it.
get sdio and wireless working.
Click to expand...
Click to collapse
You mean SDIO wifi card ?
The SDIO host can be done relatively easy, but good luck with the wifi part
I know 2 of them, one with the TI acx100 (should be doable, because
there is linux acx100 driver), another needs the firmware upload in Motorola
SREC format, maybe even prism2.
And there is no free software SDIO for linux, you need to do some heavy RE.
Hello guys,
I have got Himalaya and I would like to help with implementation of some driver/software that is needed.
So I have got a few questions (some of them are similar to tim_programmer's, but I don't know if there are not outdated):
1. Where is the current branch with Himalaya specific code?
I have found:
- K2-6-12-hh2-xda0-ba0 (http://xanadux.cvs.sourceforge.net/xanadux/linux-2.6-xda/) and
- K2-6-21-hh20 (http://handhelds.org/cgi-bin/cvsweb.cgi/linux/kernel26/)
Is himalaya specific code that is in K2-6-12-hh2-xda0-ba0 already included in K2-6-21-hh20?
Or what differences are between these branches?
2. Is somewhere available (SD card/NFS) image with kernel+initrd+GPE that is already running on Himalaya?
I have found:
- http://wiki.xda-developers.com/index.php?pagename=HimalayaLinuxBooting
It boots, but freezes during boot (after some changes in initrd it was possible to connect to the MDA with SSH via USB bus)
- http://wiki.xda-developers.com/index.php?pagename=HimalayaStandaloneGPEWithoutSD
Link to GPE is dead.
- http://handhelds.org/moin/moin.cgi/Himalaya
There are screenshots of GPE so it should be working image somewhere.
3. Is it posssible to boot some BlueAngel "distribution" on Himalaya? (Possibly with a little changes?)
I have found:
- http://handhelds.org/moin/moin.cgi/BlueAngelHowtoInstallLinux
Could it be used on Himalaya?
4. What is the current state of Himalaya support in Linux? What is already done and what not (or partially)?
I have found:
- http://wiki.xda-developers.com/index.php?pagename=HimalayaToDo
But there is not mentioned of what branch state it is.
5. Is any other bootloader than HaRET with that is possible to boot to Linux directly from SD card without Windows booting?
I have found:
- bootldr (http://xanadux.cvs.sourceforge.net/xanadux/linux-2.6-xda/bootldr/)
What is it?
A lot of information about Himalaya development is outdated and I don't know where to start :-( So any help is welcome
Thanks
Drasar
drasar said:
A lot of information about Himalaya development is outdated and I don't know where to start :-( So any help is welcome
Click to expand...
Click to collapse
join #htc-linux at freenode.
Thanks for the link..just joined
btw when i start Haret on my Hima..the Thermometer goes up and the eyes go red..and then few lines comes up and thats it..i have tried every thing but cant get Linux to work
waiting for the New Linux Mobile
ather90 said:
btw when i start Haret on my Hima..the Thermometer goes up and the eyes go red..and then few lines comes up and thats it..i have tried every thing but cant get Linux to work
Click to expand...
Click to collapse
What kernel have you tried? What was the last message on display? Some old HaRET versions (e.g. 0.3.6) have a problem with big kernel and boot fails on mounting root fs. So try the newest HaRET 0.5.1 that goes fine.
Thankxxx alot..u are rite i have 0.3.6
here is what i have :
haret-0.5.1.exe
initrd-2.6.12.gz
modules-2.6.12.tgz
zImage-2.6.12
are these all latest
ather90 said:
haret-0.5.1.exe
initrd-2.6.12.gz
modules-2.6.12.tgz
zImage-2.6.12
Click to expand...
Click to collapse
For kernel 2.6.12, follow How To Compile 4 Himalaya instructions. It works, I have tried it yesterday ;-)
Thanks alot..thankfully i have Ubuntu so compling is no big
i will contact u for more assistance

[16/01/2009] HTC Polaris Official Original new ROM - HKCSL WWE 3.19.831.3

RUU_Polaris_HKCSL_WWE_3.19.831.3_radio_sign_25.85.30.07_1.59.42.15_Ship.exe (82.8MB)
Download:
http://www.rayfile.com/files/531e9907-f022-11dd-bc85-0014221b798a/
Great news!
guess 3.19 is new version driver so new roms to come...
Post this in other mirror.
Please
Can you upload to a more conventional site like rapidshare for those of us who do not speak chinese
I have spent a good one hour trying to guess a way out for downloading with rayfile with no success
Those 3.19 drivers still eat up 16 MB of valuable RAM.
It's a real shame.
Sascha
SaBo said:
Those 3.19 drivers still eat up 16 MB of valuable RAM.
It's a real shame.
Sascha
Click to expand...
Click to collapse
Depends on performance - maybe it's worth it..
Not able to understand why HTC is not bothering for valuable 16MB RAM while releasing the new set of drivers??
I'd be careful clicking any links on the download link - i got this error when I tried to download:
"Server Busy, please come back later.You may try the download software (Raysource)to download it with IE."
Click to expand...
Click to collapse
erm.. download with IE???? download with a browser that allows us to hijack your pc with ease as makers never bothered to make it secure enough and even their own employees admit to using firefox??
All I can say is "MIRROR PLEASE!!"
Download 1 opens some f*king link:
fs2you://y2fjagvmawxlmjgucmf5zmlszs5jb20vemgty24vzg93bmxvywqvyze4ngm0ntjlndk5n2u1mmzlywu3nwy0ztq1zmexodqvulvvx1bvbgfyaxnfsetdu0xfv1dfxzmumtkuodmxljnfcmfkaw9fc2lnbl8yns44ns4zmc4wn18xlju5ljqylje1x1noaxauzxhlfdg2odi4mjgy/
Download 2 doesnt work....
In Google Chrome...
Mirrors:
See next page, post #14
maybe this links better
http://www.rayfile.com/files/d07383d4-ec86-11dd-8bc7-0014221b798a/
So, do we have speed, smooth scroll or anything like this ?
Hey, but where did you get it?
It is from: http://www.htc.com/tw/SupportDownload.aspx?p_id=59&cat=2&dl_id=441
If not, can someone translate what is written there? It is local version or WWE?
Hello
Here are 2 mirrors
MIRROR-1:
http://rapidshare.com/files/1925102...dio_sign_25.85.30.07_1.59.42.15_Ship.exe.html
MIRROR-2:
http://www.megaupload.com/nl/?d=XYBITE5F
kr.,
Frepke
Petulinek said:
Download 1 opens some f*king link:
fs2you://y2fjagvmawxlmjgucmf5zmlszs5jb20vemgty24vzg93bmxvywqvyze4ngm0ntjlndk5n2u1mmzlywu3nwy0ztq1zmexodqvulvvx1bvbgfyaxnfsetdu0xfv1dfxzmumtkuodmxljnfcmfkaw9fc2lnbl8yns44ns4zmc4wn18xlju5ljqylje1x1noaxauzxhlfdg2odi4mjgy/
Download 2 doesnt work....
In Google Chrome...
Click to expand...
Click to collapse
,
Please refrain from using obscenities on the forum whether its *starred out or not. it doesnt make nice reading and we have some very young xdev users - Thank you for understanding.
Thanks for the mirrors guys, now.. has anyone tried this out and is it yet?
drivers are 99.99% the same as 3.18 at first glance...so nothing new...
pcarvalho said:
drivers are 99.99% the same as 3.18 at first glance...so nothing new...
Click to expand...
Click to collapse
ce os 5.2.19981
Flashed... , it's a WWE ROM dated: 23.Dec.2008 with Radio:1.59.42.15. OS:5.2.19981 (19981.1.2.9) a normal OEM package with all the older programs such as Camera:Ver 5.04 Build-31875, Task Manager:Ver 2.0 Build-35357, Touch Flo: Ver 2.0 Build-31936, MS Office Ver 6.1 and .netCF-2.0.7045.00 and NO Manila. Storage 101 MB and Memory 84.96 MB. However the response is fast like the newer Custom ROMs floating around currently and 'Activesync does not popup occasionally as in Custom ROMs'.
02xda2 said:
Flashed... , it's a WWE ROM dated: 23.Dec.2008 with Radio:1.59.42.15. OS:5.2.19981 (19981.1.2.9) a normal OEM package with all the older programs such as Camera:Ver 5.04 Build-31875, Task Manager:Ver 2.0 Build-35357, Touch Flo: Ver 2.0 Build-31936, MS Office Ver 6.1 and .netCF-2.0.7045.00 and NO Manila. Storage 101 MB and Memory 84.96 MB. However the response is fast like the newer Custom ROMs floating around currently and 'Activesync does not popup occasionally as in Custom ROMs'.
Click to expand...
Click to collapse
Can someone whose flashed this rom, test it with Android and let us know if the results
You can post the results here: 01/02/09 Polaris Android Project - Testing and Bug Reporting
Thanks
bally3 said:
Can someone whose flashed this rom, test it with Android and let us know
Click to expand...
Click to collapse
Hi, please check the other thread - bug reported

[APP] HTC Footprint VGA CAB -From Raphael software-Works with TF3D

For the people who have not notice yet. (Just like me
Orijinal Thread FROM Raphael Software and the link
http://forum.xda-developers.com/showthread.php?t=478088
All the thanks to KDKOBES
NOTE-1 It is still under development. Please follow the orjinal thread.
NOTE-2 Although at some HTC Diamond, it was reported that with some small bugs, it is working. But for me with Official ROM Ver 1.35 NOT WORKED
Without any problem, I was able to install. But after then, When I try to start to program from "Programs / Multimedia/ Footprint" I get the following error message
"The file 'HTCFootprint.exe' cannot be opened. Either it is not signed with a trusted certificate, or one of its components cannot be found. If the problem persists, try reinstalling or restoring this file."
NOTE-3 If you have enough space at your STORAGE, you can try and see if it works for you. Do not worry, UNINSTALL is working perfect, At least works for me
But please do not forget that **INSTALL AT YOUR OWN RISK, AS STATED BELOW IT HAS BUGS STILL**
Please also reports your results with ROM details
For the people wonders what the HTC Footprint is, please watch the youtube video.
HTC Footprints From Touch Cruise??
--------------------------------------------------------------------------
I stumbled across this video on the touch cruise and saw this cool feature which lets you tag locations via gps, with included text, picture, and audio note. I thought it was interesting and since i havent seen this feature here id ask if it was in the works of dumping and porting.
http://www.youtube.com/watch?v=2YkfSvE5qq8
------ ORIJINAL THREAD --------------------------------------------------------------------
Feb. 2ND) HTC Footprint CAB - WORKS WITH TF3D
*SEE POST #2 FOR UPDATES & FIXES*
This version of Footprint is based on.......HTC_Footprint_1.01822.3925 (This is the 2D Manilla version, but will work with TF3D)
I have done some modifications to make this work on my Fuze, but it should work just fine on the Touch Pro, or Diamond. Currently this version does NOT have the "Footprint Tab" on the home screen. I don't have lots of time on my hands so bear with me on updates. If anyone wishes to step in and modify it more, its all yours.
**INSTALL AT YOUR OWN RISK, AS STATED BELOW IT HAS BUGS STILL**
KNOWN BUGS
**PHOTO POSITION ON POSTCARD AFTER CAPTURE IS OFF CENTER**
**LANDSCAPE VIEW DOESN'T FIT THE WHOLE SCREEN**
DOWNLOAD LINK
http://www.4shared.com/file/83794120/1f744e76/KDKobes_Footprint__Feb_2nd_.html
can you upload it to other site like www.mediafire.com or upload it here.
erm....dumb question...but how do i have to install this?
amniberlin said:
erm....dumb question...but how do i have to install this?
Click to expand...
Click to collapse
download, rename to ****.cab, move to your phone and install.
doesnt work on diam100 with udk 2.3 rom "cetificate...trustetd......"
ah thanx i tried it this way...tried installing on the internal storage but this won't work.
on programme memory isn't enough space, so i'll try later
thank you anyway
Tried on phone memory but not luck.
http://forum.xda-developers.com/showthread.php?t=478088
TheLord-Akira said:
download, rename to ****.cab, move to your phone and install.
doesnt work on diam100 with udk 2.3 rom "cetificate...trustetd......"
Click to expand...
Click to collapse
u need to download the cab here to remove the warning.
mugglesquop said:
u need to download the cab here to remove the warning.
Click to expand...
Click to collapse
didnt help. installing tomtom doesnt help too
this app work?
Thanks for sharing bro'
I've just two requests:
1: could you reupload it? the link is broken
2: do you think that it will work also with the oldest manila? I'm currently running the 1.1.34072.1_163015 version (the full animated one)
TIA(a lot)
Is this updated to the 3rd Feb 4th version here?
http://forum.xda-developers.com/showthread.php?t=478088
The download link is dead///
Needed for garmin version, attach with garmin camera but in chinese can help to devolope, I'm using diamond. Hope to hear from you soon.
someone can repost the download link please? thx
can someone help me with the step by step how to install footprint in to my HTC diamond/
thanks
**LANDSCAPE VIEW DOESN'T FIT THE WHOLE SCREEN**
DOWNLOAD LINK
http://www.4shared.com/file/83794120/1f744e76/KDKobes_Footprint__Feb_2nd_.html[/QUOTE]
((
Connection to the desired file is not valid.
work on htc sense 2.5.2019??
Can anyone reupload the files? PLZ!

[UTIL][TUTORIAL] TG01 to T01A ROM Converter

Utility Link: http://www.4shared.com/zip/KBQLOO9d/TG01toT01A_Converter_Utility.html
How to use it:
There is 2 ways to use it.
1- Drop a TG01 ROM at the "TG01toT01AConverter" batch file, and a CMD window will appear showing the process.
2- Run a CMD and use the comand "TG01toT01AConverter rom.tsw"
In both cases, a file called "T01A_to_SP50_wm65.tsd" will be created if all it's OK. That's your ROM.
That's all, simple right?
I hope you enjoy it!
PD: The TG01 to T01A Converter includes my TG01 Tool set for simple ROM dumping and repack. If you need to redefine packages you should need to use l3v5y kitchen.
PD: This pack includes cedemish TGTool.
arag0n85 said:
Well, since finally someone has reported that my TG01->T01A method works properly, I decided to release for public a converter instead T01A/TG01 ROM's Version. In my ROM's threads, will be up to people to re-upload the T01A version and share the link, but I will only release TG01 version of the ROM and link to this thread.
Click to expand...
Click to collapse
you should not call MY TG01->T01A method yours just because you put it in a bat. maybe i should point you to tgtool 1.3.20 announcement post, your .bat is more or less a copy/paste of sample code there.
so how my tool+my sample = your tg01->t01a method ?
arag0n85 said:
PD: The TG01 to T01A Converter includes my TG01 Tool set for simple ROM dumping and repack. If you need to redefine packages you should need to use l3v5y kitchen.
Click to expand...
Click to collapse
The TG01 to T01A Converter only needs tgtool and rom files, the rest of tools for this purpose is just bloatware.
keep up the great work
Long time ago, some old dispute, I think it's time to move on!
What each of you is doing complements each other's work, but giving appropriate credit in your every posting is just too much overhead. IMHO there's a bit of a wording issue, I'm sure arag0n85 didn't intend to claim this batch to be entirely his own achievement or neglect cedesmith's role/involvement.
I've seen some very bright members leaving xda-devs because their work was not treated here with due respect. I'm sure everyone would hate to see either of you go or give up your projects. The truth is that if you are not ready to witness other people using, reusing and even abusing results of your work, then either don't release it or protect it from abuse.
Take it easy. Peace...
stepw said:
What each of you is doing complements each other's work, but giving appropriate credit in your every posting is just too much overhead. IMHO there's a bit of a wording issue, I'm sure arag0n85 didn't intend to claim this batch to be entirely his own achievement or neglect cedesmith's role/involvement.
I've seen some very bright members leaving xda-devs because their work was not treated here with due respect. I'm sure everyone would hate to see either of you go or give up your projects. The truth is that if you are not ready to witness other people using, reusing and even abusing results of your work, then either don't release it or protect it from abuse.
Take it easy. Peace...
Click to expand...
Click to collapse
Wisdomly said...
Couldn't agree more...
bib*oops said:
Wisdomly said...
Couldn't agree more...
Click to expand...
Click to collapse
bib*oops,do you have tg01 sim free version???can it used in my T01A?
btw,the convert link I can not open it,can argu post it in forum,thanks!h
bird_9527 said:
bib*oops,do you have tg01 sim free version???can it used in my T01A?
btw,the convert link I can not open it,can argu post it in forum,thanks!h
Click to expand...
Click to collapse
The file is arround 20Mb, can't be placed on the forum attached... By the way, I tested the link and should be working.
bird_9527 said:
bib*oops,do you have tg01 sim free version???can it used in my T01A?
btw,the convert link I can not open it,can argu post it in forum,thanks!h
Click to expand...
Click to collapse
My tg01 is sim-unlocked by code(IMEI dependant)...
TG01toT01AConverter rom
many time i try to use this App. But still can not convert rom.
everybody already convert it susses...to teach to step by step please ! thanks
sory my bad english
nhattuong said:
many time i try to use this App. But still can not convert rom.
everybody already convert it susses...to teach to step by step please ! thanks
sory my bad english
Click to expand...
Click to collapse
The idea is easy. There is an instruction to extract payload from a tsw and an instruction to merge payload to a tsd. So, I placed the tgtool with a tsd rom with an empty payload side by side and a .bat file that calls the proper instructions for the conversion from a tsw file. The file is called TG01toT01AConverter, and you have 2 ways to act with it.
a) Click on a tsw ROM, and move it over the .bat and drop it.
b) Open a MSDOS Command Window at the directory and type: "TG01toT01AConverter yourrom.tsw"
In both cases you should see a file called "T01A_to_SP50_wm65.tsd T01A_to_SP50_wm65.tsd" as output.
thank so much your support. It have done, after converted i flashed it. Successful.
Enjoin it.
Can it be used to convert any new ROM in the future, such as 6.5.3 or 6.5.5?
Thanks
I already to use this tool to Converted new Rom 6.5.5. Then flash it Sucsess.
nhattuong said:
I already to use this tool to Converted new Rom 6.5.5. Then flash it Sucsess.
Click to expand...
Click to collapse
i'm using t-01a too .so may i know which version of rom do you have use to your phone
Thankk you
WM6.5.5 WM6.5.5 OS 5.2.23563 Build 23563
Rom By ffboy
WM6.5.5 WM6.5.5 OS 5.2.23563 Build 23563
Rom By ffboy
nhattuong said:
WM6.5.5 WM6.5.5 OS 5.2.23563 Build 23563
Rom By ffboy
Click to expand...
Click to collapse
in this step do i have to chance from T01A_to_SP50_wm65-theduyet.tsd to T01A_to_SP50_wm65-theduyet.enc ???
{Rename your ROM extension from (.tsw) to (.enc) at the PRG folder.}
Thank you again ^__^
cant download it. it says file tempo not avail...
use tsd extension and pin method to flash your device...i am using Novembre5 6.5.5 rom,very stable and fast,i liked...
Pls help me. My phone is currently using English rom. I would like to change it to Japanese rom. How can i change it?
I used the converter but it didnt work. My pc is windows 7 (64bit). May I know the reason why it failed?

Researching Linux / Android ROM

Hello everybody,
I'm Johan, I live in the netherlands and i'm doing a study Informatica->Software Engineer. For a schoolproject we have to write an Android Application, though i don't have Android running on my telephone natively. So i searched the internet and found out that on the XDA forums its all about custom roms and that there are some Android Roms available. Unfortunately nothing for my MDA Compact/HTC Magician yet.
After asking arround a bit and searching all over the internet I figured nowone actually was bothering to further investigate Android for Magician.
So even though I have no idea if it will ever gonna work i'm gonna try to document as much as possible, and I hope others might join this topic and give some (usefull!!) feedback.
These websites I think are the best place to start, as I don't have any experience with ROMS or Android-OS its gonna be a challenging task but if you guys have any idea's, suggestions or websites where we can find more information feel free to post comments.
Startpage for Magician info:
http://wiki.xda-developers.com/index.php?pagename=HTC_Magician
HaRET bootloader working on magician:
http://www.handhelds.org/moin/moin.cgi/HaRET
http://www.handhelds.org/moin/moin.cgi/HaRET_20Documentation
Linux kernel for Magician:
http://www.htc-linux.org/wiki/index.php?title=Kernel#Kernel_for_intel_PXA_based_devices
Current status for linux kernel:
http://wiki.xda-developers.com/index.php?pagename=MagicianProgress
http://www.handhelds.org/moin/moin.cgi/Magician
Source code for Android:
http://source.android.com/
How to build Android OS:
http://source.android.com/porting/build_system.html
Compatiblity test suite:
http://source.android.com/compatibility/cts-intro.html
Any feedback is apreciated but please don't make it like "nice, when is it finished?" or "its impossible!"
as I have no idea about both of those 2 comments yet, I'll have to figure that out on the go.
It should be possible, someone already ported android to pxa270!
http://www.mask.org.tw/demo.htm
need to throw in a kernel guess i ll fetch yet another magician if that happens!!!
Hi header2k and evildarknight, thanks for the input.
My chinese/tw isn't to good, so i googled for android and pxa270 and found the following website, no idea if its any usefull (currently not at home, and my datalimit on my laptop dislikes downloading 1,3GB so i'll have to see what it is when i'm at my desktop again.)
http://www.ntut.edu.tw/~wyliang/
This looks interesting, if it comes to testing, you can contact me!
guess my chinese aint better
can't somebody anybody compile the android froyo kernel 2.6.32 for the magician which seems to be inline with ph5 dev???
I can't read chinese either, but i wanted to link to the pdf files:
http://www.mask.org.tw/data/Android_Porting_on_PXA270.pdf
http://www.mask.org.tw/data/BringUp_Android_on_PXA270.pdf (he used files from: svn co https://android-pxa270.svn.sourceforge.net/svnroot/android-pxa270 android-pxa270 )
He uploaded his work, too(with two mirrors, after 原始碼 (1.3GB) 下載位置: )
His machine:
[email protected] <-- identical with our magician
64MB RAM <-- identical with our magician
32mb ROM <-- Isn't important because he used an external usb-stick with chroot - We can use our sdcard and haret
Toppoly TD035STEB1 <-- identical wth our magician
Setting up Dev-Team
So this proves i guess its a done deal already
But is it then just theoretically/closed project? or did he indeed release his sourcecode as well? Sourceforge SVN shows there isn't anything deposited.
Anyway, still want to use this on my telephone, no idea what it takes to use/modify his work. Anyone interested in actually joining the project-team to make it run on a telephone? cause in the pics in the powerpoint i see some laptop and some mainboard and touchscreen but not a MDA Compact/HTC Magician yet.
There are copies of the project www.mask.org.tw/data/release-sourceforge.tgz and www.ntut.edu.tw/~wyliang/release-sourceforge.tgz. I don't have access to a linux box at this moment. Need to fix my PC before working on android.
Hello, This is Mask from http://www.mask.org.tw
Hello, I am Mask and I found there are some traffic from xda-developers to my website, so I come here and found there are some discussion of my work before in last year.
I had open an android project for pxa270 on sourceforge, but I didn't know how to upload my source code to sourceforge, so I put the source code on my website and mirror sites.
I hope maybe I could help you if you are interest in "android porting" and some related topics.
mask.chung said:
Hello, I am Mask and I found there are some traffic from xda-developers to my website, so I come here and found there are some discussion of my work before in last year.
I had open an android project for pxa270 on sourceforge, but I didn't know how to upload my source code to sourceforge, so I put the source code on my website and mirror sites.
I hope maybe I could help you if you are interest in "android porting" and some related topics.
Click to expand...
Click to collapse
Yes, i have a question. Do you have a pxafb.c driver that works with android and the 2.6.32 kernels?
sorry about that I have no time to maintain my android project for pxa270, and now I have no plan to keep to maintain it, maybe we could upload whole developing source code including all svn reversion from begin to now, do you know how to import svn to sourceforge ? thanks a lot.
Here is some information on SVN and sourceforge.
http://haacked.com/archive/2006/02/22/QuickstartGuidetoSubversiononSourceForge.aspx some older howto from 2006 not sure if its up to date
http://sourceforge.net/apps/trac/sourceforge/wiki/Subversion Official sourceforge howto.
http://tortoisesvn.net/ svn client
Kernel
Can someone test this kernel and see if it works as I do not have a magician to test it with.
If it does boot can you follow the steps posted here to see if android boots...
http://forum.xda-developers.com/showthread.php?t=658664
notime2d8 said:
Can someone test this kernel and see if it works as I do not have a magician to test it with.
If it does boot can you follow the steps posted here to see if android boots...
Click to expand...
Click to collapse
I try to use kernel on Qtek S110(WM 6.1 by Cotulla), but get freeze screen on line "Jumping to Kernel...". When i use zImage from thread "Android 1.5 Cupcake on Universal" - again freeze on line "Jumping to Kernel...". Any ideas?
If you need to test something on Magician, contact me by ICQ 258113792.
Pavel A Safonov said:
I try to use kernel on Qtek S110(WM 6.1 by Cotulla), but get freeze screen on line "Jumping to Kernel...". When i use zImage from thread "Android 1.5 Cupcake on Universal" - again freeze on line "Jumping to Kernel...". Any ideas?
If you need to test something on Magician, contact me by ICQ 258113792.
Click to expand...
Click to collapse
Make sure you have the radio turned on and not in airplane mode and wifi and bluetooth turned off. Also the correct machine type 875 in the startup text file or 855 if using the one for the universal.
i think set MTYPE 875 should be the right one
notime2d8 said:
Make sure you have the radio turned on and not in airplane mode and wifi and bluetooth turned off. Also the correct machine type 875 in the startup text file or 855 if using the one for the universal.
Click to expand...
Click to collapse
When radio is turned on, Linux loading and stop on next lines:
1. With kernel for Magician
...
mmc0: new SD card at addess 41a8
mmcblk0: mmc0:41a8 SD01G 982 MiB
mmcvlk0: p1 p2 p3
Waiting for root device /dev/sdb2...
I wait more then 5 minutes, but nothing happens.
2. With kernel for Universal
...
ds1wm: ds1wm: reset failed
Device vibrate all time and after last line turn off display.
Pavel A Safonov said:
When radio is turned on, Linux loading and stop on next lines:
1. With kernel for Magician
...
mmc0: new SD card at addess 41a8
mmcblk0: mmc0:41a8 SD01G 982 MiB
mmcvlk0: p1 p2 p3
Waiting for root device /dev/sdb2...
I wait more then 5 minutes, but nothing happens.
2. With kernel for Universal
...
ds1wm: ds1wm: reset failed
Device vibrate all time and after last line turn off display.
Click to expand...
Click to collapse
Ok, don't use the universal kernel, from what you posted it seems that the kernel is not pointing to the correct memory card path in the startup text file or try reinserting the card.
If anybody knows how to build kernels i can provide the files and walk them through how i built the kernel for the universal which i have just gotten a very slow and unusable eclair (mostly due to hardware) working. I think this is the most i can help out as i don't have a magician.

Categories

Resources