[PRJ][OS]Linux and Android on SE Xperia X1 - XPERIA X1 ROM Development

This thread is here for information and discussion about the Linux kernel (and Linux based userspaces like Ångström distribution or google android.
If you have no clue what this is all about, click the above links and read a bit about it.
The xperia(kovsky) research information vital to porting the linux kernel is available at htc-linux.org
The kovsky is very similar to raphael, diamond and the other htc phones that are based on the QCT msm7xxxA chip. This is why the raphael/diamond development kernel code from the htc-linux project runs well on it.
Kovsky has its own machine type in the htc-msm-2.6.27 (see link above) branch now.

im kinda excited about this! if linux (& android) is able to run on the X1 smoothly, I'm definitely donating!

New thread = very good news.
If you need someone for testing then let me know.
I would be willing to donate as well.
Keep working hard everyone!

somehow i feel like setting up an X1 android version for it. since im more the "script" guy im rather useless for u if it comes to kernel development ^^
how stable and functional is the kernel so far?
and especialy, is the Wifi running allready?

hey decordes,
there is the question where to get the [email protected] files 0.8 and 1.0... (i have them. but dont know if i may provide these files while they are not from my self!)
a simple yes or no and they are available for the next years or not
--
cyberdesigner.net

achmed20 said:
how stable and functional is the kernel so far?
and especialy, is the Wifi running allready?
Click to expand...
Click to collapse
afaik the wifi doesnt work. only usb0 which is laggy. (but works! you could ssh to the x1 per default.)
i am a little bit bussy at the moment (have to provide some sap-python-mysql-interface for productive use.)
but if i get spare time i will take a closer look at wifi...
--
cyberdesigner.net

kk thx.
as long i can use ssh, i'm all set up i guess
time for some android theory

NSRocket said:
Ooops (forgot to strike key), yes I mean TNETW12511.
Click to expand...
Click to collapse
isnt that the same wifichip as the kaiser has?
but why is wifi needed to boot android?

Reversedhex said:
isnt that the same wifichip as the kaiser has?
but why is wifi needed to boot android?
Click to expand...
Click to collapse
I don't know many things on Kaiser device but if you read somewhere that it use a TI 1251 WLAN then... yes, it's the same.
I don't understand why do you correlate wifi and android booting
We're talking about this wifi chip just because it isn't supported in the linux-htc-kovsky package at the moment.

NSRocket said:
I don't know many things on Kaiser device but if you read somewhere that it use a TI 1251 WLAN then... yes, it's the same.
I don't understand why do you correlate wifi and android booting
We're talking about this wifi chip just because it isn't supported in the linux-htc-kovsky package at the moment.
Click to expand...
Click to collapse
i was reading a combination of things,
-wifi not working and usb0 laggy.
-log readout over usb0
so i thought maybe for the log or something, nevermind
---------------------------------------------------------
wifi not working on kaiser either so we cannot take the driver from there, but i dont think wifi has high priority...
http://www.androidonhtc.com/kaiser:port_status

NSRocket said:
I don't know many things on Kaiser device but if you read somewhere that it use a TI 1251 WLAN then... yes, it's the same.
I don't understand why do you correlate wifi and android booting
We're talking about this wifi chip just because it isn't supported in the linux-htc-kovsky package at the moment.
Click to expand...
Click to collapse
its not related. i jsut read that the USB connection was kind of laggy so once i set up a working wifi connection i can continue working with SSH over wifi. that was the only reason.

ah... ok i think this was my intention.
most of the time i am waiting for usb0 to get any response! i cant read on the display them self... so the next needed feature for _me_ was to get a stable/responsible connection (like wifi
achmed20: you got it!
--
cyberdesigner.net

Hi,
very nice project. Maybe i could help out a bit
At least i may help testing and do some hardware discoveries, because i'm not a good kernel hacker.
Anyway i'm used to digg the kernel source and all the other stuff.
There are some questions though:
Those are introduced in the git repository of Mariusz "Aiv" Dalewski. Among other changes, it has the fully working xperia keyboard.
Click to expand...
Click to collapse
Is the git already accessible?
Maybe someone could create a patch to get started more easily
afaik the wifi doesnt work. only usb0 which is laggy. (but works! you could ssh to the x1 per default.)
Click to expand...
Click to collapse
What's the exact state of USB connection right now?
Does it work on Raphael?
Concerning debugging:
Anything known about JTAG on Kovksy?
As you might know i'm addicted to this interface
Best regards,
scholbert

scholbert said:
Hi,
very nice project. Maybe i could help out a bit
At least i may help testing and do some hardware discoveries, because i'm not a good kernel hacker.
Anyway i'm used to digg the kernel source and all the other stuff.
There are some questions though:
Is the git already accessible?
Maybe someone could create a patch to get started more easily
What's the exact state of USB connection right now?
Does it work on Raphael?
Concerning debugging:
Anything known about JTAG on Kovksy?
As you might know i'm addicted to this interface
Best regards,
scholbert
Click to expand...
Click to collapse
http://www.htc-linux.org/wiki/index.php?title=Kernel#Kernel_for_QCT_MSM7xxxA_based_devices
The aiv code is htc-msm-2.6.27 branch plus xperia changes. I think he doesn't want to make it available publicly yet. I'm waiting for it too so I can push it to linuxtogo. You can pull the htc-msm-2.6.27 either way.
usbnet is same driver as used for raphael.
drivers/usb/msm_usb
For jtag, I think you need to wire it to the board manually.
For the raphael you can get a serial connection by making a cable that plugs in the usb port. Ask dreamkill about it. I don't know if it is wired the same way in xperia.
Hope this makes sense I have horrbile hangover

http://www.phonewreck.com/wiki/index.php?title=Sony_Ericsson_XPERIA_X1
So what has to be done is get the linux drivers for al these hardware components and compile them to a kernel to make it fully working?
that probably ist going to be easy
---------------------------------------------------------
btw about wifi cant the driver from g1 be extracted?
same hardware G1/X1
-Power Management PMIC: Qualcomm PM7540
-WLAN Texas Instruments WL1251B/WL1251FE
-UMTS: 2100MHz avago ACPM-7381
-USB SMSC USB3316

Hi dcordes,
thanks for your reply.
http://www.htc-linux.org/wiki/index.php?title=Kernel#Kernel_for_QCT_MSM7xxxA_based_devices
The aiv code is htc-msm-2.6.27 branch plus xperia changes. I think he doesn't want to make it available publicly yet. I'm waiting for it too so I can push it to linuxtogo. You can pull the htc-msm-2.6.27 either way.
Click to expand...
Click to collapse
Yeah did that already.
Unfortunately right now i got no X1 for testing. Should arive the next days i suppose
usbnet is same driver as used for raphael.
drivers/usb/msm_usb
Click to expand...
Click to collapse
O.K., i see so we will also use the config for raphael, i suppose..
For jtag, I think you need to wire it to the board manually.
Click to expand...
Click to collapse
Sure, that's essential
I just wanted to know if there's anyone apart from Sony and HTC engineers who got some info about these testpoints ?
For the raphael you can get a serial connection by making a cable that plugs in the usb port. Ask dreamkill about it. I don't know if it is wired the same way in xperia.
Click to expand...
Click to collapse
That's cool!
Hope this makes sense I have horrbile hangover
Click to expand...
Click to collapse
Does make sense to me
BTW anyone tried this patch to get WIFI support on X1?
http://linuxtogo.org/~lgorris/diffs/git-diff_htc-msm-2.6.27_add-ti1251.diff
Best regards,
scholbert

BTW anyone tried this patch to get WIFI support on X1?
http://linuxtogo.org/~lgorris/diffs/git-diff_htc-msm-2.6.27_add-ti1251.diff
Click to expand...
Click to collapse
Have to quote myself
The patch applies fine but after having a short glimpse, this one has been extracted from the SDK. No proper Kconfigs or Makefiles
So i don't think this huge patch is intended to go into kernel tree again.
AFAIK, there's also a lot of stuff for userland inside.
Insider may know more about it!
Perhaps for WIFI on the X1 it's better to start with a more clean driver.
You make have a look here:
http://osdir.com/ml/linux-wireless/2009-02/msg00390.html
I will try to integrate the patch to current 2.6.27-msm.
There's work to do of course, e.g. SDIO support and PM.
Best regards,
scholbert

I have no idea what you guys are saying.
But Android on the Xperia is f*****g awesome!
could any1 just quickly recap how close we are on a ROM with Android?

D4113R said:
I have no idea what you guys are saying.
But Android on the Xperia is f*****g awesome!
could any1 just quickly recap how close we are on a ROM with Android?
Click to expand...
Click to collapse
though i understand just a little, id like to qoute myself on this
So what has to be done is get the linux drivers for al these hardware components and compile them to a kernel to make it fully working?
that probably ist going to be easy
Click to expand...
Click to collapse

yes with htcraphael_defconfig xperia boots.
I will ask some people about 7xxxA jtag pins and let you know if I have any information.
scholbert said:
Have to quote myself
The patch applies fine but after having a short glimpse, this one has been extracted from the SDK. No proper Kconfigs or Makefiles
So i don't think this huge patch is intended to go into kernel tree again.
AFAIK, there's also a lot of stuff for userland inside.
Insider may know more about it!
Click to expand...
Click to collapse
Right, It copies some revision (see date of file upload) of the android git ti1251. It should enable you to build the kernel module.
lgorris=dcordes
scholbert said:
Perhaps for WIFI on the X1 it's better to start with a more clean driver.
You make have a look here:
http://osdir.com/ml/linux-wireless/2009-02/msg00390.html
Click to expand...
Click to collapse
It's no big secret the 10M google ti1251 driver is crap and it might really be better to use that wl12xx as soon as they have the SDIO.
scholbert said:
I will try to integrate the patch to current 2.6.27-msm.
There's work to do of course, e.g. SDIO support and PM.
Click to expand...
Click to collapse
That will be nice. Let me know when you tried.

Related

Linux on Trinity

Who are interested to see Linux also on this device?
The process should be very similar to Hermes implementation, so we can follow their steps.
Interesting
is it possible to do dual boot ? how will phone functionality etc work?
kimusan said:
is it possible to do dual boot ? how will phone functionality etc work?
Click to expand...
Click to collapse
answering myself: yes it is, which means that I am in! I would love to help with the investigation for getting linux on this device. Looks like the new haret (01/01/2007) works well on trinity. I have successfully telnetted to it and executed several different commands.
kimusan said:
Looks like the new haret (01/01/2007) works well on trinity. I have successfully telnetted to it and executed several different commands.
Click to expand...
Click to collapse
Register a machine number for it.
Are the trinity internals known as good as the Hermes ?
cr2 said:
Register a machine number for it.
Are the trinity internals known as good as the Hermes ?
Click to expand...
Click to collapse
What do you mean by Register a machine number? where do I do this? As far as I know, the internals are pretty well known. We have pictures that identifies all the relevant chips, and schematics for a lot of the chipset.
kimusan said:
What do you mean by Register a machine number? where do I do this?
Click to expand...
Click to collapse
http://www.arm.linux.org.uk/developer/machines/
As far as I know, the internals are pretty well known. We have pictures that identifies all the relevant chips, and schematics for a lot of the chipset.
Click to expand...
Click to collapse
Do you have a link ?
cr2 said:
http://www.arm.linux.org.uk/developer/machines/
Do you have a link ?
Click to expand...
Click to collapse
It is in one (or more) of the threads in the trinity forum here at xdadevelopers. I do not have the direct links here, but have seen them recently. it is most likely in oone of the "GPS or not GPS" threads.
I have now registered the HTC Trinity/P3600
Very
interesting
cr2 said:
Do you have a link ?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=285090
See first attachment, Mainboard.zip contains front and back pictures of Trinity's mainboard, with all chipsets.
Look here for the schemes:
http://www.solopalmari.com/content/view/2471/38/
page 2 and 3.
How is the state of art in porting linux on this device?
And on Hermes? Does the kernel boot?
With wm6 do you have to hard reset every time you try to boot the kernel?
Maybe Pof can answer these questions.
Thanks
@renatostore: cr2 and Kevin2 are the guys working on it, come into #htc-linux at freenode irc network.
On hermes the kernel boots, and we can load a minimal initrd using haret. On trinity i haven't checked lastly.
You don't need to hard reset afer booting linux, that was only on WM2003
Hi
How about linux on trinity? i've been on the irc channel but didn't get any answer... a few months passed... i'm in hope!
I don't have high hope on that. Heard it's very difficult to debug stuff in Linux due to the lack of a hardware kb....
why do you want linux on this phone? you are not going to be able to cross-compile apps over and I don't see a useful app in linux that wm6 doesn't have already for a phone.
Hi...
Still interested...
Had someexperience with h36xx and h38xx/h39xx series HP/Compaq PDA's and familiar linux, and it would be very cool to have some of this running on the HTC hardware too...
Anyone already had a ROM cooked up with kernel/basic apps?
Any idea what will/does work and what won't/doesn't? like phone, camera, wifi, gprs, bluetooth, ...
Thanks!
bkortleven said:
Any idea what will/does work and what won't/doesn't? like phone, camera, wifi, gprs, bluetooth, ...
Click to expand...
Click to collapse
Check the hermes wiki.
trinity is the hermes without keyboard, minor differences are unimportant
The future of Linux on PDAs is Andromeda. Don't expect this to be implemented on existing devices - Andromeda will be a means to deliver new devices to the market.
While you will most likely need a new phone for Andromeda, you will gain a complete platform with stylish and working applications, so you will be able to actually use the device right from the start.
Have fun!

Kaiser support for Device Update.

Hi all,
After finishing off v2 of Device Update for the Hermes, I'm looking at making it more compatible with other devices. The next on my list is the Kaiser
Could I get a few people to message me to try a new version of Device Update that should work correctly (and not show Hermes only apps) on the Kaiser.
For those wondering what Device Update is, check out:
http://www.crc.id.au/deviceupdate
and
http://forum.xda-developers.com/showthread.php?t=470440
Thanks.
EDIT: I've had someone test it on Kaiser and all should be well...
That being said, I've attached v2.0.7.8 to this post for all of you to test
Havent heard of it till now, but looks great. Bring it on! (to the kaiser I mean )
Also what makes this much different than App2Date? (asking because I know someone will at some point)
shadowline said:
Havent heard of it till now, but looks great. Bring it on! (to the kaiser I mean )
Also what makes this much different than App2Date? (asking because I know someone will at some point)
Click to expand...
Click to collapse
Lots.
#1 - I do the hosting for your apps. I've served nearly 800 apps in the last 6 hours or so.
#2 - People can browse the index of software.
#3 - Automatic updates is only a side effect - but a major bonus.
#4 - Custom written geo-location based mirroring gives the user the fastest speeds no matter where they are on the planet
#5 - everything between the servers & clients is compressed - this means faster transfers and less data transfer.
And there's probably more
So when is this going to be avail?????
Nice one mate.
Count me in for a bit of testing
Feel free to shout me for anything you need.
Thanks
Dave
DaveShaw said:
Nice one mate.
Count me in for a bit of testing
Feel free to shout me for anything you need.
Thanks
Dave
Click to expand...
Click to collapse
Mate! I didn't know you had a Kaiser...
The build is just about ready, I'm just putting some final touches on it today. I should have something for you guys in about 5 hours or so...
I'll send you both a build via PM to test...
CRCinAU said:
Mate! I didn't know you had a Kaiser...
The build is just about ready, I'm just putting some final touches on it today. I should have something for you guys in about 5 hours or so...
I'll send you both a build via PM to test...
Click to expand...
Click to collapse
Kewl, I'll be in bed in 5hr's but I'll get testing as soon as I can
Dave
CRCinAU said:
Mate! I didn't know you had a Kaiser...
The build is just about ready, I'm just putting some final touches on it today. I should have something for you guys in about 5 hours or so...
I'll send you both a build via PM to test...
Click to expand...
Click to collapse
I will stay up and wait
CRCinAU said:
Hi all,
After finishing off v2 of Device Update for the Hermes, I'm looking at making it more compatible with other devices. The next on my list is the Kaiser
Could I get a few people to message me to try a new version of Device Update that should work correctly (and not show Hermes only apps) on the Kaiser.
For those wondering what Device Update is, check out:
http://www.crc.id.au/deviceupdate
and
http://forum.xda-developers.com/showthread.php?t=470440
Thanks.
Click to expand...
Click to collapse
I am more than interested in testing this! Awesome work, friend.
I'm here if you need another tester
For those interested, I've attached a copy of v2.0.7.8 as a beta test on the Kaiser.
In theory all should work. If not, please reply to this thread.
Thanks
CRCinAU said:
For those interested, I've attached a copy of v2.0.7.8 as a beta test on the Kaiser.
In theory all should work. If not, please reply to this thread.
Thanks
Click to expand...
Click to collapse
Installed here and all is working just great Nice work
smokestack76 said:
Installed here and all is working just great Nice work
Click to expand...
Click to collapse
Awesome - good to hear.
I'm in the middle of writing some documents for ROM cooks and developers on how everything works within DU so it can be included in peoples ROMs and also how people can make their CABs DU compatible...
Hopefully I'll be able to get something finalised real soon. DU has pretty much become standard in all ROMs for Hermes
works like a champ on my tilt....Great job on this app! Does this also tell what you already have installed and can update that?
Knumb said:
works like a champ on my tilt....Great job on this app! Does this also tell what you already have installed and can update that?
Click to expand...
Click to collapse
Yes and no. All packages installed via DeviceUpdate will show if an update is available. You will see this as a category up the top labeled "Available Updates". We don't however have a way of tracking if an application is installed from another source - as we use registry entries to track packages.
This means it is possible to see an app on the Device Update index that is already installed from a different source. At the moment, we leave this up to the user to detect.
thanks for the response. You did a great job on this app!
Only thing i cant figure out is where the themes go when i download them...or are they not m2d themes? Only one i downloaded was the flat black theme and for the life of me i cant find it. I just got it to test that it worked as well. Ive already got over 20 themes so i dont need it But i even used the search on the phone and cant find it.
The themes are standard Windows Mobile themes - not M2D themes.
Ok cool. Im sure thats why it didnt work then. So i cant find any bugs. Great job. If you want you can pull the themes from my 4shared folder. They are all m2d
Fantastic application.
I was using this in my HTC Touch (ELF) before.
I just bought a Kaiser (TYTN II) and installed the latest Device Update into it.
Tried installing "HTC Home Customizer" and a few other apps but evertime get a error "WCELoad Returned Code: 2147024891".
What is this error code and how can i fix it and let Device Update install apps in my Kaiser.

HTC Hero/Dream/Mgic ROM on X1

Sorry, maybe a stupid question.
Is it not possible to flash one of the HTC ROM's onto X1?
Nope, it will not work.
I figured that much, but can someone on here maybe explain? From what I could see it has the same processor as X1 etc.
LFCFredda said:
Nope, it will not work.
Click to expand...
Click to collapse
Hero/Dream/Magic are running android, not windows mobile....they are working on making an android version for the X1.
Regards,
WC
HTC said Sense UI will be avail on windows mobile as well...but in the meantime theres quite a few tread people porting linux android over to windows and xperia u should read up on that
jtoyz2 said:
HTC said Sense UI will be avail on windows mobile as well...but in the meantime theres quite a few tread people porting linux android over to windows and xperia u should read up on that
Click to expand...
Click to collapse
I know people are trying to get android onto X1 and hence my question. Why is it not possible to just use the android rom (with some mods) from the HTC phones as most of the hardware seems similar?
stevenvm said:
I know people are trying to get android onto X1 and hence my question. Why is it not possible to just use the android rom (with some mods) from the HTC phones as most of the hardware seems similar?
Click to expand...
Click to collapse
I guess we just have to wait to see what the amazing cooks come up with!
stevenvm said:
I figured that much, but can someone on here maybe explain? From what I could see it has the same processor as X1 etc.
Click to expand...
Click to collapse
it's basicly misc Hardware stuff.
CPU might be the same same jeah, but evyerthing else is not. neither the chipsets for the keyboard are, nor is the chipset for making phonecalls, nor the memory and so on.
it's liek trying to fit a Mazda Elektronics into a ford ka. maybe u can squeeze it in but im sure it wont work since the electronic doesnt know any part of the new car.
achmed20 said:
it's basicly misc Hardware stuff.
CPU might be the same same jeah, but evyerthing else is not. neither the chipsets for the keyboard are, nor is the chipset for making phonecalls, nor the memory and so on.
it's liek trying to fit a Mazda Elektronics into a ford ka. maybe u can squeeze it in but im sure it wont work since the electronic doesnt know any part of the new car.
Click to expand...
Click to collapse
i notice some fatal mistakes in your setence
achmed20 said:
it's basicly misc Hardware stuff.
CPU might be the same same jeah, but evyerthing else is not. neither the chipsets for the keyboard are, nor is the chipset for making phonecalls, nor the memory and so on.
it's liek trying to fit a Mazda Elektronics into a ford ka. maybe u can squeeze it in but im sure it wont work since the electronic doesnt know any part of the new car.
Click to expand...
Click to collapse
electronic doesn't need to know the car. because in computer systems, there exist another layer between the electronic and the car.
it's called the kernel. hardware abstraction layer.
it'll work... just need someone free enough to make it work.
no further explanations please! lets pretend it is magic
/me swings the magic wand
ps: jeah i know .. im king of typos and abstract examples ^^
Is there anybody working on this right now?
Would love a Hero/etc android ROM on my X1, definitely. Just got a Hero and I'm loving it to bits.
http://wiki.xda-developers.com/index.php?pagename=Kovsky Linux
i think so.such as a computer with Windows or linux or sth. else ..

[DEV] Camera Preview is fully working now :) (still needs more hacks)

Hi, guys,
SNAPSHOT:
see Kalim's ROM release thread. Enjoy!
PS, sources have been synced with my github repo. check out this commit.
I met a problem to understand the assemble codes of a KEY function(ie reg_unreg_buf() in libcamera.so in Tattoo Donut system). I just know a little about arm assembly language. How does the assembly deal with structures and pointers to structer in C? If we can implement this function into libcamera.so in Froyo, I think it's not too far from working camera preview. So here are some details.
Current question is, why msm_poll in the kernel won't be called while I did system-call select()? I tried lots of times, but always no luck.
Forget them all, thanks to boz_x.
I will try to take a look into it this evening
KalimochoAz said:
I will try to take a look into it this evening
Click to expand...
Click to collapse
OK, thanks in advance. What confused me is what layout should be token in stack by arm assembly for structure data in C/C++. Are they exactly same as structures in memory or would arm-eabi-gcc apply some padding as well?
cn.fyodor said:
Hi, guys,
I met a problem to understand the assemble codes of a KEY function(ie reg_unreg_buf() in libcamera.so in Tattoo Donut system). I just know a little about arm assembly language. How does the assembly deal with structures and pointers to structer in C? If we can implement this function into libcamera.so in Froyo, I think it's not too far from working camera preview. So here are some details.
Current question is, why msm_poll in the kernel won't be called while I did system-call select()? I tried lots of times, but always no luck.
Forget them all, thanks to boz_x.
Click to expand...
Click to collapse
?¿? What do you mean. Something to share with us?
KalimochoAz said:
?¿? What do you mean. Something to share with us?
Click to expand...
Click to collapse
No, not currently. I just solve some little problems that I met. Addresses of frame I got were always wrong. Codes are messed up right now. Time to rest. Good night.
cn.fyodor said:
No, not currently. I just solve some little problems that I met. Addresses of frame I got were always wrong. Codes are messed up right now. Time to rest. Good night.
Click to expand...
Click to collapse
git your code to reach this. I will continue there if you want. here is 5 pm
cn.fyodor said:
Hi, guys,
Here is the color spectrum :
Click to expand...
Click to collapse
Does that image ever change. or is it static?
I'm wondering if perhaps it's data from the camera, just not in the format the app is expecting...
cn.fyodor said:
hi, guys,
i met a problem to understand the assemble codes of a key function(ie reg_unreg_buf() in libcamera.so in tattoo donut system). I just know a little about arm assembly language. How does the assembly deal with structures and pointers to structer in c? If we can implement this function into libcamera.so in froyo, i think it's not too far from working camera preview. So here are some details.
current question is, why msm_poll in the kernel won't be called while i did system-call select()? I tried lots of times, but always no luck.
forget them all, thanks to boz_x.
This is my wireless headset(8 frames overlapped ):
ps, sources have been synced with my github repo. Check out this commit.
Click to expand...
Click to collapse
i love you fn.fyodor
KalimochoAz said:
i love you fn.fyodor
Click to expand...
Click to collapse
We all <3 u fyodor!
Looks like messed yuv422, where green is Y and UV are black and light gray
Probably proportions are right but surface configured wrong
CAMERA WORKS ( No problem now )
Fyodor & Arco. I have already solved.
I would like to release the 3 versions at the same time. Fyodor PM me and we manage to release it all the ROMs with fully camera!!!!!!!!!!!!!!!!!!!!
YUPIEEEE!!!!
kalimochoaz said:
fyodor & arco. I have already solved.
I would like to release the 3 versions at the same time. Fyodor pm me and we manage to release it all the roms with fully camera!!!!!!!!!!!!!!!!!!!!
Yupieeee!!!!
Click to expand...
Click to collapse
devs are the best. Thank you!!!
I missed Fyodor a lot. We needed to be 3 coding to solve that puzzle
KalimochoAz said:
Fyodor & Arco. I have already solved.
I would like to release the 3 versions at the same time. Fyodor PM me and we manage to release it all the ROMs with fully camera!!!!!!!!!!!!!!!!!!!!
YUPIEEEE!!!!
Click to expand...
Click to collapse
See, this is why the HTC Tattoo communtity is so awesome!!
Keep up the good work!!
-- Kiljacken
well camera is now working. great! what about the video camcorder? is it gonna work too?
KalimochoAz said:
Fyodor & Arco. I have already solved.
I would like to release the 3 versions at the same time. Fyodor PM me and we manage to release it all the ROMs with fully camera!!!!!!!!!!!!!!!!!!!!
YUPIEEEE!!!!
Click to expand...
Click to collapse
How did you solve the y_cbcr offset issues? Actually I really don't know what they are, I just read the assembled codes step by step and fill my implementing function codes. LOL
And I don't mind the time when devs release their ROMs, so just go on your way, I will release my AOSP ROMs at a proper period.
Cheers && Enjoy!
when cn.fyodor just return to this forum FM radio works and now Camera preview.
Now I see the reason for buying this tattoo.
Big thanks to Kalim...and all others
Thank you guys. Thanks kalim, arco, fyodor
Excellent work.
My opinion
Let me say one think: Its really amazing and good to spend time with fn.Fyodor and Arco68 in this forum. When I change my device I will miss this way of working.
KalimochoAz said:
Let me say one think: Its really amazing and good to spend time with fn.Fyodor and Arco68 in this forum. When I change my device I will miss this way of working.
Click to expand...
Click to collapse
Thanks a lot Guys!
What device are you going to?? ( I want to go to the same!!)
I am looking at the Optimus 2x, it is a lot less expensive then the Galaxy S II!

[Q] Is there any chance to get wp8 to our HD7s...?

Can someone share the info related above with the topic
MeTinnn said:
Can someone share the info related above with the topic
Click to expand...
Click to collapse
Windows Phone 8 is made for multi core processors phones
It can be backported and with the correct kernel modifications coild easily run on simgle core. Because the hd7 has a powerfull cpu
Sent from my SGH-T959 using xda premium
We can run MacOSX on the PC, so nothing is impossible, but I don't believe that someone will do such hard work without good reason.
maya79 said:
We can run MacOSX on the PC, so nothing is impossible, but I don't believe that someone will do such hard work without good reason.
Click to expand...
Click to collapse
This requires to have the working ROM Microsoft used for testing and development...
Its is a well known fact that WP8 was tested on the HD7, someone discovered the log about the "work in progress" of WP8 and the log clearly stated that the testing phone was the HD7.
Now, about the beta they used? Well getting our hands on that ROM, it's a challenge someone must face... (a real hacker, not those script kids, posers)

Categories

Resources