[NAND] Warbyte Donut for Kaiser - RLS04 Oct 21 - compcache and market! / General help - Tilt, TyTN II, MDA Vario III Android Development

Sad news right before we end this year. Today (12-28-2010) I accidentally stepped on my Kaiser and though it endured like a champ it was too much to ask from the screen and it cracked. No more Kaiser for me so this project is coming to an abrupt end. If I find a Kaiser and it is flashable then I'll gladly continue and move on, hopefully on Froyo but until then I wanna thank all of those wonderful people who took part in this thread either by providing feedback, asking, helping or even just reading. It was a great experience. Happy new year to everybody!
What this is:
This is my personal attempt at a flexible, responsive, complete, and stable Donut release. My first release was based on Dzo's Odexed version and from there things have been evolving.
This thread has also been gathering some really interesting info so it might as well serve for helping anyone out there so feel free to look for any info you need or ask but please search before you do because the answer might have been given here or in another thread already. Feel free to contribute with any info or apps but please respect XDA's rules and respect other members. No keygens, serials, cracked apps, any request about it or any contribution containing them is allowed. If I miss any rule being broken (most likely due to my time constraints) then a moderator will catch you and ugly things will happen. You've been warned.
Thanks!
To thoughtlesskyle for his answers to many questions and help in the thread, Millence for his info about compache running as a service in VaniljEclair, elander, marcelotorres, albertorodast2007, and snake664 for his patience, interest, extensive testing, and much appreciated feedback. Thanks to anyone else involved and supporting this thread. If for any reason I forgot your name here I apologize, pm me and I shall make the necessary changes.
Why another Donut?
Edit: Even shorter version - One day things went very wrong for me when I flashed a stock ROM by accident that contained an original SPL 3.34. The process stopped halfways and rendered me unable to flash anything else on my phone. The last thing I was able to flash was an Eclair kernel that I edited to fit Donut.
I found out about Dzo's Odexed release and though it was great to say the list I soon realized that having an odexed version wasn't very helpful if you needed to change things. I went ahead and got all deodexed, changed, themed, updated, mixed, messed up, fixed again, zipaligned and all that good stuff.
Some work I would like to respect by encouraging you to visit, try, and support:
Incubus26Jc's Super FroYo
Zenity's Polymod 2.1D (Maintenance version)
Dzo's script for odexing and optimized build
Myn's Warm Donut (Support for Kaiser thread)
Jonasl's HTC_IME (HTC Keyboard)
Thoughtlesskyle's Not So Super Froyo (But looking Great!)
Last notes about the packages:
As of RLS04 there is an AE version (APKtor Edition) which does not contain preinstalled apps besides Helix Launcher and APKtor. It is configured to point to a repository I am currently hosting and that aims to contain this thread's favorite apps list.
The stock launcher is not included as I have never used it, you can however install it and use one of the custom and awesome looking updates from Incubus26jc's addons for Warm Donut.
There is no file manager included. That way everyone can use Market and install Astro or whatever suits their needs.
The included kernel was modified to fit a Kaiser, at 320x428, version is set to Donut, Panel Type 1, Key Map is normal, and Battery set to 1350. If you need something different please use Atools to edit it and match your needs.
There is no battery patch in sysinit.rc as I think it is unreliable based on the fact that several people get really different results. I prefer to go with editing the value in kernel set to the actual capacity of the battery.
The build is set to 143 DPI based on Zenity's research about 320x428 resolution.
Please be aware that there is some /data partition corruption depending on the kernel you use. I moved my /data to an EXT3 (EXT2 in the installer options) to help minimize this. Doing this might freeze your Kaiser when you slide the keyboard out depending on how fast your SD access is.
I generally don't have too much free time. I will try to be as helpful as time permits though I would like to rely on other people's knowledge to help each other as well.
Disclaimer:
I am not responsible for any damage to your phone you know very well we're all here to experiment and learn. If you need help with flashing ROM's, radios, and / or security unlocking please use the search feature of the forum. There is plenty of documentation that can guide you through the process.
Might be done / In progress / Included in release:
To do:
Resize images in some packages to fit a 120 DPI, QVGA resolution.
Change resources in apk's to match Froyo's look.
Experiment with a different wlan.ko hoping to fix wifi problems (reported by 1 user only).
Included in RLS04:
Compcache!
Custom script for loading compcache, values based on testing.
Custom services for persistent compcache, enable and disable.
Custom service for persistent 2G only networks.
Zipaligning diagnose script. Mainly for me as I am a zipaligning freak.
Included in RLS02 and RLS03:
More stability in Android core apps. Avoid force closes.
Fix Android Terminal Emulator force closing (Package does support a soft keyboard).
Include SMS Popup, enhances default Messaging app. Fix force closes.
Include HTC Keyboard (Mod by an XDA member). Fix force closes.
Switching between 2G and 3G. Can set "use only 2G networks".
Cell based location. Tested with OsmAnd, GPS off.
Working SIM lock.
Addons - Fat free blue Donut theme
Thoughtlesskyle gave us this amazing present: a ported theme from his Fat Free Froyo release. It brings a very refreshing (and black status bar) look. Tested on RLS04 and working great! Thank you!
Downloads:
Fat free blue Donut theme
Addons - Bugless Beast Sound Recorder
A recent discussion that started over at the Warm Donut thread. The stock Sound Recorder app does not have a GUI and it is just a group of functions that other programs can use. Bugless Beast's author modified the original app giving it a nice GUI. Get it here as an update for your build!
Downloads:
Sound Recorder Update
Release 04 - The Redeemer on Steroids
I consider RLS03 to be a very solid build so I am trying to get all those final touches we all wish for sometimes. This release addresses two issues: compcache and default 2G networks. Everything else is RLS03.
Compcache:
After some serious testing with my own device I came up with three different settings. There is a disk size of 16 MB, 24 MB, and 32 MB which to me are what work better in our Kaisers. RLS04 has compcache enabled with a size of 24 MB as a default setting. This is a balanced compromise between compressed caching and available RAM for everything else. After each restart the compcache settings will kick in automatically (if not disabled manually) after exactly 4 minutes, it will reserve the specified disk size or as much as it can if the total amount is not available. If you need to change some settings I included a modified script, by executing this you will be changing the persistent service settings, very simple and straightforward. If you need to change something, bring up the terminal, give yourself super user permissions (type su and press enter) and do any of the following. Please note that a what is after the # character on the same line is just a comment.
Code:
# Stop compcache immediately, toggles to enabled on reboot
compcache.sh stop
Code:
# Disable compcache, it will not load on subsequent restarts
compcache.sh disable
Code:
# Enable compcache with 16 MB disk, changes reflected after restart
compcache.sh enable16
Code:
# Enable compcache with 24 MB disk, changes reflected after restart
compcache.sh enable24
Code:
# Enable compcache with 32 MB disk, changes reflected after restart
compcache.sh enable32
Because compcache does promote data corruption I must emphasize: Create a /data backup. You'll be happier if corruption happens and you need to reinstall.
Default 2G Networks:
RLS04 sets 2G networks only as a default settings after restarts which is what works best for me and several people. After a restart you can change the setting in Wireless controls -> Mobile networks as always but 2G will persist on reboot. If you need to change this setting to have 3G as a default setting after a restart then bring up terminal emulator, give yourself super user permissions (type su and press enter) and do any of the following. Please note that a what is after the # character on the same line is just a comment.
Code:
# 3G networks as default
set2g.sh disable
Code:
# 2G networks only as default
set2g.sh enable
Warnings:
As with previous releases, be careful if you use QVGA, haven't tested it on that resolution, some important things might not fit well, like the numbers for unlocking your SIM
Known Issues / Notes:
None so far.
Additional apps included in the package:
Normal Edition:
Weather Wiget (Provides digital HTC like clock)
HelixLauncher 1.2 (Replaced ADW Launcher because current version drains battery faster)
HTC Keyboard (With working calibration. Long press on a text field to select as default or check "Locale & text" settings)
SMS Popup 1.0.9
Rogue Tools 1.1
Keep Screen 1.7
Android Terminal Emulator 1.0.17
Market Enabler 3.0.8
XScope GL Lite 5.34
APKtor Edition:
HelixLauncher 1.2
APKtor 1.0.8.7
Downloads:
Donut Deodexed RLS04
Donut Deodexed RLS04 APKtor Edition
Release 03 - The Redeemer
This release is what RLS02 should have been. More stability, working gps, wifi, bluetooth, camera, cell based location, and SIM lock. I ran it on NAND, works great, still with it I had some normal and expected /data corruption which reset my wallpaper. I've been running it with /data on EXT3, there is not a performance hit that I notice and I would advise the same as this helps with the partition corruption. Just in case keep a /data backup handy.
Warnings:
As with RLS02, be careful if you use QVGA, haven't tested it on that resolution, some important things might not fit well, like the numbers for unlocking your SIM
Known Issues / Notes:
Setting "Use only 2G networks" works now but it does not survive a reboot. It enables 3G as default. To solve this if you need to reboot your phone and you prefer to be in 2G you need to check the setting again.
Additional apps included in the package:
Weather Wiget (Provides digital HTC like clock)
HelixLauncher 1.2 (Replaced ADW Launcher because current version drains battery faster)
HTC Keyboard (With working calibration. Long press on a text field to select as default or check "Locale & text" settings)
SMS Popup 1.0.9
Rogue Tools 1.1
Keep Screen 1.7
Android Terminal Emulator 1.0.17
Market Enabler 3.0.8
XScope GL Lite 5.34
Downloads:
Donut Deodexed RLS03
Release 02
Known Issues / Notes:
Obsolete. I am no longer working on this particular package.
Additional apps included in the package:
HelixLauncher 1.2 (Replaced ADW Launcher because current version drains battery faster)
HTC Keyboard (With working calibration. Long press on a text field to select as default or check "Locale & text" settings)
SMS Popup 1.0.9
Rogue Tools 1.1
Keep Screen 1.7
Android Terminal Emulator 1.0.17
Market Enabler 3.0.8
XScope GL Lite 5.34
Downloads:
Donut Deodexed RLS02
Release 01
Known Issues:
Obsolete. I am no longer working on this particular package.
Additional apps included in the package:
ADW Launcher 1.1.5
Rogue Tools 1.1
Keep Screen 1.7
Android Terminal Emulator 1.0.17
Market Enabler 3.0.8
XScope GL Lite 5.34
Downloads:
Donut Deodexed RLS01
Release screen captures:
{
"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"
}
Thoughtlesskyle fat free blue Donut theme screen captures on RLS04:

wow, first time I get to post first post, what an honor, jejeje, anyways this is looking good I'll download and try it, the timing couldn't be better as I am using myn's warm donut and after messing around with njtr2 battery mods somebody told me that I'll have troubles because of the sysinit.rc had some codelines to set it at 2000mah so I had to change that, anyways since I messed both system and data so much I was going to reinstall everything, but now I'll try yours first. thanks

