[ROM] BraFro v6 Froyo new kernel [remote keys] - Desire Android Development

FROYO DESIRE ROMS ARE EXPERIMENTAL, AND MAY NOT BE RELIABLE
http://rapidshare.com/files/396857330/brafrorom6b.zip
This is essentially the same as DeFroST, but with no kernel mods. I'm also testing if SetCPU is really needed any more, with those mods disabled.
v6b
- Fix for a kernel bug, and corrected the driver. Remote key now works.
- Added compiler optimisations.
- (b) fixes broken wireless in 6
v5
Microphone now working in calls.
Credits go to:
Kali- and deovferreira for the kernel source
Paul @Modaco for the base rooted Nexus rom
Richardtrip for some of the config and userspace drivers I pinched from DeFroST
Me... well I'm just the chef ;-)
Working:
- Wifi N & Tethering
- GPS
- BT
- Digital compass
- Proximity sensor
- Optical pad
- Camera
- Keypad
- Headset
- Remotekey
- Touchscreen
- Vibrator
- LED
- many others
- APPS2SD
- SetCPU
- MIC
Not working:
- Ambient light sensor (works, but not calibrated)
- Camcorder (reboots the phone)
- Dock on USB
- Facebook contacts sync
Bug:
- Echo
SetCPU - Battery life
If you are experiencing battery live issues, then you should probably set up SetCPU. There are possibly still issues with the display, as some people are reporting high display battery usage. However, these steps can make a BIG difference.
1. Find SetCPU in your programs.
2. If you are asked to choose a device, choose the bottom item "Custom Frequencies..."
3. You may be asked for root access. You should allow this.
4. Tick "Auto-refresh" and "Set on Boot" and ensure CPI Governor is set to "ondemand"
5. No profiles are needed. I'd say you need a good understanding of how processes and threads work, and what the impact is to do any use here... and if that's you, then you won't be reading this guide.
6. Confirm your settings against the image (attached).
APPS2SD - Install apps on your SD card.
First of all... this is not APPS2SD. It is a new feature build into FroYo. Secondly, yes, it does work... just it hasn't been enabled in many apps yet by the developers (see the background posted below).
Some background
The Android platform now allows applications to request installation onto the device's external storage media (such as the SD card), as an alternative to installation onto the device's internal memory.
Application developers can express the preferred installation location for their applications by means of a new attribute of <manifest> in the manifest file, android:installLocation. The attribute supports three values: "internalOnly", "preferExternal", and "auto". At install time, the system checks the value of android:installLocation and installs the application .apk according to the preferred location, if possible. If the application has requested external installation, the system installs it into a private, encrypted partition in the external media. Once an application .apk is installed externally, the system lets the user change the storage location of the .apk and move it onto the device's internal memory if needed (and vice versa), through Manage Applications in the user settings.
By default, the system installs all applications onto the device's internal memory, except for those that explicitly request external installation. This means that the system will always install legacy applications onto internal memory, since they do not have access to the android:installLocation attribute. However, it is possible to configure and compile a legacy application such that it is installed internally on older versions of the platform and externally on Android 2.2 and later platforms, if necessary.
Note that requesting installation onto the device's external media is not suitable for all applications, particularly because the external media may be removable and unmounting/remounting may disrupt the user experience and system settings.
For more information about setting a preferred install location for your application, including a discussion of what types of applications should and should not request external installation, please read the App Install Location document.
Note: By default, your application will be installed on the internal storage and cannot be installed on the external storage unless the developer defines this attribute to be either "auto" or "preferExternal".
Click to expand...
Click to collapse
Install ALL apps to SD
However, it is possibly to force everything to be installed on external SD. I think this is the ONLY way you can do it, and then you have to move anything back to internal memory (such as widgets) which need to be there.
Using adb.exe (this is part of the android developer kit, but is also part of r5-desire-root (which you used to root your phone), available here: http://android.modaco.com/content/ht...-1-21-support/
adb will be called adb-windows adb-mac or adb-linux, depending on your os.
1. Install the ROM
2. Reboot the phone
3. Open up a cmd/bash prompt, somewhere you have access to adb
4. run: adb-<youros> shell pm setInstallLocation 2
To anyone who types "adb-<youros>"... you shouldn't be here!
This will force all apps to be installed to SD
Other options are:
adb-<youros> shell pm setInstallLocation 0
- This causes apps to be installed to their preferred location. For 99.9% of current apps, this will be internal memory, and it won't be possible to move them.
adb-<youros> shell pm setInstallLocation 1
- This causes ALL apps to be installed to internal memory. For 99.9% of current apps it won't be possible to move them.
MAKE SURE YOU MOVE YOUR WIDGETS TO INTERNAL MEMORY, OR THEY WILL DISAPPEAR

Hi, can you add a mirror please.

Great rom, I was previously using DeFrost, but now with BraFro I have wifi-tether working

I look forward to this, but wont flash it before its proofed good and the release log ofcourse

Noob question: where can i find some information about this rom? Thank you very much for answering

DennisG1 said:
Noob question: where can i find some information about this rom? Thank you very much for answering
Click to expand...
Click to collapse
Release note to follow..
Edit: you can find info in the first post now

DennisG1 said:
Noob question: where can i find some information about this rom? Thank you very much for answering
Click to expand...
Click to collapse
Check the first post now... that enough for ya?

martinlong78 said:
Check the first post now... that enough for ya?
Click to expand...
Click to collapse
Looks good, but could you plz add some screenshots?
And oh, btw.. what is the difference between this and DeFrost?
On paper it looks the same, what have you improved?
Edit: after a better look it seems that you have copypasted the info from DeFrost thread..
This makes me a bit sad.. plz dont say your a saxer (thief)

infexis said:
Looks good, but could you plz add some screenshots?
Click to expand...
Click to collapse
I'm not going to, but somebody might like to post them.
infexis said:
And oh, btw.. what is the difference between this and DeFrost?
On paper it looks the same, what have you improved?
Click to expand...
Click to collapse
It's a completely different approact to DeFrost. This is a new kernel, hacked for the bravo board (desire), whereas richardtrip ported froyo kernel stuff back to the 2.6.29 kernel.
Basically, functionally, you're getting wifi hotspot, but we should hopefully progress further with this kernel.

Flash is in sync
JD

wipe
Is a wipe necessary when changing from DeFroST 0.6 to this?
Thanks,
Dan.

martinlong78 said:
This is a new kernel, hacked for the bravo board (desire)
Basically, functionally, you're getting wifi hotspot, but we should hopefully progress further with this kernel.
Click to expand...
Click to collapse
Since there is a new kernel, i wonder if its faster, more stable, or anything that is reason enough to flash it - running DeFrost 06 right now.

dboy0911 said:
Is a wipe necessary when changing from DeFroST 0.6 to this?
Thanks,
Dan.
Click to expand...
Click to collapse
I didn't wipe when changing from DeFrost 0.6 and everything appears to be OK for me

thanks and sorry for my english
I Have eclair 2.1 original rom 1.15 with root ability.. i have possibility to flash directly this rom? or not? for flash i going to recovery and flash any zip from sd card good?

dboy0911 said:
Is a wipe necessary when changing from DeFroST 0.6 to this?
Thanks,
Dan.
Click to expand...
Click to collapse
Nope. No flash required.

infexis said:
Since there is a new kernel, i wonder if its faster, more stable, or anything that is reason enough to flash it - running DeFrost 06 right now.
Click to expand...
Click to collapse
My understanding (which isn't great!) is that this is a less "hackish" way of getting Froyo to run on the Desire. DeFrost uses the kernel from a standard Desire ROM with the Froyo bits bolted on. This way of doing things actually uses a proper Froyo kernel thats been tweaked to run on the Desire, so should be more stable.

Is there any specific radio version this should be used with?

So the Kernel is the one posted here: http://forum.xda-developers.com/showthread.php?t=696846 ?
2.6.32.9? So WiFi 802.11n should work?
Also i assume it does not have oc/uv? :/

infexis said:
Since there is a new kernel, i wonder if its faster, more stable, or anything that is reason enough to flash it - running DeFrost 06 right now.
Click to expand...
Click to collapse
Have a read of the original kernel thread... read for yourself
http://forum.xda-developers.com/showthread.php?t=696846

martinlong78 said:
Check the first post now... that enough for ya?
Click to expand...
Click to collapse
Wonderfull....thank you

Related

[ROM] 2.29.405.5 WWE - Rooted/Bash/BusyBox/UV [v5 21/12/10]

Added a script as an attachment to this post that walks user through the removal of applications from /system without the user knowing how to use ADB.
I'm very happy with my purchase of the HTC Desire back in April this year, but have always thought battery life could be better and believe it should be the main aspect to improve with custom software.
I've read and experienced good things in regards to battery life with 2.29.405, so decided to make myself a ROM that's based entirely on it, with only removing applications I don't use, adding undervolt for even more battery saving and adding AP2SD which is essential due to the low internal memory.
I thought I would share it in case others may wish to try it out, I highly recommend the new radio.
With thanks to:
Paul - for rooting the HTC Desire
UnrEVOked - for making the above easier and finding ways around the new bootloaders
IEF and co - for the S-OFF hboot
Cyanogen - His Wiki on compiling all things Android and guides on how Android works
Richardtrip & snq- - helped a lot with questions I've had
Teppic74 - Getting me interested in ROM cooking, his modified AP2SD and scaling scripts
iscaela - Undervolt driver
dsixda - for the Kitchen
What you get:
ROM based on 2.29.405 WWE RUU posted here
Busybox (1.17.3)
Bash
Init.d support
NOT deodexed
AP2SD+ via EXT partition (Supports EXT2 and 3)
Read ahead value changed to 128, improves reading speed from the SDCard
Undervolt driver with -100mV on all freq's (Hex edited to support the Kernel from the RUU)
Moved hosts to /data to allow updating via AdFree Android application without the need to have S-OFF (do not use the symlink in AdFree Android)
Perflock disabled (Hex edited to support the Kernel from the RUU)
Updated applications
- REM GSD
Installation Guide
If you do not have an EXT2 or 3 partition on your SDCard, create one before going onto step 2
Copy the ROM .zip file to your SDCard
Reboot into recovery
If you've come from a different ROM, wipe data, ext, cache and dalvik-cache
Flash the .zip file
If you downloaded the ROM Editor script and wish to use it - do not reboot and proceed to step 7. Otherwise reboot as normal
Extract the contents of the ROM-Editor.zip
Run the ROM-Editor.bat file
Select option 1
Read the warning
Follow the prompts on screen
Once applications have been removed, press 3 to exit and reboot
If you've not already installed the recommended Radio, reboot into recovery and install the radio
Download link:
http://www.multiupload.com/SAEPLNMOG7
Recommended Radio - one that comes with the RUU
32.49.00.32U_5.11.05.27
Addons (Attached to this post)
Reduce Undervolt - Reduces undervolt from 100mv to 75mv, flash if you're experiencing stability issues.
ROM Editor - Run ROMEditor.bat as administrator and follow the on screen instructions. Recommended to run after first flash.
Change log:
v5 - 21/12/2010
* Optimised framework
* Updated all applications to current versions in /system
* Updated Market (version was pushed out officially, so added it in)
+ Moved hosts file to /data to allow updating via AdFree without S-OFF
v4 - 12/12/2010
* New base - HTC 2.29.405.5
* Changed how read_ahead_kb is set
v3 - 10/12/2010
* Removed no applications apart from GSD.apk (hidden HTC debug tool)
* Updated all applications to latest found on the Market
* Changed AP2SD+ back to Cyanogen version, modified by Teppic (Due to DT taking up too much space)
+ Adding screen state scaling script by FloHimself, modified by Teppic
v2 - 14/11/2010
* Updated all applications to latest found on the Market
* Changed AP2SD+ to Darktremor version
+ Add read ahead ("SD Card read speed fix")
v1
Initial release
thanks for the update
i'll give it a try
Sorry for my english and for my stupid question but hboot upgrade or not, and is german language supported?
Hi, I installed it 3 hours ago and I'm trying it. It's very fast at now (I put LauncherPro Plus)! So, some question for you:
1) Can I put SetCPU? It will work?
2) If i'd like to uninstall some features like facebook, footprints ecc can I do it?
Thanks in advance.
i waited this really thnx good work
just a question if i am not a fan of a2sd+ and i didnt make an sd ext
if i install this rom it will take more memory than the base rom or what ??
i mean in some roms if it's a2sd+ and u dont have ext after flashing the rom u find that the memory is very low and that's what i'm asking about now..
19chaosnik said:
Sorry for my english and for my stupid question but hboot upgrade or not, and is german language supported?
Click to expand...
Click to collapse
It's not a stupid question. According to the language menu it supports:
English
English Irish
French
Italian
Spanish
It doesn't contain a hboot upgrade.
You can use German via More Locale2 from the Market, failing that I can try and add German support. I'm surprised a WWE ROM doesn't list German.
Sent from my HTC Desire using XDA App
salvatore82 said:
Hi, I installed it 3 hours ago and I'm trying it. It's very fast at now (I put LauncherPro Plus)! So, some question for you:
1) Can I put SetCPU? It will work?
2) If i'd like to uninstall some features like facebook, footprints ecc can I do it?
Thanks in advance.
Click to expand...
Click to collapse
1) SetCPU should work yes, this ROM doesn't support overclocking but will allow underclocking.
2) You can remove any applications you want by booting into recovery and removing the .apk and .odex file via adb shell.
Sent from my HTC Desire using XDA App
nehro said:
i waited this really thnx good work
just a question if i am not a fan of a2sd+ and i didnt make an sd ext
if i install this rom it will take more memory than the base rom or what ??
i mean in some roms if it's a2sd+ and u dont have ext after flashing the rom u find that the memory is very low and that's what i'm asking about now..
Click to expand...
Click to collapse
It won't take any more memory than the base ROM. Nothing gets installed to the /data partition until you setup phone preferences via the setup wizard, install system application updates via the market or restore backups. Also due to the removal of peep etc, the ROM takes up less space on the /system partition.
Sent from my HTC Desire using XDA App
thnx 4 ur reply
so now when i flash it even if i dont have an ext it wont take more memory ok
then i install like i always do modinstall location and choose to sd it will work normal like my last rom any thing i install will be in rom and phone remains like it is..
another thing plz
do u know that till now i am trying to download from rapideshare and i have to wait and to use firefox download so i asking if it's not hard and urnt busy to upload the rom on a better site than rapideshare like megaupload or mediafire cuz i want it i like ur work updated to the last ruu=)
Thanks for reply. Overclocking not interest me, I want to set only governor "ondemand" to increase battery life. Many, Many thanks!
nehro said:
thnx 4 ur reply
so now when i flash it even if i dont have an ext it wont take more memory ok
then i install like i always do modinstall location and choose to sd it will work normal like my last rom any thing i install will be in rom and phone remains like it is..
Click to expand...
Click to collapse
I've never used mod install location so I can't say how well it works, I do know that:
1. Not everything can be forced to the SD Card
2. Some applications like flash, third party keyboards and applications with widgets you use, don't like being installed to the SD Card
In regards to the Mirror, does the multi upload link not provide you with more choices that RapidShare? Unfortunately I'm away until the weekend so there's not much I can do until I'm back.
Sent from my HTC Desire using XDA App
Hi, I'm here again! Can I deodex your ROM with autodeodex from AmonRA? If I deodex it, then I can remove Application like facebook ecc simply from phone...but shall I remove HTC sense too?
Thank you for posting this
Mekrel said:
I've never used mod install location so I can't say how well it works, I do know that:
1. Not everything can be forced to the SD Card
2. Some applications like flash, third party keyboards and applications with widgets you use, don't like being installed to the SD Card
In regards to the Mirror, does the multi upload link not provide you with more choices that RapidShare? Unfortunately I'm away until the weekend so there's not much I can do until I'm back.
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
ok thnx for ur reply i apreciate it
ana yes aha i found another sites at bottom of the site i didnt notice them there some ads taking a big space of the site=) thnx..
Hi again!
I've removed with adb the application as you said, everything went fine. Deodex ROM give me more pain, so I abandoned this idea. But now I've another question...can I change the BootScreen? How?
salvatore82 said:
Hi again!
I've removed with adb the application as you said, everything went fine. Deodex ROM give me more pain, so I abandoned this idea. But now I've another question...can I change the BootScreen? How?
Click to expand...
Click to collapse
Push the bootanimation.zip of your choice to /system/customize/resource, via adb. As its in /system you'll need to do via recovery, unless you're S-OFF and you know how to mount the system as R/W whilst phone is running.
Sent from my HTC Desire using XDA App
I've rootexplorer, If I put the bootanimation.zip in SD and then with rootexplorer copy it in /system/customize/resource does it work? The phone is S-OFF.
salvatore82 said:
I've rootexplorer, If I put the bootanimation.zip in SD and then with rootexplorer copy it in /system/customize/resource does it work? The phone is S-OFF.
Click to expand...
Click to collapse
Yes, that will work.
Sent from my HTC Desire using XDA App

