assalamuallaikum Wr.Wb
kali ini admin akan share rom portingan dari imo s89 miracle
rom jb 4.2 real punya imo s89 miracle STABLE VERSION WITH MULTIUSER...slahkan icip2
ssnya klik disini
link rom: http://d-h.st/vun
cara install:
seperti biasa pakai cwm, yg gak tau ubek2 dock
nb:
sedia payung sblm hujan, jd backup dulu rom agan, klo gak suka rom ini toh bsa direstore
UPDATE FITUR MULTIUSER
- SS: klik di sini
- LINK PATCH MULTIUSER: download
patch multi user install pakai cwm
klebihan: bsa login pakai beberapa akun di sosmedia ataupun email dll
kekurangan: bila anda mngaktfkan multy user akn mkn bnyak ram ( running jd dobel)
klo mau pakai kmbli mnjdi stu user, tnggal hpus user yg anda buat dan jgn lupa reboot, spaya ram kmbali sdiakala
not work:..........
bonus:
tabbed setting, yg ingin tampilan settingnya beda silahkan donload
ss tabbed setting:klik disini
link tabbed setting:http://d-h.st/zjR
untuk tabbed setting uda include xposed & grafitybox, bisa dilihat di ss
source: group cross a7s on facebook
Sabtu, 25 Januari 2014
CARA MENGATASI HH CROSS A7S YANG MATI TOTAL
assalamuallaikum WR.WB
kali ini admin akan membagi cara yang admin dapatkan dari sebuah grup facebook tentang cara mengatasi hh cross a7s yang mati total.
oke tanpa basa-basi
Bahan-bahan yang perlu disiapin:
Ini pengalaman ane sendiri begitu habis flashing cusrom hasil portingan sendiri langsung matot, coba flashing cusrom matot lagi. Jadi udah 2x hp ane matot gara2 flashing cusrom portingan sendiri. Hee belajar perlu pengorbanan. Sekarang c udah ga begitu lagi, udah bisa.
source : group a7s on facebook
kali ini admin akan membagi cara yang admin dapatkan dari sebuah grup facebook tentang cara mengatasi hh cross a7s yang mati total.
oke tanpa basa-basi
Bahan-bahan yang perlu disiapin:
- Driver cross a7s ( download disini )
- Flash tool ( download disini )
- Rom original cross a7s ( download disini )
- Setelah perlengkapan tersebut diunduh, ikuti langkah berikut ini:
- Install driver yang sudah diunduh tadi.
- Buka Flash Tool.
- Klik Scatter-loading di aplikasi Flash Tool yang sudah terbuka.
- Pilih MT6577_Android_scatter_emmc di folder yang sudah di-exstract dari file ROM yang sudah diunduh tadi.
- Kemudian klik download.
- Langkah selanjutnya hubungkan Smartphone A7S ke komputer tanpa baterai, tunggu beberapa detik kemudian pasang baterainya.
Perlu diketahu bagi Cross A7S yang tidak terdeteksi sama komputer ketika melakukan cara ini, coba hubungkan A7S tanpa baterai ke komputer dan pasang baterai sambil menekan tombol volume +, jika cara ini tidak berhasil juga alangkah baiknya di isi dulu baterainya dengan menggunakan carger kodok, kemudian baru ikuti instruksi ini ulang. - Flashing sedang berlangsung.
Ini pengalaman ane sendiri begitu habis flashing cusrom hasil portingan sendiri langsung matot, coba flashing cusrom matot lagi. Jadi udah 2x hp ane matot gara2 flashing cusrom portingan sendiri. Hee belajar perlu pengorbanan. Sekarang c udah ga begitu lagi, udah bisa.
source : group a7s on facebook
Minggu, 12 Januari 2014
Cara memberi shorcut setting di statusbar android
Quote:
| Well,this new method is much much easier than the old method.Minimal smali editing is involved.So even newbies can follow it. |
Quote:
| You are going to need 1.SystemUI.apk 2.Apk manager,virtuos ten studio or any apk compiling/decompiling tool 3.Notepad++ 4.Patience and some time. |
STEP 1Decompile your SystemUI.apk and go to status_bar_expanded.xml.Open the file and look for this (stock systemUI).
Code:
<com.android.systemui.statusbar.CarrierLabel android:textSize="17.659973dip" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:orientation="vertical" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0" />
Code:
<ImageView android:layout_gravity="center_vertical" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_notify_quicksettings" android:onClick="settingsButton" />
Now save the file.
Code:
android:onClick="settingsButton"
Note;It doesnt matter where you put the code for settings button in statusbar expanded.The above steps are for sgy users.You can put that code anywhere you want.But think logical and use common sense.
STEP 2 Now we can add the method settingsButton to StatusBarService.smali.Open the file and look for the code
Code:
# virtual methods
Code:
.method public settingsButton(Landroid/view/View;)V
.locals 3
.parameter "v"
.prologue
.line 1717
invoke-virtual {p1}, Landroid/view/View;->getContext()Landroid/content/Context;
move-result-object v0
new-instance v1, Landroid/content/Intent;
const-string v2, "android.settings.SETTINGS"
invoke-direct {v1, v2}, Landroid/content/Intent;-><init>(Ljava/lang/String;)V
const/high16 v2, 0x1000
invoke-virtual {v1, v2}, Landroid/content/Intent;->setFlags(I)Landroid/content/Intent;
move-result-object v1
invoke-virtual {v0, v1}, Landroid/content/Context;->startActivity(Landroid/content/Intent;)V
invoke-virtual {p0}, Lcom/android/systemui/statusbar/StatusBarService;->animateCollapse()V
.line 1720
return-void
.end method
android.settings.SETTINGS is the intent for calling settings app activity.You can change the intent to call diffrent activities.For example
Quote:
| android.settings.WIRELESS_SETTINGS -wireless and network settings android.settings.WIFI_SETTINGS -Wifi settings android.intent.action.POWER_USAGE_SUMMARY -Battery usage summary |
STEP 3Now download and extract this Settings_shortcut_drawables.zip.Put the ic_notify_quicksettings.xml inside your drawable folder and the the other two pngs inside drawable-ldpi folder.
STEP 4Now compile and push.
Quote:
Before asking doubts think twice always.If there is any error in the codes,do let me know.Happy to help.
|
Old method
Actually this mod is not made by me.I've just ported it and found the way to implement this in other roms.I've studied the SystemUI.apk from the theme by C.O.D.<D.J> for creed's rom.So all credit goes to him
Quote:
| EDIT:There is a small correction in the code
Code:
invoke-direct {v0, p0}, Lcom/android/systemui/statusbar/StatusBarService$8;-><init>(Lcom/android/systemui/statusbar/StatusBarService;)V
|
It's easy if you follow every step correctly
STEP 1: Decompile the SystemUI.apk.There are several threads around xda to show you how to decompile an apk.Navigate to res/layout/ and find status_bar_expanded.xml.Find the following code in the file
Code:
<com.android.systemui.statusbar.CarrierLabel android:textSize="17.659973dip" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:orientation="vertical" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginLeft="5.0dip" android:layout_marginTop="1.0dip" android:layout_weight="1.0" />
Code:
<ImageView android:layout_gravity="center_vertical" android:id="@id/settings_button" android:paddingLeft="0.0dip" android:paddingTop="0.0dip" android:paddingRight="8.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_notify_quicksettings" android:contentDescription="@string/accessibility_settings_button" />
STEP 2.Open res/values/strings.xml.And add this line at the end
Code:
<string name="accessibility_settings_button">System settings.</string>
STEP 3.Open res/values/ids.xml and paste this code at the end
Code:
<item type="id" name="settings_button">false</item>
STEP 4.Now extract the files from the attached zip.Take "ic_notify_quicksettings.xml' and put it in res/drawable/.Take 'ic_settings_normal.png' and 'ic_settings_pressed.png' and put it in res/drawable-ldpi/.
Now recompile the apk and push it to system/app to make sure the settings button is there and everything look right.Now decompile that systemUI.apk again.Navigate to res/values/ .We need to find an id from public.xml
STEP 5.Now open public.xml and find this line
Code:
<public type="id" name="settings_button" id="0x7f090027" />
STEP 6.Open StatusBarService.smali and find this line of code
Code:
.field mScrollView:Landroid/widget/ScrollView;
Code:
.field mSettingsBut:Landroid/view/View; .field private mSettingsButListener:Landroid/view/View$OnClickListener;
Code:
iput-object v0, p0, Lcom/android/systemui/statusbar/StatusBarService;->mStopTracing:Ljava/lang/Runnable;
Code:
.line 1703
new-instance v0, Lcom/android/systemui/statusbar/StatusBarService$8;
invoke-direct {v0, p0}, Lcom/android/systemui/statusbar/StatusBarService$8;-><init>(Lcom/android/systemui/statusbar/StatusBarService;)V
iput-object v0, p0, Lcom/android/systemui/statusbar/StatusBarService;->mSettingsButListener:Landroid/view/View$OnClickListener;
return-void
Code:
iput v7, p0, Lcom/android/systemui/statusbar/StatusBarService;->mEdgeBorder:I
Code:
.line 333
const v7, 0x7f090027
invoke-virtual {v1, v7}, Lcom/android/systemui/statusbar/ExpandedView;->findViewById(I)Landroid/view/View;
move-result-object v7
iput-object v7, p0, Lcom/android/systemui/statusbar/StatusBarService;->mSettingsBut:Landroid/view/View;
.line 334
iget-object v7, p0, Lcom/android/systemui/statusbar/StatusBarService;->mSettingsBut:Landroid/view/View;
iget-object v8, p0, Lcom/android/systemui/statusbar/StatusBarService;->mSettingsButListener:Landroid/view/View$OnClickListener;
invoke-virtual {v7, v8}, Landroid/view/View;->setOnClickListener(Landroid/view/View$OnClickListener;)V
The id highlighted in red must be the same as the id from public.xml.So make sure it's the same.Now save and close the file.
STEP 7.Take 'StatusBarService$8.smali' from the attached zip an put it in com/android/systemui/statusbar/.
STEP 8.Now recompile the apk and push it to system/app/ and put the permission rw--r--r--.
If you want to get the feel of it in your stock statusbar i've made one for you just in case. Download it from here:
DOWNLOAD

