[ROM][Unofficial]Firefox OS 2.0 Pre-Release for Kindle FIre HD 7[5/22 Alpha] - 7" Kindle Fire HD Android Development

*** USE AT YOUR OWN RISK! I AM NOT RESPONSIBLE IF THIS SOFTWARE OR SOMETHING ELSE SUDDENLY FRIES YOUR DEVICE. ***
Firefox OS
Download Info:
Latest Build: [2014-05-22] Alpha 2.0 Pre-Release
Links:
Dev-Host: Download
Md5sum: 1b9e59c7af3ef6f481f736c207dce1df
Older Builds:
[2014-05-20]
Links:
Dev-Host: Download
Md5sum: cf1cabaa21cd4b3767449bc7300666b0
[2014-03-12]
Links:
Dev-Host: http://d-h.st/1qH
Md5sum: 8799eafb470354ad0ecc717f0fb3ad88
[2014-02-36]
Links:
Dev-Host: http://d-h.st/gkB
Md5sum: 8c1635cf11375db632b0f5f3f4897737
Ok i have been working on this for a few months and finally got around to uploading my latest build and decided to make this public. This is Firefox OS ported to Kindle Fire HD 7". It is still quite buggy but I believe alpha status sounds about right at this point. Here's some info about this OS in case people want to know the technicalities. This OS is based on AOSP 4.3 using hashcodes cm 10.2 device tree with some modifications. While it is based on AOSP Android, this OS is only based on it in the sense its core is based on android, it has no dalvik virtual machine so don't even bother flashing a gapps package with it, it wouldn't even recognize it inside the OS.
I have to give a big thanks out to Hashcode, for putting up with all my questions in the irc about building rom's considering i'm totally new to compiling an android os, much less troubleshooting the technical things. Also have to give a big thanks to the Mozilla dev's in their irc because they helped me quite a bit in figuring out how to get past the main bug i was having(especially gerard-majax). For those of you who weren't in the testing you would'nt know but the original builds of this would boot up to the firefox boot animation, flash a white screen and then blank. Managed to work around this rather than fix it for now thanks to them, along with answering alot of my questions that are more inside Firefox OS's realm rather than android's. Now that i mentioned that i have to thank all my tester that helped me get this project off the ground by testing the rom out and reporting any bugs, along with just reporting if the latest build worked. These people include but not be limited to: Jserrano56, LinearEquation, Ph0enix_216, r3pwn, viktormax3, trinaldi, south956, and Latonya1. If i left anyone out i'm sorry, i grabbed everyone's names from my sent items rather than browsing the entire thread where everyone volunteered. I will add screenshots as soon as i can.Screenshots added! Sorry for there not being any lockscreen pics, i can't take them because the shortcut for screenshot in Firefox OS is power + home button, and there are no softkeys in the lockscreen for homebutton...
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now let me list some bugs it has that are currently being worked on to the best of my limited capabilities:
[Pre-2/26]
Battery Gauge doesn't work - Fixed sorta (see new bug below that was caused by fixing this)
[2/26]
Gralloc is disabled because of bug with sgx gpu's so theres some laggyish graphics < Fixed [2014-03-12] (thank you mozilla devs for patching this!)
"Insert SIM Card" message is displayed on drop down menu and lockscreen < I'm looking into this, all i know is i need to figure out how to disable RIL
Camera is broken - now compiles sucessfully but still doesn't work (mediaserv crashes and burns)
Video Playback wont even initiate < still not sure about this problem, trying to look into it- Fixed [2014-05-20]
Issue where device tends to not want to come out of sleep mode unless plugged into charger < Looking into - Fixed [2014-05-20]
Bluetooth isn't working yet - Fixed [2014-05-22]
Miscellaneous GUI glitches < These are more than likely mainstream since version 1.3 was being stabilized until recently.
Charging Loop on lockscreen when charged by usb low power < still looking into this
sdcard is a bit glitchy
mtp isn't working (adb works fine though)
usb connection restarts every so often < probably related to why mtp isn't working
small boot animation < not sure if i should stretch this or fill in the background with blue or see if mozilla devs have a higher res version somewhere
Note that like i mentioned in the bugs, this is based on a 1.4 Pre-Release, which isn't exactly the most stable branch. If you are wondering why i used an unstable branch the answer is simple, 1.3 is based on ICS sources, and i didn't have an ICS device tree to work with. At this point i guess you could say this OS is comparable in a sense to Ubuntu Mobile OS, simply because android is more popular, but as i like odd things i decided to go for it with this ROM, so I will say this, if all you use your Kindle for is email, browsing the web and listening to music, then this ROM would be good for that, it was designed to be Completely html driven. It should run smoother than it does now in the coming updates.
So without further ado let me post some instructions for flashing this ROM:
***Notice*** Please make sure you have at least twrp 2.6.3.1 installed or you may encounter problems.
Download the ROM above and place on sdcard
Boot into twrp
Do a factory reset
Hit Install
Choose the ROM
Reboot
Profit!
Notice: I am looking for developers that would like to help me with this project as i don't know any C++ or C coding, so the bugs i can fix are limited to what i can find that is simple or simple enough in C++ that i can change a string here or there. So please if you aren't busy or are interested i would love some help fixing things.
Now for any developers that are interested here is a small tutorial on how to download and compile this because the process is slightly different than the android setup by a little:
First off i suggest reading the setting up the build environment herethat Mozilla made, but keep in mind some things when following their instructions, their build instructions were designed around the stable 1.3 branch which I'm not using, so certain things like the compiler versions they list are incorrect so for what they call for using as gcc and g++, install the 4.7 version. Another thing they don't mention because i stray from their path is you will in fact need Java, so make sure that's installed. i included a preset .userconfig to specify the correct version of gcc and g++ to be used, if its in a unusual path or something look in the .userconfig file to change it(its in the root folder of the build environment). I also advise setting the ccache higher than they put it at, it usually works at what they set it to but recently i couldn't get it to build until i set it to 5GB. One last thing i haven't automated yet is because this was a non Java using OS the signapk.jar file doesn't get auto-copied to the folder it needs to be in when the otapackage is made so if you ever make clobber or its your initial build remember to
Code:
cp tool/update-tools/bin/signapk.jar out/host/linux-x86/framework/signapk.jar
Ok that paragraph appears to be a bit of a mess but i think i put the core info for setting up a build environment in there. Next how to download and set everything up. First off goto the folder you want to set this up in(for me it was my home folder) and run
Code:
git clone https://github.com/stunts513/B2G.git
once that is done run this:
Code:
./config.sh tate
Now go do something for a few hours because its going to download a lot of data.
Now that it is done downloading there is something important you need to do or it will complain about missing dependencies, go into the frameworks/base/graphics/jni folder and rename Android.mk to Android.mk.disabled or just delete it. I suggest if you want to put this in another name other than your login name on Linux to "export USER=blah". Ok now things get different but simple, run this
Code:
./build.sh -jX
where X is the number of physical + logical cores your pc has. Once the build process finishes run
Code:
./build.sh otapackage
Once that is done you would think "yay my build is complete", but no it never could be that simple, lemme explain the next steps to do until someone helps me recode some python scripts.
Now that we have a signed apk we need to add some things to it to get it finished because the python scripts need some editing i don't know how to do. Go into the out/target/product/tate folder and open the zip file it created up, add the data folder into it. Now open the META-INF/com/google/android/updater-script and find this line
Code:
mount("ext4", "EMMC", "/dev/block/platform/omap/omap_hsmmc.1/by-name/system", "/system");
package_extract_dir("system", "/system");
right after it add these lines:
Code:
mount("ext4", "EMMC", "/dev/block/platform/omap/omap_hsmmc.1/by-name/userdata", "/data");
package_extract_dir("data", "/data");
and don't forget at the end to add the
Code:
unmount("/data");
before the
Code:
unmount("/system");
Now that that is over with grab the last command you see outputted in the terminal about running java -jar signapk.jar and modify it so it doesn't have the /tmp directory as the input file, and make the output filename whatever you wish. Tada theres a successful build for ya. if you want to look at it i have this info on my github wiki for b2g in case i either left something out or had extra info on there.
XDA:DevDB Information
Firefox OS, ROM for the Amazon 7" Kindle Fire HD
Contributors
stunts513
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
ROM Firmware Required: 2nd bootloader and twrp 2.6.3.1 or higher
Based On: AOSP and a CM device tree
Version Information
Status: Alpha
Created 2014-02-27
Last Updated 2014-05-27

Nice work stunts!!
Sent from my Nexus 4 using Tapatalk

Thanks! Hopefully this will attract some dev's and some people might get interested in this os. I find this is very interesting in the sense that all the apps are literally coded in JavaScript and html5, so practically anyone could learn simple languages and make apps, I already have been learning a bit of JavaScript myself so I can understand what's going on in Gaia a bit better (Gaia is what the ui is called for those not informed). Learning JavaScript is kinda interesting because its the first object oriented language I've learned I believe. Anyways things I'm going to need a dev's help with more than likely are the camera, the Bluetooth, and the video playback issue. I have some leads with video playback but haven't had very much luck with figuring it out. Anyways I hope to see more people posting in and their thoughts plus any bugs they found/I forgot to mention. By the way I recommend trying the games out, they run quite smoothly considering I have gralloc disabled, I was surprised that games like solitaire actually had dragging and such, I'm kinda new to html5 so it actually surprised me.
Sent from my Amazon Kindle Fire HD using Tapatalk