[ROM] [DISCONTINUED] tahahawa's U81XX Froyo Mod V1.4 (First U81XX ROM with OTA!!!)

I AM NOT RESPONSIBLE FOR ANY DAMAGE THAT THIS ROM HAS CAUSED. FLASH AT YOUR OWN RISK.
NOTE: THIS IS ALL UNTESTED. THE MINUTE I FINISH, I UPLOAD. SO DON'T BE SURPRISED IF IT DOESN'T WORK.
This ROM is based on @cas_xp's, @dsixda's, @kalt_kaffe's, and @tkirton's work. A big "Thank You" goes to them.
Also a big Thank you goes to www.heylisten.org/ROM, the provider of the free hosting and the one(s) that made OTA possible. I will also be making a QR code to download it straight to your phone.
Info:
Android OS version: 2.2
ROM Name:tahahawa's U81XX Froyo Mod
Rooted (unsecured boot.img):YES
Rooted (Superuser.apk + su):YES
BusyBox installed:YES
BusyBox run-parts support:YES
DT's Apps2SD support (2.7.5.3beta04):YES
/data/app enabled:YES
Custom boot animation allowed:YES (Place in /data/local [will need to be re-signed])
Nano text editor installed:YES
Bash shell support:YES
/system/framework is deodexed :YES
/system/app is deodexed:YES (except for the htc ime)
ROM will wipe all data:NO
Zipaligned
Includes Wireless tether app (extra; not needed)
task killer tweak for speed
Maybe a couple of things I forgot
Download here and the update 1.3.8-1.4 here
First U8100/U8120/U8110 ROM that has OTA updates!!! WOOT!!!
Black task bar theme: http://www.gamefront.com/files/20139338/smalser.wt.zip
For those on Pulse Minis/U8110s and can't get network try the method here or follow my steps http://forum.xda-developers.com/showpost.php?p=12585608&postcount=255
For those on V845s/U8120s try @anryl's kernels over here
Quick tips for Pulse minis etc.: http://forum.xda-developers.com/showpost.php?p=12780180&postcount=301
To-do list:
1)Include Wifi fix
2)OC kernel
3)Darktremor's a2sd
4)Radio app
5)Calibration app
6)flash player inclusion? NOT POSSIBLE. REQUIRES ARMv7
7)Update System apps
8)fix D-pad light
9)De-odex
Change Log:
V1.3.8:-replaced launcher2 with launcherPro
-Edited task killer tweaked
-New boot animation
-Possibly better/updated OpenGL es driver?
-Edify scripting
V1.3.5:-Implemented OTA!!!
-New host for files
-Incremental updates will be started as well
V1.3.2:-Removed Titanium Backup and ROM Manager.
-Still waiting for OTA to be possible
V1.3:-Added Titanium Backup and ROM Manager.
-Updated ROM base to @cas_xp's wifi update beta3.
-Closer to implementing OTA.
V1.2.5 (name not changed in ROM):-A2SD patch created
-Experimental boot.img by @anryl released
V1.2:-Two versions, with or without A2SD
-The A2SD includes A2SD version 2.7.5.3 beta03
-Fixed update-script... again
-removed A2SD version, added support
V1.1:-Fixed update-script
-Changed name to "tahahawa's U81XX Froyo Mod V1.1"
V1:-initial release
Any ascend or m860 support?
S.I. 77
selfinflicted1 said:
Any ascend or m860 support?
S.I. 77
Click to expand...
Click to collapse
Unfortunately, no.
Installation
1. Flash a recovery image
2. Copy the .zip file to your MicroSD card and boot the phone into recovery mode (call+volume-up+power)
3. Choose "Flash zip from sdcard" and choose the zip you just copied.
4. Wipe data+cache before rebooting. You should wipe unless you are already on a Froyo ROM.
Swap:
To enable swap on partition 3 or partition 2 (it will check partition 3 first and if it doesn't exist it will try partition 2)
$ su
# sdswap.sh enable
$ su
# sdswap.sh disable
Compcache:
If you are using are already using a swap partition on your SD-card, then you most likely shouldn't enable compcache. But if you do not want to partition your SD-card then compcache can be a good alternative.
Read more about how Compcache works here: http://wiki.cyanogenmod.com/index.php?title=Compcache
Enable compcache
In a terminal or using an adb shell type this:
$ su
# compcache.sh enable
Type free to confirm you now have 32Mb swap
Disable compcache
In a terminal or using an adb shell type this:
$ su
# compcache.sh disable
Type free to confirm you now have 0Mb swap
Advanced users
Compcache size, settings and swappiness is setup in /system/bin/compcache.sh
If you are an advanced user, you'll know how to proceed from here...
Some questions before putting this on, since I'm always a noob with installing new ROMs...
1) Is this in a stable and smooth stage yet (with everything working properly) or is this still in developmental stages? What is the difference between this and cas_xp's?
2) I'm currently running The Celestial Teapot at 652mhz, will this be noticeably slower considering it doesn't have overclock (does it?). What's the deal in regards to overclocking?
3) I can install this fine (flashing it) over Kalt Kaffe's TCT ROM (replacing it with this one) or do I have to somehow get TCT off first?
Forgive me if my questions are nooby, I always prefer to overask (woohoo new word) in regards to ROMs
Whatever the case, thanks for working on this! Awesome (really) if it works perfectly, but even if not, I like seeing any development with U8100.
Unfortunately, it won't boot on huawei u8110.
I've tried to delete data/fatory reset, but it didn't help.
syrenz said:
Some questions before putting this on, since I'm always a noob with installing new ROMs...
1) Is this in a stable and smooth stage yet (with everything working properly) or is this still in developmental stages? What is the difference between this and cas_xp's?
2) I'm currently running The Celestial Teapot at 652mhz, will this be noticeably slower considering it doesn't have overclock (does it?). What's the deal in regards to overclocking?
3) I can install this fine (flashing it) over Kalt Kaffe's TCT ROM (replacing it with this one) or do I have to somehow get TCT off first?
Forgive me if my questions are nooby, I always prefer to overask (woohoo new word) in regards to ROMs
Whatever the case, thanks for working on this! Awesome (really) if it works perfectly, but even if not, I like seeing any development with U8100.
Click to expand...
Click to collapse
1)This is @cas_xp's but modded.
2)I haven't tested yet. But the previous version wasn't as laggy. I'm going to try to bring OC in. To reduce lag.
3) You should probably wipe before coming to this ROM . I should probably put a short flashing guide in.
atomicr said:
Unfortunately, it won't boot on huawei u8110.
I've tried to delete data/fatory reset, but it didn't help.
Click to expand...
Click to collapse
It will take a long time to boot for the first time. It is deodexed.
I left it for 5 minutes to boot. Do I have to wait longer?
OK. I'll try one more time.
edit:
No, rom doesn't boot neither after 10 minutes. It is stuck on my Movistar initial splash screen.
tahahawa said:
1)This is @cas_xp's but modded.
2)I haven't tested yet. But the previous version wasn't as laggy. I'm going to try to bring OC in. To reduce lag.
3) You should probably wipe before coming to this ROM . I should probably put a short flashing guide in.
Click to expand...
Click to collapse
So I will finally, after so long, have working 2.2 on my phone
Can't wait to try this...
atomicr said:
I left it for 5 minutes to boot. Do I have to wait longer?
OK. I'll try one more time.
edit:
No, rom doesn't boot neither after 10 minutes. It is stuck on my Movistar initial splash screen.
Click to expand...
Click to collapse
Too bad. I'm sorry it doesn't work. I haven't tested this myself, so I can't tell you if it is working or not. Thank you for testing.
works on u8150?
tahahawa said:
Too bad. I'm sorry it doesn't work. I haven't tested this myself, so I can't tell you if it is working or not. Thank you for testing.
Click to expand...
Click to collapse
Does this mean you haven't tested the rom at all and don't know if it works or merely that you haven't tested on the U8110 but have tested it on the U8100 only?
I assume the latter, but I'd rather double check
hachoo said:
works on u8150?
Click to expand...
Click to collapse
syrenz said:
Does this mean you haven't tested the rom at all and don't know if it works or merely that you haven't tested on the U8110 but have tested it on the U8100 only?
I assume the latter, but I'd rather double check
Click to expand...
Click to collapse
@hachoo no
@syrenz I haven't tested it AT ALL. I don't have access to my phone at the moment. When I do I will test it.
Does the problem about wifi existing on cas_xp's ROM still exists?
I mean, automatical rebooting when stopping wifi..
jack1245 said:
Does the problem about wifi existing on cas_xp's ROM still exists?
I mean, automatical rebooting when stopping wifi..
Click to expand...
Click to collapse
Any bugs in his ROM should also be in here. If and when I correct them I will post.
Yeah current bugs are: wifi on reboot bug, laggy rom,d-pad click, calibration, its a pain, but overall nice try tahahawa i think once you can test by yourself you will improve it a lot.
cyberghoser1 said:
tahahawa i think once you can test by yourself you will improve it a lot.
Click to expand...
Click to collapse
Agree.. and I will be waiting for that..!
Thank you for your effort tahahawa

