Porting HTC sense messaing app over to ASOP rom? - possible? - Desire HD Themes and Apps

Is it possible to port the HTC sense messaging app over to STOCK ICS ASOP rom ?

Doubt it, you need the Sense frameworks for it to work
Sent from another dimension...
thanks don't hurt ya know?

If you place sense frameworks files in the folder, and use it for apps to recall. ?

Don't think so... you might have to ask someone else as ny knowledge is kinda limited with this sorta stuff
Sent from another dimension...
thanks don't hurt ya know?

No This is not an option. As stated Sense needs HTC framework, jar files and drivers to work. AOSP and CM roms are coded differently with different files, jars, and drivers. So it is not possible. If you want Sense features then use a Sense rom.

Related

how to install apps dumped from SENSE UI based ROM???

hey guys, i am using FROYO FRF91 now
and i really want to use some apps based on sense ui rom, like weather widget, msg widget, flickr, etc.
so i downloaded a sense ui rom and dumped the apps i like
use ROOT EXPLORE copied the .apk and .odex files to /systme/app folder
but after reboot my phone, it didn't work
did i doing something wrong?
or there is another way to make it work?
thx guys
angelsky11 said:
hey guys, i am using FROYO FRF91 now
and i really want to use some apps based on sense ui rom, like weather widget, msg widget, flickr, etc.
so i downloaded a sense ui rom and dumped the apps i like
use ROOT EXPLORE copied the .apk and .odex files to /systme/app folder
but after reboot my phone, it didn't work
did i doing something wrong?
or there is another way to make it work?
thx guys
Click to expand...
Click to collapse
Yes.. you did something very wrong. You didn't search.
Just wait for the Sense UI 2.2 ROM if you want both Froyo and Sense.
Desire ROM 2.2 has been leaked and is fully working I assume, as the devs working on it say it might be out by tonight. Hopefully the Nexus will get a full port by tomorrow... No promises though
x986123 said:
Just wait for the Sense UI 2.2 ROM if you want both Froyo and Sense.
Desire ROM 2.2 has been leaked and is fully working I assume, as the devs working on it say it might be out by tonight. Hopefully the Nexus will get a full port by tomorrow... No promises though
Click to expand...
Click to collapse
Lol tomorrow would such a nice time, but I assume its a tad bit too early. It would be really awesome though..
i mean i want use stock google froyo rom and the apps from sense ui
is this possible?
Nope. Only the game Teeter.
Is there a version of the teeter.apk that will install to SD if we are non-rooted?

Developing Sense ROM

