[Q] [rom] will ever see this rom over here - Nexus One Q&A, Help & Troubleshooting

i was fooling around at Desire dev threads,where is found this
http://forum.xda-developers.com/showthread.php?t=1016940&highlight=sense+3.0
as a nexus one owner really i'm jealous that non dev phone gets cool rom than we can easily have.
Can any one port this rom to our beloved nexus?

Yeap, it's right here. Link

There is alot more variety of roms in the desire dev section, this is probably because its a more popular phone and just as easily modded like the n1.
Even CM7 is more stable on desire, no wonk etc...
The sense roms are more feature complete and stable as well.

The time is soon where the N1 would have to be given up for people who needs these ROMS. Nobody will support it after awhile ):

jnrandall said:
Yeap, it's right here. Link
Click to expand...
Click to collapse
i did flashed that rom but it has two things
1. it got glitches as it says it has
2. no arabic support
and the weirdest thing happened that it gave me an error ( no space left) on flashing it the second time !!!!!!!!!!
anyhow thanks for you reply

Related

Roms available for HTC Legend!!

This thread will be all about the roms for HTC Legend! Now(5/12/2010) there are two roms out. I will add more roms to the list below as more roms comes out!!
List of Roms
- MoDaCo Custom ROM for HTC Legend with Online Kitchen(Now updated to r2!) (http://forum.xda-developers.com/showthread.php?t=676928)
- HTC Legend Rodriguezstyle MoDaCoMoD V2.2 Stable, Clean & Fast [ Vivid Sense ](Updated to v2.2!!) (http://forum.xda-developers.com/showthread.php?t=679122)
Hope more roms will come out!!!!
Both Roms are not working correctly so in my opinion its better to delete your post.
Slagert said:
Both Roms are not working correctly so in my opinion its better to delete your post.
Click to expand...
Click to collapse
Well, lots of ROMs have problems initially at least and having a roll-up thread pointing to all ROMs (good and in-development) seems ok because the links given, point to the threads where the problems (if there are any) are detailed. In some ways too, the more people that take the gamble and try them, then the more feedack on issues goes to the chef.
Mike
you're right.
Was a little frastrated no Roms working correctley.
Hi
Has some of them (if yes which) hungarian included?
thx,
DB
Hi, dbezzegh,
There are no roms out yet with Hungarian but there is the country Hungry! The language for that will be English.
Connor
I actually wanted to get a recovery console on the Legend... I just got into the Rooting-scene and looking for Legend specific roms is really difficult!
If I were to get HTC Hero roms and apply them, is that a bad thing?
yeah i wanna get to recovery console too, havent figured it out tho!
SiL3nTKiLL said:
yeah i wanna get to recovery console too, havent figured it out tho!
Click to expand...
Click to collapse
Just download ROM manager from the market and install (from the app) Clockworkmod recovery. works totally fine
Your phone needs to be rooted tho.
you can add: [ROM]APP2SD ROM, Base on Official WWE_2.03.405.3 ROM to the list of working roms too, i haven't had any problems at all with it
Link: http://forum.xda-developers.com/showthread.php?t=734887

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.

Kudos to you Cyanogen!!

Cyanogen you've done what no one said could be done. i have a Motorola cliq and everyone said that it wouldn't even be able to sustain Froyo but, not only have you put Froyo on it you've put Gingerbread onto this terrible device erased Motoblur when you created CyanogenMod 7.1.0-Rc1 i love this Rom and i want to give a big thanks to my neighbor T-Macgnolia for teaching me how to flash different Roms and use Rom manager and clockwork mod and mainly for trading me the phone but i have seen alot of goodies youve added to the Rom other than just the deletion of motoblur such as a built in overclocking tool standard on most cyanogen mod Roms but still impressive prerooted also normal but the boost in speed you've put on this phone with that has a terrible processor is amazing its smoother and a lot faster than before with your Rom i could actually call it a decent Rom so thank you cyanogen for this amazing Rom
all readers who want this Rom look for it in Rom manager and if anyone finds any updated version in cyanogen forums or in Rom manger please notify me so i can download it thanks
Still no love for epic though no gps and camera.
post in cyanogenmod forum asking about it but im sure there working on it
I remember when I first installed CyanogenMod on my MyTouch 3G 32B :')
yea its amazing the difference in your phone exspecially when your like me and jump from stock eclair to cyanogenmod 7 gingerbread i never even got to expirement with froyo
i think its serious bs that i got moved to off topic
J-Bird191512101 said:
i think its serious bs that i got moved to off topic
Click to expand...
Click to collapse
Well it is kinda O.T, but hey O.T isn't such a bad place.. Better than trash
none the less it is bout a phone and it it is about developement
J-Bird191512101 said:
none the less it is bout a phone and it it is about developement
Click to expand...
Click to collapse
This was in a development section?! And you wonder why it was moved, The development section is for Developing and discussion about developing and roms etc, Most of the threads on the site have something to do with development, it does not mean they should be in the development section if they have nothing useful to add, eg. That's like saying a screenshot thread should be in a dev section because it has people's ROM's in them, Not gonna happen.
my post is in off topc it got moved there from general according to a pm i got
bummmppppp
J-Bird191512101 said:
i think its serious bs that i got moved to off topic
Click to expand...
Click to collapse
Alternative: locked thread.
Be happy your in ot.
We aren't THAT bad. Ok, fine we ARE.
Sent from something.....from Somewhere

[Q] Where is ishakira?

Hey People
This is my first post in the X8 section, so hello to all... I have been following this section since I got my X8 about three weeks ago. Before that I had a HTC Wildfire, which is another brilliant phone, but the lack of GPU finally got to me Since then I came here I have unlocked my bootloader, rooted it, and tried out loads of ROMS thanks to the amazing community here. Extra special thanks to Naa for his miniCM ROM. I have tried out MiniCM9, which is great, but I am waiting for the camera to be fixed before I use it as a daily. Anyway, on with the question...
What happened to the ishakira ROM? I downloaded it and I think it's great. I know it was another soft-modded MiniCM, but I really like the SE look. I was looking forward to it being updated because I noticed a few bugs, but when I went to find the thread it had gone.
Was there some kind of infraction by the dev?
maybe its deleted by the mod becouse its a themed rom.
yeah it is removed...read the warning given by colossus in dev section

Camera not working HTC One

i recently flashed Faux123's M7 (UV/Intelliplug/dfsync/FauxSound/s2w/Hybrid Linux 3.4+) [May-25] Kernel using TWRP. Now after checking everything else out, everything is in full working order except the Camera's. This is extremely upsetting because although I've been in the android modding scene for nearly a year now, ive never encountered this problem, nor do i know what to do. If anyone can offer help or links to help, I'd appreciate it very much. Thank You in advance.
There's a camera fix that's needed for roms running the 1.29 and higher firmware. It should be in the aroma installer if not, then somewhere in the thread
Sent from my Tricked out HTC One
Squirrel1620 said:
There's a camera fix that's needed for roms running the 1.29 and higher firmware. It should be in the aroma installer if not, then somewhere in the thread
Sent from my Tricked out HTC One
Click to expand...
Click to collapse
My software # is 1.26.502.12 will it work for that? And where can i find the installer?
Oh yes
i should also mention im running stock Sense 5 w/ 4.1.2 and tried flashing both listed camera fixes in the Fauxkernel thread to no avail. This is the biggest pain ever, and i am finding many other people are having this problem too.
Toxicoblivion said:
My software # is 1.26.502.12 will it work for that? And where can i find the installer?
Click to expand...
Click to collapse
Are you trying to run a custom kernel on a stock ROM? If so, there's might be your problem. Further, stop doing that--it's a very bad idea.
unremarked said:
Are you trying to run a custom kernel on a stock ROM? If so, there's might be your problem. Further, stop doing that--it's a very bad idea.
Click to expand...
Click to collapse
Yeah I am. Any stable custom ROMs you suggest for me to try? And supposedly it was only changing the Liboemcamera.so file or something like that. It doesn't matter though. I figured out that restoring it to a backup I made before I flashed the kernel fixed it. But now I have the problem I did before, with not being able to OC or especially UV and Fast Charge. As you know, this phones battery dies fast, and in the short time I was using Faux's kernel with UV/FC its battery life already had drastic improvements. So, can you help me get something stable like that?
Sent from my HTC One
Toxicoblivion said:
Yeah I am. Any stable custom ROMs you suggest for me to try? And supposedly it was only changing the Liboemcamera.so file or something like that. It doesn't matter though. I figured out that restoring it to a backup I made before I flashed the kernel fixed it. But now I have the problem I did before, with not being able to OC or especially UV and Fast Charge. As you know, this phones battery dies fast, and in the short time I was using Faux's kernel with UV/FC its battery life already had drastic improvements. So, can you help me get something stable like that?
Sent from my HTC One
Click to expand...
Click to collapse
Honestly, I'm surprised your phone booted without an issue. I've seen other folks who've flashed custom kernels on stock ROMs and be stuck in bootloops from hell.
TrickDroid and ARHD are both fantastic and I've frequently used both. They're also both running on Android 4.2.2, so they're the absolute latest you can get. ARHD focuses on refining and bettering the stock experience as much as possible without much changes. TrickDroid also has a stock look, but it lets you customize things a little more like the battery icon, clock location, etc. It's more your typical custom ROM, but it's not typical in it's awesomeness.
Thank god I'm so lucky. I never saw these problems in the forums for the kernels... No warnings, no instructions. I just followed the ones I remembered from my flashing days with the GS3.
I can find both of those on the forums, correct? And which do you prefer as a daily driver? Which one can I keep until stable CM10.1 comes out? Or maybe might want to keep even past that?
Sent from my HTC One
Toxicoblivion said:
Thank god I'm so lucky. I never saw these problems in the forums for the kernels... No warnings, no instructions. I just followed the ones I remembered from my flashing days with the GS3.
I can find both of those on the forums, correct? And which do you prefer as a daily driver? Which one can I keep until stable CM10.1 comes out? Or maybe might want to keep even past that?
Sent from my HTC One
Click to expand...
Click to collapse
I bounce between these forums and the AT&T One forums trying to help folks out so I'm not sure where I first started seeing the stock ROM/custom kernel issues. Also I may spend too much time on these forums... >_>
Regardless, I'm a flashaholic. I swapped between ARHD and TrickDroid quite regularly. ARHD seems to be updated a lot quicker, probably due to the fact that it's tweaked less than TrickDroid. The fact that Mike has been around forever too probably helps. I don't know Torxx's work quite as well. That being said, I prefer TrickDroid over ARHD because of a couple tweaks that I like such as SMS screen on, center clock, and replacing the battery icon with a numbered percentage. Not sure if those tweaks are in yet, though, since the change to 4.2.2
Just a head's up on the AOSP front, there's been alot of reports that AOSP-based ROMs are having issues with the camera. Not that it isn't working mind you but that it's taking absolutely absymal shots. This is likely because HTC baked in some software magic to improve the the image quality and those features are missing from AOSP. I wouldn't use an AOSP ROM as my daily driver until the HTC One Google Edition has been released and hopefully it will have that software magic. Figured you'd like to know since the title of this thread is regarding the camera. :
Alrite well, cool. I think I'll check out ARHD tomorrow when I get home from finals. And thanks for the foresight on the AOSP, I doubt that I would've thought of that before hand. Don't wanna lose this camera, its beautiful. xD Anyways, I'll PM you tomorrow with an update on how that ROM works out or if I have questions before hand. For now, goodnight, and thanks for all your help!!!!
Sent from my HTC One
she rdRegina
Toxicoblivion said:
Alrite well, cool. I think I'll check out ARHD tomorrow when I get home from finals. And thanks for the foresight on the AOSP, I doubt that I would've thought of that before hand. Don't wanna lose this camera, its beautiful. xD Anyways, I'll PM you tomorrow with an update on how that ROM works out or if I have questions before hand. For now, goodnight, and thanks for all your help!!!!
Sent from my HTC One
Click to expand...
Click to collapse
I need a cam fix for this rom:
http://forum.xda-developers.com/showpost.php?p=40819216&postcount=2
My details:
Android-Version: 4.1.2
HTC Sense: 5.0
Software: 1.29.401.16
Kernel: 3.4.10
Camera not working
Same here, bit new to this whole ROM thing, but basically I need full OTG support on my HTC One - So I can use DroidPlanner and my USB stick that talks to my Quadcopter - if I plug it in with the stock HTC, it pops up with "unsupported device. Now using the 4.0 rom you linked too and the OTG works fine, but now the camera just shows as a black screen... My HTC One (International) has software version 1.29.980.17 . not sure if that's the problem?
any help appreciated
syntax412 said:
I need a cam fix for this rom:
http://forum.xda-developers.com/showpost.php?p=40819216&postcount=2
My details:
Android-Version: 4.1.2
HTC Sense: 5.0
Software: 1.29.401.16
Kernel: 3.4.10
Click to expand...
Click to collapse
boardnz said:
Same here, bit new to this whole ROM thing, but basically I need full OTG support on my HTC One - So I can use DroidPlanner and my USB stick that talks to my Quadcopter - if I plug it in with the stock HTC, it pops up with "unsupported device. Now using the 4.0 rom you linked too and the OTG works fine, but now the camera just shows as a black screen... My HTC One (International) has software version 1.29.980.17 . not sure if that's the problem?
any help appreciated
Click to expand...
Click to collapse
From what i understand, OTG is based on kernel, not ROM. And this is definitely not the thread to post this on. Use Tbaldens kernel for sense or GE, and thatll be your best bet.
AT&T HTC One
ARHD 11.5
Tbalden Perf Kernel 2.1.3 UV/OC/UC
Camera not working
Thanks Toxicoblivion
Yes I'm running - teaMseven_kernel_SENSE 4.0 . The OTG is working fine with this kernel (sorry got ROM and kernel mixed up).
I tried to post a reply to that thread http://forum.xda-developers.com/showthread.php?t=2255160 , but get this stupid message below and as you will see it clearly tells me to ask about this in the General Q&A, so i'm pretty sure I'm in the right place to ask about "HTC One camera not working"?
"boardnz, you do not have permission to access this page. This could be due to one of several reasons:
Please Read: New members (those with fewer than 10 posts) are not permitted to post to development-related forums. The developer forums are intended for experienced users and developers to discuss ways to improve technical aspects related to ROMs and Software. While you may be an expert, we ask ALL users to avoid posting questions about using or installing ROMs and software in the Development Forums. To encourage this new Users can read but not post in these forums.
To ask Questions about developing your device, installing ROMs, software and themes you must go to the Q&A or General Forum.
Remember, your question has very likely been asked already, so please search before posting.
Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
"
Yes, youre in the right section, but your question has nothing to do with a camera problem. You should make your own thread (you are allowed in General & Q+A with the <10 post restriction) and title it correctly, as it will give you publicity to the people who roam those forums trying to help people in need. Im not saying i wont help (obviously i will) just, for the future. I might not be able to help with everything. Dont post on a random thread. Create your own! and if your kernel works fine, then enjoy your phone!
AT&T HTC One
ARHD 11.5
Tbalden Perf Kernel 2.1.3 UV/OC/UC
@boardnz
AT&T HTC One
ARHD 11.5
Tbalden Perf Kernel 2.1.3 UV/OC/UC

Categories

Resources