elander said:
wow, first time I get to post first post, what an honor, jejeje, anyways this is looking good I'll download and try it, the timing couldn't be better as I am using myn's warm donut and after messing around with njtr2 battery mods somebody told me that I'll have troubles because of the sysinit.rc had some codelines to set it at 2000mah so I had to change that, anyways since I messed both system and data so much I was going to reinstall everything, but now I'll try yours first. thanks
Click to expand...
Click to collapse
I am glad you feel honored, you must also know this is the first thread that I create and so I am even a little nervous about the reception. Oh I know what ya mean, I've been messing around with that famous sysinit.rc and trust me, it was a headache. Tried both a new battery that I got and my old messed up one, which drops to almost nothing in 5 mins. In both cases, the battery seems to indicate an accurate current charge and recharge. Good luck with everything, and please let me know what you think

weird, I'm trying to download this from the link (mediafire) but after I click on the "click to start download" it stays on your download is about to start....

elander said:
weird, I'm trying to download this from the link (mediafire) but after I click on the "click to start download" it stays on your download is about to start....
Click to expand...
Click to collapse
Hmmm weird, just tried the link here. Works okay and starts. I had a couple issues some weeks ago when downloading from media fire. The server would not be found, it was okay later. Could I ask you to wait a little and try again? if it doesn't work for you I will try to have a mirror link as well.

thanks for such a fast reply, I told you what happened so you know, but I was going to wait anyways, (as some say patience is the key, lol) on a side note (and a little off topic as well) could you please tell me how did you manage to get rid of the battery settings on sysinit.rc, cuz I'd love to try the new battery kernel in my current installation (as it is pretty much broken anyways) as I wait for mediafire to "like me". thanks!

elander said:
thanks for such a fast reply, I told you what happened so you know, but I was going to wait anyways, (as some say patience is the key, lol) on a side note (and a little off topic as well) could you please tell me how did you manage to get rid of the battery settings on sysinit.rc, cuz I'd love to try the new battery kernel in my current installation (as it is pretty much broken anyways) as I wait for mediafire to "like me". thanks!
Click to expand...
Click to collapse
Sure thing. well, I guess this is gonna be a feared answer but the method is by hand. Grab an editor that does not mess up your ends of line. I use pspad for this kind of thing. the .tar file is just a compressed file you can open with winrar or 7zip for a free alternative. Open your sysinit.rc, look for the lines sys/module/board_kaiser_battery/parameters/battery_capacity, that is where the value is set. The most common builds I have seen have a #battery patch comment so you can just delete that section. Save your file, dump it back in your .tar file and install.
I have also used androidupdate.tar if you wanna make it an update instead of a reinstall, just make sure it is in the correct path. Should be the same path you see in androidinstall.tar.
One thing I gotta warn you, I have always been tempted to realign tabs and delete unnecessary whitespace. The last time I did that it resulted in weird wifi and bluetooth behavior, so be careful and only change what you need. Save a copy of your original file so you can always "update" it with the old one in case you mess something up accidentally. Patience, that works. Take a deep breath, watch some tv, then try again

Nice....
I must say it is refreshing to see someone doing something new with the Kaiser!!! I just may give this a whirl tomorrow!!! I'll chime in if I do......

i wanna try it....
let me download it first

@cnigro1279 There aren't too many new things with this, just trying to save people some time and work I have great love for the Kaiser, it's like a good old faithful friend. It just goes through several battery packs. Please give us some feedback if you decide to try it.
@fahkin Appreciate the interest

I´ve been messing with this build for a couple of hours and I must say It is great so far, the only issues I have are: the terminal emulator force closes, but it is not a big deal I just uninstalled it and downloaded it again from the market, and the second one is not really an issue but raher a matter of taste, I installed this with the recommended resolution 320*428 with a 144 dpi setting, thinking that maybe this time I´d get it to look less blurry than last time I tried such resolution, but it´s still the same, so I´m gonna try this with 240*320 and a dpi value of 117 (as I recall being able to fit almost everything onscreen last time I did it) so, I feel tempted to ask, What are the chances of getting a fix for 240*320 resolution? (myn´s warm donut has it I think) anyways great work, oh by the way I love the look on this one, it makes me forget about froyo (although if I could them the widgets to look like the froyo´s it´d be a dream come true,lol), overall very fast and stable (so far) build, with great looks and the fact that it is deodexed leaves rom for theming it the way you like it. thanks.

Thank you !
Thank you WarByte !
I will give it a ride on mine Kaiser

About resolution confusion
@elander
you can take a look at:
forum.xda-developers.com/showthread.php?t=667581&page=4
forum.xda-developers.com/showpost.php?p=7767902&postcount=3

Thanks for reporting!
@elander Thank you for reporting back. Yeah the clearest screen you can get is using the native QVGA resolution of the Kaiser, I might suggest trying a DPI of 121, that one looks great with that resolution. I could attach another kernel and an androidupdate.tar with the DPI setting, though you could edit the kernel with Atools and the included Rogue Tools app in the rom lets you change the DPI setting to anything you might want to try. After the change you just need to reboot. I got some apps force closing if already included in the package as opposed to installing them after the rom. Apparently I missed Terminal. I also thought about using Better Terminal since most builds have it and the one I am using doesnt let you use a soft keyboard. I am glad you liked the build By the way if you use a QVGA resolution your dialer is gonna look messed up, buttons over each other. Please check out a modified dialer for Warm Donut at http://forum.xda-developers.com/showpost.php?p=6402522&postcount=4080. This should work well with it.
@kljoki Please do and let us know how it goes, if there's anything I can help with I'll be glad to try my best.

ok, don't forget I'm using HaRET
The things which does not work on my Kaiser or I didn't have a luck:
- camera force closing (FC)
- terminal (ok, you just explained why)
unstable:
- wifi signal, I had a lot of system confusions and retries, in general it working
- WiFi Static
I was trying with panel 3,2 and 1 in default.txt,
and was thinking to flash an old radio as you suggested
but from your sig I can see we are using same radio versions.
Thanks.