Flash it through recovery.If you are running an odexed rom,delete SystemUI.odex from system/app before you flash the zip.
DOWNLOAD
Flash it through recovery.If you are running an odexed rom,delete SystemUI.odex from system/app before you flash the zip.
SOURCE : http://forum.xda-developers.com/showthread.php?t=1899698
[ROM] PACman ROM - True All in 1 - [KK 4.4.2][PA3.99-RC2][AOKP-MR2][CM11.0] - [ALPHA-1] For Galaxy Ace
PAC-man ROM is a combination of the three Super ROMs Available Paranoid Android + AOKP + Cyanogenmod = PAC-man This ROM packs all the tweaks from the three super ROMs into one. Why choose among ROMs, When you have All-in-One !!
SCREENSHOTS:
, androidarmv6 team 4.4.x KitKat Linux 2.6.x Alpha
Code:
FATURES:
* All in One Rom [CM-11.0, AOKP-jb_mr2 and PA-3.99-RC2]
* PhoneUI, TabletUI, PhabletUI
* Latest PAC Version 4.4.alpha-1
* Some Features from AOKP
* All Feautures from PA
* All Features from CM
* Of course KitKat 4.4.2
Code:
CHANGELOG: * Initial release [26/12/2013].
Code:
NOT WORKING: * You tell me, PLEASE.
Code:
HOW TO INSTALL : * Download the ROM * Reboot to Recovery (NO NEED FOR CWM6) * Wipe data/factory reset * Wipe Cache and Dalvik Cache * Format System * Flash the ROM * Reboot your phone * THE MOST IMPORTANT : Enjoy :D
DISCLAMER:
Code:
* By flashing this, you automatically void your warranty!
* If your phone breaks, blows up or runs away from you, do not cry to us!
* Do not ask for ETAs!!
DOWNLOADS
Code:
*Inital release : pac_cooper_4.4.Alpha-1_20131225-053108.zip
CREDITS:
Code:
* complete androidarmv6 team * CyanogenMod Team * ParanoidAndroid Team * AOKP Team * PAC Team * Me for adapting the Sources for armv6 devices
SOURCES
Code:
kernel source : https://github.com/androidarmv6/android_kernel_samsung_msm7x27 PAC-man github : https://github.com/pac-man AndroidArmv6 github : https://github.com/androidarmv6 XDA:DevDB Information PAC-man ROM, a ROM for the Samsung Galaxy Ace S5830 Contributors xsalahx ROM OS Version: ROM Kernel: Version Information Status: Created 2013-12-26 Last Updated 2013-12-28 |
BY : Arief Mas'ud Fauzan |
Sabtu, 11 Januari 2014
Custom ROM KitKat v2 for Galaxy Ace
ANDROID 4.4 KitKat Style UI for Samsung Galaxy Ace