[Q] Some questions about Dexter's and Wanted's FroYo ROMs [+Updated]

Guys, I just got my XT720 and I'm going to either flash it for Wanted's froYo or keep stock Eclair + Jit and App2SD. From what I read, wanted's lastest ROM seems the best option for me me once I don't use Wi-Fi, but I got some questions that I din't find in the release topic:
1. Does the native App2SD for FroYo works?
2. Flash Player Works?
3. If the native APP2SD doens't works, can I apply this method :http://forum.xda-developers.com/showpost.php?p=7909401&postcount=52 on this ROM, or if I do this before flash for 2.2 will it keep JIT em App2SD?
4. How do I check wich stock ROM I'm using? I just got the phone, bought it in USA, but I guess it's the Euro version coz MotoNav has only Euro maps.
I guess is it, thanks in advice.
Lezherus said:
Guys, I just got my XT720 and I'm going to either flash it for Wanted's froYo or keep stock Eclair + Jit and App2SD. From what I read, wanted's lastest ROM seems the best option for me me once I don't use Wi-Fi, but I got some questions that I din't find in the release topic:
1. Does the native App2SD for FroYo works?
2. Flash Player Works?
3. If the native APP2SD doens't works, can I apply this method :http://forum.xda-developers.com/showpost.php?p=7909401&postcount=52 on this ROM, or if I do this before flash for 2.2 will it keep JIT em App2SD?
4. How do I check wich stock ROM I'm using? I just got the phone, bought it in USA, but I guess it's the Euro version coz MotoNav has only Euro maps.
I guess is it, thanks in advice.
Click to expand...
Click to collapse
1. yes
2. yes
3. I know Dexters ROMs will automatically move the user apps to an ext2(3?) partition if it's there. In addition Mioze7Ae patch to 1.3 offers additional configurations as to how this works, I'm not sure about XAVs ROMS in this respect.
I am watching XAVs ROMs & once he fixes the bugs in the 1.3 beta I'll be giving it a try. Kahlpowers also has some nice themed variations, you can check out his builds in his post in the theme section (you'll want to look towards the end of the thread as the themes at the beginning are based on 2.1 eclair).
HTH
3rdstring said:
1. yes
2. yes
3. I know Dexters ROMs will automatically move the user apps to an ext2(3?) partition if it's there. In addition Mioze7Ae patch to 1.3 offers additional configurations as to how this works, I'm not sure about XAVs ROMS in this respect.
I am watching XAVs ROMs & once he fixes the bugs in the 1.3 beta I'll be giving it a try. Kahlpowers also has some nice themed variations, you can check out his builds in his post in the theme section (you'll want to look towards the end of the thread as the themes at the beginning are based on 2.1 eclair).
HTH
Click to expand...
Click to collapse
Thank you very much, so I'll just flash Dexter's or Xav's ROM. I'll read a bit more about Dexter's lastest release, I was going to try Xav's coz people said it's faster than Dexter's and actually the only bugs reported aren't that bad ( at least for me) but Dexter's maybe a better option while Xav's doesn't fix all bugs. Thanks again =)
Guys, I flashed my phone to Dexter's 1.3 ROM, it's working fine, but I have "2" new questions:
1. I want install that Honeycomb Theme from Kahpower http://forum.xda-developers.com/showpost.php?p=11986041&postcount=192 how do I install it, same way I did to install Dexter's or gotta flash for stock and redo the whole process?
1.1- I NEED TO create that ext3 partition or is it optional?
1.2- Is this ROM the same as Dexter's 1.3 but with the new theme?
2- What's yours phone avarage temperature? Even with stock ROM I think my XT is a too hot near the camera, it says 41°C Avarage, is it normal?
Thanks in advice!
You download the KPs nandroid file & unzip it then copy the xthoneycomb folder to the /nandroid/openrecovery/ folder on yours sdcard & then just boot into OpenRecovery & nandroid restore just like the installation of Dexters Froyo, no need to flash back to stock & the ext3 patition is optional it will use it if its there but its not necessary. Khalpowers themes throw in a few other tweaks but are generally built off Dexter's Froyo.
3rdstring said:
You download the KPs nandroid file & unzip it then copy the xthoneycomb folder to the /nandroid/openrecovery/ folder on yours sdcard & then just boot into OpenRecovery & nandroid restore just like the installation of Dexters Froyo, no need to flash back to stock & the ext3 patition is optional it will use it if its there but its not necessary. Khalpowers themes throw in a few other tweaks but are generally built off Dexter's Froyo.
Click to expand...
Click to collapse
Thanks again man, I feel safer now to do it, got this phone there isn't even a day and I'm already flashing it, so I'm a bit scared of doing any mistake and Bricking it..
And a final question, Quadrant and Milestone Overlock show CPU defaut Clock as 550 Mhz, shouldn't it be 720?
Edit:
Just flashed it: OMG this is so beatiful ! The collors match perfectly with XT720's collor (Graffite front/blue rear) ! And the way that the pages/tabs pop in on the screen is so cool ! It's a completly new phone, much better. Now is just install my apps and have fun! =D the only thing that is worrying me is that fact that the phone is very hot, even at 550 Mhz.. dunno if it's the XT720 normal temperature, but I don't think so.
I have the questions regarding the installation of the ROM Dexter,
1. ext3 will need to take before making the change in ROM, or that I can do next?
2. To work App2Sd is necessary to partition the SD?
Thanks for the help
1) you can do that after you flash the Froyo
2) you don't need to if you plan to use Froyo's Apps 2 SD
but you need to if you want to use Link2SD
Tavinsky said:
I have the questions regarding the installation of the ROM Dexter,
1. ext3 will need to take before making the change in ROM, or that I can do next?
2. To work App2Sd is necessary to partition the SD?
Thanks for the help
Click to expand...
Click to collapse
@ Lezherus
Check here for info about Milestone OC settings (I run 1GHZ @ 60vsel, governed with SetCPU).
@ Tavinsky
It is my understanding that the check for an ext3 partition happens at boot, so you I think you could "add" this feature later & yes you will have to partition your sdcard to take advantage of the apps2ext feature. Note that Froyo native apps2sd which can copy compatible apps to a hidden folder on the FAT32 works without any re-partitioning.
HTH
Thanks guys, I'm about to change the ROM, their responses are very helpful.
Greetings!
3rdstring said:
@ Lezherus
Check here for info about Milestone OC settings (I run 1GHZ @ 60vsel, governed with SetCPU).
@ Tavinsky
It is my understanding that the check for an ext3 partition happens at boot, so you I think you could "add" this feature later & yes you will have to partition your sdcard to take advantage of the apps2ext feature. Note that Froyo native apps2sd which can copy compatible apps to a hidden folder on the FAT32 works without any re-partitioning.
HTH
Click to expand...
Click to collapse
I know, that wasn't my point.. I mean, thats like my XT's processor orginal clock is 550Mhz, even at 2.1 stock it was 550 Mhz, but isn't the stock 720Mhz? or there are differents types of XT720? And thats totally weird, but at 550Mhz my phone was a firebar ( 41°C at no use and 45 at common use ), I overclocked it to 1000Mhz and it's normal now lol (38°C).
BTW, someone know how to disable the new voice mail notification on status bar? It's stucked there and I can't remove it.. I've already read all my voice mails, tried everything and it still there =(
It should just automatically disappear. Delete everything from VM?
Accophox said:
It should just automatically disappear. Delete everything from VM?
Click to expand...
Click to collapse
Yes, I've read all my VMs, deleted them all.. and the notification still there.. I've read a bit and some people with the same problem solved it by calling the carrier, coz that notification come from them.. I will try later on..
Wantedrom 1.3 screen rotate/youtube upload
So I've tried all the variation from Dexter's first 2.2 rom and have stopped with the latest Wanted Rom1.3
Two things I'm not liking...
1: my screen will not rotate if I am using the keyboard for a text message and would like the larger button layout.
2: I no longer have the option of uploading a video from my phone directly to Youtube. Youtube downloads were only done using stock2.1 so maybe I missed that this was missing from the roms I've previously tried as well.
anybody have any thoughts?
Wanted 1.3 - no screen autorotate
No rotate for anything.
No rotate for anything.
Click to expand...
Click to collapse
should not be like that, you set the option to rotate screen?
Tavinsky said:
should not be like that, you set the option to rotate screen?
Click to expand...
Click to collapse
Of course, it's "on". I even reflashed this ROM again and wiped all cache and set to factoty settings before it. Problem stays the same - no autorotate.
Tried Wanted ROM 1.2 and Dexter 1.3, everything works there. The problem seems to be in this Wanted ROM version.
no real wheel...
Sent from my Milestone XT720 using XDA App
Autorotate
The screen will rotate for games and applications that require a landscape view instead of portrait but not for anything where it is an option.
I backtracked a little and set my phone to wantedrom 1.2. I didn't even do a factory reset as everyone is always insisting is necessary. Autorotate fixed, all my applications stayed loaded and functional as before.
Overclocked at 1200 MHz , 80vsel and the phone is screaming fast.
After I typed this, I checked the wanted forum and found his solution to the sensor issue...
http://forum.xda-developers.com/showthread.php?t=961731&page=16

