Hi all
When i go to Settings > About Phone there is no System Update/s button at all, i searched everywhere, none. Is that normal ?
I have OnePlus X Model: E1001 Running OxygenOS Version 2.1.2
Thanks!
Nope that's not normal, there is an 'Software Update' function inside 'About Phone' on mine.
@laav Any idea what i should do ? From what i know, my device came to me from China and the seller replaced the HydrogenOS on it to OxygenOS for me.
Don't know about the best option, but i would start with a 'dirty flash' from the latest dump. The one including the software update function.
http://forum.xda-developers.com/oneplus-x/general/ota-patch-003004201511031712-t3245185
@laav your first reply fixed the issue. Dirty flashing the ROM again fixed it. Thank you so much.
Hi guys! I've just cooked my first custom ROM for my Estar Takee 1 (octacore chinese smartphone with mediatek mt6592 CPU 2ghz)
I used dsixda kitchen on Linux and a stock JellyBean ROM as base.
I tryed to flash the .zip file from my custom recovery (TWRP) but I have this error
Code:
error executing updater binary in zip
What could be the problem ?
Another developer used the same stock ROM as base to make his own custom ROM (I'm using that one and it works!)
Maybe I have to use another kitchen?
You have more experience than me so I wait your replies. Thanks in advance
Somewhere on Xda i read that people solved this problem replacing the "updater binary" file inside the custom rom from another one taken from the stock rom...
I tryed to replace my updater binary with the one contained in a custom rom that works on my device but I can't still flash the zip!!
The new updater binary also shows this warning:
Code:
format() expects 5 args, got 2
Have you figured out the solution for this problem already? I am very interested in your work!
Sent from my takee 1 using XDA Labs
Oops duplicate
---------- Post added at 04:43 PM ---------- Previous post was at 04:21 PM ----------
Mich-C said:
Hi guys! I just cooked my first custom ROM for my Estar Takee 1 (octacore chinese smartphone with mediatek mt6592 CPU 2ghz)
I used dsixda kitchen on Linux and a stock JellyBean ROM as base.
I tryed to flash the .zip file from my custom recovery (TWRP) but I have this error
What could be the problem ?
Another developer used the same stock ROM as base to make his own custom ROM (I'm using that one and it works!)
Maybe I have to use another kitchen?
You have more experience than me so I wait your replies. Thanks in advance
Click to expand...
Click to collapse
@[email protected] can you help @Mich-C solve this TWRP bug in a new custom ROM for Takee 1, please?
Sent from my takee 1 using XDA Labs
Could you post your updater-binary and updater-script file here
Hi @YuriRM many thanks for interesting in the project. Thanks also to you @[email protected]
Here are the updater-binary and updater script from my custom romhttps://drive.google.com/open?id=1_xCsP_GqGUj202jdx4xOgXwPSwDprEam.
I used a Takee1 stock rom as base to develop this rom but I used a stock rom downloaded from internet because I lost the backup of my original stock rom.
We can also try to make a new rom from YOUR stock rom if you can provide it to me
Long time ago I read somewhere that the Takee1 was sold in 2 versions with a small difference, I have to check better this thing
List of stock and custom ROMs for Takee 1
Mich-C said:
Hi @YuriRM many thanks for interesting in the project. Thanks also to you @[email protected]
Here are the updater-binary and updater script from my custom romhttps://drive.google.com/open?id=1_xCsP_GqGUj202jdx4xOgXwPSwDprEam.
I used a Takee1 stock rom as base to develop this rom but I used a stock rom downloaded from internet because I lost the backup of my original stock rom.
We can also try to make a new rom from YOUR stock rom if you can provide it to me
Long time ago I read somewhere that the Takee1 was sold in 2 versions with a small difference, I have to check better this thing
Click to expand...
Click to collapse
Stock ROMs and custom ROMs for TAKEE 1
https://forum.xda-developers.com/showpost.php?p=73882980&postcount=1134
Android 4.2.2 - Stock firmware of September 2015
Android 4.2.2 - Stock firmware of October 2015
Android 4.2.2 - Stock firmware of November 2015
Android 4.2.2 - Patched stock firmware of November 2015 with boot image of October 2015
Android 4.4.2 - Third-party ROM by LuckAsFB, (Release date: 26th December 2016)
Android 6.0.1 - Third-party ROM by VladJocker (Release date: 18th November 2016)
Android 7.1.2 - Third-party ROM by Francesinha (in development)
Sent from my takee 1 using XDA Labs
Mich-C said:
Hi @YuriRM many thanks for interesting in the project. Thanks also to you @[email protected]
Here are the updater-binary and updater script from my custom romhttps://drive.google.com/open?id=1_xCsP_GqGUj202jdx4xOgXwPSwDprEam.
I used a Takee1 stock rom as base to develop this rom but I used a stock rom downloaded from internet because I lost the backup of my original stock rom.
We can also try to make a new rom from YOUR stock rom if you can provide it to me
Long time ago I read somewhere that the Takee1 was sold in 2 versions with a small difference, I have to check better this thing
Click to expand...
Click to collapse
Your Script looks fine, may be problem lies in your updater-binary file try using this attached update binary file. https://drive.google.com/file/d/1UZImzerlBglJWFDrPdvok-X7YBsl5sUQ/view?usp=drivesdk
Edit: Also with what kind of editor you used to edit updater script. If you used default notepad app then its obvious you have lost your encoding. Its important that you should use notepad ++
@Mich-C
Francesinha is porting Android 7.1.2 from Validus OS to TAKEE 1. He does not have this device. He ported Mokee 7.1.2 to BQ Aquaris E5 FHD (MT6592).
I have prepared detailed instructions for Francesinha on this post. It is a Portuguese and English mix. This text is the best instruction set for TAKEE 1 ROMs yet. Would you like to read a fully English version? It can be produced by me if you request it.
Are you willing to test this Android 7.1.2 ROM by Francesinha once it is ready for download?
https://www.androidpt.com/topic/64707-romportmokee712-mokee-para-o-bq-aquaris-e5-fhd/#entry636634
Sent from my takee 1 using XDA Labs
[email protected] said:
Your Script looks fine, may be problem lies in your updater-binary file try using this attached update binary file. https://drive.google.com/file/d/1UZImzerlBglJWFDrPdvok-X7YBsl5sUQ/view?usp=drivesdk
Edit: Also with what kind of editor you used to edit updater script. If you used default notepad app then its obvious you have lost your encoding. Its important that you should use notepad ++
Click to expand...
Click to collapse
Wow! In the next days I'll replace the updater-script in my rom and I'll report back the result.
It seems to me that I didn't edit at all those 2 files, they were just generated by the dsixda kitchen, anyway I usually use the leafpad editor installed on my linux distro
YuriRM said:
Stock ROMs and custom ROMs for TAKEE 1
https://forum.xda-developers.com/showpost.php?p=73882980&postcount=1134
Sent from my takee 1 using XDA Labs
Click to expand...
Click to collapse
Never found this post on xda!
I installed that Kitkat Rom 4.4.2 linked in the post(developed by a russian dev called luckasfb) it worked perfectly except for the main camera (completely unusable for a driver problem)
Then I went back to another Stock rom found on NeedRom but the O.S. is unstable and the microphone doesn't work if the screen it's locked.
I need to test those other 2 stock roms!
Anyway, did you tryed that 6.0.1 rom linked in the post?
Mich-C said:
Never found this post on xda!
I installed the Kitkat Rom 4.4.2. developed by a russian dev called luckasfb and it worked perfectly except for the main camera (completely unusable, it is a driver problem)
Then I went back to another Stock rom found on NeedRom but the O.S. is unstable and the microphone doesn't work if the screen it's loked.
I need to test those other 2 stock roms!
Anyway, did you tryed the 6.0.1 rom linked in the post?
Click to expand...
Click to collapse
The official tester for TAKEE 1 ROMs is @io2345. He has produced excellent test reports and short guides on LuckasFB and VladJocker ROMs. Follow his instructions to achieve fully working cameras on Android 4.4 and 6.0.1 ROMs. @io2345 is the best tester of all TAKEE 1 owners! Io2345 and I have a very productive partnership.
We should be having this conversation in the TAKEE 1 thread on order to benefit all owners.
Sent from my takee 1 using XDA Labs
YuriRM said:
@Mich-C
Francesinha is porting Android 7.1.2 from Validus OS to TAKEE 1. He does not have this device. He ported Mokee 7.1.2 to BQ Aquaris E5 FHD (MT6592).
I have prepared detailed instructions for Francesinha on this post. It is a Portuguese and English mix. This text is the best instruction set for TAKEE 1 ROMs yet. Would you like to read a fully English version? It can be produced by me if you request it.
Are you willing to test this Android 7.1.2 ROM by Francesinha once it is ready for download?
https://www.androidpt.com/topic/64707-romportmokee712-mokee-para-o-bq-aquaris-e5-fhd/#entry636634
Sent from my takee 1 using XDA Labs
Click to expand...
Click to collapse
So from what I understood Francesinha can't speak english but you portuguese and so can help us to communicate?
I'm italian so I understand spanish and french quite well but with portuguese it's different so yes, I need help XD
Anyway once the Rom is ready why don't you test it too? It should be just a zip file as usual
Mich-C said:
So from what I understood Francesinha can't speak english but you portuguese and so can help us to communicate?
I'm italian so I understand spanish and french quite well but with portuguese it's different so yes, I need help XD
Anyway once the Rom is ready why don't you test it too? It should be just a zip file as usual
Click to expand...
Click to collapse
AVAST antivirus has disabled KingRoot and removed several components in my Takee 1 device. Therefore, I lost root access and the ability to install new ROMs in this device. But I am quite happy with the 3D performance of the 10th September 2015 stock ROM. Unfortunately, it has Gyroscope and GPS bugs.
Another TAKEE 1 unit that I owned and now belongs to my cousin has the patched stock ROM of November 2015 with boot image of October 2015. It is working nice!
I will do the translation in order to be read by everybody.
P.S. - Francesinha is a 16 year old boy. He understands English with Google Translator, I guess. He will be pleased to read your post in his thread. You are welcomed in AndroidPT too!
Sent from my takee 1 using XDA Labs
YuriRM said:
AVAST antivirus has disabled KingRoot and removed several components in my Takee 1 device. Therefore, I lost root access and the ability to install new ROMs in this device. But I am quite happy with the 3D performance of the 10th September 2015 stock ROM. Unfortunately, it has Gyroscope and GPS bugs.
Another TAKEE 1 unit that I owned and now belongs to my cousin has the patched stock ROM of November 2015 with boot image of October 2015. It is working nice!
I will do the translation in order to be read by everybody.
P.S. - Francesinha is a 16 year old boy. He understands English with Google Translator, I guess. He will be pleased to read your post in his thread. You are welcomed in AndroidPT too!
Sent from my takee 1 using XDA Labs
Click to expand...
Click to collapse
Woah! Avast done this when you plugged in the phone to the PC?!
Did you try to flash a stock from the PC using SP flash tool? It worked for me even when the phone was bricked. Flashing a zip from the sd-card always has a lower succes rate.
Let's hope well for Francesinha work! If he sign in on Xda we can help him better
How to install a bug free Android 4.4 custom ROM by LuckasFB (Written by @io2345)
How to install a bug free Android 4.4 custom ROM by LuckasFB.
Written by @io2345
After getting some experience with the latest KitKat-ROM (4.4.2) developed by LuckasFB, I can tell you all that it's useable. VoIP calls work as well as GPS, Gyro, 3D. Not sure if LuckasFB is still working on better/newer firmware, so currently it is probably the best choice. All of the hints and links are posted "somewhere" in this thread with more than 100 pages and over 1000 entries, so let me sum it up (YuriRM already did that several times before):
First, install TRWP recovery: Flash the file inside this archive (you have to extract it)
https://mega.nz/#!hgYCwIYb!BYlmRnTVzWribPKlQDkmCR5ggT5GCkflIFbjeawg5Jk
as recovery-file using SPFlash-Tool.
Place this two files (without extracting them) in the phones memory or the root of your phones SD-Card (if you use one):
KK custom ROM
https://mega.nz/#!B5Q3gAga!OLh4sLFZ8dxkzkwazV1hI9xfIc2rP2a_C4QL_LQlOGA
micro.zip
https://mega.nz/#!o5RE3KYb!Wel6c3q8GKEovptvRdAZFj1ZlCERiCWYsjjj8K1_bg0
Connect phone to a charger, switch it off, and when restarting it, hold "Vol up" pressed, until TRWP-Menu shows. Use "Wipe"-Function, after that "Install" and select the two ZIP-Files, install them and reboot.
Install from play store any power manager app that can do a "hot reboot" (example: "Power Manager" by Guiseppe Montuoro).
After boot wait some time (like 10 minutes), then try to open camera. When the selfie camera is started, make a hot reboot using the power manager app. Start camera again, both cameras will work now (note: as long as "unable to open camera" or "gallery error" shows up or camera just doesn't start, hot reboot is useless).
Getting 3D-Effect (only necessary if you use SD-Card): Copy the two files "HolographyProfile" and "matrix" from the phones folder "Android" into the folder "Android" on the sd-card. The (already preinstalled) App "3D Video" contains four 3D Movies. Hint: If 3D-Effect is ghosty (doubled elements in the picture) try to tilt the phone just a few degrees to the right instead of looking in the very middle of the screen.
Rather than switching off the phone at night, only put it in airplane mode. Saves energy for the battery and you from doing a camera restart the next day...
App that makes use of the gyro effect and has appropriate videos: Install DiscoveryVR from play store. Open a video (like: Shark Storm), move the phone up/down/left/right to change the viewing angle.
https://forum.xda-developers.com/showpost.php?p=73634579&postcount=1127
Besides from saying, that leaving the screen on when charging is no option for me, I am quite pleased with the current firmware (don't have any clicks either). I told you, that I do not switch off the phone but put it into airplane at night, where battery drops by 1% or even stays at the same value until the morning. Once I had an issue with the card in SIM1 not willing to work when leaving airplane mode, but that occured only once in ten days now and can be solved by a normal reboot. Battery of the phone isn't too strong, but takes me through the day with normal usage of a man (really doubt, if a woman can do one day without recharging). Usually I end up at night with about 30% left. Screen is the greatest consumer, so if you watch a movie on the phone, you will have a drop of 10% of the battery every 15-20 minutes. WiFi and mobile radio also consume some greater part of the energy, so you might do a good while longer if you watch movies in airplane mode. WiFi reception and GPS are just so-so, maybe due to the metal frame of the Takee. For me it is good enough, and I just love the smooth finish of the phone.
https://forum.xda-developers.com/showpost.php?p=73766188&postcount=1131
Hi @YuriRM new updates on my custom stock rom for the takee1:
I just replaced in my .zip rom the update-binary file kindly provided by @[email protected]
But I couldn't test this "fixed" rom : I tryed to boot my phone into recovery mode as usual (power button + volume down) but strangely it didn't work so I had to dowload an app that allowed me to reboot into recovery mode.
Well, I just got a message that says there isn't a recovery on my phone ( the phone can boot the OS without issues)
I don't know how it could be possible, I flashed and fixed phones with bricked roms many times but I have never got a problem like this...
What can you can tell me about?
Mich-C said:
Hi @YuriRM new updates on my custom stock rom for the takee1:
I just replaced in my .zip rom the update-binary file kindly provided by @[email protected]
But I couldn't test this "fixed" rom : I tryed to boot my phone into recovery mode as usual (power button + volume down) but strangely it didn't work so I had to dowload an app that allowed me to reboot into recovery mode.
Well, I just got a message that says there isn't a recovery on my phone ( the phone can boot the OS without issues)
I don't know how it could be possible, I flashed and fixed phones with bricked roms many times but I have never got a problem like this...
What can you can tell me about?
Click to expand...
Click to collapse
Hi Mich-C! I am on vacations now. Maybe @[email protected] can help you.
My phone has gone bezerk after using the charger from another phone. It often freezes and the screen goes Black. I may try to reinstall Android.
If something is damaged then I will buy another 3D phone... the SuperD D1 from eFox or CooliCool.
Sent from my takee 1 using XDA Labs
YuriRM said:
Hi Mich-C! I am on vacations now. Maybe @[email protected] can help you.
My phone has gone bezerk after using the charger from another phone. It often freezes and the screen goes Black. I may try to reinstall Android.
If something is damaged then I will buy another 3D phone... the SuperD D1 from eFox or CooliCool.
Click to expand...
Click to collapse
Yes, try to reinstall the stock rom and buy a new battery I think you' ll solve the problem.
About my device instead: We have many roms for the takee1 and I made my own rom too but If I can't access recovery how can I flash them?!
Ok I' ll wait your return from vacation
You can use SPFlash and only flash the recovery.img, can't you? Use the LuckasFB Recovery-Image containing TWRP28.
BTW: You know that for Takee you can only access Recovery if the phone is connected to a charger - do you?
HI I'm from Brazil, I buy a samsung sm g611 MT yesterday and after I tried to put the bootloader in the ON mode, I came across only with "usb debug" options, but no longer "bootloader" option, I researched in google,youtube,and nothing solve my problem they said this option appears in some time and its necessary wait 7 days without turn de phone off,
so I've been thinking , would be possible to discconect from internet, and use some app like cheat engine who BE ABLE to "change the time" and bypass the 7 days ? with HEX ...
So if possible then we don't need no longer wait 7 days more , to "bootloader" option pop up..
As I see in this post I belive its necessary install this ".zip" to block the "reactivation" of RMM right? this ".zip" works fine in android 8, september patch?
and this RMM really activate by himself?
-if yes people who install root and other will brick their phones because rmm will lock phone with root installed , so its would be super necessary the installation of .zip file
is that true?
Its hard survive without root nowadays
[url]https://www.recovery-mode.com/android/how-to-fix-and-by-pass-rmm-state-locked-on-samsung-galaxy-devices.html[/URL]
in portuguese (em português) - [url]https://paste2.org/xfaHfYUW[/URL]
From : Samsung smg611MT, android 8, Security patch september.
- Sorry my english is rusty
Xxxxxxx Edit February 2019 xxxxxxx
Dude I've been using root for 2 months and yeah there is root for this phone
Actually I had to back the phone to Android 7.1 and it's working pretty well only one more thing, my friends already have root for Android 8.0 but I'm happy here with this Android 7.1 I created my first v
additional information: someone who already unlock this bootloader , could put the files here ? to install twrp, and magisk root , it would be really nice, and I'll be grateful
It seems you have learned english with Tim Explica isn't it?
Alright, let's check the facts. No one has compiled TWRP for our phone and we're not gonna have root either.
Regards
Dude I've been using root for 2 months and yeah there is root for this phone
Actually I had to back the phone to Android 7.1 and it's working pretty well only one more thing, my friends already have root for Android 8.0 but I'm happy here with this Android 7.1 I created my first v
cizordj said:
It seems you have learned english with Tim Explica isn't it?
Alright, let's check the facts. No one has compiled TWRP for our phone and we're not gonna have root either.
Regards
Click to expand...
Click to collapse
Read this message there is root try it
Tigormasterx said:
Dude I've been using root for 2 months and yeah there is root for this phone
Actually I had to back the phone to Android 7.1 and it's working pretty well only one more thing, my friends already have root for Android 8.0 but I'm happy here with this Android 7.1 I created my first v
Click to expand...
Click to collapse
I DONT KNOW why my message don't comes complete I'll try to put The link here
Tigormasterx said:
I DONT KNOW why my message don't comes complete I'll try to put The link here
Click to expand...
Click to collapse
Alright, I think there is some trick to make this work. However I couldn't manage to the custom recovery because the system replaces with the original stock recovery. I'm not mad at all, but I will try again.
Hello,
I can't find OEM Unlock option in my Developer Options, I'm trying to Root my Samsung C7 Pro, but I can't do it without enabling the OEM Unlock option. I have already tried the "Solution" of setting the date to 7 days ago etc... and it's still not appearing.
Is there any way to make the option appear? Or is there another way to unlock my phone, please?
My phone is Samsung C7 Pro, android version 8.0.0 Oreo Model number is SM-C7010, Android security patch level Nov. 1, 2018
Not every device and ROM has that opinion listed.
Just try to unlock it through ADB
Sent from my K10 using Tapatalk
a602820922 said:
Not every device and ROM has that opinion listed.
Just try to unlock it through ADB
Sent from my K10 using Tapatalk
Click to expand...
Click to collapse
Please, could you explain more? I don't understand all that Android shortcuts and what they stand for, just wanna root my phone, not quite an expert in all that, thank you.