Getting back lost functionality for those who lost drm-keys - Xperia Z4 Tablet General

Hi. Today one man told me that he installed Tobias patch and it works. Then I checked this too on my own too and it seems works too . Security test, image enhancement etc work as well as before...
http://forum.xda-developers.com/xpe...credentials-restore-unlocking-t3296383/page26
I guess people who using z4 tab with lost drm key(who don't have TA Backup and already unlocked bootloader) can bravely use this patch.
So, the purpose of this thread is to inform that Tobias's patch works successfully for our tablet too.

alex009988 said:
Hi. Today one man told me that he installed Tobias patch and it works. Then I checked this on my own too and it seems works too. At least *#*#7378423#*#* security test shows no error with drm keys.
http://forum.xda-developers.com/xpe...credentials-restore-unlocking-t3296383/page26
I guess people who using z4 tab with lost drm key can bravely use this patch.
Click to expand...
Click to collapse
Working like a charme! Thx for the Link!

Year. I hope that his patch would work for future Sony update too.

Mr. Schnabel said:
Working like a charme! Thx for the Link!
Click to expand...
Click to collapse
+1

Sorry for asking but It seems that I missed something. If I start the rootkernel command I get a note that TWRP integration and drmfix is skipped
Code:
- Unpacking kernel
Found android boot image
gzip: kernel_tmp.gz: decompression OK, trailing garbage ignored
Kernel version: 3.10.84
- Detected vendor: somc (Sony), device: karin, variant: windy
- Unpacking initramfs
- Detected platform: 64-bit
- Detected Android version: 6.0
- Disabling SONY RIC
- Skipping TWRP integration. No image for model karin
- Skipping drmfix. Unsuppported/untested for model karin
- Creating new initramfs
- Creating boot image
- Cleaning up
Done
Or is removing/disabling of the Sony RIC enought?
EDIT: Sorry my mistake. The outdated drmrestore.zip works like a charm. Hopefully Tobias would get the package on the z4, too.

denk_mal said:
Sorry for asking but It seems that I missed something. If I start the rootkernel command I get a note that TWRP integration and drmfix is skipped
Code:
- Unpacking kernel
Found android boot image
gzip: kernel_tmp.gz: decompression OK, trailing garbage ignored
Kernel version: 3.10.84
- Detected vendor: somc (Sony), device: karin, variant: windy
- Unpacking initramfs
- Detected platform: 64-bit
- Detected Android version: 6.0
- Disabling SONY RIC
- Skipping TWRP integration. No image for model karin
- Skipping drmfix. Unsuppported/untested for model karin
- Creating new initramfs
- Creating boot image
- Cleaning up
Done
Or is removing/disabling of the Sony RIC enought?
EDIT: Sorry my mistake. The outdated drmrestore.zip works like a charm. Hopefully Tobias would get the package on the z4, too.
Click to expand...
Click to collapse
I just flashed this old version, how do I test if it's working?
Thanks
Sent from my Xperia using Tapatalk

jongcruz said:
I just flashed this old version, how do I test if it's working?
Thanks
Sent from my Xperia using Tapatalk
Click to expand...
Click to collapse
Go into the settings -> Display -> Image enhancement
If you change to X-Reality or Super-vivid mode you should noticed the different between the two pictures on the left side.

Also you can check keys on the service menu, service tests, security *#*#7378424#*#* it should show "key is OK"
Also you should notice the difference on photos, and movies between "off" and super-vivid mod. So again, the patch works like a charm)

alex009988 said:
Also you can check keys on the service menu, service tests, security *#*#7378424#*#* it should show "key is OK"
Also you should notice the difference on photos, and movies between "off" and super-vivid mod. So again, the patch works like a charm)
Click to expand...
Click to collapse
I believe you have a typo; For me it is *#*#7378423#*#*

denk_mal said:
I believe you have a typo; For me it is *#*#7378423#*#*
Click to expand...
Click to collapse
Oh year. My mistake. Cuz 3 and 4 buttons are near each other.

To help you remember *#*#7378423#*#*, the numbers 7378423 spell SERVICE.

Thank you very much Tobias and all the good people here
Now my rooted Xperia Z4 tablet is working just like an un-rooted one.
All Sony's propriety features are working flawlessly now.

Does this bring back the native remote play function?

Hi,
Installing the patch via TWRP on SGP771 woks fine
Firmware: 32.2.A.0.305
Kernel v40

