Related
Hi Guys,
I really looked forward to playing Pokemon Go and was really shocked when i saw that the release version of it supports just android 4.4. kitkat and onwards but no older versions. My phone is stuck on 4.3 jellybean and cant be rooted so im sitting here sadly now I already managed to get the app installed by using Gmaps patcher, it also starts but won`t let me sign in via google or pokemon club. So now im asking you guys at xda, who are the most amazing guys in android scene, is there ANY possibility to make it work on android 4.3 jelly bean? The fact that it was planned for 4.3. in the beginning and beta testers claimed it would work on that version leaves me with al glance of hope.
Here are some ideas i have as a noob:
Since its possible to install the game and make it run, but just signing in wont work i guess the app is not far from running on 4.3. On top of that the games developer and beta testers claimed it working on 4.3 and onwards. So i guess in early stages it already WAS running on 4.3. Maybe it can be patched or modified in a way that it will work? If so, is anybody willing to work on that proect? Im affraid me as a noob is no option.
The Fact that beta testers and the developer said it would work on 4.3 might mean that an older version or beta version would run on 4.3.? Is there anybody who has a old/beta/field test version to test that?
Is there any other option? Or is it complete hopeless? Please try to help me, i was waiting for this great game so long and now i cant pay it, while all my friends do
Just install a costum rom
Gesendet von meinem SM-G925F mit Tapatalk
ken2802 said:
Just install a costum rom
Gesendet von meinem SM-G925F mit Tapatalk
Click to expand...
Click to collapse
I would love to do that but since i have a blackberry phone its completely locked as far as i know. I someone has other infos regarding that, please tell me
Ah that sucks. I think there are some apps that where being back portet. If it's viable to Pokémon go too i dont know through.
You could buy a cheap as android Phone with android 5.0
For example ZTE blade l3 it should be around ~80 to 90 bucks, if you can afford that much
ken2802 said:
Ah that sucks. I think there are some apps that where being back portet. If it's viable to Pokémon go too i dont know through.
You could buy a cheap as android Phone with android 5.0
For example ZTE blade l3 it should be around ~80 to 90 bucks, if you can afford that much
Click to expand...
Click to collapse
Thank you for our answer. Maybe someone knows if this gets packported maybe? Im sure lots of people would appreciate much.
You can dowload 0.13.5 version.that work.
you can't install apk files that uses higher API level (Pokemon GO, 19) on older Android version (Jelly Bean, 16). It's like trying to use a remote tv controller like a cellphone, you're trying to use a function that your system doesn't have. i don't think a generic patcher can solve this and i don't know where you found that apk, but you should be careful of what you install on your device. Anyway, out of curiosity i checked for you, given the possibility that for some "strange" reason Niantic decided to set the minimum sdk level to 19 without really use any functions that is not supported in Jelly Bean (whaaa? so why use higher API level than? maybe cause if you are running on KitKat you are 90% running on a "new" device, this is faster than making a list of hundreds of compatible phones). Worst case scenario is that you will get a NoClassDef exception (probably) and of course app crash.
(the following is not a piracy attemp, we are not trying to hack anything. it's intended for learning purpose and to satisfy your curiosity)
ok, let's start :
so, you need to set minimum sdk to Jelly Bean level (16)
to do this , you will need to edit the AndroidManifest.xml file, inside the apk, adding this line
("<uses-sdk android:minSdkVersion="16">)
and of course deleting any labels or parameters that are not recognized by 16 API level (in Pokemon Go case : things like android :isGame, android : banner, etc..)
(oh..but you can't just edit the manifest inside the apk, that is compiled. you need to decompile it first)
even if doing this doesn't break the app (very improbable) now you need to recompile it again (just for obtain a new compiled manifest file, that you can inject in the original app using Winrar/Winzip..infact .apk are just jar/zip files).
of course, we can always just edit the compiled manifest, just need to be able to read, unreadble anti human characters.
so, now it's "working" on android 4.1 , but can't get past splash screen, hangs after that
stuck at -- E/dalvikvm(32567): dlopen("libNianticLabsPlugin.so") failed: Cannot load library: load_library(linker.cpp:750): library "libNianticLabsPlugin.so" not found --
found this mega link on reddit:
#!cZ5BVRTa!QhUCp 45G7wK6dPVGmFh88xDQtTaUJX-j8t09pd_KeFY
Working version for jellybean 4.3
i have patched a working copy of pokemon go v0.29 if anyone wants it message me and il email it to you ,i have tested it on 4 droids running 4.3 and it work fine tho you will have to use a pokemon account not google account and the AR mode doesnt work since it uses feats that 4.3 doesnt have thus i have removed it
email me at [email protected] for a copy
ripperwbfg said:
i have patched a working copy of pokemon go v0.29 if anyone wants it message me and il email it to you ,i have tested it on 4 droids running 4.3 and it work fine tho you will have to use a pokemon account not google account and the AR mode doesnt work since it uses feats that 4.3 doesnt have thus i have removed it
email me at [email protected] for a copy
Click to expand...
Click to collapse
i don't think you should distribute a modded apk, even if it's free
anyway i'm really curious, can you tell me what you did? i'm hitting a roadblock
oo
Could we go the other direction? Is it possible to install the required libraries that 4.1/4.3 is missing and fake the system version to Pokemon Go?
Mine wont install at all on 4.3
Jumpersize said:
anyway i'm really curious, can you tell me what you did? i'm hitting a roadblock
Click to expand...
Click to collapse
Curious here also, and very interested if this is real.
masterilkd said:
You can dowload 0.13.5 version.that work.
Click to expand...
Click to collapse
Does it? Will it work in North America, and can you change the language to English? From what I've seen, this is the Japanese beta release.
A trustworthy download link would be nice as well, as there are some fishy apk's floating around.
I have a Galaxy Stardust S766C (a tracphone) with Jellybean 4.3. Any chance in hell that mod will work for me?
TesseractE said:
Could we go the other direction? Is it possible to install the required libraries that 4.1/4.3 is missing and fake the system version to Pokemon Go?
Click to expand...
Click to collapse
actually, Pokemon Go can be installed on Android 4.1. it hangs after the splashscreen because it can't "see" some .so files (even if they are inside lib folder). it seems to be cause of a different behaviour of dlopen on different Android platforms.
i'm trying to get a list of dependences for that libray and see if it can be workarounded
Iron124 said:
Does it? Will it work in North America, and can you change the language to English? From what I've seen, this is the Japanese beta release.
A trustworthy download link would be nice as well, as there are some fishy apk's floating around.
Click to expand...
Click to collapse
Jumpersize said:
actually, Pokemon Go can be installed on Android 4.1. it hangs after the splashscreen because it can't "see" some .so files (even if they are inside lib folder). it seems to be cause of a different behaviour of dlopen on different Android platforms.
i'm trying to get a list of dependences for that libray and see if it can be workarounded
Click to expand...
Click to collapse
i was able to install it on zte blade q (4.2.2 JB) But like you said it hangs after splashcreen
i really hope so you will be able to find workaround! i would be thankfull if you can send me apk if you find solution
Jumpersize said:
actually, Pokemon Go can be installed on Android 4.1. it hangs after the splashscreen because it can't "see" some .so files (even if they are inside lib folder). it seems to be cause of a different behaviour of dlopen on different Android platforms.
i'm trying to get a list of dependences for that libray and see if it can be workarounded
Click to expand...
Click to collapse
If you managed to get this working, you would be an absolute hero.
The same ZeonZs, ZTE Blade Q with android 4.2.2 and a black screen...
Good luck Jumpersize, we count on you !! :good:
ResurrectionRemix M for Sony Xperia Z4 Tablet Wifi and LTE (SGP712/SGP771)
Code:
Your warranty may be voided ! 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.
Issues:
- Back camera focus: image is blurred and color problem (waiting for new AOSP blobs from Sony)
- Minor bug with led while charging
- No FM radio
- Tell me what you find !
How to install
- Unlock your bootloader (you can save your TA partition before)
- Update your firmware to the last Marshmallow version (needed to update the bootloader, kernel will not boot if you use the Lollipop bootloader)
- Install AndroPlus kernel and TWRP
- Make a backup
- Push the rom's zip to the SD card (optionnaly with gapps)
- Wipe System, Data, Cache, Dalvik cache
- Install the rom (and gapps if you want)
- Reboot
- Enjoy, and give me a feedback
Advice: You can use TWRP from Androplus before installing the rom. But it will not work with cyanogenmod/ResurrectionRemix kernel.
So, after installing the rom, you can use TWRP made for CM kernel (see the link bellow) and press vol+ at boot, or keep AndroPlus TWRP and use "fastboot boot boot.img", were boot.img is AndroPlus kernel.
Edit : my TWRP for CM seem to has a bug with touchscreem randomly not working, you can reboot the tablet with Power-Vol+ until the touchscreen works (it doesn't stop working after boot, it just works well or not at all), or use the fastboot method with AndroPlus Kernel.
I will solve this problem when I'll have the time.
Thanks
@CTXz and @zacharias.maladroit for all the work with the Z5 serie and the kitakami platform
To all people who helped them: @oshmoun, @moonbutt74, @sub77, @Joeisgood99, @bazhip, @alphatact1cs, @auras76, @Myself5
@AndroPlus for his great kernel and recovery
Sony’s AOSP team for providing sources for AOSP
CyanogenMod team, they are provinding a great android distribution
ResurrectionRemix team, they are provinding another great android distribution
Google for Android
All the people I don't explicitly thanks (You can ask if you think you should be on this list, I will add you with pleasure)
Downloads
ResurrectionRemix unofficial rom for karin windy (Z4 tablet wifi only)
https://www.androidfilehost.com/?w=files&flid=83577
ResurrectionRemix unofficial rom for karin (Z4 tablet LTE)
https://www.androidfilehost.com/?w=files&flid=86534
Gapps
http://opengapps.org/
Select ARM64, android 6,0, and choose the variant you want (I recommand pico)
TWRP for CM kernel for karin windy (both Z4 tablet wifi and LTE)
https://www.androidfilehost.com/?w=files&flid=114592
Questions
- Please, avoid asking things like: how to flash this rom, what is fastboot, …
There is enough documentation on XDA and others websites. You also probably should not use this rom if you don’t know how to recover a bricked device with fastboot and flashtool.
- I’m not a professional devlopper, I don’t receive payement for this, so don’t ask for ETA, for make a rom for an other devices, …
- I only have a wifi only Z4 tablet, I make a LTE version, but since I don’t own this tablet it’s not possible for me to debug like on my wifi tablet.
Reporting a bug
- Explain what happen with the more details you can: how does this bug happen, when, ...
- Share a log if you can
Source code:
Device
https://github.com/andralex8/android_device_sony_karin_windy
https://github.com/andralex8/android_device_sony_karin
https://github.com/andralex8/android_device_sony_kitakami
https://github.com/andralex8/android_device_sony_common
Kernel
https://github.com/andralex8/android_kernel_sony_kitakami
Vendor
https://github.com/andralex8/android_vendor_sony
https://github.com/andralex8/android_vendor_qcom
The remaining source code for the kitakami platform can be obtainde from here:
https://github.com/Sony-Kitakami
https://github.com/andralex8
ResurrectionRemix source code:
https://github.com/ResurrectionRemix
TWRP source code:
https://github.com/omnirom/android_bootable_recovery
Changelog
Code:
2016/11/25
- Increase max speaker sound
- Allow to set lower minimum brightness
- Sync last ResurrectionRemix sources (5.7.4)
2016/11/13
- Sync last ResurrectionRemix sources (5.7.4)
2016/09/18
(- Use cm libbt again)
2016/09/17
- Sync last ResurrectionRemix sources (5.7.3)
2016/08/21
- Fix USB OTG (disable switch on boot)
2016/08/20
- Sync last ResurrectionRemix sources (5.7.3)
2016/08/07
- Partially fix USB OTG (fix kernel usb driver)
- Use Adreno stock blobs (32.1.A.1.185)
- Sync last ResurrectionRemix sources (5.7.2)
2016/07/29
- CyanogenMod for SGP771 karin released
- ResurrectionRemix for SGP771 karin released (based on karin source code for CyanogenMod)
2016/07/23
- ResurrectionRemix for SGP712 karin_windy released (based on karin_windy source code for CyanogenMod)
2016/07/10
- Update qcom blobs (SW_binaries_for_Xperia_AOSP_M_v05a)
- Cpuquiet and rqbalance improvements (cherry-picking from sonyxperiadev)
2016/06/15
- Fix sensors
2016/06/14
- Fix bluetooth (use broadcom libbt from AOSP instead of CM)
2016/06/05
- Fix audio (add acdb and audio config from stock 32.1.A.1.185)
2016/05/29
- Cyanogenmod for SGP712 karin_windy released
XDA:DevDB Information
ResurrectionRemix M for Xperia Z4 Tablet, ROM for the Sony Xperia Z4 Tablet
Contributors
andralex8, and a lot more (see thanks section)
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
Based On: ResurrectionRemix
Version Information
Status: Alpha
Created 2016-07-23
Last Updated 2016-11-25
If you are the guys of RR for Nexus 6P .....I'm sooooo waiting for LTE version of this Rom SGP-711. I'm currently running MM 6.0.1 but this rom would make a huge difference.
Sent from my SM-G935T using Tapatalk
jongcruz said:
If you are the guys of RR for Nexus 6P .....I'm sooooo waiting for LTE version of this Rom SGP-711. I'm currently running MM 6.0.1 but this rom would make a huge difference.
Sent from my SM-G935T using Tapatalk
Click to expand...
Click to collapse
No, I don't know about the Nexus 6P guy .
I hope to make a version for LTE one day, and for CyanogenMod too.
There is a problem with the cm rom I tried for the LTE version making it unusable. Since I don't have a LTE tablet, I'm waiting to have more informations from people with the SGP771 who tried this rom (I need at least a logcat, and I will see what I can do ).
This other big problem for the roms (AOSP, CM, RR, ...) is currently the camera. It's the same for almost all recent Sony devices, we're waiting new binaries from Sony to fix this. And there is the usb otg to fix too.
But the remaining seem to work pretty well
andralex8 said:
No, I don't know about the Nexus 6P guy .
I hope to make a version for LTE one day, and for CyanogenMod too.
There is a problem with the cm rom I tried for the LTE version making it unusable. Since I don't have a LTE tablet, I'm waiting to have more informations from people with the SGP771 who tried this rom (I need at least a logcat, and I will see what I can do ).
This other big problem for the roms (AOSP, CM, RR, ...) is currently the camera. It's the same for almost all recent Sony devices, we're waiting new binaries from Sony to fix this. And there is the usb otg to fix too.
But the remaining seem to work pretty well
Click to expand...
Click to collapse
Those are great news, I'll remain waiting and ready to test anything that comes out in my LTE version. Thanks for this new development!
Sent from my SM-G935T using Tapatalk
jongcruz said:
Those are great news, I'll remain waiting and ready to test anything that comes out in my LTE version. Thanks for this new development!
Sent from my SM-G935T using Tapatalk
Click to expand...
Click to collapse
If we want to acheive the result, we should help andralex. I think our task is to install cm again and get logcat via adb.
But will it work om brokem cm? Is root access required for logcat?
Is there any plans to develop a customized stock version?
Sent from my SGP771 using Tapatalk
alex009988 said:
If we want to acheive the result, we should help andralex. I think our task is to install cm again and get logcat via adb.
But will it work om brokem cm? Is root access required for logcat?
Click to expand...
Click to collapse
Good question! I think it don't need root, the logcat command worked for me as a simple user. The adb server should be already started on the tablet at the step when the rom crash, the only problem could be the secure debugging (you need to accept the computer's RSA key to have adb working). I don't know if the dialog will appeared, or if it will be possible to accept if the Trebuchet error stay on top.
It's possible to disable this security on build time, I will make that if it's not possible to accept the key.
jongcruz said:
Is there any plans to develop a customized stock version?
Click to expand...
Click to collapse
Not for the moment. I'm focusing on the roms built from sources. Maybe later if it's not possible to get fully working cm/rr roms (e.g. camera never works), but I don't think so.
Well, hope never dies.
Sent from my SGP771 using Tapatalk
There is my first ResurrectionRemix build for SGP771 :
https://www.androidfilehost.com/?fid=24659351692116030
It's not tested right now, but the CyanogenMod version for SGP771 works, so it should works .
I'll update the thread tomorow to support SGP771 (unless you tell me it's not working).
andralex8 said:
There is my first ResurrectionRemix build for SGP771 :
Click to expand...
Click to collapse
Thanks for creating the build for the SGP771!
I installed it a few hours ago on my device and, so far, seems stable and quite like it.
Please let me know if I can help you with the SGP771 testing (feedback, logs, etc). I'm very inexperienced in the build process but always willing to learn.
jlecour said:
Thanks for creating the build for the SGP771!
I installed it a few hours ago on my device and, so far, seems stable and quite like it.
Please let me know if I can help you with the SGP771 testing (feedback, logs, etc). I'm very inexperienced in the build process but always willing to learn.
Click to expand...
Click to collapse
Do you have LTE working OK?
Sent from my SGP771 using Tapatalk
jongcruz said:
Do you have LTE working OK?
Sent from my SGP771 using Tapatalk
Click to expand...
Click to collapse
I only now tested the SIM card slot and it does not even recognise when there is a card inserted, even after rebooting the device.
jlecour said:
Thanks for creating the build for the SGP771!
I installed it a few hours ago on my device and, so far, seems stable and quite like it.
Please let me know if I can help you with the SGP771 testing (feedback, logs, etc). I'm very inexperienced in the build process but always willing to learn.
Click to expand...
Click to collapse
jlecour said:
I only now tested the SIM card slot and it does not even recognise when there is a card inserted, even after rebooting the device.
Click to expand...
Click to collapse
Thank your for testing .
Could you send me a logcat with the SIM card inserted to see where this problem come from ?
@alex009988, I checked your logcat, it seem that on CyanogenMod the tablet can connect to mobile network (at least I saw a HSPA/3G+ connection and the device got an ip address from this network before connecting to wifi), can you confirm ?
Hi. Sim card works well, it can make calls and go online. I confirm it.
Interesting. I think it's not a bug, but maybe feature of aosp Sony sourses. So, IMHO, doesn't need to be fixed.
Cm on my tyblet calls all networks by the same name.
A attached screenshots from spg771 and xiaomi redmi note 2. My operator is tele2 on both devices.
PS I haven't checked for LTE cuz it's a bit far from my home. But I guess it should work.
andralex8 said:
Thank your for testing .
Could you send me a logcat with the SIM card inserted to see where this problem come from ?
@alex009988, I checked your logcat, it seem that on CyanogenMod the tablet can connect to mobile network (at least I saw a HSPA/3G+ connection and the device got an ip address from this network before connecting to wifi), can you confirm ?
Click to expand...
Click to collapse
@andralex8
I generated a logcat with a SIM card inserted and started the logging as soon as the system was up.
During the 3 or 4 min captured in the log I also extracted and inserted the SIM tray immediately after, in order to check if any event was logged.
I will also go through the log to see if there is anything obvious.
Hope this helps!
Sorry, duplicate post.
Joao_L said:
@andralex8
I generated a logcat with a SIM card inserted and started the logging as soon as the system was up.
During the 3 or 4 min captured in the log I also extracted and inserted the SIM tray immediately after, in order to check if any event was logged.
I will also go through the log to see if there is anything obvious.
Hope this helps!
Click to expand...
Click to collapse
How did you flash the ROM? With androplus recovery and factory reset(wipe)? Are you sure that sim card is not broken? With stock ROM, does it work? I think it's kinda impossible that one man have no problem with sim card and another have it with the same device.
alex009988 said:
How did you flash the ROM? With androplus recovery and factory reset(wipe)? Are you sure that sim card is not broken? With stock ROM, does it work? I think it's kinda impossible that one man have no problem with sim card and another have it with the same device.
Click to expand...
Click to collapse
I never got to try the SIM card slot while in stock ROM. Even though I have an LTE version it's not a feature I use.
Yes, I used TWRP: cleaned system, data and both cache partitions. Then had to side load the .zip file as I didn't have a micro SD card available. The installation was successful.
Prior to this I had installed an AOSP ROM compiled by me following Sony's instructions. However, as written before, all partitions were wiped before installing RR.
Just for my understanding: you have an SGP771 using this build of RR and your SIM card slot works?
Joao_L said:
I never got to try the SIM card slot while in stock ROM. Even though I have an LTE version it's not a feature I use.
Yes, I used TWRP: cleaned system, data and both cache partitions. Then had to side load the .zip file as I didn't have a micro SD card available. The installation was successful.
Prior to this I had installed an AOSP ROM compiled by me following Sony's instructions. However, as written before, all partitions were wiped before installing RR.
Just for my understanding: you have an SGP771 using this build of RR and your SIM card slot works?
Click to expand...
Click to collapse
Year, sim card work, but I use cm, try cm too. I haven't checked RR, but if need of course I will.
I have a problem with Lineage OS unofficial ROM on Xperia Z3 Compact Tablet from this xda thread.
When mobile connection (using SIM card) is established, Android overwrites allowed Wifi channels settings with restrictions, based on countries. This is a well known feature, but for Russia it seems that any 5Ghz channel becomes restricted - even through channnels 34-165 are legally allowed in Russia (I can't see any networks, no matter what channel I use on my access point).
I want to find, where those restrictions are located, and fix them with appropriate values (I suppose there should be some kind of table with those values). I am sure that this is possible because 5Ghz works both on this device with official ROM and on xiaomi device with official and Lineage OS ROMs.
Unfortunately, ROM author is not interested in fixing this bug so I want to do it myself. I managed to get 5Ghz working using Magisk, Xposed Framework and module for fixing region - but that solution is damn unstable to I want to avoid it and make a normal fix.
By the way, setWifiCountryCodeFromMcc is met in this source and it calls "setCountryCode" from here. I just need to go a little bit deeper to find restricted channel options - but I don't know where and how.
I'm not responsible for any damage to your device of any sort.
By flashing this you take responsibility of anything that happens.
Process at your own risk!
If you want to check firmware - please make backup. Better to store all partitions, at least efs and may be modem.
Instructions
1. Install custom recovery - use my twrp
2. Download the zip(s) - firmware and Magisk (optional)
3. Backup all partitions (it least efs) and store somewhere - it need to do - because you can loose imei
4. Full wipe all
5. Flash firmware and Magisk
Information
My port based on:
firmware: P580KXU1CRJ7 (Tab A with S PEN P580) Android 8.1 with October security patch
firmware: T395XXU3BRJ5 (Tab Active2) Android 8.1 with November security patch
kernel: J600GDXU1ARE2 (Galaxy J6 SM-J600F 2018) 3.18.14
Removed only knox and few features (nfc, fingerprint, radio)
P580/P585 port:
Work
all
Links
LTE version:
WiFi version:
1. 20181101: https://drive.google.com/file/d/1yaV7qPaUd0zxFycJYs6FnSrny8qVbOGm/view?usp=sharing
T395 port:
Work
almost all, this is port from the tablet to the tablet, no any issues with TW or keyboard as was before
Known Issues
- camera (flash working)
- auto brightness too dark
Links
LTE version:
2. 20181101: additional patch (remove crypt data\sdcard for easy backup/restore via TWRP, switch drm to L3 - no HD in netflix, but it's working): https://drive.google.com/file/d/1XyvMZlWq1KvEMxJmC8IVIqwDylDMrqs9/view?usp=sharing
1. 20181101: https://drive.google.com/file/d/1FHEFjwh1NO1mwYBQMIvumyxSO8w4TYYV/view?usp=sharing
WiFi version:
2. 20181101: additional patch (remove crypt data\sdcard for easy backup/restore via TWRP, switch drm to L3 - no HD in netflix, but it's working): https://drive.google.com/file/d/11NAAKHLHXrQuobytac7jDkRwpdh7dcwK/view?usp=sharing
1. 20181027: https://drive.google.com/file/d/1rcg_WGXeTqawv-ZyhL2_yuAaXZJvhPzo/view?usp=sharing
Sources
Kernel: https://github.com/Valera1978/android_kernel_samsung_exynos7870/
Thanks
Thanks to Samsung
How are you friend Valera! ?? First of all I appreciate this new port of samsung oreo. It is much better than the previous one due to the fact that it is from tablet to tablet. I installed it 2 hours ago and everything is wonderful, I'm probably my daily driver from now on. I will comment on bugs that I have found, some already mentioned in the OP. Camera does not work
- processing error when starting samsung account session
- blue filter
- gps seems to work
- I have a book cover and the screen does not turn on or off with the magnet
this is all for the moment, while I will continue watching a series in netflix with chromecast that works well in this rom, also the smart view. Thank you! It is a huge job!
Great ... I'm waiting port for t585 version. Good day!
which branch do you use ?? the TouchWiz-8.0? also if the book cover feature isn't working, i saw that the feature isn't enabled in your defcon.
Good morning!
I continue with this rom and it goes very well, but I have found one more problem and that is that the bluetooth is not activated.
Thank you very much for your great work!
Thanks man!!! Btw, can you add navbar? I reqlly would like to see ìt on a touchwizz rom for the tab a??
Nice work Valera. Waiting for t585 version hope you will fix camera also :good:
Hi all
Added port for lte version too.
Also I added small patch - I had remove encrypt data\sdcard, it's really annoying for me - I need backup\restore firmware, because I often back to los 15\16 and then back to port.
Rawwrius01 said:
which branch do you use ?? the TouchWiz-8.0? also if the book cover feature isn't working, i saw that the feature isn't enabled in your defcon.
Click to expand...
Click to collapse
Yes, kernel the same, as for port before.
I'll check cover, may be not today, havn't time at all right now, on weekend I'm sure will be a version.
silly request, a link to your twrp please. I have twrp 3.1.1 on my T585 now, will it work ok?
bobfrantic said:
silly request, a link to your twrp please. I have twrp 3.1.1 on my T585 now, will it work ok?
Click to expand...
Click to collapse
should be enough
Today there was a new stock 8.1 firmware for the P580 (same as our but with s-pen). This is our related tablet with same hardware. As result now we have ideal fully worked port. Right now for T580 only, soon I'll finish it for T585.
This is good, and I hope soon we will get original stock firmware too.
Another great news... btw spen futures can be removed? Because it is unuseful for T585.
On Sammobile you can download original 8.1 FW for p580, p585.
Valera1978 said:
Today there was a new stock 8.1 firmware for the P580 (same as our but with s-pen). This is our related tablet with same hardware. As result now we have ideal fully worked port. Right now for T580 only, soon I'll finish it for T585.
This is good, and I hope soon we will get original stock firmware too.
Click to expand...
Click to collapse
I am struggling to get the ROM working on my p580. With Odin it works but when I make a flash able zip with superr kitchen it stuck at the boot screen. Also the twrp isn't working. How do you got your twrp working on Oreo ?
Gesendet von meinem ONEPLUS A3003 mit Tapatalk
Oh Valera! why do you do it? LOL
Just kidding! You make me after a tired day of studies in the middle of the night I put to flash my tablet! Hahaha
The port from the Tab P580 must surely go even better, so I'll download it right away, thank you very much for all your great work!
And apparently the official rom oreo for our Tab A T580 / 585 will be launched soon, or so we hope. Maybe this will help future development.
Thank you very much Valera!
Valera1978 said:
Today there was a new stock 8.1 firmware for the P580 (same as our but with s-pen). This is our related tablet with same hardware. As result now we have ideal fully worked port. Right now for T580 only, soon I'll finish it for T585.
This is good, and I hope soon we will get original stock firmware too.
Click to expand...
Click to collapse
It's getting exciting!!
Of course, rom flashed on my tab T580, this version of the P580 works great, I did not find a single error. Thank you very much for this great work.
It is very fast, there is more ram available with respect to nougat, I really love it, new daily driver!
Greetings Valera and thanks for everything
The first problem that is detected so far is that the bluetooth is not activated
Yeah, bluetooth won't turn on in the P580 port.
Waiting for lte version
Hi guys,
this is my first experience report about my new Poco X3 NFC with Miumi 12 after 14 days in use....
To explain: 2 years ago i got my first xiaomi redmi note 6 pro global. This machine is a fine thing, but i never liked the miui surface. So i decided to unlock and root the phone and use a custom rom. This was the very best decision for me.
So far, so good... At least i bougth my new Poco X3 NFC and i got 14 days ago. I heard a lot of "good" things about the new Miui 12, so that was one reason for me to catch this deal....
After nearby 14 days using this phone with this original surface Miui 12 i can say: it sucks, nothing else but the original apps are running smooth. It is nearly impossible to run an alternative launcher, really nothing runs flawless on this terrible, awful surface! The simplest things like "notification badges" etc. are not present, they still are not in function...
Ok, Miui "spend" a launcher: Poco Launcher. Hmm, nearby, but (for me) lightyears away from any kind of personalization. Change icons? Runs partially... Want to unlink the fu..... ring- and notification sounds? Misrepresented!!! This (for me) confusing settings menu? There is no better thing than a clean android system or custom rom!
The next annoying crap is the annoying advertising - i spend a "little" time to "destroy" this really sucking "feature".....
Oh, before i forgot: i tried to run the launchair launcher, ruthless launcher, nova launcher, microsoft launcher and at least hyperion launcher. With all this launchers it is on my phone totally impossible to run all features - on every other phone with custom rom or original they run like hell!
The one and only way to operate this phone "fine and smoothly" is this: leave it in its original condition! But who wants this? Personalization? Inadequate....
But yes, there are two things they are fine: the energy options and the camera app. But thats it for me.
So, this is my experience after 14 days and the next thing i will do is unlock the bootloader, install a recovery systen (maybe twrp or orange fox) and root the phone with magisk. With this solution i hope to improve some things - i 'll keep testing this
Best wishes and greets
I'm using Nova Launcher on all devices since a couple of years. Mui has the habit of preventing background tasks and autostart(never saw this before) for all apps except Xiaomi and Google ones and probably a few other. Autostart, notifications and widgets i only need for a handful of apps(including the launcher), and none of these worked out of the box.
But all relevant options are bundled in the app's context menu, no scrolling thru huge lists including all the system apps. Simply allow autostart, disable powersaving and give the app more or less all access rights. Running pretty well now. It's only the most bloated phone i ever had, but also the most powerful, so thats not an issue at present.
Hi lecorbusier,
thanks for your answer.
With your sentence >It's only the most bloated phone i ever had, but also the most powerful< your totally right
Yesterday i unlocked my X3, flashed TWRP - and wow: System destroyed....
Turned to fastboot, flashed OrangeFox, puh, it 's not broken....
Flashed Magisk also and today i will see what happen....
Lmao, who told you that MIUI is a good thing. It's ok, but compared to custom ROM it sucks.
If you want to try custom ROM, ArrowOS is the best optimized custom ROM + Void custom kernel If you want maximum fluidity/smoothness as it's optimized for minimum latency and jank. Battery life is still good in my usage, maybe 2 hours less maximum, but it's worth it. With stock kernel, SOT is a bit better.
ArrowOS gets improvements every day on ROM side with fixes & improvements + occasionally improvements & fixes to the device side.
I tried 5 other custom ROMs (crDroid, Resurrection Remix, LineageOS 17.1, CorvusOS, NitrogenOS) and that's my experience.
Everything works except fast charging information with Xiaomi charger (all custom ROMs have this issue) & Miracast (which I'm not sure if it works or not since I never used it).
So all in all, just flash custom ROM in this one too!
Devil's advocate here ( ), Xiaomi.eu with updated firmware and Stormbreaker kernel feels smooth as butter here -- but it takes some intensive tweaking.
Hi there, good morning from Germany
A short "update"....
After "repairing" (see 3 posts above) I've done the following:
Installed Lsposed (Magisk), installed CustoMIUIzer and started "playing" with the mass of settings in it....
What should I say: I'm pretty impressed.
Almost everything is going as hoped and does what it should! Till now I got no numbers on my notification badges, but this is a part I can live with.
That doesn't mean that i have changed my opinion about the MIUI-Surface, especially the terribly nested settings.... But with a bit of work you can establish a relatively well-running system that you can personalize according to your wishes.
So for the moment I'm pretty happy, but I'm still testing...
Ah, before i forget to mention: magisk and safetynet was another problem. I have found a module that works (for me), look here
So, thats it for today, many greetings and happy easter
Hello everyone,
here 's another short update for miui....
The good news first: it runs, Ruthless Launcher is working, original camera app is fine, other things: see my post above...
That 's it!
Unlock by (or with) bluetooth??? Fail! It seems that Xiaomi only supports its own devices - what a crap.... I clearly miss this function.
I stick to my opinion: miui sucks....
The only point that keeps me from installing a custom rom is the camera app (at least for the moment)...
My conclusion: to use all possibilities of this device you "must" use a custom rom, otherwise you have to live with the restrictions
thueringer said:
The only point that keeps me from installing a custom rom is the camera app (at least for the moment)...
Click to expand...
Click to collapse
My main reason to keep Xiaomi.eu, too. When LOS becomes official, I'll brace myself for intensive testing of camera alternatives...
for me, personally, i dont like miui as well. luckily we have a bunch of custom roms out there and even i found a better rom for my daily use, i still try flashing some rom to experience some other features. tho, at the end of the day, i end up using my rom that i am using daily. if you want the rom with alot of customization, have a good BB, and have miui camera, i suggest to use Ancient OS
Hi all together
@dahrel22: thanks for your tip, it seems like this is what i was looking for...
I think I'll test it out, I can't do more than break it
Have a nice Sunday, many greetings from here...
thueringer said:
Hi all together
@dahrel22: thanks for your tip, it seems like this is what i was looking for...
I think I'll test it out, I can't do more than break it
Have a nice Sunday, many greetings from here...
Click to expand...
Click to collapse
yes bro you better try it. im currently using the old build which is the miui verdor based. the new build comes with oss vendor but i think im not ready to flash it. i having trouble keeping my phone decrypted from oss vendor based roms. so i'll still be using the old build.
After the updates my Poco x3 NFC restarts in stand-by mode or when I'm using whatsapp, suddenly the screen goes to black..and then back to the homescreen... :/
Does anybody tried a custom rom? I would like to give a try.
Hello to everybody,
here 's my newest experience with "Miui-machine"...
I tried the tip from dahrel22 (see 4 posts above) und flashed Ancient OS 5.3 - I did everything according to the description, but in the end I had an encrypted partition on my phone....
Yesterday I had the great idea to cleam my device up und flash it again...
What can i say: it was a horrible trip
Like before I 've done everything as described - but it ends with a lot of issues like "no root" and "no system" directory, unable to mount system partion and so on and so on... This action cost me a lot of annoyance
(I tried this with two custom roms: Ancient OS 5.4 and Evolution X).
I was then able to revive the device using fastboot and the mi flashtool.
The Mi-Flashtool also ended with an error, but the system works - for whatever reason???
So at the moment I'm "driving" this damn Miui again and I'm really pissed off!
Maybe someone from you has a "smooth" idea to solve my problem??
Many greetings and thanks
thueringer said:
Hello to everybody,
here 's my newest experience with "Miui-machine"...
I tried the tip from dahrel22 (see 4 posts above) und flashed Ancient OS 5.3 - I did everything according to the description, but in the end I had an encrypted partition on my phone....
Yesterday I had the great idea to cleam my device up und flash it again...
What can i say: it was a horrible trip
Like before I 've done everything as described - but it ends with a lot of issues like "no root" and "no system" directory, unable to mount system partion and so on and so on... This action cost me a lot of annoyance
(I tried this with two custom roms: Ancient OS 5.4 and Evolution X).
I was then able to revive the device using fastboot and the mi flashtool.
The Mi-Flashtool also ended with an error, but the system works - for whatever reason???
So at the moment I'm "driving" this damn Miui again and I'm really pissed off!
Maybe someone from you has a "smooth" idea to solve my problem??
Many greetings and thanks
Click to expand...
Click to collapse
im feel so sorry when i read your experience. maybe some confusion because 2 builds at the same version have different vendor based. both of them are comes with 5.3 but one comes with miui, one comes with oss. as i say i really have a hard time to keep my phone decrypted on oss when im using orange fox (now im in twrp but still no planning of flashing oss) if you flashed the old build, i mean the miui vendor based build, i think the outcome will be better.
what version of miui are you into right now?
edit: you know i feel bad for you as you need to do this "mi-flashtool" kind of stuff. next time, if you make mistake flashing something, i suggest just to flash miui rom again (miui eu will do) using recovery (i suggest twrp). i did that before many times and it never fails me.
dahrel22 said:
im feel so sorry when i read your experience. maybe some confusion because 2 builds at the same version have different vendor based. both of them are comes with 5.3 but one comes with miui, one comes with oss. as i say i really have a hard time to keep my phone decrypted on oss when im using orange fox (now im in twrp but still no planning of flashing oss) if you flashed the old build, i mean the miui vendor based build, i think the outcome will be better.
what version of miui are you into right now?
Click to expand...
Click to collapse
Hi dahrel, at the moment I 'm on Miui 12... I tried to flash with OF and TWRP.
thueringer said:
Hi dahrel, at the moment I 'm on Miui 12... I tried to flash with OF and TWRP.
Click to expand...
Click to collapse
with the newest miui 12.0.9 from xiaomi eu? have you flashed the decrypted vendor? then try to flash the oldest ancient 5.3, anyways, one more stable rom i used is PE+. the new anx cam 2.4 works pretty well.
dahrel22 said:
with the newest miui 12.0.9 from xiaomi eu? have you flashed the decrypted vendor
Click to expand...
Click to collapse
Hi dahrel22, I used the Miui 12.0.8 global. What do you mean with the decrypted vendor?
I don't know the PE+...
thueringer said:
Hi dahrel22, I used the Miui 12.0.8 global. What do you mean with the decrypted vendor?
I don't know the PE+...
Click to expand...
Click to collapse
oh i mean, you keep your phone decrypted?
i usually flash the unencrypted vendor so i dont have to flash dfe. you can find it from here.
12.0.8.0
[PATCH] Disable encryption for XIAOMI.EU ROM
disable data encryption, MLC nand write cycle is limited and encryption is make it worst how to : - download and unzip xiaomi.eu_multi_POCOX3NFC_V12.0.4.0.QJGMIXM_v12-10.zip - download and unzip vendor patch...
forum.xda-developers.com
and for 12.0.9.0
[PATCH] Disable encryption for XIAOMI.EU ROM
disable data encryption, MLC nand write cycle is limited and encryption is make it worst how to : - download and unzip xiaomi.eu_multi_POCOX3NFC_V12.0.4.0.QJGMIXM_v12-10.zip - download and unzip vendor patch...
forum.xda-developers.com
thanks to @inunxelex
which rom you want to flash now?
Hi dahrel, thank you very much for the links above
I 'm not sure which rom i 'll flash next time - maybe Ancient OS or Evolution...
are you following poco x3 updates on telegram? you can find alot of custom roms from there. some are those you cant find here.
POCO X3 | Updates
All about POCO X3 ROMs, Kernels, Guides, Mods, NEWS, everything. Stay up-to-date with us! Official Group: @PocoX3GlobalOfficial
t.me