hi all, i need EMUI 2.0 systemui.apk ( root/system/app ) file, having one adds here ?
mryagiz said:
hi all, i need EMUI 2.0 systemui.apk ( root/system/app ) file, having one adds here ?
Click to expand...
Click to collapse
Hi,
If you have EMUI 2.0 on device, Install "APK Extractor" and Extract it.
Download Link: https:// play.google.com/ store/apps/details?id=com.ext.ui
Good luck.
look here http://dl-uk.huaweinews.com/index.php?dir=Roms/Ascend-P6/
mryagiz said:
hi all, i need EMUI 2.0 systemui.apk ( root/system/app ) file, having one adds here ?
Click to expand...
Click to collapse
Mehdi900 said:
Hi,
If you have EMUI 2.0 on device, Install "APK Extractor" and Extract it.
Download Link: https:// play.google.com/ store/apps/details?id=com.ext.ui
Good luck.
Click to expand...
Click to collapse
no i dont have emui 2.0 :/ but i need EMUI 2.0 systemui.apk
Somebody help me please, I need this file. Tell it to me or I can see how the contents of the file ".APP" (UPDATE.APP)
I need this file,Is there someone who can help ?
Im using B507 with emui 2, so how can I help you?
Sent from my P6-U06 using xda app-developers app
tileeq said:
Im using B507 with emui 2, so how can I help you?
Sent from my P6-U06 using xda app-developers app
Click to expand...
Click to collapse
I need b507's systemui.apk (it's on root/system/app) , can you upload it for me ?
https://mega.co.nz/#!mloQTSQY!R8lHKL-EEIlua8-RwUTub20nrmphSP-mVYSCvsMsTXA
Sent from my P6-U06 using xda app-developers app
tileeq said:
https://mega.co.nz/#!mloQTSQY!R8lHKL-EEIlua8-RwUTub20nrmphSP-mVYSCvsMsTXA
Sent from my P6-U06 using xda app-developers app
Click to expand...
Click to collapse
thank you very much
Related
So, I've been working on a basic CM device configuration/tree for this device! Its still WIP
This thread is for Research and Development
I'll be pushing my tree's to github in a few days (When the most basic things are complete)
I need:
Stock ROM .zip without the app & framework folder.
Stock boot.img
Stock Recovery.img
And your help and support
Device Tree: https://github.com/nolinuxnoparty/android_device_huawei_p6-uo6
Feel free to contribute. Just fork the repo, make changes and send pull request :highfive:
Greeting,
nolinuxnoparty
boot.img from B111:
https://www.dropbox.com/s/3qrbai7xt149q0y/boot.img
recovery.img from B111:
https://www.dropbox.com/s/taiblaiaasmir3r/recovery.img
Tomorrow a I'll put you stock B111 rom zip without app and framework. If you need anything more only tell me
Stock B111 rom without app and framework folders:
https://www.dropbox.com/s/7xxbgjxwww6ig35/p6-06-b111.zip
xchema said:
Stock B111 rom without app and framework folders:
https://www.dropbox.com/s/7xxbgjxwww6ig35/p6-06-b111.zip
Click to expand...
Click to collapse
xchema said:
boot.img from B111:
https://www.dropbox.com/s/3qrbai7xt149q0y/boot.img
recovery.img from B111:
https://www.dropbox.com/s/taiblaiaasmir3r/recovery.img
Tomorrow a I'll put you stock B111 rom zip without app and framework. If you need anything more only tell me
Click to expand...
Click to collapse
Thanks xchema. I have download all the files! Real development begins now :laugh::good:
nolinuxnoparty said:
Thanks xchema. I have download all the files! Real development begins now :laugh::good:
Click to expand...
Click to collapse
Glad to read that!
The bootloader seems to be locked btw, so any idea to circumvent that?
xchema said:
Glad to read that!
The bootloader seems to be locked btw, so any idea to circumvent that?
Click to expand...
Click to collapse
Shiz. Didn't know that it has locked bootloader.
Umm.
Ok I need some more info
The model no. of processor and chipset
More on partition scheme
EDIT:
Can someone tell me the correct model no. of P6? Like U8860/U880 etc.?
Thanks and Greetz
Here some infos about the bootloader:
S34Qu4K3 said:
Checked kernel source and got this:
Code:
2¡¢If your phone already enable secboot feature, please decrypt or unlock the secboot feature first.
So, it seems that our bootloader is unlocked but encrypted with a 1024 bits md5RSA cryptokey. Or Huawei give info about this, or we can forget about flashing custom kernels
Click to expand...
Click to collapse
Just means we can't flash images via bootloader nor the stock recovery since it performs a signature check... Guess we can thank Huawei for the 1024 mixed md5 checksum. This being the case doesn't mean that development ends here as we do have a CWM recovery coming our way so hold tight.
Processor and board: k3v2 (k3v2oem1) afaik
Enviado desde mi HUAWEI P6-U06 usando Tapatalk 4
Model name: P6-U06
Sent from my HUAWEI P6-U06 using xda app-developers app
More data:
Sent from my HUAWEI P6-U06 using xda app-developers app
Stickman89 said:
Just means we can't flash images via bootloader nor the stock recovery since it performs a signature check... Guess we can thank Huawei for the 1024 mixed md5 checksum. This being the case doesn't mean that development ends here as we do have a CWM recovery coming our way so hold tight.
Click to expand...
Click to collapse
xchema said:
Processor and board: k3v2 (k3v2oem1) afaik
Enviado desde mi HUAWEI P6-U06 usando Tapatalk 4
Click to expand...
Click to collapse
S34Qu4K3 said:
Model name: P6-U06
Sent from my HUAWEI P6-U06 using xda app-developers app
Click to expand...
Click to collapse
S34Qu4K3 said:
More data:
Sent from my HUAWEI P6-U06 using xda app-developers app
Click to expand...
Click to collapse
Thanks for all the information you gave when I asked
I guess s89 and my team (I am am the only one from the team on this project atm) can work on this further.
Some parts of BoardConfig have been done. I was not able to push kernel source to github, so, I request someone to push it to their github if possible :fingers-crossed:
Uploading it to my github acc (same as my nickname)
Sent from my HUAWEI P6-U06 using xda app-developers app
Repo up!
www.github.com/S34Qu4K3
Sent from my HUAWEI P6-U06 using xda app-developers app
S34Qu4K3 said:
Repo up!
www.github.com/S34Qu4K3
Sent from my HUAWEI P6-U06 using xda app-developers app
Click to expand...
Click to collapse
Damn. I can't find the defconfig :|
Can you do this via adb
adb pull /proc/config.gz and gimme config.gz file Please
We don't have it bro D:
Our phone seems like an U.F.O D:
Sent from my HUAWEI P6-U06 using xda app-developers app
S34Qu4K3 said:
We don't have it bro D:
Our phone seems like an U.F.O D:
Sent from my HUAWEI P6-U06 using xda app-developers app
Click to expand...
Click to collapse
xD No probs
Can you provide me the build.prop? Just build.prop. The stock rom that was provided to me got corrupted
Have to download again. But later as slow internet!
https://mega.co.nz/#!q0B1mD7L!K-gKyROR2Jr4jtwXbYDR20aRYcErDKn_mmBxTWCESBE
Sent from my HUAWEI P6-U06 using xda app-developers app
nolinuxnoparty said:
xD No probs
Can you provide me the build.prop? Just build.prop. The stock rom that was provided to me got corrupted
Have to download again. But later as slow internet!
Click to expand...
Click to collapse
Here it is.
If working cm will come, donation inc!
Any of you guys can post Huawei original system font, and give me the directions how to install it.
Thank you
Sent from my HUAWEI P6-U06 using XDA Premium 4 mobile app
goce.nakov said:
Any of you guys can post Huawei original system font, and give me the directions how to install it.
Thank you
Sent from my HUAWEI P6-U06 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I second that. I have installed one new theme that modified the original font, and now i have now way to get it back, since is not shown in the themes app....
etoo_cta said:
I second that. I have installed one new theme that modified the original font, and now i have now way to get it back, since is not shown in the themes app....
Click to expand...
Click to collapse
My problem also
If you on a B122, download the Taste 2 theme. There are included original system font and you can use them.
Sent from my HUAWEI P6-U06 using Tapatalk 2
goce.nakov said:
My problem also
Click to expand...
Click to collapse
I managed to get back to stock font by uninstalling that theme and then doing a simple restart
alex.79 said:
If you on a B122, download the Taste 2 theme. There are included original system font and you can use them.
Sent from my HUAWEI P6-U06 using Tapatalk 2
Click to expand...
Click to collapse
Where can I find that theme? Do you have a download link?
etoo_cta said:
I second that. I have installed one new theme that modified the original font, and now i have now way to get it back, since is not shown in the themes app....
Click to expand...
Click to collapse
WoBoW said:
Where can I find that theme? Do you have a download link?
Click to expand...
Click to collapse
Here you go mate
http://zh.ui.vmall.com/theme.php?mod=detail&author=华为+Emotion+UI&id=13663&model=P6&version=EMUI1.6
@goce.nakov Thanks, fixed!
WoBoW said:
@goce.nakov Thanks, fixed!
Click to expand...
Click to collapse
You know that you can click thanks button right ?
goce.nakov said:
Any of you guys can post Huawei original system font, and give me the directions how to install it.
Thank you
Sent from my HUAWEI P6-U06 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
up
Can someone post the theme again ? Link dead.
thank you
Same here
Alaek12 said:
up
Can someone post the theme again ? Link dead.
thank you
Click to expand...
Click to collapse
I'm looking for taste2.hwt too and the link is dead.
Thanks
oke I ****ed up and my phone won't go past huawei screen i tried everything even put the update.app in the dload map now it says everthing is oke until system can someone please help me i'm out of options please help me
pigmanrocker said:
oke I ****ed up and my phone won't go past huawei screen i tried everything even put the update.app in the dload map now it says everthing is oke until system can someone please help me i'm out of options please help me
Click to expand...
Click to collapse
How did you end up there?
i tried to install a new rom but wel i guess it didnt work out
pigmanrocker said:
i tried to install a new rom but wel i guess it didnt work out
Click to expand...
Click to collapse
You need to mention which rom so that we know whether its a fixable brick or not.
aah oke sorry its my first oke i tried to install cyogen for huawei ascend p6 with twrp if you need more info ask me please
pigmanrocker said:
aah oke sorry its my first oke i tried to install cyogen for huawei ascend p6 with twrp if you need more info ask me please
Click to expand...
Click to collapse
and ? give step by step full information. The only unfixable bricking (meaning you have to give it to service) is when the brick happens on flashing B118 or B120 Chinese firmware.
Were you successful in having twrp on your phone ?
oke i used miui v5 i think as a rom i used the app of twrp downloaded the rom of cynogen then i followed the instructions and boom! bricked i think this was how it happend and yes i did do all the wiping (hahah)
Use another update . app
Sent from my P6-U06 using XDA Premium 4 mobile app
lootjelo said:
Use another update . app
Sent from my P6-U06 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
trying that now
lootjelo said:
Use another update . app
Sent from my P6-U06 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
omg it worked thank you all so much for the help thank you:good::laugh:
pigmanrocker said:
omg it worked thank you all so much for the help thank you:good::laugh:
Click to expand...
Click to collapse
No problem man glad I was able to help.
Sent from my P6-U06 using XDA Premium 4 mobile app
Hi, what is the best firmware? I'm runing in b125
I wan't to upgrade tout kitkat but according to people it's not good, not optimize.
depends on what you expect
the b510 is not the best (first kitkat for p6 international)..
b511 was better but the battery drains a little bit..
b512/513 is stable and works actually very good..
b634 is also very stable and smooth..
how the chinese versions work i don't know..
blueIBI said:
depends on what you expect
the b510 is not the best (first kitkat for p6 international)..
b511 was better but the battery drains a little bit..
b512/513 is stable and works actually very good..
b634 is also very stable and smooth..
how the chinese versions work i don't know..
Click to expand...
Click to collapse
OK, and can I directly upgrade b125 to b512 ?
yes you can..if you are on stock recovery..
just put the update.app onto your sdcard in a folder named dload..
then do a local update (backup your files and apps)..
blueIBI said:
yes you can..if you are on stock recovery..
just put the update.app onto your sdcard in a folder named dload..
then do a local update (backup your files and apps)..
Click to expand...
Click to collapse
Ok thank you !
hamza1607 said:
Ok thank you !
Click to expand...
Click to collapse
B512 is excellent.
Sent from my LG-D802 using XDA Premium HD app
hamza1607 said:
Ok thank you !
Click to expand...
Click to collapse
blueIBI said:
yes you can..if you are on stock recovery..
just put the update.app onto your sdcard in a folder named dload..
then do a local update (backup your files and apps)..
Click to expand...
Click to collapse
I install it, it's good but I have bug with browse, it VERY lag, with all browser! and it more heat than b125
I try B634.
Edit: I install B634, it very good, much faster!! and no bug :
update
and now i have b135
cap112 said:
and now i have b135
Click to expand...
Click to collapse
B135 israeli is excellenter!
P.S. Things being confusing here.
The latest P6 firmware is B512/B513 & B634/B635
B135 Israel is P7 firmware.
Sent from my LG-D802 using XDA Premium HD app
kolembo said:
B135 israeli is exexcellenter
Sent from my LG-D802 using XDA Premium HD app
Click to expand...
Click to collapse
It's better than b634? What about batterie life? Because it' the defect with this :/
Can you provide any
link tu B 135?
Sent from my HUAWEI P6-U06 using XDA Free mobile app
bok27 said:
Can you provide any
link tu B 135?
Sent from my HUAWEI P6-U06 using XDA Free mobile app
Click to expand...
Click to collapse
It's B635, just check in setting and update , it' a little update
Chinese firmwares are stable too im on b507.
Sent from my P6-U06 using xda app-developers app
update
and now i have update to b635 and she works great
cap112 said:
and now i have update to b635 and she works great
Click to expand...
Click to collapse
Realy better than B634 ??
cap112 said:
and now i have update to b635 and she works great
Click to expand...
Click to collapse
saminem said:
Realy better than B634 ??
Click to expand...
Click to collapse
B135: thé best firmware!! Really
Yes its better than b634!!!
And way not share this firmwere hear?
Sent from my HUAWEI P6-U06 using XDA Free mobile app
i've got an ota update for b635 last night, was on 634 before that and so far i can't see any difference between the two
Sent from my HUAWEI P7-L10 using XDA Premium HD app
---------- Post added at 09:58 PM ---------- Previous post was at 09:51 PM ----------
bok27 said:
Can you provide any
link tu B 135?
Sent from my HUAWEI P6-U06 using XDA Free mobile app
Click to expand...
Click to collapse
Sorry, B135 is P7
Sent from my HUAWEI P7-L10 using XDA Premium HD app
---------- Post added at 09:58 PM ---------- Previous post was at 09:58 PM ----------
hamza1607 said:
B135: thé best firmware!! Really
Yes its better than b634!!!
Click to expand...
Click to collapse
B135 is P7
Sent from my HUAWEI P7-L10 using XDA Premium HD app
insane youth said:
i've got an ota update for b635 last night, was on 634 before that and so far i can't see any difference between the two
Click to expand...
Click to collapse
same here
but one problem did occur for me: I cannot use google now because it says it s unavailable in my country. everything was fine with google now on b634....any ideas how to fix it maybe?
I m not rooted btw
Hi guys, i'm on lightningKat 1.03 , but i haven't the theme selector app in my P6 cause (i think) it was removed with others emui stuff, by the rom developer. Can i change the default theme in other ways ? I'd like to change the quick settings bar and the others menu style, but i can't find a solution.
Thank's..... and sorry for the bad english
Here is the app.
Try install directly.
If not, download the odex, and then copy both the app and the odex to your system files, you don't need to be rooted but you need a good file manager.
I use Fx file manager.
Theme Manager App - http://d-h.st/BrP
Odex file - http://d-h.st/hIv
Sent from my HUAWEI P7-L10 using XDA Premium HD app
Thanks a lot for the answer but i can't install, i don't know why
Anyone can help me?
maicolboss said:
Anyone can help me?
Click to expand...
Click to collapse
Have you tried moving them both to the System file?
Sent from my HUAWEI P6-U06 using XDA Premium HD app
kolembo said:
Have you tried moving them both to the System file?
Sent from my HUAWEI P6-U06 using XDA Premium HD app
Click to expand...
Click to collapse
yes i tried, but with no results, maybe 'cause in my rom was removed emui engine. . . . . i think