[ROM] NameLessFroyo (CyanogenMod variant) 20111013

Hi!
I don't quite know how to start ;o) so...
This ROM is compiled from CyanogenMod 6, AOSP, Ezterry's and mine source code repositories . This ROM is not repackaged, moded, ripped, stripped, whatever version of any other ROM available on the Net.
Overview:
- 2.6.36.4 kernel from @Ezterry
- Native Apps2SdExt (also called Magpie) with Effdee fix (this also contains fix to pm/pm.jar used by f.ex. Titanium Backup when restoring app)
- xVold - mounts SdExt partition (if it exists) with data 2 SdExt
- Poor man SetCPU (as known from f.ex. Froyo by Laszlo) with safety valve logic by @hrk (CPU OC settings are not restored when phone crashes; you can safely try to push your CPU to the limit)
- CA Certs without compromised Diginotar keys
- CACertManager from Guardian Project
- long click on PowerWidget icon launches Settings (backport of CM7 feature)
- black bar theme (most of gfx were taken from @Sisterchick's themes but if you see your gfx used please let me know so I can give proper credits)
- uses AnyKernel so should boot on 2708/EBI0/EBI1 devices (tested only on 2708)
- stock Froyo Launcher (aka Launcher2)
- can use Swap or Compcache (both disabled by default and I don't really see the point of using any of them)
- no Gapps
2011.10.06 updates:
- Firerat's cache management ;o) script in /etc/init.d (https://gist.github.com/1182265)
- updated APN list
- Superuser 3.0 (upgradable via Market; please consider buying Elite version to show @ChainsDD some support)
Backports from CM7:
- RotaryRevamped, Lense and Ring lockscreen styles (Phone ui follows lockscreen style)
- Battery percentage on Lockscreen
- Restrict system packages to protected storage (this is security fix)
2011.10.13 updates:
- fixed bug in Phone app that caused crash when dpi setting were anything but 160
- fixed bug in Phone app that caused on screen Accept/Decline buttons not always show up
- Compcache/Swap is working again (note that activating/deactivating need reboot)
- Camera app with DCIM patch courtesy of @hrk
Known bugs/misfeatures:
The ROM runs perfectly OK without Ext partition. Only drawback is requester that pops up informing about unmountable SD card. What it's not telling is that only Ext partition is unmountable
No DCIM patch in Camera app this time (patch is against GB sources and I had no time to fix this; It's not hard just need time =o( This patch will make it into next release, sorry.
Apps2SdExt in this ROM is implemented at framework (system) level. Please do not use any scripts/apps that deal with applications installed on SdExt. Each and every application can be moved to and from SdExt using "Manage applications" under Settings. At some point in time I might add way to mass-move applications between SdExt, Internal and SdFat storages.
NameLessFroyo-multi-20110922.zip (md5: a21ce6a2c340fd71d17ce27dca60f58a ; sha1: 4e256d4dd27bd561619358d71f2520c9aca7fd8a)
NameLessFroyo-multi-20111006.zip (md5: f3fc0a3f92a2796ecea9f8cf2b79f870 ; sha1: df9f21a7cce17ea7734b9e5b81a73e8cbccc8f57)
NameLessFroyo-multi-20111013.zip (md5: 01a3def65577e563be17f86925e0d3d6 ; sha1: 3a53a8dd5e5f76430c261596640aada8c7e7f8b7)
First install instruction:
1. Boot into Recovery
2. Make a backup.
3. Wipe all and everything (including SdExt)
4. Flash zip
5. Flash GApps
6. Reboot
Installing updates:
1. Boot into Recovery
2. Make a backup
3. Flash zip
4. Reboot
(I do my best so that all updates are of no-wipe type)
On first boot give the Dream some 10 - 20 minutes to settle.
Enjoy the ROM =o)
Credits:
CyanogenMod Team - this ROM wouldn't exist without them and I'd be stuck on Dounts =o)
Firerat - without him I'd never dig that deep in the Android code
Ezterry - always helpful and all that excelent work on kernels and GB for D/S
Sisterchick - your themes are great (hope you don't mind taking some gfx from them)
hrk - always helpful and skilled coder
And special thanks to all those who made Android the way it is now =o)
Sounds good! Will try it someday if i have spare time
I'll try it, will download when I have a chance.
Nice!
Very nice job...thank you!
been running barebone of this rom. running nice for the last 2 hours.
good job. thank you
NLJ said:
- Poor man SetCPU (as known from f.ex. Froyo by Laszlo) with safety valve logic by @hrkdroid (CPU OC settings are not restored when phone crashes; you can safely try to push your CPU to the limit)
Click to expand...
Click to collapse
Well, that's still me ;-) Github already had an account for "hrk" registered a couple of days before I registered one ... a stupid unused profile...
Nice to see a Magpie'd FroYo ROM!
Will you add my own DCIM compliant camera patch?
Very nice job, thank you for the magpied froyo rom. I will try it in the next days.
Sent from my Gingerbread on Dream using XDA App
Downloading now.... The G1 still has DEVs...LOL
can someone give me the download link of gapps
i wanna try this
Here u go http://forum.xda-developers.com/showthread.php?t=796696
hrk said:
Well, that's still me ;-) Github already had an account for "hrk" registered a couple of days before I registered one ... a stupid unused profile...
Click to expand...
Click to collapse
Fixed in the OP. Sorry for the mismatch (hrkdroid kinda get stuck in my head ;o)
hrk said:
Nice to see a Magpie'd FroYo ROM!
Click to expand...
Click to collapse
TBH Froyo by Laszlo was the first one (and yeah I've put my fingers there too ;o)
hrk said:
Will you add my own DCIM compliant camera patch?
Click to expand...
Click to collapse
Crap! I knew I forgot something! I have it open in on of tabs in Firefox. I'll add this after I put all my source changes to repos more online than my laptop (I just created ToDo too =o))
AndDiSa said:
Very nice job, thank you for the magpied froyo rom. I will try it in the next days.
Click to expand...
Click to collapse
If you had data 2 sdext and were using Magpied ROM, you might try to skip wiping SdExt. Not sure if this will work when coming from GB to FroYou but.... =o)
dani132 said:
can someone give me the download link of gapps
i wanna try this
Click to expand...
Click to collapse
Please closely inspect point 5 of install instruction... like hoover mouse over the "GApps" part or something ;o)
dani132 said:
can someone give me the download link of gapps
i wanna try this
Click to expand...
Click to collapse
I used CyanogenMod 6 MDPI 20110501 from http://wiki.cyanogenmod.com/index.php?title=Latest_Version#Google_Apps
I think that is the newest gapps pack for 2.2 Dream. Market is updating to 3.1.5 after first market open.
EDIT:
Anyone has a problem with random restarts?
I'm looking for a Stable ROM for my Brother, he's taking control of my OG G1 I like the settings back port. Nice touch, I'll check it out when my phone isn't needed.
thanks for this new modded cyanogen rom.flashed,booted and running normal.
love the honesty of it too, Nameless Froyo, laughed a lilwhen I saw the boot screen xD
OKKIE! D/L and flashed last night. Looking good at first glance. I love it.
Niceee! on the move apps to SDExt/SDCard options. Now I get to move everything to SDExt.
59MB Internal spaces free? WOW! I am loving this , still got that and more even after about 5 - 6 apps installed. Usually I ran out of room by now and had to decide which apps I want to keep.
GGRRRR! Just got my first reboot (just now). I hate when that happens. Got to figure out why it does that.....
Wifi, Bluetooth works well.
Network connection even works in the building at my office. (cool) I get a constant signal finally (well not it about 85% stable)
Overall the system seem to run pretty fast, we'll see how it deal with my usage...
Battery life with wifi on, and used not so good. But I guess that's how it is. I am used to constantly keeping it charged up anyway, so no worry there for me.
just started getting reboots. 3 in last 15 minutes.must find problem.
ok' ran this thing all day at work with no more reboots. don't know why they just stopped.lol
puppetcarl said:
just started getting reboots. 3 in last 15 minutes.must find problem.
Click to expand...
Click to collapse
You find out let me know... Only one for me so far. For me I think it was when I have apps open and minimized in the background. (no sure though) I have not had any reboot since then. Hopefully it stay that way for me...
I've nbeen bootlooping for approx 30 minutes now...
Eutherin said:
I've nbeen bootlooping for approx 30 minutes now...
Click to expand...
Click to collapse
WOW! Did you ever got to the lock screen at all?
What SPL/radio do you have?
---------- Post added at 11:42 AM ---------- Previous post was at 11:38 AM ----------
WOOHOOO! With thinning out the apps that I don't need, my internal spaces went up to 66MB, with 9 apps extra apps already installed.
Still running as fast as the first boot up. So far so good.
All those that have probs with random reboots pleas try flashing kernel from this post: http://forum.xda-developers.com/showpost.php?p=14768272&postcount=2427
Theoretically they are the same (same sources were used) but Ezterry uses GB toolchain to compile and that might be the diff.
@Eutherin well you could as well hook G1 to some usb cable and grab logcat for me, right?
If you want to report a bug/bootloop/etc at least try to grab a logcat. This will help solve probs.

