What is the cust partition? - Huawei Ascend P7

Hello XDA!
I have recently bought a Huawei P7-L10 and after an enormous amount of problems because of the system I managed to install P7-L10C900B861. Suffice to say that it works
I also noticed a partition named "cust". My question is, what is it, and what is it for?
Sorry if I haven't done a thorough search on the subject, I just want to finally be happy with my phone
Also, off-subject, how do I go about deleting the s**tload of google apps that I don't need? (I just need google play store)

Related

[Q] How to reset gallery thumbnails (CM7)?

Hello!
System info:
I've got SGS GT-i9000 with CM7 as my firmware and GO Launcher EX as my default launcer.
Introduction:
Everything has been working brilliantly, but now I've run into an annoying problem. I recently installed couple of emulators (SNesoid, Nesoid...) and as I play them, I like to take screenshots from the games I play. There is a built in screenshot function in the emulator which I use (instead of the OS one), which saves the images to a "screenshot" folder (notice: it is not the same as "screenshots" which is the OS's folder).
The problem:
Since then I have noticed that most of my gallery thumbails have been replaced by the thumbnails of those screenshots found in the "screenshot" folder (which was created by those emulators). I don't know for sure that these things are related, but it seems weird that this new screenshot folder had my gallery thumbs all messed up.
So finally, the grand question is: how do I reset my gallery's thumbnails? Is there a specific cache folder or something where the system stores all the thumbnails, which I could easily just erase and start all over again?
I googled through the FAQ and made a forum search but couldn't find an answer to this. My apologies if this question seems reduntant, but I'd like to find the solution for my problem.
Thanks!
I think you should go to: Settings->Apps->ALL->Gallery->Clear data...
Let me know if it helped you
Mich2027 said:
I think you should go to: Settings->Apps->ALL->Gallery->Clear data...
Let me know if it helped you
Click to expand...
Click to collapse
Hey there!
Thanks for the answer, however, it did not solve my problem I cleared the data as you suggested and rebooted my phone and still the problem persists.

custom Rom or change of 4.4.2.Retail.EU