After I did this, my touch screen stopped working. This is software version 32.3.A.2.33 Any ideas?
---------- Post added at 09:27 PM ---------- Previous post was at 08:46 PM ----------
killdozer56 said:
Hi,
Installing the patch via TWRP on SGP771 woks fine
Firmware: 32.2.A.0.305
Kernel v40
Click to expand...
Click to collapse
Which patch are you talking about? Tobias or drmrestore.zip? which version of tobias did you use? Thank you so much

Related

[Tool]Converter Bin-to-Zip

This tool is for the conversion of meizu's bin formatted rom files to zip. I didn't make the tool, but I can't recall where I got it either.
link
I made the tool. There's a topic on meizume dedicated to it but feel free to discuss it here.
http://d-h.st/users/iSilver
It is quite bloated because of the Qt dlls (couldn't be arsed to recompile the whole beast statically) and that doesn't count the VC 2008 runtime. Oh well.
I have found it is essentially good for converting stock bins to zips, as the other way round won't be helpful for CN devices - a check in the Mz recovery has a special code path for HK devices (based on /proc/uboot_version), which accepts all stuff regardless of whether it's signed updates or not. That's why you could flash anything, prerooted ROM, or even a su package (no need to mess with TPsparky indeed).
OTH, the CN version:
- checks sig of what it flashes (thus only stock updates may be flashed)
- had a (RSA ?) checksum for each partition and thus cannot be written to freely (e.g. mod the recovery image)
- is the reason my next phone won't be a Mz
TwoPointZero said:
I made the tool. There's a topic on meizume dedicated to it but feel free to discuss it here.
http://d-h.st/users/iSilver
It is quite bloated because of the Qt dlls (couldn't be arsed to recompile the whole beast statically) and that doesn't count the VC 2008 runtime. Oh well.
I have found it is essentially good for converting stock bins to zips, as the other way round won't be helpful for CN devices - a check in the Mz recovery has a special code path for HK devices (based on /proc/uboot_version), which accepts all stuff regardless of whether it's signed updates or not. That's why you could flash anything, prerooted ROM, or even a su package (no need to mess with TPsparky indeed).
OTH, the CN version:
- checks sig of what it flashes (thus only stock updates may be flashed)
- had a (RSA ?) checksum for each partition and thus cannot be written to freely (e.g. mod the recovery image)
- is the reason my next phone won't be a Mz
Click to expand...
Click to collapse
I suppose I'm lucky to own a HK MX then. Honestly, they make the best phone that I've handled aside from an iPhone (don't get me wrong, I'm just referring to the build quality.) Thanks for the tool!
We need a kernel dev if your up for it as well. Custom recovery would be a lifesaver for this phone. I'll credit you in the thread as well!
How about this:
1/ Extract the contents of an stock recovery_uboot.img
you obtain a recovery-uboot.img-kernel.zImage and recovery-uboot.img-ramdisk.cpio.gz
2/ Flash recovery-uboot.img-kernel.zImage where kernel ("zImage" in update) for normal boot goes
/dev/block/mmcblk0p6​3/ Flash [(64-byte header)+recovery-uboot.img-ramdisk.cpio.gz] where ramdisk ("ramdisk-uboot.img" in update) for normal boot goes
/dev/block/mmcblk0p7​
and try to boot normally. Do you think the recovery that's normally invoked via VolUp+Power would show up?
EDIT: I posted instructions for dismembering such an image @ http://www.meizume.com/showthread.php?p=158029
TwoPointZero said:
I made the tool. There's a topic on meizume dedicated to it but feel free to discuss it here.
It is quite bloated because of the Qt dlls (couldn't be arsed to recompile the whole beast statically) and that doesn't count the VC 2008 runtime. Oh well.
I have found it is essentially good for converting stock bins to zips, as the other way round won't be helpful for CN devices - a check in the Mz recovery has a special code path for HK devices (based on /proc/uboot_version), which accepts all stuff regardless of whether it's signed updates or not. That's why you could flash anything, prerooted ROM, or even a su package (no need to mess with TPsparky indeed).
OTH, the CN version:
- checks sig of what it flashes (thus only stock updates may be flashed)
- had a (RSA ?) checksum for each partition and thus cannot be written to freely (e.g. mod the recovery image)
- is the reason my next phone won't be a Mz
Click to expand...
Click to collapse
I use this tool, but a mistake in the walk around the process, the specific circumstances, see screenshot!Please improve this tool, it really is very practical, thanks! ! !
Screenshot
View attachment 1613097
I'm trying to use this tool to convert the Flyme 2.0.3 update.bin to a zip file so I can extract a boot.img file, and I'm getting an error. Has the format of the update.bin file changed?
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
Full package : http://d-h.st/ukl
exe only (no dlls) : http://d-h.st/WLC
TwoPointZero said:
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
Click to expand...
Click to collapse
This is a fantastic tool, I like it! Thank you very much for your work!
TwoPointZero said:
MzCrypt-Gui v1.0.2 with support for MX2 update.bin.
Full package : http://d-h.st/ukl
exe only (no dlls) : http://d-h.st/WLC
Click to expand...
Click to collapse
Mighty TwoPointZero mate, as MX3 CN version finally hits the market today, is there any chances renewing your tool so that I can get my hands on the new V3.0 update.bin for MX3? Thanks in advance and keep up the great work.
Hi PaulReminder,
MzCrypt-Gui v1.0.3 with support for MX3 update.bin.
Full package : http://d-h.st/nZs
exe only (no dlls) : http://d-h.st/O69​
Thanks iSilver! I uploaded it to my new Meizu fan community if you don't mind: http://meizufans.eu/forum/showthread.php?tid=55
TwoPointZero said:
Hi PaulReminder,
MzCrypt-Gui v1.0.3 with support for MX3 update.bin.
Full package : http://d-h.st/nZs
exe only (no dlls) : http://d-h.st/O69​
Click to expand...
Click to collapse
Thank you sooo much mate for the heads up! Now I can extract new flat icons extracted from MX3 OS to work with my own theme.
With edited icons my phone looks so FlymeOS 3ish now. @TwoPointZero mate, I salute you.
No problem HondaRacer
What's happened to meizume btw?
TwoPointZero said:
No problem HondaRacer
What's happened to meizume btw?
Click to expand...
Click to collapse
Tool works for Meizu MX4 pro?
Thank
Is this tool no longer available? When I click the "Download Now" link, it just brings up a new tab with a grey blank page.
If it's still available, can someone provide me a mirror link please?
This tool is available on the chinese forum http://bbs.flyme.cn/thread-20121-1-1.html
or russian 4pda forum http://4pda.ru/forum/index.php?showtopic=521028&st=21460
or spanish forum http://www.htcmania.com/showthread.php?t=881622
direct download link : Converter Bin-to-zip

[SHARE][ROM][LB/UB] ST Ultimate | Version 3.0 11.01.15 | HOT Features

I guys, Today I'm sharing with you a new rom made by @henry chip (I asked him before sharing this), with a lot of great features. It was made for Z1 but now it supports Z1C too .
This rom is based on latest .157 firmware, full deodexed, rooted and zippaligned apps
FEATURES :
Medias :
- Audio Z3
- Viper Audio
- Stereo Audio
- 4K Video
- Super-Vivid
- Lib Audio XZ3 and F800
- IRS Sony Xperia Sound Enhancement added Z2 Clear Audio+
- Sony Ericsson Mega Bass 48kHz
- Renewable Music 128K
- New Audio Walkman F880 new V3
- Camera with Fast Shot new V3
System :
- Add SuperUser Mod
- Clear Holo Theme
- Ultra Stamina Mode
- Vibration
- Power Menu
- Answering Machine Working
- Record Screen
- Smart Call handling
- Call recording for Phone
- Tweak build.prop
- Clear Garbage Application
- Dynamic Color Status Bar and NaviBar
- OTA Update
- Dynamic Status Bar and Navigation Bar ( New - Don't Use Xposed ) - new V3
- Auto Start - new V3
- Engineering Model - new V3
- New Ext - new V3
- New Sqlite3 - new V3
- Open vpn - new V3
- Tweaks for CPU governors -new V3
- Remove Smart Rotate (not work working properly) - new V3
- Magnification Gestures - new V3
- Support Fast Charge ( ST System - Overlocking - On Fast Charge ) - new V3
Apps :
- Full App Z3
ISSUES :
- LTE/4G is not working ? there are 2 options :
download original and latest firmware from your carrier, using flashtool create ftf (you can find tuto on XDA) then flash only BASEBAND, returning to system go to settings/more.../mobile networks/service providers → wait for loading and select your 4G carrier , you may try this if it's sill not working
-Issues with sound :
you may encounter some sound problem, when unplug headphones, there no sound when calling and you need to reboot. Or any audio problem, just flash Patch Version 2.1 from original OP ST Ultimate ROM"]here[/URL]
I will not share any link here, so for more informations and instructions, here is the link to the ROM : ST Ultimate ROM
Your turn to try, tell me if you like it
I'll upgrade post as there is something new ! :good:
HOW TO INSTALL :
Whatever the version you're on
- download latest ROM version : v3.0 for now
- download latest patch version : no patch required for this version
- download patch for Z1C, find Xperia Z1C D5503 : Please Flash Here in OP
- download latest flashable dualrecovery from nuts website
- to continue you should have a rooted rom with recovery -
- copy all these zips on your SD Card, root folder is ok
- Reboot to Recovery
- Factory reset (if your from older rom other than .157)
- Wipe cache/dalvik cache
- Install ROM then patch version, then Z1C patch and finally Recovery
- Wipe cache/dalvik cache
- Reboot System
- After the device boots up you can reset it again to avoid issues
If you have issues like LTE/4G missing please refer to ISSUES section above
Issues with sound please refer to ISSUES section above too
Don't forget to thanks it's author for the hard and great work he made
Can you describe the different stages to flash this ROM on Z1 Compact ?
Thank you for sharing
BZH56 said:
Can you describe the different stages to flash this ROM on Z1 Compact ?
Thank you for sharing
Click to expand...
Click to collapse
I've updated thread with infos
This is a very very tempting ROM to install... But I think I'll just have to wait for a more stable update before I flash this one
Rom installed fine following the instructions posted. No weird issues so far.
Had weird wakelocks from cpa analytics which was an interesting Google read. Deleted the 2 cpa* apks located in /system/app and the wakelocks are gone now.
Sent from my D5503 using Tapatalk
sleepymarky said:
This is a very very tempting ROM to install... But I think I'll just have to wait for a more stable update before I flash this one
Click to expand...
Click to collapse
There no reason to not give away ROM is stable, just some non essential issues, just give a try
jdstrydom said:
Rom installed fine following the instructions posted. No weird issues so far.
Had weird wakelocks from cpa analytics which was an interesting Google read. Deleted the 2 cpa* apks located in /system/app and the wakelocks are gone now.
Sent from my D5503 using Tapatalk
Click to expand...
Click to collapse
Did you try ultra stamina mode ?
I hadn't noticed these wakelocks so far but I'll take a look on it
Nice
I did as you wrote and it is a guide on how to install V2 after installation writes me I have the V2, what to do to be V3 ? some instructions step by step ?
I was able to install V3
alucard1 said:
Nice
I did as you wrote and it is a guide on how to install V2 after installation writes me I have the V2, what to do to be V3 ? some instructions step by step ?
I was able to install V3
Click to expand...
Click to collapse
My bad i forgot to update some lines
That's as simple as installing V2 . I've updated OP

[ROM] Moto X L!te FW 5.1.0 LPA23.12-15.5.EU.ML

All developments are carried out thanks to donations on Purchase of these or other devices
thank
Please do not copy files to other file shares
the project is under constant development and refinement
Project name [ROM] Moto X L!te FW LPA23.12-15.5.EU.ML
Tagline Faster Lighter Economical
for XT1052/1053/1058 - 2G/3G/LTE
and only GSM XT1049/1050/1056/1060/ - 2G/3G/LTE (for CDMA use menu *#*#4636#*#*)
SYSTEM Firmware LPA23.12-15.5.EU.ML Multilingual
- firmware Deodex - allowing resources using modifiers such GravityBox apply all when firmware odex, it sometimes limited customization or going awry
- Launcher -4*5, no searche bar
- tzdata 2015f
- icudt53l last
- return "the gesture of the Jedi" (after installing the firmware of the old sensor /*** it does not threaten the phone)
- delete more apps FaceLock, MotoServices, Google Drive & Docs, Permissions and etc
- replaced by sound WirelessChargingStarted
- uppdate apps LatinIME, Migrate, Calendar, AudioMonitor, Moto, MotCamera, MotGallery
- Stagefright Fix
- removed a lot of the background services collect and send data on the type of phone DropBox, MotoCare, MotoConntect, Drive, FaceLock ... etc.
- add apps VendorApp ESFileManager, CCleaner
- added Russian, Ukrainian language
for Unloked Device
Install for Custom Recovery
Root not PreInstalled
Download there https://yadi.sk/d/jp8ykQqFindY8/MotoX/5.1.0
for Loked Device
5.1.0 for locked phones ready to be sewn LONG !!! 5.1.0 1.5 GB used by all, no matter what the new system weighs only 900MB ... the old system to be erased
Install for QDLoad9008
Root, BusyBox is PreInstalled
- Root SuperSU v2.46
- BusyBox v1.32.2
DISCLAIMER
Author is not responsible for totally bricked devices, broken arms, legs, plane crashes and your wife's cheating.
All actions taken is your own risk.
Instructions to install
You:
- shouldn't be afraid of Qualcomm HS-USB QDLoader 9008;
- do not change any files, pathes;
- can install drivers manually;
- need to install python-2.7.9 and pyserial-2.7.win32;
- unzipp _Rus_5_1_0_LPA23_12.XX.7_BL_V30.BE.rar to Cython27;
Method is dangerous, however gives results.
you must have firmware SU6-7 receiving is not in the form of an update (OTA) and stitched through the RSD Lite.
00 Flash *******_5.1.0-LPA23.12-XX.7_CFC.xml firmware
01 Unzipp everything to Cython27.
02 Run BLBROKE.bat.
03 After you got Qualcomm HS-USB QDLoader 9008, install drivers manually
04 Run RUN_Rus_Part**.bat. Parts 250 of system.
*** You can also run a file if you are sure that your phone can work 6-7 hours with the screen RUN_Rus_***_Full.bat
then repeat this step X times (the number of times equal to 6)
while (found next part) do
***
>> fastboot to hold 10 minutes that would have been charged a little phone
>> Run BLBROKE.bat.
>> Run RUN_Rus_***_Part**.bat. Parts 250 of system.
***
end
99 Turn device on. Now you have SU DEODEX PreRooted
Drivers, Soft there -> https://yadi.sk/d/p458Cy0XineRC
Scripts, ROM there -> https://yadi.sk/d/kxbxpTnziSg35/Moto X/5.1.0
Please do not copy files to other file shares
the project is under constant development and refinement
XDA:DevDB Information
[ROM] Moto X L!te FW LPA23.12-15.5.EU.ML, ROM for the Moto X
Contributors
CrashXXL
ROM OS Version: 5.1.x Lollipop
ROM Firmware Required: Android 5.1.0 LPA23.12-15.5
Version Information
Status: Stable
Current Stable Version: 1.00
Stable Release Date: 2015-10-19
Current Beta Version: 0.01
Beta Release Date: 2015-09-28
Created 2015-10-12
Last Updated 2015-10-21
So can I assume this is a stock based rom that has been debloated, optimized, and such but is fully functional as a stock Rom? I've been waiting to update the wife's X on account of all the reported troubles with the official lollipop update.
This firmware is the most clean and fast
It based on the stock, and includes all updates and patches
Hi!
First of all, thank you very much for your rom, the "jedi" gesture is back!
I checked the stagefright detector and it seems to be vulnereble to the "CVE-2015-6602" I asume is a new vulnerability and motorola haven´t patched yet.
I have installed the rom an hour ago and everything works as expected, so nothing else to report, if I find anything strange i will tell you.
Thanks again!
Iktor said:
Hi!
First of all, thank you very much for your rom, the "jedi" gesture is back!
I checked the stagefright detector and it seems to be vulnereble to the "CVE-2015-6602" I asume is a new vulnerability and motorola haven´t patched yet.
I have installed the rom an hour ago and everything works as expected, so nothing else to report, if I find anything strange i will tell you.
Thanks again!
Click to expand...
Click to collapse
stagefright was fixed in last update, so I would certainly expect this ROM to have that patch. also, I believe that this thread should be moved to the Development section, not in general. you may need a mod to help out.
"and only GSM XT1049/1050/1056/1060/ - 2G/3G/LTE (for CDMA use menu *#*#4636#*#*)"
So this could work on the Sprint network with a 1056?
please link to another server
Enviado desde mi Moto X mediante Tapatalk
May I know how often will you update?
What about the very serious glitch-bug on YouTube ? Is it fixed ?
Sent from my XT1052 using Tapatalk
the project will be updated as long as I have moto phone x1
applications such as YouTube, Chrome, and others I can not fix, maybe, I do not have the source code of the product
YES 1056 will work
Xposed?
wildblade64 said:
Xposed?
Click to expand...
Click to collapse
http://forum.xda-developers.com/xposed
CrashXXL said:
the project will be updated as long as I have moto phone x1
applications such as YouTube, Chrome, and others I can not fix, maybe, I do not have the source code of the product
Click to expand...
Click to collapse
Thank you for reply.
jco23 said:
stagefright was fixed in last update, so I would certainly expect this ROM to have that patch. also, I believe that this thread should be moved to the Development section, not in general. you may need a mod to help out.
Click to expand...
Click to collapse
http://forum.xda-developers.com/moto-x/general/ota-xt1052-firmware-update-5-1-10-10-t3221898
Above thread has screenshots of XT1052 with update and shows that the above vulnerability is not fixed yet. It's the only one thats not fixed.
---------- Post added at 07:05 PM ---------- Previous post was at 07:02 PM ----------
CrashXXL said:
the project will be updated as long as I have moto phone x1
applications such as YouTube, Chrome, and others I can not fix, maybe, I do not have the source code of the product
Click to expand...
Click to collapse
I'm sorry... I dont understand... Do these apps not work right now???
I want to try this ROM to get back to stock... I do not have a system to flash the stock files...
Please help me understand.
XT1049 on C Spire?
Do you think this ROM will work on XT1049 from C Spire? I also would like to use a stock based ROM.
I do not change third-party applications, such as YouTube, Chrome, and other Google search, wait for the update application from the developers (Google)
Sorry, I meant to say if this rom will have xposed built in. Thank you so much crash by the way, I'm assuming this will eventually work for xt1058 with locked bootloaders?
what is that?
the gesture of the Jedi
what is that?
On kitkat you could have your hand in front of the screen and it would display moto display, since the lolipop update, you have to hold your hand directly over the light sensor for a few seconds.

[TOOL] Cloud_Commander Ver 1.7 (Pirates Edition)

Hi guys,
Cloud_Commander is a universal gsm software.
The software was targeted towards phone technicians and users for free.
Current latest version : ver 1.7(Pirates edition) .
All bugs should be reported to [I][email protected][/I]
NB: THE SOURCES OF THIS SOFTWARE IS ALSO FOR SALE INCLUDING ALL RIGHTS (OWN THIS SOFTWARE AS YOUR OWN), CONTACT ME FOR MORE DETAILS !
NB: PLEASE DON'T SEND COMMANDS THAT ARE NOT TESTED PERSONALLY!
Just make sure you have the necessary drivers installed and don't forget to runas administrator.
Added latest adb support.
Improved layout and increased window size.
Added f2search user panel.
Added LG file download by imei and flashtool launchers.
Improved lumia unbrick tool(works still in progress).
Added powerfull windows driver manager.
Fixed huawei calc layout bug.
Added advanced phone hardware pinouts for hardware help.
Added f2search username in settings(New files will be added on release).
We'll fix commands arrangement to follow a specific order(also on release).
Only tool that can remove techno n5s frp.
Only tool with free pinouts. All models will soon be added by users, anyone can add pinouts.
Only tool that can download lg flashfile by imei.
Only tool where users can add commands without need to re-download software.
[DOWNLOAD VER 1.7 HERE]
USE THIS VERSION
DOWNLOAD VER 1 . 7 1 Bug fix HERE<<<LATEST
XDA:DevDB Information
Cloud_Commander Ver1.7 (Pirates edition) [BETA], Tool/Utility for all devices (see above for details)
Contributors
kenkitt
Version Information
Status: Testing
Current Beta Version: 1.7
Beta Release Date: 2016-11-18
Created 2016-11-18
Last Updated 2016-11-18
need mediafire or google drive link
kenkitt said:
Hi guys,
Cloud_Commander is a universal gsm software.
The software was targeted towards phone technicians and users for free.
Current latest version : ver 1.7(Pirates edition) .
All bugs should be reported to [I][email protected][/I]
NB: THE SOURCES OF THIS SOFTWARE IS ALSO FOR SALE INCLUDING ALL RIGHTS (OWN THIS SOFTWARE AS YOUR OWN), CONTACT ME FOR MORE DETAILS !
NB: PLEASE DON'T SEND COMMANDS THAT ARE NOT TESTED PERSONALLY!
Just make sure you have the necessary drivers installed and don't forget to runas administrator.
Added latest adb support.
Improved layout and increased window size.
Added f2search user panel.
Added LG file download by imei and flashtool launchers.
Improved lumia unbrick tool(works still in progress).
Added powerfull windows driver manager.
Fixed huawei calc layout bug.
Added advanced phone hardware pinouts for hardware help.
Added f2search username in settings(New files will be added on release).
We'll fix commands arrangement to follow a specific order(also on release).
Only tool that can remove techno n5s frp.
Only tool with free pinouts. All models will soon be added by users, anyone can add pinouts.
Only tool that can download lg flashfile by imei.
Only tool where users can add commands without need to re-download software.
[DOWNLOAD VER 1.7 HERE]
XDA:DevDB Information
Cloud_Commander Ver1.7 (Pirates edition) [BETA], Tool/Utility for all devices (see above for details)
Contributors
kenkitt
Version Information
Status: Testing
Current Beta Version: 1.7
Beta Release Date: 2016-11-18
Created 2016-11-18
Last Updated 2016-11-18
Click to expand...
Click to collapse
how to use it bro..............................
alo sk said:
need mediafire or google drive link
Click to expand...
Click to collapse
That is a mediafire link, generated by our site automatically.
You should be able to skip the add (adfly).
other link please...
please how can i run this file? the extension is arc file
use this my friend :
http://freearc.org/Download.aspx
http://www.mediafire.com/file/hb1zld94st1jij3/Cloud_Commander_ver1.7(Pirates+edition)release.arc
File: Cloud_Commander1.71 bug fix(Pirates edition)release.arc
MD5: 085e4077fc5901a542775a0da668356b
asadnow2k said:
http://www.mediafire.com/file/hb1zld94st1jij3/Cloud_Commander_ver1.7(Pirates+edition)release.arc
Click to expand...
Click to collapse
Please don't post direct links, we earn money through adfly, direct links will bypass adfly.
The tool is free for everyone.
K
Sent from my iPhone using Tapatalk
edit
links does not work
The link is has been updated
I am working the new version which will have alot of features. It has alot of work, we are getting rid of that userinterface for 3d using ogre3d. The new version will allow you to choose which interface you preffer, but I'll concentrate on the 3d version. It will also include mtk flashing where you will just choose like say infinix 551 (remove frp) or readbackup format etc, devs will have access to a new mtk flashing system to add new phones support.
FOLLOW MY PROGRESS WITH THE RE-ANIMATION EDITION ON TRELLO
The new cloud_commander will function with a service.
https://trello.com/b/wALk1Gp0
and
https://trello.com/b/eKSi6iX0
https://www.patreon.com/cloud_commander
kenkitt said:
https://www.patreon.com/cloud_commander
Click to expand...
Click to collapse
I can't run the software, Can you please help me ?
Javaron said:
I can't run the software, Can you please help me ?
Click to expand...
Click to collapse
Hi, this tool is very old, what did you want to use it for ?
We have another tool maybe it might be ablee to help you.
kenkitt said:
Hi, this tool is very old, what did you want to use it for ?
We have another tool maybe it might be ablee to help you.
Click to expand...
Click to collapse
I want to unbrick My Lumia 730
I tried many processes to make it alive, but I can't.
Can you please give me a solution ?

Bake AOSP Pie for Xperia XZ?

Hi all!
As Sony has posted instructions on how to compile Android Pie for our XZ (among others), I just wondered if anyone here has tried it?
The posted guide looks quite straight forward, but as I have no experience on using fit-repost and such I'm not sure I'm up for the challenge of taking this project on.
If tried, what could be expected to work? I know that for all previous Xperia devices, camera and wifi components has always been weak-points in AOSP-roms..
Please discuss and advice!
Regards, Static.
I'm currently trying to build android P for XZ with the guide from Sony.
I'm downloading the code ATM.
I'll give you feedback about my journey to Pie ^^
Awesome!
I'm eager to hear about your endeavors in this!
L'ily said:
Hey me too, do you have a single- or dual-SIM variant?
Click to expand...
Click to collapse
I have a single sim variant
L'ily said:
Nice, I have the F8332 so we can test on both models. I have no idea what I'm doing though and whilst an unofficial GApps 9 build is available (albeit only in Stock) it doesn't appear Sony have released the vendor images yet so even if we successfully build I'm disinclined to believe they'll boot, although I'm going to try with the last release anyway.
Click to expand...
Click to collapse
Didn't Sony released beta vendor images for kernel 4.9 ?
I thought that would be compatible with pie.
That being said, it should be bootable without it. We will just have to check the kernel version and flash the vendor image accordingly.
@L'ily and I have been trying to build Pie for F8331 and F8332 but sadly it didn't work ...
The first issue we had was with the repo syncing. On my end it took an incredible 48h (@400KB/s peak) and also failed 3 times but by relaunching it I made it to the end. My partner however had a worst yet faster time with syncing. Maybe it is due to localisation (Australia and France) . We think it is simply because the repos weren't ready. I mean they are still no vendor files for Pie.
Second issue was with building. None of us could get through it. We kept having an error (see screen shot). It seams like it is a file missing but we didn't know we're to look for it as the sync was complete.
We tried both engendering build and userdebug. Same error.
@L'ily also tried build Oreo but it didn't work either ...
If anybody has an input on what we could do we would be grateful
Cheers,
Ickule
Here is the screenshot I mentioned in my previous post.
I forgot to include it ...
Ok so I managed to get through the building process. The missing files have matching name with files in an other folder (4.4 instead of 4.9).
That being said it sadly didn't boot.
That was kind of expected if you ask me ^^'
Still I don't get why i didn't had the files in the first place ...
Any input guys ?
I'm currently trying to build Pie myself (for the 309234023492094th time in the last two days) with other errors every time I set up a new machine. But what I can say about the error with the missing kernel file is that there's a script in the sony repos that looks like it'd be building the missing file, although I'm not sure if we have to call it manually first
31, so single-sim and unfortunately, I don't have the logs anymore as I always started with fresh machines.
I'm currently checking the other forums because I'm not really satisfied with the solution of using 4.4 kernel binaries with a 4.9 build
Edit: I might have achieved something, I compiled the kernel from 4.9 sources I hope and it's now building. Fingers crossed ?
Edit 2: It boots!
I definitively agree on the fact that using 4.4 files aren't optimal for a 4.9 build ^^'
I tough of compiling the kernel before hand.
Let us know how it turns out
However I'm puzzled with 31 as being the choice for F8331. On my laptop it's 55 (engeneering build). 31 Being marlin userdebug.
Ickule said:
I definitively agree on the fact that using 4.4 files aren't optimal for a 4.9 build ^^'
I tough of compiling the kernel before hand.
Let us know how it turns out
However I'm puzzled with 31 as being the choice for F8331. On my laptop it's 55 (engeneering build). 31 Being marlin userdebug.
Click to expand...
Click to collapse
That's exactly what I did and it seemed to work
With 31, I meant F8331
Edit: I think I chose 56 or so, it was the userdebug option for F8331
Magic-Fabi said:
That's exactly what I did and it seemed to work
With 31, I meant F8331
Edit: I think I chose 56 or so, it was the userdebug option for F8331
Click to expand...
Click to collapse
So you managed to get Pie working or only compiling the kernel ?
Thanks for clarifying the 31 thing
Yes, Pie booted on my device! But no gapps or camera, for that we'll have to wait
Xperia z1 has carbon Android pie and gapps link
This may help you.
Magic-Fabi said:
Yes, Pie booted on my device! But no gapps or camera, for that we'll have to wait
Click to expand...
Click to collapse
That's awesome !
Did you dio anything special aside from the instructiosn sony gave ?
I try to build Pie and the Kernel by the books but i always seam to fail for some reason ^^'
I'm usung Ubuntu 18.04 for the building OS.
No, all I used was Sony's guide and referenced Google's build instructions for the libraries I have to install. For the missing kernel file I used their (manual!) Kernel compilation guide
I used Ubuntu 18.04 LTS as well, the only "unusual" thing I did was that I didn't install any openjdk version and even deleted the one preinstalled as they have openjdk bundled with aosp ?*
Edit: Note that you have to copy and rename the compiled kernel file in arch/arm64/boot/Image.gz-dtb to kernel-dtb-kagura in /kernel/sony/msm4.9/common-kernel. You can easily read past that as I did in the beginning
Well let's assume I had a bad syncing time or something cause I followed the very same instructions ^^'
Anyway, it seam like we still miss the vendor files from sony so ...
I'll give it another shot when they'll be out.
Just a curious thing, will GCam work on Pie like it did on AOSP Oreo?
I believe the requirement for GCam is Camera API 2 and raw support which is built into AOSP.
It surely will be compatible.

Categories

Resources