{
"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"
}
Google JellyBean(4.1.1) for Flyer only is a development of CM10, with base in RandomBlame cm10 string of android compile.
this is aroma installer based, so during install you can chose between tablet or phoneUI based use.
v.18 download here
GoogleApps from here
Kernel source used can be downloaded here (sorry, no git)
if you used HTC Unlock and S-OFF'd using that, you ALWAYS need to flash new boot.img manually, search "fastboot flash boot boot.img" if do not already know how to use it.
Remember that 2 boot images exists, one with htc keys enabled(phoneUI) and one without.
Always believe its best and safest to WIPE/factory reset in recovery and double it with full wipe in installer too.
If you are on Gingerbread, you need to upgrade to HoneyComb firmware, before this works and have your Hboot S-off'd too.(Revolutionary solution preferred)
if you feel launcher seems laggy (as i), install another one from Play store, i feel it needs to be kept as is, so i did not replace it for another.
everything works except topics below
- no bluetooth headset audio supported
- front camera / video recording function.
- wifi tether / wifi hotspot function
- video hardware accelerated playback
iamchucky - fling correction to my pen driver.
GuestK00388 - for the work on a clean aokp compile build for our flyer with previous aokp release
randomblame - for the work on DesireHD with the jellybean development upto beta3 and recent 18.2 build used in cm10 release
barrmulio - for the 160dpi hack to support 7" devices at 1024x600 resolution.
jmztaylor - view kernel origin.
Chaosz-X and LeeDroid - Flyer kernel origin.
kamistral - a small thanks for the 3G confirmation on build v11beta2
yncconsult - early release used yncconsult kernel. (no source compiled here)
Donate users: a thank you to those users that started donating on xda the last few weeks. it is appreciated and i will to support as much is possible.
Click to expand...
Click to collapse
BUG REPORTS
display does not turn completely OFF by itself , you have to manually press powerbutton to get it all off, when you want standby.
Youtube HQ only works in 240dpi resolution (how to watch HD youtube is unknown for now)
no h/w accelerated video playback in gallery, only divx software decoding works for now. use alternative included MX player to fix this.
circle pointer hack
for those who want to get rid of circle when using pen/pointer. see this post here or download attachment directly here.
some feedback on performance.
i get around 2950 in antutu benchmark tests, worth mentioning?
4-august - new test 3267 (highest of 4 at 1.6Ghz)
Thanks Dexter. Nice try. Appreciate it.
Sent from my flyer using xda premium
will have to try later. nice to at least be able to see it running
Nice work Dex!!
I imagine the stylus is also not working?
Nice, Dex! Did you see Shaky's patches for Desire and DHD? Think these may help us too?
HTC Flyer p510e
craig0r said:
I imagine the stylus is also not working?
Click to expand...
Click to collapse
True, i almost took that part as non-existing currently for new roms since we dont see it working or know how to fix the "press".
as people would say it works almost too good, since you can have 3cm from the tablet and it still thinks your moving around but sadly that is yet to be looked at. i personally do not prioritize it for now on this since rom is not much different from Chaosz work here.
teorouge said:
Nice, Dex! Did you see Shaky's patches for Desire and DHD? Think these may help us too?
HTC Flyer p510e
Click to expand...
Click to collapse
no, ill look at it later
Congratulations on this build.
Will Wait for 3g and HD video fixes, as these are a must for me. But I think we can play HD videos in mx or BS player. What say?
So, this leaves only 3g to be fixed and I am in.
Btw, what about scrolling?
Downloading now, but will be able to flash tomorrow only. Battery low and its12:22 am here in India.
lekhwani said:
So, this leaves only 3g to be fixed and I am in.
Btw, what about scrolling?
Click to expand...
Click to collapse
i included MX player, and plays 720p content on my flyer fine(mkv's) .
and yes, 3G needs more testing which i do not know if i can do much about.
scrolling is just simple said vierd. has to do with density somehow although i included a 160dpi fix, which JB does not accept with 1024x600 7" normally.
If you get the pen to act right you're a god. The only reason I have the flyer: a 7" tablet with pen.
Sent from my MB860 using Tapatalk 2
Woah, dude! Nice work! I can't wait to try it out!
My tab's Flyer than yours (unless this is posted in a Flyer thread... Then it's just as Flyer...)
http://android-gz.com
No, scrolling has nothing to do with density. The screen reports coordinates in an obscure way, causing VelocityTracker to misbehave. A formula calculates the flingdirection, but it disbehaves on this screen.
Sent from my HTC Desire using xda app-developers app
Chaosz-X said:
No, scrolling has nothing to do with density. The screen reports coordinates in an obscure way, causing VelocityTracker to misbehave. A formula calculates the flingdirection, but it disbehaves on this screen.
Click to expand...
Click to collapse
correct, but the same function works fine in the 240dpi oneV edition, which is strange... but actually i replaced the smali code for the StackView.smali here, but yes it actually acts less different, except the side gesture is a little bit faster now.
Dexter_nlb said:
correct, but the same function works fine in the 240dpi oneV edition, which is strange... but actually i replaced the smali code for the StackView.smali here, but yes it actually acts less different, except the side gesture is a little bit faster now.
Click to expand...
Click to collapse
VelocityTracker probably behaves differently in that ROM, I highly doubt it's density. Sense ROMs often take a weird approach on things.
Sent from my HTC Desire using xda app-developers app
Chaosz-X said:
VelocityTracker probably behaves differently in that ROM, I highly doubt it's density. Sense ROMs often take a weird approach on things.
Click to expand...
Click to collapse
just compared the velocitytracker smali code only minor added code, but no values or formula changes. so the formula is the same, so it comes down to the code calling velocity tracker.. ill see what i find there.
i can say with 160dpi its alot less rubber like, that working in 120dpi mode.but probably not directly related to the 240dpi but like with the other formulas, maybe it all originate in the policy values calculated.
conclusion: requires alot more testing, and many,many guesses
ok im installing now ill also make a video preview and share it on here with you
---------- Post added at 03:06 AM ---------- Previous post was at 02:36 AM ----------
never mind this doesnt even work .... just flashes htc then shuts back down ... restoring backup now
MIC seems working now, so i tried to add 3G support now as well. but headset is still an issue , same for BT.
but a small update.
ill post the update when its all validated to work with new changes done.
diggsnicca said:
glad to see someone is still working on the view ...
Click to expand...
Click to collapse
just noticed you wrote VIEW, this is a flyer section and its a flyer release only.
Related
Hi everyone,
After lurking for awhile (and playing in the kitchen), I thought I should give out to the community for once.
I know that we already have two of the same Froyo sense ROM around... and unfortunately... this will look exactly like Miguel's and Whoareyou's Froyo Sense... except this version has WiFi (no hotspot), defaulted APN settings, and other apps installed for your convenience.
I'm nowhere near any dev's level in terms of deving (in fact I'm not even a dev. I just ported this because I can), but hey, I do what I can to help.
Here's a summary of this rom:
Ported from Legend's Gratiend ROM, and official froyo rom too.
What does NOT work:
fn/cap indicator
What is buggy:
Rotation (on homescreen) :\
01/23
ALMOST everything works. ?/sym keys are back! Special thanks for nbetcher for helping!
01/15
Minor update. Major issues are still not fixed...
But added data2ext:moving the whole /data to the ext partition. Right now only supports ext2, and has to have 4kb blocksize (adb shell mke2fs -m0 -b4096 /dev/block/mmcblk0p2)
type in data2ext --enable in adb shell, then reboot. You MUST have a fast sdcard (class 6) to make this worthwhile; otherwise you will just lag real bad.
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
note that the performance is done after oc and data2ext.
Special thanks to Blay0 for making this happen.
01/02
Now a2sd friendly! credit goes to acejoker for making this happen
after flashing the rom all you need to do is flash the a2sd package and that's it!
a2sd enabling package is here-> taken from thread [MOD] A2EXT Froyo.
also, deodexed.
Overclocking kernel is already inside. Just use setCPU to detect speed.
There might be some bugs in there still.
Report back!
Daniel.
Changelog:
1.0 Pretty much fully functional. Added ?/sym key functionality
0.6 Added data2ext. And wireless tethering app
0.55 A2SD enabled thanks to acejoker
0.5 KB light + front light.
0.4 Removed a2ext. Trackpad wake.
0.3 Fixed aufs. Added a2ext. Bluetooth works...?
0.21 Removed Terminal App. Modified LED. Kblight shortcut fix. barnacle now works. OC kernel. Zipaligned & re-odexed.
0.2 was an epic fail. Ate too much chocolate and ended up losing track on what I was doing, so I started from scratch
0.1 first draft. Adblocked and Added system r/w overlay.
Probably will have other bugs/issues
Credits go to...
Eugene373 and Elelinux for pointers towards solving the lights issue
migueltherocker for starting this whole froyo+sense craze in the espresso forum + pointers
cryshop + BlaY0 for the Gratiend ROM and helping me on restoring aufs.
everybody in the espresso forum for being still alive and not abandoning this device!
Enjoy!
DOWNLOAD 1.00
I love you. A combined effort from you and miguel and this will be our best rom yet!
Sent from my HTC Espresso running CM6.
just realized that tethering doesn't work in this rom...
Did you try out an alternative Wifi Tether method, like Barnacle? Just because the wifi app in the Sense rom doesn't work doesn't mean that tethering itself doesn't work lol.
ALSO, could you possibly include the KB light app that someone mentioned in Miguel's thread? Apparently it forces the KB lights into working.
Interesting. Has anyone tried it already?
Yes. Wifi works great.
Sent from my HTC Espresso running CM6.
The app is on market. It does not work how you are expecting...basically you add a widget that turns the lights off and on ondemand.
Sent from my HTC Espresso running CM6.
Downloaded and installed. Multiple android.process.acore force closes. Phone wouldnt work i.e. couldn't call anyone. Reverted back to CM Nightlies will try again when more stable.
PS- other than the force closes everything else looked tip-top and I loved the apps you included. good work so far!!
Sent from my T-Mobile myTouch 3G Slide using XDA App
Niiiiiiice dude!
You mind sharing how you fixed wifi? I had a couple ideas but I've been so busy I haven't worked on anything in weeks. What I had in mind was hex editing libhardwarelegacy.so (don't remember if that's exactly what it was called, it's been a while since I've poked around) to call our proper wifi module, but I never really got time to even try.
Dang! Get some KB and this rom will be perfect.
GoCkillaz said:
Did you try out an alternative Wifi Tether method, like Barnacle? Just because the wifi app in the Sense rom doesn't work doesn't mean that tethering itself doesn't work lol.
ALSO, could you possibly include the KB light app that someone mentioned in Miguel's thread? Apparently it forces the KB lights into working.
Click to expand...
Click to collapse
Barnacles actually reboot the phone upon tethering... dunno why.
Was the kb app called backlight off?
cingall said:
Downloaded and installed. Multiple android.process.acore force closes. Phone wouldnt work i.e. couldn't call anyone. Reverted back to CM Nightlies will try again when more stable.
PS- other than the force closes everything else looked tip-top and I loved the apps you included. good work so far!!
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
hmm that's weird. Did you do a full wipe beforehand? And is there other people experiencing the same problem?
Getting a whopping 10.xx MFLOPS!
It's more than I can get on CM
migueltherocker said:
Niiiiiiice dude!
You mind sharing how you fixed wifi? I had a couple ideas but I've been so busy I haven't worked on anything in weeks. What I had in mind was hex editing libhardwarelegacy.so (don't remember if that's exactly what it was called, it's been a while since I've poked around) to call our proper wifi module, but I never really got time to even try.
Click to expand...
Click to collapse
This is gonna make me sound dumb but the truth is i didn't do any hex editing... All I ended up doing is porting through kitchen, and extracted the boot.img and make the legend rom look like the espresso rom. LOL
Speaking of which, anybody knows why landscape doesn't work on homescreen?
daniel60104 said:
This is gonna make me sound dumb but the truth is i didn't do any hex editing... All I ended up doing is porting through kitchen, and extracted the boot.img and make the legend rom look like the espresso rom. LOL
Speaking of which, anybody knows why landscape doesn't work on homescreen?
Click to expand...
Click to collapse
because the rom was for a keyboardless phone so there wasnt any landscape pics added to make it look right when forced into that mode
Awesome! thanks for your contributions, maybe a more experienced dev can get their hands on this and clean it up.
daniel60104 said:
This is gonna make me sound dumb but the truth is i didn't do any hex editing... All I ended up doing is porting through kitchen, and extracted the boot.img and make the legend rom look like the espresso rom. LOL
Speaking of which, anybody knows why landscape doesn't work on homescreen?
Click to expand...
Click to collapse
What do you mean by "make the legend rom look like the espresso rom" ?
Sent from my T-Mobile myTouch 3G Slide using XDA App
migueltherocker said:
What do you mean by "make the legend rom look like the espresso rom" ?
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
I think he means the hardware files+libs(?)+buildprop.
Yeah the app is "Backlight off".
Have, System Contolled disabled.
And, Disable Backlight on Boot enabled.
migueltherocker said:
What do you mean by "make the legend rom look like the espresso rom" ?
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
I pretty much extracted the boot.img from kitchen and renamed the init.legend.rc to init.latte.rc... pretty sure that wasn't it though...
jw, did you ever try porting gratiend?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This ROM is based on the latest HTC Honeycomb leaked build (v3.55.405.1) and includes all of the HTC goodies. I am a fairly new developer and for now I intend in keeping a stock-like ROM with as much user choice as possible. I may eventually expand into some different themes but for now this ROM will be stock.
Special thanks to globatron, i00, pardonmyfreedom, empiire, jdeloach, Juwe11, SteelH, paulobrien, TeamWin, Synergy Team and everyone involved in the Revolutionary project for all the different scripts, root methods, and mods. You guys are awesome!
DONATIONS (Thank you very much!): ILRider
NOTES AND DISCLAIMERS:
You must be rooted to flash this ROM, so go here and follow globatron's guide to learn how to get S-OFF and set up to install this ROM
Be sure to do a backup before flashing and read the change log below
l assume no responsibility for any damage you may cause to your tablet.
Click to expand...
Click to collapse
INSTALLATION INSTRUCTIONS:
Copy the ZIP download to the root of your SD Card (physical SD card, not internal memory)
Power off the tablet and reboot to recovery by holding the VOLUME DOWN and powering on the tablet
A full data/cache wipe is recommended before flashing
Navigate to "Install ZIP from SDCard" within recovery and install
Reboot tablet
Click to expand...
Click to collapse
Donations always accepted but never expected!
WestfireROM Flyer v3.0 - 12/3/2011 - Download MD5 - 809333755DB9C840032DB926CC62A104
New base v3.55.405.1
All speed tweaks and scripts below from v2.0 included
Updated Market 3.3.11
Updated Gmail 2.3.5.2
Updated Maps 6.0.0
Updated AdFree 0.8.41
Updated Facebook 1.7.2
Updated Titanium Backup 4.6.4.1
Added Google+ 2.1.1.219805
WestfireROM Flyer v2.0 - 9/7/2011 - Download MD5 - 2F0BF49357765635AF4B1DEAF29736F6
Based on v3.10.405.156
Added AdFree
Added Titanium Backup
Added Netflix
Added Root Explorer
Added Transformer Ice Cube LWP
Enabled 3D Homescreen to Settings/Display
No SIM card notifications
USB Debugging Icon removed
Enabled hardware acceleration
Tweaked WiFi scan to save battery
Tweaked Native Screenshot (Power + Home)
Browser debug menus unlocked
Enabled Dolby Mobile sound enhancer
Enabled screen calibration
Added TV Out functionality
RAM optimization script
Speed optimization script
Battery calibration script
Changed Dalvik heapsize
Rooted & Deodexed
Zipaligned on boot
SD card speed fix
Added SU
Added Busybox
Added startup script support for Busybox (/system/etc/init.d/)
Added sysro+sysrw
Added bash shell support
Reserved...
Reserved one more...
Now that I am finally home, I split out the GB and HC ROMs into separate threads since I know there are people who didn't make the jump to HC.
Nice work bro
Do you still plan to continue development of your gb rom?
Sent from my HTC Flyer.
I hope so. Since it was discovered we can't go back to GB at this time, any release I have will be more of a beta since I can't thoroughly test it. However, if I run into problems I will probably stop development on it because the last thing I want to do is develop something that doesn't work and I can't accurately test. I take pride in what I release and I try to make it as bug free as possible.
Westfire said:
I hope so. Since it was discovered we can't go back to GB at this time, any release I have will be more of a beta since I can't thoroughly test it. However, if I run into problems I will probably stop development on it because the last thing I want to do is develop something that doesn't work and I can't accurately test. I take pride in what I release and I try to make it as bug free as possible.
Click to expand...
Click to collapse
I completely agree, which is why I was asking.
Seems like all flyer chefs are "stuck" with HC atm so I'm sure they're thinking the same thing.
Sent from my HTC Flyer.
Great work....
Question:
I see you've included the Sense clock in the pic, do you include any other Sense widgets?
If you threw in the Agenda/Calendar widget, I'm sold
Again, thanks for your hard work.
Scabes24 said:
I completely agree, which is why I was asking.
Seems like all flyer chefs are "stuck" with HC atm so I'm sure they're thinking the same thing.
Sent from my HTC Flyer.
Click to expand...
Click to collapse
All the Sense widgets are included.
Sent from my Hr P510e using Tapatalk
Westfire said:
I hope so. Since it was discovered we can't go back to GB at this time, any release I have will be more of a beta since I can't thoroughly test it. However, if I run into problems I will probably stop development on it because the last thing I want to do is develop something that doesn't work and I can't accurately test. I take pride in what I release and I try to make it as bug free as possible.
Click to expand...
Click to collapse
That is bad news, I was trying to go back to GB today as I think the system was faster with gingerbread but couldn't do it.
Also, with your ROM, I couldn't take screenshots to work with my pen. Simply when I press the pen button there is no screenshot option.
I was going to ask about the screen shot. I noticed that you made some tweak to the screen shot function, did you simply took it out?
-E.J.Su
Product Development
http://ej-su.deviantart.com
E.J.Su said:
I was going to ask about the screen shot. I noticed that you made some tweak to the screen shot function, did you simply took it out?
-E.J.Su
Product Development
http://ej-su.deviantart.com
Click to expand...
Click to collapse
Screenshot feature works on mine. Also, you can press power + home for a screenshot.
Sent from my HTC Flyer on Honeycomb
Westfire said:
Screenshot feature works on mine. Also, you can press power + home for a screenshot.
Sent from my HTC Flyer on Honeycomb
Click to expand...
Click to collapse
I tried that before the previous post actually. And it doesn't work on mine. :/
-E.J.Su
TridentCase.com
ej-su.deviantart.com
Sent from HTC Flyer
Been using this for a couple days now and so far so good. I like the fact that I can navigate using the pen. One thing though, every time I go into the TV Out under Settings, I get an error "Settings has stopped unexpectedly" and I have to force close. Any ideas?
ILRider said:
Been using this for a couple days now and so far so good. I like the fact that I can navigate using the pen. One thing though, every time I go into the TV Out under Settings, I get an error "Settings has stopped unexpectedly" and I have to force close. Any ideas?
Click to expand...
Click to collapse
It is FCing on me most of the time too. I am looking to fix for the next release. It worked good on the GB version.
Westfire said:
It is FCing on me most of the time too. I am looking to fix for the next release. It worked good on the GB version.
Click to expand...
Click to collapse
It doesn't seem to affect my connection through my MHL adapter though so it's all good. Keep up the good work!
ILRider said:
It doesn't seem to affect my connection through my MHL adapter though so it's all good. Keep up the good work!
Click to expand...
Click to collapse
Thanks! Good to hear.
Sent from my HTC Flyer on Honeycomb
Does this have battery percentage?
Sent from my ADR6400L using XDA Premium App
Anyone else having a problem with the front facing camera while using skype?
Sent from my HTC Flyer P510e using Tapatalk
I think that's a honeycomb problem not Rom specific
Sent from my HTC Flyer P510e using xda premium
【ROM】TouchPad Ic1 by Inseaon it's very good Rom
OK,Look This Video Frist:
<iframe width="560" height="315" src="http://www.youtube.com/embed/G4MC5_djpwk" frameborder="0" allowfullscreen></iframe>
Hi!.
This is tp rom .
Brushing machine total program with so much, clean drop
In 1, the RE file manager
In 2, the advanced settings
In 3, the Root privilege management
In 4, the theme selector
5, Baidu PAD input method (latest edition, very good with Oh, want to try oh! Pro.. ).
6, quick map browse
Browser ( 7, originally wanted to take this also removed, replaced by Opera, still well, everyone needs different, there is a need to own. )
8, ( this set cannot be removed well ~ ~ unless I silly, I BF also stupid, we are all stupid )
In 9, the camera
10, music
In 11, Google market ( add Google account after the emergence of ~ ~ do not add do not present the hungry ~ )
Optimization
In 1, this also absorbed all the many suggestions ha ~ positive press HOME to return key ~ ~ really so much more convenient. HOME long press the power button appearance
(who also want to turn the volume addition and subtraction into HOME and menu key to, think or calculate, see the next demand. )
In 2, A3 uses the A2 WiFi code, showed normal, WiFi connection speed is very fast.
3, focus on the key ah ah ~ ~ ~ ~ you font also send empty??? Brush Ic1 various small fresh ah, the font used on table 4 font, remove font rendering
Pro open a webpage, have a look. Really clear many oh! ~ ~ ~ ( ~ and WebOS font or and prior versions, IOS ~ ~ ~ or not to mention, this screen I will not say, try to optimize it. )
4, remove the Google suite of unnecessary automatic start service ~ ~ waste machine speed Oh ~ ~
5, increase to 48m of virtual memory, the default boot Chinese, anti Google shielding host.... hungry, too much, I don't remember.
6, the initial settlement of the lock screen current sound, all kinds of current sound, test results: lock screen sound will not be issued. Potential of different TP drive also has problem, please thread or stops short of reflection.
7, watch video ~ ~ the boot really just 21 seconds Oh, really, really 21 seconds Oh ~ ~ pro.
In 8, IceCream theme still, brushing in the ThemeChooser of choice.
{
"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:
http://115.com/file/e6gwpwbe#
Ic1-Inseaon-ROM.zip
Where did this come from ...also is this actually ics or a mod placed on top of cm7....cuz the video mentions 'cm7 mod'
Just clarifying...but fantastic work!
Sent from my Desire HD using Tapatalk
now this looks like a beautiful modification of CM7A3
Seems well done.. haven't tested it yet, but the video looks promising
Wow this looks really good! What's the base? Cm7?
stupid question but how to download it? I dont know Chinese
xuanphucn said:
stupid question but how to download it? I dont know Chinese
Click to expand...
Click to collapse
lol, just thinking the same thing. Damn, can't find the download link. Probably accepted many virus's tho
I am downloading it and will put it on closer mirror with English text.
Leoisright said:
lol, just thinking the same thing. Damn, can't find the download link. Probably accepted many virus's tho
Click to expand...
Click to collapse
LMFAO I got it. Click on this "联通下载" to download. Yay me lol
下载
I am not very good at chinese, but one thing I learned from scouring files from Chinese forums (there are ALOT of them) is that those two words always mean DOWNLOAD
Very good theme here! I'll await your feedback on this first
Very well done Video there Inseon!
I'll wait until you port over Alpha 3.5 to this.
Wow just wow
KaliKot said:
下载
I am not very good at chinese, but one thing I learned from scouring files from Chinese forums (there are ALOT of them) is that those two words always mean DOWNLOAD
Very good theme here! I'll await your feedback on this first
Very well done Video there Inseon!
I'll wait until you port over Alpha 3.5 to this.
Wow just wow
Click to expand...
Click to collapse
what video?
Umm wtf, i want this if its real ? Can someone test it out please!
I would try it out but I just got my touchpad, we are very close...
Edit: its only 77.3mb? Smells fishy...
The download site is so slowwwwww
Sent from my PG86100 using XDA Premium App
I just installed this.
I think its a dud.
It did not come preset as the video and screen shots show. There doesn't seem to be anything specific in terms of improvements other than the launcher and the lock screen. I was just filmed a video of my installing it and playing with it, but I'm not even going to bother uploading it to youtube. Not worth it.
Bummer.
If I'm not mistaken, roms should go in the development section.
Sent from my Nexus S 4G using xda premium
reverendkjr said:
I just installed this.
I think its a dud.
It did not come preset as the video and screen shots show. There doesn't seem to be anything specific in terms of improvements other than the launcher and the lock screen. I was just filmed a video of my installing it and playing with it, but I'm not even going to bother uploading it to youtube. Not worth it.
Bummer.
Click to expand...
Click to collapse
I dunno how you see this as a dud....works fine for me apart from the Chinese language in some places....if that can be fixed then I'm happy with this till ics comes along
Sent from my Desire HD using Tapatalk
reverendkjr said:
I just installed this.
I think its a dud.
It did not come preset as the video and screen shots show. There doesn't seem to be anything specific in terms of improvements other than the launcher and the lock screen. I was just filmed a video of my installing it and playing with it, but I'm not even going to bother uploading it to youtube. Not worth it.
Bummer.
Click to expand...
Click to collapse
You should post it up anyways, that way everyone can see how poopy it is. I would like to see it pls.
Update: How do you install this with ACMEInstaller? I would like to keep my dual boot into webOS.
It took a while for me to figure out how to get the language from Chinese to English, but I say skip this. It is the CM7 buiild with tweaked settings and such. CM7 XRON-ified or even the new MIUI build are way better options.
ace9988 said:
I dunno how you see this as a dud....works fine for me apart from the Chinese language in some places....if that can be fixed then I'm happy with this till ics comes along
Sent from my Desire HD using Tapatalk
Click to expand...
Click to collapse
Let me rephrase...
It didn't provide me with anything new. I already had the ICS theme for Theme Chooser, so cosmetically I gained nothing. Also, now I have a ton of chinese all over my menu and my keyboard.
Nah, I'll stick with calling it a dud.
Point taken
Sent from my Touchpad using Tapatalk
When I downloaded there are double files.. maybe root explorer issue.
Open. Please give cm credit for their base. Still has their changelog in it.
Sent from my Touchpad using Tapatalk
Chaosz-X: I can hereby confirm that this will be the best
day in the history of the Flyer. Dexter's One ROM is really nice, and me and DonUber also have a really nice surprise for you guys.
Stay tuned, within 4 hours, you'll see what we are talking about. (oh, it's not ICS btw, but still a really nice thing)
And yes, it's going to be LEGEN..wait for it...
Click to expand...
Click to collapse
…..DARY!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The XK-Team proudly presents MIUI for the HTC Flyer.
What works:
- WiFi
- Pen
- Sound
- Hardware Acceleration
- GPS
- Mic
- SMS
- And everything which is not in the issue section
Click to expand...
Click to collapse
Issues:
- The backlight of the hardware keys stay the way you turned the device off with the last Sense ROM you used. Turned your device off in Sense in landscape? Then our ROM will keep the backlight in landscape. We recommend you to keep it in portrait mode, because we disabled the landscape buttons.
- If you touch on the place of the landscape hardware keys the touchscreen will nog react on that moment.
- The pen acts a little bit weird.
- MIUI Camera App FC's after taking a photo (Install an app form the market e.g. Camera360 and it works perfectly)
- Bluetooth is not working.
- The app SoundRecorder does not do his work, but the Mic works(in SoundHound e.g.)
- I recommend not to use the lock screens with the circles, because of the resolution the circle will be not be on the right place and you will not be able to unlock.
- And for Flyer 3G users Phone and 3G are not confirmed yet, SMS works
- Found an error that is not yet mentioned here: Tell Us!
Click to expand...
Click to collapse
Changelog:
1.3 - MIUI 2.4.20 (no, we're not outdated, this is the latest GB Release of MIUI)
- Fixed USB Mounting
- ROM feels smoother
- Themed by default, lockscreen looks strange with music playing, change the lockscreen in Themes to the default MIUI lockscreen to fix this
- MIC and YouTube might be broken again, not sure about this as our Flyers are running on experimental ICS ROMs atm. If it doesn't work: tell us, and we'll release a hotfix ASAP.
- Camera FC might be fixed. Not sure, but I believe I took a picture once without FC's.
If the page doesn't show the update yet, it means it's still busy uploading. It should be up within 45 minutes.
If you have a WiFi Flyer: flash 3GRemover.zip on top of this, you can find it somewhere in the Flyer category here.
1.2 - MIUI 2.4.6
- Fixed MIC
- Added Phone.apk
- Added Mms.apk
- Added Talk.apk
- Added VoiceDailer.apk
- Added TelephonyProvider.apk
- Added Stk.apk
- Added SoundRecorder.apk
1.1 - MIUI 2.4.6
- Added DSPManager
- Removed Phone.apk
- Removed Mms.apk
- Removed Talk.apk
- Removed VoiceDailer.apk
- Removed TelephonyProvider.apk
- Removed FM.apk
- Removed Stk.apk
- Removed Torch.apk
- Removed SoundRecorder.apk
- Fixed YouTube issue
- Changed WiFi Scanrate to 100
- Changed VM Heapsize to 64
- Cleaned up build.prop
- ZIP size reduced to ~80.7MB
1.0 - MIUI 2.4.6
Initial release
Click to expand...
Click to collapse
Downloads:
Downloads are for the Wifi as well as the 3G model, the components for GSM, 3G etc. are in the ROM but unconfirmed to be working because we do not own a 3G Flyer. So tell us whether it works or not.
Wipe Cache and Dalvik Cache after flashing, as we had some issues with SD-cards getting corrupts if flashed without wiping these (though a format on the PC fixed it)
XK MIUI Edition: http://recluster.net/xkproject/
Flashing is on own risk; and don't forget: you need the Gingerbread HBOOT!
Click to expand...
Click to collapse
Screenshots:
The Team:
Chaosz-X
DonUber
Click to expand...
Click to collapse
Donators:
Be the first one!
Click to expand...
Click to collapse
Like this ROM? Hitting the 'Thanks' button or donating would be very appreciated. PayPal: [email protected] (Everything will be split with Chaosz-X)
Q&A:
Q: Oh no, I can't see the backlight of the HW buttons, are they broken?
A: No, they are not. Due to a strange issue concerning the keypad files, the backlight of the HW buttons are in the same state you turned off your Flyer with during the last Sense ROM. Flash a Sense ROM and they'll blink again.
Q: Mount USB Storage locks up the device!
A: Yes. We haven't looked into this because we have been working for about 12 hours non-stop now, so our primary goal was to release this as soon as possible. We'll look into the issue later.
Q: Front-camera is not working?
A: Could be true. It's because we're missing some libs, we'll look into it later.
Q: Youtube is not working?
A: Has something to do with the Omx files. We'll fix it, but it's 1AM here, so I'm on my way to go to sleep, I'll look for it tomorrow.
Q: I was playing with the brightness and now my screen is black?
A: Hehe, it seems that the lowest 5% of the Brightness Control in the status bar is just entirely black. So if it gets there, the screen is completely black. Keep Power and Volume Down pressed to get into HBOOT, and reflash the ROM. Too bad ;p We'll try to modify this scale to fix this behaviour later. (It might also be a good idea to disable the Automatic brightness Control, as it could put it in this brightness of 0 automatically, though I doubt it.)
Tips:
- If you don't have a 3G model, set your tablet in Airplane Mode, it will prolong your battery life.
- If you really really want a custom density, flash the Extended Settings for MIUI and change your density with LCDDensity and then you will your custom density(don't go lower then 180) without having crappy launcher icons. But it makes the ROM a little unstable.
This may just motivate me to go back to gb for the first time since I update to hc
Sent from my HTC Flyer P512 using xda premium
I'm on my way to revert to GB because of this!
This make the Flyer to an iFly No really nice work guys !
Blast from the past for me. Up and running. Nice to have some variety. Great work guys
Sent from my Flyer using xda premium
Very sweet project, this and ICS !! at least some real alternative to HC, amazing work
Thanks!, i'm very happy.
Sent from my HTC Flyer P510e using xda premium
i have flyer and P1000, i use P1000 more because they have miui rom. now i can sell it out and use flyer now, thx.
Hi, the rom is fast. true that pen behave strangely.
one bug i found so far. camera fc after i took every picture though the picture was taken.
Thanks
Edit. Front camera not working yet
Wow...I may have to revert back to GB tonight.
Sent from my PG86100 using xda premium
ftorres said:
Hi, the rom is fast. true that pen behave strangely.
one bug i found so far. camera fc after i took every picture though the picture was taken.
Thanks
Edit. Front camera not working yet
Click to expand...
Click to collapse
Use an other Camera App from the Market (e.g. Camera360) and then it works perfectly (still no front camera though)
Really excited for this.
1.1 release probably tomorrow, with Youtube working, and some other nice stuff such as DSPManager included
This looks fantastic Chaos.
What do you mean by "weird acting pen"?
Can anyone comment if it works well enough to use in pdf editor or ezpdf?
Well, you can use it to scroll through menus etc (it's much more responsive then Sense ROMs btw., it already responds if there is a 2mm space between the pen and the device), but if you want to select something just like you would touch on something, you have to press the Filled Dot button on the pen it seems. But we haven't checked this thoroughly.
New release... , all the stuff for the 3G model is taken out in version 1.1 until someones tells us whether it works in 1.0.
DonUber said:
New release... , all the stuff for the 3G model is taken out in version 1.1 until someones tells us whether it works in 1.0.
Click to expand...
Click to collapse
Good work guys Maybe i actually should try this now... hmm.
added to wiki
only if it is appropriate,
i added your ROM into the HTC Flyer wiki page
http://forum.xda-developers.com/wiki/HTC_Flyer
cheers,
can you add phone funtion, DonUber ?
{
"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"
}
Ice Cream Sandwich for the HTC Flyer. Refined for performance.
Meet ICS Yetki, our latest iteration of Ice Cream Sandwich for the HTC Flyer. After ICS Lisbon, which was a Proof-Of-Concept serie of ROMs to show off Ice Cream Sandwich on the Flyer, we decided to gather our old work and fixes, along with input from the community, to make a brand new Ice Cream Sandwich ROM. And it's called Yetki. Built using the work of LorD ClockaN with IceColdSandwich, along with our patches, and the N-trig fix from iamchucky, we gathered the best of the best.
The ROM works on the latest iteration of Android Open Kang Project for Ice Cream Sandwich. On top of that, we add our collection of optimizations and tweaks for the HTC Flyer, be it in the ROM itself, or in the kernel. The tweaks I add are the so called 'CHX Tweaks'. So basically, CHX means our kernel (source will be up ASAP as we don't have access to the buildmachine at the moment), and various tweaks for more performance. ICS Yetki will be a stable base with optimizations for the HTC Flyer, making the most out of your tablet.
Enough chit-chat, let's get started.
Releases (Read this!):
ICS Yetki 1.2: Click here to download from Ge.tt!
- ICS SD Binder to bind MicroSD to a directory, how to use:
- Start ICS SD Binder
- Make sure original mountpoint is set to /mnt/emmc, and mounting directory is a folder name which doesn't exist yet on your SD
- Enable the first and last checkbox
- Save & Reboot
- Your external SD should be mounted to the new directory when it's not plugged in using USB. When you connect it using USB it will unmount automatically, and upon removal of the USB cable it will remount the device
- Way smoother experience with lots of HWA improvements
- Removed Gtalk to get rid of FCs
- Removed Nova and Trebuchet launcher, you can get them from Play Store (I use Nova and I recommend it)
- Probably other stuff I forgot, will update is they come in to my mind
- Happy new year
ICS Yetki 1.0: http://recluster.net/icsyetki/update-ics-yetki-1.0.zip
- Built upon IceColdSandwich 8.8 for HTC Desire HD
- Touchfix from iamchucky (including pen)
- CHX kernel with more CPU governors
- Damn smooth, and more performance tweaks coming soon, including OC, SIO and CPU governors
- No Youtube HD, Bluetooth and front camera, everything else should work (including back camera)
- Great battery life, 3% battery usage at 6 hours idle (using ondemand I believe)
- AOSP/CM compliant mounting method (internal at /sdcard, external at /emmc) this may not be to everyone's liking, but this will evolve in full MTP. The reason for this decision is the fact that bypassing the standards of filesystem allocation (as done in CM10 and AOKP by Dex) breaks USB application deployment, making it unusable for application development. Aside from that, it also breaks the possibility to install APKs manually (unless you do a raw copy to /data/app). We don't want these issues, so for now we mount everything the way CyanogenMod does, and we will implement MTP ASAP, so the mounting to the PC will also work as expected.
Wi-Fi-only Flyer? Install this ZIP as well: click here!
Known issues:
- Too smooth ICS on a device that is EOL by the company
- Storage and Apps in Settings cause a reboot due to some issues with external apps. Use Titanium to move your apps to internal NAND. Alternatively, you can try the command 'pm set-install-location 1' to force apps to be installed to NAND (this doesn't always work for some reason, investigating)
- You tell us?
Donations:
This is a side-project I am working on which takes quite some free time, and since I don't have a job it's pretty hard to cover my expenses. Stuff such as a drivers license, saving some money for my study, and perhaps a new smartphone in between. It's not an obligation, but if you support these efforts of a 16-year old developer, a donation would be appreciated very much. My Paypal address is [email protected].
CHX salutes you. :good:
So great..
Can you do the same thing with rom htc desire hd sense 4!! Please
One of the reasons i still have the htc flyer is that i love sense .. I have GB for now..
Thanks!!
Glad to hear news from you. donation on the way
I will take Sense 4 in consideration. Expect more info on, I think, sunday. I will try some quick and dirty efforts to see if I get it to boot, and if so, I will start a project for that as well.
Chaosz-X said:
I will take Sense 4 in consideration. Expect more info on, I think, sunday. I will try some quick and dirty efforts to see if I get it to boot, and if so, I will start a project for that as well.
Click to expand...
Click to collapse
It would be awesome! I would like to give my contribution help for sense 4 rom.
You could take this base : http://forum.xda-developers.com/showthread.php?t=1839004 to our rom for example!
actually I believe that the sense 4 is the last thing we need. working Bluetooth, front camera is way more important.
Personally I prefer JB to sense 4.
obaz said:
actually I believe that the sense 4 is the last thing we need. working Bluetooth, front camera is way more important.
Personally I prefer JB to sense 4.
Click to expand...
Click to collapse
Me too. I prefer a fully working ICS or JB rom over Sense(any version).
As i see it it only slows down our Flyer(single core).
But hey one more rom won't hurt anyone.
Thank you.
obaz said:
actually I believe that the sense 4 is the last thing we need. working Bluetooth, front camera is way more important.
Personally I prefer JB to sense 4.
Click to expand...
Click to collapse
I do not agree with you, porting sense 4 on a htc device you have more success.
I think it is possible the camera works if Chaosz-X takes the base the sense 4 of desire hd. One of the reasons I chose the flyer is htc sense .. do not remove!
Back already works, and front won't be fixed by Sense4 as the DHD doesn't have a frontcam. If I start on Sense4 it will be a sideproject as I think Yetki has much higher potential.
Sent from my HTC Desire using xda app-developers app
Chaosz-X said:
Back already works, and front won't be fixed by Sense4 as the DHD doesn't have a frontcam. If I start on Sense4 it will be a sideproject as I think Yetki has much higher potential.
Sent from my HTC Desire using xda app-developers app
Click to expand...
Click to collapse
If I have the camera back with sense 4 I'll be happy. Other features should be functional too!?
Awesome work. What are the chances of getting Netflix working?
Can't test it since we don't have Netflix here
Sent from my HTC Desire using xda app-developers app
I know the answer but will ask anyway, will this be able to support MHL out to TV? Thanks
If I had a MHL adapter I'd love to work on it, but I don't. Besides, the devices which do have MHL support on ICS have it thanks to proprietary implementations. Find me an AOSP ROM with MHL for any device (but preferably a HTC) and I'll investigate it.
Sent from my HTC Desire using xda app-developers app
when i enter the camera settings it freezes the whole thing, and i have to restart the tablet. I tried 3 times and every time it freezes.Everything else is working ok. Someone else having this problem?
Thank you.
BT - what r the odds to get it working?
Depends on the implementation of bluetooth in ICS. I heard other devs saying it has quite some proprietary stuff hence an implementation is rather difficult. I will have to do some research on the internals of this, but the kernel doesn't even seem to give away the device name as far as I saw.
Sent from my HTC Desire using xda app-developers app
Got withescreen on facebook app and nakedbrowser,
but love the rom
Steph
Would it be possible to have Paranoid Android Rom, I have to admit, I love the DPI per applcation implementation!
But anyways it is great to have youback here and to see that this device is not dead !
Great Job!
Amazing job as usual, Chaos.
I am downloading this now and will flash. I am getting a Nexus 7 soon, and the next owner of this tablet wants it, as you say, "damn smooth"
Thanks!