[ROM] Dr.Oweida | 1.1.0 | Android 4.4.2 KitKat | HTC One E8 Dual SIM AKA M8sw | WWE - HTC One E8

Welcome to the first custom rom for HTC One E8 dual Sim
​Hi Guys
HTC has released HTC one M8 dual sim with the same specifications of the M8, however a Chinese version of M8 Dual sim (E8 AKA M8sw) has been released as well with plastic design and 13 megapixel camera and better processor.
So for those who have bought the HTC one E8 and got stuck with All Chinese apps and restricted blinkfeed content in chinese
I proudly present Dr.Oweida rom for HTC one E8 dual sim ( Probably the first custom 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"
}
Code:
[B][SIZE="5"][COLOR="RoyalBlue"]System Information:[/COLOR][/SIZE][/B]
Based on HTC One (M8 dual sim) 1.45.401.12
Multilanguage support
Fixed Camera by me :)
Android (KitKat) 4.4.2
Sense 6.0
Fast and Stable
Fully Deodexed (Except for one apk !)
Zippaligned
Rooted
No Aroma yet
Code:
[B][SIZE="5"][COLOR="RoyalBlue"]Not working/To be added:[/COLOR][/SIZE][/B]
- Non so far !
- You tell me:D
Code:
[B][SIZE="5"][COLOR="RoyalBlue"]Installation Method:[/COLOR][/SIZE][/B]
[COLOR="DarkSlateGray"][SIZE="4"]First Install
[/SIZE][/COLOR]
1- Make a note that I hold no responsibility towards you if get your device soft or hard bricked !
2- Unlock your device using htcdev website.
3- Install custom recovery (e.g. twrp).
4- Do nandroid backup preferably in your external SD card. This is the most important step !!
5- S-off your device using sunshine (firewater didn't work with me)
6- SuperCID your device.
7- Copy the rom to your sd card (internal or external)
8- Reboot into recovery and wipe system,data,cache and dalvik cache (Well probably factory reset is enough).
9- Install the rom and enjoy :D
[COLOR="DarkSlateGray"][SIZE="4"]Subsequent Install[/SIZE][/COLOR]
1- Download the latest updated rom.
2- Copy it to your internal or external storage.
3- Reboot into recovery and install the rom.
4- Enjoy
Code:
[B][SIZE="5"][COLOR="RoyalBlue"]Credits:[/COLOR][/SIZE][/B]
- @JustArchi for his awesome kitchen.
- @Dsidxa for his awesome kitchen as well.
- @Mike1986 for his rom (Got the updater-script from it)
- @The whole XDA community.
- @Amarulzz for his Aroma masterpiece.
- @matthijsph and @lonelydra for their support and for future cooperation.
Code:
[B][SIZE="5"][COLOR="RoyalBlue"]Changelog:[/COLOR][/SIZE][/B]
- Dr.Oweida 1.0.0 ====> First release.
- Dr.Oweida 1.0.1 ====> Second release
- Fixed SystemUI FC while editing quicksetting.
- Fixed Stock, Tiips&Help, and weather FCs.
- Added Exchange Security bypass to mail.apk
- Fixed issues with Titanium backup to read/write to external SD card
- Dr.Oweida 1.1.0 ====> Third release
- Added Aroma installer.
- Fixed FM radio and Power usage FCs.
Download Link
Dr.Oweida 1.1.0
https://mega.co.nz/#!YVplDBjR!Ts1jlKrEvVczT0MSHSgIPgK7NwNC24-Dfqp7lKZj-J0
This is my first custom rom for E8 please do not hesitate to give me your feed back !

Thanks a lot for your hard work @Oweida. I'm downloading right now and will test tonight.
Can you send us some more information on you did it?
Did you extract "system" from a M8 dual sim TWRP backup and combine it with the original "boot.img" from your device (or something similar)?
I would like to learn.
I'll get back to you with my feedback.

matthijsph said:
Thanks a lot for your hard work @Oweida. I'm downloading right now and will test tonight.
Can you send us some more information on you did it?
Did you extract "system" from a M8 dual sim TWRP backup and combine it with the original "boot.img" from your device (or something similar)?
I would like to learn.
I'll get back to you with my feedback.
Click to expand...
Click to collapse
Simple I used M8 dual sim twrp backup and only restored system without boot then I added necessary files for the camera then I dumped both system.img and boot.img then cooked the rom

Thanks for your hardwork. Anyway, does this rom has social media such as facebook twitter in blinkfeed?and does it have multilanguage and contents in blinkfeed also?

Rosicky said:
Thanks for your hardwork. Anyway, does this rom has social media such as facebook twitter in blinkfeed?and does it have multilanguage and contents in blinkfeed also?
Click to expand...
Click to collapse
Seriously ?!
Yes , yes and yes

After flashing I'm getting "unfortunately setup wizard has stopped"

zolakt said:
After flashing I'm getting "unfortunately setup wizard has stopped"
Click to expand...
Click to collapse
Did you follow all the installation steps one by one ?!
the same issue happened to me when my phone wasn't s-offed and superCIDed !

@zolakt: don't forget to wipe cache etc.
I've installed the ROM and so far so good :good:
I'm now reinstalling all my apps etc.
One little problem I encountered can be fixed by adding a little piece of code to /system/etc/permissions/platform.xml
The simple solution, if you're rooted, is as follows:
1. Using a root-enabled file manager, navigate to /system/etc/permissions and make sure you have mounted the file system r/w.
2. Edit platform.xml and find the WRITE_EXTERNAL_STORAGE permission.
3. Add an additional group definition for this permission...<group gid="media_rw" />
4. Save the changes to the file.
5. Restart your tablet.
Original:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
</permission>
New:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
Done.
Click to expand...
Click to collapse
(source: http://forum.xda-developers.com/showthread.php?t=2572354)
I will add it myself, but maybe you can add this in future releases?

Thanks guys! working well now except for the part where I cant seem to send/receive SMSes lol, trying to find out what's the issue

matthijsph said:
@zolakt: don't forget to wipe cache etc.
I've installed the ROM and so far so good :good:
I'm now reinstalling all my apps etc.
One little problem I encountered can be fixed by adding a little piece of code to /system/etc/permissions/platform.xml
(source: http://forum.xda-developers.com/showthread.php?t=2572354)
I will add it myself, but maybe you can add this in future releases?
Click to expand...
Click to collapse
Thanks noted and will be added but what did you encounter exactly ?!
zolakt said:
Thanks guys! working well now except for the part where I cant seem to send/receive SMSes lol, trying to find out what's the issue
Click to expand...
Click to collapse
will I used both lines in the same phone to send smses to each other and they work !!

Hello guys,
This sounds great !
Is French language available with this ROM ?
What about gapps ? Are there included ?

jojolapatate_xda said:
Hello guys,
This sounds great !
Is French language available with this ROM ?
What about gapps ? Are there included ?
Click to expand...
Click to collapse
Hmmm I don't really know but I added Multilanguage support for a reason
This rom is ported from a European htc one m8 dual sim so unless France isn't a European country otherwise French language is available :laugh:
Give it a try :fingers-crossed:

I have only fc when open weather application.
This rom is great. @jojolapatate_xda: you can try xposed Sense 6 toolbox for many mod + all language enable.
Gửi từ HTC M8sw của tôi

Oweida said:
Hmmm I don't really know but I added Multilanguage support for a reason
This rom is ported from a European htc one m8 dual sim so unless France isn't a European country otherwise French language is available :laugh:
Give it a try :fingers-crossed:
Click to expand...
Click to collapse
Maybe I will
I'm looking at sunshine at the moment, but 25$ just to give your ROM a try ...

jojolapatate_xda said:
Maybe I will
I'm looking at sunshine at the moment, but 25$ just to give your ROM a try ...
Click to expand...
Click to collapse
You are absolutely right, they are exceedingly expensive. Take your time

Oweida said:
Thanks noted and will be added but what did you encounter exactly?!
Click to expand...
Click to collapse
TitaniumBackup didn't have the appropriate rights to use external SD as backup location. This may cause problems with other apps as well, don't know yet.
Easy to, fix just add
Code:
<group gid="media_rw" />
Also System UI crashes when I trie to edit my quick settings. I added some screenshots to point out the problem.
Is it just me or do you have the same problem?

matthijsph said:
TitaniumBackup didn't have the appropriate rights to use external SD as backup location. This may cause problems with other apps as well, don't know yet.
Easy to, fix just add
Code:
<group gid="media_rw" />
Also System UI crashes when I trie to edit my quick settings. I added some screenshots to point out the problem.
Is it just me or do you have the same problem?
Click to expand...
Click to collapse
I'll add it.
I have the same issue with the system UI , would you mind looking into it ?!
But for the time being if you have the European rom push system UI.apk and its odex file to their original directories and restart probably this will solve your problem for the meanwhile.

lonelydra said:
@jojolapatate_xda: you can try xposed Sense 6 toolbox for many mod + all language enable.
Gửi từ HTC M8sw của tôi
Click to expand...
Click to collapse
Are you using it ? Is it working well with htc e8 dual sim ?

Oweida said:
I'll add it.
I have the same issue with the system UI , would you mind looking into it ?!
But for the time being if you have the European rom push system UI.apk and its odex file to their original directories and restart probably this will solve your problem for the meanwhile.
Click to expand...
Click to collapse
I'll look into it.

System UI FC while editing quick setting !
Here is the logcat
Code:
E/ActivityManager( 1090): App crashed! Process: com.android.systemui:qs_reorder
E/AndroidRuntime(18759): FATAL EXCEPTION: main
E/AndroidRuntime(18759): Process: com.android.systemui:qs_reorder, PID: 18759
E/AndroidRuntime(18759): java.lang.IllegalAccessError: tried to access method com.htc.widget.HtcReorderListView.moveItems:()V from class com.android.systemui.statusbar.quicksetting.QuickSettingReorderActivity
E/AndroidRuntime(18759): at com.android.systemui.statusbar.quicksetting.QuickSettingReorderActivity.refreshReorderList(QuickSettingReorderActivity.java:447)
E/AndroidRuntime(18759): at com.android.systemui.statusbar.quicksetting.QuickSettingReorderActivity.onResume(QuickSettingReorderActivity.java:170)
E/AndroidRuntime(18759): at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1282)
E/AndroidRuntime(18759): at android.app.Activity.performResume(Activity.java:5405)
E/AndroidRuntime(18759): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3304)
E/AndroidRuntime(18759): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3359)
E/AndroidRuntime(18759): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2658)
E/AndroidRuntime(18759): at android.app.ActivityThread.access$800(ActivityThread.java:156)
E/AndroidRuntime(18759): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1355)
E/AndroidRuntime(18759): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(18759): at android.os.Looper.loop(Looper.java:157)
E/AndroidRuntime(18759): at android.app.ActivityThread.main(ActivityThread.java:5883)
E/AndroidRuntime(18759): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(18759): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime(18759): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:871)
E/AndroidRuntime(18759): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:687)
E/AndroidRuntime(18759): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
E/AndroidRuntime(18759): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1090): Force finishing activity com.android.systemui/.statusbar.quicksetting.QuickSettingReorderActivity
any clue ?!
Solved by keeping it odexed rather than deodexed !!!

