Ok people,I have some question for those who know this please advice or guide me as i was still noob that trying to learn.How do i add some of my 3rd party apk in my cfw?i put it some in /data/app but after flash it the app didn't showed up even installed in my rom.Was i missing something..?
You can use Titanium Backup Pro for this
Did you add those apps to your phones app folder
monkeywithbanana said:
Did you add those apps to your phones app folder
Click to expand...
Click to collapse
I put it all in this folder,see image i have attach below
But after flash it,i see NONE of my 3rd apk are in the phone,They are NOT there installed.
U have to add it in system/apps.
Then flash it..
If my post helped, don't mind hitting THANKS
drakester20 said:
U have to add it in system/apps.
Then flash it..
If my post helped, don't mind hitting THANKS
Click to expand...
Click to collapse
NO,I don't want to put them in system app cuz it might cause fc,otherwise some of it unable to update.
Well then u should use app2zip application.. with it u can make your own flash able zip of apps... saves the time of installing each and every application...
If my post helped, don't mind hitting THANKS
too many works on that,not a chance..anything else?
I believe you have to change something in the updater script to install apps in /data/app
I know it can be done because Darky's Rom had apps in the /data/app folder. Unfortunately I have deleted all of his rom already. Download one of his roms (non Odin version) and see if you figure out what it is that you are missing.
mrjraider said:
I believe you have to change something in the updater script to install apps in /data/app
Click to expand...
Click to collapse
Yeah..i guess so,But me noob don't know how to figure the updater script
snapper.fishes said:
I know it can be done because Darky's Rom had apps in the /data/app folder. Unfortunately I have deleted all of his rom already. Download one of his roms (non Odin version) and see if you figure out what it is that you are missing.
Click to expand...
Click to collapse
sounds good to me but i have to see what might be im doing wrong first,Thanks people..I'll see what i can do and will post result soon.Thanks again
Related
So it's part of the system and doesn't show up under Manage APP settings? Do you just push the apk into the /system/app folder?
SiNJiN76 said:
So it's part of the system and doesn't show up under Manage APP settings? Do you just push the apk into the /system/app folder?
Click to expand...
Click to collapse
What's part of the system?
If you are saying that you want to install a random app you grabbed somewhere and the Applications Manager won't allow you to install it, you are correct. That is used to uninstall applications
You can install apps a few different ways. Personally, I only install apps while connected to my computer. So I simply...
Code:
adb install applicationName.apk
If I have a bunch of apps I wish to install, I use android commander (http://forum.xda-developers.com/showthread.php?t=622873)
Beyond that, you also have this option (http://android.modaco.com/content/s...e-clicking-on-your-pc-with-installapk-beta-1/) and there are also file managers (http://www.androidtapp.com/linda-file-manager-formerly-android-file-manager/) that will allow you to install apps.
Hope this helps!
Android Commander looks nice...and useful. Thanks for the links. I'll look into those programs to see if it does what I want it to do.
To elaborate on what I wanted...I took the IM.apk from enoms rom and installed it onto cy's rom using root explorer...but it shows under app manager...it's not 'flashed' into the system ROM. So I'm wondering how to install the IM.apk so that it looks like it came preinstalled with the ROM.
Hope nobody says that I need to make an update.zip... cause I think that would be a bit over my head.
Anyway...off to read up on the link you provided. Thanks!
SiNJiN76 said:
Android Commander looks nice...and useful. Thanks for the links. I'll look into those programs to see if it does what I want it to do.
To elaborate on what I wanted...I took the IM.apk from enoms rom and installed it onto cy's rom using root explorer...but it shows under app manager...it's not 'flashed' into the system ROM. So I'm wondering how to install the IM.apk so that it looks like it came preinstalled with the ROM.
Hope nobody says that I need to make an update.zip... cause I think that would be a bit over my head.
Anyway...off to read up on the link you provided. Thanks!
Click to expand...
Click to collapse
ooooh! gotcha.
Push any system replacements over their original...so IM.apk, Mms.apk, etc all get pushed into /system/app as you originally thought. Sorry, I didn't quite understand what you were asking.
But through my confusion, you got reading material...
I've searched around a bit (maybe not as long as I should've), but I don't see how to remove the stock bloatware apps that come with this phone.
Can someone point me to a guide, or give me a quick run down?
Flapjack said:
I've searched around a bit (maybe not as long as I should've), but I don't see how to remove the stock bloatware apps that come with this phone.
Can someone point me to a guide, or give me a quick run down?
Click to expand...
Click to collapse
Its a pain lol. Theres so many i just gave up lol (fyi they don't take up much space)
This is the code :
Code:
adb shell
su
rm /system/app/<apk name>
pm uninstall <package name>
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Daneshm90 said:
Its a pain lol. Theres so many i just gave up lol (fyi they don't take up much space)
This is the code :
Code:
adb shell
su
rm /system/app/<apk name>
pm uninstall <package name>
Click to expand...
Click to collapse
Yeah, it does seem like a PITA.
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
Maybe I'll try that. Do you have to actually do a backup/restore process before you can remove them? Or can you just remove them from the app itself?
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
You could do that but then ur left with a /data/data folder for ur app and its name under packages.xml.
The other thing that kills me is that a lot of these apps keep popping up for now reason. I run "Advanced Task Killer" on a frequent basis, but I'll find apps like "Slacker" sitting there, taking up memory.
I know a lot of these apps are set to run on startup.... but why are they just starting up at random times?
I feel like I have so little control over this phone... it actually scares me. I knew everything my WinMo phone was doing at all times.
Daneshm90 said:
You could do that but then ur left with a /data/data folder for ur app and its name under packages.xml.
Click to expand...
Click to collapse
Can these items just be deleted?
I went to Samsung Firmwares and got the UGJG8 firmware and flashed that using Odin and 512.pit. You will get a 100% bone stock i9000m with no bloatware.
Just remember to write down your current APN settings as you will have to readd them.
antz88c said:
Just download Titanium Backup form Android Market and you can delete apks easily. HTH.
Click to expand...
Click to collapse
Call me an idiot, but I can't figure out who to remove apps with this app.
Flapjack said:
Can these items just be deleted?
Click to expand...
Click to collapse
They could but that would be longer, since ud have to go through packages.xml to look for ur app. In simple terms :
Its like uninstall a windows software. Your deleting its c:\program files directory whereas im going to "uninstall software" and following procedure.
BobbyTee said:
I went to Samsung Firmwares and got the UGJG8 firmware and flashed that using Odin and 512.pit. You will get a 100% bone stock i9000m with no bloatware.
Just remember to write down your current APN settings as you will have to readd them.
Click to expand...
Click to collapse
How in the heck do you find that? I've been all over the Samsung site and I can only find are Windows drivers.
**EDIT**
Nevermind, I found it on another site. I think this is what you meant, right?:
http://samsung-firmwares.com/i9000.htm
Also, what is the difference between the I9000DTJG4 and the I9000UGJG8 firmware?
Daneshm90 said:
They could but that would be longer, since ud have to go through packages.xml to look for ur app. In simple terms :
Its like uninstall a windows software. Your deleting its c:\program files directory whereas im going to "uninstall software" and following procedure.
Click to expand...
Click to collapse
Got it.
Now, is that a script I need to write for each app? I haven't even gone so far as to explore the file system, let alone write scripts. Is there a good (recommended) app for putting scripts together? ...or are you just using a notepad type editor in Windows, then copying them over via SD card?
Flapjack said:
Got it.
Now, is that a script I need to write for each app? I haven't even gone so far as to explore the file system, let alone write scripts. Is there a good (recommended) app for putting scripts together? ...or are you just using a notepad type editor in Windows, then copying them over via SD card?
Click to expand...
Click to collapse
Sure u can write a quick .bat script that does this or manually enter them in command-prompt up 2 u. Btw, what exactly is ur issue with the bloat-software ? is it the space its taking up ? or being shown in app drawer ? Cuz if ur using launcher-pro u can hide those apps from the drawer. Honestly they don't take up tht much space.
Daneshm90 said:
Sure u can write a quick .bat script that does this or manually enter them in command-prompt up 2 u. Btw, what exactly is ur issue with the bloat-software ? is it the space its taking up ? or being shown in app drawer ? Cuz if ur using launcher-pro u can hide those apps from the drawer. Honestly they don't take up tht much space.
Click to expand...
Click to collapse
Well, the biggest thing is that they're actually running without me opening them (eg: Slacker). That is really starting to piss me off. Secondly, they are very clutter-some. I don't have Launcher Pro, though I've heard good things about it. Is this something I get from the Marketplace? It runs instead of the Samsung interface, right?
**EDIT**
Just found "LauncherPro" on the Market. Looks good, but many are complaining the latest version is laggy/buggy and has obnoxious ad placement.
Does anyone have the next most recent version?
Flapjack said:
Well, the biggest thing is that they're actually running without me opening them (eg: Slacker). That is really starting to piss me off. Secondly, they are very clutter-some. I don't have Launcher Pro, though I've heard good things about it. Is this something I get from the Marketplace? It runs instead of the Samsung interface, right?
Click to expand...
Click to collapse
Nope its independent of proprietary frameworks, i.e it runs on stock.
Daneshm90 said:
Nope its independent of proprietary frameworks, i.e it runs on stock.
Click to expand...
Click to collapse
So would this be ok to install right now, or wait until I possibly flash the bone-stock firmware (which ironically would eliminate the included apps)?
Flapjack said:
So would this be ok to install right now, or wait until I possibly flash the bone-stock firmware (which ironically would eliminate the included apps)?
Click to expand...
Click to collapse
Nope it'll run on ANY proprietary/nonproprietary android firmware which is 2.0+
I just use root explorer and delete apk+odex from system/app
fua said:
I just use root explorer and delete apk+odex from system/app
Click to expand...
Click to collapse
Can you go into a little more detail? What is odex?
Its fairly easy, actually.. No apps or code needed. Go to:
Settings -> Applications -> Manage Applications
Press the menu button, and press Filter. Then change the selection to "All"
can anyone please explain me how to pack all apps in one file..so that i can install it everytime i flash any nightly and dont have to install individually..like gapps,setcpu all in one..thanks
So this is the link..those who want can go thru his process..after searching for lot of tym this s what i got..rying it..nd will post the result..
http://www.londatiga.net/it/how-to-create-android-update-zip-package/
You can make a backup of your applications the system partition and then install them through ADB, using the switch for automatic installation.
or simply make a backup with titanium backup =)
You may also use File Expert. It is free less invasive then Titanium Backup.
File Expert can backup all Your apps and then restore. You should only tick "silent install" in settings.
in other thread i read a guy mentioned that he packed all his apps together along with gapps and installs it from erecovery..that is much easier..and the whole point of it is that i dont want to install any software and just want it to b packed in one..i dnt want to instal even titanium backup also after flashin ..trust me i flash almost daily from skang to cm7 n20 to nova n wat not..i just luv doin that..plz help i want a rar,tar,kdz i dnt know watever format it may become..i just want it to b flashed from erecovery ..
thanks for suggesting titanium and file explorer but that is smething i dnt want..
Copy the .apk and files you want to be installed in the .zip archive using store as archiving mode, before flashing CM7.
Be carefull to the paths.
Example: favorite_ringtone.ogg goes to system\media\audio\ringtones)
This way I managed to integrate CM7 with my desired apps (ex: changed Rommanager with RomManager premium, ADW with ADW EX), Nova Kernel, stock ringtones and media files, custom bootanimation etc.....
Then flash it, as usual, with CWM in recovery.
Regarding strictly to what you asked, search forum and internet about making a update.zip. I searched myself, downloaded a few files, but I got lazy....
Anyway, keep us posted about your project.
rgabi88 said:
Copy the .apk and files you want to be installed in the .zip archive using store as archiving mode, before flashing CM7.
Be carefull to the paths.
Example: favorite_ringtone.ogg goes to system\media\audio\ringtones)
This way I managed to integrate CM7 with my desired apps (ex: changed Rommanager with RomManager premium, ADW with ADW EX), Nova Kernel, stock ringtones and media files, custom bootanimation etc.....
Then flash it, as usual, with CWM in recovery.
Regarding strictly to what you asked, search forum and internet about making a update.zip. I searched myself, downloaded a few files, but I got lazy....
Anyway, keep us posted about your project.
Click to expand...
Click to collapse
So i just need too adding the apks and other files to the cm7 zip file in corresponding folder? How about that file permissions? Will they automatically set?
Sent from my LG-P970 using Tapatalk
rgabi88 said:
Copy the .apk and files you want to be installed in the .zip archive using store as archiving mode, before flashing CM7.
Be carefull to the paths.
Example: favorite_ringtone.ogg goes to system\media\audio\ringtones)
This way I managed to integrate CM7 with my desired apps (ex: changed Rommanager with RomManager premium, ADW with ADW EX), Nova Kernel, stock ringtones and media files, custom bootanimation etc.....
Then flash it, as usual, with CWM in recovery.
Regarding strictly to what you asked, search forum and internet about making a update.zip. I searched myself, downloaded a few files, but I got lazy....
Anyway, keep us posted about your project.
Click to expand...
Click to collapse
This is the way to do it. I have a custom zip too replacing most apps, boot animation, etc. Even libs, modules, etc.
If only apps that you want to add, you can modify the (google addon) gapps zip.
Sent from my LG-P970 using xda premium
lesp4ul said:
So i just need too adding the apks and other files to the cm7 zip file in corresponding folder? How about that file permissions? Will they automatically set?
Sent from my LG-P970 using Tapatalk
Click to expand...
Click to collapse
You can also try replacing framework-res there. AFAIK, permissions are taken care of once flashed.
And also the gnote lib that you mentioned. I took the lib and modules of nova kernel once, and they all worked. Even the nova script in terminal worked. Minus the governors. All files in the folder of nova kernel I injected it to the nightly #20
Sent from my LG-P970 using xda premium
lesp4ul said:
So i just need too adding the apks and other files to the cm7 zip file in corresponding folder? How about that file permissions? Will they automatically set?
Sent from my LG-P970 using Tapatalk
Click to expand...
Click to collapse
as i edited my post...you have to sign i guess and also certificates are needed..its very complicated..i hope some devs and you senior members can explain in simple language
venky77 said:
as i edited my post...you have to sign i guess and also certificates are needed..its very complicated..i hope some devs and you senior members can explain in simple language
Click to expand...
Click to collapse
dear venky77
hope this can help you
HTML:
http://forum.xda-developers.com/showthread.php?t=732957
cuprum12 said:
dear venky77
hope this can help you
HTML:
http://forum.xda-developers.com/showthread.php?t=732957
Click to expand...
Click to collapse
thankyou that shuold work i guess..have my exams will definately try if after that..will let you all know ..thanks.
I'm wanting to install the current version of the AOKP rom onto my note, but i noticed (after I flashed - boh) that there's an FC problem with the included launchers on that rom.
In the instructions they suggest using ADB to push novalauncher's apk file out to your device, but that seems needlessly complex to me when I could just (in theory) bundle the app into the .zip before I flash.
Is there any reason I can't insert the nova.apk into the AOKP.zip file (in /system/app as i understand it), zip it back up, flash the .zip as per normal AOKP instructions and proceed on my merry way?
Is it that simple? Do I need to mess around with chmodding the apk file or should the fact that it's in /system do that stuff for me?
FWIW I have tried this, but got some problems with having lost root between flashes (stupid ICS root) and that caused me some problems and a lot of high-heartrate moments trying to flash back to a working RocketRom build.
I'd rather do it 'properly' with accurate information about what I'm doing before I try again.
Appreciate the assistance.
I am to faceing the same problem but on other device
Sent from my HTC Glacier using xda premium
sideways86 said:
I'm wanting to install the current version of the AOKP rom onto my note, but i noticed (after I flashed - boh) that there's an FC problem with the included launchers on that rom.
In the instructions they suggest using ADB to push novalauncher's apk file out to your device, but that seems needlessly complex to me when I could just (in theory) bundle the app into the .zip before I flash.
Is there any reason I can't insert the nova.apk into the AOKP.zip file (in /system/app as i understand it), zip it back up, flash the .zip as per normal AOKP instructions and proceed on my merry way?
Is it that simple? Do I need to mess around with chmodding the apk file or should the fact that it's in /system do that stuff for me?
FWIW I have tried this, but got some problems with having lost root between flashes (stupid ICS root) and that caused me some problems and a lot of high-heartrate moments trying to flash back to a working RocketRom build.
I'd rather do it 'properly' with accurate information about what I'm doing before I try again.
Appreciate the assistance.
Click to expand...
Click to collapse
I open the ROM zip up and add .apks to the /system/app/ folder all the time..I also delete the ones I know I can and won't use..
There are some apps that won't work like this but its very uncommon..For example I can never include quickpic I always have to manually install it from the market.
sideways86 said:
I'm wanting to install the current version of the AOKP rom onto my note, but i noticed (after I flashed - boh) that there's an FC problem with the included launchers on that rom.
In the instructions they suggest using ADB to push novalauncher's apk file out to your device, but that seems needlessly complex to me when I could just (in theory) bundle the app into the .zip before I flash.
Is there any reason I can't insert the nova.apk into the AOKP.zip file (in /system/app as i understand it), zip it back up, flash the .zip as per normal AOKP instructions and proceed on my merry way?
Is it that simple? Do I need to mess around with chmodding the apk file or should the fact that it's in /system do that stuff for me?
FWIW I have tried this, but got some problems with having lost root between flashes (stupid ICS root) and that caused me some problems and a lot of high-heartrate moments trying to flash back to a working RocketRom build.
I'd rather do it 'properly' with accurate information about what I'm doing before I try again.
Appreciate the assistance.
Click to expand...
Click to collapse
Well my problem is solved
Check the app name of apps ur adding they should not include space in them ( like xda primium.apk) if there r space then remove the space (like xdaprimium.apk) it should work fine
Sent from my HTC Glacier using xda premium
MrDSL said:
I open the ROM zip up and add .apks to the /system/app/ folder all the time..I also delete the ones I know I can and won't use..
There are some apps that won't work like this but its very uncommon..For example I can never include quickpic I always have to manually install it from the market.
Click to expand...
Click to collapse
Thanks man.
One more question - as far as launcher apps go, is there any way to set the default launcher in the .zip file?
If I delete the pre-existing launcher app from the rom in question and add nova.apk should it set itself as the default launcher app automatically?
sideways86 said:
Thanks man.
One more question - as far as launcher apps go, is there any way to set the default launcher in the .zip file?
If I delete the pre-existing launcher app from the rom in question and add nova.apk should it set itself as the default launcher app automatically?
Click to expand...
Click to collapse
no you will prbably need to makea script to get it to work
How can i make the required script??
plz help
---------- Post added at 09:41 PM ---------- Previous post was at 09:37 PM ----------
And ive heard "the TouchWiz launcher included in the rom has hardware acceleration for better graphics performance while the launchers we use like GO LAUNCHER etc depends totally on cpu. They consume cpu power only and no GPU"
IS THAT SO??????????????
that would not mean a good thing
cause GO launcher or n other launcher are way better than Stock TWiz launcher.
I don't want someone to do all the work for me, but if anyone could direct me to some kind of resource with the relevant syntax and such that'd be amazing.
sideways86 said:
If I delete the pre-existing launcher app from the rom in question and add nova.apk should it set itself as the default launcher app automatically?
Click to expand...
Click to collapse
You can delete any launcher in the original zip and replace it with Nova and it will work. You don't need any script to do that, as suggested before.
thanks chasmodo - this worked flawlessly.
Hey Guys I have finally fixed the fingerprint bug found in all the official S7 marshmallow,To use the fingerprint you must install C locker free version from the playstore...The rom takes about 10-15 minutes to optimize,do a clean flash...if your phone does not boot even after that,remove the battery and restart your device,when the bootanimation appears press and hold down the volume - button to try putting it into safe mode and you device will boot up just fine....
https://mega.nz/#!X81khIyQ!puPOTaW0eaiH9l0nxnk87dAtjF_awFKoxY1BAYfiROs
Edit:-
Hi everyone,So I have uploaded the files on Mega to manually fix the Fingerprint
https://mega.nz/#!rtMT3C7a!hJVcWlgNJjTIlTinOjgHcdjvhOyhTcq9seERa8Wo3z4
The Video Tutorial is on https://www.youtube.com/watch?v=UMWe5T5DSgU
The Files Rar file contains two sub folders,
App and Priv-app
Place the folders in the folder App in System/App of your phone
Place the folders in the folder Priv-app in System/Priv-app
Also Set the Permission Octals for the Folders to 0755
and the octal to Apk or other files inside the Folders to 0644
These are the files I have replaced inside the Rom,If anyone is willing to make a flashable zip for these files,your welcome,But I don't think it will work if you are using your rom right now,It will cause the settings app to crash upon opening it....So A flashable zip and a Clean flash is Neccessay.....as for the lockscreen app,Use the C locker app attached below,It the pro version with license provoke disabled....
Cab you write the steps please? It would be far better, so anyone who see the steps can figure out something wrong in order to fix fingerprint
JellyRoll-96 said:
Cab you write the steps please? It would be far better, so anyone who see the steps can figure out something wrong in order to fix fingerprint
Click to expand...
Click to collapse
Well it's quiet lenghty....
syedmuaaz87 said:
Well it's quiet lenghty....
Click to expand...
Click to collapse
Please share the procedure, your way is unusual.
30-35min for actually doing it is less than
backing up my rom,
restoring yours and
restoring my data over it...
Besides I use philz touch recovery, not TWRP...
So you understand the silence here...
But I really hope it is working! :fingers-crossed:
or1m said:
Please share the procedure, your way is unusual.
30-35min for actually doing it is less than
backing up my rom,
restoring yours and
restoring my data over it...
Besides I use philz touch recovery, not TWRP...
So you understand the silence here...
But I really hope it is working! :fingers-crossed:
Click to expand...
Click to collapse
No don't restore your data after restoring my backup....And well It requires a dirty flash of the insanity rom over the stock rom and the app optimization takes about 20 to 25 minutes for both the roms because first you must be on pure stock which has been factory reset,than add you're fingerprints and enable C locker or Cmlocker in services and set screen lock to none,after that dirty flash insanity rom over it,after it optimizes and boots up you will end up on your boot screen with a message stating settings,music,clock and google partner setup have stopped working,after that you have to open up root explorer and replace a couple system files with the stock rom files,these include Settingprovider,Secsettings,health service and clock package in the System/Priv-app directory and set the correct permissions and also renaming these files as the orignal ones,after that you have to place the settingsmaps and settingssearchprovidor folder in system/app and set correct permissions for them,After that reboot and let these apps optimize....Voila your done,your settings app will start working and you will be able to add fingerprints but you can not use them on the stock lockscreen because of the bug in the System ui stated in the Post....that is why you have to use cm locker or c locker and you have to download them and enable then while you are on stock because the settings app crashes on certain toggles while it is on insanity rom....Here is the Tutorial,Happy?
syedmuaaz87 said:
...l,Happy?
Click to expand...
Click to collapse
well, maybe; I had once dirty flashed insanity over stock,
I could use fingerprint in apps, but could not change the fingerprints in settings (FCs) nor lockscreen, obviously.
So I am not scared of your method,
even I think it will go through the process with my data left intact,
cause I am on (almost) stock now.
I like Insanity a lot, but fingerprint is a real deal-breaker to me.
according to your steps, you could create flashable zip with those stock (original) apps.
you know, permissions, replacement of files etc.. it is easier that way..
thx
@syedmuaaz87
I need the Fix without all this backup , pls shear the fix only
or1m said:
well, maybe; I had once dirty flashed insanity over stock,
I could use fingerprint in apps, but could not change the fingerprints in settings (FCs) nor lockscreen, obviously.
So I am not scared of your method,
even I think it will go through the process with my data left intact,
cause I am on (almost) stock now.
I like Insanity a lot, but fingerprint is a real deal-breaker to me.
according to your steps, you could create flashable zip with those stock (original) apps.
you know, permissions, replacement of files etc.. it is easier that way..
thx
Click to expand...
Click to collapse
No i don't think it will work because there is a reason we start from the stock rom and add fingerprints on stock rom,If we start clean on insanity and replace the settings app with the stock one and reboot,the settings app does not work at all,I don't know the real problem here,maybe it's the cache of the stock settings app or maybe something else,the devs know better....Hope they fix it permanently....
salah eltony said:
@syedmuaaz87
I need the Fix without all this backup , pls shear the fix only
Click to expand...
Click to collapse
I've shared the whole procedure,try it out yourself....I shared this backup to make things easy for you guys....
This file 1.64 gega
Why ???
Is this the rom and the fix
The rom only 986 mega
I am sorry but i dont know how to insall this
Sent from my SM-G935F using XDA-Developers mobile app
I do not understand anything, so difficult is it to make a zip so that we can to flash?
---------- Post added at 04:17 PM ---------- Previous post was at 04:11 PM ----------
Help for install
Macamoca said:
This file 1.64 gega
Why ???
Is this the rom and the fix
The rom only 986 mega
I am sorry but i dont know how to insall this
Sent from my SM-G935F using XDA-Developers mobile app
Click to expand...
Click to collapse
It also contains the data which neccessary to fix the Fingerprint scanner....Extract it and place the twrp folder in the internal storage of the device and restore,Do no restore your own backup or even data after restoring this backup,the fix might not work if you do so....
Frankiii said:
I do not understand anything, so difficult is it to make a zip so that we can to flash?
---------- Post added at 04:17 PM ---------- Previous post was at 04:11 PM ----------
Help for install
Click to expand...
Click to collapse
whats difficult?Just extract the TWRP folder and place it in the Internal or external storage,boot in to twrp and restore back up from there,It will ask you for a password,the password is qwerty09....
syedmuaaz87 said:
No i don't think it will work because there is a reason we start from the stock rom and add fingerprints on stock rom,If we start clean on insanity and replace the settings app with the stock one and reboot,the settings app does not work at all,I don't know the real problem here,maybe it's the cache of the stock settings app or maybe something else,the devs know better....Hope they fix it permanently....
Click to expand...
Click to collapse
I see, but I cannot live without my data, so I will try...
But again, when I replace SecSetting, I will loose a s7 charm and settings, right?
or1m said:
I see, but I cannot live without my data, so I will try...
But again, when I replace SecSetting, I will loose a s7 charm and settings, right?
Click to expand...
Click to collapse
Don't worry the settings app can be themed using themes...
syedmuaaz87 said:
I've shared the whole procedure,try it out yourself....I shared this backup to make things easy for you guys....
Click to expand...
Click to collapse
It will be easy to us if u gives me only the fix , i cant download all this backup , i have bad internet here , for everything thanx for ur hard work
Shoud i make full wipe before restore ?
Sent from my SM-G935F using XDA-Developers mobile app
Anyone tried it?I've got good news^I have finally made a rom with the modified settings,just flash in,0.99gb size...i will start uploading in a few hours....
OMG.. .simply setups. Extract the zip to SD card. After in recovery restore the rom... Simply.
nunofgrd said:
OMG.. .simply setups. Extract the zip to SD card. After in recovery restore the rom... Simply.
Click to expand...
Click to collapse
Shoud i make full wipe before the restore
Sent from my SM-G935F using XDA-Developers mobile app