Great job, stunts. I'm definitely gonna give this one another go.
Sent from my iPod touch using Tapatalk

upload pics please ! great work !

Thanks, BTW I did upload pics, because this is a devdb thread it has a screenshots button up at the top so I didn't think I really needed to put pics in the main post but I guess I can because they aren't exactly in your race the way it is. I'll link them into the post when I get on my PC.
Sent from my Amazon Kindle Fire HD using Tapatalk
Edit: ok i put linked the screenshots that were there already so they show up on the main post, if you think i put too many or they are too big or somethign please feel free to tell me so.

This is just AWESOME!! Thank you for this
Sent from my LG-E430 using XDA Premium 4 mobile app

stunts513 said:
Thanks, BTW I did upload pics, because this is a devdb thread it has a screenshots button up at the top so I didn't think I really needed to put pics in the main post but I guess I can because they aren't exactly in your race the way it is. I'll link them into the post when I get on my PC.
Sent from my Amazon Kindle Fire HD using Tapatalk
Edit: ok i put linked the screenshots that were there already so they show up on the main post, if you think i put too many or they are too big or somethign please feel free to tell me so.
Click to expand...
Click to collapse
exellent work. keep like this !

Thanks for the support! I have been looking into disabling ril so that annoying insert sim message will go away, I kinda made some progress on it but its kinda half and half progress, I'm twiddling around with gaia's innards, and someone mentioned there's a way to build Gaia that's meant for a tablet so I tried it, here's the upside so far about it, it took the annoying sim message away, and has a slightly different layout with only 2 pages on home screen and I think the search box was disabled. This is the downside, it took away the games collections and such, the icon for insert sim is still on the status bar and the lock screen still says no sim. Even worse than that was the fact I believe the only way I can put it into practical flashing use is to make a production build rather than a user debug build, in order for me to even test it I had to wipe data, and then run a make file that pushed the needed files via adb. Even weirder to me is I found out as it is right now I was thinking I need to edit hashcode's python scripts for building the otapackage to include /data to be auto included in the packaging process, and after seeing how a production build is made I see why it's unnecessary, a production build actually puts them on the system partition. Might still add a command line option to the scripts for if its a user debug build to do so. Sorry if this seems like confusing ramblings, I find it fun talking about technical things.
Sent from my Amazon Kindle Fire HD using Tapatalk

Haha stunts, the beauty of having your own rom thread is you can ramble all you want! Thanks for your efforts, I'll be checking it out!
Sent from my MB865 using xda app-developers app

Looks promising. Be keeping an eye one this. Once it turns beta I'll give it a try. Keep up the good work.
I checked this out I really like it. Hope you keep up with this.
Sent from my Kindle Fire HD 7 using XDA Premium 4 mobile app

Update!
Ok, here's an update, have a major bugged fixed in this release as well as minor graphical bugs.
Update: [2014-03-12] Alpha 1.4 Pre-Release
Links:
Dev-Host: Download
Md5sum: 8799eafb470354ad0ecc717f0fb3ad88
Whats fixed in this update:
-gralloc works now (thank you mozilla devs for fixing this)
-misc gaia(the homescreen/gui) fixes.
What these fixes mean:
With gralloc functioning now, the graphics are much much less laggy, and i can also start troubleshooting the video playback issues a bit more than previously. You will now notice a nice artifacting loading logo on videos in youtube, and on games like safecracker it will be a nice big fullscreen artifact on the screen while sound is playing.
Gaia misc fixes from upstream, they are nice little things that needed fixing that now work correctly, like that little bar of bleed through from the homescreen on certain apps and games is gone, things like that. I will update my screenshot now so that actually looks nicer.
Thanks to this update some things were brought out that i now can start throwing some guesses around as to whats up with video playback and the games and such that are artifacting. It probably has to do something with a buffer, but i have said this before i need a dev that will help patch this kinda stuff, i have no clue how to myself. All i know is most of the problems i'm having with video playback issues and artifacting and such are probably caused by the fact Mozilla has their own custom framework/av folder, which in turn i believe has its own custom libstagefright, this also i think had something to do with why i couldn't get the camera's hal module to compile. So if any dev is willing to take a look at this please help me.

Finally had a good time to test this out (if you call Argumentative Writing class a good time). Flashed well, booted without a hitch, and the setup wizard or whatever it's called went smooth. I've gotta say, nice job Other than the bugs you've already addressed, my only complaint was that the music app went into a scrolling loop when in the album art view, then crashed.
@stunts513, be proud of yourself - this is quite the accomplishment I only wish I could do something as awesome as this.

Thanks, I'm thinking about trying to build it for the other devices as well sometime this week to test it out and commit any tweaks I may need to make to compile for those devices. I've been doing other things lately so I haven't been booted into Linux much this week and my debugging hit a bit of a standstill, I'll try debugging it again soon and see if I can fix anything else.
Sent from my Amazon Kindle Fire HD using Tapatalk

Bump?
For your own custom Sig : http://forum.xda-developers.com/showthread.php?t=1922304

Can't wait till this reaches its beta stages. Would definitely use it!
Sent from my Amazon Tate running CyanogenMod 11

Same here, I enjoyed watching it but the YouTube no video was the killer for me, does hulu work on it by any chance even thru chrome cast
For your own custom Sig : http://forum.xda-developers.com/showthread.php?t=1922304

Funny it would get bumped today. I've been upgrading to a cm 11 device tree kitkat based build for about 4 or 5 days. Been having to debug a error for the past few days that was driving me nuts and I finally got passed it. Even more surprising is the fact I didn't have to disable the camera and I think it compiled its module successfully. I just finished a build a while ago and plan on testing it tomorrow once I make a nandroid backup. My main issue is as it turns out from multiple devs telling me(hashcode and gerard-majax) I added some unneeded stuff to the manifest back in the jb builds. Apparently just because the compilation process requests it and errors out without it doesn't mean its required(this really surprised me). Long story short some llvm and clang related stuff was being compiled thanks to some librs related stuff and erroring out for some reason and it turns out I had to kill it at the source. Let's hope my build works, I'll try to post the results depending on if I go shopping for parts for my microwave or not.
Edit: oh and as to the video, I have not heard of b2g having chromecast. I don't know if they would support it or not considering its based on googles work but forked in a different direction. And no as of that last build no video was working. I think it was something with ducatti not working right so none of the video would even decode and there was some kinda buffer error with I think open on related animations so even of the decoder worked I think it would a been artifacting like the YouTube play button and such. Hopefully the cm 11 builds will work better. I still don't have a dev to help me with this so progress is kinda slow seeing as I don't know c++ I can't do too much. I'm just glad all the devs have put up with my questions up until now as I know how annoying I can get. It's not often I find tech savy people that know more than me about PC's as i come from a small town so I tend to have a million questions when I find someone smarter than me.
Sent from my Amazon Tate using Tapatalk

UPDATE!
Download Info:
Latest Build: [2014-05-20] Alpha 1.4 Pre-Release
Links:
Dev-Host: Download
Md5sum: cf1cabaa21cd4b3767449bc7300666b0
Update info:
-updated to a kitkat build with the cm 11 device tree
Fixes:
-Fixed video playback - (actually hashcode did, i just pulled in changes from his repo and it worked)
-Camera doesn't work but the module is compiling now so camera *may* work soon, don't hold me to it.
On another note, i noticed while atleast video playback is working not all video files are openable, but i haven't tried much outside of a random file left over from a android game that it found so i don't know the extent of what can and can't be played. The file i played had audio and no video.
Oh and something important you need to do when you first boot into it, enable soft home from settings>developer options, for some reason the previous method i used involving a build.prop property didn't work this time around. Kinda annoying...
Todo:
- In the next few days i'm going to sync up my sources with hashcodes again becasue he said he's got some camera fixes he's working on that might help.
- See if the hwc will build and load on cm11 builds as it may fix the artifacting on certain games

Nice will try asap, today's too late and I just saw......imma download though
For your own custom Sig : http://forum.xda-developers.com/showthread.php?t=1922304

Related

[ROM][ALPHA]Honeycomb - OG Droid