Hello,
I'm a beginner lost in reading all the useful information on this forum.
I started with the idea to reduce the permissions of applications of my Razr I.
Google pointed to this http://www.xda-developers.com/protecting-your-privacy-app-ops-privacy-guard-and-xprivacy/
And I'm really happy and surprised about all information I can find here, thank you that much for
making this possible to all of you!
As today I feel ready to start playing around with my phone I wanted to ensure I understood the items right.
May be for you it takes only some seconds to verify my guess and can give a short notice
about Step 2 or 3 is easier to become implemented.
Step 1.) I wanted to do a full backup before I start, following this thread:
So I'll install ADB on my PC and run "adb backup -f FullBackup.ab -apk -all"
This works on a Razr I with 990.43.74.xt890.Retail.en.EU - of the shelf and is not risky at all - or?
Could you pls. tell whether it is really true I can switch back to my backup if I'm not happy with my System?
Step 2.) My first intention was to root my device and install Xposed framework
http://forum.xda-developers.com/showthread.php?t=2299428
http://repo.xposed.info/module/de.robv.android.xposed.installer
And to use Permission Master out from google play store
First of all I wanted to ask you whether this is feasible technicaly and esp. for a beginner?
Alternative to Step 2 Step 3?
Step 3.) In general I'm happy with my Razr I Android 4.4.2 (990.43.74.xt890.Retail.en.EU)
But I'm wondering whether it would be easier or has less risk to use a custom ROM instead of implementing Step 2.
By reading in this forum I found out there is a planty of features FM-Radio, enhanced stand-by current ,
to get rid of preinstalled aps and so on.
I'm an embedded developer but do not have the overview about the architecture of Android devices, what I got so far is:
There is a bootloader which needs to be changed from OEM closed to open.
There is a boot partition I flash ROMs in.
I need some tools on my PC combined with SDK and Motorola drivers to allow a USB-Debuging and flashing.
And sure as always once your bootloader is damaged you are lost, so I understand even backup will not help here.
So I'll keep my fingers crossed.
Thanking you in anticipation and pls accept my excuses about my english and stupid beginners questions.
Best Regards
gonso
PS:
As I main entry point I used the
http://forum.xda-developers.com/razr-i/general/index-razr-t2832722
from there I'll try to get ADB, drivers etc.
Hi GonsoXDA,
Step 1: I have never used it. Didn't even know that it existed. On the internet there are numerous people who uses it and it seems to work. Maybe someone else can give some info about this or just try it. U can try it with a non-important app and see if it works. Just backup it, delete it and restore it.
Step 2: This works just fine. But do know 3 things:
1. First root: To get root on stock rom, u need to use kingsdroot methode afaik. And that one sends your IMEI to some rare ip adress. I personnaly don't trust this and stay away from it, but there are many people who use it.
2. Xposed requires a recovery to install the framework. It can be done mannually or by the app i suppose. With only root u don't have a recovery on your device that can perform such action.
3. If something goes wrong only a full restore with RSD-Lite can most of the time help u out. Because u don't have a recovery that works than.
Step 3: We only have 2 full roms. 1 for JB (stock) and a working CM11 rom (kitkat).
Only the Jellybean roms support fm-radio, on every newer rom fm-radio is cut out of the audio firmwares. The risk of going to this is even less as Step 2, because u can do a full backup and restore of ur phone. ( I would chose for this if u want to play a bit with the phone and ur warranty is already out of years)
The gereneral idea about the android architecture is this (it is different for almost every device and the Razr I has many more thing to hold into account, but if u are here only for the roms and xposed, there is no more to know):
Bootloader: Is like an uefi bios for PC, but then for android. It also contains fastboot
Bootimage(boot): Has all the info like kernel and ramdisk to boot the system
Recovery: Is like 'boot', but boots into the recovery partition that lets u change every aspect of the device if u know how. Its mainly used to flash a custom recovery to, backup and restore a nandroid backup and flash/wipe roms, mods, (all/specific) data and packages.
Systempartition: Is the system the boot boots into. It's android.
Datapartition: Where all the user data is stored.
Cachepartition(dalvik): Where all cache is stored and in earlier android versions also dalvik. But not now anymore.
Fastboot: To flash/wipe the above partitions and many more (needs drivers)
Adb: To push, pull, command things in system or recovery (needs drivers)
Sdk: contain the abd and fastboot packages, but aren't needed for adb and fastboot because with the right drivers can work on there own (see the internet)
If u have a custom recovery and only change things on the system, data and cache partition there is almost no way to damage the phone. There is always a backup through recovery. As long as u stick to the things u can do in recovery.
The only thing tha can mesh up your phone beyond repair is doing wrong stuff withint the bootloader and other inner parts in the phone(like i did to get newer kernel working) or u are in bad luck and you internal memory blocks. See 'Super brick samsung phones' (emmc error).
I suggest:
- Unlock your bootloader
- Install custom recovery
- Make a backup with the recovery
- Do what u want, xposed on stock rom, try CM11?
- If things won't boot, restore through recovery
And always, read up before doing anything. There are thousands of articles about android, flashing things, repairing android, using adb and fastboot. AND ALWAYS HAVE A BACKUP PLAN!
Hello,
always having a backup seems not to be that easy.
So I unlocked my boot loader and tried to install twrp2850 and twrp2860 via mfastboot.
The mfastboot with 533.353kB caused the following "(bootloader) Variable not supported!"
I rebooted into bootloader and tried recovery -> horizontal Android man with a red !-rectangle
After reboot to normal power up my phone seems to be in factory reset, all my data is gone :crying:
ok crying dosn't help so I looked around and tried with another mfastboot 186.178kB and recoverycwm6.0.5.1.4.img.zip
http://forum.xda-developers.com/showthread.php?t=2441224
The twrp I tooked from here: http://forum.xda-developers.com/showthread.php?t=2278483 seems not to work.
I did a backup with cwm is there a change to get back my data? I think I know the answer.
In the meanwhile I installed
http://forum.xda-developers.com/razr-i/development/rom-unofficial-cyanogenmod-11-t2966855
And will try to install
http://forum.xda-developers.com/xposed/modules/tool-installer-xposed-installer-zenfones-t2983589
Thank you for the help, work and excuse the stupid beginner posts.
Regards
gonso
gonsoXDA said:
Hello,
always having a backup seems not to be that easy.
So I unlocked my boot loader and tried to install twrp2850 and twrp2860 via mfastboot.
The mfastboot with 533.353kB caused the following "(bootloader) Variable not supported!"
I rebooted into bootloader and tried recovery -> horizontal Android man with a red !-rectangle
After reboot to normal power up my phone seems to be in factory reset, all my data is gone :crying:
ok crying dosn't help so I looked around and tried with another mfastboot 186.178kB and recoverycwm6.0.5.1.4.img.zip
http://forum.xda-developers.com/showthread.php?t=2441224
The twrp I tooked from here: http://forum.xda-developers.com/showthread.php?t=2278483 seems not to work.
I did a backup with cwm is there a change to get back my data? I think I know the answer.
In the meanwhile I installed
http://forum.xda-developers.com/razr-i/development/rom-unofficial-cyanogenmod-11-t2966855
And will try to install
http://forum.xda-developers.com/xposed/modules/tool-installer-xposed-installer-zenfones-t2983589
Thank you for the help, work and excuse the stupid beginner posts.
Regards
gonso
Click to expand...
Click to collapse
Than u know the answer, it is no I think.
Both twrp images should work just fine, but always chose the latest. The message "(bootloader) Variable not supported!" doesn't do anything So don't worry about that one. There should be a lot more in you log that the message if twrp didn't install. U did extract it and flash it with the command: mFastboot flash recovery <recovery-image>. Where <recovery-image> could be C:/users/*/Downloads/recovery.img.
Hello,
yes sure "The secret of health for both mind and body is not to mourn for the past, worry about the future"
So I use CM11 now for about 2 days and I'm really impressed, so far everything works :good: THANK YOU!!!
As I asked already I installed XPosed and Permission Manager, but I found XPrivacy might be the better solution and switched to this.
(Today I do not have all the technical background to judge whether it is technically equivalent, but I'll investigate on it)
Esp. one thing I'm wondering, why XPrivacy is reading my Contacts once I check the permissions of an app?
But the more important thing I recognized differences between CM11 and the Stock ROM. One is the Entry
"Privacy" in the settings. It seems to be more or less the XPosed and XPrivacy, or?
But it seems the Restrictions are not shared, so I can restrict in the one and do not see the restriction in the other tool.
So first is there a risk to use both, is it useful or just doing the same twice.
Thank you
Gonso
gonsoXDA said:
Hello,
yes sure "The secret of health for both mind and body is not to mourn for the past, worry about the future"
So I use CM11 now for about 2 days and I'm really impressed, so far everything works :good: THANK YOU!!!
As I asked already I installed XPosed and Permission Manager, but I found XPrivacy might be the better solution and switched to this.
(Today I do not have all the technical background to judge whether it is technically equivalent, but I'll investigate on it)
Esp. one thing I'm wondering, why XPrivacy is reading my Contacts once I check the permissions of an app?
But the more important thing I recognized differences between CM11 and the Stock ROM. One is the Entry
"Privacy" in the settings. It seems to be more or less the XPosed and XPrivacy, or?
But it seems the Restrictions are not shared, so I can restrict in the one and do not see the restriction in the other tool.
So first is there a risk to use both, is it useful or just doing the same twice.
Thank you
Gonso
Click to expand...
Click to collapse
That's a sentence.
Why XPrivacy needs it i don't have a clue. For that sort of things u need to be by the dev of the app.
CM has a lot of features out of the box compared to stock, but stock is most of the time a bit more optimized in terms of proprietary stuff like camera.
So as u noticed, CM had an inbuilt security app. This app (CM) and XPrivacy don't share there settings, so that's the difference u see. But most likely if u disable something in one of the apps it is disabled even tho the other doesn't say it because it doesn't know of it.
I don't think it will be a risk. They both do the same thing, but they don't know about it. To be on the safe side, just use one and restore the other to default. U can always search on the web if they don't get along.
U can now make a full backup, so everything can be reverted and your data should be relative safe.
Hello,
thank you again - I now find the answer by reading in the development part of the forum. For me as a beginner it is sometimes not easy to interpret the discussions there.
If accepted I will use the thread now as a kind of diary, may be some other users will have similar destinations and my learn from my mistakes.
So to answer my question a little more detailed, but with less background know how than Hazou. Pls. do not trust me I'm a beginner, I have not analyzed the code just the behavior - feel free to correct or contradict my words!
The XPosed is in the area of permissions just a framework which allow other modules to put some code between an app requesting permissions and the Android core granting this permissions. The Xposed it self doesn't handle settings or permissions you did in modules like the CM Privacy, Permission Manager or XPrivacy.
As a result I came to the same conclusion it is not a risk, but an overhead to have more than one pice of code between the app requesting permissions and the Android core. -> My proposal: Do not use more than one of this Permission control apps in parallel.
From the privacy perspective the Permission is just a starting point, it allows you to hide your private information from the app. On the other side many apps will need access to the data to work and most of them are able to connect to the internet.
So I realized the next step would be the restriction of internet usage of apps. Here permissions are sword but we need a scalpel, to separate the necessary from the unwanted connections. This scalpel could be AFWall+ and "Netzwerk Log", this is a firewall and a sniffer.
What I can say to day the apps run on CM11 installed on my Razr I.
So it looks like I see my destination raising on the horizon and I will try to formulate it in the following order:
1.) Hide Contacts, Calls and SMS from Apps who do not need this to work -> XPrivacy
2.) Disable some Android features I think I don't need.
(e.g. Captive Portal Check - settings put global captive_portal_detection_enabled 0)
3.) Restrict the internet access of some apps to servers they need to connect. ( e.g. E-Mail client is restricted to connect to the mail server)
4.) Limit the access to my pictures, stored on SD card. [I have not found a solution so far]
If you read this I think 1 is reasonable for most of you, even if you do not have deep Android or Network know how (as I have), you just restrict the permissions - if app crashes or doesn't do the job you expect you may permit access or uninstall the app. (XPrivacy allows you also to fake data)
3 is a usual task of a network administrator, if you are used with iptables it is just work. I'll try to find out whether there is somewhere a source of "Templates". Usually the network admins share there common settings based on services, once I find out I'll post.
To restrict the access to SD Card I only see the change to extend the sandbox of Android to the SD and to hide files which does not belong to the app. As I would store my pictures on SD as I would store my Navi Data, but neither the Navi app should see my pictures nor the Cam and Gallery my Navi Data. ...
I don't know whether there is an app out there but It should be possible the same way like XPrivacy fakes the other data.
Thank you
Gonso
Hello,
Most of the time I used the numbers to just put in the extension, so if I want to call 0049 9876 54 321 I put the numbers 321 the Motorola dialer will show a list of all contacts where the number contains 321.
Some Numbers of contacts are not shown as well, seems if a contact has more numbers only one or two are shown.
The CM11 dialer doesn't show the number, is there a setting to get this feature?
I tried to get my Stock dialer back, so I copied dialer.apk from stock into the /system/sec-app/ directory of the CM11 and restarted the phone -> doesn't change the dialer ....
Any proposals? I'm terrible sorry for my stupid questions, I read several threads and still no idea about a possible solution
Gonso
PS: CM11 file manager shows a secure storage /storage/emulated/0/storage/secure - what is the algorithm used for the encryption.
gonsoXDA said:
Hello,
Most of the time I used the numbers to just put in the extension, so if I want to call 0049 9876 54 321 I put the numbers 321 the Motorola dialer will show a list of all contacts where the number contains 321.
Some Numbers of contacts are not shown as well, seems if a contact has more numbers only one or two are shown.
The CM11 dialer doesn't show the number, is there a setting to get this feature?
I tried to get my Stock dialer back, so I copied dialer.apk from stock into the /system/sec-app/ directory of the CM11 and restarted the phone -> doesn't change the dialer ....
Any proposals? I'm terrible sorry for my stupid questions, I read several threads and still no idea about a possible solution
Gonso
PS: CM11 file manager shows a secure storage /storage/emulated/0/storage/secure - what is the algorithm used for the encryption.
Click to expand...
Click to collapse
Stock CM dialer doesn't have that function afaik. The moto one doesn't work because it needs the Moto framework to work. Just download a dialer U trust from the playstore.
I don't have any clue about the secure storage, sorry.