Related

[Custom ROM] Mokee OS - CyanogenMod 7 Based for Blu Dash 3.5 [UNOFFICIAL]

Mokee OS - Based on CM7​
DISCLAIMER: I'm Not Responsible for any damage to your device
echo Caused by these instructions (though it may not happen!).​
Features:
DSP Equalizer
All CM7 themes supported
Completely revamped User-Interface(Customizable through CM themes)
12 Customizable Staus Bar Toggles(Icons Customizable through CM themes)
More ROOM for your Notifications
All new Dialer and in call UI(Customizable through CM themes)
All new Messaging App(Customizable through CM themes)
Sony Walkman themed Music Player
Settings sorted into Tabs for easy Access
Easy Switch between Toggles and Notifications in Status Bar
90% English
Select Install location while Installing APKs
Working FM Radio
Click to expand...
Click to collapse
Screenshots Beta#3:
{
"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"
}
Click to expand...
Click to collapse
Current Version
Version: Beta #3
Date: 27-06-2013
Whats Working
WiFi
Gps
Audio
Usb Mass Storage
Bluetooth
Fm Radio
Camera
2 SimCards
Accelerometer
Volume buttons
Keyboard
Added APN Manager to edit APNs.
Add SuperSu for control access root
Add OTA Updater - in Update-MokeeBeta3.zip
What Doesnt work
Add APN in Settings force stop Settings.apk
Error disable simcard when used only one simcard.
Bugs in the dialer if the language is in English (United States).
Any other problem encountered please reporting.
Instalation
Boot into CWM
Go To Backup and Restore
Backup
++++ Go Back ++++
Go to Mounts and Storage
Format /system
Format /data
Format /cache
Format /sd-ext
++++ Go Back ++++
Go To Advanced
Wipe Dalvik Cache
++++ Go Back ++++
Go To Install ZIP from SD Card
Select ZIP from SD Card
<Choose the downloaded ROM ZIP>
Wait. . . .
++++ Go Back ++++
Go To Advanced
Wipe Dalvik Cache
++++ Go Back ++++
Reboot System
Click to expand...
Click to collapse
Downloads
Beta #3: Mokee_OS_20130627-Dash-3.5
Update - Update-MokeeBeta3.zip
Beta #2: Mokee_OS_20130618-Dash-3.5
Fix Keyboard - Fix-Keyboard.zip
Beta #1: Mokee_OS_20130612-Dash-3.5
This ROM was based on the ROM MokeeOS for the Micromax A57 posted in forum Droidbeans the team "Team Ninja".
http://forums.droidbeans.com/micromax-a56-and-a57-rom-index/(custom-rom)mokee-os(unofficial)(cm7-based)/
Do not install the rom for micromax because it is incompatible.
Click to expand...
Click to collapse
erickreisbr said:
Mokee OS - Based on CM7​
DISCLAIMER: I'm Not Responsible for any damage to your device
echo Caused by these instructions (though it may not happen!).​
​
Click to expand...
Click to collapse
Included Spanish? or only English
estape11 said:
Included Spanish? or only English
Click to expand...
Click to collapse
The rom has the option to select multiple languages​​. Most applications of the system are in English. But the apps you install are in the selected language.
erickreisbr said:
The rom has the option to select multiple languages​​. Most applications of the system are in English. But the apps you install are in the selected language.
Click to expand...
Click to collapse
@erickreisbr man what do you do to install this rom??? i downloaded the final version but it didn't work on my blu dash 3.5
enan00b said:
@erickreisbr man what do you do to install this rom??? i downloaded the final version but it didn't work on my blu dash 3.5
Click to expand...
Click to collapse
Not yet ported the final version. I will soon be made available.
Version Beta #2
Version Beta #2 available.
Fixed accelerometer and volume buttons
No bugs found.
beta #2
i installed the beta #2 but the keyboard doesn't work vv appear force close keyboard constantly when i used the device and only has english language
enan00b said:
i installed the beta #2 but the keyboard doesn't work vv appear force close keyboard constantly when i used the device and only has english language
Click to expand...
Click to collapse
another bug, when i wanna create a APN account, shows that the settings will closes and the "force close" button
enan00b said:
i installed the beta #2 but the keyboard doesn't work vv appear force close keyboard constantly when i used the device and only has english language
Click to expand...
Click to collapse
Added a fix to correct the keyboard
question
erickreisbr said:
Added a fix to correct the keyboard
Click to expand...
Click to collapse
Hi, this rom supports swapper to add more ram to mobile?
I tried this rom and luxury and apply the solution to the keyboard but I think the lyrics are very small .... Can you fix that? and also in the option to disable the sim and activate I get error, I hope they solve these errors: D!
when i try to write a phone number, i can only write 5 numbers and then shows the first 3 and puts a "-" and when you try to continue write the phone number, replaces the last one with the last write
Sharkboy019 said:
Hi, this rom supports swapper to add more ram to mobile?
Click to expand...
Click to collapse
The rom has a script to create the swap in the 3rd partition sdcard.
You can create partitions by cwm recovery.
Great Rom!!
erickreisbr said:
The rom has a script to create the swap in the 3rd partition sdcard.
You can create partitions by cwm recovery.
Click to expand...
Click to collapse
Very good thank you ... great Rom! eagerly awaiting the final version!
: D!
Available version beta #3
Available version beta #3.
Improvements in keyboard.
Added APN Manager to edit APNs.
Add SuperSu for control access root.
erickreisbr said:
Available version beta #3.
Improvements in keyboard.
Added APN Manager to edit APNs.
Add SuperSu for control access root.
Click to expand...
Click to collapse
keyboard didn't work again
enan00b said:
keyboard didn't work again
Click to expand...
Click to collapse
Go to Settings> Language & Keyboard> Input method and select Android Keyboard
erickreisbr said:
Go to Settings> Language & Keyboard> Input method and select Android Keyboard
Click to expand...
Click to collapse
Hi men, I have a problem after installing this rom my phone no longer recognizes my sim card .... as I can fix this?
and I recommend you edit the build.pro. to have more free RAM and improve gaming performance.
Sharkboy019 said:
Hi men, I have a problem after installing this rom my phone no longer recognizes my sim card .... as I can fix this?
and I recommend you edit the build.pro. to have more free RAM and improve gaming performance.
Click to expand...
Click to collapse
Your device is Blu Dash 3.5 d170i?
I will try to increase the ram free.
erickreisbr said:
Your device is Blu Dash 3.5 d170i?
I will try to increase the ram free.
Click to expand...
Click to collapse
No, I have a Blu Dash 3.5 D160 ... but everything works well the only problem is the sim card.

