Hello All, I've got Ubuntu Touch compiled for our beloved TF101's.
Thread by TomTcom with instructions on how to build: http://forum.xda-developers.com/showthread.php?t=2326453 <- Same way I do it, so have at ye!
Remember this is still in Alpha on the ubuntu end, and our end too, but is still getting better, well at least ours is.
New pretty picture attached by Oeio
Instructions
- First download the latest image (below).
- Then download quantal-preinstalled-phablet-armhf.zip from here
- Place both of these files in a place where you can flash them from recovery
- Wipe data
- Then flash the ubuntu-touch-tf101.zip, and then quantal-preinstalled-phablet-armhf.zip. IN THAT ORDER
- Reboot and you should be good to go, make sure to clear cache.....
- After reboot follow the instructions in post 3 to fix the resolution, and then reboot again.
Downloads
Generic Ubuntu Stuff - quantal-preinstalled-phablet-armhf.zip
Current (0.9): here
Fresh new Saucy Salamander build : http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/
(0.7)
http://goo.im/devs/jholtom/ubuntu-touch-tf101-0.7.zip
(0.6)
http://goo.im/devs/jholtom/ubuntu-touch-tf101-0.6.zip
(0.5)
here
(0.4)
here
(0.3):
here
(0.2)
here
(0.1)
here 2nd Mirror here
Working:
Touch Screen
Power Button
Battery meter - charge and discharge work, along with charge via dock
Audio
Dock Keyboard - no function keys yet.
Auto-Rotate
WiFi
Brightness Control
Not quite sure:
HW Acceleration
Not Working:
Camera
Some font problems.
Untested:
Everything else....
Screenshots
http://localhostr.com/files/krQu43a/WP_000052.jpg
http://localhostr.com/files/pKschgA/WP_000053.jpg
http://localhostr.com/files/N6neEKE/WP_000056.jpg
http://localhostr.com/files/RUGlOzs/WP_000063.jpg
http://localhostr.com/files/qeuzqGp/WP_000057.jpg
http://localhostr.com/files/8lgNnpO/WP_000062.jpg
http://localhostr.com/files/rm8FrIj/WP_000064.jpg
http://localhostr.com/files/LtpxAS7/WP_000067.jpg
http://localhostr.com/files/5hQQLuq/WP_000077.jpg <- Proof of Working WiFi
Video
http://youtu.be/o9s8F5cwhp0
http://youtu.be/KHpHp21aylU
Thanks *Detection* for the screenshots and video (and onkelbebu)
Information:
- The Ubuntu Touch system is currently in developer-preview state, just to give you an idea of how incomplete this is.
- My build sources may be broken; either get along with it or wait for me to fix it.
- No longer am I the sole developer, we now have onkelbebu on board pushing changes and updating.
SOURCES
My modified device tree is here:
https://github.com/jholtom/android_device_asus_tf101
Now using this kernel
https://github.com/jholtom/kernel_asus_tf101-lumpy
Sources for Ubuntu are at:
http://phablet.ubuntu.com/gitweb
Thanks:
onkelbebu, for his help with getting wifi working, and everything else.
RaymanFX, Timduru and others for the kernel and device tree.
*Detection* for being an awesome first tester.
and of course, Canonical
Don't forget the Thanks button
Notes
1) Do not flash any other kernel with this; there are no compatible ones as of now.
2) In case you missed it: I am the official Ubuntu Touch developer responsible for the Transformer https://wiki.ubuntu.com/Touch/Devices
CHANGELOG
Current (0.9)
New build after hiatus, no major changes
just upstream updates.
(0.8)
Continued attempts to fix the black screen problems.
new resolution fix implemented from ubuntu end.
(0.7)
Merged changes again
Re-added procfs patch
(0.6)
Merged changes from ubuntu
Added procfs patch from ubuntu
(0.5)
Added resolution fix on boot, and synced ubuntu sources
Fixed Brightness Control - Thanks onkelbebu
(0.4)
Updated internet fix in kernel (PARANOID_NETWORK)
(0.3)
removed uchroot changes, and updated ubuntu sources
edited init.ventana.rc for WiFi fix.
0.2
Updated ubuntu sources (specifically to uchroot)
0.1
First build with minimal changes for TF101 to boot.
reserved
DEPRECATED - no longer needed as it now autofixes on first boot
Fix for the Screen Density - Copy and Pasted from the Ubuntu Wiki.
Instructions (Run from shell with transfomer connected and on.)
adb shell
ubuntu_chroot shell
vi /usr/bin/ubuntu-session
Find and edit the values for the following entries (there are two entries for each:
GRID_UNIT_PX=10 (as suggested - read below)
QTWEBKIT_DPR=1.2 (looks best to me by trial and error)
SCREEN PIXEL RATIO
We have 2 important variables that define the pixel ratio behaviour of the system and the applications, ie. how they visually scale. Look at /usr/bin/ubuntu-session for GRID_UNIT_PX and QTWEBKIT_DPR. Add another device specific settings there based on your device, using the method below to calculate the desired DPR.
The number of pixels per grid unit (GRID_UNIT_PX) is specific to each device. Its goal is to make the user interface of the system and the applications of the same perceived size regardless of the device they are displayed on. It is primarily dependent on the pixel density of the device’s screen and the distance to the screen the user is at. That second value cannot be automatically detected and is based on heuristics. We assume that tablets and laptops are the same distance and that they are held at 1.235 times the distance phones tend to be held at.
A reference device has been chosen from which we derive the pixels per grid unit for all other devices. The reference device is a laptop with a 120 ppi screen and the pixels per grid unit is set to 8 px/gu.
Asus Transformer Tablet - 1280x800 - 149 ppi - 10 px/gu
There is no way for the system to dynamically identify the correct pixel ratio for the device, which as a side effect things might be bigger/smaller than expected. For each device you will have to visually verify the quality of the result and adjust the number if necessary. If unsure, send screenshots and screen specifications of the device to the Canonical design team.
Definitely curious, appreciate the effort, but when I tested this on my GNex, I decided it wasn't quite a dayly driver thing yet. This base will be nice having once Ubuntu touch matures a bit though.
In the meantime I'll be dogfooding my own CM10.1
Before I flash this, if I make a Nandroid backup, or want to flash Android again, can I still just boot into recovery, wipe and flash as I would normally ?
Or is there something new I need to do to remove Ubuntu ?
Thanks for working on a port, really excited to see this come to our TF's
*Detection* said:
Before I flash this, if I make a Nandroid backup, or want to flash Android again, can I still just boot into recovery, wipe and flash as I would normally ?
Or is there something new I need to do to remove Ubuntu ?
Thanks for working on a port, really excited to see this come to our TF's
Click to expand...
Click to collapse
On my GNex, to get back to Android was a simple matter of restoring a Nandroid. I'm assuming it's the same here.
josteink said:
On my GNex, to get back to Android was a simple matter of restoring a Nandroid. I'm assuming it's the same here.
Click to expand...
Click to collapse
Great, thanks - I`ll make a Nandroid and give it a test I think then
EDIT - No boot after about 20-30 minutes
*Detection* said:
Great, thanks - I`ll make a Nandroid and give it a test I think then
EDIT - No boot after about 20-30 minutes
Click to expand...
Click to collapse
Unfortunately same thing for me. Wiped all caches, system and data. At first boot I see the Asus logo and then a blank screen. Let it sit for 10 minutes and still nothing. Will give it another hour just to be sure.
blckz28 said:
Unfortunately same thing for me. Wiped all caches, system and data. At first boot I see the Asus logo and then a blank screen. Let it sit for 10 minutes and still nothing. Will give it another hour just to be sure.
Click to expand...
Click to collapse
Try not to wipe system.
Install a cm10.1 based rom, let it boot, then flash both files without wiping, see if it works for you.
now i test it when the download finish good work and i say if something works or not ... thanks
guys it locks to bootanimation -_- why is the screen black????? uff..... it doesn't work, i followed the guide bit it doesn't boot
Re: [Linux] [Dev] [WIP] Ubuntu Touch on the TF101 - First Build PrePreAlphaBeta
It's a first try n he hasn't tested it man... That's why. You try the no wipe method too?
~ TF101 on K900's AOKP
Currently OC'ed to 1.4, KatKernel 70
Sv: [Linux] [Dev] [WIP] Ubuntu Touch on the TF101 - First Build PrePreAlphaBeta
Same here. Nothing but black. No wipe? You mean flashing Ubuntu after flashing cm?
Sent from my GT-I9300 using xda app-developers app
projeto56 said:
Try not to wipe system.
Install a cm10.1 based rom, let it boot, then flash both files without wiping, see if it works for you.
Click to expand...
Click to collapse
Thanks but that didn't make any difference. Oh well, I did get to play with it on a Nexus 7.
jholtom said:
- First download this file: ubuntu-touch-tf101.zip New version is UP!
Click to expand...
Click to collapse
Going to give it a go as soon as I download the new image. Where are you hosting this, it's taking forever to download?
---------- Post added at 11:33 AM ---------- Previous post was at 11:15 AM ----------
RonSykes said:
Going to give it a go as soon as I download the new image. Where are you hosting this, it's taking forever to download?
Click to expand...
Click to collapse
Hmm... maybe I should go and get lunch and do this later. Been 20 minutes so far for a 50MB file, Still saying 17 minutes, no wait, now its 18 minutes.
Right now its running off of my 35mbs network connection at home...i'm getting it on a mirror right now...[2 min till mirror ready]
RonSykes said:
Going to give it a go as soon as I download the new image. Where are you hosting this, it's taking forever to download?
---------- Post added at 11:33 AM ---------- Previous post was at 11:15 AM ----------
Hmm... maybe I should go and get lunch and do this later. Been 20 minutes so far for a 50MB file, Still saying 17 minutes, no wait, now its 18 minutes.
Click to expand...
Click to collapse
Is the 50MB file the only one updated?
I don't need the 480MB downloaded again ?
yep the 50mb is the only one I change the 480mb one is updated by canonical, and is not likely to change for a while....
*Detection* said:
Is the 50MB file the only one updated?
I don't need the 480MB downloaded again ?
Click to expand...
Click to collapse
jholtom said:
yep the 50mb is the only one I change the 480mb one is updated by canonical, and is not likely to change for a while....
Click to expand...
Click to collapse
Cool cheers
jholtom said:
Right now its running off of my 35mbs network connection at home...i'm getting it on a mirror right now...[2 min till mirror ready]
Click to expand...
Click to collapse
Don't worry, it's understandable. You did the work to port it, I don't really have any reason to ***** about waiting.
Related
What are nightly builds?
Nightly builds are automated builds from latest cyanogenmod sources. they are not tested in deepth like RC's or stable versions. In most cases they work without any issues. Thats because all patches get reviewed before they are merged into sources - this way, merging of bad code doesnt happen very often.
Since vega does not have official nightly status yet, i do semi-official builds for you on a semi regular basis. We will get official nightlies, once bluetooth is working - but that is a pretty complicated issue.
Vendor vega
The vendor vega is currently for Advent Vega and PoV Mobii devices. There might be more added later on.
Official nightly mirror
http://mirror.teamdouche.net/?device=vega
Update 31.05.2011
buildbot had a hdd crash, and it can take some more days until nightlies are back online. that long, i might post semi-official nightlies here.
mirror1: cm_vega_full_teamdesire-20110531-1412.zip size: 66M (68406215 bytes)
mirror2: cm_vega_full_teamdesire-20110531-1412.zip md5sum: 3b8bb1c21cb7c992927566a609a8c21d
Nightly changelog
http://cm-nightlies.appspot.com/?device=vega
Nightly install instruction
Coming from another rom?
Do a full wipe in clockwork mod recovery
Install latest nightly build from here
Flash latest gapps from here
reboot
do the first-time-run-setup wizard
if you dont use gsm/phone, reboot to recovery and flash attached vega-phone-removal.zip - saves battery
Upgrading from older nightly?
Just flash latest rom from here in clockworkmod recovery
No need to wipe or flash gapps again, if you done on first install
In rare cases you will encounter bugs, noone else encounters - wipe then and do a fresh install
In at least 99% no wipe needed - there are known people not having wiped for at least half a year
Doing a nandroid backup before upgrading is always a wise idea, in case something goes wrong
if you dont use gsm/phone, flash attached vega-phone-removal.zip - saves battery
reboot to your updated rom and enjoy
Overclocking instructions
use settings->cm settings->preformance->cpu settings to switch frequencies. optionally use setCPU and similar tools.
USB Host mode instruction
to enable usb host mode for keyboard, mouse and other support, power device off. power it back on. once the screen gets lit, press and hold back key until device is booted (you see the homescreen or lockscreen). now you can connect various usb devices.
clockworkmod 3 for vega
with nightly 61 and later, use rom manager to flash latest stable recovery.
List of known bugs
This is a list of cm7 bugs specific to vega - i wont cover cm7 general bugs here, since they are covered on other places. Feel free to discuss them here, thats what this thread is for.
no legacy a2sd yet - working on it
power->reboot->recovery doesnt work and power->reboot->bootloader should be removed
Removed Themes
To save space, we had to remove the two cm included themes. If you want them, just download them here and install like any other app.
mirror1: Cyanbread.apk size: 3.6M (3748359 bytes)
mirror2: Cyanbread.apk md5sum: a6963767a063a888536bc470569dcb54
mirror1: Androidian.apk size: 4.0M (4192665 bytes)
mirror2: Androidian.apk md5sum: 6657fa2e31c5a86ec5bdb03ac6e72a65
Removed Wallpapers
To save space, we also removed CMWallpapers app. To reinstall them on data partition, download this app and install like any other app.
mirror1: CMWallpapers.apk size: 6.0M (6248124 bytes)
mirror2: CMWallpapers.apk md5sum: b0d02c6eb75e39b7aa0b77e5cee20ace
This seems really sweet!
I have some questions:
1) Can the soft buttons be placed further away from each other? Unlike the Nook Color, the Advent Vega has a screen with touch registering issues and it's probably easy to misclick buttons if they're in the normal disposition.
2) What's the "encore" release for?
Danke für die Anstrengung!
Hi i tried to install CM7 before the version b2 and now this one and both stuck at the boot screen with android and the arrow makes circles. Do i miss something? i tried full wipe + format sd but still nothing. I must wait longer than 20 min?
Any suggestions
Thank you
dkampo said:
Hi i tried to install CM7 before the version b2 and now this one and both stuck at the boot screen with android and the arrow makes circles. Do i miss something? i tried full wipe + format sd but still nothing. I must wait longer than 20 min?
Any suggestions
Thank you
Click to expand...
Click to collapse
Same here. Full wipe of data, cache, dalvik cache.
Waited 40 minutes but system does not boot. Only arrow making circles. Restart did not help either.
Welcome to Vega Murdock, remember you from my DesireHd Nightly days. Whats up with these two zips? One is the rom and one addons?
Logseman said:
This seems really sweet!
I have some questions:
1) Can the soft buttons be placed further away from each other? Unlike the Nook Color, the Advent Vega has a screen with touch registering issues and it's probably easy to misclick buttons if they're in the normal disposition.
2) What's the "encore" release for?
Danke für die Anstrengung!
Click to expand...
Click to collapse
with the big buttons (much bigger as on default cm7), i dont have any issue to hit what i want. dont want it even bigger.
BeeGee_Tokyo said:
Same here. Full wipe of data, cache, dalvik cache.
Waited 40 minutes but system does not boot. Only arrow making circles. Restart did not help either.
Click to expand...
Click to collapse
zero idea. works here. gotta point bumble bee to this. you did take the vega build and not flash the encore build?
nickwarn said:
Welcome to Vega Murdock, remember you from my DesireHd Nightly days. Whats up with these two zips? One is the rom and one addons?
Click to expand...
Click to collapse
still having and hugging my desire hd
encore = nook color
vega = vega + mobii
i just copied that post from the nook color thread where this is all discussed.
please discuss overall issues (non-vega-related) on nook color thread
mad-murdock said:
...
zero idea. works here. gotta point bumble bee to this. you did take the vega build and not flash the encore build?
...
Click to expand...
Click to collapse
Yes, I checked the file on my SDcard its the Vega file. I checked as well the build.prop and updater-script, it says definitely Vega.
When I am back home tonight I will reflash stock ROM to recover and retry flashing your ROM.
The Vega rom boots and runs nice. Its very odd having statusbar going from bottom to top but very cool. Nice work. Now back to testing
Just one question, why did you post Nook Colour rom here? Encore is Nook, right?
Maybe we could have multi language, would be nice
Edit. You answered before i posted, im to slow
mad-murdock said:
...
zero idea. works here. gotta point bumble bee to this. you did take the vega build and not flash the encore build?
...
Click to expand...
Click to collapse
nickwarn said:
The Vega rom boots and runs nice. Its very odd having statusbar going from bottom to top but very cool. Nice work. Now back to testing
Just one question, why did you post Nook Colour rom here? Encore is Nook, right?
Maybe we could have multi language, would be nice
Edit. You answered before i posted, im to slow
Click to expand...
Click to collapse
Does the ROM require EXT2/3/4 on the SD card? I don't have it and this is the only thing I can think about at the moment which might be different.
The ROM comes with its own kernel? I had before installed [KERNEL] Buzz Vega | .32.35 | CIFS | TUN | EXT4 | SLAB | NOOP | WiFi | NTFS | HOST/SLAVE | 0.7, Updated 25/03/11 from buzzing bee. But that should have been overwritten when I flash your ROM.
BeeGee_Tokyo said:
Does the ROM require EXT2/3/4 on the SD card? I don't have it and this is the only thing I can think about at the moment which might be different.
The ROM comes with its own kernel? I had before installed [KERNEL] Buzz Vega | .32.35 | CIFS | TUN | EXT4 | SLAB | NOOP | WiFi | NTFS | HOST/SLAVE | 0.7, Updated 25/03/11 from buzzing bee. But that should have been overwritten when I flash your ROM.
Click to expand...
Click to collapse
I came from CorvusVega rom but as long as you wipe everything cache,dalvik,system,data,boot, it shouldnt be a problem. I hate that we cant get in to recovery from off position. If thats possible to do with some hack that should be the next big thing
Hello,
when i try to download your ROM i became a error 404 file not found.
new build, new features, new links - updated first post.
and yes, its buzz kernel - no idea if he made slight modifications, but its the same guy responsible for buzz kernel and vega cm7 target.
rbensch said:
Hello,
when i try to download your ROM i became a error 404 file not found.
Click to expand...
Click to collapse
deleted the old files BEFORE uploading... shouldnt do that next time get new build from first post
mad-murdock said:
new build, new features, new links - updated first post.
and yes, its buzz kernel - no idea if he made slight modifications, but its the same guy responsible for buzz kernel and vega cm7 target.
Click to expand...
Click to collapse
Does this means we can do the switch to host mode by the back button trick?
Can anyone try?
Thanks!
Got the ROM finally working, maybe during 1st flash something went wrong.
Its still the old version, new version is still downloading (terrible slow connection here in China).
I installed it on a Viewsonic Viewpad 10s, which is the Vega but with build in 3G card. Unfortunately the card is not working. when I go to the settings -> Wireless & network settings -> Mobile networks, I can enable data communication, but he does not find any provider and the signal in the task bar shows no signal.
In the stock 1.09 ROM its working without any problems.
Will download latest version, test again and report here.
Harplo said:
Does this means we can do the switch to host mode by the back button trick?
Can anyone try?
Thanks!
Click to expand...
Click to collapse
should work. feel free to flash another kernel over this. changes are not kernel related.
current build got some minor bugs which I fix when I get back tonight. mainly the new soft button. check nook color thread for details
Morsed by hitting a plastic pipe with my Desire HD. Excuse typos.
I believe this rom will have the same kernel as Bumble-Bee's CM7 build, so no host and no a2sd!
However I have asked BB to make a new kernel so hopefully he will do this asap.
Great Rom!! Thanks for sharing your work & time with us.
Thinks I like.
CM7 Booting image
CM7 look & tweaks
CM7 Table tweaks, especially bottom bar.
Host mode working. N1!
Don't like:
The bar buttons. Really don't like them.Any change of changing them? I know it's a silly thing but them seem huge to me.
Bugs I found:
Default Keyboard going on and off every time I press a key. Annoying.
Wifi disconnecting randomly and not reconnecting in a while.
Touch Screen not responding until I change orientation. Weird.
Thanks!
Harplo said:
Great Rom!! Thanks for sharing your work & time with us.
Thinks I like.
CM7 Booting image
CM7 look & tweaks
CM7 Table tweaks, especially bottom bar.
Host mode working. N1!
Don't like:
The bar buttons. Really don't like them.Any change of changing them? I know it's a silly thing but them seem huge to me.
Bugs I found:
Default Keyboard going on and off every time I press a key. Annoying.
Wifi disconnecting randomly and not reconnecting in a while.
Touch Screen not responding until I change orientation. Weird.
Thanks!
Click to expand...
Click to collapse
We are all diffrent i like the soft buttons. about keyboard going on and off try moving soft buttons to right side and remove quick notification button. That fixed it for me. The buttons can be changed back later than it will work as it should. But i think theres some strange behavior from quick notification button, for example when pressing it it shuts down the screen it dont answer to any touches only on soft buttons, so i have to press the statusbar up and from there press the back button then it wakes up. I dont know, maybe its supposed to be like that.
Very nice ROM. Flashed it last night and seems to work nice. The buttons work great.
However i have a performance issue. A couple of minutes it works very smooth and then it freezes for a while and then continues. Still have the problem after a couple of reboots and after using it for a few hours.
second i installed the gapps that are available for CM7 (the metapackage wich should also work for tegra based devices). I can download apps, but then i cannot see in the market as downloaded.
I came from Modaco r8 and did a full wipe before installing.
Keep up the good work.
EDIT: When the screen freezes only the statusbar and the buttons are responding on touches. The rest of the screen does not respond. The screen will respond again when i change the orientation of the screen (i.e. from landscape to portrait and back to landscape).
Sent from my HTC Vision using XDA App
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.
Thomas.Raines and Team Fah-Q! presents
source code Lightning_Zap_Powered CM-10 Unoffical for SGH I577
https://github.com/TeamFahQ/msm8660-common_lz_kernel.git
https://github.com/TeamFahQ/msm8660-common_LZkernel_tools.git (scripts and zipalign binary)
A BIG THANK-YOU goes out to DR4ASTIC for the many months of work he put into porting cm-10 and our kernel so if you see him hit his thanks button, and if you have the means help get him some soap..lol Also thanks to Thomas Raines for bringing us LZ. the site will be under construction for a while as I have had a few requests for links to the various guides and tuts I've used to learn how to build...mind you it takes alot of time and research but to me its deffenitly worth it...Here is a thread for the blaze TFQ tweaks and install instructions for the LZ kernel. also features from this thread http://forum.xda-developers.com/showthread.php?t=1959657
Features:
Improved performance
Improved battery life
Improved network speeds
Improved boot times
Smoother scrolling
Better responsiveness
Cleaner file systems
Governor tweaks for amazing speed and performance without sacrificing battery life
Improved Memory and Ram tweaks
Improved Internet speed
Amazing kernel tweaks, build.prop mods, init.d scripts and more!
TUTS
[GUIDE] PARANOIDANDROID:JB
http://forum.xda-developers.com/showthread.php?t=1863547
Project Rookie How to build ROMS
http://forum.xda-developers.com/showthread.php?t=1798056
Guide how to compile and install CM10 for i9300
http://forum.xda-developers.com/showthread.php?t=1946481
TUT Building your first kernel
http://forum.xda-developers.com/showthread.php?t=1748297
Thanks to everyone who has helped this rookie put all this together
Dr4stic, thomas.raines, racing19969, and many others who i dont remember thanks everyone.
Warning: if you rooted your phone using the blaze recovery you need to use Odin and push our custom recovery tar file located below. make sure to uncheck repartion. if you push this with the blaze recovery it could cause issue's.
ok so d4astic cooked us up a CM 10 mod unofficial and our very own CMW recovery here are the links, and we need someone who can grab this and take over because d4astic doesnt have this phone and has a nightly on the blaze, so here you go everyone. I've taken over running the builds so....
,,,let the fun begin....
One more thing make sure you push the recovery first because the blaze one won't work with this rom
WARNING: if you brick your phone its not my fault i did this and it worked out fine just so you know
Also find this at this thread
http://forum.xda-developers.com/showthread.php?t=1730518
New Govs and U/V control brought to us by Thomas Raines and j3r3goss who dedicated his entire christmas break getting this to work for our phone. Also we know that at this time you cant control voltage with 3 rd party controls we are working on this so no need to tell us thanks
recovery cwm
cwm-6.0.1.4-exhilarate.tar - 6.92 MB
md5sum: f4f327659c35942ac8b5d08940b27efc
Cwm flash able zip
http://d-h.st/0KP
twrp 2.6
TWRP-2.6-Recovery-I577.zip - 7.67 MB
Official cm-10.2 thread
http://forum.xda-developers.com/showthread.php?p=45140599
official carbon rom by somcom
http://forum.xda-developers.com/showthread.php?t=2458690
official pacman by ink slinger
http://forum.xda-developers.com/showthread.php?t=2445143
4.3 is here hey guys so we skipped 4.2 and jumped right up to 4.3 due to efforts of many people
credits
j3r3goss
dr4stic
uberpeaguin
thomas raines
racing
somcom
teamchopsticks
meticulous(wifi-fix and several other things )
and of course yours truley
i know this list should be bigger and if you need to be on it because i missed you pm me and i will add you
i want to offer everyone on this list my heartfelt thanks from me and the rest of the i577 and blaze community without each and everyone of you we would still be stuck on 4.1 so thanks
4.3 moretz kernel source
thanks to these fine gentlemen
Team Chopsticks
CyanogenMod
Car vs Driver
elbermu
https://bitbucket.org/carvsdriver
moretz kernel oc to 1.5 ghz
flash from recovery and wipe caches
moretz_fixed_exhilarate.zip - 5.97 MB
4.3 roms
Liquid-JB-v3.0-UNOFFICIAL-exhilarate.zip - 115.52 MB
dirty unicorns all fixes included camera, torch, light sensor
du_exhilarate_2013-09-23.zip - 167.97 MB
beanstalk all fixes
BeanStalk-4.3.08-20130924-exhilarate.zip - 174.92 MB
pa_exhilarate-3.99-20130831.zip - 150.55 MB
i left out my slim build since meticulous has that under control there is a pac build in the thread by ink search for it its in the last 20 pages or so of the thread we are oficially supported by cm and team chopsticks and working on getting our own forum but xda seems to not be listening to me so all of you raise your voices and be heard by mods and anyone else who has a say in it i hope you enjoy my work this is the culmination of several months of time and energy and believe it or not i didnt even know what linux was when i started lol enjoy
old builds
4/25/13
SlimBean
Slim-3.1.0-i577-20130426-1514-UNOFFICIAL.zip - 80.51 MB
root box
5/6/13
fixed menu button and rom control
RootBox-JB-i577-Nightly-20130506.zip - 141.89 MB
http://d-h.st/3Nw
Remember with the LZ kernel if it hangs at boot let it sit for 10 minutes reboot and enjoy...
pacman LZ UPDATED 2/8/13
http://d-h.st/Afa
1/12/13
http://d-h.st/sjj
Paranoid Android: UPDATED 2/8/13
http://d-h.st/X5B
1/9/13
http://d-h.st/3AF
check this one out guys....
LiquidSmooth UPDATED 12/14/12
LZ:http://d-h.st/4z1
http://d-h.st/bqe. No LZ: NOT UPDATED
AOKP UPDATED revamped kernel
2/8/13
http://d-h.st/UEr
01/28/13
http://d-h.st/gg8
12/18/12
http://d-h.st/Wzb
rom and md5sum: cm10 sgh i577 exhilirate zip unofficial(Powered by LightningZap Kernel)
Cm10 updated 2/8/13
http://d-h.st/2Pd
UPDATED 1/9/13
http://d-h.st/4Hi
G-apps. JB
http://goo.im/gapps/gapps-jb-20121011-signed.zip
CM 9 stable unoficial build by dr4stic (At this time CM 9 does not have the lightning zap kernel)
so below is the folder where you will find the zip file for the cm9 build, make sure you get the md5 sum and compare it,please make sure you do a factory reset and wipe the dalvic cashe also, its under advance in the recovery
Now just in case you did not read from the top and just jumped down here; please push the recovery from the link above, if you do not do this you will have issues.
Thanks dr4stic for all your hard work, I'm going to post the ICS g-apps link . I hope everyone enjoys this as much as i do... With all that said .....enjoy....
CM9 unoficial rom with new kernel(updated by j3r3goss)
http://d-h.st/lNB
ICS G-APPS
http://db.tt/65fqUOcO
Ported ROMS
these roms were ported by InkSlinger420 they are not built from source but still very stable and a good expieriance
Credits
Avatar thanks for letting us post this here
the original thread can be found here
http://forum.xda-developers.com/showthread.php?t=2142130
Avatar Port
http://www.d-h.st/B4O
LiquidSmooth
Donation link for liquid smooth
http://bit.ly/Ruy2HF
thanks to Xwolf13 and the all star team for allowing us to port their work and post it for you guys the original thread can be found here
http://forum.xda-developers.com/showthread.php?t=2284763
Rom Port
http://d-h.st/RE5
i didnt do these ports guy so look up InkSlinger420 hit his thanks button and then go to the original thread and click the thanks button on the op post
this stuff takes alot of time and effort weather its a port or built from source so show them some love
thanks for posting it here... I will test it. Also you should post Gapps link. I have it.. but others might not and may flash the wrong Gapps.
This is NOT a rant...
These are some bugs I found so far.
1. Screen Orientation (Which OP mentioned)
2. While charging if you touch the power button It will black out and Hangs up (Pull battery and restart)
3. Camera sometimes having issues. (camera not found) but most of the time works perfect.
4. Call quality Low (Like all CM builds)
Rest everything seems to be very smooth. Google Now works without any issues.
I'm just writing this for information purpose only for those who like to use this build.
Thanks a lot to dr4stic for giving us this build.
Googler_1976 said:
These are some bugs I found so far.
1. Screen Orientation (Which OP mentioned)
2. While charging if you touch the power button It will black out and Hangs up (Pull battery and restart)
3. Camera sometimes having issues. (camera not found) but most of the time works perfect.
4. Call quality Low (Like all CM builds)
Rest everything seems to be very smooth. Google Now works without any issues.
I'm just writing this for information purpose only for those who like to use this build.
Thanks a lot to dr4stic for giving us this build.
Click to expand...
Click to collapse
Guys, turn off the notifications. The touchkey driver I used is the stock samsung one which doesn't have the BLN (button lights notifications) which CM is looking for. Whenever you get a message, or email, or really anything that would trigger a blinking LED, it's gonna crash the phone cuz the driver doesn't know how to handle it.
http://forum.xda-developers.com/showpost.php?p=32548093&postcount=108
dr4stic said:
Guys, turn off the notifications. The touchkey driver I used is the stock samsung one which doesn't have the BLN (button lights notifications) which CM is looking for. Whenever you get a message, or email, or really anything that would trigger a blinking LED, it's gonna crash the phone cuz the driver doesn't know how to handle it.
http://forum.xda-developers.com/showpost.php?p=32548093&postcount=108
Click to expand...
Click to collapse
BLN was never checked at-least on my phone. But its the screen rotation issue made me rollback to Stock ICS. I know you're very busy... but if you can guide me where to look into for that issue I will. Thanks again for ur hard work.
He needs a log cat run during the screen rotation and during start up so he can see what's going on. I don't know how to do this yet I've been looking into it but don't really know where to start. Do you know how to do this
Sent from my SAMSUNG-SGH-I577 using xda premium
Another thing that would be nice, the output of dmesg.
Just a brief explanation of what these things are. Logcat is basically the general android system logs as it boots up and runs. The dmesg is the log specifically of kernel messages as it boots up. This often includes details on drivers and potential errors there. ADB = android debug bridge, a way to connect to android, push and pull files, get a shell on the system, etc...
Install ADB drivers: If you've installed the drivers necessary to use Odin with your phone, it should include Samsung's ADB drivers for the phone. So I don't think you need to worry about that.
Install ADB: Not great, but not horrible ADB install tutorial
As for the phone itself, ADB is automatically enabled within recovery. When the phone is booted up as, you know... a phone... you'll want to go into Settings -> Developer Options, find "Android Debugging" and make sure it's turned on. That will enable ADB on android.
Now, some sample ADB commands to make your lives easier...
Check to make sure ADB sees your device (you should do this whenever you connect your phone to your computer, just to make sure you won't run into any errors with the commands below):
Code:
adb devices
Grab the output of dmesg (two versions, see it or redirect to a file.. you pick):
Code:
adb shell dmesg
or
adb shell dmesg > C:\name-of-some-text-file.txt
Grab the output of logcat (two versions, see it or redirect to a file.. you pick):
Code:
adb logcat
or
adb logcat > C:\name-of-some-text-file.txt
* NOTE: This will continue to grab output until either the system reboots or you hit CTRL+C on your keyboard. If you're just looking for the most recent messages, let it run for a few seconds and then CTRL+C it out.
Get a Linux shell on the system:
Code:
adb shell
Restart local ADB server (sometimes necessary... if you KNOW your phone is connected and ADB stopped recognizing it):
Code:
adb kill-server
Thanks guys!
I began setting a dB up on my comp last night I have java installed and started on the SDK but I fell asleep will work on it some more today. Now I'm going to read the links you posted and see if my research went in the right direction. One thing I will tell you is I've been spoiled by windows. Setting this up has given me flashbacks to the days of DOS. Lol
Thanks for the info and the time to point us in the right direction.
Sent from my SAMSUNG-SGH-I577 using xda premium
ktempleton said:
I began setting a dB up on my comp last night I have java installed and started on the SDK but I fell asleep will work on it some more today. Now I'm going to read the links you posted and see if my research went in the right direction. One thing I will tell you is I've been spoiled by windows. Setting this up has given me flashbacks to the days of DOS. Lol
Thanks for the info and the time to point us in the right direction.
Sent from my SAMSUNG-SGH-I577 using xda premium
Click to expand...
Click to collapse
Another easy way is install Droid Explorer (http://de.codeplex.com/) Power off phone when connected. then click on the logcat console button. It will open the command window and lines keep scrolling... Don't do anything till it completely boots. then Save the file (option on cmd window).
But i think the rotation issue is in the kernel so we might have to use the cmd line provided for that. U can use it in the same app.
Currently I'm back on ICS... So once I can't do it now. Today when I get some time I will re-install and run this.
Googler_1976 said:
But i think the rotation issue is in the kernel so we might have to use the cmd line provided for that. U can use it in the same app.
Click to expand...
Click to collapse
It probably is in the kernel. That's why I want the output of dmesg as well.
Incidently, it seems my initial kernel patch is winning some reviews and with any luck, I'll have it in the official cm kernel fairly soon now.
I did a search in the play Store for Log Cat, there are numerous apps in there for saving, sharing logcats, will these do the job? I certainly seems it would be much easier than ADB. Just curious.
dr4stic said:
It probably is in the kernel. That's why I want the output of dmesg as well.
Incidently, it seems my initial kernel patch is winning some reviews and with any luck, I'll have it in the official cm kernel fairly soon now.
Click to expand...
Click to collapse
So Is it basically same kernel for ur device and I577? if it is.. That's really cool.
---------- Post added at 07:42 PM ---------- Previous post was at 07:40 PM ----------
pegb856 said:
I did a search in the play Store for Log Cat, there are numerous apps in there for saving, sharing logcats, will these do the job? I certainly seems it would be much easier than ADB. Just curious.
Click to expand...
Click to collapse
I think most of them cant run booting up... ("I think is the keyword")
Googler_1976 said:
So Is it basically same kernel for ur device and I577? if it is.. That's really cool.
---------- Post added at 07:42 PM ---------- Previous post was at 07:40 PM ----------
I think most of them cant run booting up... ("I think is the keyword")
Click to expand...
Click to collapse
*I think* that makes sense and you are probably right.
dr4stic said:
Guys, turn off the notifications. The touchkey driver I used is the stock samsung one which doesn't have the BLN (button lights notifications) which CM is looking for. Whenever you get a message, or email, or really anything that would trigger a blinking LED, it's gonna crash the phone cuz the driver doesn't know how to handle it.
http://forum.xda-developers.com/showpost.php?p=32548093&postcount=108
Click to expand...
Click to collapse
Here is the Logcat... and Kernel Log
Well I'm all in. I was cleaning things up before loading everything up and accidentally deleted all my backups . Oh well, so far I'm loving this. Hope it's good to go for a daily or I'll be setting up a new ICS install too.
I could always upload one of my ICS backups to drop box for you if it comes down to that
Sent from my SAMSUNG-SGH-I577 using xda premium
ktempleton said:
I could always upload one of my ICS backups to drop box for you if it comes down to that
Sent from my SAMSUNG-SGH-I577 using xda premium
Click to expand...
Click to collapse
Not a big deal. So far not having any issues other than rotate bug. Even notifications are working ok. I did turn off some notification light setting and I thought I saw something about softkey flash notification, but I couldn't find it again. Take me a bit to get used to the menu structure.
Everything is pretty smooth as of right now.
Unfortunately my phone randomly shut down twice today and I ended up going back to ICS for now. The first time I had foursquare open but had laid it down since the light changed and when I picked it up it was off, the second time it was just laying on the desk and when I picked it up it was off again. I did back it up before restoring ICS though. I've got a lot going on the next couple days and need a dependable device.
I might restore back to CM 10 and tinker with it when I'm not expecting phone calls.
pegb856 said:
Unfortunately my phone randomly shut down twice today and I ended up going back to ICS for now. The first time I had foursquare open but had laid it down since the light changed and when I picked it up it was off, the second time it was just laying on the desk and when I picked it up it was off again. I did back it up before restoring ICS though. I've got a lot going on the next couple days and need a dependable device.
I might restore back to CM 10 and tinker with it when I'm not expecting phone calls.
Click to expand...
Click to collapse
Same here after i provided the logs. The phone was lying and when i checked it was shutdown.
.
We were having similar problems on the blaze end. Most of them seem to be getting worked out pretty quickly so I'm fairly confident you guys should be seeing some problems fixed soon too.
Sent from my SAMSUNG-SGH-T769 using xda app-developers app
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!
3.0
given up using peoples dirty code, so downloaded nvidias dirty code instead lol
cleaned the code up best i could, things ive noticed while playing games on the tablet is -
when i play "nitro nation" the first race no longer stutters
when popups appear they dont take a while to appear..
when i play "word mind" it doesnt take ages to load with crackling sound
when using "kernel auditor" if you set the GPU max and min values high (i only did this trying to keep the values standard), when the GPU gets hot, it cant scale down the GPU frequency so it starts trying to kill tasks.
i dont think you need to download/flash blobs as they are for flashing binary stuff, but i cant find a need for it, think its more of a precaution to ensure the kernel boots.. but dont think i have flashed them
-----------------------------------------------------------------------------------------
3.1 : FINAL,
dunno what changes i made but ive recently upgraded my tablet so figured id upload my latest and last
obveously i have had to start again running 3.10.96 but done alot of work to make it as fast as i can so far, but i deleted all references to my old code and cant find them anymore,
GPU is now at 914 MAX as ive found its the GPU that generates a lot of heat, which causes it to throttle, and found values higher than this just degraded performance.
ive known for a long time that "DT2W" works great while connected to USB, due to the custom USB wakelock, i know the app "wakelock revamp - power manager" would resolve it. but ive found tapping where "notifications" would be wakes the screen (ive found bottom right where the camera would be is a good spot) im trying to figure out how to apply the wake lock better.
scores on PCMARK are above the scale on most values
scores on 3DMARK are around 3250 ~ 3320
=========================================
if you want to create your own, i created a guide, also the website i used to help me understand
https://************/how-to-build-android-kernel-on-windows-10/ appuals . com
-----------------------------------------------------------------
Thanks to :
-----------------------------------------------------------------
"hazel nut" for his support, as if he never said "cant wait for it to come out" i dont think it would of pushed me so much
----------------------------------------------------------------
"BitOBSessiOn" for his source code
https://github.com/BitOBsessiOn/android_kernel_nvidia_shieldtablet
-----------------------------------------------------------------
"laufersteppenwolf" for his source code and commits to overclocking and DT2W/STW
https://github.com/laufersteppenwolf/android_kernel_nvidia_shieldtablet
-----------------------------------------------------------------
"Christopher83" for his cross compiler
https://github.com/Christopher83/arm-cortex_a15-linux-gnueabihf-linaro_4.9
-----------------------------------------------------------------
Microsoft, if i didnt hate windows 10 so much, and didnt get a message regarding dropping support for windows 7,
i would still be using a virtual machine which due to it being so slow, i would of probably given up a long time ago
----------------------------------------------------------------
thanks to everyone that has said thank you
Nice to see that you open a thread.
Appreciate a bit companionship here.
In your guide didn't you specify how you create thr zip file.
I used the nethunter installer, which is based on lazy flashed in regard of the external modules, this come in handy, but I found relatively little among the Shield kernel support.
I noticed that you set the make command with the addition of the specifications of the number of CPUs, which are to be used, before every command.
Is this a typo, or is this the correct procedure when you compile with Windows?
Did you mean with
"bin-bash-command"
Click to expand...
Click to collapse
-
cd ~
Click to expand...
Click to collapse
?
PS
1
response
That's just how I make the command, as if you tap the up key, you can scroll through previous inputs, if it makes it faster- that's a bonus.. but you're right about being very little support.
With regards to the zip file - you could use mine or any other zip that is a kernel flash - as long as you drop it into the kernel folder.. I believe there is an "anykernel.zip" somewhere if you prefer to use that.. also if you wish to add your own personal touch, you can modify the script file in the metadata folder
Response
I also chose different colours in the guide and placed it in a separate line so people could understand the exact typing.. or they could copy and paste..
But with regards to support it is one of the reasons I made the guide, in hopes the Nvidia community could follow it, understand how to achieve their own kernel, and improve the tablet. As there seems to be a serious lack of support..
I had to learn on my own, through Google and YouTube, but hopefully this will speed up what took me a month of trial and error..
Is it compatible with stock based fw (5.4)? Just need to flash blobs, then kernel and reboot?
Respond
Yeah, extract the blobs before flashing.. only available for stock/stock+ rom
Reply
Oh, by the way, you can’t compile with windows unless you’re using a virtual machine.. has to be Linux/terminal
Bleeblun said:
Yeah, extract the blobs before flashing.. only available for stock/stock+ rom
Click to expand...
Click to collapse
Thank you, I will try out as soon as I can get to my computer. I have downloaded the wakelock v3 app and kernel adiutor an I can't enable wakelock in kernel adiutor (I can't see any option for it). Only this new kernel will support this option, am I right?
Reply
attom93 said:
Thank you, I will try out as soon as I can get to my computer. I have downloaded the wakelock v3 app and kernel adiutor an I can't enable wakelock in kernel adiutor (I can't see any option for it). Only this new kernel will support this option, am I right?
Click to expand...
Click to collapse
You must of done something wrong as “wake” is below “gpu”
You extract> then flash the blob at the fastboot menu via typing - fastboot flash staging <blobfilename>
Then via TWRP recovery you install the “OC K1” kernel without extracting.. I have 3 tablets and it’s worked on them all.. hope this helps,
Bleeblun said:
You must of done something wrong as “wake” is below “gpu”
You extract> then flash the blob at the fastboot menu via typing - fastboot flash staging <blobfilename>
Then via TWRP recovery you install the “OC K1” kernel without extracting.. I have 3 tablets and it’s worked on them all.. hope this helps,
Click to expand...
Click to collapse
Yeah, everything worked, awesome, thank you!!
Response
attom93 said:
Yeah, everything worked, awesome, thank you!!
Click to expand...
Click to collapse
Thanks for letting me know, originally you wouldn’t of needed the “wake v3” app, but I started fresh, which gained performance, and I decided to look for an easier way to stop the tablet “deep sleeping” on me.. less of a headache this way :laugh: