CLOSED
Please see here for the new version!
Install DSP Manager, CM Messaging and others on all 4.2.x, 4.3 and 4.4.x ROM's !!
It's now on the play store! Check it out here
For all those that want Cyanogenmod apps on any AOSP-based 4.1 or above ROM, I have made this quick app "CM App Installer"
All apps here are pulled from a CM10.1 zip and tested and should be working on all 4.2.x and 4.3 AOSP roms.
I also tried it on my rooted HTC Desire Z I have lying around running 4.1, so it should work on there as well. Only released for the Nexus 4 because that's all it's really been tested on; if you want to test it out on other ROM's and Devices, please feel free, but again, I do not take responsibility if it goes wrong
This application is designed to add more automation to the process of replacing / installing cyanogenmod apps as system applications, or the regular way, however it is slightly less likely to succeed.
This app installs like any other app.
In addition, it has root permissions to install if you're rooted, so you should be granted SU when you first boot, and it does write to system partition - Read the Code section if you're worried about exactly what gets executed. Installing the regular way will obviously not require this, but sometimes as these are pulled straight from the System partition, they require to be installed as a system 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"
}
The process is pretty simple, hit the app, hit install, and then reboot your device.
You can go into more than 1 app at a time and hit install, the restart will refresh your system apps list no matter how many you've added.
At the moment, the following apps are supported
- CM File Manager
- CM Messaging
- CM Torch
- CM DSP Manager
- CM Apollo
- CM Calculator
- Voice +
- CM Focal
Code
This information is also available from within the application.
There are a number of commands that this application uses, it executes certain processes through the code to copy apps to the system directory.
These commands are ran as if they were ran inside the terminal emulator, and always consist of
process, remount to read-write, transfer/copy/rename, remount to read-only, close. (In this order).
I use a Process to get a SU Runtime instance
Code:
Process p = Runtime.getRuntime().exec("su");
And then I use a PrintStream to issue the commands listed below to it.
Remount the system partition as read-write
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
Rename an app (use move command to move with a different extension
Code:
mv /system/app/AppOfChoice.apk /system/app/AppOfChoice.bak
Copy an app from SD card to System directory
Code:
cat /sdcard/CMApps/AppOfChoice.apk > /system/app/AppOfChoice.apk
Remove an app from system partition
Code:
rm -r /system/app/AppOfChoice.apk
For permissions, I use chmod
Code:
chmod 644 /system/app/AppOfChoice.apk
Remount the system partition as read-only
Code:
mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system
Changelog
Version 1.0.0
- Application built and released
- CMFileManager included in app
- CM Messenger
- CM Torch
- CM DSP Manager
- Added settings menu
- Added changelog
- Upgraded icon
- Improved Root access algorithm
- Moved methods to UI Threads (increase speed)
- Confirmed working on Nexus 4 on any AOSP-based 4.2.x or 4.3 ROM
Version 1.0.1
- Optimised replace code for extension
- Added Apollo apk functionality
Version 1.0.2
- Added scrolling support for settings dialogs
- Tweaked app layout in order to support smaller devices
Version 1.0.4
- Added "Clear SD" option to delete buffer files used in transfer
- General bug fixes
- Fixed issue with CM Messaging crashing when pressed
- Fixed issue with crashing if root access isn't granted.
- Fixed issue with app not detecting installed if original exists (now pushed two version, one backup, one original)
- Added CM Calculator apk functionality (replaces old calculator)
- Testing the application
- > DSPManager confirmed working, enable in Settings > Sound after install and reboot.
- > CMFileManager confirmed working
- > CM Messaging confirmed working
- > CM Torch confirmed working
- > CM Apollo music player confirmed working
- > CM Calculator confirmed working
Version 2.0.1
- Recoded entire app (Behind the scenes stuff)
- Improved logic behind if app is installed
- Added multiple installer feature in settings (not working currently)
- Added ability to delete just backups
- Added ability to restore original backup if app isnt installed
- Added Focal app support!
- Improved logo
- Fixed issue with updating on list
- Improved expandability logic
- Speed enhancements
Version 3.0.1
- Introduced networking!
- > App will now download apk from server space, then push to system
- > Dynamically updatable, no need for client-app update if cyanogenmod app is updated
- Error with streaming images available to the app - bug is reported and being looked into.
- Removed Focal support (error with server-side apk upload)
- Speed enchancements
- Redesigned UI (trying to keep up with Android UI Guidelines)
Version 3.0.2
- Removed Image View
- Increased title size
- Removed the multi-select option from the menu
- Cleaned up toast notifiers for the individual processes
Version 3.0.3
- Cleaned up and commented code
- Modified Greeting text
- Modified the project setup, cleaned up strings file for possible language translations
- Added version code in "about" selection
- Changed handler code for root access - Will restrict options entirely if root isn't granted (or crash device)
Version 3.0.4
- Fixed issue with crashing if root access isn't granted
- Removed refresh button when root access isn't granted
- Optimised startup code
Version 3.0.5\n
- Added installation progress bar\n
- Synced download messages\n
- Added more useful error messages\n
Version 3.0.6\n
- Fixed issue with Server (shouldn't happen again)
- Removed GenieWidget (News and Weather Widget) due to some incompatability
- Migrated to new server (plus backup installed) to avoid issues experiences
Version 3.1.0\n
- Migrated server to dropbox (and using their downloading system)
- Downloads take a little longer to start, but should be FAR more reliable!
- Added GenieWidget back in (open for suggestions again, due to dropbox file limit being increased)
- Not compatible with ART!
Version 3.1.1
- Bug fix (I overlooked! Sorry!)
Version 3.1.4
- Bug fixes (With the execution of installing)
- DSP Manager Modification!
> Now there's an option, DSP Manager Libs. This will install the lib to make DSP manager work!
Version 3.5.1
- Major UI over-haul (including some custom theming and finally image support!)
- More intelligent installation process
- Non-root support!
- Miscellaneous info
Version 3.5.3\n
- Minor bug fixes + greater device compatibility
- Some graphical glitches solved
Obviously I don't take any credit for the applications, they were pulled from the CM flashable zip. All credit for the apps goes to the CyanogenMod Team
Credit also goes to the Reddit member /u/wchill, his code helped with the system code (shown in the Code section above)
Similarly, I do not take any responsibility if this app causes your phone to be bricked, corrupted, broken, or to encounter an unfortunate case of spontaneous combustion. Use at your own risk.
In the mean time, enjoy!
Donate if you like : here
It's now on the play store! Check it out here
Nice!, I really like the CM File Manager and now I have a chance to get it.
EDIT: Wait, it looks like that out will be a system app then, any chance of it being a user app?
Sent from my Nexus 4 using Tapatalk 4
It is, its supposed to install the apps as system apps instead of regular apps, its the only way to get the messaging or DSP manager working
Sent from my Nexus 4 using Tapatalk 4
Can confirm install was successful on a Note II running a TouchWiz ROM on 4.1.2
wchill said:
Can confirm install was successful on a Note II running a TouchWiz ROM on 4.1.2
Click to expand...
Click to collapse
Nice. Thanks for this, I'll add it to supported devices section when I get round to making one. I really need some free time to update this properly
Sent via. Nexus 4
This installed the File Manager on my HTC One perfectly! Thanks!
I have a quick question about this. It seems like such an awesome app. Will this keep apps updated as changes are made? Particularly with the Focal app. I really want to keep up with this as it progresses and develops over time and I am not really sure how to do it except pull it out of a CM nightly ever so often as they update it. Will this app keep the apps I'm downloading updated over time or is it a one time DL that's kinda the version you get deal? Thanks again!
Sent from my Nexus 7 using xda app-developers app
Can you get cLock widget and notification power widgets?
jawz101 said:
Can you get cLock widget and notification power widgets?
Click to expand...
Click to collapse
Yes, cLock will be in 2.0.2, and notification power widgets, ehh i'm not sure at the moment, I did try it before but was getting problems with it.. I'll look into it again for you though
jcnbama said:
I have a quick question about this. It seems like such an awesome app. Will this keep apps updated as changes are made? Particularly with the Focal app. I really want to keep up with this as it progresses and develops over time and I am not really sure how to do it except pull it out of a CM nightly ever so often as they update it. Will this app keep the apps I'm downloading updated over time or is it a one time DL that's kinda the version you get deal? Thanks again!
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Hi, yeah in it's current state, the apk's are stored within the app itself, and they just get copied and pushed around from there, completely offline. I do intent too when I find a service or a server, or a perminant location where the latest are pushed as the apks, then i'll introduce some server side integration into it, and it will download the latest version.. This is planned in the future
But to answer your original question, no, version 2.0.1 has only a certain version of the apk in it, and that's all it will have
Will look into server streaming and stuff soon though, thanks for commenting
Some CM apps require more files, afaik
eg.
DSPManager needs /system/lib/soundfx/libcyanogen-dsp.so and /system/vendor/etc/audio_effects.conf
Really? :S I've done it on my nexus 4 running a stock build of 4.3 :S Works fine :S
Sent via. Nexus 4
Update
For all those following or remotely interested in this, here's the plan
Develop version 3.0, including networking code, downloading the apk's and pushing as system apps that way, allowing for dynamic expandability, and pushing the latest version of the apks to the device in question
- I can confirm on this front that this version is in the works, I took some time off, had a few chores to do around where I live, but back on track now, next version should be here in a couple of days or so, hopefully
Release on Google play store, now I need to wait till I can put some money in my bank (as I have mere pence in there at the moment), buy a license, and get this thing up and running.
TheMentalGoose said:
For all those following or remotely interested in this, here's the plan
Develop version 3.0, including networking code, downloading the apk's and pushing as system apps that way, allowing for dynamic expandability, and pushing the latest version of the apks to the device in question
- I can confirm on this front that this version is in the works, I took some time off, had a few chores to do around where I live, but back on track now, next version should be here in a couple of days or so, hopefully
Release on Google play store, now I need to wait till I can put some money in my bank (as I have mere pence in there at the moment), buy a license, and get this thing up and running.
Click to expand...
Click to collapse
I think this is awesome man. I think it would generate ALOT of interest and I am sure you will have a following of people if they appreciate and understand what this is and how to use it. Especially keeping apps updated via network... Keep it up! :thumbup:
Sent from my Nexus 4 using xda app-developers app
jcnbama said:
I think this is awesome man. I think it would generate ALOT of interest and I am sure you will have a following of people if they appreciate and understand what this is and how to use it. Especially keeping apps updated via network... Keep it up! :thumbup:
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Thanks a lot dude; I was starting to think this app is a no-go :/
I get paid on the 29th of August, so i'll try and get play license by then, I wanna make this official and up there (plus, it's useful to put on a CV or my University application )
The UI has been re-designed (mainly because I wanted to expand my knowledge of the UI features available to me)..
Basic shell of the app at the moment is that it downloads a list of available apps from free server space I managed to find, parse the text, and then design the UI with the apps from the list.. (the idea being if I want to add another application to the app, I can do it all server-side, no need for an update) From that, it downloads locations to download the apks, again, hopefully completely dynamically expandable...
Run into a little bug that's been driving me crazy, where root commands aren't working... The app is pretty much developed, the UI and stuff done, I just need to do some stuff with images in the app, and then getting these damn root commands working..
To anyone with programming experience, I'm running emulating su shell commands, and the "su cat /sdcard/CMApps/Test.apk > /system/app/Test.apk" is just copying a blank file of 0bytes, and I can't for the life of me figure out what's causing it, especially due to the fact I copied and pasted the working one from the old version in an attempt; so might be a bit longer than a few days, depending on the root cause of this issue.. i'll keep you posted...
TL;DR: Everything currently works, except the main function of the app.
Edit: Reckon it's a problem with BusyBox, as I just installed my old version and getting the same bug.. One step closer!
Edit 2: I'm such a freakin' idiot... I went through flashing 4 different ROM's, 3 were 4.3, and 1 was 4.2.2 to find out what the problem ended up being.. Ehh, for the love of god.. Right! Version 3 is up soon I promise
Edit 3: For the love of god :L Right, my server space (because I really didn't pay much for it at all) is under maintanace for a few days..
Play store
Version 3.0.3 is up in the play store! Check out OP for changelog, or grab it here
It downloads the apps nicely but I had some trouble getting them to install. Manually copied them from the sdcard to /system/apps and they installed fine. All except for the messaging apk. Force closes on me when I try anything. Can't click to start a message or even get into settings. Running a stock 4.3 rom, a few modifications, deodexed.
can you insert Browser in app?
trantrungkienvt said:
can you insert Browser in app?
Click to expand...
Click to collapse
It's not a Cyanogen-mod app though, so it wouldn't fit with the rest of my app
utcu said:
It downloads the apps nicely but I had some trouble getting them to install. Manually copied them from the sdcard to /system/apps and they installed fine. All except for the messaging apk. Force closes on me when I try anything. Can't click to start a message or even get into settings. Running a stock 4.3 rom, a few modifications, deodexed.
Click to expand...
Click to collapse
The idea should be you just hit reboot once installed, the app should copy them over as system folder automatically.. The messaging is a little weird, might be something to do with odexed and deodexed ROM's, i'm not sure which is which though..
Delete
Sent from my Nexus 4 using Tapatalk 4
Getting an error about a missing interceptSMS permission on Voice+ running 4.3 (Cataclysm) on my Nexus 4
*Edit: fixed auto correct..*
Sent from my Nexus 4 using Tapatalk 4
Related
VaniljEclair RLS11 - A fast & stable CM 5.0.8 for Vogue/Kaiser/Polaris [2010-08-19]
I just wanted a plain, clean, vanilla Eclair so I did my own Cyanogenmod-5 port.
I've worked with the assumption that CM is allready heavily optimized and I've tried to change the bare minimum to make it run on my Kaiser. I also wanted to try the odex idea that dzo suggests here:http://forum.xda-developers.com/showthread.php?t=694597
So everything is pre-odex:ed and zipaligned when you install this which means first boot is quick and you can start using it at once.
It's using LCD density 120 which is the default for 240x320 Android devices but the original build is designed for 320x480 at density 160 so some adjustments had to be done.
No many bells & whistles... just a plain Cyanogenmod-5 based Eclair build. Add your own choice of "bells & whistles" from the Market (or other sources).
Some screens of how it can look, depending on how you set it up and what you install:
{
"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"
}
Install
- Get it here: http://sourceforge.net/projects/androidhtc/files/2010-08-19/VaniljEclair_RLS11.zip/download
- Install as usual, NAND or SD, whatever suits you.
- Boot and use it. No need to wait a magic period of time. Everything is zipaligned and odexed allready.
Post installation configuration scripts (run them without parameters to get valid options)
- wifi_level.sh
- lcd_density.sh
- default_network.sh
- hsxpa.sh
- gprsclass.sh
- bootanim.sh
- wifi_scan_interval.sh
Run them as root (type su before running them)
Known issues
- BT works for phonecalls but not for listening to music (same for all Eclair builds)
- Video playback
Changes in RLS11
- Removed busybox and symlinks that wasn't used.
- Some script changes
- Added relocate_apps.sh and initrd.gz that supports it (see this thread for more info)
- Put back som iptables commands in wireless_tethering_2.02.apk that was previously removed due to lack of support in kernel.
- Added missing netfilter/iptables modules to the kernel and also one module that I believe will make Droidwall work.
IMPORTANT! To use wireless tethering and/or the apps relocation you must flash one of the new NBH's (attached). HaRET users, just use the included kernel and initrd.gz.
Changes in RLS10b
- Has the latest libhtcgeneric-ril.so where 3G/2G switching works much better.
- Updated default_network.sh so that it updates build.prop AND changes network mode in realtime (no need to reboot).
- Added bootanim.sh that can be used to easily enable/disable the bootanimation (speeds up booting with about 15-20 seconds)
- Updated userinit.sh (due to changes in default_network.sh)
Attached files for RLS10
- A better version of libhtcgeneric-ril.so where "Use only 2G networks" works much better.
Changes in RLS10
- SIM pincode support
- Cell tower location support (Kaiser/Polaris)
- Decreased height of Android keyboard slightly
- Support for "Use 2G networks only" (Kaiser/Polaris)
- Adjusted default_network.sh script so that is also used to set default network at boot time (Kaiser/Polaris)
- Replaced bluetooth firmwares and loading method with the ones used by dzo in Fresh Froyo.
- Added wifi_scan_interval.sh script to easily change this value in build.prop
Attached updates for RLS9
New libhtcgeneric-ril.so with
- cell tower location working (on Kaiser/Polaris)
- SIM pincode support (not tested on Vogue)
- "Use only 2G networks" now works
The "gsm_only_at_boot" update has a modified userinit.sh (and the new libhtcgeneric-ril.so) that has a little hack to force GSM only at boot time. Without it it always defaults to WCDMA(3G) preferred at boot. Choose this update if you want GSM only be default. If not, choose the other one.
Changed in RLS9
- Removed LatinIME.apk and VoiceSearch.apk and replaced them with VoiceSearchWithKeyboard.apk
Changed in RLS8b (RLS8 to RLS8b update attached)
- Fix for the wifi tethering
- Included urban69's fix-tether.sh script. It's not needed now, but may be useful for future versions of the Wireless tethering app.
Changed in RLS8
- New compcache modules (needs a recent kernel as they expect support in the kernel). Compcache also enables after a 120 second delay just like in the recent Froyo releases to avoid SD-card issues.
- Updated camera libs which makes the build support Froyo kernels (11Mb extra memory) (Thansk dlepage for the work with the Eclair camera lib)
- Superuser permissions app now works as it should (thanks urban69)
- Wifi calibration is now saved on /data instead of /sdcard so sdcard does not need to be present for Wifi to work. (another nice idea from urban69)
- Slightly modified Wireless tethering app included (modifed to read calibration data from /data/calibration instead of /proc/calibration (thanks to urban69 for figuring out what needed to be done to get this one working on our devices)
- Added HTC_IME touch input. (as there was just enough space left in the build)
Changed in RLS7c
- see below. Just made a new complete archive with the safer scripts.
Post RLS7b updates (attached)
- Some changes to the scripts that changes build.prop (default_network.sh, hsxpa.sh, gprsclass.sh and lcd_density.sh) as I noticed they totally wiped build.prop when used on Froyo. Haven't seen that happen on Eclair but just be sure, apply this update if you plan to use any of these scripts.
Changed in RLS7b
- Replaced camera libs with the working one. If you are running RLS7, no need to reinstall, just use the CameraUpdate.zip.
Post RLS7 updates
- 2010-06-30 - CameraUpdate.zip(attached) - New version of the camera libs.
Changed in RLS7
- Changed Wifi power mode from high to medium.
- Added scripts to change wifi power level, default_network, hsxpa, gprsclass and lcd_density.
- Tweaked odex script to handle upgrades and uninstalls.
- More QVGA adjustments to Phone.apk
- Removed the outdated Google Maps.
- Updated camera lib to latest version.
- New zImage for HaRET users (fixes BT phone calls on Kaiser which has been broken since the 2010-06-23 kernel).
- VoiceSearchWithKeyboard attached as an update (pre-odex:ed and zipaligned)
Changed in RLS6
- Garbled text bug fixed thanks to yath2r.
- Camera now works thanks to dlepage.
- Did my own QVGA adjustment of Contacts.apk (Dialer)
- QVGA adjusted Phone.apk (in call keypads)
- QVGA adjusted DeskClock.apk (Clock app)
- Autodetects device and sets up the correct model name so Polaris users should see "Welcome to HTC Polaris" and so on.
- Added (disabled by default) renice service (/system/bin/renice.sh) and printprio.sh script for advanced users who want to experiment with changing prios. (Not tested)
- Tweaked LED controller a little.
- Added HaRET boot environment to make it easier for new users.
Changed in RLS5
- New base CM 5.0.8DS (See CM changelog for details). Some things you will notice is the new launcher, music player fits better in QVGA and Spare Parts is integrated into Settings.
- Wallpapers have been resized to QVGA.
- busybox and toolbox symlinks are setup at first boot.
- Modem app added.
Changed in RLS4
- QVGA dialer
- Wifi & bluetooth LEDs (flashing when turned on)
- Propably the last release based on CM 5.0.7
Post RLS3b updates (attached)
- 2010-06-18 Stole some .xml files from Contacts.apk in Polymod 2.1g and made the dialer fit better in [email protected] (QVGA).
Changed in RLS3b
- Google sync works again.
Post RLS3 updates (attached)
- 2010-06-17 RLS3 to RLS3b update. Fixes Google sync issue.
Changed in RLS3
- Default LCD density changed to 120 (because screen calibration doesn't like 106)
- Included screen calibration app.
- Included the original Google Maps that is supposed to go with the build as it nows fit within the system partition.
- Resized the boot animation from 320x256 to 240x192 so save space and also to make it look like it's intended to do.
- Compcache can now be enabled/disabled in Spare Parts. Default is to use 25% of the available RAM. Edit /system/bin/compcache.sh to tweak the settings.
- Odexing of Market apps and the Marketenabler (both disabled by default) can be enabled in /system/bin/userinit.sh
- Included the patch that was release after RLS2 (BT headset fix, getprop fix and charging LED fix)
- Propably something else that I've forgotten... EDIT: Just remembered. I've done some tweaking in /system/build.prop so if you have problems with data (non-wifi-data) let me know and I'll make an update.
Post RLS2 updates
- 2010-06-14: Added /system/bin/getprop to stop Better Terminal from crashing.
- 2010-06-15: Replaced /system/lib/hw/lights.msm7k.so to fix charging LED
- 2010-06-15: Replaced bluetooth firmware to fix bluetooth headset support.
Changed in RLS2
- Default LCD density changed to 106
- Full market
- Odexing of /data/app/*.apk disabled by default to avoid problems when upgrading apps.
For advanced users
- To enable automatic odexing of Market apps edit /system/bin/userinit.sh. Upgraded apps will be odexed upon next restart. Uninstalled apps will have their .odex files deleted upon restart.
- To enable paid apps script (marketenable.sh) edit /system/bin/userinit.sh. Be aware that it may hide your APN settings but they will still work. If you only need paid apps temporarily, start a terminal and start marketenable.sh (as root) before starting the Market.
- To change the default Compcache settings edit /system/bin/compcache.sh. You will need to restart the phone for it to take effect as unloading the kernel mods does not work and it will therefor keep the old settings even if you turn compcache off and on again. Learn about Compcache here: http://wiki.cyanogenmod.com/index.php/Compcache
Recommended apps
From Market
- Dialer One - Spell name and it filters your phone book, loads quicker that contacts.apk IMHO. Uncheck "Show titlebar" for extra space and "Vibrate" for extra speed. Use "Wallpaper" theme for nice looks.
- Launcher Pro - really nice launcher, highly recommended. Do check it's preferences. Lot's of nice features to try.
- RogueTools - for LCD density tweaking (and overclocking but I found very little advantage of overclocking)
- Astro File Manager - to easily install apps from SD card.
- Opera Mini - a nice browser
- XDA forum app - a must have...
- GPS Test (Chartcross inc) - well... for testing the GPS.
Not found in Market (asfaik)
- Modified Google Maps by Brut.all - international navigation and some other stuff (that I haven't tried)
- Weather Widgets (yr.no) - nice flipclock and weather forecast widget/app
Attached files (place on SD card and install with Astro File Manager)
- Corporate Calender 1.0.6
- Gallery3D - Kind of cool but not sure how stable it is on our devices.
All your cash are belong to us...
I can't wait...
Hi kallt_kaffe,
I download your build right now for test it.
Thanks in advance for your work.
I tell you what works and not.
Cheers.
kallt_kaffe said:
I just wanted a plain, clean, vanilla Eclair so I did my own Cyanogenmod 5.0.7 port.
I've done VERY LITTLE testing so, well... have fun.
Click to expand...
Click to collapse
everytime i settle down another build i have to try comes out.
i dont think i can call that a complaint though
Just have to try this one, sounds like a nice basic, clean port, just what I want for my spare phone
Edit: Just installed, it's very clean, boots fast, got a few new errors at post install startup, which i assume is normal since they refer to removing files which are not yet created (temp.odex , dalvik-cache), looks very nice on 320x428, which is my 'standard' res, nice to see it pick up my APN without the need to edit, has been a minor niggle with other ports, so many builds miss these little details, which confuse the less experienced users.
It is a clean, basic build, and seems pretty damn smooth as a result, no excess baggage, and as stated, anything you really cannot live without can be downloaded from market.
What works? So far, everything I need, Wifi works normally, I'll test GPS in an hour or so, BT works, Camera? Well no camera, but it is Eclair
I can even see this making it to my main phone for next week, and possibly to my userbar, ( might have to design a new userbar for this ).
Edit: GPS works fine too, installed on my main phone now, first build to correctly set up my APN for Virgin UK, most see T-Mobile, still shows as One To One Person onscreen though, but that's no matter, audio is good on wired headset, in fact, I'll be designing that userbar when I get home
What with A2DP in that build? BT audio works?
pentagramII said:
What with A2DP in that build? BT audio works?
Click to expand...
Click to collapse
No idea. The kernel I'm using have broken BT code and I don't have any BT headset anyway.
really convincing one for the moment, on POLA100
thank you for your work, i do further test right now
zenity said:
Edit: Just installed, it's very clean, boots fast, got a few new errors at post install startup, which i assume is normal since they refer to removing files which are not yet created (temp.odex , dalvik-cache),
Click to expand...
Click to collapse
Yes, it's the script that tries to odex files in /data/app, perfectly normal, but I will disable it for RLS2 (I'll come to that later)
looks very nice on 320x428, which is my 'standard' res, nice to see it pick up my APN without the need to edit, has been a minor niggle with other ports, so many builds miss these little details, which confuse the less experienced users.
Click to expand...
Click to collapse
It uses the APN list that comes with CyanogenMod and it doesn't have a marketenable script running so no APNs are hidded either.
RLS2 will have full market (I'm allready running it on my phone) and I will add support for paid apps but it will be disabled by default as it having it enabled makes the APN setup very confusing. In fact you can run the script manually in the terminal whenever you need to access paid apps or just enable two lines in sysinit.rc if you want it enabled all the time.
Also the odex skript will be disabled by default. That means it will not odex Market apps by default. Why? Well the .odex files will not be removed if you uninstall an app and will likely cause problems if you upgrade an installed app. Not a biggie if you are an advanced user and know how to handle it (uninstall and then delete the .odex files manually, then install new version). If you are advanced enough to be able to uncomment two lines in your sysinit.rc then you are advanced enough to be able to handle any upgrade troubles that it may cause you.
In your specific case (allready running HVGA = full market) you propably have nothing to gain from RLS2. You may want to edit /system/bin/odex.sh and remove the mount commands that I left by mistake which isn't needed but it's not doing any harm really... maybe adding some milliseconds to the boot time.
RLS2 in first post.
If this Android build is like your GPS and wifi fixes, I can expect to see great things from this build. Kinda funny that a lot of Android authors come to you for wifi fixes.
I HATE YOU!!!
LOL
thanks a lot, I think I am switching builds more than my underwear...LOL
I have been waiting for this.
Dukenukemx said:
If this Android build is like your GPS and wifi fixes, I can expect to see great things from this build. Kinda funny that a lot of Android authors come to you for wifi fixes.
Click to expand...
Click to collapse
That's because most chefs are Vogue users. To be honest I just copied the relevant parts from Polymod. However it was a pain to get it to work in this port. It found and associated with my WLAN but failed at the DHCP unless I copied the full 11Mb /system/bin from mssmisons CM port. But I didn't want to grow my /system/bin from 2-3Mb to 11Mb so it took a while to find out that what I needed was /system/bin/setprop. I also added rosystem, rwsystem and playmp3. The first two for convinience and the latter just to get rid of a message during boot (for cosmetical reasons only).
EDIT: And it also makes more sense for Vogue chefs to "bloat" their releases as data traffic is never free on the Vogue. We got Wifi so reinstalling all our favorite apps doesn't have to increase our phone bills.
mnjm9b said:
I HATE YOU!!!
Click to expand...
Click to collapse
You're welcome.
Ok I'm sold, everything I need is there, everything I want is available, and nothing seems to be missing or broken, all in all, this'll be my Android of choice for the next week at least.
Full marks from me on this one, looks lovely at [email protected] too.
Nice!!
zenity said:
Ok I'm sold...
Click to expand...
Click to collapse
Me too!
I love a clean and simple ROM and this is just it.
It works very fast as well. And love the screen density also.
Great work!
Respect.
thanks for this nice rom.. i just installed it a while ago and it seems stable.. is this rom capable of 3d enabled apps available in the market?? whats the fps??
Rls2 link is down.
RLS2 LINK IS DOWN.
So would you.....
Thanks!
niiiiiiice.
k_k what are you feelings on JIT
sakkeus11 said:
RLS2 LINK IS DOWN.
So would you.....
Thanks!
Click to expand...
Click to collapse
I just tried it and it worked fine.
blindguyinanorgy said:
niiiiiiice.
k_k what are you feelings on JIT
Click to expand...
Click to collapse
Haven't looked into it at all really. I just wanted a plain, simple and stable CM port. Much like aqtrans port but as I understand he got a new phone and mine is possible a bit more vanilla and also odex:ed and zipaligned. Feel free to experiment with it. I think it can be a good Eclair build to use as a base to build upon. I won't mind really.
{
"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"
}
Team Tiamat Xoom Rom
First off a note from brd himself :
bigrushdog said:
First and foremost, I would like to thank my wife Christy for putting up with the 100+ hours it took me to get the storage framework working. I told her I would be taking a break after this and I am. It is likely that the coming OTA will render most of this rom unneeded. However, I just have this thing with pwning Motorola Also, I would like to thank Roach from the Transformer team for breaking the back of the smali roadblock. Also, I have to thank Dr1337 from #xoom for making me double check the MediaProvider.apk manifest I hope you guys enjoy this rom. Be sure to read the change log and follow all instuctions when flashing. Thanks
brd
Click to expand...
Click to collapse
This rom is presented to you buy the following winners:
bigrushdog
solarnz
TDR
MAD Industries
Nusince
Steady Hawkin
Special mentions:
Roach`- Without him, we would be nowhere!
Kelvie - Thanks for the wpa_supplicant
Steady Hawkin - Init.d support
Jewremy - For the battery circle mod
Bazar6 - For fixing up the icons left over from themeing.
And now the rom!
Rom Features
This is a completely deodexed rom, based on the 3.2 wifi system image. However just because Google and Motorola haven't released 3.2 for the verizon xoom that doesn't mean we don't support it! Thats right. We support 3g devices on 3.2 before Google have even released it.
EPIC features
NATIVE 3G SUPPORT
SDCard support via mtp. NOTE: your sdcard will now be at /mnt/external1
Modified application permissions to allow applications that can write to /sdcard to write to /mnt/external1
USB OTG (On The Go) support. Your usb drives will now be mounted automatically under /mnt/usbOTG
Android media services scan both internal and MicroSD for media (Gallery, Music, etc)
Fast boot times. Your boot times are simply amazing with this rom!
Storage controls in the notification area and in the settings menu!
General Features
Powered by Tiamat Kernel Katana 2.0.0.
Pre rooted with su and Superuser
Pre-installed busybox and iwmulticall.
Desktop UA String
Modified battery images & animations.
Wi-Fi Ad-Hoc Mode
Quickboot
Estrongs File Explorer
Easy charging light controls
Advanced Features:
Init.d boot scripts enabled
OpenVPN binary and script - Credit CyanogenMod
Applications files (apk) located in /data/tiamat_first_boot_install will automatically be installed.
Applications are zipaligned on boot
Cron service
Important Notes : A MUST READ
Your microsd card is now mounted at /mnt/external1. You will also be able to access this via MTP.
Unless you are upgrading from 1.1 or an private beta, you will need to wipe.
If you're on a EURO 3G device, please note that this rom should install the correct build.prop for you, but you will still need to backup & push your telephony databases. See here.
We know about the layout changes in applications such as Settings. This is due to how we had to decompile framework-res.
Installation Instructions
Prerequisites: Clockworkmod Recovery (Recovery 3.2.0.0 R4C is still reccomended) and a MicroSD card for installation.
OPTIONAL, BUT RECCOMENDED: Backup your internal applications with Titanium backup
Download the 2.0 Rom and the 2.0.1, and place it on your external sdcard
Restart into Recovery
Perform a nandroid backup, and keep this safe!
Perform a factory reset within recovery (Wipe data / factory reset) NOTE: Only required if you're not on the 1.1 rom.
Install the rom
Install the 2.0.1 Update zip.
Welcome to the party
Download Center
2.0
Team Tiamat Xoom Rom 2.0 Manta Ray
MD5sum: d2e1e41c60b7e72f61dc7e71aae7453a
Team Tiamat Xoom Rom 2.0.1 Manta Ray - (UPDATE 1) Flash after 2.0
MD5sum: 15e103ca31d2a0ea786e2cc386b7019a
Archive:
Code:
[B]1.1[/b]
[B][SIZE="3"][url=https://bitly.com/mvXkIf]Team Tiamat Xoom Rom 1.1[/url][/SIZE][/B]
MD5sum: 2d35aaec8ecb13bb1b61c1244a70bc24
[B]1.0[/b]
[url=http://bit.ly/jEoc7R]Team Tiamat Xoom Rom v-1.0 HC 3.1 VZW Deodexed[/url]
MD5 Checksum 1bc044999c4b22107f332c3a9c4dcf8d
Optional downloads (quick updates to the full rom):
[url=http://bit.ly/jXJYGd]Team Tiamat Xoom Rom 1.0 Update 1[/url] - 3g fix (Not the full rom, just a quick fix)
MD5 Checksum d2e5078d9825389d5619dbb862ea0dd8
[url=http://bit.ly/jGb8nx]Team Tiamat Xoom Rom 1.0 Update 2[/url] - Enable Charging Light
MD5 Checksum d8fccf5c75882194b74c7e8a935301fd
[url=http://bit.ly/j9xKpD]Team Tiamat Xoom Rom 1.0 Update 3[/url] - Fix dependency on busybox
MD5 Checksum 8d9cdb4d2cb75869ef6c5786f82b09e7
Release Notes
2.0.1 Release Notes
In this release, I have updated the maps application in /system/apps. This will bring maps up to the latest version, but unfortuantly will still not allow future updates from the market. However we are currently working on a fix for this that won't require users to wipe. (Hopefully, no promises).
Also, we listened to our users about the battery icons, and Nusince has drawn use some new ones that are very similar to the ones used in Rom v1.0/1.1 but have been redone to match the new resolution.
I have also included the build.prop installation script again so that the update will flash the correct build.prop, depending on the current one you have installed. So if you have a euro 3g Xoom, your 3g data connection should work perfectly.
You are also able to flash this directly over the top of the 2.0 rom, no need for a wipe or factory reset.
Last, but not least we have 3 new members to Tiamat Xoom. We welcome TDR, Steady Hawkin and lowtraxx to the team, so look forward to some interesting improvements!
Changelog
Version 2.0.1
Replaced the battery icons with new ones from Nusince
Updated the maps application. NOTE: This is just a temporary fix, and we are working on a permanent fix.
Fixed up the euro build.prop
Version 2.0
Rebased off the 3.2 wifi image.
3G Support on Android 3.2
sdcard is now at /mnt/external1 and is viewable via MTP
Any application that can write to /sdcard can now write to /mnt/external1
usbOTG drives now mount at /mnt/usbOTG and act identically to the sdcard.
Now comes with the Katana 2.0 stock GPU kernel.
/MicroSD and /usbOTG synlinks to their respective locations in /mnt
Automatically modprobe all kernel modules, apart from the wireless module.
New wallpaper & charging icons
Version 1.1
Storage framework completely overhauled based on Transformer Rom Prime 1.5 (thanks Roach)
System now gives storage control thru status bar icon and in Settings / Storage
Unmount MicroSD, remove, put in another one for working Hot Swap
Automatically mount USB Host storage (unmount still broke do to borked vold.fstab)
All Android media services scan both internal and MicroSD for media (Gallery, Music, etc)
new native Transformer file explorer accessable thru status bar to explore all mounted storage
Unfortunately, USB Mass Storage is still broke. (It's turning out to be far more complex than it should be)
Entire rom re-signed with test key due to manifest changes for storage port. All services work 100% (Google music beta, Market, etc)
Implemented a variety of init.d scripts with "Tiamat Control" flags
Enable features by moving flags (/data/tiamat_controls) in or out of "unused" folder
Enable or diasble charging light while device on
Enable or disable logging for better battery life
sysctl memory tweak
Cron service enabled for time based scripts (put Cron scripts in /data/cron)
Rom zip-aligned on boot (still insanely fast boot time)
Included up-to-date Maps.apk and Video.apk
Removed bloatware (Cordy.apk, dungeondefenders.apk, and stingrayquickoffice.apk)
Changed back to mostly stock icons
Removed the charging percent text from the pull up settings.
When charging, it will now alternate between the battery percentage in the middle and a charging symbol.
Version 1.0 - Update 3 (Busybox fix)
Fixed the dependency that the ramdisk had on busybox, specifically run-parts.
Version 1.0 - Update 2 (charging light)
Enabled the led charging light in the ramdisk as per popular request.
Version 1.0 - 3g fix
Fixed permissions in /system/bin. This was causing issues with 3g connections.
Replaced framework-res.apk with a less modified version. There is no SIP calling and sms now, but the activation screens work now.
Tips
Turning the charging light offUsing root explorer, or other file manager that gives you enough control, move the "enableChargingLight" file in /data/tiamat_controls into the directory /data/tiamat_controls/not_in_use
Automatically installing applications when you flash the rom:
In the zip file, under the directory "data" there is a directory called "tiamat_first_boot_install". You can place all of your apk files that you want installed when you first boot in there. This is useful for applications such as Thumb Keyboard and Titanium Backup
Bigrushdog's Tiamat Rom Enhancement Section
Thank You For Supporting Team Tiamat!
Welcome Xoomers! Here is my little spot where you may find all sorts of Tiamat goodies that, for whatever reason, didn't make the release rom. Also, you may find my own tips, trick, even some Official Tiamat Xoom Rom Art. Stop by from time to time!
These mod packs will only work for their specific rom version. I.E modpacks for 1.1 WILL NOT WORK on 2.0
Tiamat Xoom Rom v1.1 Mod Pack 1
Tiamat Xoom Rom v1.1 Mod Pack 1 Change Log
Added "Native Screenshot"!
You can now take screenshots with your Xoom. Enable the feature in Settings / Display. To take a screenshot, press and hold the "Recent Apps" button for about 4 seconds. You will get a popup indicating the shot was taken and asking if you would like to keep the service running. The shots can be found in /sdcard/screenshot.
Added "Power Button Reboot Options"
I grabbed this from my buddy Roach`, developer of Prime!1.5 Rom for Transformer. Although i plan on further enhancing this feature, it works for now Press and hold the Power button. Your menu will give the opportunity to power down or reboot into recovery or cancel. It's not bad for first time around. Later, we will have a full featured Shutdown Menu.
Added "Maps won't update" fix
Sorry about that one guys. And yes, to whoever posted it, I should have put Maps.apk in data/app. You get 10 Tiamat Points! Ok. This simply removes Maps.apk from system/app and installs the updated Maps.apk in data/app.
Added "Swype won't download" fix
Changes Browser UAString in framework-res.apk from modded Desktop default to Mobile default. This is needed to download Swype from their network. Install Mod Pack 1 first and reboot. Then go back into recovery and flash the Swype fix. One you have Swype up and running. Go back into recovery and flash Mod Pack 1 again if you wish to return to Desktop default UAString. If you wish to stay on Mobile default, no further action is needed.
Downloads
Download Tiamat Xoom Rom v1.1 Mod Pack 1
Download Default Browser UAString Swype Fix
NOTE: I apologize to themers out there, but this pack does contain a modified framework-res.apk. I had to add some strings for the reboot mod. You should be able to get away with just grabbing the resources.arcs and dropping into you're themed fw-res.
Tiamat Xoom Rom Art Album
Tiamat Xoom Wallpapers
Much love and credit goes to MadIndustries and Nusince, our Tiamat Graphics Design Team. They are very talented indeed.
Tiamat Xoom ADW Wallpapers
Alright, I know I'm not the only one that doesn't like apps i don't use. So this post is for you guys.
How to remove:
Remove the files from system/app with an app like root explorer AFTER you flash the rom
Use ADB and this command "adb rm /system/app/app.apk" AFTER you flash the rom
At this time, I would not recommand removing BEFORE flashing the rom, as it will break setupwizard (this can be disabled in the build.prop)
Below is a list of apps i have removed and what they are for:
BooksTablet.apk <Google Books>
Browser.apk <Internet Browser (If You Use Something Else)>
ChromeBookmarksSyncAdapter.apk <Chrome Bookmarks Sync>
EmailGoogle.apk <POP/IMAP Email Client>
FileManager.apk <IOFilemanager App, Needed by MicroSD Mount Popup>
GoogleQuickSearchBox.apk <Google Search Box>
HoloSpiralWallpaper.apk <Wallpapers>
HTMLViewer.apk <views shared (usually via bluetooth) html files> thanks blades
LatinImeGoogle.apk <Stock Keyboard (If You Use Something Else)>
Launcher2.apk <Stock Launcher (If You Use Something Else)>
LiveWallpapersPicker.apk <Live Wallpaper Selector>
MotoLocationProxy.apk <Unknown>
MotoModemUtil.apk <Unknown>
OneTimeInitializer.apk <Unkown>
Phone.apk <Phone App; Dialer Screen>
PicoTts.apk <Text to Speech, Needed by Google Navigator>
SetupWizard.apk <Setup Wizard When You First Start>
soundback.apk <Sound Feedback (Accessibility Option)>
SoundRecorder.apk <Records Audio Samples to Test Speech Recognition>
Street.apk <Streetview for Google Maps>
Talk.apk <Google Talk>
talkback.apk <Voice Feedback (Accessibility Option)>
TelephonyProvider.apk <Phone Sync>
TtsService.apk <Text to Speech, Needed by Google Navigator>
VideoEditorGoogle.apk <Video Editor>
VisualizationWallpapers.apk <Wallpapers>
VoiceSearch.apk <Voice Search>
Now I can wipe properly woooooo
Hmm! I hate to see "Coming Soon" in the title!
This rom is nothing but pure win. Plain and simple. This is what the XOOM should have been when Moto released it!
Cant wait
Sent from my Evo3D
Running it now and so far so good. Did have to wipe data but at least it feels like a fresh start.
2 things I have seen so far
1. Edit: No reboot needed just remove and reinsert the sdcard and its back.
Once I unmount the Sdcard I have to reboot to remount it.
2. This is the quickest boot time I have seen yet by far.
Sent from my Xoom using XDA App
Can't wait too see what's next.
I've closed the other thread upon team request.
Whoa, Christmas in June?
Sent from my Xoom using XDA Premium App
dch921 said:
Running it now and so far so good. Did have to wipe data but at least it feels like a fresh start.
2 things I have seen so far
1. Once I unmount the Sdcard I have to reboot to remount it.
2. This is the quickest boot time I have seen yet by far.
Sent from my Xoom using XDA App
Click to expand...
Click to collapse
To get it to remount, you should be able to just take it all the way out and put it back in.
He loves to tease with the coming soon. :/
Can't wait though .... thanks for your hard work!
Sent from my Xoom using XDA Premium App
bwcorvus said:
To get it to remount, you should be able to just take it all the way out and put it back in.
Click to expand...
Click to collapse
That's the trick. The first time I did that it must have been too quick or something but just tried again and works great.
Sent from my Xoom using XDA App
Now I get excited again...
Can't wait
Some screenshots
Sent from my Xoom using XDA App
Awesome, really looking forward to this. Soon as in tonight, or next few days? Just wondering if I need to keep a tab open
You guys keep making the Xoom better. I am in no way thinking of selling mine for a different tab. No reason to with team Tiamat in our corner.
Sent from my Xoom using Tapatalk
Can't wait for this to come out! You guys are doing some great work for the Xoom
If it hasn't changed much from this afternoon, its pretty damn snappy at 1408 and interactive gov. No issues at all.
Sent from my Xoom using XDA Premium App
i too am interested in whether this will be up tonight or a soon to come day
{
"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"
}
Team Tiamat Xoom Rom
This rom does not support 4G devices. DO NOT FLASH THIS IF YOU HAVE A 4G device.
This rom is presented to you buy the following winners:
solarnz
bigrushdog
Lowtraxx
MAD Industries
Nusince
Phokus
chrisryn
Special mentions:
Roach`- Without him, we would be nowhere!
Kelvie - Thanks for the wpa_supplicant
Everyone in #xoom for helping me test and all round support, you guys are amazing
The Synergy mod team and Treve for the various binaries we used from you guys, thanks
The cyanogen mod team as their source made implementing our quick controls a lot easier.
And now the rom!
Rom Features
This is a completely deodexed rom, based on the 3.2 wifi system image. However just because Google and Motorola haven't released 3.2 for the verizon xoom that doesn't mean we don't support it! Thats right. We support 3g devices on 3.2 before Google have even released it.
EPIC features
Quick Controls aka statusbar controls / "Zeus mod"
Tiamat settings
NATIVE 3G SUPPORT
SDCard support via mtp. NOTE: your sdcard will now be at /mnt/external1
Modified application permissions to allow applications that can write to /sdcard to write to /mnt/external1
USB OTG (On The Go) support. Your usb drives will now be mounted automatically under /mnt/usbOTG
Android media services scan both internal and MicroSD for media (Gallery, Music, etc)
Fast boot times. Your boot times are simply amazing with this rom!
Complete localisation support. This means that we have complete support for european devices and their languages.
Screenshot support
General Features
Powered by Tiamat Kernel Tachi 2.1.0 (stock gpu).
Pre rooted with su and Superuser
Pre-installed busybox and iwmulticall.
Desktop UA String
Modified battery images & animations.
Wi-Fi Ad-Hoc Mode
Quickboot
OSMonitor
Advanced Features:
Init.d boot scripts enabled
OpenVPN binary and script - Credit CyanogenMod
Applications files (apk) located in /data/tiamat_first_boot_install will automatically be installed.
Applications are zipaligned on boot
Cron service
Important Notes : A MUST READ
Your microsd card is now mounted at /mnt/external1. You will also be able to access this via MTP.
If you're not on hammerhead, you need to perform a factory reset first.
This rom supports all wifi devices, US Verizon 3g devices and European devices.
Installation Instructions
Prerequisites: Clockworkmod Recovery card for installation.
(Only 3.2.0.0-R4C with an sdcard has been tested but all other cwm based recoveries should work too)
OPTIONAL, BUT RECCOMENDED: Backup your internal applications with Titanium backup
Download the 2.2 rom zip file and place it on your external sdcard
Restart into Recovery
Perform a nandroid backup, and keep this safe!
Perform a factory reset within recovery (Wipe data / factory reset) This is only required if you're NOT upgrading from hammer head.
Install the rom
Welcome to the party
Download Center
2.2.2
Tiamat Xoom Rom 2.2.2 "Moray"
MD5sum: b8a2ca18954e63dad5aa6e704461ce9c
2.2.1
Tiamat Xoom Rom 2.2.1 "Moray"
MD5sum: 24c2afbade388cfb7a8d62b7fcef668d
2.2.0
Tiamat Xoom Rom 2.2.0 "Moray"
MD5sum: 50d5f7409dc865b29b67e213ff8cae5b
Bug reports & Feature requests
Forums are horrible for keeping track of bugs and feature requests. If you have a reproduceable bug, or a feature request, please create an issue for it at http://code.google.com/p/tiamat-xoom-rom/issues/list
Release Notes
2.2.2 Release Notes
Yet another update for the rom. Quite a few changes this time.
As usual, this can be flashed cleanly over 2.2.1.
-- solarnz.
2.2.1 Release Notes
You are able to flash 2.2.1 over 2.2.0 as it is mainly just bug fixes.
-- solarnz.
2.2.0 Release Notes
Boy has it been a busy last 2 weeks.
I have built a build system where we now do the majority of our coding in java. Yep java, not smali.
We now have quick controls, in the status bar settings menu.
This rom is mainly just a feature release. Unfortuantly if you had any issues regarding gmail in hammerhead, you will likely get the same issues in this release.
This rom is also still based of 3.2. Yeah I know I said I would be doing 3.2.2, but things change.
-- solarnz.
Changelog
Version 2.2.2
The browser UA string setting now sticks.
Reverted to the stock User Agent string.
Bluetooth tethering work-around
Removed the DigiNotar certificate (3.2.1)
Updated the market application (3.2.1)
New setting to load every module on boot (disabled by default)
Disable OTAs by default. You can turn them back on through the settings.
Ability to completely disable the software buttons through
Ability to turn on the european wifi channels in the settings menu.
Version 2.2.1
We now use the GMail.apk from the Asus Prime rom.
Re-implemented the shutdown (power) menu.
Brought in DSPManager from cyanogenmod. You can also access this through the Music2 Application.
Fixed various force closes in Music and Clock applications.
You are now able to enable wifi & bluetooth via quick controls while airplane mode is active. You will need to enable this through the quick control settings first however.
Disabling rotation in the quick controls will now freeze the rotation of the screen, instead of locking at the landscape position.
New adbWireless quick control
More support for the Hong Kong partition layouts.
Overclocking will now write the values to both cores.
Version 2.2
Quick Controls
Tiamat Settings - set your overclock on boot, and many more!
Extra command line applications - nano, powertop etc
Bash is now the default shell
New Wireless, Mobile and battery icons from bignadad
Browser now has a selectable UA string in the general menu, no more enabling the debug mode.
OSMonitor is now included.
There is a nice fortune displayed on the lockscreen now.
New boot animation by phokus
More stuff I can't remember
Version 2.1
Fixed all the application signatures - Google applications should update fine now.
All of the language packs are now incorporated into this rom
European 3g support should be 100% working now.
Native screenshot is back
Version 2.0.1
Replaced the battery icons with new ones from Nusince
Updated the maps application. NOTE: This is just a temporary fix, and we are working on a permanent fix.
Fixed up the euro build.prop
Version 2.0
Rebased off the 3.2 wifi image.
3G Support on Android 3.2
sdcard is now at /mnt/external1 and is viewable via MTP
Any application that can write to /sdcard can now write to /mnt/external1
usbOTG drives now mount at /mnt/usbOTG and act identically to the sdcard.
Now comes with the Katana 2.0 stock GPU kernel.
/MicroSD and /usbOTG synlinks to their respective locations in /mnt
Automatically modprobe all kernel modules, apart from the wireless module.
New wallpaper & charging icons
Version 1.1
Storage framework completely overhauled based on Transformer Rom Prime 1.5 (thanks Roach)
System now gives storage control thru status bar icon and in Settings / Storage
Unmount MicroSD, remove, put in another one for working Hot Swap
Automatically mount USB Host storage (unmount still broke do to borked vold.fstab)
All Android media services scan both internal and MicroSD for media (Gallery, Music, etc)
new native Transformer file explorer accessable thru status bar to explore all mounted storage
Unfortunately, USB Mass Storage is still broke. (It's turning out to be far more complex than it should be)
Entire rom re-signed with test key due to manifest changes for storage port. All services work 100% (Google music beta, Market, etc)
Implemented a variety of init.d scripts with "Tiamat Control" flags
Enable features by moving flags (/data/tiamat_controls) in or out of "unused" folder
Enable or diasble charging light while device on
Enable or disable logging for better battery life
sysctl memory tweak
Cron service enabled for time based scripts (put Cron scripts in /data/cron)
Rom zip-aligned on boot (still insanely fast boot time)
Included up-to-date Maps.apk and Video.apk
Removed bloatware (Cordy.apk, dungeondefenders.apk, and stingrayquickoffice.apk)
Changed back to mostly stock icons
Removed the charging percent text from the pull up settings.
When charging, it will now alternate between the battery percentage in the middle and a charging symbol.
Version 1.0 - Update 3 (Busybox fix)
Fixed the dependency that the ramdisk had on busybox, specifically run-parts.
Version 1.0 - Update 2 (charging light)
Enabled the led charging light in the ramdisk as per popular request.
Version 1.0 - 3g fix
Fixed permissions in /system/bin. This was causing issues with 3g connections.
Replaced framework-res.apk with a less modified version. There is no SIP calling and sms now, but the activation screens work now.
Tips
Automatically installing applications when you flash the rom:
In the zip file, under the directory "data" there is a directory called "tiamat_first_boot_install". You can place all of your apk files that you want installed when you first boot in there. This is useful for applications such as Thumb Keyboard and Titanium Backup
Moray 2.2 Modpacks
All of these mod packs can be flashed over the top of an existing Moray installation unless advised otherwise.
Mod pack 3 : Disable OTA notification ONLY FOR 2.2.0 & 2.2.1
MD5Sum: dd6291c50b815826ec18ee8acf89fa2c
Mod pack 2 : Stock User Agent String. ONLY FOR 2.2.1
MD5Sum: f795a79a37d811b9fe5464f393097c9d
Mod pack 1 : Stock User Agent String. ONLY FOR 2.2.0
MD5Sum: 9f0b2a117c3e2a578cccad5207f24851
Moray 2.2 Screenshots !!!
Tiamat Xoom Bactrack 5 Power User Expansion Pack
errr...where is the download link....
EDIT : Downloading now.....
Awsome, Really tks.
download link.......
Looks really solid guys, thank you for all of the hard work that makes my xoom so happy!
big tks,
waiting for download link
You guys are awesome running really good..
Thanks
1. setting alarm bug still exists.
2. In stock web-browser, when a type a random word on address bar , "xoom" for instance, then i hit "enter" , it does not automatically launch google search for "xoom" ?
Is this based on HC3.2.2 ?
tritran18518 said:
1. setting alarm bug still exists.
2. In stock web-browser, when a type a random word on address bar , "xoom" for instance, then i hit "enter" , it does not automatically launch google search for "xoom" ?
Click to expand...
Click to collapse
Yep, sorry I wasn't able to fix these issues. Hopefuly in the next release
daveba said:
Is this based on HC3.2.2 ?
Click to expand...
Click to collapse
Nope, still 3.2 sorry.
Argh I'm in work now
It will be another half of a day before I get myself some Moray goodness...
tritran18518 said:
1. setting alarm bug still exists.
2. In stock web-browser, when a type a random word on address bar , "xoom" for instance, then i hit "enter" , it does not automatically launch google search for "xoom" ?
Click to expand...
Click to collapse
Also have alarm bug ....but the browser one I do not get what u mean...I used the home screen top search bar....the browser address bar.....and the regular broswer search bar ...hit enter from keyboard and they all work fine.....I also did a fresh install ..so who knows
Sent from my HTC Sensation 4G using xda premium
Tito2007 said:
Also have alarm bug ....but the browser one I do not get what u mean...I used the home screen top search bar....the browser address bar.....and the regular broswer search bar ...hit enter from keyboard and they all work fine.....I also did a fresh install ..so who knows
Sent from my HTC Sensation 4G using xda premium
Click to expand...
Click to collapse
OK, my browser problem is solved after I change my homepage to google.com and set UA string to desktop.
First impression : love the water boot animation. Still loading the boot animation.
EDIT : Done booting and saw new signal and battery icon. Nice. Only, when word '3G' nicely placed beside the signal. Only word 'H' overlapping with the arrow signal.
nice to see the the SD card persmissions are fixed!
Appears that the autorotation setting is broken... it will either toggle "on" or "upside down"
also torch doesnt appear todo anything
is the wifi dropout bug fixed in this release?
Sent from my Xoom using xda premium
mynameisjon said:
nice to see the the SD card persmissions are fixed!
Click to expand...
Click to collapse
May I know what you mean by 'SD card permissions are fixed'? Do you mean SD card is internal or the microSD card? Because I cannot delete any files inside microSD card except after changing the right using MicroSD Mounter.
Works fine so far.
When opening Music and switching to Genre or Interprets the Music App FC's.
It will do that until Force Stop and Clear Data from within the settings.
The Log mentions that the Error hast something to do with the piled Album images.
... MusicAlbumWallCallback.onRequestPileLableTexture(MusicAlbumWallCallback.java)
[APP - SCRIPT][CM 9, 10 & HB] Datafix - for "low storage notification" problems
Hereby I proudly present: Datafix.
This app is an alternative to installing Wendigogo's "new low storage datafix" script through CWM. Now you can install the script through this app with a nice interface to control the options provided by the script. Besides that the app is capable of clearing your apps cache and data. It will give you all information about the ammount of data contained in /datadata and /data.
Background :
CyanogenMod (CM) based roms on our I9000 (and brothers) uses a small and fast flash chip to store application datas. This make the rom smooth and sweet ... This chip is mounted as /datadata and is about 170Mo.
With a lot of apps (or apps storing lots of stuff there) we faced a "Low storage" notification and our phone becomes laggy.
The first idea was to move this /datadata to /data (about 2Go) whose have a lot of free space. This works but the phone became laggy.
Then some others devs think about moving back to /datadata frequently accessed files (sqlite database and xml preferences files). First as scripts part then as flashed zip file. The phone becames smoother but not like a "vanilla" CM rom. This is the 1103 datafix in thread linked previously.
An xda user suggested to let on /data only library files and move back all other stuff to /datadata. These lib files are only accessed (when used by users) in read mode so the ext4 /data partition is efficient in this way and phone becomes smoother as "vanilla" CM roms. This is the 2903 datafix I made and post in previously linked xda thread.
But with this latest datafix, applications cache are stored in /datadata and recent Google apps (like Chrome) fulfilled it quickly : the "Low storage" notification is back !
Next solution :
Like 2903 datafix, only libraries ("lib" and "libs" subdirectories) stay on /data by default.
BUT unlike it you could choose which apps will also store their cache in /data. And this is REVERSIBLE : if one of selected app becomes laggy you could move back its cache onto /datadata
Click to expand...
Click to collapse
The script itself is discussed here on XDA.
A discription on how to use the app is presented to you when you first start the app. Basically it does nothing on its own. The app presents the contents of /datadata in a nice view, sorted by size, alphabet or size/type. You can choose with checkboxes for which apps you would like to keep the cache on /data or all its data on /data. After pressing the install button you will get confirmation. Only after installing the init.d script and a reboot your data will be resorted and the fix will be active.
This app is made to install the init.d script that controls your datafix. It also creates
the move_cache.txt and the skip_apps.txt files already known. Besides that the app is able
to clear caches and data for every app, even when a datafix is applied, not nessessairy the
one done by this init.d script.
move_cache.txt
the move_cache.txt file is created by checking the checkboxes on the main screen.
apps in this file will store their caches on /data/data/*, potentially saving a lot of space
on the fast /datadata. Gmail and Downloads are checked by default.
skip_apps.txt
The apps in this file will have all their data on the huge but slow /data/data/*.
Install button
Once pressed install you will have a confirmation dialog, read carefully what will be
added to which file. You can choose between cancel (obvious), install without reboot and
with reboot.
The app itself will decide wheter or the datafix script will be installed or updated. Good
practice is to use the build in nandroid function. This is disabled if you choose to install
without a reboot.
App details
You can press on every entry in the list. This will show where this app currently has its data
and gives you the option to wipe its cache or all its data. Empty folders will show 4kB, symlinks
and non-existing folders will show 0kB.
Data clearing is a little different from the original Android method. We keep the directories
and symlinks but just clear their contents. Normally they would be erased as well, appart from the
libraries. This way restarting the app will keep the datafix in place. If we would remove the
symlinks everything would go to /data/data/*.
Nandroid
If you choose to make a nandroid backup from within this app,
you have to realize that this function is only available for
CWM based recoveries. TWRP is not supported by me at the moment.
If you want to help in this, feel free to PM me on XDA or email
[email protected].
The nandroid will be in:
/sdcard/clockworkmod/backup/2012-07-10.19.14.12-datafix
Click to expand...
Click to collapse
A huge thanks for Wendigogo who's script is installed and who participated in the development of the app. Without him the app would not have been developed in the first place and certainly not in its current form.
Also thanks to Upichie who was our first and only beta tester. He gave us some good ideas and discovered some bugs we didn't encounter during development.
You can find the app on Google Play here.
Current version is 1.2.0
In version 1.2.0 you will find a star at the top of your screen (in the actionbar). Clicking it will lead you to the in-app donation game. Buying items or becoming a premium user does not change the function of datafix.
Whatever you decide to donate, datafix is free and will always stay free.
Click to expand...
Click to collapse
{
"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"
}
Changelog
Version 1.2.0
Removed donation buttons. Instead ..
NOW THERE IS AN IN-APP DONATION GAME!!!
Created addon.d option in the settings. Enable it to keep the init.d script there when upgrading your rom.
Added a changelog to the app, market changelog is just too short
Version 1.1.6
Disabled nandroid check-box, need to figure out why it has stopped working.
Shows version in the actionbar.
Scripts change: checks for symlinks pointing to somewhere outside /datadata locations when calculating the available size.
Version 1.1.5
Improvements made in the way the script and app check for available and requiered space on /datadata.
Made it optional to do these checks. It can now be done simple (not taking the checkboxes in account) or advanced (calculating the extra space on /datadata freed up by checking some boxes). It can also be disabled but be aware this is a risk for your device.
Updated French, Dutch and German translations.
Version 1.1.2:
Added German translations
Changed the way the script checks for enough space. Should take the apps added to move_cache and skipp_apps in account now
Implemented this change in the app itself, if there is not enough space available for all your data (independant from the free percentage, it can be that on /data a huge collection of data has piled up)
Notifications now also translated in Dutch, French and German.
Version 1.0.1:
REMOVE THE PREVIOUS SCRIPT FROM INIT.D PLEASE!!
Another French update
permission for init.d script: 755, owner: shell (thanks Rollus for pointing out the effect of previous change).
changed script version number to force the app to replace the init.d script
Version 1.0.0:
Fix for lost permissions of the move_cache.txt, causing it not to bea read by the app.
Made debugging a user preference. It spits out a textfile with some permissions info plus a logcat when exiting the app (if enabled)
changed permission for the init.d script to 777 again.
Version 0.9.5:
Again French translation update
Fix for overriding the move_cache initialisation. Now your personal settings for move_cache should always stick exept for a fully empty move_cache.txt. Gmail and Downloads will be ticked in that case.
Fix for having a file instead of a directory on /data/local/datafix.
Version 0.9.4:
Updated French and Dutch translations (thanks to SilentBoB and Rebel2K
Fix for not showing datasizes and misfunctioning sorting
New permission: Play Store in app billing: not used for now, in the future to replace paypal donations.
Version 0.9.2:
Updated French translations.
Fixed typo in Dutch translations
Fixed a minor bug in the notifications: no more notification when updating an app, only notify on new installs
Improved performance (only create apps data on first start)
Changed the link in preferences to this thread (notice that the new tapatalk can handle this link as wel!!)
Version 0.9(.1):
Initial release
Exactly what I had in mind the first time I see the Wendigogo version of data fix.
Thanks you.
Envoyé depuis mon GT-I9000 avec Tapatalk
The French translation have been done by an application right?
How does that work? Xml file? I can help for a real translation if you want.
Envoyé depuis mon GT-I9000 avec Tapatalk
The human translated version is on the market when they decide to make it public, should not take long (but sometimes.. Googles ways are unpredictable..)
Thanks anyway, I appreciate it!
Taptalked u see
Zatta said:
The human translated version is on the market when they decide to make it public, should not take long (but sometimes.. Googles ways are unpredictable..)
Thanks anyway, I appreciate it!
Taptalked u see
Click to expand...
Click to collapse
Damn, I am too slow
thanks,i will try it
I just installed it from market
Many thanks to you three!
Awesome! Great to see this released on the Market! Good work, Zatta. I left a 5 star review for you. Woohoo! :victory::victory::victory:
Silentbob999 said:
The French translation have been done by an application right?
How does that work? Xml file? I can help for a real translation if you want.
Click to expand...
Click to collapse
It's human translated by myself on "new" version (still not in Google Play for me now). But feel free to correct/make suggestions to improve it ! :good:
Great stuff, thanks to all involved!
If I've already installed the wendigogo CWM script, with no configuration done, what would be the consequence of installing this app?
(I ask because, I would like to have this app in my titanium backup ready for my next full-wipe install, but I've already applied the CWM based fix)
toddmworth said:
Great stuff, thanks to all involved!
If I've already installed the wendigogo CWM script, with no configuration done, what would be the consequence of installing this app?
(I ask because, I would like to have this app in my titanium backup ready for my next full-wipe install, but I've already applied the CWM based fix)
Click to expand...
Click to collapse
No consequences at all! The app will detect that you're already using the script and won't reinstall it, but you can then use the app to configure the datafix. It's a beautiful thing, really.
EDIT: My bad, check Zatta's response below.
Not exactly correct, it will install version 20120713, but the only difference is that this one contains a version number so in practice you won't notice the difference. Boottime will be the same as with the previous version.
Taptalked u see
Zatta said:
Not exactly correct, it will install version 20120713, but the only difference is that this one contains a version number so in practice you won't notice the difference. Boottime will be the same as with the previous version.
Taptalked u see
Click to expand...
Click to collapse
Do you need to install the newer script with the app? Or will the older script work?
Vertron said:
Do you need to install the newer script with the app? Or will the older script work?
Click to expand...
Click to collapse
The app will install the new script, there is no choise build in. But as said, this one is only different in the way that it contains a version number.
If you really want to keep the old script, the app can be fooled, just add a line to your old script:
Code:
version='20120713'
And add that version number to /data/.datafix_ng as well
Code:
su
echo 20120713 > /data/data/.datafix_ng
Meanwhile I keep trying to get app version 0.9.2 on the play store, either my satellite internet connection is bugging me, or Google is having problems. Every # upload is failing on the last few percent..
Taptalked u see
Thank you !!! This app is a life saver! A must app with RemICS ROM !
Really a wonderful program ! Very useful !
Envoyé depuis mon GT-I9000 avec Tapatalk
No more datadata partition on cm10 alpha,i have mixed feelings about this...apps responsiveness is really slower for me when all is on data, even Chrome browser cache.
Bejda said:
No more datadata partition on cm10 alpha,i have mixed feelings about this...apps responsiveness is really slower for me when all is on data, even Chrome browser cache.
Click to expand...
Click to collapse
I've got my apps on ext SD with link2sd and can't feel that my apps load slow. How can it be that slow for you on the fast flash chip then?
I think moving apps to sd only moves data/app/apk's and for the most data/dalvik-cache/.dex and datadata libs but not their caches among other things?
Better way to know what i mean could be create a .nodatadata file un datadata and reboot but i know some users are happy with this or previous datafix versions that were moving all caches too.It's not my feeling especially about the time it takes for an app to launch.
LiteROM - Based on UCALJ3 Debloated, Partially De-odexed, Zip-aligned, SuperSU, Busybox, Init.d Support, Tons of Memory and Build.prop Tweaks, Sysctl Tweaks, 14 toggles Mod, Power Menu, Tethering fix and more...
Fully Customizable Aroma Install
Customizable Apps, Tweaks, Mods
BLN Support
Selectable Kernel, Modem, Bootanimation
{
"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"
}
LiteROM Downloads
Latest Release - 0.9.0
Google Drive - Dev Host
Older Releases
Download 0.8.4
Download 0.6 - Core
Download 0.6 - Full
If you have any kind of trouble with this ROM, you should try using the preset values in the installer ... (including full wipe)....
Intallation Instructions
Code:
1. Install [URL="https://docs.google.com/open?id=0BzOID2EFybpANFVVemdfUktRODQ"]Official UCALJ3[/URL] though ODIN (If Coming From GB, else skip to Step 2)
2. Install [URL="http://forum.xda-developers.com/showthread.php?t=1766533"]CWM[/URL] Through ODIN (If already installed Skip to step 3)
3. Install LiteROMX.XX.zip from CWM Recovery
4. Complete the Install Aroma Wizard, selecting whatever you choose
5. Boot device.... Do not use network provided time, dosn't work (AT&T's fault)
6. If you get any strange behaviour reboot to CWM go to Advanced-> Fix Permissions
7. Thats it, Report any bugs and compliment me on my incredible rom ;)[/SIZE]
Instructions for GPS
Code:
1. Be sure to check GPS tweak and GPS region and select your region (when installing rom)
2. Go outside be sure the sky is clear and there is no obstruction above you...
3. Enable GPS and (Install) and Open GPSStat
4. Wait for 60 seconds keeping the screen on by tapping it regularly
5. If you do not get a lock in 2-5 minutes try installing the Rogers Modem and try process again
6. Please report your success or failure (I got a lock in about a minute, i live in Canada)
[SIZE="2"][B]Notice - If you get a lock once you will be able to get it in a matter of seconds later[/B]
Want Rooted Stock UCALJ3?
UCALJ3 Download - Mirror
-------------------------
Code:
[SIZE="1"]0.1
- Apex Launcher
- 220 LCD Density
- build.prop tweaks
- 14 toggles Mod
0.2
- Added Busybox
- Added Email.apk to /data/app
- Replaced Stock Wallpaper
- Replaced Lockscreen Background with Black
- Removed Carrier Txt, Clear button, and Date from Notification Bar
- Replaced Samsung Keyboard with Stock
- Added lambgx02's mod to improve a2dp audio quality
- Integrated V6 Supercharger for Memory Optimization and General Smoothness
0.3
- Edited build.prop
- Added Exchange.apk to /data/app (For Email)
- Fixed Tether (Kombatant's Method)
- Fixed Google Play Incompatible App Issues (Modded Market)
- Made changes to Navigation bar (Clear button and Date)
- Integrated Beats Audio Mod (RockoDev, Should not effect Performance)
- Integrated Nardholio's Preload Swap Mod (Set Swappiness to 1, so that its used only when it desperatly needs memory)
0.4
Made tons of changes can't possibly list them all
- Fixed incompatibilty issues with Google Play (Went back to 240DPI)
- Black themed Market
- Black themed Toggles
- Completely Cleaned up build.prop
- Added Dr.Marios GPS fix
- Integrated Numerious System/Ram fixes & tweaks
- Integrated My Own kernel (Mainly for Battery Life, Default CPU settings are max 1.1ghz on conservative)
- Added Chrome to data/app (Incredibly fast, also added chrome bookmarks sync)
- Removed Preload Swap mod... (will make a package to re-add)
- Removed NoLed (BLN coming very soon)
- Replaced Superuser with SuperSU (alot faster)
- Removed AT&T Related Contacts
0.5
Made tons of changes can't possibly list them all
- Integrated LiteKernel R5.3
- Working BLN
- Made changes to Memory System
- Removed More At&t Junk
- Updated Browser
- Removed Chrome
- Removed Address Book Popup in Contacts
- Made Changes to Theme
- Replaced Stock Smileys
- Added Clock and Task Manager to Data/App
- Remapped Smileys ( : - D -> : D )
- Added Calender to Data/App
- Added Quick Search to Data/App
- Updated Google Play / Dpi Packages
0.6
- Rebuilt the Entire Rom from a Stock UCLH2 base (thanks dman)
- Integrated Power Menu (thanks dman)
- Did themeing from scratch again...
- Removed Some Repetitive and None-working tweaks
- Added sysctl tweaks for battery life (they seem stable)
- Split ROM into three versions (core, basic, full)
- Added Custom boot animation
- Removed Beats Audio (too messy)
- Integrated LiteKernel R6.1
0.7
- Cleaned Tweaks
- Rebuilt the Entire Rom from a Stock UCALJ3 base
- Fixed Some Permission issues
0.8 (unstable unlock, )
- Rebuilt Everything for Aroma Installer
0.8.2
- Removed Unlock (unstable)
- Stock Install
- Added Tools Section
- Added Optional Wipe
- Added Socialhub
- Added ADW Launcher
- Added Newer Kernel
0.8.4
- Removed LiteROM Full install for now (causing problems)
- Finally got GPS Working
- Added Facebook
- Added GPS Stat
- Added GPS Tweaks and Regions
- Fixed Tools Install issue
- Removed More Bloat
- Added a lot more modems
- Added Bluetooth Audio mod
- Added Boot Sound
0.9.0
- Fixed Install issues
- Removed Contacts Popup
- Completely Reorganized tweaks, added tons and boot should be faster
- Themed ... fixed issue with font colour in popup settings (grey on white)
- Added a lot of new options in the installer
- Altered system sounds
- Partially Odexed for memory optimization
- Disabled some unnecessary services for more memory and better battery life
- Built a simple, yet hopefully elegant bootanimation ;)
[/SIZE]
To Do
Stock Camera: gallery button issues
Stock Theme Option Causes FC's
Service Issues
Occasional Message Repeats
Thank you to all those who have donated, It is greatly appreciated
This is all for the greater good, Yes indeed but does this rom happen to have the phone getting really hot and having overheating issues like Nardholio rom
Sent from my SGH-I927 using xda premium
thegreatergood said:
Also ive uploaded a Rom in the development section with the 14toggles ...
Click to expand...
Click to collapse
You can include incusion of 14ToggleBar in the ROM Description in first post..
dude52 said:
This is all for the greater good, Yes indeed but does this rom happen to have the phone getting really hot and having overheating issues like Nardholio rom
Sent from my SGH-I927 using xda premium
Click to expand...
Click to collapse
not that i know of , never had that problem .... ull just have to see .... yes for the greater good
I like this ROM, especially the lower lcd density (did you do anything special? android wouldn't boot when I tried to change it myself before) but I think you have been a bit too rigorous with debloating the ROM. For example, there is no calendar or calendarsync, no gallery, no clock/alarm, etc. Could you make there available as installable packages? (or at least provide a zip with all removes apks).
And, if possible, could you (give an option to) remove the provider name from the status bar?
Thanks
BgiSock said:
I like this ROM, especially the lower lcd density (did you do anything special? android wouldn't boot when I tried to change it myself before) but I think you have been a bit too rigorous with debloating the ROM. For example, there is no calendar or calendarsync, no gallery, no clock/alarm, etc. Could you make there available as installable packages? (or at least provide a zip with all removes apks).
And, if possible, could you (give an option to) remove the provider name from the status bar?
Thanks
Click to expand...
Click to collapse
thanks ... no just changed it in build.prop ..... i replaced gallery with quickpic because i think its faster ... was going to add a zip for calender but forgot (i never use it myself) i'll make some more installable zips and attach them ... Ill add that in the next release ... for now you can install my updated 14toggles mod in the general section ...
thegreatergood said:
thanks ... no just changed it in build.prop ..... i replaced gallery with quickpic because i think its faster ... was going to add a zip for calender but forgot (i never use it myself) i'll make some more installable zips and attach them ... Ill add that in the next release ... for now you can install my updated 14toggles mod in the general section ...
Click to expand...
Click to collapse
Oops, I (wrongfully) assumed quickpic was a camera app so I didn't bother to check it out. Looking forward to the installable zips
BgiSock said:
Oops, I (wrongfully) assumed quickpic was a camera app so I didn't bother to check it out. Looking forward to the installable zips
Click to expand...
Click to collapse
Already attached... ... try them...
thegreatergood said:
Already attached... ... try them...
Click to expand...
Click to collapse
Thanks! Both zips seem to be working fine. I'd suggest adding the GoogleCalendarSyncAdapter.apk (I managed to restore it from a previous titanium backup) to enable syncing with Google.
Any chance you could add the default keyboard too? The Samsung one doesn't provide a lot of languages unfortunately.
BgiSock said:
Thanks! Both zips seem to be working fine. I'd suggest adding the GoogleCalendarSyncAdapter.apk (I managed to restore it from a previous titanium backup) to enable syncing with Google.
Any chance you could add the default keyboard too? The Samsung one doesn't provide a lot of languages unfortunately.
Click to expand...
Click to collapse
done and done
Sounds good, might flash later. I'm liking NardROM a lot though.
sent from my captivate glide running ICS (NardROM 0.4 Rooted)
thegreatergood said:
done and done
Click to expand...
Click to collapse
Thanks man, this one doesn't seem to work though. It stays grayed out. Any idea why?
BgiSock said:
Thanks man, this one doesn't seem to work though. It stays grayed out. Any idea why?
Click to expand...
Click to collapse
strange it works for me :S .... try it again ... also go into /system/app/ with es file explorer (need to enable root browser in settings) and click on both LatinIme apks ... it should ask to replace application for both ...
I love seeing ROM's for this phone each seems to fit peoples needs good work
Sent from my SGH-I927 using xda premium
thegreatergood said:
strange it works for me :S .... try it again ... also go into /system/app/ with es file explorer (need to enable root browser in settings) and click on both LatinIme apks ... it should ask to replace application for both ...
Click to expand...
Click to collapse
Not sure what's going wrong but your suggestions didn't work, even after a full wipe it's still greyed out, but at least it's default state it checked instead of unchecked now, which means I can actually use it. So thanks for your help
BgiSock said:
Not sure what's going wrong but your suggestions didn't work, even after a full wipe it's still greyed out, but at least it's default state it checked instead of unchecked now, which means I can actually use it. So thanks for your help
Click to expand...
Click to collapse
I'll be swapping the two in the next update...
For some reason its not letting me download apps like facebook from the app store....any idea why
Sent from my SGH-I927 using xda app-developers app
Thethering
I found one problem. Every time when I tried to the mobile hotspot, then the device crashed into black screen. I need to remove battery to restart it....
magicninja said:
For some reason its not letting me download apps like facebook from the app store....any idea why
Sent from my SGH-I927 using xda app-developers app
Click to expand...
Click to collapse
This is probably due to the modified DPI. It's very annoying, but for some reason, the Play Store hides about half of the apps I use when using a modified DPI. Maybe a patched version of the Play Store could be included in the ROM?
Anyway, I'm running this ROM for a day now and it's running nice and smoothly and I'm liking the modular idea. I did some toying around restoring a few more APKs myself as I needed them, maybe an idea for more installable packages? (although the VPN one probably won't be used much)
VPN Framework (needed for OpenVPN):
VpnDialogs.apk
Email (Because K-9 doesn't support exchange yet):
Exchange.apk
Email.apk
BgiSock said:
This is probably due to the modified DPI. It's very annoying, but for some reason, the Play Store hides about half of the apps I use when using a modified DPI. Maybe a patched version of the Play Store could be included in the ROM?
Anyway, I'm running this ROM for a day now and it's running nice and smoothly and I'm liking the modular idea. I did some toying around restoring a few more APKs myself as I needed them, maybe an idea for more installable packages? (although the VPN one probably won't be used much)
VPN Framework (needed for OpenVPN):
VpnDialogs.apk
Email (Because K-9 doesn't support exchange yet):
Exchange.apk
Email.apk
Click to expand...
Click to collapse
For some reason its not letting me download apps like facebook from the app store....any idea why
Sent from my SGH-I927 using xda app-developers app
Click to expand...
Click to collapse
it was dpi ... --edit-- have fix ....
I found one problem. Every time when I tried to the mobile hotspot, then the device crashed into black screen. I need to remove battery to restart it....
Click to expand...
Click to collapse
--edit-- actually its an At&t issue, i have a fix