Hi guys!
Since two days I'm trying to create a ROM based on HTC Sense, porting from HTC Desire to our Nexus One using, as a base, the RCADSmixHD ROM.
I've been able to complete the entire package .zip and installing succesfully, BUT at reboot I'm stuck at the Nexus logo...
Do you think it's a kernel-related issue?
I really don't have any other ideas...
EDIT: I'd also like to know how to develop/modify a kernel for our Nexus One, but based on HTC roms... Someone has guides/links?
Try to Flash this Kernel: 2.6.35.6-eViL--10-7--1-wmcfg by eViL D:
You can find dl link here : http://forum.xda-developers.com/showpost.php?p=16995049&postcount=2
I had problems with the kernel include in RCADS on my N1
Thanks but no changes here... BTW the kernel included in RCADS rom works with my Nexus.. But here in this new ROM that I'm trying to develop I don't know what's wrong...
My guess there's something wrong with the ROM itself you probably have a few lines of code somewhere that are not working right. Were you able to compile the code on your computer?
Well, actually I'm trying to port a Sense ROM from HTC Desire with 250mb fit into /system/... I think that's the problem because my Nexus One could have bad blocks and/or less space into /system/, so this ROM wouldn't fit. I think so.
Regarding the code, I haven't written any kind of code, apart from looking at updater-script to be ok... Other suggestions? Thanks anyway, much appreciated
Now I'm trying to port a different ROM, the Desire S Gingerbread 2.3.5 with Sense 3.0!
But after replacing many folders and files from a Sense Rom of the Nexus One and the target Sense Rom that I'm developing, I have replaced boot.img and edited the updater-script properly (I think).
After installation, it's stuck at the Nexus logo... always!
What's wrong????????
Look at your logcat.
And at your /proc/kmsg.
If you don't know what these 2 mean - read up on those, use some googling.
If you can't - I believe you won't be able to develop anything worthy, or anything at all.
Moreover, Nexus has 145MB on /system partition. You need to utilize SD-EXT partition and symlink parts of the ROM to make it fit.
If I'm speaking Chinese and you can't figure it out - read the previous paragraph
From your posts I can't detrmine if you are developing or just trying to flash the rom to your phone, since you haven't done any coding. Am I misunderstanding?
rugmankc said:
From your posts I can't detrmine if you are developing or just trying to flash the rom to your phone, since you haven't done any coding. Am I misunderstanding?
Click to expand...
Click to collapse
You're right, because I'm not coding for a completely new ROM..
I'm just trying to "assemble" different pieces of ROMs together, a porting!
The only thing to "code" is the updater-script (or update-script)...
I have some errors there and I can't really determine why certain things goes wrong.. for now I don't have full knowledge of system partitions of Android.
And now I don't have enough time to fully explore this complex world
I have just tried for a couple of days...
Iperzampem0 said:
You're right, because I'm not coding for a completely new ROM..
I'm just trying to "assemble" different pieces of ROMs together, a porting!
The only thing to "code" is the updater-script (or update-script)...
I have some errors there and I can't really determine why certain things goes wrong.. for now I don't have full knowledge of system partitions of Android.
And now I don't have enough time to fully explore this complex world
I have just tried for a couple of days...
Click to expand...
Click to collapse
What did you add to the updater-script? And which folders specifically did you replace and change? And did you use a rooted ROM or the OTA one for the desire?
@Ace42:
Hi, I had used a rooted ROM from the Desire thread and I have followed this pretty useful guide which illustrates how to port Sense Roms:
http://forum.xda-developers.com/showthread.php?t=1222746
I have also had a look at almost all the files into each folders to see if there was differences in the code between the 2 roms..!
BTW the problem is in the updater-script...
For example I'm not able to mount "sd-ext", which is one of the most important steps to do for the Rom to being able to run into the device.
Look at that link properly, porting sense to OTHER SENSE DEVICES.
N1 isn't a sense device.
First, porting is more than replacing your boot.img and changing your update-script.
Like the other user said, you need to symlink files to your SD card cause N1 just isn't big enough.
Second, you're taking roms from other devices, most probably you'd have to re-write or mod the drivers.
Third, Porting just isn't that easy.
@illuminarias:
-> I know that, and in fact N1 becomes a Sense device when it has a Sense rom already installed... so it can be compared with other Sense devices.
-> I also know that we must symlink files, and you do that by adding lines of code into the updater-script (or update-script)!
-> If no one starts from something, how do you think that development for N1 can continue??
Iperzampem0 said:
@illuminarias:
-> I know that, and in fact N1 becomes a Sense device when it has a Sense rom already installed... so it can be compared with other Sense devices.
-> I also know that we must symlink files, and you do that by adding lines of code into the updater-script (or update-script)!
-> If no one starts from something, how do you think that development for N1 can continue??
Click to expand...
Click to collapse
The n1 also runs miui, is comparable to the m1? No.
Sent from my HTC Sensation Z710e using xda premium
illuminarias said:
The n1 also runs miui, is comparable to the m1? No.
Sent from my HTC Sensation Z710e using xda premium
Click to expand...
Click to collapse
I'm sorry but personally I love HTC Sense, not a-bad-copy-of-iPhone such as MIUI.
And since now I don't have money to change the device, I'll stick with this for other time.
Cheers
Iperzampem0 said:
I'm sorry but personally I love HTC Sense, not a-bad-copy-of-iPhone such as MIUI.
And since now I don't have money to change the device, I'll stick with this for other time.
Cheers
Click to expand...
Click to collapse
Yes, the same for me. I Love my nexus one with sense. Currently i also working on a gb sense rom for my nexus. Update Script is done and system should fit now with 151mb into the nexus rom. I ll will try to install & boot it at the weekend. Base was the currrent 2.3.3 Desire Release... Hopefully it fits into the small system and boots , to get logcats to work with...
If someone want to help & try, please contact me. I can upload the rom then to test. Currently i don´t have a lot of time , maybe together we get a working release...
@Deep-Knight:
Yep, I was working yesterday evening with the official Desire gingerbread update from HTC, but, as always, I'm stuck at the Nexus logo, after the installation is done... :/
I think I'm doing something wrong with system partition.. I know that our N1 can handle only 150mb for /system...
But I must admit that I'm using almost the same updater-script and boot.img as the N1Sensation v0.5 rom or RCADSmixHD rom..
Deep-Knight said:
Yes, the same for me. I Love my nexus one with sense. Currently i also working on a gb sense rom for my nexus. Update Script is done and system should fit now with 151mb into the nexus rom. I ll will try to install & boot it at the weekend. Base was the currrent 2.3.3 Desire Release... Hopefully it fits into the small system and boots , to get logcats to work with...
If someone want to help & try, please contact me. I can upload the rom then to test. Currently i don´t have a lot of time , maybe together we get a working release...
Click to expand...
Click to collapse
Just make a thread and upload your beta version, theres a plenty of people here able to test and help.
Thank you Menelkir for your interest!
But first I'll have to create something useful.. Maybe later on I'll create a new thread..
Till now I'm using some HTC Desire's ROM from the dedicated section here at XDA.
Stay tuned guys
As always graphical glithces will not be solved, until HTC releases Desire's Source Code..
The code is released already.
Unfortunately, the real trouble with porting ROMs is fixing the things that don't work - which will include trackball, hotspot etc - and this is the part where most of ROMs fail, because very few developers are skilled enough for that.