[Nook HD] CM10.1 native EMMCNow part of CM nightliies

By popular demand, I am bringing to you CM10.1 that you can install into Nook's internal ROM.
Note, this version totally overwrites your ROM, so back up everything important before proceeding. This is not a dual-boot solution, you do loose B&N ROM for good after installing this.
This is work in progress, yadda yadda.
Follow this install guide substituting various filenames with filenames below if you don't understand the below instructions
Get nookhd-emmc-cwm.img.gz, gunzip and write it to an sdcard of at least 1G in size (all content on that card will be lost). (use dd under Linux and MacOS, use Win32DiskImager or similar tool under Windows, use 7zip under windows to unpack).
Download CWM recovery zip if you want internal recovery to be replaced with CM one (if you don't know what is it about, then you need it). As another option there's a graphical TWRP recovery available. (you can only have one recovery option)
Also download latest nightly from http://download.cyanogenmod.com/?device=hummingbird
You can write installation zips for recovery, cm binary + whatever else you need and transfer them to Nook user storage (if you have it activated and all), OR add all these files + whatever other packages you might need right away on to the sdcard.
Insert sdcard into Nook and reboot the Nook, next install recovery (if desired) and the cm10.1 binary and whatever else you put there.
Use Install zip from sdcard, if you copied installation zips to sdcard, otherwise use "choose zip from internal sdcard" - both options are in "Unstall update from zip file".
Erase /data (only on initial install, this is important to avoid crashes on bootup! Naturally, make sure you have copies of whatever important info from there before you remove).
Remove the sdcard from the Nook. You might need to use this sdcard for your recovery needs in the future should EMMC content become badly damaged, so probably a good idea to have a copy of it somewhere.
Congrats, now on reboot you'll get into cm10.1 on your Nook HD.
When you need to get into recovery, you can either do "reboot to recovery" in reboot menu (need to enable that in settings) or reboot the nook, and when you see original nook boot logo, press and hold power + home buttons for about 4 seconds.
If you plan to use USB Host feature, you will need a gender changer, as B&N decided not to release a special cable so far. The control to enable USBHost is in quick settings panel (slide down in the top right corner of the screen to bring it up).
Known problems:
- Nook app reports incompatible in market (workaround1: just sideload it ; workaround2: change ro.product.device to nookhd in build.prop) - This is because they specifically blacklist Nooks! For workaround #2, revert the value back to hummingbird when done installing, otherwise you'll lose sound.
- Certain sdcards still remain unstable.
- Google Earth crashes when you press "my location" button, but works fine otherwise.
Changelog:
13/08/09 - We are part of official CM and latest nightly from here is what you should get now: http://download.cyanogenmod.com/?device=hummingbird
13/08/01 - cm-10.1-20130801-UNOFFICIAL-hummingbird-emmc.zip
- Data usage statistics should now work
13/07/19 - cm-10.1-20130719-UNOFFICIAL-hummingbird-emmc.zip (backup link)
- Update wifi drivers to R5.SP3.06
- Kernel with initial charger control for the charger app to work
- Picked some kernel fixes from omapzoom tree that I think would be useful for us too, this includes some voltage changes (decreases).
- Disabled hwui scissors optimization as it seems to be doing more harm than good.
13/07/11 - cm-10.1-20130712-UNOFFICIAL-hummingbird-emmc.zip (backup link)
- Added Apple keyboard support
- Updated to CM-10.1.2 for security fixes
13/07/10 - cm-10.1-20130710-UNOFFICIAL-hummingbird-emmc.zip
- Rebased on cm-10.1.1 for security fixes.
13/07/08 - cm-10.1-20130708-UNOFFICIAL-hummingbird-emmc.zip
- ExFAT and NTFS support from upstream
13/07/06 - cm-10.1-20130706-UNOFFICIAL-hummingbird-emmc.zip
- revert accidentally applies frequency bump patch that made it into 07/04
13/07/04 - cm-10.1-20130704-UNOFFICIAL-hummingbird-emmc.zip
- upgraded to fixed SGX DDK [email protected] (this fixes Google Earth, and a bunch of games)
13/07/03 - cm-10.1-20130703-UNOFFICIAL-hummingbird-emmc.zip
- usb ids changed to match stock
- swap support enabled
13/06/30 - cm-10.1-20130630-UNOFFICIAL-hummingbird-emmc.zip
- Serial number is now visible in Android
- usb audio now actually works (only for output)
13/06/29 - cm-10.1-20130629-UNOFFICIAL-hummingbird-emmc.zip
- Experimental kernel work
- enabled 1.5GHz freq by default
- in-kernel bluetooth
13/06/24 - cm-10.1-20130624-UNOFFICIAL-hummingbird-emmc.zip
- more kernel drivers for bt hid, usb 3g modems and gps devices
13/06/15 - cm-10.1-20130615-UNOFFICIAL-hummingbird-emmc.zip
- WiFi Direct and BT tethering are now working
- /sdcard now points to internal storage.
13/06/13 - cm-10.1-20130613-UNOFFICIAL-hummingbird-emmc.zip
- Boosted speaker and headset audio levels.
- gfx cash on startup fixed
- Zinio now works out of the box
13/06/12 - cm-10.1-20130612-UNOFFICIAL-hummingbird-emmc.zip
- Fixed HDMI audio
- Fixed HDMI video upside-down picture
- Added usb audio support
- Enabled tabbed view in Settings app.
13/06/10 - cm-10.1-20130611-UNOFFICIAL-hummingbird-emmc.zip
- Initial release
This is unrelated development to bokbokan's sdcard/hybrid install, because he does not make his source code available, so don't ask me to pick features from his build.
oh my god
finally, :laugh:
Works great.
Sent from my Nook HD running CM10.1 on emmc.
Sweet!!!!!!
Will test it out.
I guess this means we will have access to a working repo soon so we all can start building from source.
dubidu said:
I guess this means we will have access to a working repo soon so we all can start building from source.
Click to expand...
Click to collapse
https://github.com/verygreen/android_device_bn_hummingbird
verygreen said:
https://github.com/verygreen/android_device_bn_hummingbird
Click to expand...
Click to collapse
Txs
Woohoo! Fantastic work! And thank you so much for posting source.
New binary release: cm-10.1-20130612-UNOFFICIAL-hummingbird-emmc.zip
Changes:
- Fixed HDMI audio
- Fixed HDMI video upside-down picture
- Added usb audio support
- Enabled tabbed view in Settings app. (This seems to be looking ok, but if you find it's too bad, let me know and we certainly can try to roll it back or only have it for landscape or some other stuff).
Thank you!! :victory:
Running fantastic for me. Thanks.
AMAZING! I just wanted to cruise by the forums because I was bored with nothing new until I see this post! Awesome work is all I can say. Does this mean no more reboot restores with /system and complete control and customization of the device without the unlocked bootloader?
Haven't look at the code yet, but I believe if you change "ro.product.device" in "build.prop" you will loose all the sound.
Can someone test it?
Niiiiice! Thanks, been waiting on this.
Now, quick question: There is a stock ROM to flash, right? I just exchanged another HD & it was easy enough to just remove the SD card. I've only had this HD a week.
Thanks!
Oh yeah, I remember now: Yes, there is.
http://forum.xda-developers.com/showthread.php?t=2062613
LAYGO said:
Niiiiice! Thanks, been waiting on this.
Now, quick question: There is a stock ROM to flash, right? I just exchanged another HD & it was easy enough to just remove the SD card. I've only had this HD a week.
Thanks!
Click to expand...
Click to collapse
This is a ROM to replace the stock on emmc. You should back up your stock first. E.mote has an excellent tutorial that verygreen links in his OP here. Then you can restore that backup to get back to stock if you need to return it.
Edit: Guide is here. Just substitute the files from the OP instead of the ones listed in the guide:
http://forum.xda-developers.com/showthread.php?p=42399961
Sent from my Nook HD+ running CM10.1 on emmc.
leapinlar said:
This is a ROM to replace the stock on emmc. You should back up your stock first. E.mote has an excellent tutorial that verygreen links in his OP here. Then you can restore that backup to get back to stock if you need to return it.
Edit: Guide is here. Just substitute the files from the OP instead of the ones listed in the guide:
http://forum.xda-developers.com/showthread.php?p=42399961
Sent from my Nook HD+ running CM10.1 on emmc.
Click to expand...
Click to collapse
I guess I wasn't clear in my question (too early). I just needed to know if there was a stock ROM to flash back to stock in case I had to return it. Of course, I could just Nandroid my stock install too (DUH, didn't think about that, just like you said).
Updating to latest ROM?
Folks,
I picked up a Nook HD+ 16Gb last night and followed the guide to install CM10.1. Everything went smoothly. A big THANK YOU to verygreen and lepinlar for all the work in creating this and the guides/instructions on how to install.
I've got a couple questions:
I installed the cm-10.1-20130608-UNOFFICIAL-ovation-emmc ROM and have made some changes on the tablet (added my daughters as Users, downloaded some apps, etc). How would I go about upgrading to the cm-10.1-20130612-UNOFFICIAL-hummingbird-emmc ROM? Would I lose the changes I've already made? Is there way to install/upgrade to the new ROM and keep the changes I've already made? Thanks.
Shenandoah
shenandoah2 said:
Folks,
I picked up a Nook HD+ 16Gb last night and followed the guide to install CM10.1. Everything went smoothly. A big THANK YOU to verygreen and lepinlar for all the work in creating this and the guides/instructions on how to install.
I've got a couple questions:
I installed the cm-10.1-20130608-UNOFFICIAL-ovation-emmc ROM and have made some changes on the tablet (added my daughters as Users, downloaded some apps, etc). How would I go about upgrading to the cm-10.1-20130612-UNOFFICIAL-hummingbird-emmc ROM? Would I lose the changes I've already made? Is there way to install/upgrade to the new ROM and keep the changes I've already made? Thanks.
Shenandoah
Click to expand...
Click to collapse
First you do not want to flash that ROM to your HD+. If you look at the filenames you will see ovation (which means HD+) and hummingbird (which means HD). But if you want to upgrade to a newer ovation ROM, just flash the newer ROM over the top of your old ROM. It will keep all your changes you've made.
Sent from my Nook HD+ running CM10.1 on emmc.
Lepinlar,
Sorry about the post. I didn't read it close enough to realize it was for the HD (not the HD+). Should I delete my original post so it doesn't confuse anyone else?
Shenandoah
shenandoah2 said:
Lepinlar,
Sorry about the post. I didn't read it close enough to realize it was for the HD (not the HD+). Should I delete my original post so it doesn't confuse anyone else?
Shenandoah
Click to expand...
Click to collapse
No, it might actually help others users who are confused by the issue. Leave it there as originally posted.
Sent from my Nook HD+ running CM10.1 on emmc.
Awesome ROM, thanks for doing this. Battery life vs stock is amazing, UI looks much better, more customizable, great having root to back up apps and etc.
I had a small issue with the 06/08 build on my HD+ where the battery would not recharge. Power cycling (turning it off and then on again) seemed to fix it. Is anyone seeing this issue with this 06/12 build? Thanks!

Categories

Resources