-----------------------------------------------------------------------------
Sorry, for personal reasons, I don't have much time to update all my mods.
So from now on, I will update mods for stock(AOSP) ROM only.
-----------------------------------------------------------------------------
{
"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"
}
it looks very useless lol but could be useful to app developers who want to test their app ui on tablet..
some of us already know that we can't get tablet ui by lowering lcd density only. that cause system ui fc so we have to edit source code in frameworks/base/services..
guide is here : http://blog.sola-dolphin-1.net/archives/4076628.html
Download :
*DO NOT FLASH ON ODEXED ROM*
for Stock Deodexed IMM76D : http://www.mediafire.com/?ha4sdmha63fppo1
Restore : http://www.mediafire.com/?511vcnvda4o4c70
and Phone.apk fix for Any ROM : http://www.mediafire.com/?h3a8qxathr85naq
(by Depressed_Megi in Atrix forum)
Thanks to sola, karma1501
and Depressed_Megi
*wallpaper in screenshot : another ICS chroma wallpaper
-----------------------------------------------------------------------------
[update log]
Code:
[B]03/31[/B]
- IMM76D
- and this is the last update from me. sorry!
[B]03/26[/B]
- CM9 v4.0 and Pete 03-16-12
[B]03/21[/B]
- AOKP build 28 and flashable Phone.apk fix (by Depressed_Megi)
[B]03/15[/B]
- CM9 nightly 20120314
[B]03/10[/B]
- AOKP milestone 4
[B]03/02[/B]
- AOKP build 27
[B]02/28[/B]
- AOKP build 26
[B]02/24[/B]
- CM9 v3.0+
[B]02/22[/B]
- AOKP build 25
[B]02/21[/B]
- AOKP build 24
[B]02/14[/B]
- AOKP build 23
This is pretty cool
Sent from my Nexus S using Tapatalk
wow , we've had on-screen button , and now this , what's coming next ?
hope the phone function will be available soon... this is my main phone
really want to have tablet UI. reminded me to my dopod s300 which i bought because it can have the wm 6.5 pro UI instead of standard ...
this gets rid of market on aokp rom
op updated
cm9 version is added.
your asian said:
this gets rid of market on aokp rom
Click to expand...
Click to collapse
that is really weird..
I tried reading the guide but it's in a language I don't understand. I want to put this on a T-mobile Vibrant running CM9. I tried pushing the services.jar without the build.prop and the services.jar took and cause no problems, the phone even worked but the UI doesn't change. I changed the density to 160 (same as my Nook) but no go. If I use the NS build.prop I go into a bootloop.
What lines were added or changed in the build.prop to make this work so that I can edit mine? I couldn't find anything except the lcd density.
Thanks in advance for your help.
BTW, here the services.jar from my rom.
bobshute said:
I tried reading the guide but it's in a language I don't understand. I want to put this on a T-mobile Vibrant running CM9. I tried pushing the services.jar without the build.prop and the services.jar took and cause no problems, the phone even worked but the UI doesn't change. I changed the density to 160 (same as my Nook) but no go. If I use the NS build.prop I go into a bootloop.
What lines were added or changed in the build.prop to make this work so that I can edit mine? I couldn't find anything except the lcd density.
Click to expand...
Click to collapse
read this guide : http://blog.sola-dolphin-1.net/archives/4029214.html
(sorry this is in japanese language too.. but still you can see the important parts.)
you have to make "shortSizeDp" to less than 600. so if you want to try this on your vibrant, set lcd density in build.prop lower than 120.
evilisto said:
read this guide : http://blog.sola-dolphin-1.net/archives/4029214.html
(sorry this is in japanese language too.. but still you can see the important parts.)
you have to make "shortSizeDp" to less than 600. so if you want to try this on your vibrant, set lcd density in build.prop lower than 120.
Click to expand...
Click to collapse
Got it to work by pushing the service.jar only and changing lcd density to 120 in vibrant build prop. everything is small, pics below is with font set to huge. Phone dialer fc's. you can make a call but not hangup or answer one (kinda makes phone useless lol). Here's some pics.
Wish I could have it with a larger density.
Sorry. I tried this package on my nexus but it just looks a mess. How do I exactly get the tablet UI on my device. I flashed the package you gave even though you don't really explain what it does and also I can't understand Chinese or Japanese whatever it is. If you understand could you please translate so we can understand what to do. Or maybe write a guide yourself for us. It would be highly appreciated as I would love this on my phone.
Regards
Blackwatch
Sent from my Nexus S using xda premium
op updated
aokp version is updated to milestone 3.
Blackwatch89 said:
Sorry. I tried this package on my nexus but it just looks a mess. How do I exactly get the tablet UI on my device. I flashed the package you gave even though you don't really explain what it does and also I can't understand Chinese or Japanese whatever it is. If you understand could you please translate so we can understand what to do. Or maybe write a guide yourself for us. It would be highly appreciated as I would love this on my phone.
Click to expand...
Click to collapse
frankly speaking, you don't have to read that whole japanese guide. the most important part(for us nexus s users) is karma's comment :
Code:
--- a/services/java/com/android/server/wm/WindowManagerService.java
+++ b/services/java/com/android/server/wm/WindowManagerService.java
@@ -5962,7 +5962,7 @@ public class WindowManagerService extends IWindowManager.S
unrotDw = dw;
unrotDh = dh;
}
- int sw = reduceConfigWidthSize(unrotDw, Surface.ROTATION_0, density, un
+ int sw = reduceConfigWidthSize((int)(unrotDw / density), Surface.ROTATI
sw = reduceConfigWidthSize(sw, Surface.ROTATION_90, density, unrotDh, u
sw = reduceConfigWidthSize(sw, Surface.ROTATION_180, density, unrotDw,
sw = reduceConfigWidthSize(sw, Surface.ROTATION_270, density, unrotDh,
and set lcd.density to 120. that's all.
Really looking forward to the development of this mod. It can be incredibly useful to people like me who have a secondary handset to use as a phone and use their nexus S as a multimedia device (kinda like a pocket tablet).
I wish I had a credit card to donate (m a student), I would really like to contribute towards the development of this project. I will flash this the moment phone and mass storage works. My thanks and polite request to the dev....
Pretty awesome mod, I would use it full-time if calls worked. I guess someone has to re-write some parts of the app for such densities.
This would be awesome if the two kinks get worked out. If this was on a 4.0.1 based build it would work fine. Since moving to 4.0.3 something changed with the phone/contacts app. Any density lower than 190 and you'll get fc. On 4.0.1 it doesn't matter.
Hey, can someone briefly describe the procedure how to get this on Galaxy SII(CM9)?
Hello
resolvido: http://forum.xda-developers.com/showthread.php?p=22235590#post22235590
thanks!!!
can't we use phone and contacts apk from 4.0.1 ?
minori_aoi said:
can't we use phone and contacts apk from 4.0.1 ?
Click to expand...
Click to collapse
think I tried that, still won't work. Sadly.
op updated
cm9 and peter alfonso versions are updated.
what do you mean?
have you got a fully working workspace with tablet ui?
Sent from my Nexus S using XDA App
Related
{
"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"
}
Steel Droid X 3.0 Gingerbread
November 26, 2011
ROM DOWNLOADS
SDX_3.0.0.zip - 81.0 MB
MD5: cdd496a2b96523ad7d45839adc78dbe1
I used the following SBF before flashing my ROM.
This is the same SBF I have been using for the longest time.
Actual link to the SBF will NOT be posted, per forum rules.
VRZ_MB810_2.3.34_1FF_01.zip - 255.7 MB
If you like my work, please consider donating
Of course, you should look close at the Android version and Mod version... ;-)
"FEATURES" (TRICKS)
=========================================================
Open up the Browser, and type in "about:debug" (minus the quotes of course)
This will enable debug settings and the Java Console.
=========================================================
Goto Settings -> About Phone, and click repeatedly on Android version and
Mod version. You will see what happens. :-D
=========================================================
This is one massive update to my ROM. I have personally themed damn near every image in it. A LOT of help came from Sonny Sekhon, author of the ICS theme for T-Mobile Theme Engine. Many thanks to him for getting me started on this!
Changelog: (ITS A BIG ONE!)
3.0
Updated system base to Android 2.3.7 - CM 7.2.0-RC0
Updated to ChevyNo1's 1.0GHz MV kernel
Updated GAPPS to latest available
Updated Superuser to 3.0.7 (main) and 3.0.3 (binary)
Updated GoLauncher EX to 2.66 (themed to match ROM)
Updated SteelBox with all the latest fixes and features
Updated Busybox to 1.19.3
Includes Market v3.1.3 (not 3.3.11, I know) (themed to match ROM)
Includes themed GTalk
Includes themed icons and widgets
Includes fixed Torch app (themed to match ROM)
Now theme is based on ICS with personal changes
Themed all GAPPS as well
Optimized more images to save space and decrease loading times
Optimized all system sounds for 2MB space savings
Included all system sounds from the Nexus S ICS dump
Reverted back to Music 2.3.7 instead of 3.x for speed
Fixed data copy error in updater-script
Fixed default system battery capacity to 1390 for the BP6X battery
Made ICS Roboto font the default
Changed the default font for the clock to match ICS better
Changed the clock font to something better
Changed SMS message limit to 400 per conversation
Changed MMS message limit to 30 per conversation
Changed Data Roaming default to ON
Home app is locked in memory by default now
Removed unneeded init.d script
Adjusted power_profile.xml for the D1 better
Added Torch brightness settings and tweaks
Added automatic overclocking script to init.d
Added better ICS themed clock images
Added Honeycomb/ICS themed progress bars
Added ability to completely disable the lockscreen
Color-matched Settings icons for a better visual appearance
Persistent ADB notification is off by default
List of easily removable apps:
Calculator
Calendar
Email
File Manager
Live Wallpapers
Magic Smoke Wallpapers
Music
Search
Theme Manager
Visualization Wallpapers
Voice Dialer
Recommendations:
Wipe EVERYTHING before installing, or you WILL have problems.
Give the ROM time to run, before judging it. It will be slow to start, but speed will increase as things settle in. Wont take long, maybe a few minutes!
As for the Market, you need to sign into your Google account FIRST, and then the icon will appear.
Credits:
Here are my thanks, in no particular order:
666ogre666 (testing, ideas)
Sonny Sekhon (Awesome ICS theme, partial)
Actngrezy (testing, tweaks, mods)
Alastrionia (testing, mods)
Bob24260 (support, testing)
Cush2Push (testing, ideas)
ChevyNo1 (ideas, assistance)
JRummy (pointers, assistance)
Lehthanis (testing, ideas, boot animation)
Woodyman (ideas, pointers, assistance)
Liquid (testing, ideas, tweaks, mods)
es0tericcha0s (ideas, assistance)
gflam (testing, ideas, pointers, mods, tweaks, apps)
RaidZero (testing, tweaks, mods, ideas)
Cyanogen (source)
CVPCS (mods, tweaks)
and more.....
Thanks to everyone for making this possible. This is still an adventure for me. I hope to get this on more devices, as soon as more devices become available to me to test with.
dude, this looks pretty slick. I'll download it and check it out tonight for sure!
I keep getting a status 7 error, and can't flash this rom. I have downloaded it 3 times in case I got a bad download. But, it won't work.
Running cm7.1 on my sisters dx can I flash this over the cm7? Of course after a full wipe.
anyone know if wifi hotspot works with this rom?
thanks! looks killer! will flash soon
nice but how can i download? it takes me to the devhost.org but i cant find the download????
codygs83 said:
anyone know if wifi hotspot works with this rom?
thanks! looks killer! will flash soon
Click to expand...
Click to collapse
+1
Wondering the same thing. Has anyone tried this rom?
I'm an Evo user, rooted of course, with a nob question. Got a hold of a droid x, rooted it and want to flash this rom. Nob question. Can I boot int recover via rom mgr and flash or do I need to use boot straps to do this? I'm not well versed in cwm as I use RA for my evo. Thanks in advance, and take it easy on me please.
Also Can2t install
I just fresh sbf'ed back to 0.602. When I try to install I get Error 7 from clockwork....anyone else having this problem? Do i need to flash 2int recovery to install?-AT
---------- Post added at 04:53 PM ---------- Previous post was at 04:45 PM ----------
NVM I gotta go back to the Froyo kernal.... I found my solution here:
http://www.youtube.com/watch?v=fHEQ9EgW9Gc quick step by step video
What's going on CHEVY? I was wondering if it was fine for me to just install this on top of MIUI 1.10.21?
besides wiping dalvik if I do, will I need to format system as well by any chance?
Thanks for this awesome rom. Miui got boring after a while. I've been using it since it was released for us Droid x users.
Thanks for nice work but I have a question, what about the camera as I test in CM7 is too bad ? did you solve it in your ROM?
Looks great! Nice work
Wifi Issues
IS anyone else experiencing WIFI issues with this ROM? Sometimes I cannot get it to connect; then if I reset the phone a bunch of times it eventually connects....I wiped everything and reflashed twice; still having the issue.
Anyone else experiencing this?
Thanks
am776 said:
Thanks for nice work but I have a question, what about the camera as I test in CM7 is too bad ? did you solve it in your ROM?
Click to expand...
Click to collapse
I'd like to know too, does camera work?
Sent from my Sensation using xda premium
sbf from 2.3.602 to 2.3.340
It Is safe to Downgrade sbf from 2.3.602 to 2.3.340? I will like to apply this ROM however I don't want to brick my phone. thanks.
Influxvisions said:
It Is safe to Downgrade sbf from 2.3.602 to 2.3.340? I will like to apply this ROM however I don't want to brick my phone. thanks.
Click to expand...
Click to collapse
ya.. it's perfectly safe.. i've done it several times
Thanks, I will flash this tomorrow then
Will u be converting this into the GB kernel? I would love to try this when its on GB kernel
Sent from my DROIDX using XDA App
Does tethering work well on this one since its not GB based ?
Sent from my SGH-T989 using xda premium
I would also like to know the status of the camera.
SyntaxErr
4.2.1 AOSP based Paranoid is here : http://forum.xda-developers.com/showthread.php?t=2132975
Tanks to Black_Prince for bringing it to us, it's time to close this thread until a new CMPA comes...
{
"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"
}
More screenshots
To be honest, this is not tablet mode at all, it has nothing to do with silly build.prop hacks. This is the first and only Android rom to feature true Hybrid mode. This rom lets you scale and project every app, every widget, even systemcomponents individually. Remember, android is modular, everything is an app: Lockscreen, navigationbar, dialogs, popups, keyboards, widgets, and your regular apps of course. Apps have the capability to switch into various designs or layouts according to the device they run on. This can result in a complete new experience as many apps will transform to the better.
Now for every element that you like chose a mode (PhoneUI, Phablet/Nexus-7UI, TabletUI) and/or a size. You are 100% independent of the system DPI which runs nicely in whatever value it has been assigned to. You do not need to boot your phone into a certain DPI. Neither will most of the changes you apply require a reboot. You will not suffer from the myriads of troubles which normally haunt you under build.prop tablet mode. Your market, phone, etc. will all work, apps won't shrink on you unless you shrink them yourself. This project will entirely transform your device, but retain the aesthetics and the feel of your phone.
Donations to molesarecoming
to D4rKn3sSyS
to Cyanogenmod
to me
Install Rom
Install Gapps
Wipe caches, factory reset is a must if you're coming from another rom than CM10
CWM -> Advanced -> Fix Permissions (VERY IMPORTANT STEP)**
FAQ & HELP - Read before asking!
Go to Settings, System, Font size, set it to NORMAL
If you have an issue and you want to call our attention, here's what you do:
1. Try everything you can, find solutions for yourself. Wipe caches, revert all your settings you have made, go back to your stock Kernel, factory reset if you have to or reflash the rom. Assume that the issue is on your side and try your best to isolate it.
2. Search this thread and Cyanogenmods aswell (its our base) for possible reoccurences of your issue and hopefully solutions that may have come up.
3. If you think the issue is important enough that we should cease our work and look into it, post your issue, BUT ...
... stay friendly, do not demand anything, do not threaten
... explain your issue as precise as you can, name the exact apps and conditions that cause trouble, help us to replicate the issue right away. If we can't there's no way we can fix it and your post will simply clutter the thread
... collect evidence, keep in mind this is a developer thread so even if you are not one, do us the favor and research how to record logcat. logcat is the single most important help you can give us to resolve your issue.
Cyanogenmod Project, for CM10
Tina, for images on this thread http://krebsmilk.de/
evilisto, for Sense Recent Apps mod, and basic Tablet mode source
dubidu, for hiding statusbar mod
D4rKn3sSyS and all the paranoid team, for the galaxy S2 rom
Fuss132 for horsepower kernel
Very special thanks to incarnation95 for building 2.52 from source and teaching me how to build from source
Check changelog
VERY Special thanks to all the donators!, you support me for making a better work each day!
http://goo.im/devs/quentin330
To update be carefull to follow the followig steps:
1) reboot in recovery
2) flash the update
3) flash gapps again
4) advanced/fix permissions
5) reboot
How to set the workspace mode
How to change an apps Layout and size
Does this ROM use or have Siyah Kernel? What kernel is it using?
Hey you sure you got siyah kernel for the g version?? ... I dont want to brick my phone!!!!
Sent from my GT-I9100G using xda premium
y2kkingboy said:
Does this ROM use or have Siyah Kernel? What kernel is it using?
Click to expand...
Click to collapse
Kingspp said:
Hey you sure you got siyah kernel for the g version?? ... I dont want to brick my phone!!!!
Sent from my GT-I9100G using xda premium
Click to expand...
Click to collapse
Okay sorry for this, the siyah kernel is used by the I9100 rom but it's not used in this rom, I will delete this line right now (I copied from the original thread that's why it's written)
But I can garanty you won't brick your phone as I'm using this rom right now on my I9100G
quentin330 said:
Okay sorry for this, the siyah kernel is used by the I9100 rom but it's not used in this rom, I will delete this line right now (I copied from the original thread that's why it's written)
But I can guaranty you won't brick your phone as I'm using this rom right now on my I9100G
Click to expand...
Click to collapse
You really got me shocked for the siyah kernel.... God I was excited... Well otherwise thanks for porting....
Sent from my GT-I9100G using xda premium
One more thing.... How can you port I9100 cm9??? Your cm9 links lead to it.... Which cm9 have you used as base???
Sent from my GT-I9100G using xda premium
Kingspp said:
One more thing.... How can you port I9100 cm9??? Your cm9 links lead to it.... Which cm9 have you used as base???
Sent from my GT-I9100G using xda premium
Click to expand...
Click to collapse
I used the 20120618 nightly from I9100G, again I didn't edit the thread enough, thank you for the notice
On CM9 my SGS2G is not able to play sound (Music or speech commands of my navigation app) properly while GPS is searching a signal. It is always interupting. Could someone please check if this issue is fixed on this ROM?
Looking nice
this rom do i need flash CM9 before flash it or just i can install from any ics rom??
good to see this rom
I'm happy to see this for our G! thanks! downloading right now and will give a feedback asap...
hope everything goes well
Hello, thank you for porting the ROM. Before I do this, just to double confirm, IF I am currently using CM9, do I still have to do factory reset? Or straight flashing over CM9 without factory reset will do? Once again, thank you so much. =)
walauu said:
Hello, thank you for porting the ROM. Before I do this, just to double confirm, IF I am currently using CM9, do I still have to do factory reset? Or straight flashing over CM9 without factory reset will do? Once again, thank you so much. =)
Click to expand...
Click to collapse
It's best if you do factory reset after flashing a new rom to avoid complications.
OT : I'll be testing this thoroughly and will report bugs for you.
Anybody installed this rom? Kindly give the feedback....
Review (Screenshots)
Well this rom is all about the looks... so here are a few..
My current Settings:
System dpi : Custom dpi: 160dpi
Statusbar dpi : Custom dpi : 150dpi
Google Playstore:
Youtube:
Default Camera:
Contacts:
Settings:
Default Calender:
Default Dialer:
App Drawer(Nova Launcher):
Default Calculator:
Poweramp:
Bugs/Cons:
Default Browser(Different from the preview in OP):
Settings (Different from the preview in OP):
"Mainly" (No sense Recents and statusbar Transperency)
Recent Apps(Long press of home menu)(Different from the preview in OP):
To the dev:
Excellent work....Thanks a lott... Finally a tablet rom for the g version..
Did not find any major bugs...
Quite fast...but slower than cm9(Boot time)
Custom dpi settings for every app, status bar, system ui.
Can be used on daily basis.
Please see to the cons and try to change the appearences in the next update!
Samsung Galaxy S2 GT I9100G
Rom: Paranoid Android(Custom Dpi)
Kernel: Cm9 Kernel
@Kingspp, your attachment cannot be viewed. Please update, thank you. =)
walauu said:
@Kingspp, your attachment cannot be viewed. Please update, thank you. =)
Click to expand...
Click to collapse
Updated...
Sent from my GT-I9100G using xda premium
I am very excited to try it thanks alot
This mod enables the Nexus 7 phablet UI on the Xoom without modifying the framework-res.apk! The script searches for entries and changes them, so no other entries are affected, and no files are replaced. This mod also includes an addon.d script.
{
"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"
}
What is addon.d?
On some ROMs, like Cyanogenmod, there are scripts in /system/addon.d that run during a ROM update or flash. They can backup and restore system apps (like Gapps), or perform many other functions. This mod includes an addon.d script, so the mod is not lost during a ROM update! If your ROM doesn't support addon.d, this mod should still flash properly, but you won't benefit from addon.d.
Tested and Confirmed to work on:
CyanogenMod 10
EOS 3 (thanks Mjamocha!)
It should work on any AOSP based Android 4 - 4.1 ROM. Let us know if it works! Since 4.2 was changed to be this way by default, there should be no need for this mod on AOSP based 4.2 ROMs.
Install Instructions:
- Boot into recovery
- Flash Enable zip
- Reboot
Uninstall Instructions:
- Boot into recovery
- Flash Disable zip
- Reboot
Downloads:
Enable-XoomPhabletUI-1.3.zip
Disable-XoomPhabletUI-1.3.zip
Changelog:
Code:
1.3 - 10/19/12
- More code cleanup
- Added assert to verify device
1.2 - 10/07/12
- Added script to /system/addon.d
1.1 - 09/27/12
- Code cleanup
- Added error handling
1.0 - 09/21/12
- Initial release
Credits and Thanks:
graffixnyc and NemesisRE - shell script ideas
Chainfire - output to recovery UI from shell script code
DISCLAIMER:
This mod involves editing system files. Use at your own risk! Also please don't forget, before you report ROM related bugs in the ROM developer thread, you should remove this mod to make sure the issue is not caused by this mod!
Nice Mod sir!
It works on EOS3 Stingray.
Your images aren't showing up.
Edit: Now they are!
I see them now. Yeah, the settings page in the phablet UI shows in phone mode, one stretched out list, not tablet style.
Much faster, the bar is a lot bigger so the soft keys aren't so small and difficult to tap and it is just overall less glitchy, with the other mod, my Xoom restarted every time I held the power button, with yours everything works just fine. Thank you so much.
Oh and the keyboard is so much bigger and better to type on, it seems the other one makes the screen size feel smaller so it all is very much wasting screen real estate.
Telling you guys, this version works amazing on EOS 3 146, it works without making it glitchy and the soft keys are just right. The other mod just doesn't compare to this one really.
Sent from my Xoom
nice, thanks. Trying it out now
Testing on MZ601 3G Running EOS Nightly 114.
Edit: Seems to be one issue idk if this noticed or normal or what but id like to share, it seems that on the homescreen mode it will not rotate, on apps it will though, otherwise it works brilliantly.
rezkon said:
Testing on MZ601 3G Running EOS Nightly 114.
Edit: Seems to be one issue idk if this noticed or normal or what but id like to share, it seems that on the homescreen mode it will not rotate, on apps it will though, otherwise it works brilliantly.
Click to expand...
Click to collapse
What launcher are you using?
rmkilc said:
What launcher are you using?
Click to expand...
Click to collapse
None, just the normal android one.
rezkon said:
None, just the normal android one.
Click to expand...
Click to collapse
In CM10, the default launcher has an auto-rotate setting. Not sure how EOS 3 is setup. You could always use Nova.
Problem, majority of apps on Playstore read the device differently so I can't upload anything not even to the newest Netflix
Sent from my Xoom
Smokexz said:
Problem, majority of apps on Playstore read the device differently so I can't upload anything not even to the newest Netflix
Sent from my Xoom
Click to expand...
Click to collapse
Probably has to do with the dpi.
Sent from my Atrix using Tapatalk 2
rmkilc said:
Probably has to do with the dpi.
Sent from my Atrix using Tapatalk 2
Click to expand...
Click to collapse
This is a big issue, is there any way to fix this?
Sent from my Xoom
Smokexz said:
This is a big issue, is there any way to fix this?
Sent from my Xoom
Click to expand...
Click to collapse
Can you explain in more detail what the problem is? I was able to install Netflix.
rmkilc said:
Can you explain in more detail what the problem is? I was able to install Netflix.
Click to expand...
Click to collapse
The appstore reads the tablet as a different device so when I go to the store I cannot update or download some apps, including Netflix. It just says the device is not compatible with my device.
Sent from my Xoom
In my 5 minutes using this mod, my xoom seemed very slow and sluggish. Running Eos nightly 146, by the way
I love it!
My xoom get's very very beautiful *-*
Updated zips. It now also puts a script in /system/addon.d, so you don't have to flash this mod again after every ROM update (assuming your ROM supports addon.d scripts. CM does)!
works on cna
I flashed it on cna 3.6.6 and works perfectly, because it separates Navigation and notification bar a lot of settings that didn't work before now they do.
Seriously, I just noticed your mod, it is awesome and amazing.... keep up the good work. I hope your mod can be included in a ROM as an option. Great work... working well here...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
MIUI V4.1 (2.9.21) :highfive:
I honestly take no credit for this Rom at all although I would like to give a big shout out & Thanks to everyone at XDA, Cyangenmod, and MIUI Dev team.
I, nor ANYONE else is responsible for what MAY happen to you and your phone, or anyone else and their phone.
So by moving forward to downloading you understand the risks of flashing a new ROM, and understand it's NOT anyone
else's fault except yours. . . No one put a gun to your head and said hey download and flash this now!
Code:
Installation Instructions. . .
Reboot into Recovery
Do a Nandroid Backup (optional)
[U][SIZE="3"]-[B]Wipe data/factory reset[/B]
-[B]Wipe cache partition/dalvik cashed[/B]
-[B]Go into Mounts & Storage and Format /system[/B][/SIZE][/U]
-Install the ROM
-reboot (as always first boot takes a bit longer)
-let sit for a few minutes
-reboot
-set up as you like
-reboot and enjoy
The Rom comes with Devil3_1.2.1_JellyBean kernel, but of course flash what ever JellyBean kernel your heart desire.
Code:
Issues::
1. GPS May be shot, let me know and I'll attempt to fix
2. Low memory space in /Data? Use an app to put your apps in the /system/app folder or use to app2sd
3. BLN doesn't work properly. [FIX? Disable Screen on in sms settings]
4. EFS (IMEI ERROR EVERY BOOT) [FIX? Unknown at this time]
5. Play Store Error: (app name) could not be downloaded due to an error; error retrieving information from server [RPC:AEC:0]
5a. Fix? Remove Google account and re-login .
Download Link in 2nd post.
Click on the :good:Thanks button if you like.
MiUi 2.9.21 Vibrant Port
Code:
New Features
Dial tone when dialing numbers is now a Piano
Misuse protector (Proximity Sensor)
Few tweaks for better battery life, data speed/signal
New DPI set to 200
and Many more. . .
READ 'ISSUES/BUGS' LOCATED IN THE FIRST POST BEFORE POSTING.
:::::::::::::
:: Click Here to download Rom
:: Click here to download KA7 modem (KB5 Modem comes stock with Rom)
:::::::::::::
::Addons
FFC Mod: I don't recall implanting it, so when i release download link if anyone willing to try this mod from this link HERE, let me know if it works and also does it make the camera app un-theme-able .
~~~~~~~~~~~~~~~~~```2.9.4```~~~~~~~~~~~~~~~~~~~~
9/25/12 : Build update
:::::::::::
:: Added FFC Mod (Untested)
:: Added GPS lib/files (Untested)
:: Changed DPI to 192
:: & other minor updates
:::::::::::
:::::::::::
:: Download Link
:: Click Here to download Build #2
:::::::::::
Build #1 info:
Uploaded On: 2012-09-22 22:57:55
Downloaded: 62 times
Click to expand...
Click to collapse
Thanks
jrongi1, brad heffernan (Miui.us)
link is not working
khan_frd2002 said:
link is not working
Click to expand...
Click to collapse
Uploading Mirror now, for some reason Dev-host is down .
That's just awesome, that someone else is now working on MIUI for vibrant! But, how about normal DPI?
TNK2005 said:
That's just awesome, that someone else is now working on MIUI for vibrant! But, how about normal DPI?
Click to expand...
Click to collapse
Yeah, see what had happen was when i first started porting it it was just for personal use so i did everything more of to my liking but I'd be happy to change things up and add/remove things. It's two things you can do as of now dealing with the DPI.
One: Download Build.prop editor from Google play, and change the DPI to 240 yourself. build.prop Editor by Nathan Campos
Two: Wait for the next update which will come with more options
Thank you for this!
Since J is dropping the miui port, this will be surely just as good!
I'd be more than happy to test out your experimental builds as I have done for J.
Also link does not work but mirror does.
Sent from my SGH-T959 using Tapatalk 2
Is there any way to get TV output working with this
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
xriderx66 said:
Thank you for this!
Since J is dropping the miui port, this will be surely just as good!
I'd be more than happy to test out your experimental builds as I have done for J.
Also link does not work but mirror does.
Sent from my SGH-T959 using Tapatalk 2
Click to expand...
Click to collapse
Yeah, I actually have the newest build for you to test now.
And Yes, I am aware of that, Dev-Host 'WAS' down but is back up now.
chriswallen79 said:
Is there any way to get TV output working with this
Sent from my SAMSUNG-SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
I am not positive if it'll work, It does have the options but I have no way for sure to test it.
so happy this came out about to flash in a little bit after i charge!
thanks alot
What dpi does this run at? It's a bit too big for me, I prefer default or 210 (gonna change it)
Also,
On that pic, what is that on the second pic?
xriderx66 said:
What dpi does this run at? It's a bit too big for me, I prefer default or 210 (gonna change it)
Also,
On that pic, what is that on the second pic?
Click to expand...
Click to collapse
My comfort level of DPI is "182" as you can see in the 2nd post screenshots.
that picture in the first post is from en.miui.com it self.
GeEazy said:
My comfort level of DPI is "182" as you can see in the 2nd post screenshots.
that picture in the first post is from en.miui.com it self.
Click to expand...
Click to collapse
Alright, I've officially moved onto this ROM, restoring my apps right now.
PM me with any test builds.
xriderx66 said:
Alright, I've officially moved onto this ROM, restoring my apps right now.
PM me with any test builds.
Click to expand...
Click to collapse
Alright, I'm currently trying to update to 2.9.21 once successful I plan on releasing on the 28th or before. I have a working port, but I'm having the very amusing CM9+ IMEI problem.
GeEazy said:
Alright, I'm currently trying to update to 2.9.21 once successful I plan on releasing on the 28th or before. I have a working port, but I'm having the very amusing CM9+ IMEI problem.
Click to expand...
Click to collapse
Not sure if you or Jrongi use different sources, but restoring my desktop layout gets me a FC every single time, and we all know how much of a pain it is to setup the homescreen.
Also, stuff like the "hidden proximity" feature seem to not be present (when your proximity is hidden, like if its in your pocket, it won't let you do anything until its unhidden)
xriderx66 said:
Not sure if you or Jrongi use different sources, but restoring my desktop layout gets me a FC every single time, and we all know how much of a pain it is to setup the homescreen.
Also, stuff like the "hidden proximity" feature seem to not be present (when your proximity is hidden, like if its in your pocket, it won't let you do anything until its unhidden)
Click to expand...
Click to collapse
Yeah, J did his own thing, & his was ICS. and I'm not to sure on the restoring desktop layout problem, I'll look into that as well as the "Hidden Proximity", I do know it works during calls tho.
GeEazy said:
Yeah, J did his own thing, & his was ICS. and I'm not to sure on the restoring desktop layout problem, I'll look into that as well as the "Hidden Proximity", I do know it works during calls tho.
Click to expand...
Click to collapse
Not the ICS one.
He has a JB one as well, but is most likely going to drop support for it.
http://forum.xda-developers.com/showthread.php?t=1552241
I'm guessing its because he uses miuiandroid, while you use miui.us
and I guess there are differences.
xriderx66 said:
Not the ICS one.
He has a JB one as well, but is most likely going to drop support for it.
http://forum.xda-developers.com/showthread.php?t=1552241
I'm guessing its because he uses miuiandroid, while you use miui.us
and I guess there are differences.
Click to expand...
Click to collapse
noooo, we used the same source on this current build, my next one is going to be miui.us unless i can get miuiandroid to work without bootloop, so you shouldn't be having a problem with 2.9.4 .
hows the battery on this?
This rom is compiled from sources of paranoid android and I also used cooper sources from Jellaxy sources, So you can donate to Paranoid developers as well as The whisp and other team member
I'm doing this only as hobby so no eta , when I get time Ill fix bugs and update rom
{
"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"
}
To be honest, this is not tablet mode at all, it has nothing to do with silly build.prop hacks. This is the first and only Android rom to feature true Hybrid mode. This rom lets you scale and project every app, every widget, even systemcomponents individually. Remember, android is modular, everything is an app: Lockscreen, navigationbar, dialogs, popups, keyboards, widgets, and your regular apps of course. Apps have the capability to switch into various designs or layouts according to the device they run on. This can result in a complete new experience as many apps will transform to the better.
Now for every element that you like chose a mode (PhoneUI, Phablet/Nexus-7UI, TabletUI) and/or a size. You are 100% independent of the system DPI which runs nicely in whatever value it has been assigned to. You do not need to boot your phone into a certain DPI. Neither will most of the changes you apply require a reboot. You will not suffer from the myriads of troubles which normally haunt you under build.prop tablet mode. Your market, phone, etc. will all work, apps won't shrink on you unless you shrink them yourself. This project will entirely transform your device, but retain the aesthetics and the feel of your phone.
If you have an issue and you want to call our attention, here's what you do:
1. Try everything you can, find solutions for yourself. Wipe caches, revert all your settings you have made, go back to your stock Kernel, factory reset if you have to or reflash the rom. Assume that the issue is on your side and try your best to isolate it.
2. Search this thread and Cyanogenmods aswell (its our base) for possible reoccurences of your issue and hopefully solutions that may have come up.
3. If you think the issue is important enough that we should cease our work and look into it, post your issue, BUT ...
... stay friendly, do not demand anything, do not threaten
... explain your issue as precise as you can, name the exact apps and conditions that cause trouble, help us to replicate the issue right away. If we can't there's no way we can fix it and your post will simply clutter the thread
... collect evidence, keep in mind this is a developer thread so even if you are not one, do us the favor and research how to record logcat. logcat is the single most important help you can give us to resolve your issue.
Paranoid team http://www.paranoid-rom.com/
jellaxy team for cooper sources
lagloose Donate to him http://forum.xda-developers.com/member.php?u=830447
erikcas Donate to him - http://forum.xda-developers.com/member.php?u=985241
Thewhisp Donate to him http://forum.xda-developers.com/member.php?u=4148720
CallmeVentus for helping me all time http://forum.xda-developers.com/member.php?u=4188357
Teamcooper
and me donate if you want https://www.paypal.com/in/cgi-bin/w...63663d3faee8d0b7e678a25d883d0bcf119ae9b66ba33
Downloads and changelog
Guys donate to all credited people and also to me if you guys happy with our work
Download
http://www.mediafire.com/?3aqzvgdv7llcvg4
How to install
wipe data
wipe cache
wipe dalvic cache
then install
Bugs
1) HQ video playback (need OpenMAX libraries from Qualcomm, unfortunately, they are not going to release them)
2) Native USB tethering
3) Native Wi-Fi tethering
4) Videorecording
5) Google Now (Voicesearch)
http://paranoid-rom.com/forum/changelogs-news
Date 13-10-2012
camera with preview fixed ( thanks to lagloose for his camerahal)
JB 4.1.2
Paranoid 2.21
reboot problem fixed ( need confirmation)
some other changes/fixes
Alpha 2
All hangs and fc of system fixed
You can use paranoid setting
Much stable as same as cm10 and aokp
paranoid 2.15
How to set the workspace mode
How to change an apps Layout and size
Wowww First
xD
Downloading and Test ;D
So we cant use paranoid settings at all?
look nice rom.. i'll try downloat it and flash..
thanks nims:good:
diegonnc said:
So we cant use paranoid settings at all?
Click to expand...
Click to collapse
yep atleast for this build but this app only define density of each app that you set and phone/tablet mod
and you can do this by yourself simply adding your mode/density in properties.conf bit difficult for noob but advance user can do this
its first build so some bugs are always expected
nims11 said:
yep atleast for this build but this app only define density of each app that you set and phone/tablet mod
and you can do this by yourself simply adding your mode/density in properties.conf bit difficult for noob but advance user can do this
its first build so some bugs are always expected
Click to expand...
Click to collapse
Okay, i guess i will wait for your next version then, thanks and keep it up:good:
this is pretty rom dude
but my device have a problem with apollo and gallery.
gallery and apollo is empty.
I got this trouble with all CM10 rom.
can u help me ?
Good will test it
Inviato dal mio iPad con Tapatalk HD
wow i try it now
Update
Rom updated and all hangs and fc of system fixed
Only paranoid wallpaper app fc but not big issue will fix next time
How's the battery?
The Zel said:
How's the battery?
Click to expand...
Click to collapse
same as you get with any jb rom with my kernel
nims11 said:
same as you get with any jb rom with my kernel
Click to expand...
Click to collapse
the phone in the screens are ace??because I see google chrome ??
What is not working ??
Nims ?
Are u also going to build pa ics ?
Sent from my GT-S5830 using xda premium
OWOOO download and Test Again xD
i like this Rom
CoolCatGetHome said:
Nims ?
Are u also going to build pa ics ?
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Dont know right now but main thing is sources of ics paranoid not updated from too long around 2 months I think
nims11 said:
Dont know right now but main thing is sources of ics paranoid not updated from too long around 2 months I think
Click to expand...
Click to collapse
Hmm... Okay
Hoping for it
Thanks
Sent from my GT-S5830 using xda premium
Navbar in tablet mode works ??
Navbar in bottom statbar ¿
Didnt had time to flash jb version of pa »p
Sent from my GT-S5830 using xda premium