Lucky patcher on p8lite with marshmallow 6.0

Hi everyone!
I have a little problem with lucky patcher and I hope you can help me out.
I'm using lucky patcher for a very long time and it worked just fine with applying custom patch to some apps I use, until I bought this phone "huawei p8 lite" it was first on "lollipop 5.0" after I rooted it I got some problems with applying the same exact custom patch that I have been using all this time.
One of these apps I want to apply a patch on is called "sing! Smule"
..When I try to make a modified version with the patch it works and I get that "all access pass" (it means that the patch works and lucky patcher could apply it normally but the app crashes before it gets to the recording screen which means that there's no use of it anymore. (well this is normal in this case coz the patch should be applied directly with root to get it working
..so when I apply the patch directly,lucky patcher says it is okay and everything done just fine "as before" but this time nothing changes at all .. not even what the modified version does.
And now I'm on "marshmallow 6.0 and I have the same problem and also when I moved the app to sdcard, lucky patcher has no access to any files and keeps on saying "app files are not found .. check the location /data/dalvik-cashe/* to solve the problem.
So I just wanna understand where the problem is .. it looks like that lucky patcher couldn't have access to the system files or the sdcard .. maybe it doesn't support supersu.. I don't really know.
So please If you could just tell me where the problem is and how to fix it that would be very appreciated.
Thanks in advance.
Waiting for your help.
Cheers
It is not correct to discuss about warez on xda
Sent from my moto e ?
hh_hossam said:
Hi everyone!
I have a little problem with lucky patcher and I hope you can help me out.
I'm using lucky patcher for a very long time and it worked just fine with applying custom patch to some apps I use, until I bought this phone "huawei p8 lite" it was first on "lollipop 5.0" after I rooted it I got some problems with applying the same exact custom patch that I have been using all this time.
One of these apps I want to apply a patch on is called "sing! Smule"
..When I try to make a modified version with the patch it works and I get that "all access pass" (it means that the patch works and lucky patcher could apply it normally but the app crashes before it gets to the recording screen which means that there's no use of it anymore. (well this is normal in this case coz the patch should be applied directly with root to get it working
..so when I apply the patch directly,lucky patcher says it is okay and everything done just fine "as before" but this time nothing changes at all .. not even what the modified version does.
And now I'm on "marshmallow 6.0 and I have the same problem and also when I moved the app to sdcard, lucky patcher has no access to any files and keeps on saying "app files are not found .. check the location /data/dalvik-cashe/* to solve the problem.
So I just wanna understand where the problem is .. it looks like that lucky patcher couldn't have access to the system files or the sdcard .. maybe it doesn't support supersu.. I don't really know.
So please If you could just tell me where the problem is and how to fix it that would be very appreciated.
Thanks in advance.
Waiting for your help.
Cheers
Click to expand...
Click to collapse
All what i know is, you MUST move the app/games etc. on the Internal Storage, other way it will not work.
You have 100% functionality when you dont move the app/games on the sd card. The problem is on the sd card have you no special access or whatever. i have tried it many times, it will not work. but warez is warez so no Comment more for your Thread.
LM209 said:
All what i know is, you MUST move the app/games etc. on the Internal Storage, other way it will not work.
You have 100% functionality when you dont move the app/games on the sd card. The problem is on the sd card have you no special access or whatever. i have tried it many times, it will not work. but warez is warez so no Comment more for your Thread.
Click to expand...
Click to collapse
Dude you didn't read what I said clearly.
The app was first on the internal storage and it failed to apply the custom patch .. then I tried to move it to the sdcard and got this message. So from the beginning there's something wrong with lucky patcher and I want to know why it refuses to work properly now.
PS: it was previously working with the app on the sdcard on other phones as I used kingoroot for rooting most of these devices which is not yet supporting our p8 lite .. so im assuming that lucky patcher is not compatible with supersu.
Hi,
Lucky Patcher talk not permitted on XDA.
Thread closed.

Root - step by step for a newbie

Hi guys, I'm looking for a step by step tutorial for Xiaomi Redmi Note 9 MIUI 12.0.10 on Android 10 or anything similar to help restore deleted pictures for a friend of mine and that's what for I need to root the device. Also wouldn't mind if there would be anything about making a backup copy and just in case how to use it, just in case I've messed up Also if anything happens to the Note 9 I've got a backup phone for her (my old OnePlus 5, still working like a champ ), but I believe that with some help I'll be able to do it.
uhh rooting requires deleting all data from the phone mate..
try diskdigger app (doesnt need root) to find deleted pictures
it's impossible to recover deleted files. all these apps can do is search for (existing) thumbnails or cached pictures. don't waste your time in illusions.
aIecxs said:
it's impossible to recover deleted files. all these apps can do is search for (existing) thumbnails or cached pictures. don't waste your time in illusions.
Click to expand...
Click to collapse
actually you're wrong, when a file gets "deleted" it just disappears from you seeing it but it's still there, the image is marked for deletion if something else needs the space it is taking up, but if you manage to use a app to recover it before it is overwritten you can recover it
you are talking about hard disk drives, not smartphones.
https://forum.xda-developers.com/t/retrieving-files-from-internal-memory.4523487/post-87903735
https://forum.xda-developers.com/t/i-permanently-deleted-some-pics-from-my-android-phone.4534939
https://forum.xda-developers.com/t/...usb-debug-pc-connection.4132813/post-87918371

Any way to restore deleted files or clone internal storage?

Hi,
I have a P30 Pro and I accidentally deleted some files I didn't saved to PC yet and now I'm trying to find a way to restore them.
Since Huawei phones cannot be rooted without the bootloader unlocking codes, the data saver windows apps cannot work properly.
Also I couldn't find a way (yet) to make a sector by sector copy of the phone's internal storage without rooting it....
I tried Huawei support but they are just... Trash. I don't understand why they even exist.
Any help would be appreciated about the topic!
Thank you in advance!
Kissbb
You didn't try some of those ''free'' data recovery android apps? I know, many of them are bad or only show half of the deleted files, but just go ahead and try a few. Some paid ones let you show the results before you gotta pay, so this might be an option as well.

Categories

Resources