[Q] Can you extract HTC apps from sense rom and use on non-sense rom ?

I really like the look of the stock sense calendar. I find it better than the stock google calendar. I want to perhaps try shifting to non sense roms, such as CM when the nightlies become enough for a daily driver.
With that said, can I extract the calendar app and just reload it on the non-sense rom or will some tinkering have to be done with it ?
efox29 said:
I really like the look of the stock sense calendar. I find it better than the stock google calendar. I want to perhaps try shifting to non sense roms, such as CM when the nightlies become enough for a daily driver.
With that said, can I extract the calendar app and just reload it on the non-sense rom or will some tinkering have to be done with it ?
Click to expand...
Click to collapse
nope. all HTC apps require the sense framework to operate. you want sense stuff you gotta be on sense roms.
syaoran68 said:
nope. all HTC apps require the sense framework to operate. you want sense stuff you gotta be on sense roms.
Click to expand...
Click to collapse
Appreciate the response. Thanks

Rom GE with HTC app

Hi.
I love change rom with my phone.
Now with my htcone.
I change more roms with this smartphone.
I really like slim,Pac-Man and elegancia or eragon.
It is possible to make a rom like Pac-Man with app htcsense based like tv-camera-note...etc.
If I paste these apk in system/app they'll work?
Thank you
They require the Sense framework, meaning they won't work on a non-Sense rom. I'm not sure, but there might be a de-Sensed rom (Sense with a holo-like theme). There was one on the Sensation, so...
ridder215215 said:
They require the Sense framework, meaning they won't work on a non-Sense rom. I'm not sure, but there might be a de-Sensed rom (Sense with a holo-like theme). There was one on the Sensation, so...
Click to expand...
Click to collapse
Thanks a lot.
I think this.
We can resolve to have an Htcone sense with its application or an htcone google edition.
The problem is that the app htc sense is really optimezed.

[Q] Sense rom

Why aren't there no sense based rom ports for our devices?
Let's say Thank You for the existent ROM's.
Many of us its not hoped to such development.
Maybe the question should be changed!?
Why the vendor can't provide an update that is expected for our devices?! I think it's a question that deserves to be expressed to them.
Don't get me wrong I am thankful for the already developed roms for this device,but would like to see more roms based on other stock manufactured based roms like xperia,htc,lg and so on...
No,my question should not be changed.Update? U mean kitkat stock rom for this device? We already have custom kitkat roms,who needs a stock kitkat with bloatware
It'll be easier to theme TouchWiz's UI to make it look like HTC's Sense UI (to some extent) and make a ROM out of it.. But porting Sense UI will be either be impossible or really, really hard because of the differences in framework files, codes, smali files, "the files that are dependant on other files" and many other things
(the same thing applies for UIs from other manufacturers)
Sent from my GT-I9070
Sami Kabir said:
It'll be easier to theme TouchWiz's UI to make it look like HTC's Sense UI (to some extent) and make a ROM out of it.. But porting Sense UI will be either be impossible or really, really hard because of the differences in framework files, codes, smali files, "the files that are dependant on other files" and many other things
(the same thing applies for UIs from other manufacturers)
Sent from my GT-I9070
Click to expand...
Click to collapse
S II i think has ported sense 4 IU. But project is looking like doscoultinued. No updated. No RIL. No WI-FI. No GPS. And other stuff i cant remember.
Wysyłane z mojego GT-I9070P za pomocą Tapatalk 2
Dice1212 said:
Why aren't there no sense based rom ports for our devices?
Click to expand...
Click to collapse
Because none of the HTC phones have novathorU8500 chipset and only we can port roms of same chipset. only theming is possible like sense which will not give full sense ui

Categories

Resources