[26-7-12]AndroPlus Ultimate |High Quality|Fast|Smooth|GB 2.3.3|Sense 2.1+3.0+3.5+4.0

Input your opinion about My Rom (--- Important ---)

  • Speed

    Votes: 253 56.0%
  • Stability

    Votes: 258 57.1%
  • Performace

    Votes: 183 40.5%
  • Battery

    Votes: 184 40.7%

  • Total voters
    452
Search This thread

THANHVO31

Senior Member
Feb 27, 2010
642
536
Haiphong
what about,i added super wipe to Install package,if you assumption to reinstall rom without lost your data you can unselected super fast,or no you must selected super fast ,for default it`s checked :cool:

I check back the script and know you have a superwipe but as conventional WIPE option is for DATA, for boot+ system, wipe is a must, not option.

Suggest

Code:
# Wipeing
############	
if
    file_getprop("/tmp/aroma-data/mods.prop","item.1.1") == "1"
then
	# Alignment 
	############
	ui_print("@Super Wipeing Started. . .");
	set_progress(0.01);
	show_progress(0.10, "-31000");
	ui_print("  Formatting extX To ext4. . .");
	unmount("/sd-ext");
	package_extract_dir("tmp", "/tmp");
	set_perm_recursive(0, 0, 0755, 0755, "/tmp/alignment/");
	set_perm(0, 0, 0777, "/tmp/mkbootimg");
	set_perm(0, 0, 0777, "/tmp/mkbootimg.sh");
	set_perm(0,0, 0777, "/tmp/checksys.sh");
	run_program("/tmp/alignment/alignment.sh");
	delete_recursive("/tmp/alignment");
	ui_print("  Formatting /sd-ext");
	
	format("MTD", "boot");
	ui_print("  Formatting /Boot");
	format("MTD", "system");
	ui_print("  Formatting /system");
	format("MTD", "userdata");
	ui_print("  Formatting /userdata");
	format("MTD", "cache");
	ui_print("  Formatting /cash");
	run_program("/sbin/busybox", "rm", "-rf", "/sdcard/.android_secure/*");
	ui_print("  Removed .android_secure & Android in sdcard ");
	ui_print(" ");

else

	ui_print("@Insatalling Without Wipe Data !");
        format("MTD", "boot");
	ui_print("  Formatting /Boot");
	format("MTD", "system");
	ui_print("  Formatting /system");
	format("MTD", "cache");
	ui_print("  Formatting /cache");
	run_program("/sbin/busybox", "rm", "-rf", "/sdcard/.android_secure/*");
	ui_print("  Removed .android_secure & Android in sdcard ");
	ui_print(" ");
	ui_print(" ");
endif;
 

Mooncalled

Senior Member
out of the box it's super easy to install and set up. This is my first experience with the Aurora installer and it was very nice. A great feature.

The last sense ROM I used was Energy...I dropped it and went back to HyperDroid in less the 24 hours. I think I'll be using this for awhile.

Sent from my HTC HD2 using xda premium
 

loupio

Senior Member
Dec 7, 2007
259
20
Agadir
hi, just installed the rom but i have a problem with the market, it keeps FC when trying to open it, any tips?

Edit: Sense keeps reloading :s
 
Last edited:

Armazia

Senior Member
Nov 23, 2008
557
92
Nice, stable and fast rom! Curious how you will keep developing it :)
 
Last edited:

BudaLa87

Member
Jan 3, 2010
45
3
goto Add/remove in Androplus(+)v1.0.zip and correct widget and app like this : (some app work simoltaneous and need some stuff in other app)
Friend Stream + Friend Stream widget + Facebook or Twitter or other needed app :)

I can't find "Friend Stream widget" under Widgets =(
I'm also looking for a way to fix my facebook with friendstream
 

Armazia

Senior Member
Nov 23, 2008
557
92
Did you wait 10 minutes? :)

When I did my install I got hung up on "Exit to CWM". I just did a battery pull and rstarted into Clockwork. Installed the addon zip. Rebooted and all was good.

Sent from my HTC HD2 using xda premium

Yea me too. Works fine.

Edit: Found alot of bugs in the sense part, Weather is bugged, even when I removed like you said, accidentally removed the clock, now I can't add a clock anymore, sense crashes. This happens with the 4.0 sense mod.
 
Last edited:

rikusuicide

Senior Member
Oct 6, 2011
405
17
Mayen
got it but now i stuck on boot screen....
Android plus bla bla loading waited 20 mins nothing happend reinstall again-.-
 

theslam08

Senior Member
Just for anyone wondering if they are doing something wrong or if the rom is bugged, I think they are doing something wrong.

I re-worked the install so it would fit on my nand no sd. So only difference I installed with was putting the sys-parts to /data not /sd-ext.

-----

Rom works perfect so far (in my hour of use).
-Speedy speedy speedy. No lagging doing anything at all, opening a ton of apps does nothing but fly through opening them.
-Extended quick settings, so yes, a great + there
-Great add-ons, love the battery mod, and the sense 4 clock seems to function fine here, looks awesome with the clock flipping. Keeps up to time

So far cant find bugs. But will test more and return. Just make sure you up your partition size if you are having problems. Ive had no sense reloads, or crashes or lags.

Good work! So far as of this writing:
10/10!
 
Last edited:

essi_baba

Senior Member
May 11, 2010
719
740
Worldwide
I check back the script and know you have a superwipe but as conventional WIPE option is for DATA, for boot+ system, wipe is a must, not option.

Suggest

Code:
# Wipeing
############	
if
    file_getprop("/tmp/aroma-data/mods.prop","item.1.1") == "1"
then
	# Alignment 
	############
	ui_print("@Super Wipeing Started. . .");
	set_progress(0.01);
	show_progress(0.10, "-31000");
	ui_print("  Formatting extX To ext4. . .");
	unmount("/sd-ext");
	package_extract_dir("tmp", "/tmp");
	set_perm_recursive(0, 0, 0755, 0755, "/tmp/alignment/");
	set_perm(0, 0, 0777, "/tmp/mkbootimg");
	set_perm(0, 0, 0777, "/tmp/mkbootimg.sh");
	set_perm(0,0, 0777, "/tmp/checksys.sh");
	run_program("/tmp/alignment/alignment.sh");
	delete_recursive("/tmp/alignment");
	ui_print("  Formatting /sd-ext");
	
	format("MTD", "boot");
	ui_print("  Formatting /Boot");
	format("MTD", "system");
	ui_print("  Formatting /system");
	format("MTD", "userdata");
	ui_print("  Formatting /userdata");
	format("MTD", "cache");
	ui_print("  Formatting /cash");
	run_program("/sbin/busybox", "rm", "-rf", "/sdcard/.android_secure/*");
	ui_print("  Removed .android_secure & Android in sdcard ");
	ui_print(" ");

else

	ui_print("@Insatalling Without Wipe Data !");
        format("MTD", "boot");
	ui_print("  Formatting /Boot");
	format("MTD", "system");
	ui_print("  Formatting /system");
	format("MTD", "cache");
	ui_print("  Formatting /cache");
	run_program("/sbin/busybox", "rm", "-rf", "/sdcard/.android_secure/*");
	ui_print("  Removed .android_secure & Android in sdcard ");
	ui_print(" ");
	ui_print(" ");
endif;

For install clean rom you must active super wipe, but if you need data file you can make backup with cwm and after install rom revert your data,all guys no advance user but we must make great and easy throug, and for advance user I added some options in 2 package .

Sent from my Desire HD using XDA
 

Top Liked Posts

  • There are no posts matching your filters.
  • 172

    Finally After Many days work & Debugging , I`m Release Great Rom...
    Please Don`t share My ROM in other site without my permission ,Thanks Guy





    attachment.php






    Features
    • Android 2.3.3 - HTC WWE 2.50.405.2 (Ace) and 3.14.405.1 (Bravo) Very Stable , Fast , Smooth
    • First HD2 Rom with Aroma Installation
    • Kernel: marc1706's 2.6.35.14 Sense Kernel [v0.2.3]
    • This is improved version of stock ROM - no visual changes!
    • Very fast, clean & stable!
    • Full HTC Sense 2.1 + 3.0 Interface (You Can Select Needed Stuff For Sense 3.0)
    • SD Speed Increase (buffer = 3072) it`s faster than 2048, Copying into my SD-card class 4 over 4.3 MBps :)
    • Camera & Camcorder working and capture 800*480
    • Add Grate Tweak : Auto O/C + Auto Change Governor when ,Screen On/Off Max 1113600/Min 96000 ,for now Save lots Battery, usually 3 mhA
    • Grate Ram Script , Speed + Multitasking + Battery + Responding + Lag-free ( Now My Rom Very Fast )
    • Make Grate installation For Rom + Addons You Can All Time Add/Remove App In Your Rom ( I`m Work it over 50 Hour :$ )
    • Super Lite & Typical Mod installation For Advance user & Normal user (in super lite MOD after first boot ~ 280Mb free ram :D) it`s Great :eek::cool:
    • Add huge APN
    • Add Battery Percent % (Can Be Select Active/Inactive Or use stock style ):D
    • Sony Bravia-XLoad (Can Be Select Active/InActive)
    • Sony Bravia-Engine
    • Add free
    • HTC_IME + Dic From Sense 3.0
    • Arabic and Hebrew languages support!
    • Fully optimized and tweaked
    • Zipaligned (Improved RAM management)
    • Zipalign on boot (for user applications on data partition)
    • Fully de-odexed
    • Improved virtual memory management
    • Speed optimizations
    • 60 MB ZRAM ready!
    • Swap ready (if you have swap partition in sd-card)
    • Advanced Power Menu (Can Be Select Fix/Unfix)
    • CRT Animation ON/Off (You can Active/Inactive )
    • Battery auto-calibration script, Now Don`t Need to use any app for calibrate battery
    • Excellent battery life! usually 3-5 mhA ( If you have more amount drain ,certainly you have Low signal strength )
    • Movie 720p Play Grate Without Any Lag :eek:
    • Auto cLK/MAGLDR Detect & Auto Fix Network
    • Add Theme Sense 4 :rolleyes: Woooooooooow Its Very Beautiful
    • Multi-language (WWE)
    • 4EXT Recovery support
    • Support almost 24h a day
    • Newest BusyBox 1.19.4 Stable
    • No Needed Full Wipe before installation
    • Super Fast Installation
    • and many more. . . !!! :cool:
    Working
    • everything

    Not Working

    • Nothing:laugh:

    Requirements

    • CLK Or MAGLDR Boot Loader ( if you using cLK , Recommended use my link ,before install my cLK , take task29 )
    • CWM (CWM Recovery Touch Beta 8 Release Candidate 1, it`s better than other CWM )
    • Radio (2.15 Recommended)
    • Optional: 128Mb of swap partition
    • Brain :rolleyes:
    • EU and TMOUS ROM Partition Size : 5/135/5 ( boot / system / cashe )
    • You must have an ext 2/3/4 partition on your SD-Card (512MB - 1GB recommended) ( You just Allow only one extX )
    • Your partitions in SD-card ,it should be similar :
    FAT32------> ext X --------> SWAP
    (XXXX MB)-( 512-1024 MB )-(128-256 MB)

    Installation

    • After install CLK/MAGLDR
    • Go To CWM
    • Install Main Package ( --- AndroPlus(+).v X.X --- ) ( --- You must select Typical Or Lite --- )
    • Install Add-ons Package ( This section is important ,please read elucidation text`s and chose correct options )
    • Reboot
    • First boot takes approximately 5-7 minutes ( If the initial boot took more than 8 minutes , You must be a mistake , and you must follow these steps )

    1. Format SD-Crad with SD Formater (select option and set FORMAT SIZE.... To > ON)
    2. Go to CWM and select it`s ==> Advanced ==> Partition SD Card ==> 1024 or 512M ==> 128M
    3. task 29
    4. Go to First Row Installation

    • Follow instructions on screen ( Setup ) :D

    High Recommended Instructions

    1. important suggestion 01: Previous install my rom , Go to SD card and remove All Folder for Previous Android Rom
    2. important suggestion 02: High Recommended for you ,for increase speed and most free ram always , Use light installations and chose needed apps
    3. important suggestion 03: Package sense 3.0 without lock-screen is faster than with lock-screen
    4. After First Boot : Give Rom ~2 minutes to settle after lock screen before setting up. (setup will be faster)
    5. Give it ~2 minutes to settle then reboot before use
    6. go to All Apps/Superuser and press windows key then in Preferences/Automatic response, select allow
    7. go to All Apps/Effect Control and Set Visible speed & Transition speed to 3 (Important for have nice Transition)
    8. go to All Apps/faster fix for changing GPS Location To your Region ( faster GPS )
    9. go to All Apps/A2SDGUI And in dalvik panel chose Dalvik Cash On SD-EXT then click on Move and Rebuild key ( For more space in internal storage )( Optional )
    10. go to All Apps/DSPManager /Headset and in Bass Boost set to Enable , change select Effect Strength to Moderate ,in Headset Virtual Room... Set to Enable and change Room type to Stage (--- important ----)
    11. if you have any problem about send or receive mms or GPRS Go to setting And set manually APN`s
    12. Read F.A.Q (--- important ----)
    13. Enjoy the fastest Sense Rom

    Warnings

    • Please don`t use setcpu and other like app for change O/C or Governor ( Don`t need to O/C ,Rom work fast without any lag :cool:)
    • You Don't allow Restore System app with Titanium Backup or other like app , on previous
    • rom into this rom ( crash and have bug into system ) you can only restore user app with data ( ---- it's important ----- )
    • You Don`t allow restore User Data with CWM
    • Please don`t use any app for auto kill app ( like advance task killer or other app ) These are useless app`s :D

    Tips to increase battery life

    • Avoid using live wallpaper, especially weather LWP
    • Change Wi-Fi Sleep policy: Settings ==> Wireless & networks ==> Wi-Fi Settings ==> Advanced ==> WiFi sleep policy ==> 15min
    • If you don't care about faster 3G consider switching to 2g only: Settings ==> Wireless & networks ==> Mobile Networks ==> Network Mode ==> GSM Only
    • Do not login to HTC HUB / HTC Sense account !
    • Disable Phone Finder : Settings ==> Location
    • Disable weather sounds & clock widget full screen animation ( But i love this :rolleyes: )
    • Increase Facebook/twitter/stocks sync interval to 4hours or more

    Now,i send big Thanks to all Dev in XDA and other site for hard working
    and special Thanks for good Dev & great my friend :

    XxXPachaXxX , e334 , dungphp , marc1706 , carl1961 ,TarekNajem04 , edward3120 ( for make video )
    kuzibri ( for Create Q/A/T Thread )



    122
    Don`t Forget to thank about my Hard Working... :D:cool:


    Rom & Add on:

    .
    .
    .


    Mirror V3 (Tell me if is have error)
    Rom
    Addon



    [/CENTER]

    Rosie Mod Drawer 4.4 : Download
    Mirror AndroPlus Ultimate : Rom --- & ---Addons
    Mirror AndroPlus V2.0 : Rom --- & ---Addons (Thanks beileroord)

    63


    Changelog

    Ultimate 25,Jul,2012

    • finally Fix Camcorder 800*480 in GB (but it need some debugging and improvement , hope other developer can help me for ... ,So for better capturing use 640*480 ) and you must use lgcamera App for capturing ,and i suggest to you, all time use lgcamera pro its more stable as lgcamera free,you can find it (lgcamera pro) in Google :)
    • Fix Auto-Brightness Level
    • Fix Call Sound Problem
    • Fix Some Wrong Code in Aroma installer
    • Fix Xloud
    • Add Fancy Rotation Animation Like Sense 3.5
    • Add Rotatable Rosie
    • Add Roise app Drawer 4.5 & 4.4
    • Add Documents To Go 3.0
    • Add DSP Manager last version
    • Add Slide to Remover Notification
    • Add New Marc1706 Kernel 0.2.3
    • Add AndroPlus Boot Animation
    • Add Green theme Sense 4
    • Remove Google Play
    • Remove PDF Viewer
    • Update Aroma Installer to V2.0
    • Fix Some wrong code in aroma installer
    • and more more ...
    V2.0 07,May,2012

    • More Free Ram ~280 MB in Lite Mode :) lol
    • Add Stock battery style with fixed Slide Downing Notification Panel
    • Add Beautiful GB Animation Transition to Stock Framework-res.apk
    • Add some nice Sound & Ringtone from Sense 4.0
    • Add New Market( Google Play 3.5.16 )
    • Add UI Sense 3.5 ,all popup menu and button from Sense 3.5 ( Now My Rom very like sense 3.5 )
    • Add New marc kernel 0.2.1
    • Add One item in aroma installation for Revert back to stock weather sense 2.1
    • Add Auto Fix permission script
    • Add more Smoothness tweak + some lib
    • Fix Friend Stream
    • Fix thing Lag For unlock screen
    • Fix YouTube HD Movie Playback ( Now you can ,see HD movie in YouTube )
    • Fix wrong code in Aroma Installer and alot of change
    • Fix Freezing in Aroma Installer ( Please wait... )
    • Fix Auto Reboot issue ( need test )
    • Fix crashing Clock widget on Theme Sense 4
    • fix Chinese IME
    • fix switch network connection
    • fix turn on network connection issue
    • fix All Force close in Package Sense 3.0
    • a lot of edit and added code in Aroma Installer
    • Reduce Auto-Brightness Level For more battery Saving
    • Remove Transparent background in some panel in Sense 3
    • change default font to conffora
    • Revert back up-datable app to /data/app
    • Update Facebook
    • Update tweeter
    • Update Gmail
    • Update Google map
    • Update Google+
    • Removed Paid App
    • more more more...

    V1.0 17.Apr.2012

    • Add huge APN
    • Addfree
    • Add HTC_IME + Dic Frome Sense 3.0
    • Add Stock HTC boot screen
    • Add Stock HTC Bootsound (Can Be Select Active/InActive)
    • Add Effect Control For Change Speed, Visible & Transition
    • Add Newest BusyBox 1.19.4 Stable :D
    • Add Messageing Sense 3
    • Add MX Video Player pro 1.5a
    • Add Auto cLK/MAGLDR Detect & Auto Fix Nerwork
    • Add VM Managment Tweaks
    • Add 128MB Zram :D
    • Add Auto Zipalign For Data/app
    • Add Titanium Backup Pro 4
    • Add Faster Fix For Change GPS location
    • Sony Bravia-XLoad (Can Be Select Active/InActive)
    • Sony Bravia-Engine
    • Hacked Build.Prob (By Me :D )
    • Boost Speed & Performance (Now my Rom Work Without Any lag :D )
    • Speed Up WIFI & GPRS
    • Updated SU
    • Fix Lag For Slid Downing Notification Panel ,Now Is Fastest Drop Down
    • Fix Market Downloading Problem
    • Fix VPN
    • Fix Tmous MMS issue (need test)
    • Fix Arabic and Hebrew languages support!
    • Lot Tweak in init.gz
    • Make Grate installation For Rom + Addons You Can All Time Add/Remove App In Your Rom ( I`m Work it over 50 Hour :$ )
    • Revert bake To Stock Auto Brithness Level
    • Add Theme Sense 4 :D Woooooooooow Its Very Beautiful
    • Add Beautiful GB Animation and Some Icon For Stock GB ,Very Nice
    • Disable USB Debugging notification (Bigger space in notification panel)
    • And MUCH more!
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------​

    F.A.Q

    Q 1: I can't send/receive MMS or I can't connect with mobile data connection. How can I fix it?

    A: Please check your MMS settings or mobile data connection APN settings.for better please set manually APN`S
    Q 2: My GPS signal is very weak or GPS is not working at all. How can I fix it?
    A: There are some solutions:
    1. You can use FasterFix to improve your signal strength.
    2. You can download and install GPS Status & Toolbox to manage your GPS settings.
    Q 3: My clock/weather widget doesn't show my location. How can I fix it?
    A: Please clear data from Google Maps, Clock Widget, Weather, HTC weather sync provider and Weather Provider.

    Q 4: My Quadrant score is not as high as on different ROM. What does it mean?
    A: It means absolutely nothing. Benchmarks on Android System are more or less lottery and they are not showing the real system performance.
    There are many settings that can force Quadrant to show more then 1800 points but it's faked performance, that actually can slow down your phone in some circumstances.
    What I always emphasize is a real performance, the one you can feel under your fingers. Remember that I/O has some limit and surpassing it shows just a numbers without true ratio.

    Q 5: in my rom sometime have lag where is problem?
    A: this rom after many test don`t have any lag,then certainly you have Low signal strength in all android device this problem exist Low signal strength = must battery drain & add lagy in sense,you can test it when you have this problem please set device to offline ,now you can work smoothly and fast with rom but this is no problem for rom :)
    Q 4: My phone ,after installaled Rom pack & Addons freeze on first boot screen (loading...) where problem?
    A: you don't read requirements. And installation steps,please go this steps and read it.
    Q 5: How to understand about calibrated battery?
    A: With Root Explorer Go to this address /data/data ==> and go to the end off the list ,if file .battery-calibrated is exist ,the battery is calibrated well and there is no need to use other app for calibrate it :D ,
    B: if can`t see this file ==> .battery-calibrated ,you must connect your battery charger and wait to created this file
    Q 6: How To Add / Remove system app ?
    A: it`s very easy, Go to CWM ==> AndroPlus(+).vX.0.zip (--- Rom package ---) in Install Type page select Add / Remove , Now you can install or uninstall everything :D
    Q 7: Q: We how can thanks to you?
    A: Just press the thanks button, and if you really want to thank me then read here: Soon I add Donate link
    :D
    Q 8:My keyboard don`t Auto showed in Message app and i have thing lag in Message app, where is it Problem?
    A: Go to contacts and change name contact to English Character ,if you typed Name Your Contact with Arabic Or Persian Character with all sense rom have like problem.
    11
    You should add a donation link on OP. This ROM definitely worth it.
    Sent from my Desire HD using Tapatalk 2
    thanks guy
    i very very work on my rom ,and used a lot of time for debugging and find great value for something.

    sorry i have poor English ,but worked hardly :)

    soon i add Donate link.
    because i have big news for all member`s ,hope save me for continue my work :cool:,
    and soon ,AndroPlus V2.0 released

    i think all members can`t find More perfect than My rom.
    all member in my rom Really ,Have excellent speed for Sense 2.1 + Nice weather or Lock screen Sense 3.0 + Beautiful UI sense 3.5 (New in V2.0) + great Sense UI 4.0 in stable base .
    we don`t need change this rom with heavy and lagy sense 3.0 or 3.5 .
    I add all stuff in One rom ,and now we have AndroPlus Fantastic Rom .:D
    don`t forget Thanks Bottom and D... to me Soon :D
    9
    I need this one :p sorry !! hahaha j/k ... waiting for your release!

    Waiting for release ;)
    GL


    loooool your guys very fast ;)