THIS ROM IS STILL IN THE ALPHA STAGES!!!!
Here's where you can download the most recent version:
Honeycomb Alpha V0.5.8
Very few things work in this rom, but for good measure here's the list of things that DO NOT work:
Data
Camera
SDCard
Gps
Calls
Battery Status
[ALT] and (hardware) key
Screen Colors (red=blue/blue=red)
App FCs
Original Honeycomb port for the OG Droid thread started by R2doesInc:
Here
======> I TAKE NO CREDIT FOR PORTING HONECOMB TO THE OG DROID
I've put a lot of time and effort into trying to modify R2doesInc's version of HC to function better on the OG droid. There are a lot of problems and I have a small understanding of that I need to edit or replace to get some of them working, but as anyone who knows anything about computers, partial wont work. If anyone is interested in helping, please post here or shoot me a PM.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=| UPDATES |=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
=+=+=+=+=+=+=+=+=| 9/18/11/11:40pm |=+=+=+=+=+=+=+=+=
Hardware Acceleration working better (still laggy at 800MHz)
=+=+=+=+=+=+=+=+=| 9/18/11/11:40pm |=+=+=+=+=+=+=+=+=
Hardware Acceleration (KIND OF)
The rom has much less lag now, after adding some files from Cyanogenmod Nightly 175
Auto Rotation (KIND OF)
You have to slide open the phone, and a lot of things are kind of chopped off
but it works
[Shift] Hardware Key
You have to hold it and then hit the key that you want,
but it works
=+=+=+=+=+=+=+=+=| 9/13/11/6:35am |=+=+=+=+=+=+=+=+=
Fixed SuperUser Permissions (with help from the dsixda Android Kitchen):
Added universal SU scripts and .apk
=+=+=+=+=+=+=+=+=| 9/8/11 9:14am |=+=+=+=+=+=+=+=+=
Fixed the Hardware Buttons:
Modified "/system/usr/keylayout/Generic.kl" to include functions for the power, volume and camera keys.
-On Screen Keyboard Solution found-
There was never really a problem to begin with. All you have to do is touch anywhere you can type,
when you do an icon will appear next to the time. Press it and turn off the hardware keyboard.
Its a nifty function to switch between which keyboard you want to use
(especially since i couldn't fix the [ALT] key the same way I fixed the hardware keys).​
Screen Shots!!
(Currently blue is replaced by red and red replaced by blue on the phone's screen)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Keep up the good work!
I have my gf's old inactive Droid to play with, and I want to make it into a media device (wifi internet, mp3, games, etc) so this would be perfect for what I want to do with it. I would be more than willing to donate for an operational HC port to this tired, but still good, old device. All I would need is wifi, charging, and usb/pc connectivity. The rest is bonus.
Edit:
On a side note, I don't have much/any real experience with Android development, but I do have some knowledge of programming. I downloaded the SDK and other develpment items a while ago to try, but didnt dive in much. If you would be willing to work with a newb, I would be more than happy to give a bit of time to the cause...
ExNukeSquid said:
I have my gf's old inactive Droid to play with, and I want to make it into a media device (wifi internet, mp3, games, etc) so this would be perfect for what I want to do with it. I would be more than willing to donate for an operational HC port to this tired, but still good, old device. All I would need is wifi, charging, and usb/pc connectivity. The rest is bonus.
Click to expand...
Click to collapse
I'm currently working on the USB interface and let me tell you, its a tough nut to crack. I've done some research on it and it seems that there is some bad news (possible delays for a HC USB patch) and some good news (a glimmer of hope in the fact that some other devices have gotten USB functionality). I'm still looking into it, but for now, the only things that I know need to me modified/replaced are '/system/etc/vold.fstab' and '/system/bin/vold'. If there are any other files that I may need to edit or add, anyone, please let me know.
As for the donation part, I don't really deserve donations for what I'm doing. R2doesInc is the one that did all of the work in porting this to the OG Droid. All I'm doing is modifying it to give it more functionality.
ExNukeSquid said:
Edit:
On a side note, I don't have much/any real experience with Android development, but I do have some knowledge of programming. I downloaded the SDK and other develpment items a while ago to try, but didnt dive in much. If you would be willing to work with a newb, I would be more than happy to give a bit of time to the cause...
Click to expand...
Click to collapse
I don't mind working with a 'newb' as I too am a newb to the development of roms. I've already learned a lot about working with roms and editing files since I fully dove into working on this. What I need you to do is PM me and I'll give you a basic run down of what I've done (so you can have the same changes made to your copy of OMHC), some notes on what files I've worked with and a list of files that I know of that are connected to each problem. Who knows, by the end of this project we may both be considered devs.
What you need to do is go the R2doesInc's original thread (link in the first post) and follow a link on his page to download the OMHC_Sholes.zip found on his development website. I've emailed him to see if he is willing to help with programming, script writing or advice on how to get some of the functions to work and I'm currently awaiting his reply.
EDIT - The BOLD statement above is no longer true. I have the most recent version linked in the first post. NO ONE HAS TO DO ANY MODDING TO THE ROM TO HAVE THE FUNCTIONS I HAVE ADDED
While it's nice to see forum members contributing to the poll I've attached to this, why don't we get some conversation rolling on this subject. I understand that this idea is a little far-fetched, but with some support and ideas, this could be more functional.
I'm really putting all of the extra time I've got into this (It's not much and I'm currently cutting into my sleep schedule A LOT), but I can't really get anywhere without the help of some experienced or semi-experienced advice. If you have any knowledge of what files are needed for some of the above problems to function, then please post with some advice. The same goes for editing those files.
I'm not a dev, but I'd like to have a more in depth knowledge of how to modify roms from the ground up.
i wish i could give a little bit of help, but i have no idea what i would be doing on the dev side. but i agree, the D1 community is dead. the only thing i could help with is trying to post something on droidforums.com because i think that that site is more active with D1 people. hopefully that helps out a little, but i wish you the best of luck bro and i will be one of the first ones downloading it once its gets stable, i have been waiting for honeycomb for a while. so ill help by giving feedback then.
That would be great, feel free to put a link to this page there if that's allowed. Any dev that could help would be welcomed with open arms
Fixed A Problem
UPDATE - Alpha V0.2
Superuser permissions added
Its the old style and you may have to back out to the home screen (press home soft key in the bottom left of the screen or by pressing search and then the back soft key), but it works. I've been able to use rom manager to reboot into recovery and give Set CPU root access (even though the darn thing FCs after any attempt to change the CPU speeds.
I'm on the D2, but it would be great to see some development for honeycomb, because it seems like once it gets onto one device working well, it spreads like a disease (a good disease... like... something good that spreads like a disease ahaha). The development at droidforums tends to be semi-alive for the OG Droid, though, because I see new posts there almost daily. I'm sure the community would love to help, since there seems to be a pretty solid core of OGD developers there!
Sent from my ApeX-ed, Overclocked, and Automated Droid 2.
i posted you link over at droid forums. so hopefully people come over now and help you out
xm0067 said:
I'm on the D2, but it would be great to see some development for honeycomb, because it seems like once it gets onto one device working well, it spreads like a disease (a good disease... like... something good that spreads like a disease ahaha). The development at droidforums tends to be semi-alive for the OG Droid, though, because I see new posts there almost daily. I'm sure the community would love to help, since there seems to be a pretty solid core of OGD developers there!.
Click to expand...
Click to collapse
Honeycomb would definitely be a great disease to have spreading around. From what I understand the ZTE Blade and the HTC HD2 are the two phones with the most features enabled from HC. Most others are basically in the same boat as the OG Droid.
I'm still digging around a lot to see if I can find anything else to get to work. I'm still having a lot of problems getting the SD Card to mount. The most frustrating things is while running the HC rom, I can enable USB debugging, but my computer (no matter what program I'm using) doesn't recognize my phone. I'll jump between droidforums and here to see about getting anything working.
---UPDATE FOR ROM---
Ok, so this isn't actually anything big. I installed rzr recovery on my phone and used it to overclock my phone to 1100MHz. The rom runs a lot smoother with the overclock, but there's still a lot of lag. I still need to figure out how to make the Hardware accel work.
BE CAREFUL WITH THIS RECOVERY. IT WAS INTENDED FOR RZ ROMS AND MAY NOT LOAD YOUR BACKUPS CORRECTLY!!!
I've also noticed that some apps like to FC when trying to perform certain functions. Maybe because they're not for HC, but I'll be looking into it. Also, I've been kind of ignoring a problem with coloring because Its not all that important, but I'm adding it to the "to do" list
This is great. Keep up the good work friend!
Sent from my ApeX-ed, Overclocked, and Automated Droid 2.
Update - Minor Thread tweaking
I cut out all of the fat and renamed the thread. Also added a link to download Alpha V0.2
I'm still looking for somewhat experienced devs to take a look under the hood and try to help out. Anyone who would like to test the rom can now that I've uploaded it to the web.
Please, PLEASE remember that this rom is still in alpha stages and needs a lot of work or overseeing from an experienced dev. If you notice any problems that are not listed on the main page, please let me know so I can add it to the "to do" list.
Sorry for the delay in a response, Mastur. I have a 7 week old and a new house as well as working nights, so its been short on free time. I will get you a PM tomorrow and try to give you a hand from there. Thanks!
No worries man. I've been hard at work, but I still need help with this. My friend is familiar with xml and html but not with the android OS. So I don't know how much help he'll be. I don't know anyone familiar with java, but I'm not sure how important that really is...
HUGE update coming a little later! A lot of work finished and screen shots uploaded
EDIT - Update's in!!!! The link to the new alpha of Honeycomb is in the first post. Happy downloading =)
thanks man this is pretty cool
Updated link in first post. Better hardware acceleration, still not perfect
Looking great! Keep it up!
Sent from my Droid using Tapatalk
I planned on it =) a lot easier to work on it now that I have ny bionic and don't have to keep nandroiding it
Sent from my DROID BIONIC using XDA App

[3-9-12][ROM][EP4D] InfinityROM

NOTE: I will support this here as well, and am posting here so others can see the ROM as well. However, I will keep the post and information more up-to-date on Rootzwiki. I don't have time to browse through a bunch of different forums for support questions and other requests, so please keep that in mind when posting here.
With that being said, here is what you've been waiting for. This is the continuation of the last InfinityROM that was created based on the EP1W leak. A lot has changed since then, way to much to go through and update in the posts of the previous topic, so we are starting out fresh. This ROM is based on the official OTA that just recently got sent out to DROID Charge users everywhere. From there, it went through a major weight loss session, and got a full make over to get the wonderful orange and brown stock color scheme out. Much of the theming work was originally done by Retrokid223, and has been brought into this new ROM by myself. We went for a TouchWiz 4 look from the SGS2, mainly because it is currently the look that I like.
To go through a brief history of what this ROM has gone through to get to its current release state, here is a slight Cliff Notes run-down. I took the update and went from EE4 to EP4D. I then dumped the stock ROM from my phone and deodexed it. From there, I went to work taking out a bunch of stuff that people don't want, and things that are easily installed from the market. After that, I replaced a small handful of TouchWiz apps with their AOSP equivalents, and rethemed everything, updating icons and images as needed from newer SGS2 and also SGS ROMs that have been released into the wild since EP1W came out. A few tasteful mods have also been added, and from here, TSM Parts will follow shortly.
This ROM is mainly so people can continue to use InfinityROM and the latest update without having the ugly stock color scheme. I will try to keep a TSM Parts free version updated as changes are made, but not everything will remain free of TSM parts changes forever. This initial release does not have anything major TSM additions in it yet, but those are on their way for the people that want them (myself included). Many apps have remained stock, though they have been rethemed to ditch the stock color scheme. The reason for this is to keep the added functionality of the TouchWiz versions, cause the AOSP versions of many of the apps are lacking in the usability department. Stuff that has been replaced has been from a stock, deodexed dump of 2.3.7 from the Nexus S.
To go with the great ROM, is a great repacked kernel. Since you can only do so much to a stock kernel when repacking it, I kept the EP4P kernel from the last test version of the ROM with the current update. This will be replaced in the coming weeks once I can get a source built kernel going. There are only minor changes to the kernel that is included, so it's nothing really special, but it gets the job done.
Screenshots will be added at a later date, along with what are likely to be several additions that users can put into the ROM (stock keyboards and other items). For now, this is what you get, and stay tuned for future updates, as there is more to come.
Installation Instructions
Backup your current ROM and Data before flashing
Download the ROM package and transfer it to your SD Card
Flash CWM if you have not already done so, then restart your phone into recovery
Select the ROM that you downloaded and flash it. NOTE - the package will auto-format your partitions to ext4 wiping all data in the process
Restart your phone, and enjoy
Downloads
0309 Infinity
0309 Infinity w/TSM Parts
1214 Infinity
1214 Infinity w/TSM Parts
1211 Infinity
1211 Infinity, EXT4 Formatter
1211 Infinity w/TSM Parts
1211 Infinity w/TSM Parts, EXT4 Formatter
1204 - Initial Release
Add On Packages and Other Files
Backup Assistant
DLNA Client (AllShare)
Media Hub
Samsung Keyboard
Screen Capture Service
SNS Accounts
Swype
TW3 Widgets
TW4 Widgets
Verizon Apps
Accurate Battery
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks
jt1134 - for helping me get started with development
sbrissen - for TSM Parts and all his smali help
Retrokid223 - for the initial theme work that was used
Miscellaneous Helpers and People that Deserve Thanks Anyway
OMJ
Adrynalyne
nitsuj17
chopperthedog
KhasMek
poitee
supercurio
The rest of TeamSbrissenMod
Changelog
0309
Fixed force close on themed OzEmail.apk
Uploaded several AddOns
Updated ad-block hosts file
1214
Minor theming work done
1211
A few framework changes (framework.jar mainly)
TSM Version Added
TouchWiz4 Launcher replaces TouchWiz3 Launcher
Google Music replaces TW Music Player
CRT On/Off animations added
TW4 Widgets available for those that want them
1204
Initial Release
Screenshots
See Here
Frequently Asked Questions
How do I get root access?
Download and install Superuser from the market. The su binary that is required should already be there via the kernel, all that is required is its complimentary application.
How do I install the ROM?
See the first post of this thread.
How do I go from XXX to this ROM?
The fastest way to go to this ROM from anything is by downloading and flashing the ROM+Kernel on EXT4 package. That will format your partitions to EXT4 and then install the kernel and ROM. Note that this will wipe all of your user data in the process, so be sure to backup anything you may want prior to flashing.
Where is Gmail, YouTube, Maps, etc.
All Google applications were removed from the ROM. This was to make sure that you are running an up-to-date version on your device and it also saves some bandwidth when the ROM is downloaded.
Does this kernel support Voodoo?
The kernel does not use the Voodoo Lagfix functions. However, it does fully support EXT4 partitions. Voodoo Lagfix is meant so partitions can be converted to and from RFS/EXT4. To do this, the boot process is slowed down for partition checks and conversion. To avoid this, I just enabled EXT4 support so you can still reap the benefits of the improved read/write capabilities without having to wait for the phone to boot up.
Voodoo sound is another matter entirely and can be enabled (in part) by using Voodoo Control Plus. This will allow you to load a beta Voodoo Sound driver that supports many of the functions of Voodoo Sound. Until source code is release for Gingerbread though, full Voodoo Sound support will be unavailable.
Does this kernel support overclocking?
No it does not. Source code will need to be released before many features, such as overclocking can be included.
Do you have plans to include XXX in your ROM?
The current plans for this ROM are to bring in TSM parts, and any updates to that it receives as well. There may be some other updates outside of TSM Parts, but currently, there are no other major plans. If you would like to see something included, please link to what you would like and it will be taken into consideration.
I am having xxx issue, can you fix it?
We can certainly try, however, we will need some information from you first. In order to fix a problem, we need as much information as possible from you about it. Please provide details of the issue, such as the application name you are having problems with. If you can reproduce the issue consistently, provide the details on how to do so, that way we can attempt to recreate it ourselves. If it is a graphical glitch, try to get a screenshot of the problem, or a regular camera picture. The most valuable information you can provide is logcat output, see below on capturing a good log for us.
How can I get a good log of a problem I am having?
There are two methods you can use to get a log for us. The easiest method is to use aLogcat from the market. An alternative method is to use adb on your computer. If you do not know how to save the adb output from logcat to a text file, I recommend using aLogcat. Once you are ready to capture a log, start logcat from adb, or aLogcat. With the log still running in the background, recreate your issue several times (3 to 4 times should be sufficient). Once you have recreated the issue multiple times, stop the logging and save the log file. With aLogcat, it will be saved to your SDCard. Then, take your log output and send it to us, preferably via PM. The reason we request via PM is that sometimes, logcat can capture personal information, such as your email address or phone number. Rest assured that we have no interest in this and will use the output strictly as a debugging tool to help fix whatever issue you are reporting. We hate spam just as much as you do. I have also attempted to remove as much of the debugging output of personal information as possible, but I can't catch everything. In any event, I still recommend learning to use logcat from the Android SDK, as it is an invaluable tool.
Also, if you are reporting a graphical bug (something that needs themed), please get a screenshot of what you see that needs changed. Note that we cannot change everything. If it is from an application that is not included with the ROM, it may be much harder to fix the problem as sometimes apps do not pull their color information from the ROM and hard code their own colors. This is most noticeable in the quick panel notifications. However, it is still possible that something was missed, so feel free to submit reports of anything that you feel has yet to be themed.
Help, I restarted into recovery and lost all of my data!
This is an issue that affects people randomly. My opinion is that you can deal with it for the time being. I recommend using a good backup solution that doesn't involve recovery. I say this because I test ROMs and have had my data wiped hundreds of times due to testing over the past several weeks. If I can deal with resetting everything all the time as the developer, you, as the user, should also be able to make due until a permanent solution can be found.
How can I thank you for your work?
Just click the thanks button on our posts. We do this for fun, but if you wish to a monetary donation, click the Donate button by my Profile Picture.
How can I get XXX app to vibrate on new notifications?
It seems that some applications are ignoring the global vibrate notification setting. To fix this, go into the application and press the menu button and go to settings (or however you get to the application settings). Find the notification settings, and turn on vibrate. It seems that messaging is the biggest complain among people, and this should solve the problem.
I created a theme for your ROM but have no where to host it
If you send me a link to your theme, I will host it for you on my site (imnuts.org). Note that I may not get to your message for hosting immediately, and also I won't host any theme that isn't tasteful and clean. If I find out that you are porting a theme without permission, your file(s) will be removed immediately and any further actions appropriate will be taken.
Can XXX be added to the FAQ?
While we strive to keep up with posts, sometimes we may overlook a repeated question or issue. If you see something you would like posted in the FAQ, feel free to ask. We only ask that you put your request in the following format:
Code:
[b]Question goes here[/b]
Answer goes here
Thanks....cant wait to see how it looks!!!
awesome job bud
it can be a pain to maintain rom threads across multiple forums, but there are those that only frequent one forum so its helpful to them
You are the man! Can't wait for tw4.
just wondering...how long should it take for first boot?
been hangin out at this SGII logo for about 5 minutes
EDIT: battery pull, reboot to recovery, wiped dc, boots fine now
I usually hang out here and on RootzWiki so if I ever see any questions about this ROM, I'll try to answer them as best as I can for you (imnuts).
obededom said:
just wondering...how long should it take for first boot?
been hangin out at this SGII logo for about 5 minutes
EDIT: battery pull, reboot to recovery, wiped dc, boots fine now
Click to expand...
Click to collapse
That happens occasionally on any rom after a dalvik wipe. Not sure why, but it seems like something just gets hung up sometimes.
LOVE IT!!!!!!
Thanks for the new rom. Works great and I love the color scheme. I just wish I could find some GS2 widgets that would work with this rom and I'd be set for life
xfearxphoenixx said:
Thanks for the new rom. Works great and I love the color scheme. I just wish I could find some GS2 widgets that would work with this rom and I'd be set for life
Click to expand...
Click to collapse
That may arrive in a future update. Need to talk with the TSM Fascinate folks about the rest of the TW4 integration.
Flashing now through CWR. Cannot Wait! Grazie!
---------- Post added at 08:33 PM ---------- Previous post was at 08:26 PM ----------
Clean, Sexy, Sleek, Simply Amazing - Love the Push mail within Em-Mail - VERY DeBloated - Comes without Google Apps - Great Work!
thank you for doing all this work. you and danalo and everyone who puts in the hours, for nothing more than a few bucks, needs to be knighted.
Anyone mind posting some screens or point me the direction where I can find some
Sent from my Gummy Charged GBE 2.0 using xda premium
bfitzpatrickd2d said:
Anyone mind posting some screens or point me the direction where I can find some
Sent from my Gummy Charged GBE 2.0 using xda premium
Click to expand...
Click to collapse
screenshots:
http://rootzwiki.com/topic/11175-rominfinityrom/
bfitzpatrickd2d said:
Anyone mind posting some screens or point me the direction where I can find some
Sent from my Gummy Charged GBE 2.0 using xda premium
Click to expand...
Click to collapse
Look at the GT-I9100 (SGS2) and it's stock look/theme and that is basically what this will look like. You could also get an idea of the look from the T-Mo/Sprint SGS2 variants, as well as several original SGS variant Gingerbread updates. I'll post some screenshots then when I get a chance to take them.
Awesome ROM!! Running smooth as butter. Only downside is i've already had the random data wipe after booting into recovery to flash the Minimal Theme. But I definitely like where this is going.
Sweet thanks, gave me another reason to stay up late and not talk to the wife.
Very nice
Very nice rom....clean slick to the point no bloat. I like being able to decide what is on my phone or not. Great Job, I may have a reason to keep this thing now...lol
Awesome and thanks! The Rom is working fabulously for me so far. Hoping that themers will take you up on your offer and begin themeing soon. Always love blue based themes myself.
Thanks again for the Rom!
Oh, by the way, do you plan on always packaging your kernel with the Rom or will you ever separate it as a stand alone download?
Sent from my SCH-I510 using Tapatalk

[APP][1.6+] Ubuntu Installer PLEASE CLOSE THREAD MOVED TO NEW THREAD

THIS PAGE IS NOW CLOSE THE PROJECT HAST MOVED TO A NEW THREAD HERE http://forum.xda-developers.com/showthread.php?t=1585009
I have working on a project in the form of an app, which guides you through the installation of Ubuntu within android via chroot. It includes a ubuntu 10.10 image I have been working on which includes lots of program to allow users to develop program/scripts etc within Ubuntu on there phone/tablet.
However I have I have yet to get much testing on this device and would like more feedback from users!
Please post your device/kernel/rom along with what did and didn't work, so I can draw up what I need to change in the next release of the app/ubuntu build.
To keep up to date with updates and news of the project please check the website
Website
http://linuxonandroid.blogspot.com/
Video
http://www.youtube.com/watch?v=UCqzs8yQTM8
App Download
Free App
Paid App
Boot Script
ubuntu.sh(V5)
Full Image
This image is 1.5GB to download, once extracted 3.5GB, and include alot of programs like openoffice, thunderbird, firefox and over programs for 'developing' - Also allows you to switch between the LXDE and Gnome desktops, and you can define screen size on boot!
ubuntuV5-image.zip
Lightweight Image - This is yet to be included in an app, will be included in the next release (aka 2.0 ), so get it now before anyone else!
This image is just under 500MB to download, once extracted 2.5GB, and include only programs needed (LXDE desktop, web browser, + other basic programs) also allows you to define screen size on boot
ubuntuV5-sm-image.zip
12.04 images
I have now started work on building new 12.04 images these come in core (just the bear-bones ubuntu) and full (ubuntu with GUI and other programs) and will be updated as 12.04 moves through its milestones (and when I make new updates to the mods I make from the main stream arm port).
These are for testing ONLY until 12.04 reaches stable release.
You can view the images here:
http://sourceforge.net/projects/linuxonandroid/files/Ubuntu/12.04/
I also want to build up a small group of testers who I can email with new images and scripts, these will include all future distros that I do. If you are interested in joining this test group please PM me or send a email to [email protected]
The only requirement is that your willing to test and send feedback along with screen shoots etc where required, it would also be good if your willing to try different roms and kernels for your device!
Sig Banner
Show your love of ubuntu on android with my sig banner:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
image url is "http://dl.dropbox.com/u/11206993/ubuntuuser.png"
Other Guides
Like this guide? want to try something different? then check out my other guides for different distro's
Backtrack - This is a distro that is based around security testing, it also includes the Gnome desktop environment and a range of other programs.
Updates
18/02/12
*New 12.04 images started building, for now not included in the app but once a bit more stable will be included
29/01/12
*New V5 small image, featuring fixed Java, even more lightweight (now around 1.2GB free) and user can set screen size on boot
*PAID New Build guide which shows you how to build your own Ubuntu images
*Brand new UI To make the whole thing more useable
*PAID new 'one click boot' feature to allow quick booting from either the widget or inside the app
*PAID new widget to activate the one click boot
*PAID app install guide changed in light of 'one click boot'
*Fixed keyboard mapping of random letters in Gnome
18/01/12
*Large ubuntu image now allows user to set screen size on boot!
*Large Ubuntu image now lets you select between LXDE and Gnome desktops
*Large Ubuntu image has been recompiled to fix the likes of Java (note some of the above changes will be included in the small image in the future)
*FAQ section updated with more answers to questions I have been getting
*Install guide updated in light of the new large image
06/01/12
*PAID app file downloads now use new fast FTP server and support direct downloading (click the button to download a image and it starts to download right away)
*New boot script which has fixed problems with it not booting on alot of devices, and fixed problem which some people getting a grey screen when loading UI
*Boot script now downloaded in zip file to fix problems with downloading script
*Both apps fixed to support low resolutions
*Both apps cleaned up
28/12/11
*PAID app now supports 960x540 'qHD' resolution
*ALL Ubuntu lightweight images cleaned up even more saved another 300MB of space
*ALL Ubuntu images updated with all new updates
*ALL Ubuntu images now in .zip format to fix problems with some peoples devices failing to extract the .rar files
*Boot script updated, once booted now terminal acts like a command line interface for Ubuntu, and some boot problems now fixed
*Image and boot script now downloadable separately to allow easier updating
19/12/11
New 'lighter' ubuntu image options for all resolutions already supported
15/12/11
New ubuntu images with all updates up to 15/11/11
FREE app ubuntu image resized to fit 800x480 resolution
PAID app ubuntu images now includes 4 images for 800x480, 854x480, 1024x600 and 1280x800 resolutions
is this like a flash or a new launcher?
i would like to test it
lg optimus s
kravens iho
looks like its pretty solid would u conisder porting this to the hp touch pad?
amskhan1 said:
is this like a flash or a new launcher?
i would like to test it
lg optimus s
kravens iho
looks like its pretty solid would u conisder porting this to the hp touch pad?
Click to expand...
Click to collapse
This is a guide to running a full ubuntu image within android, the guide includes links to everything you need etc, I have been working on the ubuntu image and guide for some time in the forums of devices I have so now want to expand to all android devices that can support it.
Does the HP touch pad have android/a android port? If so its quite possible this would work
Will test out. Ill report back to let you kno how it goes.
My Device: T-Mobile G2x (LG-P999)
ROM: CM7 2.3.7 (CM7-7.2.0-RC0-G2X-KANG)
Kernel: 2.6.32.49-Cyanogenmod
Sent from my G2x using TapaTalk
Thank you very much guys! the more devices I can get tested the more I can fix, and give everyone a better Ubuntu in android.
Also will be updating the app in the future to make it even easier to install and run
I've tried so many times on my atrix with cyanogen and it hasn't worked. You just might be my Savior, I'll let you know in a day or two
Thanks!
Sent from my MB860 using XDA App
You should post the image in the Android Development
I have a chrooted Ubuntu 10.2, I think, on my Nexus S, works okay, because its running side by side with Android OS...
Sent from Behind You.
D_one said:
I've tried so many times on my atrix with cyanogen and it hasn't worked. You just might be my Savior, I'll let you know in a day or two
Thanks!
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
It wont work with kernels which dont have loop capabilities
Sent from Behind You.
great! I will try it now.
falconrulz said:
You should post the image in the Android Development
I have a chrooted Ubuntu 10.2, I think, on my Nexus S, works okay, because its running side by side with Android OS...
Sent from Behind You.
Click to expand...
Click to collapse
Hi, I decided to create the app instead of posting the guide again, so it is more accessible to people outside of XDA. But you can get the download link from my desire S guide here
falconrulz said:
It wont work with kernels which dont have loop capabilities
Sent from Behind You.
Click to expand...
Click to collapse
Indeed there are really only to requirements, root and loop devices support, most custom kernels should include loop device support. If they don't you need to have a word with your devices kernel devs
I forgot to say there is also a donation version of the app for those that want to support me as i trug through Uni. The donation version will give you all updates before the free app and in the future extra features from the free version as i develop it further, this can be bought here
Anyway look forward to hearing all your feedback!
A little update for you all, I am in the process of uploading new images (will take a while on my connection) which include all updates up to today, I have noticed installing all the updates has increased the performance and feel some what which is nice. The desplay image included in the free app will also be changed to 800x480 to fit most phones, in the paid app images with 854x480, 1024x600 and 1280x800 will be included.
But because I do enjoy giving something a little extra back to XDA I will be adding to the first post download links for ALL ubuntu images so you can download them to your computer then put them on the phone/tablet if you wish
Can you upload a YouTube video on how it runs? Pls. If you can that would be cool. Thanks! I wanna try this out but I'm a Ubuntu noob. So bare with me pls, but I do learn quick. Thanks again! & can't wait to try it out.
kijp15 said:
Can you upload a YouTube video on how it runs? Pls. If you can that would be cool. Thanks! I wanna try this out but I'm a Ubuntu noob. So bare with me pls, but I do learn quick. Thanks again! & can't wait to try it out.
Click to expand...
Click to collapse
Sure I will do a video and put it up on youtube a little later, just got to finish some code for the new version of the app
zacthespack said:
Sure I will do a video and put it up on youtube a little later, just got to finish some code for the new version of the app
Click to expand...
Click to collapse
Solid! Alright thanks dude. I can't wait to take a shot at it, it sound cool. God bless you & your work.
I am very interested in this. I've downloaded the app and hope to try it tonight. Will let you know!
I got your 10 char right here
Long time reader.. first time poster.. XDA is king
umm.. I think I got it working.. but it looks like hell (funny coloring, shatty res). In the OP it says your uploading new resolutions could you clarify that? also VNC FC'd when i was using firefox..
Good work... Thanks bro
Moto Xoom 4G
Andriod 3.2.4
2.6.36.4- Tiamat_Xoom-v2.2.1 (LTE version)
[ROM] Team Tiamat Xoom Rom 2.3.0 - US Verizon LTE Edition [12/11/11]
kijp15 said:
Solid! Alright thanks dude. I can't wait to take a shot at it, it sound cool. God bless you & your work.
Click to expand...
Click to collapse
Sorry It took so long here is the video http://youtu.be/3WNeY9b5DIg
narehk said:
Long time reader.. first time poster.. XDA is king
umm.. I think I got it working.. but it looks like hell (funny coloring, shatty res). In the OP it says your uploading new resolutions could you clarify that? also VNC FC'd when i was using firefox..
Good work... Thanks bro
Moto Xoom 4G
Andriod 3.2.4
2.6.36.4- Tiamat_Xoom-v2.2.1 (LTE version)
[ROM] Team Tiamat Xoom Rom 2.3.0 - US Verizon LTE Edition [12/11/11]
Click to expand...
Click to collapse
You need to adjust VNC's settings to show true colour. Open VNC and scroll through the settings for the ubuntu connect, near the bottom you will find 'color format' change this to 24-bit color (4bpp), and you will want the new image that is the same rez as your tablet (1280x800)
New 800x480 and 854x480 images are uploaded the other two will be done today, sorry its taking so long my upload speeds are shocking, however the old image has had 250 downloads over the last two days, so im doing something right , once again please consider buying the paid version which will be getting many more features in the short future that he free one will not!
I have a question, is the paid version of the app showing up as compatible with you device? As someone has said its saying its incompatible even through the free one is compatiable
EDIT
I have now fixed the problem
All images are now done for the tablets etc, the paid app will be updated hopefully today to include them all, and the free app will include the 800x480 image
@zac,
Thanks for the YouTube video & it looks amazing. I can't to test it out when I get home. Cause I see that it recommends wifi for download. Cool. Thanks zac!

[ROM][JB] MIUI 3.2.1 for Samsung Infuse [PORT]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
MIUI Jellybean Builds
By
Th3Bill
Trialsrider1
Pony Express
ROM INFO
Latest MIUIAndroid Version:[/U][/B] 3.2.1
Latest MIUI.us Version:[/U][/B] 2.12.28
CM10 Version:[/U][/B] 11.04 by scott.hart.bti
Click to expand...
Click to collapse
How To Flash​
Place ROM onto phone storage
Reboot to recovery
Make a Nandroid
WIPE!!
Flash ROM
Install OPTIONS or Gapps
WIKI/FAQ Located: To be reworked
Click to expand...
Click to collapse
Bugs??:
KNOWN ISSUES:
Videocamera : Use VideoCam Illusion
Slight Lag possible on screen transitions
USB tether
The graphics related issues are due to not having proper drivers to use for this. Don't ask for an ETA on a fix. Moto won't be giving us the drivers, so there is no fix
If you need to report a NEW bug, report it once, and the next TWO people VERIFY it. I don't need everyone reporting same bug 20 times. I you can, provide me the following information:
Version you're using
What type of fwipe you did and what ROM you came from
Have you restored any data from something like Titanium Backup
What app is misbehaving and what you were doing when it started
Logcats<--THIS IS PREFERRED.
If you don't know how to logcat, go HERE and learn. This really nice guy took the time to write out a good how to
When you have a LOGCAT and would like to post it, please go to pastebin and post it in there, then LINK that location in this thread...I don't want to see them posted directly in here.
Click to expand...
Click to collapse
Downloads:
MIUI.us file is Located HERE
MIUIAndroid file is Located HERE
Click to expand...
Click to collapse
Credits:​
MIUI.us Team-for US translation and
MIUIAndrouid Team-for GB translation
scott.hart.bti=For the CM10 base I use and for helping me with source building
Jokersax11-for being my initial inspiration on Photon, being a cool guy, and helping me along in my early days
Amarullz=for creating the Aroma Installer
Spleef-for collaborating on those first builds that got me into Android
All my testers and users
Anyone else I may have forgotten
Click to expand...
Click to collapse
GITHUB (FOR KERNEL SOURCE)-GPL COMPLIANCE HERE
See Post 2 for More Info ​
CHANGELOG​
Remember Everyone...not ALL of these will apply to our devices
2.12.7
Full changelog MIUI ROM 2.12.7
[Phone]
Optimization reduced the volume of notification tone during a call
Optimization country code is prohibited from inputting while customizing attribution
Fixed inaccurate call duration shown during a call
Fixed keyboard cannot pop up during the “Call before editing” function
[Messaging]
Fixed SMS type prompt error in the SMS input box in some cases
Fixed insufficient number of contacts are recommended while creating a new message
[Lock screen, status bar, notification bar]
Fixed lock screen music interface playback status display error
Fixed lock screen variety frame display error caused by zooming
[Theme]
Optimized batch conversion processing of old theme packages
Optimized reduce the size of the storage space occupied by imported themes
Optimized sorting of recently downloaded local resource list
Optimized theme list loading speed
Fixed pages sometimes can not be loaded after clicking on recommended themes
Fixed inconsistencies between local themes state and online theme state
Fixed old files are not deleted when updating
Fixed user is not prompted to restart the phone when applying a new font
Fixed current application is not displayed correctly while running mix and match modules
Fixed in some cases clicking the "Write a review" button does not give any response
Fixed quickly switching ringtone length results in a display error
Fixed setting the lock screen wallpaper to the same as your desktop wallpaper causes the desktop wallpaper enlarged
Fixed local ringtones list page is not in accordance with the ringtones in "My Downloads" and “Default ringtones”
[Gallery]
Added the blacklist mechanism to automatically filter and hide common ads and cache albums
[Compass]
Fixed calibration failure in some non-Xiaomi phones
[Anti-disturb]
Fixed when adding the blacklist and importing log, inadvertently tapping the screen leads to cancel the import
[Notes]
Fixed when alarm volume is muted, notes reminder will FC
Click to expand...
Click to collapse
2.11.30
Update highlights of MIUI 2.11.30
1. New location services on MIUI Voice Assistant (for Chinese users)
2. Enhanced lock screen loading speed (less lag than previously, wallpaper will not show before unlock)
3. Search history can be shown in App Market.(for Chinese users)
Full changelog:
[Messaging]
Fix MMS thumbnail display problems in certain circumstances
Optimised E-mail, URL sent via SMS can be added to the contact info of senders easily
[Themes]
Fix photo frame and clock skin cannot be changed
Added support for the theme ratings and reviews
Optimise to hide theme temporary files to prevent images in the temporary files folder appearing in the gallery
Fix in some cases, theme status displays incorrectly after being downloaded
Fix some theme modules fail to be applied
[Lock screen, status bar, notification bar]
New variety lock screen framework support, delay unlock (animation playback before unlocking)
Fix variety lock screen framework, the sliding control state results in errors in some cases
Optimised lock screen loading speed
New in variety lock screen framework, added state variables of sliding components unlocking target point variables
Click to expand...
Click to collapse
[ROM] MIUI.us V4-2.6.22 for Samsung Infuse 4G
screenshots
screenshots
Click to expand...
Click to collapse
* also a big thanks to qbking77 for putting together review and how to videos for us his channel can be found here: http://www.youtube.com/user/qbking77/featured
how to video:
review video:
downloading. i guess ill give it a go... but for some reason the way you are LOLing im fearing this ;p
although ive been waiting for someone to do this for the infuse. ive heard it was in talk.
dahrat said:
downloading. i guess ill give it a go... but for some reason the way you are LOLing im fearing this ;p
although ive been waiting for someone to do this for the infuse. ive heard it was in talk.
Click to expand...
Click to collapse
I'm only LOL because I've never ported for this phone. I've managed to blind port other phones. I've actually had a good history porting the Atrix and having it work well, so with any luck, this will be another success.
Just wanted to make sure people really understood that this has not been tested at all. That's all
EDIT:
Great job and all the work in here...Th3Bill and Pony....and all involved...AWESOME!
I'll test it after school...almost time to leave...don't want to have to go to school with a phone stuck in a boot loop , I wonder how this will compare to galnets/theROMinators miui bug wise...
Sent from my SGH-I997 using XDA
There's a Miui Scotland v4 out for us already if you use that to help.
Sent from my SGH-I997 using xda premium
MIUI scotland v4 is 2.5.14
bigjoe2675 said:
Thanks...but let's hope no one needs milk with their "bootloops".
There are lots of Miui supporters, so let's see who steps up to plate or bowl....BYOM...
"bring your own milk"
Click to expand...
Click to collapse
LOL! I think I know what I need to do to stop the bootloops. I'll give that a shot and try re-upping it...LOL
bigjoe2675 said:
Thanks...but let's hope no one needs milk with their "bootloops".
There are lots of Miui supporters, so let's see who steps up to plate or bowl....BYOM...
"bring your own milk"
Click to expand...
Click to collapse
That's pretty damn funny.
Sent from my SAMSUNG-SGH-I997 using xda premium
Ok....gonna upload what I hope is fix...LOL
Crappy wifi + big file = This may take some time
There are too many (LOLs) from the dev of this rom for any of us to test this out. He is flying blind on this and he doesn't even have an infuse. A Motorola phone is totally different. That should tell people something. You should have the person that wanted you to port this rom test it out first before sending a bunch of people into a catastrophe. I'm just trying to save people from having issues. Wait it out folks, there are plenty of other roms here to flash that have been tested and do work.
Sent from my SAMSUNG-SGH-I997 using xda premium
Attempt #2
tmease1 said:
There are too many (LOLs) from the dev of this rom for any of us to test this out. He is flying blind on this and he doesn't even have an infuse. A Motorola phone is totally different. That should tell people something. You should have the person that wanted you to port this rom test it out first before sending a bunch of people into a catastrophe. I'm just trying to save people from having issues. Wait it out folks, there are plenty of other roms here to flash that have been tested and do work.
Sent from my SAMSUNG-SGH-I997 using xda premium
Click to expand...
Click to collapse
Don't see what your issue with me is
I already build MIUI for a phone I don't own, and have great success porting other roms to phones I don't own (CNA, AOKP, AOKPCB, and MIUI for Atrix). If you want to see how well my MIUI builds go on blind ports, ask someone using my build over on the Atrix.
I understand that you don't like my LOL, but I am a happy guy. I tend to put LOL when I don't have anything else to put...just a force of habit.
I figured I'd try to put up something that you guys could use. It's not going to blow up your phone. What catastrophe are you indicating might happen? Wow...boot loops. That's a really huge problem.
I DO know what I am doing with this, and wouldn't put something out if I didn't. If you want to check out some of the work I do, look at Kitchen Sink over at the Photon/Atrix forums. 5 roms and 100 options in ONE zip, all done with Aroma....and built by Jokersax and myself.
Edit: 6 LOLs....(one of which was explaining why I did an LOL) in this thread...that's a real lot....must mean I'm incompetent
Th3Bill said:
Don't see what your issue with me is
I already build MIUI for a phone I don't own, and have great success porting other roms to phones I don't own (CNA, AOKP, AOKPCB, and MIUI for Atrix). If you want to see how well my MIUI builds go on blind ports, ask someone using my build over on the Atrix.
I understand that you don't like my LOL, but I am a happy guy. I tend to put LOL when I don't have anything else to put...just a force of habit.
I figured I'd try to put up something that you guys could use. It's not going to blow up your phone. What catastrophe are you indicating might happen? Wow...boot loops. That's a really huge problem.
I DO know what I am doing with this, and wouldn't put something out if I didn't. If you want to check out some of the work I do, look at Kitchen Sink over at the Photon/Atrix forums. 5 roms and 100 options in ONE zip, all done with Aroma....and built by Jokersax and myself.
Edit: 6 LOLs....(one of which was explaining why I did an LOL) in this thread...that's a real lot....must mean I'm incompetent
Click to expand...
Click to collapse
I don't have an issue with you. You may be a great dev for the photon. The software for a moto phone and a Samsung phone are totally different. Im just trying to help the infuse community out by warning people about a rom that may or may not pan out. Who wants to spend the day restoring a phone? It wasn't meant to sound mean. Just a caution for people.
Sent from my SAMSUNG-SGH-I997 using xda premium
tmease1 said:
I don't have an issue with you. You may be a great dev for the atrix. The software for a moto phone and a Samsung phone are totally different. Im just trying to help the infuse community out by warning people about a rom that may or may not pan out. Who wants to spend the day restoring a phone? It wasn't meant to sound mean. Just a caution for people.
Sent from my SAMSUNG-SGH-I997 using xda premium
Click to expand...
Click to collapse
Believe me, that's why I put in the OP that I am a Photon dev. I blind-port for the Atrix. It's really not that hard to do, honestly once you've ported your own native device, as most of the same files go into each port from MIUI....and once you get it done right once, the future builds take less than an hour or two to get ported...
As for restoring....that's what nandroid does wonders for...but if this DOES work, it's a really nice rom that has some great options....not sure if you've used Aroma on any roms. It's really trick.
Th3Bill said:
Believe me, that's why I put in the OP that I am a Photon dev. I blind-port for the Atrix. It's really not that hard to do, honestly once you've ported your own native device, as most of the same files go into each port from MIUI....and once you get it done right once, the future builds take less than an hour or two to get ported...
As for restoring....that's what nandroid does wonders for...but if this DOES work, it's a really nice rom that has some great options....not sure if you've used Aroma on any roms. It's really trick.
Click to expand...
Click to collapse
This phone is more of a pain in the ass for people than what one might think. I know how to get out of situations on this phone. Some people don't. I'm done with this. Hope it works but people be cautious.
Sent from my SAMSUNG-SGH-I997 using xda premium
I guess I was told what time it was
The3Bill...sir try to understand which i believe you do....we here in the Infuse Community have become a small family....and when an outsider jumps in with a product...and since all here are not familiar with your work....some may not take it well...
We thank you for your efforts and we are not telling you to go away at all....but welcome you...
But as you know some don't read the op and jump feet first....but we will address those that have issues and thx for your understanding.
Maybe put at your title or beginning...the warning of untested...? I would make it a neon flashing sign...lol
Again thx

[ROM][JB]CM10 with Linaro toolchain based on Quarx repo

I've created a fork of Quarx's Defy CM10 repository, to build the latest version from Quarx but using the Linaro 4.7 toolchain. I encourage anyone who might stumble upon this thread to go to linaro.org and read about this non-profit organization and what they are trying to do. Note that TI is a supporting member of this non-profit org, as well as Samsung, LG, ARM, etc. All of these companies have interests in optimizing code performance on ARM architectures.
Now, Quarx has already created a couple of builds using the Linaro 12.10 toolchain. These builds are available as his November 17th and 18th builds, but there was much debate in the original CM10 thread (here) as to whether or not there was (1) any benefit from using the Linaro toolchain and (2) if the Linaro toolchain was adding instability. I think after these discussions Quarx decided to revert back to the original prebuilt Android toolchain.
I've created this build as an experiment, using the latest available (12.11) version of the Linaro toolchain.
Builds are located here:
http://goo.gl/vbAKN
Changelog:
cm-10-20121215-UNOFFICIAL-mb526.zip: First build, based roughly on Quarx 05-Dec or perhaps later; I just forked his most recent repo, then added Linaro 12.11 and made a few small changes to get it to build. (Thank you Quarx)
cm-10-20121218-UNOFFICIAL-mb526.zip: Cherry picked "Volume adjust sound preference 1" and Volume adjust sound preference 2 from ICS. (StevenHarperUK)
cm-10-20121219-UNOFFICIAL-mb526.zip: wpa_supplicant_6 switched to CyanogenMod official jellybean-stable branch. This means maniac's and Quarx's commits and changes involving AdHoc are not in this version. Trying to see if this helps wifi connectivity at my gym where the phone seems to get very confused and drops/connects to wifi many times. Wifi at my home is no issue. This version also reverts a change from Quarx that may or may not have an effect on reading NTFS cards... No idea, for testing.
cm-10-20121222-UNOFFICIAL-mb526.zip: using Linaro 2012.12. Screenshot option in long press power much enabled by default, cherry pick for screen off animation (not sure what benefit this was), more debugging statements in MediaProvider to debug NTFS issue.
cm-10-20121224-UNOFFICIAL-mb526.zip: same as above, but used Linaro optimizing compiler flags from Kayant, removed the screen off animation cherry pick.
cm
cm-10-20130104-UNOFFICIAL-mb526.zip: Switch to JellyX kernel repo from Blechd0se (thanks!), kernel built with standard gcc 4.4.3 while everything else is built with Linaro gcc 4.7. Seems to be stable overnight, I had to wipe cache/dalvik/data to get it to boot. I've rebooted it several times on purpose to check stability and it is, so far, stable.
The forked repo is located here:
https://github.com/skelliam/android
If you want to try to build this yourself, you *will* encounter build errors. One in particular with Linaro is regarding strict-aliasing. There is some discussion of this on the Linaro blog here. There are several other errors that you'll enounter, but fortuantely, Quarx has already created a script that checks out fixes for most of these.
So in general, the process will be something like this:
Move to a directory that will hold the sources. I just created a directory 'cm'.
Code:
$ mkdir cm
$ cd cm
$ repo init -u git://github.com/skelliam/android.git -b jellybean
Now you need to run Quarx's script to make the fixes required for Linaro. From the ROOT of your repository (in my case the cm subdirectory):
Code:
$ ./device/moto/jordan-common/apply_linaro.sh
Now, what the heck, try to build it. You will encounter more compile errors but it is worth it to see what I'm talking about. To build:
Code:
$ source build/envsetup.sh
$ brunch mb526
You should get a bunch of errors related to strict aliasing. To fix these, right now I've applied local changes on my repo, in the remaining makefiles responsible for the errors. Here are the changes I've made locally to get around these issues. I will try to make an update to the apply_linaro.sh script as Quarx did, it was 2 am when I did this and I just wanted to get it built.
Update 5-Jan-2013 I've checked in everything now, so if you use my base manifest file (from github.com/skelliam/android) you should not need to make any changes OTHER than to run the apply_linaro.sh script.
Someone mentioned that the BBC I player app doesn't work.
First of all, are we talking about this app?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So I tried this out here. On first install, when I tried to open a program, the phone became almost unresponsive, something was hogging the CPU. I had to pull the battery.
After rebooting, this app seems to work fine:
That's my experience anyway. As far as Netflix, I've just recently cancelled my subscription, so I can't do much with that one.
Sent from my MB526 using Tapatalk 2
Nice ROM seams to be verry smooth. battery life is as far as I can say quite good.
I think I found a bug - Bluetooth is not working I think. Same behavior as on quarx' 2012-11-18 - build.
At least for me. Maybe quarx' bluetooth-fix for this build can solve the problem? Couldn't test yet.
Thread moved as your OP has no format whatsoever and the Development section isn't for discussions. If you want this in Development please make it clearer that this is an actual ROM and not just a discussion and also add all credits with links to the original work. Just look at some of the other ROM threads for an example of what should be included e.g changelog/features, what changes have been made, what you're asking people to test for you to discuss, just anything really to give more info then you have given already.
Thanks
AvRS
AvRS said:
Thread moved as your OP has no format whatsoever and the Development section isn't for discussions. If you want this in Development please make it clearer that this is an actual ROM and not just a discussion and also add all credits with links to the original work. Just look at some of the other ROM threads for an example of what should be included e.g changelog/features, what changes have been made, what you're asking people to test for you to discuss, just anything really to give more info then you have given already.
Thanks
AvRS
Click to expand...
Click to collapse
Really a PM would have been fine.
This thread was created to avoid clutter in another thread.
At the bottom of the post I'm pretty sure it says that it was posted with Tapatalk from my phone? As soon as I'm on my PC I'll add as much rich content as you desire... There is only so much I can do from my phone.
Lastly, each thread IS a discussion, I have no idea what a "forum" is for other than discussing things.
Sent from my MB526 using Tapatalk 2
I'll confirm that Netflix does not work. Stuck on splash screen with loading wheel spinning. Never tried it on quarx 0512, though.
Great build, IMO. No problems on any of my heavy use apps. No reboots or freezes yet. 20 hrs uptime.
Using my standard setup; no ksm, no zRam, no overclocking, 16 bit transparency. Interactive and noop.
Sent from my Red Lens MB525 using xda app-developers app
EldonTyrell said:
I'll confirm that Netflix does not work. Stuck on splash screen with loading wheel spinning. Never tried it on quarx 0512, though.
Great build, IMO. No problems on any of my heavy use apps. No reboots or freezes yet. 20 hrs uptime.
Using my standard setup; no ksm, no zRam, no overclocking, 16 bit transparency. Interactive and noop.
Sent from my Red Lens MB525 using xda app-developers app
Click to expand...
Click to collapse
Awesome, thanks for testing it. I've been having some instability regarding wifi and Tasker, but I experienced this also with the Nov-18 from Quarx. I will keep investigating it.
On last builds by quarx I had problems with touch screen input getting delayed/unresponsive some times. Until now I don't experience that in this build, but I should use it longer to be sure.
Oh I see now it's the same as what I did before the difference was I was trying to compile CNA with it but it broke in so many places I just gave up loool I will try again I guess and see if there is indeed some improverments in CNA because I remember full linaro CM & kernel that I tried before was a bit smoother that just having linaro compiled kernel.
Anyways thanks for clearing that up for me
wskelly said:
Someone mentioned that the BBC I player app doesn't work.
First of all, are we talking about this app?
View attachment 1568120
So I tried this out here. On first install, when I tried to open a program, the phone became almost unresponsive, something was hogging the CPU. I had to pull the battery.
After rebooting, this app seems to work fine:
View attachment 1568122
That's my experience anyway. As far as Netflix, I've just recently cancelled my subscription, so I can't do much with that one.
Sent from my MB526 using Tapatalk 2
Click to expand...
Click to collapse
It was I. I was looking at the official BBC iplayer app which is here and requires the BBC Media Player to do the heavy lifting here
It's not as severe a crash as on the 05/12, where I had to yank out the battery, it crashes when it should hand off to the stream, the rest of app works, you can navigate the programme listings etc but just at the point when the stream starts on CM7.20 it hangs. I have access to 3 defys so I can confirm that is the point when the app crashes. I can also confirm the Netflix issue. Are these two related?
As I said in the other thread it is significantly snappier, I'll keep one defy on Quarx, one on this linaro build and one on CM7.20 for feedback (well at least until xmas when they're all being given as presents) :laugh:
The problem I get with all newer builds by Quarx , from 11/18 onwards, is this logcat entry: "E/MediaProvider( 9674): Can't obtain external volume ID even though it's mounted.", which causes process media to be killed all the time, making the user experience a true hell: camera, music player, Play Store, etc, etc, etc, i,e. practically nothing which requires access to my NTFS formatted 64GB card works! So, I'm always back to his 11/17 build (for a month now). I already posted thiis many times on his CM10 dev thread, but, as usual, I get ignored. You, most probably, have already read my posts about this issue there. Anyway, any thoughts if I would face this issue if I flashed your ROM?
Awesome job ...works fine on MB525 green :thumbup:...
Sent from my MB525 using xda app-developers app
casouzaj said:
The problem I get with all newer builds by Quarx , from 11/18 onwards, is this logcat entry: "E/MediaProvider( 9674): Can't obtain external volume ID even though it's mounted.", which causes process media to be killed all the time, making the user experience a true hell: camera, music player, Play Store, etc, etc, etc, i,e. practically nothing which requires access to my NTFS formatted 64GB card works! So, I'm always back to his 11/17 build (for a month now). I already posted thiis many times on his CM10 dev thread, but, as usual, I get ignored. You, most probably, have already read my posts about this issue there. Anyway, any thoughts if I would face this issue if I flashed your ROM?
Click to expand...
Click to collapse
Hi casouzaj... This is interesting that it started happening between 11/17 and 11/18, so it should be easy to find and fix.
Yes you should probably face this issue with this build because I'm using the repo from Quarx, all of the files are the same except for some changes to get it to build with Linaro.
wskelly said:
Hi casouzaj... This is interesting that it started happening between 11/17 and 11/18, so it should be easy to find and fix.
Yes you should probably face this issue with this build because I'm using the repo from Quarx, all of the files are the same except for some changes to get it to build with Linaro.
Click to expand...
Click to collapse
Thanks a lot, wskelly! Would you be meaning that you1ll get this issue fixed anytime soon?
wskelly said:
Hi casouzaj... This is interesting that it started happening between 11/17 and 11/18, so it should be easy to find and fix.
Yes you should probably face this issue with this build because I'm using the repo from Quarx, all of the files are the same except for some changes to get it to build with Linaro.
Click to expand...
Click to collapse
So, your rom will be 'fork with linaro' only, or you have plans to change something?
I ask, because after 18.11 Quarx builds start drain battery (Android OS takes half of usage), wipes, reinstalls, clean rom, nothing can help.
Great ROM!
Using bf5x batt have jumps
Bluetoot fix from quarx work!
Any idea for batt jumps? Installed on top from 18/11 quarx with full wipe>rom > gapps>reboot
After 24h use:
Verry smooth and in my opinion best responding CM10 I used until now. Usally I stick with quarx' build.
Battery drain about 2% per hour at light/normal use (just a little surfing, reading news, checking mails, etc)
Bugs so far:
Bluetooth disabling crashes phone app.
Bluetooth fix of quarx helps to at least solve the crash. Got bluetooth mouse correctly working. File transfer to a compueter doesn't work.
Reboot into bootmenu/recovery fails - just a reboot happens
wskelly said:
The completed build is located here:
http://goo.gl/vbAKN
Click to expand...
Click to collapse
Is there any mirror? I can not download from this link - download resetting every time when reaching ~25%.
casouzaj said:
The problem I get with all newer builds by Quarx , from 11/18 onwards, is this logcat entry: "E/MediaProvider( 9674): Can't obtain external volume ID even though it's mounted.", which causes process media to be killed all the time, making the user experience a true hell: camera, music player, Play Store, etc, etc, etc, i,e. practically nothing which requires access to my NTFS formatted 64GB card works! So, I'm always back to his 11/17 build (for a month now). I already posted thiis many times on his CM10 dev thread, but, as usual, I get ignored. You, most probably, have already read my posts about this issue there. Anyway, any thoughts if I would face this issue if I flashed your ROM?
Click to expand...
Click to collapse
Could this be the reason, that i am not able to listen properly to music anymore?
Every 5-10 minutes my mobile forgets almost every song on my sd-card, there are some left, but most have gone.
trurl3 said:
Is there any mirror? I can not download from this link - download resetting every time when reaching ~25%.
Click to expand...
Click to collapse
http://www.multiupload.nl/M1QNFOA0JS

Categories

Resources