Downloading... will try it later `cause i am really tired but thanks for the build anyway

WarByte said:
@elander Thank you for reporting back. Yeah the clearest screen you can get is using the native QVGA resolution of the Kaiser, I might suggest trying a DPI of 121, that one looks great with that resolution. I could attach another kernel and an androidupdate.tar with the DPI setting, though you could edit the kernel with Atools and the included Rogue Tools app in the rom lets you change the DPI setting to anything you might want to try. After the change you just need to reboot. I got some apps force closing if already included in the package as opposed to installing them after the rom. Apparently I missed Terminal. I also thought about using Better Terminal since most builds have it and the one I am using doesnt let you use a soft keyboard. I am glad you liked the build By the way if you use a QVGA resolution your dialer is gonna look messed up, buttons over each other. Please check out a modified dialer for Warm Donut at http://forum.xda-developers.com/showpost.php?p=6402522&postcount=4080. This should work well with it.
@kljoki Please do and let us know how it goes, if there's anything I can help with I'll be glad to try my best.
Click to expand...
Click to collapse
THanks for the tips, but I already knew how to work with resolutions and rogue tools/atools/nbheditor, thats why I said that I was going to try this with a 117 dpi/240*320 resolution as I know that most things, (including the dialer) fits the screen and also looks better/less blurry, what I meant is that I wanted to know if there was a chance for this to get fixed to fit in a 240*320/120 dpi, that's why I mentioned warm donut, (cuz somebody got most things including dialer fixed for a 240*320/120dpi and put up an android install), so that way we wouldn't need to use 320*428/144 dpi, as (in my humble opinion) it looks a little blurry. anyways thanks for everything so far this is in my top 3 list and this is only the beggining (rls1). kaizen!!!!

I just recently got the Kaiser, and have been trying out Android.
After messing around with most the ROMs, I must say, this one is stable and already has wifi and bluetooth working for me.
Thanks!

@elander Sorry about forgetting haret, I just way too used to nand. I know what you mean now and actually a couple days ago i was trying a lockbot demo and it wouldnt fit so i found a dpi that gave me almost the same QVGA look though blurry. I thought of resizing the dialer. You got me interested so I'll work on it. Test on my quasi QVGA and I'll rely on you for some actual final testing since i cant flash another kernel. Maybe later on we can get some froyo looking widgets a reality
@randomgoon Glad it worked for you. Appreciate your feedback.
@All i can confirm working radios: Nikki, 1.70 and 1.71. I have never gone below 1.65 and noticed almost no difference. Most people recommend a 1.65 radio.
--
Sent from my HTC Kaiser using Tapatalk.

Rollride! Good to see you here. Get some rest then let us know what you think. Hope you like it
--
Sent from my HTC Kaiser using Tapatalk.

Related

Aqtrans' CM-5.07 port for Kaiser/Vogue! [v1.2] [5/27]

This is my port of Cyanogen's latest Eclair build, v5.07-stable.
It is basically mssmison's 5.07-test3 build updated, I used the same process he did to port this one.
Included Apps:
-Connectbot
-Astro
-RogueTools
-LinPack
-HomeSwitcher
Notes:
-No major problems found so far (besides Eclair-specific problems like the Camera not working).
-Speed is comparable to other Eclair builds, maybe even a bit zippier at times.
-It should be fully compatible with any themes/mods made for Cyanogenmod v5.07-stable. (Although my attempt at flashing this theme sent my phone into an "android.power wakeup" loop, so be cautious!)
--Darkstar theme isn't working either, thx for trying @thebulletfromhell!
-It is set to 120DPI by default, so if running anything other than 320x240, you'll have to use RogueTools to adjust it. I am currently running it at 320x240x120dpi and haven't experienced many problems, except the top and bottom of the Dialer are cutoff, button's still reachable though. (If someone wants to help me fix this, please do, I just don't know where to start)
-Wifi support for the Kaiser is built in, should work out of the box!
-Starting with v1.2, Userinit.conf is added to the root of your SD, by default it has 16MB of Compcache, but this can be adjusted by editing the file.
Download! [Last updated on 5/29/10]
Changelog:
v1.3
-Removed userinit.conf, now everything is run directly from /system/bin/userinit.sh
-32MB Compcache by default
-Removed overclocking from the get-go. You can set it manually via RogueTools.
-Userinit.sh now renice's com.android.phone to try and improve ringing delay.
v1.2.1
-Removed redundant wlan.ko
-Replaced wlan.ko with kallt_kaffe's
-Reverted a change to userinit.sh that was causing awful performance
v1.2
-Removed Dropbox, Speedtest, Twicca, Shazam, 3Banana Notes, and LiveWallpapers
-Added Camera back (Fixes FC when trying to crop a wallpaper)
-Fixed Facebook Sync
-Userinit.conf is added to the root of SD card on first boot. This allows you to control Compcache, swap, and many other settings.
Click to expand...
Click to collapse
Thanks go out to mssmision for his port+quick guide to porting, Cyanogen for the build, and all the other developers that worked on getting Android running on this phone! You guys have made this phone so much more usable.
Woah, it's weird being in a different forum.
What is updated in this new version (1.1)? I'm still running the first one you posted in the Vogue forums (on a Vogue) and it's working great.
Cool!
Gonna try this one out.
Thanks a lot!
pastaeter said:
Cool!
Gonna try this one out.
Thanks a lot!
Click to expand...
Click to collapse
Let me know how it goes.
drkow19 said:
Woah, it's weird being in a different forum.
What is updated in this new version (1.1)? I'm still running the first one you posted in the Vogue forums (on a Vogue) and it's working great.
Click to expand...
Click to collapse
The updated version has wifi working for Kaiser, and some compcache tweaks done to /system/bin/userinit.conf. The first version I think I disabled compcache entirely, and it really showed once you got the build fully loaded.
any screens? how to install themes on Kaiser? Little guide please...
just downloaded going to give it a try
all live wallpapers dont work and show force close (exclude polar clock)
but its cool and fast (default it set at 450MHz and i set it to 500MHz)
Bench at 500MHz: MFLOPS:2.141
Times: 2.53s
Norm Res: 3.36
Precision: 2.224...
Maybe you add-in many of not neccessary app..
and one very good thing.. i have i think 320x428 and 120DPi in RogueTools. and its less blurry than thats sets in myn
Congrats for good rom.
exist CM with sense 2.1 on kaiser?
Compared to super eclair it has a few advantages:
-language dutch is included and fully working
-more options: look at call settings.
-market is fully working (for now), but no paid apps (super eclair market broke after using a time, not all apps can be found).
But less free ram.
Not really worth upgrading for me (I have 2 kaisers).
i've installed this build on my kaiser and it works great.
tested the wifi, the market, both work great. bluetooth turns on but i haven't had the chance to send or receive any files or to connect it to my wireless headsets.
did not test the data yet.
installed helix launcher and i think it moves a little bit faster than the regular home screen.
thank for the upload
mazz8y said:
any screens? how to install themes on Kaiser? Little guide please...
Click to expand...
Click to collapse
Here's a guide to installing to NAND. The build is not themed at all, so you can check out the official Cyanogen thread for screenshots, they should look identical (besides a smaller res).
Michga said:
all live wallpapers dont work and show force close (exclude polar clock)
but its cool and fast (default it set at 450MHz and i set it to 500MHz)
Bench at 500MHz: MFLOPS:2.141
Times: 2.53s
Norm Res: 3.36
Precision: 2.224...
Maybe you add-in many of not neccessary app..
Click to expand...
Click to collapse
Yeah I just noticed the Live Wallpapers crash, didn't try this out before. Not sure if it's possible to fix it, I don't remember them working on any other Eclair builds.
Also, I noticed that /system is running low on space, so I will definitely try to trim some fat by removing pre-installed apps.
Michga said:
exist CM with sense 2.1 on kaiser?
Click to expand...
Click to collapse
Not that I know of. But there is a QVGA Android phone with Sense coming out sometime this summer, and I'm sure someone will attempt to port it.
From the vogue thread...
Great build, I'm running it right now, and it thus far seems to be fast and stable! (bumped up the o/c to 500)
Two pieces of feedback...
If you can get facebook sync to work with the most current facebook app (the one with the "inbox" button rather than the "take photo" button it would be amazing. As of now, the only way to get facebook sync to work is to run the Moto Droid apk, which is the previous version.)
Anyway to get full market from the getgo? I have marketenabler working, but it isn't always consistent.
That being said, amazing build. Good work.
Click to expand...
Click to collapse
@GeJohnO: Looks like this is a known issue with the original Cyanogen
A few known issues;
* Facebook from market breaks sync for Market users (see forum for alternative apk) - only on Dream, Sapphire is OK. Blame Facebook.
Click to expand...
Click to collapse
I'll look into including whatever alternate APK in the next build.
Also I found that taking out the Camera app causes Gallery to FC when trying to crop a wallpaper, so I'll fix that as well.
I just got a text message from the 24th of this months with super ecalir lite, I don't know if this version hzs those issues too?
aqtrans said:
This is my port of Cyanogen's latest Eclair build, v5.07-stable.
It is basically mssmison's 5.07-test3 build updated, I used the same process he did to port this one.
Included Apps:
-Connectbot
-Twicca
-3banana Notes
-Astro
-RogueTools
-Dropbox
-LinPack
-Speedtest
-MetaMorph
-HomeSwitcher
(I will probably cut this down a lot in future builds, kind of made this for my own personal use and threw in all the Apps I usually reinstall)
Notes:
-No major problems found so far (besides Eclair-specific problems like the Camera not working).
-Speed is comparable to other Eclair builds, maybe even a bit zippier at times.
-It should be fully compatible with any themes/mods made for Cyanogenmod v5.07-stable. (Although my attempt at flashing this theme sent my phone into an "android.power wakeup" loop, so be cautious!)
-It is set to 120DPI by default, so if running anything other than 320x240, you'll have to use RogueTools to adjust it. I am currently running it at 320x240x120dpi and haven't experienced many problems, except the top and bottom of the Dialer are cutoff, button's still reachable though. (If someone wants to help me fix this, please do, I just don't know where to start)
-Wifi support for the Kaiser is built in, should work out of the box!
Download!
Thanks go out to mssmision for his port+quick guide to porting, Cyanogen for the build, and all the other developers that worked on getting Android running on this phone! You guys have made this phone so much more usable.
Click to expand...
Click to collapse
Add the darkstar theme to not working as well. It put it in a permanent loop
thebulletfromhell said:
Add the darkstar theme to not working as well. It put it in a permanent loop
Click to expand...
Click to collapse
The darkstar theme hasn't been released for 5.0.7 stable. The most current release is for test5. This may be why it's not working for you
I tried mssmison's test 3 out, and it was problematic. A lot of stuff would end up resetting the phone, back to the start up animation. Haven't tried this one yet, but my experience with Eclairs have been bad so far.
Wish there was a way to run Android on both NAND and SD cards. That way, I can test them out on the SD card, without destroying my NAND installation.
Running this port since yesterday and I must say I'm really impressed. Fast, responsive and also it seems not to drain battery as fast as other builds.
Any chance of getting Corporate Calendar in the next version (currently Exchange sync works only for Mail and Contacts in this build).
Version 1.2 posted! Changelog in the OP.
I tried adding the modded Market, but it kept FC'ing whenever an app would go to install. Looking at the thread, it seems like a known issue, without a fix that I could find
robuser007 said:
I just got a text message from the 24th of this months with super ecalir lite, I don't know if this version hzs those issues too?
Click to expand...
Click to collapse
I haven't experienced any such issues. As far as I know, I've been receiving texts on time, without delay.
thebulletfromhell said:
Add the darkstar theme to not working as well. It put it in a permanent loop
Click to expand...
Click to collapse
Added a note to the OP about this. Thanks!
aqtrans said:
Version 1.2 posted!
Click to expand...
Click to collapse
Suggestions for 1.3
- Remove /system/etc/wifi/wlan.ko (not needed)
- Replace wlan.ko /system/lib/modules/wlan.ko with the attached version (I believe it works better for Polaris users)
I was about to suggest increasing the wlan scan interval but I noticed that you hade allready done that.
I've had problems with builds that have sensors.msm7k.so all by itself so I added the sapphire sensors before I installed v1.1 as a precaution but I'll try without doing that once I reinstall with v1.2 and I'll let you know how it goes.

[Android] Fat Free Froyo [ALL LANG-ODEX] 11/10

so this is what i have been messing with for the past few days since i think not so super froyo has hit a point that im happy with for the moment
my goal with this build is to get rid of as much of the unneeded apps as possible and shrink the system down as small as it can.
things that are removed from the initial install that are in fresh froyo
-HTC_IME
-Gmail, google search, voice search and pretty much every other google app that can now be installed from the market
-as always live wallpapers and launcher 2 are gone
- the how to use android widget
- their are no other wallpapers or galleries installed on this build too their are plenty of the apps on the market for that
- THIS BUILD IS ENGLISH AND SPANISH ONLY!
things that are in it
- a new blue theme i have been working on (some of the .png's are from losteden, vellowax and some other various themes), its pretty close to perfect but their might be a few hiccups still
- ADW is still the launcher of choice and its still in /data for easy removal
- a different themed clock
- zip align on first boot
- astro and rogue tools are both installed in /data
known issues
- ADW still does the could not load widget error like in Not so super
I was going to odex this build but wasnt able to get the ADB driver to work correctly (if somebody does manage to get it Odex'd feel free to post it)
Also this was merely a test to see how light i could get it and it ended up being decently stable, i don't know how much updating i am going to do to it.
RLS2
-car home and car home launcher removed
-music player removed as their are tons of replacements in the market
- now odex'd
New in odex'd RLS3
-street.apk is now removed since maps is also gone
- voicedialer is also gone seeing at the newest version of voice search on the market can voice dial also it seems pointless
- lowered the volume on the camera shutter noise
RLS4
- newer version of fresh froyo (thanks scooter)
- Now using ADW standalone with a myn warm twopointtwo inspired look
- Flutey phone ringtone now include by default
- different wallpaper this time around
- bright blue themed desk clock
- more "sensible" notification drawer
RLS5
-fixed facebook sync
-fixed the graphical issue with the status bar highlights being green instead of blue
-added the blue keyboard from my Galaxy S theme/port (delete key is a little small but the keyboard file size is overall smaller.
-new boot animation that goes better with the theme
ALL-LANG ODEX
-all languages
-doesn't have 1% battery indicators
-sadly some of the theming elements had to take a backseat to space saving
-seems just as stable
screenies
{
"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 RLS1 DEODEX
here is an odex'd version of the build, the music player is also removed seeing as there are a ton of free options for that on the market that do it better
also this is untested as far as data and sms, it should work fine ( i did check to make sure there was not a call hang issue)
ODEX DOWNLOAD RLS5
ALL LANG-ODEX
looks nice... gonna give it a shot!
Nice battery meter... what's it?
Is it available as update? (Running VaniljEclair... having trouble with Froyo )
Have a nice day
On our weak kaisers, we need more roms like this. Barebones and stripped to the maximum.
Please wait while I give it a go .
Thanks.
EPIC WIN Thoughtlesskyle! 100X times better than Not so Super Froyo and OVER 9000 times better than any other Android distro out there. My current droid, not changing it at all for a long time (only updates to this build and odexed build).
Fat Free Froyo
Seems to be a good build!
I'll test.
Nice job guy!
Really want to thank you for all the hard work on this and your other builds which I have been trying out.
I've had a lot of trouble with yours and others builds getting mass storage to work consistently - even using the Dual Mount Widget. Finally seem to have hit a good combo though with the latest 2.6.25 (+wifi fix) and your builds.
I'm loving the blue and black plus it's nice to know I'm not pushing the envelope installing some of my other fav apps .
so i just managed to get the build odex'd holy poop its fast is all i have to say
im a little low on bandwith from my free mediafire account so i kind of have to decide what i want to do as far as putting this build up
He's on fire..
Very nice work...
vellowax said:
He's on fire..
Very nice work...
Click to expand...
Click to collapse
thank you for all your help btw without you my theme would look very bland (used some of your png's) and also the battery indicator wouldnt be nearly as cool
thoughtlesskyle said:
thank you for all your help btw without you my theme would look very bland (used some of your png's) and also the battery indicator wouldnt be nearly as cool
Click to expand...
Click to collapse
You are a busy man now...
Well, as I said before, feel free to use it, I don't plan to make a new theme at least for now, you mix them better than mine.
I'm now get busy with those java lang and eclipse, I still attempt to fix the camcorder app though I might failed.
This is a very great community, I learn a lot from here.
vellowax said:
You are a busy man now...
Well, as I said before, feel free to use it, I don't plan to make a new theme at least for now, you mix them better than mine.
I'm now get busy with those java lang and eclipse, I still attempt to fix the camcorder app though I might failed.
This is a very great community, I learn a lot from here.
Click to expand...
Click to collapse
how sad is it that i just do this for fun, since my touch isn't active part of me actually enjoys having to do some basic problem solving and i must say i have learned alot about file structure and how android works from doing it, and im really happy i have been so well received by everyone since a few months ago i was the one using everyone else is builds, its nice to give back.
and i'm glad to see that this community is still active even though the faces have changed of people making the builds and doing the dev.
i am also thoroughly surprised at how many new people just show up on here.
odexed build now! HAVE TO DOWNLOAD ! You just managed to knock myn and incubus off my favourite android dev list! U are on top man, keep going! I'm just going to use 3, that nice music app replacement and it's perfect!
pl0ppy said:
odexed build now! HAVE TO DOWNLOAD ! You just managed to knock myn and incubus off my favourite android dev list! U are on top man, keep going! I'm just going to use 3, that nice music app replacement and it's perfect!
Click to expand...
Click to collapse
Could you explain (or reference) how you did the odexing.
sir i have a problem i try this version when i installed it then quit my phone is still in boot mode and it says mounting /data/sysfiles/ su on / system/xbin/sun faiel no such file or directory
need help sir here
in the below it says
ANDROID unable to open persistent directory /data/property error 2
what is the problem with this? thanks for the help
Blue
I love the blue theme in some of the icons - actually a bit easier to read for me than the green.
Nice and quick
Trouble is I don't use market so all the apps I want have to be installed using my alternative method - but it's nice to have the control ...
Very nice job, I like it, but how can I add french language ?
Kernel recommendations?
Which kernel is recommended for this build on Kaiser?
URL would be nice.
I've tried running some different builds with zImage-2.6.32-froyo-09-10-10_23 from (http://it029000.massey.ac.nz/vogue/files/) and the new haret-for-kernel-2-6-32, but that gives really crappy performance for me.
Takes ages for haret to switch from frozen state to android boot + long boot time and FCs.
pl0ppy said:
odexed build now! HAVE TO DOWNLOAD ! You just managed to knock myn and incubus off my favourite android dev list! U are on top man, keep going! I'm just going to use 3, that nice music app replacement and it's perfect!
Click to expand...
Click to collapse
thank you for the kind words but i still stand firm on my statement that i am not a dev i'm a guy who can use 7zip and read. also being patient helps too.
but yea it seems to be really stable so far i am happy i finally got it to odex
waterpolo said:
Could you explain (or reference) how you did the odexing.
Click to expand...
Click to collapse
alright here is the thread with the odexing info i used
http://forum.xda-developers.com/showthread.php?t=694597
my biggest problem (and still is) i could never get my vogue to read correctly with my windows 7 computer, so how i worked around it was
1. first i moved all of the apps into /system so /data was empty
2. then using 7zip i edited the tar so that the odex script was in the same place that the adb push would have located it (e.g. /data/odex/odex.sh)
3. then i added a terminal editor into the build (i just grabbed the one from CM6)
4. i booted up the phone then opened terminal emulator
5. in the emulator i typed the following
su (the superuser box will pop up i hit allow, this caused the program not to work right after the SU so i backed out and when back into it) then i typed
su
# sh /data/odex/odex.sh
6 once i did that the script started odexing the files
7 upon completion the phone needed to be restarted
8 then using astro i pressed up till i could get to the system folder
9 i then copy and pasted this to the sd card
10 i then put the sd card into my computer and used 7zip to replace the system i was using with the newly odex'd system
11 since not everything was in the system folder i copied i used 7zip to merge the missing files this was the ect folder and the media folder
12 i then deleted the files i moved into /system from data (adw,roguetools,and astro) and put the /data folder back into the .tar
13 then booted it up on my phone for a test run
i am pretty sure thats about everything i did to odex it

[Rom] Deviant v0.77 -2nd release (27/2/2011)

Deviant v0.77
Here is an attempt at changing the recent trend in Galaxy S (i9000) ROMs. It seams the focus is mostly on speed (not only speed of course but its definitely prioritized to the point of sometimes leaving little option but a stock ROM or a quick ROM), which is good for some people and great for improving OS knowledge and leading to advances all over the place but why have a modern phone with decent specs with the only advantage being the ability to load the MMS app a few milliseconds quicker? Don't get me wrong I think most of the ROMs available are great I just find there's not really anything like what I'm attempting to do (that I've come across at least). But the most experimental change I am trying to implement and my main focus in creating this ROM is to replace as many of the stock apps as possible with community made alternatives which has turned out to be quite a challenging process due to most apps not being designed to be used together in such a way and especially without the standard system apps being available to them (though some just work perfectly as full replacements many just don't, possibly due to certain system apps calling each other in ways that just causes repeated force closings at boot) but it's definitely do able as I've replaced almost all of the standard apps already but there's bound to be some issues so time will tell.
So in attempting to fill in this perceived gap I am working on a ROM that:
* Replace as many of the standard apps as possible with full featured free alternatives (SUPPORT FREE SOFTWARE!!!)
* Adding extras you may not even need but you might have fun fiddling with none the less
* Providing a ROM that you can flash then immediately just have fun with that still is fully functional and stable
* Is suitable for everyday use
* That isn't noticeably lagged
* Which contains a new custom theme (possibly to be started in the next release but it wont be a priority over useability and stability)
I hope this find at least a small appreciative audience. I am VERY open to comments and suggestions especially about good free apps that I may not have even heard of (and considering how many apps are available now days it is a definite possibility).
PLEASE NOTE! This is still very much in development, its going to have problems most likely petty little ones but there's going to be a few at least, most likely incompatibilities between apps or stock apps I've replaced that has broken the ROM in some way. But so far I'm definitely happy with the results and consider it usable and reasonably stable but there's definitely so much more I can do so hopefully there is interest in this ROM to motivate my continued work.
List of ROM changes and specifics below in following post.
Download Link: http://dl.dropbox.com/u/21970648/Deviant_v0.77.zip
{
"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"
}
Cheers everyone, The_Everlasting_End
Changes and Specifics:
Changed System (Stock) APPs
MusicPlayer.apk - Mort Player BETA
Gallery3d.apk - QuickPic
Browser.apk - Skyfire Browser
DialerTabActivity.apk - Dialer2
Camera.apk - Camera Magic
VoiceRecorder.apk - Voice Recorder (not stock just not very creatively named)
MyFiles.apk - File Expert
TouchWizCalculator.apk - RealCalc
ClockPackage.apk - Alarm Clock Plus
VideoPlayer.apk -mVideoPlayer
JobManager.apk - Advanced Task Manager
Email.apk - K-9 Mail
MMS.apk - GO SMS
Maps.apk - MapQuest
VoiceSearch.apk - ChaCha Droid
Added/Extra APPs:
Superuser
Facebook
Vidiom
Torrent-Fu
Volume Control +
SGS Tools
Spare Parts
XDA forum app
Voodoo Control App
Foot Feed
Jota Text
LCD Density Changer
Quick Boot
Backup Everything
BLN Control Free
Download All Files
E-mail Notifier
Barcode Scanner
Ebuddy
AnySoft Keyboard
Contapps
Go Launcher Notifications
MortPlay Widget
PDF Viewer
Voltage Control
Youtube
Specifics:
JS5 Base (WIPE)
Super Optimized Kernel v4.7.9
GO Launcher EX
Modified Phone.apk for call recording if desired
Default LCD Density changed to 200 (looks much nicer)
Custom made Deviant boot animations (one needs some work one isn't bad though)
Installation Instructions:
Flash via clockwork (at the moment the script wont flash properly with clockwork 3 it doesn't fail but it wont install the apps correctly so if your using a voodoo kernel or another kernel with version 3 (orange menus) just flash Speedmod or something else with cw v2.5 instead of 3). Prior to flashing make sure to do a full wipe. The app "backup everything" is included in this ROM so that you may use it to back up your apps and whatever else if you are following the deviant releases. If you do decide to flash a post saying that you have flashed this ROM would be great to give me some idea of how many people are using it.
There's probably a few little changes I've forgot to mention, if anyone notices any obvious ones could you please make me aware so I can list them
Some screenshots would be nice
rOck4n said:
Some screenshots would be nice
Click to expand...
Click to collapse
There's nothing much to see screen shot wize as yet, stock theme with just a custom background... its the software differences that make it interesting so far. But yah I need to get some up thanks for the reminder!
theeverlastingend said:
There's nothing much to see screen shot wize as yet, stock theme with just a custom background... its the software differences that make it interesting so far. But yah I need to get some up thanks for the reminder!
Click to expand...
Click to collapse
Try to use the gray icons in the menus (settings), they look better and elegant than the colorful one's. Try also to put some info about the battery usage, most of the users aim for a ROM with good battery performance regardless of the kernel.
Very interesting ! Sure a supa-cool theme would make your rom really different !
rOck4n said:
Try to use the gray icons in the menus (settings), they look better and elegant than the colorful one's. Try also to put some info about the battery usage, most of the users aim for a ROM with good battery performance regardless of the kernel.
Click to expand...
Click to collapse
Yah I know what ya mean the stock colours are a bit rough on the eye, I'm keen to start doing some theme work as i go along but I may use a nice theme that's already available in the next release to get things looking nice before I get to it. Kernel: Most likely going to be changed anyway, possibly to something UV'ed by default but not necessarily OC'd which leads me to battery, drain doesn't seam bad at all... but I'm bin experimenting and testing different software mixes alot so I really haven't had the change to really gauge it but its not horrible at the moment (IMO).
crash-petard said:
Very interesting ! Sure a supa-cool theme would make your rom really different !
Click to expand...
Click to collapse
Thanks for your support, its still early days but I'm hoping to have something after awhile with a really alternative feel especially with the software itself.
ADWLauncher with darkEdge themes look very sleek on my phone. Try it
Sent from my GT-I9000 using XDA App
Hi again,
I think different proffessionals have different requirements. If you want this to to see a logical end, make a ROM for doctors, one for engineers, one for architects, one for politicians, one for social workers, one for kids, one for teenagers, one for single MOMs, one for divorcees, Etc, Etc.
One package doesn't seriously fit ALL.
EDIT1 : A seriously overweight woman would require a diet plan software.
EDIT2 : A scientist would prefer to have wolfram & use it.
While reading the first few sentences..
I was having the idea that this rom is working towards battery efficiency..
lol.. I see you're having fun replacing stock apps..
Enjoy..
Oh, what app did you use for contact replacement ? I'm trying to replace samsung contact app with AOSP Contact App...but I fail everytime. Do you think it's possible ?
ragin said:
Hi again,
I think different proffessionals have different requirements. If you want this to to see a logical end, make a ROM for doctors, one for engineers, one for architects, one for politicians, one for social workers, one for kids, one for teenagers, one for single MOMs, one for divorcees, Etc, Etc.
One package doesn't seriously fit ALL.
EDIT1 : A seriously overweight woman would require a diet plan software.
EDIT2 : A scientist would prefer to have wolfram & use it.
Click to expand...
Click to collapse
hmmm I see what your saying and perhaps I haven't quite expressed my intentions perfectly yet (this is very much a work in progress)... My main intention is to switch out as many of the standard apps as possible (from the dialer to Google maps) with free community developed alternatives, this is my main aim. My secondary aim is to have something with a bit of weight to it, not ridiculously full just full of nice useful apps that cover a decent range of uses but not anything so specific as to target a specific audience.
Also thanks for advising me about those themes, I am currently looking into a few options atm. Though unsure which to persue as yet.
Also a new build will be going up in the next hour or so (my upload speed is horrible atm) which has had quite a few changes since the first release... Also keep an eye out as I will be putting alot of time towards this and are hoping for daily updates (till things reach a point I'm alot more happy with).
So please come back now and then just to see whats bin done and your comments are definately more then welcome!
profi208 said:
While reading the first few sentences..
I was having the idea that this rom is working towards battery efficiency..
lol.. I see you're having fun replacing stock apps..
Enjoy..
Click to expand...
Click to collapse
Sorry though this will be something I look at down the line atm its not the highest of priorites. This is very much an experiment of sorts that may or may not develop into something good... Thanks for having a look anyway
crash-petard said:
Oh, what app did you use for contact replacement ? I'm trying to replace samsung contact app with AOSP Contact App...but I fail everytime. Do you think it's possible ?
Click to expand...
Click to collapse
ahh i see we've run into similar problems, specifically the mms and contacts apps... Atm I've pretty well settled on just adding an extra two apps and leaving them (that reminds me I need to re-add contapps its quite good). There's definitely dependance issues with those two apks which there is possibly a way around but definitely not an obvious one, I've spent a bit of time reading around but yet to have any luck and quite a lot of experimenting has left me with no luck so far sorry... Would be wonderful to hear back if you find a solution
Ok. I was thinking about a dependance issue too, so I'm looking at the other files contained, for example, in the Gapps zip of CM7. There is a LIB folder, which could be related to. Following that track : in the Lib folder of CM7, we can find some lib files related to the keyboard, the camera app, etc... But no explicit "libcontact" file (for example).
I don't think that Etc and Framework folders could be useful.
However, I'm just groping.
crash-petard said:
Ok. I was thinking about a dependance issue too, so I'm looking at the other files contained, for example, in the Gapps zip of CM7. There is a LIB folder, which could be related to. Following that track : in the Lib folder of CM7, we can find some lib files related to the keyboard, the camera app, etc... But no explicit "libcontact" file (for example).
I don't think that Etc and Framework folders could be useful.
However, I'm just groping.
Click to expand...
Click to collapse
Actually this is something I noticed aswell... When I replaced the gallery in Deviant I found I could use Floating Image as a replacement fine but that didnt cut it as a good full featured gallery (though it was cool to look at) so I decided to replace it with QuickPic which just force closed on boot, but by doing alot of reading around happened across a fix but putting a single library file from its APK into the lib folder of the rom and now it works flawlessly. Yet to find a way around the MMS or Contacts issue sadly, which is something I would really like to have fixed in a future release.
Very interesting .. we're on the right track. Maybe contacting a skilled developer (Darky, Doc,...) would be helpful? Or even the CM7 developers.
crash-petard said:
Very interesting .. we're on the right track. Maybe contacting a skilled developer (Darky, Doc,...) would be helpful? Or even the CM7 developers.
Click to expand...
Click to collapse
That could possibly help (would hate to annoy them though they are doing some really great work)... It's definitely something that gets asked around the net a bit as I've noticed while doing some research but it seams the MMS apk sets up the messaging settings in some way on first boot and can often be replaced after that, I think the easiest way to do that would be to script something to remove/switch the apk after its done its job right at the end of first boot, though doing so could be somewhat of a challenge in itself and their doesn't seam be any obvious lib files in the apk. As for my issue with the contact app, I think that's really provably to do with a dependance but then again it could just be the way all the contact apps I've tried are coded (not designed to run by them self and perhaps depending on the stock app in some way)...

[ROM] ✰ WildChild v2.0 ✰ [August 1st]

{
"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"
}
You kids like ROMs? Yeah... me too.
If you poke around these forums, you'll see that I once put together a spreadsheet comparing many ROMs for the Wildfire S, and I gotta say: overall, I was impressed with what I tested (and I'm VERY thankful for the folks who keep cooking up these ROMs) but I was never fully satisfied. Thus, WildChild was born. I hope you find it useful, speedy, and good-looking (... okay, then at least good-looking).
WildChild is dedicated to my two WildChilds: Joshua and Matteo.
HTC Sense-based ROM, with most of the Sense removed. (Does that make Sense?
OS = Android "Gingerbread" 2.3.5
App2SD, BusyBox, rooted, zipaligned, and all that standard crap.
Running the Nemus launcher (built-in task manager that actually works; built-in ability to organize your apps; lock the layout of your home screen icons; use any combination of [3|4|5] x [3|4|5] app drawer grid; and other wacky ****.)
Some stock HTC APKs replaced with newer/more-efficient/prettier versions.
Old Google Market (runs faster than the newer versions).
Old SMS text messaging (your precious screen space isn't wasted by those pesky text bubbles).
aCalendar replaces the stock HTC calendar.
All installed APK's are at the latest version (at the time this post was published).
Minimal ringtones (to save space on /system). You can easily add your own!
Wake the phone (from sleep mode) by using the volume rocker switch.
Global audio equalizer (with a built-in WildChild preset).
Using E.Frat's latest Cake over-clocked kernel.
Fully modular and highly configurable. Just check the Add-On's section regularly.
Features unique to WildChild:
Beautifully and painstakingly themed in a way that pleases me (and hopefully you, too.
Modified SMS notification icon for task bar (stock one looks a lot like Email icon... not anymore!)
Funky volume up/down indicator sounds.
Font tweaks (the lockscreen clock is actually READABLE now).
100% guaranteed non-annoying boot animation. Plus, no bootdown animation (faster shutdown).
Unique lockscreen created by Tigger31337: a ring of (Wild)fire against the setting moon.
Unique method of APK-level customization. This translates into a more consistent end-user experience and less setup time for you! As far as I know, no other ROM uses this method, so I'll just sit back and wait for the copycats to hit the scene.
Crazy-sick amount of RAM (almost 300 MB FREE!!) out of the box.
Tons of internal storage space for your apps (77 MB free on de-odex. 117 MB free on odex!!)
Some other useless crap that I'm sure I forgot. Just try the damn thing. I bet you'll like it.
Tested (and works!) on Wildfire S GSM. Might work on CDMA; might not. Who the hell knows.
WildChild comes in 2 flavours: FULL and LITE.
FULL contains most of the stock HTC ROM functionality without all the bloat. For example, all HTC widgets are removed, APKs have been tweaked/compressed where possible, and the Nemus launcher replaces the default "Rosie" launcher.
LITE takes it a step further by removing even more rarely-used APK's as well as most of the Google backup/synchronization services. Please don't install WC-Lite and then ask me why you can't synch your accounts or I will drive down to your house and spank you in front of your parents.
To make your choice even harder, both flavours come in an ODEX and DE-ODEX version. Major difference? ODEX buys you more internal (high-speed) storage... good for hosting your widgets and other "critical" processes.
Check the screenshot below (19-WC-Compare.jpg) to see exactly what the space savings are between all the ROMs.
WildChild comes with the following applications already built-in:
aCalendar
AdFree
AnEq Equalizer (with custom WildChild preset built-in)
Barcode/QR Scanner
CalendarSnooze
FileExpert
Flashlight
GPSStatus
Link2SD
Nemus Launcher
NoFrills CPU
Notepad
PartitionsInfo Lite
QuickPic Gallery
ScreenFilter
Startup Auditor
SuperUser
Terminal
The Weather Network (not on the Lite version)
WiFi Manager
WiFi Tracker
(You really should know these steps by now, but for tradition's sake...)
Prepare and partition your SDCard. (Folks seem to enjoy a FAT32 primary, a 1 GB ext4 (I use ext2), and a 512MB Linux Swap... in that order.)
Copy the WildChild ROM .zip file to your SDCard. Cool.
Reboot into Recovery mode.
Wipe data/factory reset. (Do it twice, especially if on CWM)
Wipe Dalvik cache. (twice, as above)
Choose "Install zip from SDCard".
(You might have to toggle Signature Verification until it is Disabled)
"Choose zip from SDCard" and select your WildChild ROM .zip file.
(read the splash screen and wait about 2 mins.)
Reboot phone; wait another 2-3 mins.
N.B. Starting with WildChild v1.5, two reboots is now normal and expected during the setup.
When lockscreen appears with your local carrier time, you may unlock phone and start using.
Enjoy! (...and throw a "Thanks" my way! )
N.B.
For those on previous versions of WildChild, I will soon release an "upgrade pack" that will take you straight to v2.0. For those without the patience (hey, I don't blame you!), then go ahead and flash the full v2.0. The latter is probably the more stable option, anyway. As usual, ensure you backup your data first!
Might I make the following suggestions? Why, thank you:
OS Settings: disable vibration on type, set your date/time, disable fast boot and power saver, disable "ask me about USB connection", disable all window animations, set 2 minute screen timeout (anything less is annoying), disable vibration feedback for UI.
WC v1.5 UPDATE: All of this is now done for you, thanks to my apk-level customization. You're welcome!!
CPU: Max = 768Mhz, Min = 122Mhz. Gov = Scary. This will give you excellent balance between performance and battery life.
WC v1.5 UPDATE: This is also done for you! I now set the min. CPU at 600Mhz. However, I still leave the choice of scheduler up to you. I like sio and noop... but that's just me, what do I know?
Link2SD: I use ext2 (for various reasons... performance, mostly), but if your fs is ext4, that's cool too. Set the default location to External. I do *NOT* recommend enabling the auto-link feature, as this will consume a good 9MB of RAM.
Launcher Settings: (Tweak these as you see fit. Most changes here are cosmetic, but some are performance-related. Take the time go go through each setting; you'll get more out of your phone.)
OS Settings (Reprise): WildChild sets non-Market app installation and Mock Locations to enabled by default. Fast Boot is set to disabled. Hugely convenient.
http://www.mediafire.com/?1cyj89y39g7p1av - WC FULL De-Odex
http://www.mediafire.com/?3clafvlf9nzkpua - WC FULL Odex
http://www.mediafire.com/?bo77cprljm94m7d - WC LITE De-Odex
http://www.mediafire.com/?7bsmrdxbiipt30q - WC LITE Odex
(Again, see the screenshot below, (19-WC-Compare.jpg), to see the differences between the ROM versions.)
MD5 hashes:
WC2.0-Full-DeOdex.zip - 470ad88512b5ce6255554844ae2c0d43
WC2.0-Full-Odex.zip - d53ac41fdea1d8aab62c5a61831b0d9b
WC2.0-Lite-DeOdex.zip - bfe21dc46a73b46eac22c33093f6d948
WC2.0-Lite-Odex.zip - 99f0d619dea4b432b217711f207b1656
These are all flashable .zip files.
Usage: Copy 'em to your SD Card. Reboot into your recovery manager. Install the .zip (no need to wipe first).
http://www.mediafire.com/?bgu8ii70h6w5ihe - Original HTC Sense (Rosie) Launcher pack
http://www.mediafire.com/?h3ysqetyit13id6 - remove the Rosie pack (above) and return to Nemus.
http://www.mediafire.com/?8kpcy3vqq8ww72a - Google GMail App
http://www.mediafire.com/?ykumahra2l9eqsp - by popular demand, it's the WildChild Lockscreen!!
http://www.mediafire.com/?iow54v4zqiubovc - stock Sense 2.1 keyboard
http://www.mediafire.com/?k88odh361hlco - Change colour of your boot animation! (See preview pics at http://imageshack.us/g/534/snowwhiteh.png/
http://www.mediafire.com/?2gr3jdf29dv02g4 - Screenshot service (Use Power+Home to activate)
http://www.mediafire.com/?vcldvidtkvt9nl8 - Screenshot service removal
http://www.mediafire.com/?b89wbw4ahwk8sxo - Newer "bubble-style" SMS text messaging app. with WildChild theme.
http://www.mediafire.com/?g009ufrbjj6sb1i - Flashable BeRo (TINY file manager) app. Throw this baby on your SD card. If you ever install a ROM that has no file manager, this saves you from having to connect to network & Market just to view your files.
http://www.mediafire.com/?zc81wphzp2oanzz - Google Talk (GTalk)
http://www.mediafire.com/?8ay3yj4103doxv4 - Arabic language support
http://www.mediafire.com/?bzk46ucobqlczq3 - TEST - Arabic language support v2
http://www.mediafire.com/?zw4mbu8sc4s38eo - Stock Sense lockscreen ring. For those folks who just can't handle the fire.
http://www.mediafire.com/?cb7dl4z5yqd78hq - "Disciple-X1" (E. Frat, etc.) kernel (Dated June 16th, 2012)
http://www.mediafire.com/?b94pa3sxd97d2cx - Blue themed phone dialer (for odex ROMs only). The de-odex ROMs already come with this built-in.
http://www.mediafire.com/?4pn76oaz5coqr8a - Adreno Libs by Qualcomm. Inteded mainly to speed up 3D graphics rendering, but I notice a measurable (Antutu) improvement in SD Card Reads and a slight improvement to CPU floating point operations. If you're not already running with this, you should!
http://www.mediafire.com/?yofcwg5vfw4b8y5 - HTC Settings Provider Install this only if you find certain settings don't "stick" after you change them. (e.g. LED Notification Flash)
< Check back often. More to come. . . >
Oh yeah; almost forgot...
Nice work. The theme is cool, but the lockscreen is AWESOME. You should make a widgetlocker theme of that.
Sent from my HTC Wildfire S A510e using xda premium
if u were to port touchwiz to our phone i would appreciate yr work more but this rom is cool will download and try
Sounds a great rom will download and try one question what about the battery life ?
Sent from my HTC Wildfire S A510e using xda premium
lovin' that lockscreen.
This looks amazing.
You might just be my favourite developer. Ever. Ill install it and get back to you. Thanks anyways
Going for FULL ODEX
Actually, it looks great.
How did you make lockscreen look like that ?
It's awesome.
downloading!
SanderTheNinja said:
Nice work. The theme is cool, but the lockscreen is AWESOME. You should make a widgetlocker theme of that.
Sent from my HTC Wildfire S A510e using xda premium
Click to expand...
Click to collapse
Thanks Sander.
I should say, it's not just a "theme" but a lot of the APKs themselves were modified, so the end result is a more consistent look. (e.g. the phone is blue, the camera is blue, contacts, Market, etc.)
I'll look into WidgetLocker and keep you posted. Stay tuned!
- Anthony
Alaadragonfire said:
Sounds a great rom will download and try one question what about the battery life ?
Sent from my HTC Wildfire S A510e using xda premium
Click to expand...
Click to collapse
Good question.
If you see my "First Boot" section, I recommend setting the CPU to 122-768Mhz, Governor = Scary, and Scheduler = sio.
This combo gives, objectively, the best results for me (and it should be for you, too, since we're using the same hardware). I stuck with Smartass+noop for the longest time, but was unhappy with battery life. This new combo is definitely better, but I won't give values because it all depends on your usage.
A rough guideline is that it runs (for me) about a day and a half of normal usage (talk, text, surfing, streaming vids, etc.) Your mileage may vary.
At a little over 100 MB, though, I suggest grabbing WildChild LITE and giving it a try. Report your findings back here.
p.s. Here's a great reference as to the workings of CPU govs/scheds. You'll see that the Scary gov was designed with battery life from the ground-up.
http://androidforums.com/xperia-mini-all-things-root/513426-android-cpu-governors-explained.html
- Anthony
*se-nsei. said:
lovin' that lockscreen.
Click to expand...
Click to collapse
Thanks, man.
Coming from you, that means a lot to me. (I really admire your work.)
- Anthony
sandsrules said:
This looks amazing.
You might just be my favourite developer. Ever. Ill install it and get back to you. Thanks anyways
Going for FULL ODEX
Click to expand...
Click to collapse
*blush*
Your cheque is in the mail.
thank you for the reply i downloaded the WC Lite version and installed it now i have a question do you think i will be able to restore the data from the rom that i used to have before this one ?
Did you put the ring on fire???? That's SWEET!!!!...........does it have burning animations
Sorry for the useless post,had to say it
does it supports arabic language?
plz check ur links above
Alaadragonfire said:
thank you for the reply i downloaded the WC Lite version and installed it now i have a question do you think i will be able to restore the data from the rom that i used to have before this one ?
Click to expand...
Click to collapse
If you were using a Sense-based Gingerbread ROM and your phone is S-ON, then the answer is almost certainly yes. Simply restore both your APKs and your data, and all should be well.
If you're S-OFF and performed some funky low-level mods on your phone, then all bets are off. My best advice here would simply be to try it and see. Since you've already got backups, I don't see the problem in trying. Report your findings back here for others to see/learn.
Thanks,
- Anthony
csoulr666 said:
Did you put the ring on fire???? That's SWEET!!!!...........does it have burning animations
Sorry for the useless post,had to say it
Click to expand...
Click to collapse
Haha... yes, I set that ring on fire... the phone is named WiLDFiRE, after all!
And, sticking with that theme, I do in fact have a burning animation on bootup. Download it and check it out. That is also custom-coloured by me (I didn't create the animation itself, but I tinted it red to give it a soothing firey look. I love it and I hope you do, too. )
I'm in the middle of grabbing some more screenshots and that will be one of them.
(In the meantime, the links will be down for 30 minutes... sorry, in advance!)
- Anthony
HOSNY_MH said:
does it supports arabic language?
plz check ur links above
Click to expand...
Click to collapse
It should support Arabic just fine.
If you'd like to try it and report your findings back here, that'd be swell.
Thanks,
- Anthony
Tigger31337 said:
If you were using a Sense-based Gingerbread ROM and your phone is S-ON, then the answer is almost certainly yes. Simply restore both your APKs and your data, and all should be well.
If you're S-OFF and performed some funky low-level mods on your phone, then all bets are off. My best advice here would simply be to try it and see. Since you've already got backups, I don't see the problem in trying. Report your findings back here for others to see/learn.
Thanks,
- Anthony
Click to expand...
Click to collapse
I did tried it already the rom that i used to have is "EQDKPv4.9 multi deodexed"
and all the data is restored now and now am restoring the sd-ext partition... and i saw someone asking about the arabic language it does exist but the problem with it is that the letters are seperated not connected which is hard to read it but i believe there is a thread somewhere here in the xda forum that help you fix that issue
now after am having fun with your rom i have this issue with the accounts & sync that it doesn't work always force stop i believe you removed this option for increasing the ram and the internal space am i right ?
if so how can i enable this back because i always backup my contacts to google and would like to do facebook sync so i can get the profile pictures of my friends to the phone contact list...
cheers man nice rom
This rom looks nice. i would use it but sense lockscreen really upsets me

[ROM][NAND] [No longer being developed] GBX0* + 3.4.41 kernel - update 04/25/13

First I would like to give credit to everyone who has worked on GBX0* in any way. ACL, arrrghhh, detule, and Stinger22 to name a few important faces around here. I do not take credit for 99% of this. It is a modded version of the GBX already published on XDA.
Stinger22 is responsible for building the killer new kernel. I packaged the kernel into a boot.img and collected all the compatible updates into a single installable Zip with lots of tweaks.Stinger22 deserves big thanks for his work here.
There will be limited support for this build. Feel free to ask questions, and even better if you can help answer them. If you know how to fix something that is broken I would love to hear from you. I would be happy to include anything that you can contribute.
Due to the number of people unhappy with the RHOD100s phones and this rom, we do not recommend it for the RHOD100s (not that we ever did as we only have RHOD400s to test with).
New install guide.
Now what you came for:
GBX*
Includes:
GBX 5-8-12 lib update.
Slightly smoother boot animation used.
Build.prop tweaks.
Added a couple of ringtone/media sounds.
Superuser replaced with SuperSU .97
Modded audio.conf file to allow for the streaming of media metadata from apps like Pandora when the advanced menu / car bluetooth mode is enabled in the app. Also this change should allow for more Bluetooth devices to connect to the phone. Does only appear to support AVRCP 1.0, so no metadata without extra app support. However track forward/back/pause will work with some setups.
Added circle battery icons with %s for more precise gauging. Shows in 5% blocks. What you see is +/-3% of what the battery is really reporting. Based off the themes here. It is better than a half filled bar IMHO. It might take a full discharge or two before the battery gague/acl code becomes accurate. The battery also tends to drop quickly in the first 10% and then levels off.
RHOD300 keyboard fix. Credit to Detule
Changed RHOD100 from default keyboard to RHOD100_UK keyboard map.
Fix to ramdisk to resolve error reported during boot.
Fix to bluetooth main.conf to prevent bluetooth media devices from crashing OS. *only included in the 3.4.26.1 and newer full build*
-Still have issues where connecting/disconnecting the sink device can sometimes cause the phone to reboot. Seems sink device dependent. Mostly fixed in 3.4.26.13
Fixed bluetooth typo bug to 3.4.26.1 in 3.4.26.11
Boot animation in 3.4.26.13 credit.
3.4.17 Kernel update:
Including ACL's newer battery code.
More accurate readings from battery gague.
Maybe slightly better sleep battery usage.
Small Bluetooth fix (I find paring to be easier).
Kernel panic fix that may help prevent phone lockup if apps crash.
Many other small patches.
Fixed USB detection issue in 3.4 kernels.
Overclocking still supported. (SetCPU is free to XDA members)
Added a hack supplied by detule to prevent the sd card reader from suspending to prevent unexpected sd card removal errors.
Added a kernel splash screen to cover up some of the rolling text during boot time. Credit.
Sleep works with wifi turned on. - Battery life should improve where wifi prevented sleep before. Wifi tethering will prevent wifi sleep.
Zoom slider bar now works. Acts like a two finger touch moving from the center of the screen. If you tap on the zoom bar it will be just like tapping in the middle of your screen. Something to keep in mind if you get unexpected touches while holding the bottom of your phone. More benefit than a draw back IMHO. Added permission files. Link at bottom for those who just need this (based off of mankineko's work).
3.4.24 Kernel *minor update*
Includes updates from source.
Added code to cause system to reboot rather than hang from a system crash.
3.4.26 Kernel
Reboot function in shutdown menu has been fixed (power off is still broken)
Host file is no longer over written on boot up. This had been preventing ad blocker apps from working correctly.
ACL's panel code has been used. Hopefully this will resolve some issues for the RHOD100 users. We have no way to test, so it is as-is.
Auto brightness has been fixed. You may need to press the power button and force the lcd off, after it has been enabled, before it will take effect.
Device name is no longer reported as 00000000 by ADB. It should show as the serial number.
3.4.35 Kernel
Slight performance tweaks.
Added CrossBreeder mod. Basically helps tethering internet.
Added "Smartassv2" cpu governor. Can be set using apps like SetCPU. Should be slightly better performance, but may come at the cost of battery life.
Added "row" scheduler.
3.4.41 Experimental Rhod400 Kernel.
Shutdown working
Fps limit fixed, plus a slight gpu performance boost (previously was benching about 19fps for both 2d/3d, now I'm getting up to 60fps 2d, 26fps 3d)
Enabled more compiler optimizations. Kernel is slightly larger, but seems to perform a bit better
USB: No need to plug/unplug once before adb works, faster cable connection detection
Other miscellaneous tweaks that may or may not help battery life
Known bugs:
Many of these bugs are found in the 3.X kernels, and so they may be found here too.
MMS does not work out of the box. Add this APN info if you want it.
Google maps newer than 5.9 shows graphic distortions with street names, and other graphic issues sometimes. Waze is a good gps alternative if you want something with more features.
Shutdown and reboot options on the power button menu do not work.
Auto backlight does not work.
8-15-12 RIL update breaks radio (on CDMA for sure/no reports from GSM owners).
SD card unexpected removal errors when the phone wakes from sleep on *some* phones. -try a non SDHC sd card if all other standard troubleshooting fails. I have been able to use a 512mb and 1gb card micro sd card without issue. However all my 4,8,16, and 32gb micro SDHC cards have this issue. Hacked work around as of update 3.4.17.
May have to remove and reinsert USB cable a few times before the phone will recognize it has been plugged into a data port. Also you may need to turn features on/off to get the correct tethering/usb storage/usb debug to work correctly.
No front facing camera support for RHOD100.
Deleting bluetooth.apk may be necessary to get the phone to connect to some Bluetooth devices that have any advanced features.
If Bluetooth is left on and the phone is rebooted/crashes, the unit may bootloop. I have not found a fix other than reloading the Rom from recovery.
This bug seems to effect A2DP and other audio streaming devices the most v.s a bluetooth mono ear piece for calling with. This is a bug I have been able to repro on the GBX*+ 3.3.6 kernel as well. Make backups before using Bluetooth. If you are a CDMA user, you could try the original Ril from inside the GBX+3.x rom. It seemed to cause the reboot loop a little less. However GSM users must have the 5-8 Ril to use this Rom.
Found that this bug seems to be for devices that support multiple profiles. I have a Bluetooth receiver that will use phone and media profiles. If the phone profile is disabled the lock-ups do not happen. This work around will not let you use the phone features, but you can stream media. You need to pair the device. Then long touch it to get a to an options menu. Uncheck the phone profile option to stop the crashes when playing any media.
Sometimes if the phone locks up during the boot animation from this issue, then you reboot once or twice, and leave it alone for a long long time it will sometimes finally finish booting. It is worth a couple of reboots, and a lot of waiting vs reloading the rom. It also seems to help if you plug the phone into the usb on a computer after the boot process has passed the blue screen.
Pandora's internal/advanced bluetooth settings must be turned off, otherwise it may crash the phone on device disconnect.
Bluetooth is not 100% stable, and may crash the phone on connecting or disconnecting devices. During use it is stable.
If the phone crashes while bluetooth is turned on it may boot loop. If this happens connect the phone's usb port to a charger or usb port on a computer. This should cause it to boot correctly on the next time around.
Sprint phones must be activated on the Sprint network in WM before loading Android. Android can not activate everything correctly.
It has been reported that the keymap for the RHOD300 is not correct.
Not an Android bug, but Sprint DNS services are crap. I found good working links not working correctly due to bad dns info. Of course you can use any public dns server you like.
A suggestion for getting your own dns in more easily is this App.
If you tether on Sprint I suggest that you put your own DNS server in under the TCP/IP settings on client device as it will only use sprint's by default. I leaned this the hard way.
RHOD100 WIFI may not reconnect to access point automatically upon waking from sleep. Disable and reconnect to work around.
This Rom was only tested on the Sprint TP2 RHOD400. It will probably work on any that worked with the GBX0* + 3.3.x kernel, but we can't promise it.
Updated RIL from Skysoft here. Not included in any build. 4-16-2013
Full Downloads:
GBX0*+3.4.17 Full.
GBX0*+3.4.24 Full
GBX0*+3.4.26 Full
GBX0*+3.4.26.13 Full *feedback on if Bluetooth is still crashing the phone after a clean rom load would be interesting.*
GBX0*+3.4.35 Full
Kernels:
3.4.26 Kernel update.
3.4.24 Kernel update.
3.4.17 kernel update.
3.4.35 kernel update.
3.4.41 Experimental Rhod400 Kernel.
If you download please hit thanks at the bottom and/or post feedback. I'm curious as to how many people are downloading.
New install guide.
Old install directions for all other NAND roms.
It is assumed that you have unlocked your phone. If not read here and/or here, and/or here.
If you are running the 8-15 ril that was patched, and you are unable to get a cell signal, I would highly suggest that you install the older patch ril file.
If you want to add just the permission files for the zoom bar (and a few other things) rather than downloading the whole thing again here they are. When I did this it broke Zeam. I had to add another launcher, and then switch between the two. That fixed it for me.
As always BACKUP, BACKUP, BACKUP before doing anything. Please use at your own risk.
*Related goodies*
Gapps package.
For those of you who want an ICS facelift, check out the modded Zeam launcher.
Most recent recovery thread. - this recovery creates a md5 error on a backup's restore. Anyone know how to fix it?
ACL's known good recovery.
Good chance you will need to calibrate your touch screen. This thread covers that,and how to make it stick.
I may have found a launcher that is more lightweight than Zeam from what I can tell. I am running Lighting Launcher, and am quite happy. Seems to have an even smaller memory footprint, which is great for phones without much memory.
Swapper2 app. This is an interesting thing I found the other day. It allows you to use your SD card for swap (Virtual ram). I did verify that a 64mb swap file (did not test swap partition) can work on our phones. I would love to hear some feedback from people who might be interested in playing with it. I would suggest a Micro sd card with a high random read/write speed. Here is a guide that is already made if you want to use a swap partition rather than a swap file. It will probably wear out your sd card faster, but sd cards are cheap these days. Also note that SD storage vie USB may not work if you use this mod.
Update.
I got out my 32gb high random speed sd card today, and I whipped up a swap partition according to the guide above. I bumped the swappyness setting to 100. I was in a generous mood, so I lopped off 1gb of space for swap (256mg would have probably been a better choice). I did get a name error when I enabled it, but it seemed to work just fine. The swap space of 1gb showed up by the free command, and the swap space showed use after I ran a few apps. It is a subjective observation, but I think multitasking is a little smoother. I plan on leaving it setup like this for now.
{
"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"
}
I did manage to max out the cpu, and crash the system resulting in a reboot. I was running two gps apps, and two music apps, and two or three other apps all at the same time (abit poorly though). It might not have liked having multiple apps access the same resources.
Here is a handy app for rebooting the phone quickly, and entering into recovery.
Possible way to disable the proxmity sensor for people who have bad ones causing a non-waking screen here. Credit.
*Bonus for Sprint RHOD400 TP2 users*
If you are tired of the white HTC splash screen here are two nbh files you can flash just like a rom from the SD card. They should only touch the splash screen. Everything else is left alone. Flash one, or both in any order. These probably work on other Rhod phones, but I have no way to test them. So no screaming if something gets bricked. Based off the work in this thread. Reported not working on RHOD100 by this post. Reported working on RHOD300 here.
If you know of an image (480x800 res) that is even more amazing than these, and you feel it would be a good replacement drop me a link to it. If I love it, it will make it to the first post. Otherwise I might just whip one up special for you for contributing.
Primary
Secondary
As of 3-25-13 I have moved onto the EG4G/SII phone after reading about it and SERO legacy at Howardforums.
I will stop in from time to time, and if I am given a newer kernel I will post it. However I will no longer be using this phone.
So long, and thanks for all the fish.
i tried a lil last night and today on your lite version. had a few issues with it but i think that was caused by my mistake. i know you said NO support with the lite version. so later on today im gonna try the "full" one without any of my added stuff.
thank you for your time in putting this together for us and everyone else who kept this old phone working so long.
edit: i have rhodium 400 btw
Slipdoozy said:
i tried a lil last night and today on your lite version. had a few issues with it but i think that was caused by my mistake. i know you said NO support with the lite version. so later on today im gonna try the "full" one without any of my added stuff.
thank you for your time in putting this together for us and everyone else who kept this old phone working so long.
edit: i have rhodium 400 btw
Click to expand...
Click to collapse
You are welcome to ask questions about the light version. Just don't *expect* any help with it. If I know the answer I will respond. Sorry if I came across as stern. Someone else might know the answer too.
I wanted to set the tone to be caveat emptor (to quote Stinger22). As the lite version is missing a whole lot it might be broken, or broken by anything. It is just something I whipped up to play with, and decided to share incase someone else wanted to play.
I am glad to keep up the fight. These are still great phones, even if they don't play the newest games.
Thanks for your comments.
wizardknight said:
You are welcome to ask questions about the light version. Just don't *expect* any help with it. If I know the answer I will respond. Sorry if I came across as stern. Someone else might know the answer too.
I wanted to set the tone to be caveat emptor (to quote Stinger22). As the lite version is missing a whole lot it might be broken, or broken by anything. It is just something I whipped up to play with, and decided to share incase someone else wanted to play.
I am glad to keep up the fight. These are still great phones, even if they don't play the newest games.
Thanks for your comments.
Click to expand...
Click to collapse
hi again. i did the lite version again with my tweaks... meaning i hate using goole play or any of the google apps in general (privacy concerns deleted apk's after flash and successful boot).
im currently using it on my rhodium without service (have two, one on sprint service). so i cant confim it works in those aspects. wifi works otb. didnt try blue tooth. camera works as expected. didnt try audio/video yet (we all know rhod dont have HW support lol). miss the keyboard but can install if needed. couldnt for the life of me figure out how to use the modded zeam you suggested (not a deal breaker i like the orginal one). decent battery life but not what i expected. phone went from 8 hrs @ 70% then down to 10% within next hour. turn off dont work so well sometimes it wrks most times not. on [ACL]'s rom ive been using app called "quick boot" to bypass this goofy activity. works like a charm from widget.
can this be reworked into a gsm phone? kinda know i need to security unlock. but what im getting at return to winmo, change security, finda gsm phone provider, reflash this rom and good to go? or just skip those crazy ideas lol?
again thank you for the rom you shared with us :good:
Slipdoozy said:
hi again. i did the lite version again with my tweaks... meaning i hate using goole play or any of the google apps in general (privacy concerns deleted apk's after flash and successful boot).
im currently using it on my rhodium without service (have two, one on sprint service). so i cant confim it works in those aspects. wifi works otb. didnt try blue tooth. camera works as expected. didnt try audio/video yet (we all know rhod dont have HW support lol). miss the keyboard but can install if needed. couldnt for the life of me figure out how to use the modded zeam you suggested (not a deal breaker i like the orginal one). decent battery life but not what i expected. phone went from 8 hrs @ 70% then down to 10% within next hour. turn off dont work so well sometimes it wrks most times not. on [ACL]'s rom ive been using app called "quick boot" to bypass this goofy activity. works like a charm from widget.
can this be reworked into a gsm phone? kinda know i need to security unlock. but what im getting at return to winmo, change security, finda gsm phone provider, reflash this rom and good to go? or just skip those crazy ideas lol?
again thank you for the rom you shared with us :good:
Click to expand...
Click to collapse
Most of Google's stuff was left in place because more people than not consider accessing the Google account info critical. Even if only for contacts and such. Matter of personal choice I say.
I cut the keyboard APKs as we have a physical keyboard. You can just side load them or put them back in the install zip. I am using the ICS keyboard from the market. I like it better for my virtual keyboard with a stone bold theme.
This is based off the GBX* rom, so it should probably work with the GSM variants of the the RHODs. I didn't dev the new kernel, but it should work. You could try the most recent ril, but I know it breaks cdma phones. The most recent ril had a GSM signal loss tweak in it. I don't know of any security you need to deal with, and I can't recall coming across any comments in the original GBX* thread about that.
If you are talking about unlocking the sim so you can use a CDMA device on a GSM network, that is unrelated to the rom for the most part.
If you are running the lite version I posted, just uninstall Zeam with something like titanium backup, and replace it with the apk that is linked.
Otherwise you could swap it out in the zip file before you install. It is located in /system/apps.
If you manually delete the apk from the phone /system/app and paste the new one into it's place while Zeam is running it will probably require a reboot before Zeam works. Probably not the best way to go about it assuming nothing explodes.
If you can't get it to work I can make up a version with the other ICS themed zeam.
Maybe that will help a bit.
*edit*
Been fooling around a little with the modded Zeam on the lite version. For some reason it doesn't install the icons right if there is not a non-zeam launcher running. *shrug*
I installed launcher2 apk from the full rom for the install. Then was able to side load the modded zeam.
*edit 2*
I posted an ultra lite rom with the classic launcher.
wizardknight said:
Most of Google's stuff was left in place because more people than not consider accessing the Google account info critical. Even if only for contacts and such. Matter of personal choice I say.
I cut the keyboard APKs as we have a physical keyboard. You can just side load them or put them back in the install zip. I am using the ICS keyboard from the market. I like it better for my virtual keyboard with a stone bold theme.
This is based off the GBX* rom, so it should probably work with the GSM variants of the the RHODs. I didn't dev the new kernel, but it should work. You could try the most recent ril, but I know it breaks cdma phones. The most recent ril had a GSM signal loss tweak in it. I don't know of any security you need to deal with, and I can't recall coming across any comments in the original GBX* thread about that.
If you are talking about unlocking the sim so you can use a CDMA device on a GSM network, that is unrelated to the rom for the most part.
If you are running the lite version I posted, just uninstall Zeam with something like titanium backup, and replace it with the apk that is linked.
Otherwise you could swap it out in the zip file before you install. It is located in /system/apps.
If you manually delete the apk from the phone /system/app and paste the new one into it's place while Zeam is running it will probably require a reboot before Zeam works. Probably not the best way to go about it assuming nothing explodes.
If you can't get it to work I can make up a version with the other ICS themed zeam.
Maybe that will help a bit.
*edit*
Been fooling around a little with the modded Zeam on the lite version. For some reason it doesn't install the icons right if there is not a non-zeam launcher running. *shrug*
I installed launcher2 apk from the full rom for the install. Then was able to side load the modded zeam.
*edit 2*
I posted an ultra lite rom with the classic launcher.
Click to expand...
Click to collapse
im not happy with google selling my info so i refuse to give them any space on my phone lol
i tried the modded zeam all the ways i could think of, before flash, after flash, through adb didnt matter. maybe corrupt apk?
no worries. ill try to redownload it and try it your way with launcher2 first
~unlocking the sim so you can use a CDMA device on a GSM network... yeah im not looking forward to paying to sim unlock it
but i am hella glad you got the zoom bar working :good:.
Slipdoozy said:
i tried the modded zeam all the ways i could maybe corrupt apk. before flash, after flash, through adb didnt matter.
no worries.
~unlocking the sim so you can use a CDMA device on a GSM network... yeah im not looking forward to paying to sim unlock it
but i am hella glad you got the zoom bar working :good:.
Click to expand...
Click to collapse
Be ok with loosing the money. Some people have reported that they didn't get the unlock info, and the dev for that is next to impossible to get to respond.
You might check this thread. Not sure if they got it working.
Most of the credit goes to Stinger22. The man is kicking some serious code butt!
I would try re-downloading the apk. I was able to install it with a adb install. Not sure what else it could be. Did you hold your tongue just right while dancing madly during the install?
Slipdoozy said:
im not happy with google selling my info so i refuse to give them any space on my phone lol.
Click to expand...
Click to collapse
You do realize where Android is coming from... Right? lol
Regardless, kudos on getting the zoombar to work - I was hoping someone would take mankineko's work there and adapt it... Glad it did not get forgotten!
Zoombar!!
Wow. Great work! I can't wait to try this when I get back from vacation.
If someone asked me to make a list of features I wanted to see in android on the rhodium it would go something like this:
1 Zoom bar
2 Zoom bar
3 ZOOM BAR!
Seriously never thought I would see it happen again though, so one more time; Great Work and Thank You!
(Sorry, I just didn't feel that the 'thanks' button alone was enough this time :laugh
Caldair said:
Wow. Great work! I can't wait to try this when I get back from vacation.
If someone asked me to make a list of features I wanted to see in android on the rhodium it would go something like this:
1 Zoom bar
2 Zoom bar
3 ZOOM BAR!
Seriously never thought I would see it happen again though, so one more time; Great Work and Thank You!
(Sorry, I just didn't feel that the 'thanks' button alone was enough this time :laugh
Click to expand...
Click to collapse
HAHA. I didn't think the zoom bar would be the selling feature of this rom, but I am glad you are happy.
arrrghhh said:
Regardless, kudos on getting the zoombar to work - I was hoping someone would take mankineko's work there and adapt it.
Click to expand...
Click to collapse
Didn't know who did the base work. - Gave credit in the post.
Oh sweet, the zoom bar works now? I'd been hoping for that one. XD It's a shame I've moved on, but I may pull out the ol' TP2 as a backup device.
CodaHighland said:
Oh sweet, the zoom bar works now? I'd been hoping for that one. XD It's a shame I've moved on, but I may pull out the ol' TP2 as a backup device.
Click to expand...
Click to collapse
Wow. I had no idea that the zoom bar was so popular. Just doing what we can to keep the phone going.
Thank you so much for your hard work (especially fixing zoom bar!!!.)
I have one question, does the kernel supports overclocking, and if yes to what frequency?
Thanks
karimkahale said:
I have one question, does the kernel supports overclocking, and if yes to what frequency?
Thanks
Click to expand...
Click to collapse
Yes, overclocking is supported. This should be the same as 3.3.6. I believe the frequency range you can choose from is 122-825. Download your favorite overclocking app from the market, and have at it. I use quick cpu overclock lite.
*edit. I think we have some new governor options. Link for descriptions.
karimkahale said:
I have one question, does the kernel supports overclocking, and if yes to what frequency?
Thanks
Click to expand...
Click to collapse
i havent tried to OC past 710 on my rhodium 400. but ive never been able to stay stable much past that on any rom. cpu jus freezes up past that on this phone for me.
Slipdoozy said:
i havent tried to OC past 710 on my rhodium 400. but ive never been able to stay stable much past that on any rom. cpu jus freezes up past that on this phone for me.
Click to expand...
Click to collapse
710 is a respectable overclock. As all overclocking is concerned, YMMV. No one has a way to predict the speed you will be able to overclock to successfully. You might try reading this or this thread if you want to be educated on overclocking the TP2. Overclocking is usually 99% hardware limited. The rom you run is not likely to have much influence.
wizardknight said:
710 is a respectable overclock. As all overclocking is concerned, YMMV. No one has a way to predict the speed you will be able to overclock to successfully. You might try reading this or this thread if you want to be educated on overclocking the TP2. Overclocking is usually 99% hardware limited. The rom you run is not likely to have much influence.
Click to expand...
Click to collapse
oops i do have a addon to this... i have two rhodium 400's both are sprint versions. the one that doesnt have have service is the one i test roms with. i believe it is an early made phone and thats why the limit of OC is kinda low. i can do 729 and 748 sometimes but why risk the ~40 mhz for stabililty (app i use is setcpu and this GBX0* rom). now the second one i have was a referb one and does have service. build date is much later and i can OC it over 800mhz but i usually only set it for 787mhz. again why risk the ~20mhz for stablility. (same setcpu but [ACL]'s OMGB rom). basically i agree with wizardknight its HW limited and the luck of the draw.
goodtimes guys!:good:
side note: (related to second rhodium, first one works fine with zoom bar) any way to port this to acl's rom? i used the flash from OP but the zoom bar is no go. heck idk if the zoom bar even works on this phone. guess ill be doing a flash dance on the one the zoom bar works. wizard i know it not your rom jus thought id ask again thank you for putting this together.
Slipdoozy said:
oops i do have a addon to this... i have two rhodium 400's both are sprint versions. the one that doesnt have have service is the one i test roms with. i believe it is an early made phone and thats why the limit of OC is kinda low. i can do 729 and 748 sometimes but why risk the ~40 mhz for stabililty (app i use is setcpu and this GBX0* rom). now the second one i have was a referb one and does have service. build date is much later and i can OC it over 800mhz but i usually only set it for 787mhz. again why risk the ~20mhz for stablility. (same setcpu but [ACL]'s OMGB rom). basically i agree with wizardknight its HW limited and the luck of the draw.
goodtimes guys!:good:
side note: (related to second rhodium, first one works fine with zoom bar) any way to port this to acl's rom? i used the flash from OP but the zoom bar is no go. heck idk if the zoom bar even works on this phone. guess ill be doing a flash dance on the one the zoom bar works. wizard i know it not your rom jus thought id ask again thank you for putting this together.
Click to expand...
Click to collapse
I am assuming that you mean OMGB by ACL's rom. To the best of my knowledge there is no way to port the feature without building your own kernel. It is my understanding that the 3.x kernels (what we use) are not compatible with that rom. OMGB userland is no longer receiving updates, so unless another dev adopts that rom it will never work.
I will take the 1% credit for this rom. I have done behind the scenes, packaging, some Bluetooth mods, and testing stuff. The other 99% goes to everyone (esp Stinger22) who has worked on it before me or with me.
On the phone that the zoom bar is not working, did you download that rom zip before or after 11-3? I didn't change the file names or links with the last update. You might try downloading the perms file at the end of the post, and installing that. Otherwise I would re-download, wipe, and reinstall.
If you are still having trouble let me know, and I will go check the zips to make sure that something didn't get busted in the last round of updates.

Categories

Resources