Hello,
Since I'm new here, I couldn't post this thread to the development section, I think it might fit better in there.
Anyway, I really like the new CM7 2.3 ROM and the latest AOSP 2.2 ROM from fyodor. Both have Tattoo hardware working fully (FM and Camera too!) and with considerable performance improvement. Minus the clutter from the Sense UI
The only thing I miss from my old Sense ROMs is Flash Lite support. So far I have found one ROM that is particularly promising. This excellent port from HTC Wildfire made by Dexter, has Flash Lite 4 support and www.playerversion.com reports its Flash Player version as FL 10,1,123,425. (Flash Lite 4) I guess that's as good as it gets on an ARMv6 processor.
http://forum.xda-developers.com/showthread.php?t=816580
My idea is to somehow include this Flash Lite player in an AOSP or CM based ROM. I have some programming skills in C and Java, so I can also compile from source and modify or debug code if needed. I will be very glad if experienced Android developers can point me in the right direction
For now, my basic efforts of including this Flash Lite 4 player as add-on files to AOSP and CM7 failed. CM7 was a far shot anyway, but I have made some progress on AOSP. I extracted FlashPlayer.apk, FlashLitePlugin.apk from the /system/app/ and libflashlite.so, libflashliteplugin.so, libflashsnddec.so from the /system/lib/ folder of Dexter's TatFroyoSense v0.4 mod (Android 2.2). I patched these into Fyodor's froyo_AOSP_Tattoo_v0.33 (Android 2.2) using dsixda's Android Kitchen and built the zip file. It flashes fine and even HTC Flash Player seems nicely installed! But when I open a flash web-page, no joy for me (sigh)... Some logcat entries are below:
During boot:
W/PackageManager( 126): Unknown permission android.webkit.permission.PLUGIN in package com.htc.flashliteplugin
Click to expand...
Click to collapse
When I visit a flash site with the browser:
E/dalvikvm( 354): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 354): Unable to open or create cache for /system/app/FlashLitePlugin.apk (/data/dalvik-cache/[email protected]@[email protected])
E/webkit ( 354): Can't find plugin's class: com.htc.flashliteplugin.FlashView
Click to expand...
Click to collapse
Any ideas? I'm not sure if I'm on the right track here, any help is much appreciated.
Regards,
Tolga
Hello,
I guess not many people are interested in Flash anymore Anyway, I have a partial solution, which I find good enough for daily use for now. Unfortunately it's not based on CM or AOSP...
I took Dexter's TatFroyoSense v0.4, stripped down some Sense UI stuff, replaced home screen with ADW Launcher and copied the Camera app and dependencies from FroYo AOSP for Tattoo v0.3 made by cn.fyodor. So now my Tattoo has Flash Lite 4, and everything works except for video recording and FM radio! Since I don't really use the last 2 features I haven't spent much time debugging them. I plan to achieve the opposite, that is moving Flash Lite 4 to CM or Froyo AOSP when I have more time. The speed and agility of the device is much better in these two ROMs.
----EDIT - 19.04.2011----
You can find the newest TolgaMOD in this thread:
TolgaMOD discussion thread
In v1.2 speed is greatly improved, I think it's close to AOSP and CM. I also included an overclock utility. I use it daily with min 576 MHz and max 672 MHz settings.
Here are some screenshots below. You can see that Alien Attack game from miniclip.com works nicely and is very playable. It definitely did NOT run on Tattoo Stock ROM + Flash Lite 3.
{
"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"
}
]
Regards,
Tolga
great work keep it up
i followed you here from the cynogenmod forums . I have a commtiva z71 clone I have flashed cynogenmod 7 rc2 rom and I was searching for a way to install flash lite on cyanogen and found that I needed sense roms keep up your good work ..keeping my fingers crossed for a working flash plugin on arm6
I don't know much about custom roms but didn't most of the sense features require HTC framework?
Sent from my HTC click using XDA App
Yes, I beleive so. I haven't yet figured out the exact dependencies of the Flash Lite plug-in. But I'm still looking If anyone knows a quick way of identifying the dependencies of an APK file, that would also help a lot. Right now I'm runnning the app, firing logcat and looking for errors. So it's basically trial and error, which takes time...
Will be great if anybody can resolve finally the flash player working with Nfinity GB as well...I am still waiting
Actually I'm trying to make Flash Lite 4 work on Nfinity GB 1.20 right now I will post here how it goes.
Nfinity ROM 1.20 had the same symptoms like any other non-HTC rom:
Simply copying the Flash APK's and .so files doesn't help with the included Browser, and it reports "no flash plug-in" with no errors. (Flash Player and plug-in seem nicely installed) When I copy the HTC ROM Browser to Nfinity ROM it doesn't work and it FCs.
Since I don't have the Flash Lite 4 source, it's sort of a shot in the dark right now, but I think it's good practice My best shot is still the TatFroyoSense v0.4 custom mod above, I'll keep you posted.
It seems my custom mod is getting more practical each day, I will post it as a separate [ROM] if it's better than any currently available. My goals are: CPU overclocking, simplicity and everything working including Flash, Camera, VCR and FM Radio on ARMv6 + Android 2.2 or 2.3. So it's basically AOSP or CM with Flash Lite for ARMv6, maybe other developers can beat me to it
STATUS UPDATE
I'm now following 2 different routes to get a fully working Froyo or Gingerbread ROM on HTC Tattoo, including Flash Lite 4:
METHOD 1: Patch Flash Lite to an AOSP or CM 2.2, 2.3 ROM
Well, since I don't have the Flash Lite or the HTC browser's source files, it seems the only option I've left now is: reverse engineering Since I will not modify or use the manufacturer's code in any way, I guess I should be legally OK. That way, I can find out exactly which files or classes these apps depend on. If I can make some headway in that department, I can patch the dependencies into a custom AOSP or CM build. If anyone knows an easier way to check for dependencies, now might be a good time to tell
METHOD 2: Make Camera, VCR, FM Radio apps work on a Sense based 2.2, 2.3 ROM
This route seems actually less challenging, since we actually have the source files of the Camera and FM Radio apps. I'm just not sure if an HTC Sense based ROM can be as fast as CM or AOSP. Probably not, so this is my second choice. The current "workaround" Custom ROM I use, which I mentioned above is going in this direction. It already started looking like Frankenstein, lol! Not very streamlined at this stage, but it surely works.
I'll keep you posted.
Keep up the great work!
Can you post your patched ROM with Sense and working Camera here or tell me exactly the way of doing this???
I´ve tried a lot and it never works!
I will check with Dexter who made the TatFroyoSense ROM, if I can publish my custom version. For a quick solution on your ROM, check out my post for Nfinity_GB, below. Still camera works, video camera doesn't. I attached the same patch to this post also, just renamed the .zip file.
http://forum.xda-developers.com/showpost.php?p=12404221&postcount=729
I think this "Still Camera patch" should work on all 2.2 ROMs including TatFroyoSense. I will be glad if you can report if it works in your case.
Full credits go to Fyodor and Kalim for this patch. I just put their work in a .zip package
If Android has a package manager like other Linux-based OS, it might specify the dependencies. Otherwise it's very unlikely. The only way would be to track the files used by the program. Will it even be possible to split the framework without braking it. As I said, I'm only a newbie. Keep that in mind, please.
Sent from my HTC click using XDA App
Hey Malitai, thanks for the comments. Unfortunately there's no "sudo apt-get install" or "Synaptic" type of app for Android, I wish there were such a thing
Yes, my plan is exactly "breaking", that is reverse engineering closed source apps and inspect the open source ones, to find out the required libraries and classes. As long as I don't publish the closed sources, use the reverse engineered code for profit or harm the manufacturer in some way, it should be OK to reverse engineer their software for educative purposes. Actually many open source projects started out like this.
I have found some pretty nice tools for reverse engineering Android DEX files. All apps including the framework can be decompiled in this manner:
http://code.google.com/p/dex2jar/ Wow! This one unpacks a dex file to jar format! I'll see how well that works..
The library .so files are a bit more complicated, since they are programmed in C, not Java. I think it makes more sense to disassamble a C app, rather than trying to decompile it. The resulting C code is not pretty. Well, luckily I know some Assembler as well, hopefully enough to read and hack a few things in the disassembled code if needed
I don't think I need to dig into library hacking for now, I guess I just need to identify the libraries referenced in the apps, and include them in my ROM.
@ Dennis0_0
Dexter has patched his TatFroyoSense v0.4 and the native Camera app works now! So his ROM is only missing Video Rec and FM Radio currently, and features a full blown Sense UI (It's from HTC Wildfire). Flash Lite 4 works nicely out of the box.
He also encouraged me to publish my "Lite" version, yay! I will do that in the following days. Let me do some alpha testing myself first
You can find my custom version of Dexter's TatFroyoSense here:
http://forum.xda-developers.com/showthread.php?p=12558803
Enjoy!
Can u make Flashlite work on LG OPTIMUS ONE P500.??? It also has armv6 processor and has better config than HTC Wildfire.. Please reply
Well, I haven't yet found a way to extract Flash Lite 4 from a Sense ROM and make it installable on another. It requires HTC framework and some other libraries.
I can try to port my mod with Flash Lite to P500 if you like.
tolgainci said:
Well, I haven't yet found a way to extract Flash Lite 4 from a Sense ROM and make it installable on another. It requires HTC framework and some other libraries.
I can try to port my mod with Flash Lite to P500 if you like.
Click to expand...
Click to collapse
Thanks for the reply Do whatever that makes flash work on armv6, extract from sense rom and provide the apk or port it to ur mod.. HTC made it possible on armv6 so HTC STOCK Rom will have the answer
If flashlite works on P500 that will be very helpful for millions of ppl. Please take ur time.
Any progress on this? Im on an armv6 eris running 2.3.3 and would like see this stripped out and ported.
Unfortunately not yet.. I'm not too optimistic about 2.3.3. I'm currently working on making 2.2 work, since we already have a working Flash Lite 4 player and plugin for 2.2.1.
I took the easier path for now, that is stripping away the "unnecessary" parts from an HTC 2.2 Sense ROM with Flash included and making everything else work. I hope I will gain more info through this method.
As far as my current research goes, it seems like HTC Flash Lite plug-in depends on the HTC framework as well as some other HTC libraries. So even if I found and replaced all of these files, it may render you other apps unusable. I think the "Flash fix" should somehow decompile the target platform's framework, inject needed code and recompile. Since this would be quite impractical for end-users, if the method works, probably devs in each platform would release a ROM including this kind of "fix". Also some devs might not like the idea, since they are deliberately trying to remove HTC code to avoid copyright issues. I think my kind of fix, should not be a problem at least for HTC users.
So it's pretty much a work in progress, and the workaround for now is using an HTC Sense ROM and customizing it to your taste. dsixda's Android Kitchen provides a very simple interface for end-users.
Related
STANDARD DISCLAIMER: USE AT YOUR OWN RISK. By running this firmware mod, you agree that there is the possibility that you may brick your device and neither myself, XDA nor Viewsonic are responsible for supporting you if that occurs. In this case, it is required that you learn and setup nvflash prior to running this mod.
1. Make 100% sure you are at Bootloader 1.2
2. Recommend using Clockworkmod v3.0.2.8 (Bootloader 1.2) tools for flashing.
These are CM7 based ROMs for gtablet with bootloader 1.2(ZPAD T2 should work. But no confirmation from any one yet). It is an integration of different CM7 based rom build and Clemsyn ver 11 1.5ghz Kernel / Pershoot 1.4ghz Kernel (bootloader 1.2) with some tweak learning from Calkulin's Rom. It is pretty similar to Calkulin+Clemsyn 1.5ghz Froyo Combo VERSION 6, while it is for gingerbread.
All the credit goes to the authors of the based rom and kernel. Special thanks to Roebeet for his excellent works on gtablet.
Features:
1. Overclocked by default (max frequesy adjusted by battery level) (For Clemsyn's kernal, check on his original kernel post on how to undervolt with pimpmycpu)
2. Tweaked internal storage & SD card read speeds
3. Annoying ads in programs are blocked
4. Calkulin's battery saving script
Issues:
1. usb pc mount does not work on Clemsyn's kernel
=====
Latest CM7.1 RC1 build from [email protected]: http://www.mediafire...rnr0g9fsxibubbf
=====
===============
Clemsyn 1.5ghz Kernel (bootloader 1.2)
===============
Links:
cm7.0.3 (GB2.3.3, stable build):
http://www.mediafire.com/?8oucsc81csl5m75
cm7.1RC (GB2.3.4, latest build):
http://www.mediafire.com/?7111c0jwza1ea37
gapps:
http://www.mediafire.com/?7yrr1b2sce6sw8l
VEGAn-GE-7.0.0-RC1-Harmony (GB2.3.3, stable build):
http://www.mediafire.com/?upb49eq4d7vpzva
****************************************************************
===============
Pershoot 1.4ghz Kernel (bootloader 1.2)
===============
cm7.0.3(GB2.3.3, stable build):
http://www.mediafire.com/?ob7fxkk9btuwoxc
cm7.1RC(GB2.3.4, latest build):
http://www.mediafire.com/?692chz2lcpektmp
gapps:
http://www.mediafire.com/?7yrr1b2sce6sw8l
VEGAn-GE-7.0.0-RC1(GB2.3.3, stable build):
http://www.mediafire.com/?8xur9w9wh5i4j94
For those who want to build the CM7.1 RC1 or nightly build, take these steps:
1. grab the cm7.1 build, grab pershoot/clemsyn GB kernel for BL1.2, grab the build_script from my cm7.1 rc0 rom.
2. merge the pershoot kernel ans system directory into the cm7.1 build. replace any files if it already existed. replace the build_script with the build_script in my rom.
3. zip them and you should have a cm7.1 for BL1.2 with pretty much the same as BL 1.1. Make sure the directory structure is correct in the zip file.
4. you could use this trick for pretty much all the GB roms based on cm7 mixed with any GB kernel
Warning: this is not and not intend to be a detail instruction. you should at least have certain degree of knowledge about what is going on with this and what this is all about to build a rom. If you brick your device by any chance, I am definitely NOT the right one you would look after. If you are not sure, wait someone else to build the rom for you.
Downloading now! Thanks!
Feels good. It is very smooth. Quadrant scores 3400 out the gate. Very cool.
Is the nvrm_daemon edited in this rom to bring the refresh up to 60?
Wondering if I still need to install this to take the refresh up.
Vlad_z said:
For those with CM7.0.3 you may want to try this version of nvrm_daemon.
I took original file from my CM7.0.3 stable ROM and modified it to have 60Hz update rate.
Click to expand...
Click to collapse
Are gps apps still broken on this? Does Dsp still force close?
Its the same gapps/ DSP manager from March so yeah it still does.
heres a small banner i made for you.
{
"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"
}
A nice option for 4349 users who don't want to risk jumping back to 1.1. Thanks for setting these up!
I've been requesting that the cyanogenmod devs actually consider doing this, as well. I also heard a rumor (and it's just a rumor) that a new stock ROM is in the works, and will likely replace 4349 and be on 1.2 as well. So I personally think it's in our best interest to start moving to 1.2 (plus that's likely to be what any HC ROM will be on).
roebeet said:
A nice option for 4349 users who don't want to risk jumping back to 1.1. Thanks for setting these up!
I've been requesting that the cyanogenmod devs actually consider doing this, as well. I also heard a rumor (and it's just a rumor) that a new stock ROM is in the works, and will likely replace 4349 and be on 1.2 as well. So I personally think it's in our best interest to start moving to 1.2 (plus that's likely to be what any HC ROM will be on).
Click to expand...
Click to collapse
nicely said
any chance of froyo on 1.2?
Already done, just not here on XDA. I started posting again after a 2 month hiatus, but I'm not moving my 1.2 ROMs here except as a link (and I'm not permitted to do that).
Google "gtablet 1.2 firmware" and you'll find them.
roebeet said:
Already done, just not here on XDA. I started posting again after a 2 month hiatus, but I'm not moving my 1.2 ROMs here except as a link (and I'm not permitted to do that).
Google "gtablet 1.2 firmware" and you'll find them.
Click to expand...
Click to collapse
so on slatedroid?
i only see 7 roms on there. And i mean a froyo NON TNT based rom. you have one over there?
Brilliant Corners. It feels just like froyo with some tablet tweeks. The only UI diffference I notice in tnt base roms is the notification bar and system settings.
transitoyspace said:
so on slatedroid?
i only see 7 roms on there. And i mean a froyo NON TNT based rom. you have one over there?
Click to expand...
Click to collapse
Brilliant Corners, as just mentioned, and Century Eyes. The latter used to be "gAdam" here on XDA but I ported it to 1.2 in April. It's the Notion Ink Adam EDEN UI, ported to the GTAB.
I don't think anyone's ported the zPad interface to 1.2, tmk. Although technically the newer zPad ROMs are 1.2-based themselves. I mention the Adam a lot, but I keep forgetting that the zPad is almost identical to ours and they moved to 1.2 a few months back, I believe.
roebeet said:
Brilliant Corners, as just mentioned, and Century Eyes. The latter used to be "gAdam" here on XDA but I ported it to 1.2 in April. It's the Notion Ink Adam EDEN UI, ported to the GTAB.
I don't think anyone's ported the zPad interface to 1.2, tmk. Although technically the newer zPad ROMs are 1.2-based themselves. I mention the Adam a lot, but I keep forgetting that the zPad is almost identical to ours and they moved to 1.2 a few months back, I believe.
Click to expand...
Click to collapse
how hard is it to make a zpad rom compatible with 1.2?
is it hard to port roms, i kinda want to start learning. Im decent at themeing.
The original zPad (Wifi) and our GTAB have identical hardware. Rothnic used to create mods of the zPad firmware, and it was mainly rooting it, altering the language to English and tweaking the apps as needed. But all the hardware worked as-is, including the camera. The original zPad firmware was 1.1 dev branch based, just like our GTAB was.
I heard that the zPad T2 is, I believe, 1.2 based. But don't quote me on that as I've never messed with that fimware (last update was in March, as per a quick Google search). If Malata managed to create a full GB or HC ROM for the zPad, we should be able to easily port that to the GTAB, easier than even the Adam.
As for ease, it's mainly a lot of trial and error, and lots of nvflashing when you soft-brick it. Even with the zPad, there's build.prop changes and app changes to make it more English friendly. Plus Gapps, of course.
There's a cm7.1 RC for the harmony platform? ?? Cool! I didn't know that
Beastly + Clemsyn Kernel is Froyo and based on 1.2 bootloader. Another great one from the Adam Developers.
mydave1 said:
Beastly + Clemsyn Kernel is Froyo and based on 1.2 bootloader. Another great one from the Adam Developers.
Click to expand...
Click to collapse
Hey Dave! I haven't tried Beastly yet (backing up BoS this very moment)...maybe it's time?
-Matt
mydave1 said:
Beastly + Clemsyn Kernel is Froyo and based on 1.2 bootloader. Another great one from the Adam Developers.
Click to expand...
Click to collapse
Very true - a favorite for the Adam device, and ported to the GTAB about a month(?) back.
gadgetrants said:
Hey Dave! I haven't tried Beastly yet (backing up BoS this very moment)...maybe it's time?
-Matt
Click to expand...
Click to collapse
I personally had both Calkulin's + Clemsyn and Beasty's + Clemsyn for my daily use for a while. Both rom perform supper well. supper snappy. the only problem for me is froyo does not support "wifi location" and it is unfixable as far as I know. I also get excited about the honeycomb rom for gtablet and use Roebeet's great BOS for a while. The UI is beautiful and it is reasonably stable and perform after 4.0. However, it is too laggy for my taste because of the lack of opengl support. The reason why I compile these roms are: I want the speed of those 2 great froyo roms. I also want to use a lot of applications that need wifi location support and I want to stay on 1.2.
The quadrant score of CM7.1RC + Clemsyn's is very close to the above 2 roms (around 4000 in my test). give CM7.1RC + Clemsyn or CM7.1RC + Pershoot a try if you like the speed of those 2 froyo's rom. You will be surprised by the performance of these 2 roms.
zyhong said:
I personally had both Calkulin's + Clemsyn and Beasty's + Clemsyn for my daily use for a while. Both rom perform supper well. supper snappy. the only problem for me is froyo does not support "wifi location" and it is unfixable as far as I know. I also get excited about the honeycomb rom for gtablet and use Roebeet's great BOS for a while. The UI is beautiful and it is reasonably stable and perform after 4.0. However, it is too laggy for my taste because of the lack of opengl support. The reason why I compile these roms are: I want the speed of those 2 great froyo roms. I also want to use a lot of applications that need wifi location support and I want to stay on 1.2.
The quadrant score of CM7.1RC + Clemsyn's is very close to the above 2 roms (around 4000 in my test). give CM7.1RC + Clemsyn or CM7.1RC + Pershoot a try if you like the speed of those 2 froyo's rom. You will be surprised by the performance of these 2 roms.
Click to expand...
Click to collapse
Thanks for the quick comparisons, I been on BoS and loving it but I'll try these out real quick for a day or two just to see how nice they are. And what you're saying is that these 2 do support wifi location right?
[Rom][Official CM7 nightly]["Zero Gravity" SuperNova "Lite" ed. RC1][Fire kernel 4.1]
Zero Gravity - SuperNova "Lite" edition - RC1
This Rom is built from Official CM7 Nightlies & various Custom sources...: http://cm-7-nightlies.appspot.com/?device=cooper....
Possibly the fastest Non-BareBones Rom available for SGA... Have no doubt, this MoFo is "Faaaaast" ...
Unrivalled Multi-tasking capabilities & performance...
Thanx & Credits...
1. Official CM7 team...
2. VO-1 sources...
3. FrozenAceTeam sources
4. Fire Kernel by @Dragonnn
5. Battery Mod by (Can't locate Author on XDA, will update)...
6. HTC scripts (found on some forum or other) modified by me...
7. Various system performance mini scripts created by me...
8. MIUI Lockscreen & icons by ZduneX25 : http://zdunex25.deviantart.com/gallery/#/d4cijpo
9. "Engengis Delta" by @Redmaner
10. Adreno GPU tweaks Courtesy of my Good Friend @Yeowwwai aka "Lewis"...
11. Special mention to @Jusada (my friend & early days mentor)...
If I have missed anybody, notify me & I will surely update the info...
Features & Apps...
All apps within this rom are either "Free" or "Trial" . If found otherwise, please inform me ok...
For the non-lite version of this rom please visit our Official Blog found here : Here
1. Launcher pro (super smooth & customizable)...
2. N7 music player (easily the best in it's class with superb Pinch/Zoom ablum/track selection & options to cover any requirement)...
3. AI keyboard (superior keyboard in every way, has it's own smart A.I)...
4. ChargeBar (battery indicator) for those wishing more of an MIUI look...
5. MIUI Lock Screen & Icons courtesy of ZduneX25 & ported by me (@ReaperXL2)...
6. Battery Calibrator (for use after Battery mod activation)...
7. CrackBeats Audio player/Dloader (for those who like some bass in their beats).
8. Flip4Silence (does exactly what it says on the tin)...
9. Link2SD Ext4 enabled & mountable...
10. QuickPic Image viewer (faster & smoother than stock)...
11. Ram manager (for further tweaking of SGa system memory management)...
12. SpeedUp (for even greater control & tuning of overall system responsiveness)...
13. Sqlite management mini script...
14. Cache management mini script...
15. SD read speed mini script...
16. Various other mini scripts controlling network data, oom & low mem values etc...
17. "Engengis Delta" updated (low level tweak editor/creator/manager) If you don't know what this is then you shouldn't be using it...
18. New V2.07 "Beats" audio engine incorporating "Alsa" technology by @contradictor (Out performs Standard beats audio, hands down)...
19. Volume+ controller & amplifier (gives the SGA ear bursting Volume & bass, make no mistake, easily the best pre-amp available for SGA)...
20. Unmatched system speed for an Official CM7 rom...
21. absolutely 0% lagg, even when multi-tasking &/or listening to music...
22. Many other tweaks to obtain peak performance at all times...
23. All latest @Kolja builds & module/Lib updates included...
Screens...
{
"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"
}
DownLoad link : "Here"
Flashing Instructions...
1. Boot into CWM5 (needed to flash our rom)...
2. Do the usual wipe system etc...
3. Format system/Data/Cache/SD Ext...
4. Flash rom
5. Reboot phone... Job done...
FYI : Unofficial OC kernels work great with our rom, but as it's base is mainly Official CM7 the un-official kernel will break Bluetooth & torch app (official)... I do not have need of those apps so I use "TheAceKernel" Beta4 by @Skynet_28... It makes this rom run at something close to light speed, for real peeps... AFAIK there is no OC kernel fully compatible with Official CM7 yet. If there is then please let me know ok...
Check comments on our Official FB page : Here
Check comments on our Official Blog : Here
Important...
After Flashing & testing, please return here & rate the Rom using the Poll at the top of the thread... Thanx...
Enjoy
Known Bugs & fails...
If using "FireKernel" then there are no issues that we are aware of...
If using any other kernel then the issue will be specific to that kernel... If you find an issue & can not resolve it, feel free to contact us here for assistance...
If there is an app removed or an app that you want in the rom, let us know & we will provide you with a CWM flashable zip ok... This will be done on a request only basis...
Please note that only free apps etc may be provided (Strictly NO WAREZ)...
All requests are to be made via thread post (Not PM ) as we want the Mods to see that all requests are legal according to XDA Rules...
Thanx for your continued support...
PlaceHolder for OP...
PlaceHolder for OP....
interesting.. any benchmark figures?
as an aside, not sure i understand the point in putting trial versions of software in a rom, ie. keyboard, music player and ram manager pro (?), doesnt serve any purpose in keeping it "lite", means people either just have to uninstall stuff or buy it.
dimspace said:
interesting.. any benchmark figures?
as an aside, not sure i understand the point in putting trial versions of software in a rom, ie. keyboard, music player and ram manager pro (?), doesnt serve any purpose in keeping it "lite", means people either just have to uninstall stuff or buy it.
Click to expand...
Click to collapse
Bro, Take note of the mention of our Official Blog...
BTW, A.I Type Keyboard is free (google Play) & the only trial Is N7 Music Player... Ram manager pro, I forgot to switch to free version... Taking care of it as we speak...
Your comments are noted of course...
That is all I will say regarding this issue (XDA rules & such)...
trial version.. ah.. replace them with other.
thanks dude.. im downloading this rom.
lonkay said:
trial version.. ah.. replace them with other.
thanks dude.. im downloading this rom.
Click to expand...
Click to collapse
Bro, check out our official Blog... You won't be dissapointed
I helped with alpha and beta testing on the ROM and believe me guys, it is worth a try, if you check on our FB page you would see some of the early benchmarks, also I uploaded a video of the Alpha1 version and it was smooth as silk.
Give it a try, you won't be disappointed
UPDATE:
Guys just a heads up...I noticed that Reaper did not mention the following:
1. At first boot enter the "SpeedUp" app and select "Fastest Speed" then choose exit.
2. Open up RAM Manger and select Balanced - More Free memory
And you are good to go. You don't need to do this after reboots, the settings are saved
ReaperXL2 said:
Bro, check out our official Blog... You won't be dissapointed
Click to expand...
Click to collapse
on my way.
im really exiting..
thanks again..
edit: Goddamn, this roms performance is awesome... :vote
It looks great
beauty gonna try soon
Hey man
man I'll be really glad if you could add on the first post information about
What is working or if it's workin 100%
or
Known Issues
Just to be inform I'know you gonna said well the same bugs than CM7 nightlys
but plese be kind with users that are not well informed about the daily work about cm7
Just to know if this rom or cyano in general had things WORKING LIKE
-Camara
-Bluetooth
-Radio FM
and others
Thanks for your time!
this is the best rom i hav ever used super smooth super fast with no lags and playing games is like playing on s2 no lags at all. lots of multitasking
Good to see you making roms Reaper Nice work
New concept feature coming soon....
1. Don't know.
2. Patience is biggest achievement.
3. Pinch to zoom camera exclusively for Xperience.cyanogen Rom.
4. Suspense...........
Xperience.cyanogen.
Zero Gravity.. With Thousand Beauty.. haha.. nice work gan..
Sent From Jamban.. When I was Modol.. #ModolTEAM
No doubt one of the fastest roms. 2D performance is great.
Though, you should really NOT use superSU. At boot it's a *****, slowing the phone to beyond a simple lag.
Also, bounce animation is jerky, if you're wanting a custom animation I'd suggest fly in or blur.
consegregate said:
No doubt one of the fastest roms. 2D performance is great.
Though, you should really NOT use superSU. At boot it's a *****, slowing the phone to beyond a simple lag.
Also, bounce animation is jerky, if you're wanting a custom animation I'd suggest fly in or blur.
Click to expand...
Click to collapse
Hi @consegregate... your comments are really appreciated... I wondered about SuperSU against SuperUser & I have also noticed that at boot phone will only complete initialization after SuperSU has asked for its permissions & not before, which can as you pointed out, take an age...
I have got a new project "The Minimalist" rom due for release soon (just tidying things up a bit)... This has been a solo project as @VRD1 now has full time employment (no time for deving)... I have tried to implement everything I have learned into this project & performance tests show my next rom to be the fastest yet with great multi-tasking capabilities...
Bounce animations have been ditched in favor of "Rudolph" which is very smooth in my rom...
Stay tuned... RC1 due for release soon...
Again, thanx for positive comments... It tells me I am doing things right, hehehe...
Stay Breezy n Be Lucky... :silly:
Pe"ACE"... :highfive:
Xperience.Cyanogen...
Whats is the date of the nightly?
Ram manager pro is a payed app please remove from the rom or the thread will get closed by the moderator's
Sent from my E15i using XDA Premium App
Freshly built Android 4.4.4 ROM based on Omnirom KitKat !
The Team 'IconiaHD' is proud to present a new ROM for your Acer A500 or A501 tablet.
This small team is composed of:
- HenrikE: A200 owner, responsible for an unofficial CM-10.2 build for the A200
- Doume: A200 owner, experienced linux developer
- macia10: A501 owner, tester
{
"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"
}
This is essentially the same rom as we published for the A200 here: http://forum.xda-developers.com/showthread.php?t=2693179 and here: http://www.acertabletforum.com/forum/acer-a200-roms/10043-rom-a200-omnirom-kitkat-4-4-2-a.html
We have now modified our sources to support also the A500!
Why Omnirom, and not Cyanogenmod ?
Google , through AOSP repository, has dropped support for the Tegra 2 platform. The Tegra 2 does not support the 'neon' instruction set, and more importantly relies on a set of old (ICS) proprietary hardware libraries. AOSP has dropped support for both non-neon devices and the older hardware libraries.
Cyanogenmod has decided to follow AOSP on this and has dropped Tegra 2 support since CM-10.2. With CM-10.2 the differences were not yet very big and could be overcome. But with CM-11 it has become an unreasonably large effort to add Tegra 2 support.
Only Omnirom, for now, has included the forward-ported code in its repository to support machines like Acer A500
How to install
Recovery
To flash this rom, it's necessary to have a recent recovery (at least CWM 6.0.4.4 or TWRP 2.6.3.1) having Selinux capabilities.
Otherwise the flash operation fails with status 0 or status 7. There are also some problems installing GApps with Thor's recovery v.1.8.1.
We recommend using CWM 6.0.4.5 by nelsontky: http://forum.xda-developers.com/showthread.php?t=2583710
Flashing
Boot in recovery mode to flash the KitKat Rom.
First, don't forget to execute a 'Wipe Data/Factory reset'
Flash the KitKat Rom
Flash the Minimal Gapps
Do a 'wipe cache partition'
Flash the SuperSU zip file if you need it
Flash the Netflix fix if you need it
And reboot System !
Be patient on first boot... There's a lot of background work to do, before coming to the 'Welcome' screen. Don't worry if you are stuck with a black screen for several minutes. Next boot will be much faster.
After first configuration, it's recommended to reboot the tablet to avoid some unstabilities after 1st boot.
Enjoy KitKat !
Downloads
Download build 8, 2015-02-10, from here:
NOTE: This is an untested build! If you try it, please report back on how it runs! The A501 version probably has the same stability problems as earlier builds, but please feel free to test it. It's at least possible that some update of the OmniROM sources has helped.
A500: omni-4.4.4-20150210-a500-IconiaHD.zip
A501: omni-4.4.4-20150210-a501-IconiaHD.zip
(Build 7 was for A200 only)
Download build 6, 2014-07-14, from here:
Primary A500: omni-4.4.4-20140714-a500-IconiaHD.zip MD5: c5fcabf327c390f5c4ef5495edda616c
Mirror A500: omni-4.4.4-20140714-a500-IconiaHD.zip
- fixed Plex video streaming (reverted to 4.4.2 version of Http Live Streaming)
- sync with OmniROM repos
- network location works
This build is A500 only since the issues with the A501 version are not yet solved.
Download build 5, 2014-06-23, from here:
Primary A500: omni-4.4.4-20140623-a500-IconiaHD.zip MD5: 7d6b17f7dc9027371a56f04b9377efe9
Mirror A500: omni-4.4.4-20140623-a500-IconiaHD.zip
- updated to Android 4.4.4
- sync with OmniROM repos
- permanent Netflix fix from Asus TF101 included
Unfortunately we can't release the A501 version yet because we are struggling with serious stability problems related to the 3g driver.
Download build 4, 2014-04-29, from here:
Updated! If you downloaded build 4 with an older date, please download again!
Primary A500: omni-4.4.2-20140429-a500-IconiaHD.zip
Mirror A500: omni-4.4.2-20140429-a500-IconiaHD.zip
Primary A501: omni-4.4.2-20140429-a501-IconiaHD.zip MD5: 898feec518b2fb60e1a551208f318a7f
Mirror A501: omni-4.4.2-20140429-a501-IconiaHD.zip
Changelog
- First release for A501, includes MBM HAL to support GPS and 3g
- Fixed network location provider
- Fixed boot animation
- Removed apps Movie Studio, Voice Dialer, OpenDelta
- Sync with OmniROM repos
Download build 3, 2014-04-04, from here:
omni-4.4.2-20140404-a500-IconiaHD.zip
Changelog
- First release for A500
Build 1&2 were for A200 only.
GApps are here:
http://forum.xda-developers.com/showthread.php?t=2397942
For the A200 the Pico package is the only one that is small enough so we generally recommend that. The A500 has more space in the system partition and should be able to use the larger packages as well.
SuperSU is here: (needed only if you wish to have a full rooted access)
SuperSU is needed for root, get the latest CWM flashable zip from here:
[2014.02.06] SuperSU v1.93 - xda-developers
Netflix fix for builds 1-4 (not needed for build 5) is here: netflixfix.zip
Flash in recovery. It will just copy this simple script to init.d. It is run during boot and changes a setting in the Netflix configuration to use a player backend that works with the Tegra 2. This is a workaround for a bug in Netflix that makes it choose a video player backend that is incompatible with the Tegra 2. The config file is created the first time Netflix is started, so the very first time you start Netflix it will force close. After that, reboot, and then Netflix should work.
Remember : in all cases, it's a good idea to make a backup before installing!
We're not responsible, in any way, if you brick your tablet!
Big thanks to:
- the Omnirom team
- pjsports for the A500 JB kernel and device tree
- nelsontky for building the recovery
- and everyone else that has been working on the Iconia A500 / A200!
The kernel, and the device tree are available at GitHub: IconiaHD Github
Known issues:
All builds
Noise in audio playback, caused by a too low default minimum CPU frequency. Solved by increasing minimum frequency to 312 MHz.
-In Settings / About tablet, tap build number 7 times until you get a message "you are now a developer". This enables the performance menu.
-In settings / Performance, increase minimum cpu frequency to 312 MHz. Also tick "set on boot" to make it permanent.
Build 6
General
-Default sound recorder app is included but the icon does not show up
-A501 version is unusable because of random reboots
Incompatible apps
-?
Notes
-XBMC should work if you install this version: http://www.mediafire.com/download/0cg8j1dg994gdu6/xbmcapp-armeabi-v7a-debug-2013-09-06.apk (found by user SDBerndt at acertabletforum, thanks!)
Build 5
General
-Default sound recorder app is included but the icon does not show up
-A501 version is unusable because of random reboots
Incompatible apps
-?
Notes
-XBMC should work if you install this version: http://www.mediafire.com/download/0cg8j1dg994gdu6/xbmcapp-armeabi-v7a-debug-2013-09-06.apk (found by user SDBerndt at acertabletforum, thanks!)
Build 4
General
-Default sound recorder app is included but the icon does not show up
Incompatible apps
-?
Notes
-XBMC should work if you install this version: http://www.mediafire.com/download/0cg8j1dg994gdu6/xbmcapp-armeabi-v7a-debug-2013-09-06.apk (found by user SDBerndt at acertabletforum, thanks!)
-Netflix needs a workaround to run, see first post
Build 3
General
-Network Location Provider does not work
-Default sound recorder app is included but the icon does not show up
-The boot animation stops after few seconds, instead of looping until boot is completed
Incompatible apps
-Movie Studio (built in)
Notes
-XBMC should work if you install this version: http://www.mediafire.com/download/0cg8j1dg994gdu6/xbmcapp-armeabi-v7a-debug-2013-09-06.apk (found by user SDBerndt at acertabletforum, thanks!)
-Netflix needs a workaround to run, see first post
Build 2
A200 only
Build 1
A200 only
I'd really prefer to see someone port a clean working copy of CyanogenMod 11 to this device, personally. the TegraOwners team already has a working port of OmniRom on the A500, which is a little laggy, but otherwise fully functional(including netflix, sound recorder, etc.)
kronflux said:
I'd really prefer to see someone port a clean working copy of CyanogenMod 11 to this device, personally. the TegraOwners team already has a working port of OmniRom on the A500, which is a little laggy, but otherwise fully functional(including netflix, sound recorder, etc.)
Click to expand...
Click to collapse
Well then why not try doing it yourself?
The main idea with this rom is to provide an open source alternative for the A500. Not everyone appreciates the closed source policy at the "other forum".
sorry, I sort of worded my post a little harshly and it came out wrong.
I'm actually plenty happy to see an alternative to their roms, and to see that someone is working on the A500 at all.
I meant to say that although it's nice to see, I would personally rather see someone try to port it(even if it's a failed attempt, and post their results so others can try and help out), even though it's a lot of work and a lot harder than AOSP at the moment.
Unfortunately I don't have the knowledge or skills to get any rom working on any device. I've even tried compiling roms before, and failed. Maybe someday!
kronflux said:
sorry, I sort of worded my post a little harshly and it came out wrong.
I'm actually plenty happy to see an alternative to their roms, and to see that someone is working on the A500 at all.
I meant to say that although it's nice to see, I would personally rather see someone try to port it(even if it's a failed attempt, and post their results so others can try and help out), even though it's a lot of work and a lot harder than AOSP at the moment.
Unfortunately I don't have the knowledge or skills to get any rom working on any device. I've even tried compiling roms before, and failed. Maybe someday!
Click to expand...
Click to collapse
Ok no problem. We actually did try to build CM first. But we could never get it to display the user interface because of the missing support for our graphics libraries. When we realized how big the effort would be to get it working, and that support was already available in OmniROM, we switched. I don't know about Thor, but I'm guessing his reason for switching to omni were similar.
Our sources for cm11 are on github, in branch "cm11" and only in the a200 device tree. It's a fair bit behind the OmniROM version now though. It would be better to take the omnirom branch and modify it back to CM format. The differences between CM and Omni device trees are not very big.
Edit: I should add that the challenging part would be to modify the CM android_frameworks_av and android_frameworks_native packages to add support for the tegra2 libraries. There alse seems to be a quite new bug in the CM build system that makes it compile in neon instructions even when it shouldn't.
Prefer anything over CM, thanks! I'll have to reroot since I upgraded to the latest version of ICS. I'll report back any issues.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Henrik & the team, many thanks for your efforts. I never thought Kitkat would ever reach the shores of the A500. I thought all Rom support had all but ended.
Sent from my HTC One X using Tapatalk
Nice work, I thought for sure that we would never see 4.4 on an A500. I have it flashed and running. I tried Netflix and it force closes. Also the video recording doesn't work.
Robert417919 said:
Nice work, I thought for sure that we would never see 4.4 on an A500. I have it flashed and running. I tried Netflix and it force closes. Also the video recording doesn't work.
Click to expand...
Click to collapse
Thanks for the report! Which app did you use to test video recording?
I used the stock app.
Wow KK! Time to dig out my old A500
Is this overclocked?
Sent from my LG-P769 using xda app-developers app
kennyb6 said:
Is this overclocked?
Click to expand...
Click to collapse
Yes, overclocking is included. You just have to enable it in the developer options.
I found a workaround for Netflix here: https://github.com/CyanogenMod/android_device_hardkernel_odroidu2/blob/cm-10.2/conf/98netflix
It seems to work also on this rom, it displays the interface now instead of just closing. But nobody in the team has a Netflix account so we haven't been able to get further than that. I made a simple flashable zip to install the fix. Simply flash it in the recovery. It will just copy one file, and not touch anything else. The download link is in the first post.
Flashed and it worked. I was able to stream and all good. Awesome!
HenrikE said:
I found a workaround for Netflix here: https://github.com/CyanogenMod/android_device_hardkernel_odroidu2/blob/cm-10.2/conf/98netflix
It seems to work also on this rom, it displays the interface now instead of just closing. But nobody in the team has a Netflix account so we haven't been able to get further than that. I made a simple flashable zip to install the fix. Simply flash it in the recovery. It will just copy one file, and not touch anything else. The download link is in the first post.
Click to expand...
Click to collapse
USB Device Not Recognized
Hey everyone,
Sorry if this is a dumb question... I just picked up an A500 tonight, and can't get the USB drivers to work. Specifically, when I plug in the cable I get "USB Device Not Recognized". As a result, I can't get into boot loader mode, etc. I downloaded the Acer driivers, the Universal Android Drivers, etc, and it does the same for all of them. Any ideas?
Thanks!
Mandy
Dalvik_Cache said:
Hey everyone,
Sorry if this is a dumb question... I just picked up an A500 tonight, and can't get the USB drivers to work. Specifically, when I plug in the cable I get "USB Device Not Recognized". As a result, I can't get into boot loader mode, etc. I downloaded the Acer driivers, the Universal Android Drivers, etc, and it does the same for all of them. Any ideas?
Thanks!
Mandy
Click to expand...
Click to collapse
Maybe a faulty usb cable?
macia10 said:
Maybe a faulty usb cable?
Click to expand...
Click to collapse
The for the idea. I've tried a few. I just tried a new PC too. Think maybe it's the tablet...
Sent from my A500 using Tapatalk
Dalvik_Cache said:
The for the idea. I've tried a few. I just tried a new PC too. Think maybe it's the tablet...
Sent from my A500 using Tapatalk
Click to expand...
Click to collapse
Please try to download those drivers and try:
http://global-download.acer.com/GDF...NIA A&Step3=A500&OS=ALL&LC=en&BC=ACER&SC=PA_6
And on what rom are you currently?
WELCOME TO CROWDS ROM for K910 kiton Multilanguage
{
"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"
}
DISCLAIMER | USER AGREEMENT READ BEFORE GO ANY FURTHER
USER AGREEMENT
Before using this software, please read the following terms and conditions.
By using this ROM complete and unconditional you accept this terms.
If you do not accept the terms of this agreement, do not proceed.
This ROM has been tested by me and a group of testers;
Make sure your battery is charged at least 60%.
You can also recharge during the installation of this ROM;
Read carefully all the steps and instructions during the installation of this ROM;
I'm not responsible by any damage you cause during this installation;
If you find any bugs, please report at xda-developers forum;
If you have any suggestion, please report at xda-developers forum;
I hereby declare that the use of this ROM does not give any guarantees:
Suitability can not be guaranteed for every user of the ROM;
During the installation procedure all your data will be wiped out. Please do a backup to restore your data and most important, if anything went wrong.
If you use this ROM, that means that you agree with this user agreement.
This ROM was developed by Crowds for K910 kiton.
Your warranty is now void.
I am not responsible for bricked devices, thermonuclear war, or if you getting fired because the alarm app failed.
Please do some research if you have any concerns about the included features in this ROM before flashing it!
You are choosing to make these modifications, and if you point the finger at me for messing up your device, i will laugh at you.
This rom build offers you endless possibilities during installation through Aroma Installer.
With this rom you won't have a firmware as the guy next door.
Rom Firmware Requirements:
Root privileges;
Third party recovery. This won't install on stock one. If you don't have any go here;
Good Sense
Info:
Based on last Lenovo firmware 1443
Deodexed
Zipalign
init.d Support
[*]Aroma Installation
[*]Change to 400DPI
English and GMT 0 as default
[*]Xposed & VibeExpert as a add on
[*]MoreLocale as a add on [with this application many apps may be in your language]
Multilanguage
Aroma Options: - Removed from v3.0
In Aroma you have two options to begin installation. Full or Custom.
Use full for the first time in order to install the rom, after that if you want to change anything in particular use the "Custom" option. This will only install the options bellow without affecting firmware.
Choose between 3 boot animations with and without sound
Choose between 4 Web Browsers
Choose between Google Camera or Lenovo stock
Choose between 3 File Managers
Choose install gapps
Choose between 2 keyboard types
Choose between 3 Launchers
Install SuperSU to get root*
Choose between 3 recovery versions
Possibility to wipe or not all Lenovo unnecessary applications
Install:
Backup your fw first [common sense]
Use any third party recovery. This won't install on stock one.
Move Crowds zip file to your internal SD Card
On recovery preform a wipe to "factory Reset" (this wont wipe your internal sdcard) i won't respond any other post or PM if you don't follow my guide! if you see security issues that's your problem, ok?!
Install rom zip file
Wipe Cache & Dalvik Cache
[*]Make your choices on Aroma
Reboot.
Support | Downloads:
Please, all i ask is:
Rate this thread;
Thank anyone witch you find that wrote something usefull (no! don't write, use the button instead!);
Go here to get the latest downloads;
MD5: f9bbece996348ea7321e0f2e1e5134e8
Go here to write a review;
Go here to make some request for the next versions;
Go here to report any bugs.
Please follow these simple rules. That's why i open this as xda-db. So properly support you
********************************************************************************
********************************************************************************
XDA:DevDB Information
Crowds VibeUI 2.0, ROM for the Lenovo K900
Contributors
Crowds
ROM OS Version: 4.4.x KitKat
ROM Firmware Required: Root, Third party recovery, Good Sense
Version Information
Status: Stable
Current Stable Version: 2.5.1
Stable Release Date: 2014-10-18
Current Beta Version: 1.0
Beta Release Date: 2014-09-30
Created 2014-10-17
Last Updated 2014-10-27
Changelog
Version 3.0
Crowds 3.0 VibeUI2.0 1443 [27OCT2014]
Multilanguage Support;
Remove Aroma instalation;
All Lenovo apps removed by default;
Back to 480DPI;
Clean code;
init.d support;
Much clean and fast rom with around 337Mb;
Start intruducting some CM apps and libraries. This will go further untill a complete cm11 support
Version 2.5.1
Crowds v2.5.1 VibeUI2.0 1441 [18OCT2014]
Without any google bugs;
Much better GPS localization (thks to @tedulus);
Clean code;
init.d support;
Aroma changes.
Version 2.5
Crowds VibeUI 2.0 1441 [16OCT2014]
Based on VIBEUI_V2.0_1441_DEV
Deodexed
Zipalign
Aroma Installation
Change to 400DPI
English and GMT 0 as default
Xposed & VibeExpert as a add on
MoreLocale as a add on [with this application many apps may be in your language]
Version 1.0
Lenovo K910 Rom + Cleaner Patch [01OCT2014]
Based on VIBEUI_V2.0_1437
Deodexed
Clean many apps as possible [check 2nd post if you want something back] - Only 482Mb!!!
Faster
Slightly tweaked build.prop file
English as default
Patches & Add-Ons
1443 Patches
Lenovo SNAPit Camera Recovery file to install latest Camera and Gallery from Lenovo
New camera in ß version
Lenovo Stock SNAPit Camera Install through recovery
This will revert to original 1443 camera version and at the same time it will delete the one from v3.0
Lenovo Apps - You can install removed apps from v3.0
Lenovo Leaked Apps - New versions of Lenovo apps to install through recovery.
Remember, all this apps are in ß version
Some apps may cause you little issues but no big deal. I haven't try all of them yet.
Apps included:
AnyShare
Calculator
Calendar
Camera
File Browser
FM Radio
Gallery
Contacts
Launcher
Music
OTA
Video Player
1441 Patches
Lenovo Weather Use this if you choose to wipe all Lenovo apps but want weather back.
Mirror
Lenovo Launcher
Mirror
Is it port? Or i don`t understand something?
xxx-man-by said:
Is it port? Or i don`t understand something?
Click to expand...
Click to collapse
This is a MOD from the stock one
Not a port
ROM OS Version: 4.4.x KitKat
Click to expand...
Click to collapse
How could it be?! This is K900 thread dude.
xxx-man-by said:
How could it be?! This is K900 thread dude.
Click to expand...
Click to collapse
Unfortunately xda-developers donesn't have XDA-DB for the K910 and when it ask to choose Project Device and Project Forum (witch is mandatory) i had to put something
I already complain about that to moderators. What can i do more?
Complain yourself to...meybe they listen to us
I already complain about that to moderators. What can i do more?
Click to expand...
Click to collapse
It`s insane... So weclome to our thread bro
xxx-man-by said:
It`s insane... So weclome to our thread bro
Click to expand...
Click to collapse
i already wrote to k900 moderators. Let's see
How to install rom to K900 ?
Please tell about instruction to install that rom. Thank you.
livedev said:
Please tell about instruction to install that rom. Thank you.
Click to expand...
Click to collapse
It cannot be installed to k900. k900 and k910 are 2 complete different devices with different chipsets.
ROM seems worthy of attention.Probably already seen something like this
If you will be improved and refined, will be the best..
I tried to fix google services by Chinese installer, did not help.
I need to have a working phone, so far rom uninstalled.
Correct, and insert the fully operational.
Best regards and I look forward to a great rom
(I wrote on needrom)
livedev said:
Please tell about instruction to install that rom. Thank you.
Click to expand...
Click to collapse
Did i fail somewhere?!
Crowds said:
THIS IS FOR K910 ONLY
I'm perfectly awhere that this is a K900 fórum, yet XDA-DB doesn't have K910 on Devices and Forums witch is mandatory to open a thread as development with DB, so...READ THE FIRST LINE and don't post something that it's already written here. If you feel bad about it, report to moderators
Click to expand...
Click to collapse
Probably...yes
The ROM looks great after couple of hours but I have 1 very annoying problem with this ROM: google play services, google play store and other google apps are crashing very often. Does anyone have idea, why? Wipe cache&davlik cache done. I also played with other GAPPS, but no success. I also read somewhere that xposed can cause, so I removed it also, but I run out of ideas...
ccguru said:
The ROM looks great after couple of hours but I have 1 very annoying problem with this ROM: google play services, google play store and other google apps are crashing very often. Does anyone have idea, why? Wipe cache&davlik cache done. I also played with other GAPPS, but no success. I also read somewhere that xposed can cause, so I removed it also, but I run out of ideas...
Click to expand...
Click to collapse
Yeah i know
but finnaly managed to get rid of all bugs.
Tomorrow will be available for dw
DO NOT DW THE CURRENT VERSION!!!
Crowds said:
Yeah i know
but finnaly managed to get rid of all bugs.
Tomorrow will be available for dw
DO NOT DW THE CURRENT VERSION!!!
Click to expand...
Click to collapse
Sounds cool, thanks!
My question and suggestion:
you can add another dialer to receive calls?
Fullscreen?
not a good call answering buttons, vibe ui 2.0img: cross star) ,
were better in the older version
zbisz41 said:
My question and suggestion:
you can add another dialer to receive calls?
Fullscreen?
not a good call answering buttons, vibe ui 2.0img: cross star) ,
were better in the older version
Click to expand...
Click to collapse
Didn't try any but i agree with you. This last version sucks
You can find several on play store
Crowds said:
Didn't try any but i agree with you. This last version sucks
You can find several on play store
Click to expand...
Click to collapse
Ok ,So I did.
I installed some fullsrceen caller HD
And life again beautiful :laugh:
zbisz41 said:
Ok ,So I did.
I installed some fullsrceen caller HD
And life again beautiful :laugh:
Click to expand...
Click to collapse
some?! can't find that on play store
witch one? with link
{
"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"
}
An Odex-free, Knox-free, Bloat-free, Pre-rooted ROM for the Galaxy Tab S 8.4 (T-700)THE ULTIMATE TAB A/S6 EXPERIENCE
(================================================)
HOME SCREEN: Bundled with the latest Samsung Apps and widgets also found in the Galaxy Tab A and Galaxy S6
SMART MULTITASKING: You can use any apps you want and multitasking with them as well as using them in popup view. The Multitasking tray adds all the apps you have installed automatically.
SMART MANAGER: The great app from the Galaxy S6 and Tab A to ensure that you optimize your tablet's usage to the max !
You will experience a fast, smooth, lag-free and purified Touchwiz with the power of Lollipop onboard. Even faster and more stable than CyanogenMod. YES, even faster.
(================================================)
Features of this ROM :
-Based on Stock 5.0.2 T700XXU1BOE4 build with the latest Samsung Lollipop Kernel source. Will always update to latest base and kernel.-Bundled with the latest Samsung Apps ported from Tab A/S6 and removed every useless services and background apps, increasing performance.-Deodexed, Zipaligned and Symlinked system files for maximum performance and smoothness-Knox disabled and removed for maximum control on your device.-Init.d enabled Kernel and System for even more smoothness via cherry picked tweaks.-Pre-Rooted with SuperSU and stericson's Busybox-Multitasking works in 4 split screens, popup windows and will use any apps installed on your device.-4 way Reboot menu
-Build.prop tweaks includes :
*Better battery life
*Faster booting time
*More RAM available
*Improved scrolling responsiveness and speed as well as a smoother UI
*Increased WiFI and internet browsing performance
*Smoother video streaming and media playback
*Image format decoding enhanced
*Performance tweaks in system and kernel
(================================================)
Contributors and Donators:
A big thank you to all of you for supporting my project, without you there would be no TWDetox ! I owe it to you guys big time !
BIG THANKS TO :
@skeeterpro, @Ramer
@Klael , @orion13236
@bsa5155, @yoslick50
@will6316, @koimr
@vaderrxx, @Bigdog1
@pgareis, @gbb14
(MAKE SURE YOU GIVE YOUR XDA USERNAME WHEN DONATING OR GIVING ME A BEER, SO THAT YOUR NAME APPEARS HERE :highfive
XDA:DevDB Information
TWDetox, ROM for the Samsung Galaxy Tab S
Contributors
basic086
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: Stock Touchwiz
Version Information
Status: Stable
Current Stable Version: v3.0
Stable Release Date: 2015-05-17
Created 2015-05-04
Last Updated 2015-05-17
DOWNLOADS
DISCLAIMER :
When downloading and flashing this ROM, you agree that your warranty will be void, and your tablet will be classified as running a Custom ROM.
No matter how well this ROM has been tested by its developer, you should always make a backup of your current firmware or rom in TWRP custom recovery.
I am not responsible for any misuse of my ROM and files, nor your lack of knowledge of Android Systems.
If you don't know what you're doing, either read the forums to understand how the process of flashing a ROM works or don't bother trying it.
Only relevent bugs that will be spotted by a majority of users will get my attention and will be fixed as soon as possible.
BY DOWNLOADING THIS ROM, YOU ALSO AGREE NOT TO COPY, MODIFY, OR STEAL A PORTION OF THE APKs AND THE CODE FROM THE PORTED APPS WITHOUT PERMISSION.
Click to expand...
Click to collapse
(================================================)
TWDetox ROM
##########
(version v.3.0 // May 17th 2015) FOR T700 WIFI Model>CLICK HERE TO DOWNLOAD<
DOWNLOAD AND FLASH SUPERSU FROM THE LINK BELOW AFTER FLASHING MY ROM, YOU HAVE TO DO IT SuperSU -> Root access, YOU NEED to flash this after my rom) :
>CLICK HERE TO DOWNLOAD SUPERSU<
DOWNLOAD AND FLASH SUPERSU FROM THE LINK ABOVE AFTER FLASHING MY ROM, YOU HAVE TO DO IT
(================================================)
/!\ IF YOU NEVER HAD STOCK LOLLIPOP ON YOUR TABLET BEFORE, OR YOU SIMPLY COME FROM KITKAT, YOU WILL NEED TO FOLLOW THESE FIRST STEPS BEFORE FLASHING MY ROM
(THIS APPLIES ONLY FOR THE T700 WIFI)
1-Download Odin : DOWNLOAD HERE
2-Download from here bootloader : DOWNLOAD HERE
3-Now extract Odin from Zip file and run Odin3 v3.10.6.exe. Extract sboot.tar.md5 from TWLP_Bootloader.zip.
4-From Odin, click on BL and pick sboot.tar.md5
5-Let it load, and then press Start
6-Let it install the bootloader. It will restart your tablet. That's it ! Now you can follow the next steps to install TWDetox Rom.
Link to TWRP Custom Recovery : http://forum.xda-developers.com/galaxy-tab-s/development/root-cf-autoroot-twrp-t800-t3079488
(================================================)
INSTRUCTIONS TO INSTALL THIS ROM
1 - Make sure that you have the latest version of TWRP flashed via Odin from the link above.
2- Place the ROM Zip file 'TWDetox_v3.0.zip' in either your phone internal storage or external sd card
3-Reboot into Recovery (TWRP)
4-Make sure that System is Mounted in Mount, Tick System Checkbox
5-Now go to Wipe, Advanced Wipe, and tick the following checkboxes : Dalvik Cache, Cache, System, Data then swipe to Wipe
6-When this is done, go to Install, search for 'TWDetox_v3.0.zip' and Swipe to Confirm Flash.
7-Let the flashing process be.
8-When this is done, flash SuperSU zip you've downloaded after my ROM.
9-When this is done, choose Reboot System; you're done
/!\ DON'T PANIC IF THE ROM TAKES A WHILE TO BOOT THE VERY FIRST TIME, IT TAKES USUALLY AROUND 5-10MIN TO SET UP. NO IT IS NOT BOOTLOOPING
(================================================)
(///////////////////////////////) Changelog
>******************************<
v.3.0 :
-Based on the latest T700 Lollipop build (T700XXU1BOE4_T700OJV1BOE2) and with the latest kernel built on May 7th.
-All Tab A apps ported and included in this new build
-Every app has been optimized
-Performance and stability increased
-Included PDFViewer, S-NOTE, new Quickconnect and new S-Finder.
>******************************<
v.2.01 :
-Fixed a lot of CPU related issues leading to the kernel (Android OS) draining the battery.
-Optimized build.prop tweaks
-Increased performance because the CPU issue gone. Verified on Antutu.
>******************************<
v.2.00 :
-Whole new base system : Taiwan's T700OZS1BOD3 stock firmware
-Updated Kernel sources to the latest ones
-Optimized each individual apps, which increases performance and snappiness all over the UI
-Added new Samsung Apps from the Galaxy Tab A, identical to the ones found in the Galaxy S6
-Multitasking now adds new apps and any other apps installed on your device
-Fixed some other performance related issues
-Added new widgets and wallpaper themes from the Galaxy Tab A.
-Added 4 way Reboot menu
>******************************<
v.1.02 :
-Updated kernel init.d
-Added Kernel Adiutor
-Applied fix for the Wifi and fingerprint sensor
-Applied fix to enable 5GHz Wifi
-Removed more useless services and bloatwares, more RAM should be available.
-New bootscreen and sounds ported from Galaxy Tab A
>******************************<
*Release Candidate 1 :
-First build, see above for the features.
(///////////////////////////////) FAQ - Frequently Asked Questions
-Will you make this for the T705, T800, T805, T-whatever ?
I only own the T700, which allows me to test the builds myself and to ensure the best experience for that model.
However, the T800 will probably get some love soon and I will post a test build in the near future, since it is easy to develop for wifi only models.
As for the T805, I think that variant runs with a Snapdragon chip, so it would be very unlikely to see my rom for you guys. But then again, I might be very kind one day and try to make a test build, stay tuned
___
-Will 'superdupergreatdabeast' custom Kernel v.1318342 with overclocking at 2884092GHz (help I've fried my tablet) work on this ROM? Will Synapse work ? SELinux Permissive ?
Yes, and feel free to use any Kernels that are compatible with Lollipop touchwiz I might include my own soon.
___
-How come Netflix or (insert any google play store apps here) doesn't work ? WHY ? WAT U DO FOR NO WORKING SIR
My ROM is based on Official firmware, and although the stock kernel used has init.d enabled, it is still a very stock kernel, in no way modified. So your problem with said app is related to the developer behind this app not working properly on Stock Touchwiz 5.0.2; Blame Samsung, not me :angel:
___
Been waiting for this. ?
«Sent from my not-so-stock T700»™
Very excited for this ROM, will there be an option to add back some of the non-crucial Samsung apps if we want them?
williamvito said:
Very excited for this ROM, will there be an option to add back some of the non-crucial Samsung apps if we want them?
Click to expand...
Click to collapse
Depending on the app, you could either pull the apk or perhaps someone might have it. Presuming the OP doesn't have an option on install (like aroma).
This made my weekend.
Yay, a zip based LL install! Much more convenient than Odin (in my opinion of course )
Thanks!
I'm excited too!! Looking forward to this.
Thanks boss for efforts.
I must say, may be my opinion is in minority, any twz rom has no sense with this crazy tiny interface. It is way to small for me... I us now any aosp/ cm rom with 384 or 400 dpi and it fits perfectly for me.
Thanks for the support guys I'm uploading it as we speak, check out the download section for the screenshot Should be ready in around 2 hours; and yes, my upload speed is terrible
I've decided to release an early Release Candidate build because there is one tiny issue with the fingerprint lock method, it says that "an error has occured with the fingerprint sensor' when you choose the option in Lock Screen.
It might be a small issue with the fingerprint apk after it has been deodexed because it works with odex files. Still trying to sort this issue out. But other than that, the whole ROM is working perfectly as expected, so I didn't want to keep you guys waiting
I'll upload a small update file once I fix the problem so that you guys can flash it on top of the Release Candidate ! Anyways heading to uni, should be uploaded when I get back
ivanox1972 said:
Thanks boss for efforts.
I must say, may be my opinion is in minority, any twz rom has no sense with this crazy tiny interface. It is way to small for me... I us now any aosp/ cm rom with 384 or 400 dpi and it fits perfectly for me.
Click to expand...
Click to collapse
I agree to an extent.
A "non tiny" TW rom would be perfect.
clandestino123 said:
I agree to an extent.
A "non tiny" TW rom would be perfect.
Click to expand...
Click to collapse
By 'non tiny', do you mean a bigger interface ? Yeah, I suppose I could work on that. Once I get a stable release, I was thinking about theme-ing the SystemUI and framework res anyways.
basic086 said:
By 'non tiny', do you mean a bigger interface ? Yeah, I suppose I could work on that. Once I get a stable release, I was thinking about theme-ing the SystemUI and framework res anyways.
Click to expand...
Click to collapse
Yeah, I mean the font size across applications such as gmail, Facebook, but most importantly...Chrome!
Adjusting the system font size unfortunately doesn't help....the system menus just become too huge.
Anyway, it's not a huge deal.
THE ROM IS UPLOADED ! HAPPY FLASHING I'm using this as a daily driver for the last 15hours, and haven't found any issues apart from the fingerprint one. So you should have no problem, but if you do, don't hesitate to share it with me, I'll be happy to help
basic086 said:
THE ROM IS UPLOADED ! HAPPY FLASHING I'm using this as a daily driver for the last 15hours, and haven't found any issues apart from the fingerprint one. So you should have no problem, but if you do, don't hesitate to share it with me, I'll be happy to help
Click to expand...
Click to collapse
cheers mate, installing now.
With dpi 380 or 400 (stock is 320) everything is set perfectly. Then just small font adjustments for system and/ or specific apps which have this option...
Strange... did all the recommendation before flashing ROM (tick system in mount, latest TWRP...) and stuck at Samsung Galaxy Tab S Logo (first phase). I've waited 15 mins and still bootlooping... what I did wrong?
jonhy25 said:
Strange... did all the recommendation before flashing ROM (tick system in mount, latest TWRP...) and stuck at Samsung Galaxy Tab S Logo (first phase). I've waited 15 mins and still bootlooping... what I did wrong?
Click to expand...
Click to collapse
Hmm, have you checked the md5 to make sure you got a good download of the ROM? Something like that happened with my Note 4..
---------- Post added at 03:37 PM ---------- Previous post was at 03:36 PM ----------
I have the ROM up and running fine, but I keep having to enter my wifi password every time I reboot..
YrrchSebor said:
I have the ROM up and running fine, but I keep having to enter my wifi password every time I reboot..
Click to expand...
Click to collapse
Yes, I've actually just noticed that bug now, I'm working on it. I think I know where the problem is. Thanks for the feedback