Changelog:
v1: INITIAL RELEASE
v2:- New boot animation
- UI improvements
- Gradient status bar
- Removed OTA support
- Google Search added
- Fixed layouts in apps and status bar
- Latest version Play store, needs the latest play services to be installed :p
- File manager will be available as a flashable zip :p
- A better UI for Phone and Contacts app :cowboy:
- & somethings that i have forgotten in v2
- What do you guy's want to see next??
Screens v2















ANDROID 4.4 KitKat Style UI for Samsung Galaxy Ace
Install Instructions
1.Reboot into recovery
2.Wipe data/factory reset
3.Wipe cache
4.Go to advanced, wipe dalvik cache
5.Install zip from SD-Card
6.Choose zip from SD
7.Flash the zip
8.Reboot done !!!
Install Instructions
1.Reboot into recovery
2.Wipe data/factory reset
3.Wipe cache
4.Go to advanced, wipe dalvik cache
5.Install zip from SD-Card
6.Choose zip from SD
7.Flash the zip
8.Reboot done !!!
DOWNLOADS:
Credits:
1 @Mardon for the cm10.1.6 and other fixes
2 @ullasmanju for patched services.jar
3.XDA for the platform, Guides and ither sources
4 @Sky_Walker
[CUSTOM ROM] CruzzerMOD™ 4.2.1 for cross a7s
Menurut ane ini rom tersmooth yang pernah ane porting.
Fitur:
-LG Optimus G2 Lockscreen
-LG Optimus G2 Ringtones & Notifications
-Sudah bisa switch 3G (3G/3G)
-UI yang sudah di mod
-Sony X-reality engine
-Recent apps versi HTC
-Pilihan launcher antara Honami & Touchwiz launchers
-Lenovo power apps
-Canvas turbo smart gesture
-Dan ini yang ane demen, game2 klasik yg bisa bikin flashback :p
-Dll. Temukan kejutan lainnya dalam rom ini..
ss :
Link: http://www.4shared.com/zip/GZ_z5c-U/CruzerMOD.html
Updateannya: http://www.mediafire.com/download/1m9le1267lcclxk/update_2.zip
Instalasi:
-Boot ke cwm
-Lakukan All Wipe
-Lakukan format system
-Instal zip from sd card -> Instal CruzerMOD.zip
-Tunggu lalu reboot
-PENTING! Setelah masuk Homescreen boot lagi HH ke CWM
-Lakukan wipe cache
-Instal Update_2.zip
-Reboot
-Dan rasakan nikmatnya wkwkwk
PENTING JUGA! Misalkan ada beberapa aplikasi yang force close (seperti Mms.apk yang tiba2 FC)
Dianjurkan menginstal custom rom lain dulu. Agar Masalah tersebut terselesaikan.
Silakan gan biar makin manteb Flash kedua patch ini
Samsung Dialler - http://d-h.st/tKm
Download Manager App - http://d-h.st/y75
Flash via cwm, jangan lupa wipe cache&dalvik stelah instalasi
Thanks to: Adil Uddin (XDA), Mastah Hasudungan Rooy Joshua (atas updateannya), XDA Devs, Admin & All member of A7S :)
INGAT! ^^ DWYOR ^^ JANGAN LUPA TESTIMONIALNYA ^^
source : https://www.facebook.com/groups/crossa7s/
Fitur:
-LG Optimus G2 Lockscreen
-LG Optimus G2 Ringtones & Notifications
-Sudah bisa switch 3G (3G/3G)
-UI yang sudah di mod
-Sony X-reality engine
-Recent apps versi HTC
-Pilihan launcher antara Honami & Touchwiz launchers
-Lenovo power apps
-Canvas turbo smart gesture
-Dan ini yang ane demen, game2 klasik yg bisa bikin flashback :p
-Dll. Temukan kejutan lainnya dalam rom ini..
ss :
Link: http://www.4shared.com/zip/GZ_z5c-U/CruzerMOD.html
Updateannya: http://www.mediafire.com/download/1m9le1267lcclxk/update_2.zip
Instalasi:
-Boot ke cwm
-Lakukan All Wipe
-Lakukan format system
-Instal zip from sd card -> Instal CruzerMOD.zip
-Tunggu lalu reboot
-PENTING! Setelah masuk Homescreen boot lagi HH ke CWM
-Lakukan wipe cache
-Instal Update_2.zip
-Reboot
-Dan rasakan nikmatnya wkwkwk
PENTING JUGA! Misalkan ada beberapa aplikasi yang force close (seperti Mms.apk yang tiba2 FC)
Dianjurkan menginstal custom rom lain dulu. Agar Masalah tersebut terselesaikan.
Silakan gan biar makin manteb Flash kedua patch ini
Samsung Dialler - http://d-h.st/tKm
Download Manager App - http://d-h.st/y75
Flash via cwm, jangan lupa wipe cache&dalvik stelah instalasi
Thanks to: Adil Uddin (XDA), Mastah Hasudungan Rooy Joshua (atas updateannya), XDA Devs, Admin & All member of A7S :)
INGAT! ^^ DWYOR ^^ JANGAN LUPA TESTIMONIALNYA ^^
source : https://www.facebook.com/groups/crossa7s/
Langganan:
Komentar (Atom)