[ROM][JB][JUN-23][PORT][RE-ENGINEERED] ★ Xperia Z Jelly Bean v4.1 ★ [UPDATED ZIP]

[ROM][JB][JUN-23][PORT][RE-ENGINEERED] ★ Xperia Z Jelly Bean v4.1 ★ [UPDATED ZIP]
WARNING: THIS IS A BETA TEST. TO MAKE THIS ROM EVEN MORE AWESOME WE (CedArctic, Akateha and Vampire36) NEED YOU TO REPORT BUGS! IT SHOULD HAVE NO BUGS, BUT IN CASE YOU FIND ONE REPORT IT TO THE THREAD (VIA COMMENT). THANK YOU!
{
"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"
}
★ Xperia Z Jelly Bean v3 v4 ★
Ported by CedArctic & Akateha (Team Pear Crew) and vampire36​​
The Ultimate Xperia Z Experience ported to our device. Today we brake the bridge between Xperias and the Desires/Inspires. The ROM is ported from the Xperia Arc S forums. The original ROM was created by rikadrahman. You can find the original thread here. The ROM is fully functional, I have been using it as my daily ROM for nearly 9 hours (LOL! ) . Anyways everything is working including the WiFi. The ROM when ported lacked all the features and the existent ones were misfunctioning. So the ROM was re-engineered with the features existent plus more (e.g Sociallife), also added some more Xperia-ish touches like the Xperia Z lockscreen etc. The ROM is fully fledged with all the latest Xperia features... Enjoy! ​
Version 4 is officially released with major bugs and performance improvements. All issues must be solved. The download music info bug requiers manual work (take a look at the bug section). To fix the chinese keyboard you must download an alternative keyboard (give feedback on that). Also the lockscreen issue has been solved, just flash the zip in the downloads section.And finally the google setup bug has been solved, just download and flash the new google apps when you reflash the new ROM. Enjoy!
Features​
The ROM features all standard CyanogenMod features plus more like:
Xperia Home Launcher (Xperia Z)
xLoud (enabled by default)
Xperia Keyboard
Latest Xperia Z Walkman (Upgraded on version 4 of the ROM)
Most Xperia Z sounds
All the Xperia Widgets
Timescape
Album (Sony Apps)
Track ID
Gallery (Sony Apps)
Movies (Sony Apps)
Socialife (Sony, it's unaivalable in some areas I think)
Xperia Z lockscreen (+Settings)
Xperia Wallpapers
Bravia Engine 2
ClearAudio+
and more that I can't remember at the moment...
Click to expand...
Click to collapse
Disclaimers​
The original ROM was created by rikadrahman. He owns his work and all rights to it. I just ported his amazing work to our device so we can enjoy it. All the credit goes to rikadrahaman.
Click to expand...
Click to collapse
As seen on Mustaavalkosta's thread:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Click to expand...
Click to collapse
How to install:​
For the status 7 error I found this in an other thread:
Just
do step 22 --3 times --- 1st time gives you a warning,,, 2nd time appears to install but on reboot takes you back to new updated recovery menu,,, 3rd reflash zip one more time, reboot ,,, good to go,,, ,,, back into recovery and then on to flash gapps
meaning once you boot into the new recovery,, you still need to flash the install 2 more times then reboot and wait
Click to expand...
Click to collapse
So You try flashing once, you get a warning and it aborts, the second time it appears to be installing but takes you back to a menu and then you reflash a third time and BOOM! the ROM installs. You reboot to recovery and install the rest of the zips. Someone test this and post in the comments. Thank you, I am doing my best to solve the issue.
For S-OFF:
1. Boot to Recovery
2. Factory Data reset
3. Wipe Dalvik
4. Format System
5. Install ROM Zip from Sdcard
6. Install Google Apps
For Unlocked Bootloaders:
1. Boot to Recovery
2. Factory Data reset
3. Wipe Dalvik
4. Format System
5. Install ROM Zip from Sdcard
6. Install Google Apps
7. Flash kernel (inside zip "boot.img") via fastboot.
Update to new version:
1. Download the new zip, the lockscreen fix, new google apps and inspiremod (if you have an Inspire 4G).
2. Clear cache
3. Format system
4. Install zips from sd card (rom, google apps, lockscreen fix and inspiremod).
5. Reboot
6. Get a root explorer and navigate to system->app, mount r/w and long press SemcMetaDataCleanup.apk and delete it.
7. Reboot & Enjoy the Xperia Z feel :highfive: .
Downloads​
Xperia Z Jelly Bean v4 - New release
Google Apps -This should fix the Google Setup Bug
Lockscreen Fix -thanks to rikadrahman
Camera + Filemanager.zip - Flash if you want your camera to work.
Bugs:​
Google Setup Won't run at startup - fixed, posted correct Google Apps in downloads.
No lockscreen -fixed download and flash the Lockscreen fix from the downloads section.
Beats Manager Crashes - fixed, replaced with ClearAudio+
Q : Download Music Info Force Close on JB ROM, i can't tap my music, how to fix?
A : Please Remove SemcMetaDataCleanup.apk in system>app & reboot … but you don’t have Edit Music Info & SensMe
Click to expand...
Click to collapse
-fixed just follow what it says in the answer. (Make sure to mount as r/w first, or it won't let you delete it.)
Radio - Install Spirit FM Unlocked
Also for camera thing...press setting and then 3 dots... 2nd option should be
picture size > 5
Press a few time and then you should have <5MP>
Should fix camera glitches...
vampire36
Click to expand...
Click to collapse
ROM's zip MD5 Hashes:
# MD5 checksums generated by MD5summer
87246e11c7048782f517bbb8cfacfd6a *XperiaZJBv4_Port_for_SAGA Beta.zip
Click to expand...
Click to collapse
Credits​
rikadrahman for the great ROM
vampire36
Mustaavalkosta for hte support in all of my developer career (Small one LOL! )
Akateha
Google
CyanogenMod
My family for the support
The XDA community for supporting and answering to all my n00b questions
HTC
Sony Ericsson
Everyone mentioned in the original ROM's thread:
FXP
Sony
Rizal Lovins
Emwno
Iiandskater
vr5411
ibanez7
Sandy7
All the devs and users of XDA
Remind me if i forgot anyone
Click to expand...
Click to collapse
The CWM Recovery Project
Forgive me if I forgot anyone.
Rizal Lovins
kristiancarl​
Flashed all the fixes and addons etc. and the rom runs unbelievably smooth! Love the Timescape UI and the feel of this rom. Only problem is the download music info has stopped messgae constantly popping up. Other than that, an excellent rom!
lovely rom
thank you guys I want SONY EricSSion rom for my device and now it is here ,,,,, want to try as soon as possible but hope the image quality of camera must be nice like stock one
downloading now. ill try this rom later when ill be back at home. thnx for your effort.
Sent from my Desire S using xda premium
Woo!!!
This is one ROM i have been expecting... Download in Progress!!!
Hope its as smooth as the real Xperia?
Great job Guys... Hey Vampire 36, I see you. The Ice Cold Sandwich Wizard
Can't wait to try this, this is my next rom when I'm tired of HALO
something is wrong with .zip file...downloaded 2 times already. please check.
Adidas108 said:
something is wrong with .zip file...downloaded 2 times already. please check.
Click to expand...
Click to collapse
What do you mean by something is wrong? Not flashing, downloading, booting?etc.
I have managed to download successfully using my trusty laptop and in the process of a Nandroid Backup
I can not install the rom. There is an error:
"set_perm: some change failed
Error in sdcard/****.zip
(status 7)
installation aborted.
What is the problem?
I checked the md5 sum and it is ok.
Downloading now, will check it out, love flashing, I will report any flashing issue.
I have same error as above when flashing the rom
"set_perm: some change failed
Error in sdcard/****.zip
(status 7)
installation aborted.
I am now also suffering from the same zip file error and tried doing it a few tomes but no luck. ANybody got a sucessful flash? md5 sum is also correct
Flash problem
Same flash problem:
"set_perm: some change failed
Error in sdcard/****.zip
(status 7)
installation aborted.
Its a problem with the updater script. Im looking but cant really see any errors tho
Will take a look at it. I do not own the device I am based on what you say. Will fix tomorrow.
Just a guess...can someone try this replace updater with CM10 or CM10.1 should work I guess
MDDI compatible?
maxmax195 said:
Same flash problem:
"set_perm: some change failed
Error in sdcard/****.zip
(status 7)
installation aborted.
Click to expand...
Click to collapse
+1, same thing.
rophaq said:
+1, same thing.
Click to expand...
Click to collapse
Try my solution....
vampire36 said:
Try my solution....
Click to expand...
Click to collapse
work.thx for tip.
vampire36 said:
Try my solution....
Click to expand...
Click to collapse
i'm in the middle of doing it, man, cheers:good:

[ROM][09/11] FreeRider |ElementalX & Stock | 6.09.401.5 | 4.4.3 |Great Battery Life

[ROM][09/11] FreeRider |ElementalX & Stock | 6.09.401.5 | 4.4.3 |Great Battery Life
{
"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"
}
Code:
*** Disclaimer
Your waranty is now void
Flash the ROM at your own risk.
Me, XDA and any members are not responsible if you brick your device while flashing this ROM
I WILL NOT DO THE UPDATE TO 6.09.401.10 because it's don't add usefull fonctions. Wait for Lollipop !
Introduction
FreeRider is a personnal projet but I want to share it because I really love the spirit of all the XDA community.
So I want to made a ROM sense based, but light because I'm annoying of all this craps application. I also delete some sound, wallpapers etc..
In fact, it's a ROM with nothing, you just put what you want in it.
I just add Sense 6 Toolbox and Xposed Frameworks because it's just amazing.
Hope you enjoy my ROM <3
Don't forget to leave a comment with your impression on it
About
Android 4.4.3
Sense 6
Deodexed
Root with SuperSU
Sense 6 Toolbox & Xposed Framework
Lot of APK deleted (If you want it, just ask)
Added init.d
Zip aligned
Great battery !
Knowns issues
If you take some photos with stock camera, you can't directly access to gallery. You had to quit the camera and open quickpick.
Images
To see screenshots, go under the dedicated tab
Installation Instructions
If you want some tips to save battery and have better smoothness, go post #2 !
Available for International, AT&T and T-Mobile version !
MAKE A BACKUP OF YOUR ROM
TWRP version 2.6.3.3 or 2.7.1.1 prefered !
Unlocked Phone via HTC Dev or S-OFF
1 . Go to wipe then advanced and check : cache / dalvik-cache / data / system and wipe
3. Flash ZIP
4. Reboot
If you are coming from a previous version of my ROM, jute wipe dalvik-cache and cache.
Downloads
Go post #3 to additional downloads
Don't mirror the link please
With ElementalX Kernel​Android File Host - v1.4
With stock Kernel​Android File Host - v1.3
Old
Android File Host - v1.2
Android File Host - v1.1
Android File Host - v1
Changelog
Code:
v1.4:
- Add ElementalX kernel
v1.3 :
- Reduce zip size, again :)
v1.2 :
- Update Google Play Services (cause multiple services launch in same time) and HTC lockscreen
v1.1 :
- Little tweak for save batttery and increase smoothness
- Fix alarm and ringtones sound missing
- Remove some audio files
FAQ
Q. Where is the gallery ?
A. To reduce the size of the ROM, I replace the official HTC gallery by QuickPick.
Q. How I can change a contact picture ?
A. Open QuickPick. Choose your pictures, click on the 3 dot at the right top and select "define in" and "icon contact"
Q. Sense 6 doesn't works, I apply some stuff but nothing happened.
A. You have to install the Xposed Frameworks. Go to Xposed Installer, then "Frameworks", "install/update" and say yes when it request a reboot
Q. After update the ROM, the stuff I do with Sense 6 are not working
A. You have to launch Xposed Framework and reinstall it
Q. How to manager the ElementalX kernel ?
A. Download TricksterMod . You can control the wake options, CPU/GPU frequencies etc...
Special thank
Code:
[URL="http://forum.xda-developers.com/member.php?u=4626501"]skeleton1911[/URL] for his big big help to make this ROM flashable and apk deodexed. He do a hard work. Thank you
Credits
Code:
[URL="http://forum.xda-developers.com/member.php?u=673068"]dsixda[/URL] for his "Android Kitchen"
[URL="http://forum.xda-developers.com/member.php?u=2895182"]clsA[/URL] for his advices
[URL="http://forum.xda-developers.com/member.php?u=4286527"]TeHashX[/URL] for his TWRP backup
[URL="http://forum.xda-developers.com/member.php?u=5386198"]Mikanoshi[/URL] & [URL="http://forum.xda-developers.com/member.php?u=576676"]langer hans[/URL] for Sense 6 Toolbox
[URL="http://forum.xda-developers.com/member.php?u=4419114"]rovo89[/URL] & [URL="http://forum.xda-developers.com/member.php?u=4322181"]Tungstwenty[/URL] for Xposed Installer
[URL="http://forum.xda-developers.com/member.php?u=4684315"]Flar2[/URL] for his ElementalX kernel
Donators
Be the first..
If you want to buy me a coffee or a beer
THANK YOU​
Tips​
Save Battery :
Use AppOps to delete some autorisation for many apps, like localisation
Open settings of Play Store and select "don't update automatically app"
Open Settings / Supply and check Sleep mode, to disable internet connexion for long period
Open Settings / Wifi and click on the 3 dots at the top right. Then "advanced" and uncheck "auto switch to data". Also in "advanced" check "Optimisation wi-fi"
Better smoothness :
Go under "developper settings" then "advanced settings" and go into "animations" and put the three speed at 0.5x (1x by default)
Additional Downloads​
If you need system app I delete on the ROM, just ask and I'll upload it.
To begin, I upload IME. If language is missing, just tell me !
Downloads
Don't mirror the link please
Android File Host - IME
Installation
Just take the APK, put into system/app and he need this right : rw-r--r--
Hi ! Can you tell me what is the weight of the ROM ?
gaja22 said:
Hi ! Can you tell me what is the weight of the ROM ?
Click to expand...
Click to collapse
Hi !
647mb for now. I'm going to see if I can do better by delete other apks
OK, great job buddy !!! I'm waiting for your ROM !!!
600 is not ultra light.. See there are many other roms, sense-bases, about 400 mb or so.
But goodluck mate!
ali-k95 said:
600 is not ultra light.. See there are many other roms, sense-bases, about 400 mb or so.
But goodluck mate!
Click to expand...
Click to collapse
So i'll try to get better
thanks
When will you release the ROM ?
gaja22 said:
When will you release the ROM ?
Click to expand...
Click to collapse
I need to test it. See if S-OFF is needed and if all the functions are working.
I hope this night, or tommorow
Great job! I'm waiting for your ROM
Thank you
Sent from my HTC One using XDA Free mobile app
Placeholder threads posted in the development section will be removed.
Click to expand...
Click to collapse
anyway good luck
Tell us about your ROM. What is your project exactly ? Will we have Sense Camera ?
gaja22 said:
Tell us about your ROM. What is your project exactly ? Will we have Sense Camera ?
Click to expand...
Click to collapse
It's to have a very light ROM. I let some sense APP, as camera.
i was thinking about to make an ultra light sense rom .
and now i see yours . xD
pm me if you need some help
p,s i know it is possible to lower it down to ~350mb:laugh:
skeleton1911 said:
i was thinking about to make an ultra light sense rom .
and now i see yours . xD
pm me if you need some help
p,s i know it is possible to lower it down to ~350mb:laugh:
Click to expand...
Click to collapse
I'll try
We dont do place holder threads. When you have a link to post you can contact a member of the Mod team to reopen the thread.
Until then Thread closed
ROM is here
nathan30 said:
ROM is here
Click to expand...
Click to collapse
Downloading now

Ultimate HTC Sense 7 Mod for Cm-12.1

HTC SENSE 7 MOD​Hey guys its me again with a new thing this time im here with a little HTC flavour with you cyanogenmod rom well this mod contains almost all apps ported from htc sense 7 5.1.1 and will not replace any of you current apps from your cm-12.1 rom
To all devs you are not allowed to use any part of my mod with out my permission
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"
}
Bugs​Authentication problem in launcher theme store​
FEATURES​
Htc one M9 Blickfeed
Htc one M9 Clock widget
Htc one M9 Clock
Htc one M9 Callander
Htc one M9 Email
Htc one M9 Callender widget
Htc one M9 Note
Htc one M9 File manager
Htc one M9 Widgets
Htc one M9 Weather
Htc one M9 Gallery
Htc one M9 Music
Htc one M9 Video player
Htc one M9 Camera
Htc one M9 Keyboard
Htc one M9 Photo editor
Htc one M9 fonts
New ui and other sounds port
Mod integrated with better performance and battery tweaks
And many more ​If you like my work then don't forget to click thanks button ​XDA:DevDB Information
Ultimate HTC Sense 7 Mod for Cm-12.1, ROM for the Samsung Galaxy Grand 2
Contributors
gracefang, gracefang
ROM OS Version: 5.1.x Lollipop
ROM Firmware Required: cm-12.1
Based On: HTC sense 7
Version Information
Status: Beta
Created 2015-07-21
Last Updated 2015-07-21
Changelog​Initial release​Fixed gallery force close
Fixed photo editor force close
Fixed calender force close
added new ui sounds and media elements
added battery and performance teaks
added Original M9 apps ported
added htc one Fonts
and fixed several bugs​
Download section​Htc sense 7 mod:
https://drive.google.com/file/d/0BzPFSt2RRsRib29MWjZocl9tZUk/view?usp=sharing
Mega link: (thank you @Hammoud Abbas for the link)
https://mega.co.nz/#!NwBRWBAL!Y3GJHj39CbtrWtyqtM3sEbbcUZrVnoPmEL9NGWrTwXQ
F.A.Q. post
All the information you need will ne posted here kindly read before installing the Mod
Q. What is the first thing i need to do before installing this Mod ?
A. Make a backup so in case anything goes wrong you can still restore the backup
Q. How can i install the rom ?
A. Flash cm-12.1 then put the Mod into your external sd-card and go to recovery mode[CWM is recommended] reset cache and dalvik cache now flash the Mod and now before boot clear cache and dalvic cache again
Q. Where can i find the recommended CWM ?
A. here http://www52.zippyshare.com/v/UZ2jwmz5/file.html
Q. Facing any issues ?
A. Clear cache and dalvik cache if the issue remains then kindly inform me
Note: If your baseband version was not NK1 and your base rom was not Cm-12.1 and you are facing any issues other than the bugs mentioned then im sorry you have to flash Nk1 firmware from odin and then follow all instructions and flash the mod on cm-12.1
reserved 2
reserved for future
Mega link posted enjoy
gracefang said:
Mega link posted enjoy
Click to expand...
Click to collapse
Is this mod has 2sim bug or lockscreenbug
aditheking said:
Is this mod has 2sim bug or lockscreenbug
Click to expand...
Click to collapse
The only bug in the mod is that themes don't work other is cm12.1 bugs
for screenlock bug users can they use screenlock boot.img from cm12.1
AANISH said:
for screenlock bug users can they use screenlock boot.img from cm12.1
Click to expand...
Click to collapse
Screen och bug is not the mods bug it's the base bug from cm12.1 then lockscreen bug users can flash the cm12.1 which doesn't have lockscreen issue before the mod
hey man
Thank You for making for us such thing for our devices keep raising up
i hope you update Note 4 Alpha V2 S6 revolution rom soon and added new thing to be more close to s6
Dual sim work ?
Dual sim works ? .........Any Bugs ?
Dual Sim Works in this rom???
Lajith said:
Dual Sim Works in this rom???
Click to expand...
Click to collapse
This is not a rom this is mod and if dual sim works in cm12.1 then yes
@gracefang
Now, you got the APKs for that and ya didn't provide credits.
Two guys whose post about this very stuff led them to the portal.
I forgot the XDA account names though.
Please comply w/ XDA guidelines.
P.S. I did that cuz we're friends and I don't like ya getting busted for it ..
WaseemAlkurdi said:
@gracefang
Now, you got the APKs for that and ya didn't provide credits.
Two guys whose post about this very stuff led them to the portal.
I forgot the XDA account names though.
Please comply w/ XDA guidelines.
P.S. I did that cuz we're friends and I don't like ya getting busted for it ..
Click to expand...
Click to collapse
well i took them from my cousins mobile i will ask him which rom he was using and will provide the credits thanks
had problems wen flashing
I tried to flash but sumthing went wrong. I want to knw if size of the rom is only 500mb to 600 mb...???
Is it possible to flash it on other devices?
I have Desire HD with cm 12.1 and I have sensify on it. I saw another flashable zip for htc sense 7 apps in another thread and install it and it work fine with some apps but, the zip file that I flashed does not include font, framework, lib, media, build.prop folders and also some of apps from this thread zip file
are those folders and files only for grand 2? or can be use on any other devices with cm 12.1?
$or$ said:
Is it possible to flash it on other devices?
I have Desire HD with cm 12.1 and I have sensify on it. I saw another flashable zip for htc sense 7 apps in another thread and install it and it work fine with some apps but, the zip file that I flashed does not include font, framework, lib, media, build.prop folders and also some of apps from this thread zip file
are those folders and files only for grand 2? or can be use on any other devices with cm 12.1?
Click to expand...
Click to collapse
Open archive the flashable zip with 7zip and delete the build.prop file or replaxe with your cm12.1 build.prop file and then flash it

Infocus Os Extreme 4.4.2 For Canvas Knight A350/Canvas Gold A300/Clones

{
"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"
}
Introduction:
This ROM Has Been Ported From Infocus M330. Infocus OS Is Themed AOSP ROM Which Looks Awesome & Give You Extreme Performance! Enjoy This Cool ROM On Your Micromax Nitro A310 Too Now.
Features:
> AROMA Installer
> Android 4.4.2
> New & Unique UI
> Themed Dialer & Status Bar Icons
> Modded Lockscreen
> Pre-Installed Utilities
> Loud Audio Output
> Google Apps Inbuilt
> Xposed Supported
> Sensors Working
> Modified Notification Bar
> Butter Smooth UI
> Lagless
> Lots More!
Bugs/Issues:
> You Can't Modify Signal Bar Due To Locked SystemUI
How To Change Fonts:
Yes, Now Its Possible To Change Fonts! Follow Below Steps:
1. Install Font Installer from Google Play Store and in preferences, select the different system fonts you need to change (just make sure that you do not select any other language's fonts, ex. tamil, hindi, etc., otherwise it may lead to font corruption of that particular language.)
2. Select the desired from (either from the server, or if have saved any locally), and install.
3. Reboot your device.
Thanks To @HussainChachuliya For Finding Out This Method!
How To Install:
CAUTION: Try This @ Your Own Risk Anything Can Happen To Your Phone If Something Goes Wrong.
/COLOR]
#Unpack The Rom,Set DPI in Build.prop to 441(ITS A MUST OTHERWISE U GONNA FACE TONS OF UI BUGS:silly
#Replace libdpframework.so(otherwise u gonna face cam green and videos green bug..)
#replace libfeaturio.so To Get Flash Working
#do the init.rc Trick For cam
#Repack and Flash The Rom:victory:
REQUIREMENTS: Your Phone Must Be Rooted & CWM/PhilZ Recovery Must Be Installed! Please Don't Use TWRP B'Cz It May Show Error In Flashing!
1. Download ROM From Below.
2. Copy It To SDCard.
3. Now Boot Into Recovery Mode.
4. Now Go To Wipe & Format Options.
5. Do A Factory Reset & Then Wipe /Data, /Cache, /Dalvik Cache & /System.
6. Now Go Back & Tap On Install Zip Option.
7. Choose Install Zip From Internal SD
8. Locate Your Downloaded ROM & Confirm To Flash This ROM.
9. Follow On Screen Directions
10. Reboot Your Device
11. First Boot Will Take 3-5 Minutes So Please Patient!
DOWNLOADS: https://drive.google.com/file/d/0B_GFAdUsGKYrblhZVm5tTGoxQ0k/view?pli=1
What To Do After Installation:
1. Root using kingroot,Open Xposed Installer & Install Framework. Go To Modules & Check All Modules & Reboot
Thats It Njoy The Awesomeness Of Infocus Ui
@Devrookie(for porting this rom)
@Mr.Ak(for testing and fixing bugs)
Devrookie Worked Very Hard For This ROM So Please Hit THANKS Button! It Will Help him Alot In his Further Developments!
LAST BUT NOT THE LEAST PRESS THANKS FOR ME ALSO
XDA:DevDB Information
Infocus Os, ROM for all devices (see above for details)
Contributors
Mr.Ak, Devrookie, Mr.Ak, AP
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: v2 Stock KK
Based On: Infocus Os
Version Information
Status: Stable
Current Stable Version: v1
Stable Release Date: 2015-08-07
Created 2015-08-07
Last Updated 2015-08-07
Knight Users Please use this Boot image instead of the one in Infocus os https://drive.google.com/open?id=0BxysuRdzsJeWdXV2QkFHdGxRNG8 Thanks for reminding me @indyhell
Reserved just in case
Thanks!! Will try &give you feedback soon!!
One question?
Can I directly install it on mmx350 ???
Sent from my HIGHWAY using XDA Free mobile app
Praful Pradhan said:
Thanks!! Will try &give you feedback soon!!
One question?
Can I directly install it on mmx350 ???
Sent from my HIGHWAY using XDA Free mobile app
Click to expand...
Click to collapse
as long as u r on v2 and u have root,and have cwm installed,u r all set to flash..and make sure to edit build.prop first,and then replace libdpframework.so and do the init.rc trick for cam,and replace libfeaturio.so for flash.....ENJOY:good:
incoming projects from devrookie...Hive Ui,AOKP,PA,LPv2
\Development has just begun''>
help
Mr.Ak said:
incoming projects from devrookie...Hive Ui,AOKP,PA,LPv2
\Development has just begun''>
Click to expand...
Click to collapse
Help
After your rom
I found the problem
1. The touch screen does not work
2. No Signs Mobile
3.can use Power volum + -
//i use google translate
sound not coming and camera still green even after replacing files in canvas gold
kush1131 said:
sound not coming and camera still green even after replacing files in canvas gold
Click to expand...
Click to collapse
For Sound Just replace All Lib files starting With word LibAudio......From Lib folder
AND AS PER FOR CAM I TOLD U TO DO THE init.rc trick
Camera worked by replacing all the camera library no need of int.rc trick and sound by just libaudio.primary.default.so
bootloop
hi there,
getting boot loop after changing LCD density to 441 in micromax canvas gold.
please help me here.
boot loop error
kush1131 said:
sound not coming and camera still green even after replacing files in canvas gold
Click to expand...
Click to collapse
how you able boot from this rom, i am unable to boot only.
i have also tried flashing with T26 using formal all + download option.
but no success.
could you please help me out of here
ucme111 said:
hi there,
getting boot loop after changing LCD density to 441 in micromax canvas gold.
please help me here.
Click to expand...
Click to collapse
first of all,u have to change dpi not lcd density......and secondly if u cant do that by that way,the another way to do this is by after rom boots up,download resolution changer app and then change dpi to 441..thats it..enjoy:good:...and most importantly if u using rom then just leave a thanks button..
ucme111 said:
how you able boot from this rom, i am unable to boot only.
i have also tried flashing with T26 using formal all + download option.
but no success.
could you please help me out of here
Click to expand...
Click to collapse
bro as u r updating u have to select frimware upgrade option instead of format all+download:highfive:
kush1131 said:
Camera worked by replacing all the camera library no need of int.rc trick and sound by just libaudio.primary.default.so
Click to expand...
Click to collapse
which cam files you replaced?
Mr.Ak said:
which cam files you replaced?
Click to expand...
Click to collapse
libcameracustom.so with proper permissions...but camera is max 8 megapixels....plz help
storage issue
Mr.Ak said:
first of all,u have to change dpi not lcd density......and secondly if u cant do that by that way,the another way to do this is by after rom boots up,download resolution changer app and then change dpi to 441..thats it..enjoy:good:...and most importantly if u using rom then just leave a thanks button..
Click to expand...
Click to collapse
thanks for your help bro, but one more issue as storage showing 5.9mb only,
please help....................
kush1131 said:
libcameracustom.so with proper permissions...but camera is max 8 megapixels....plz help
Click to expand...
Click to collapse
Replace libcameraservice.so:fingers-crossed:
ucme111 said:
thanks for your help bro, but one more issue as storage showing 5.9mb only,
please help....................
Click to expand...
Click to collapse
I told You To Flash The Rom On V1 as this rom is meant for nonmerged storage Frim...
Bug Free Rom?
Good Job Dev!!!
However Instead of having novoice users to fix the bugs by unpacking the Rom. cant you just upload again the Bug Free Rom?
you are confusing the users.

Categories

Resources