AS A WARNING....Thought I would post this here to be seen. - Samsung Mesmerize

WARNING:as this does not have to do with development but needs to be seen before mistakes happen...
Do not use the partition sd card option in rom manager. It will mess up the phone's master boot record and you will have to rewrite the original one in order for voodoo kernels or anything that modifies the boot record to work properly.
Just thought this may be a useful FYI and mabey save some headachs ! Thank you....

androidman78 said:
WARNING:as this does not have to do with development but needs to be seen before mistakes happen...
Do not use the partition sd card option in rom manager. It will mess up the phone's master boot record and you will have to rewrite the original one in order for voodoo kernels or anything that modifies the boot record to work properly.
Just thought this may be a useful FYI and mabey save some headachs ! Thank you....
Click to expand...
Click to collapse
That thread was a flamefest, but I agree, definitely needs to be known.

Related

SK4G Development

Some of you may know me and some not. I was asked to help out on the SK4G development, so here I am.
I have some questions first.
1. You are using CWM?
2. Amend or Edify?
3. Do you have the drivers and adb set up yet?
Depending on the answers I can put out a couple of tests and then get to work on this.
I will need your newest deodexed framework-res.apk, twframework-res.apk, settings.apk, services.jar - and others as needed.
If you do not have a deodexed rom yet then I need a copy of your systemfs.rfs or a full odin to deodex it myself. I have the system dump, is this your newest rom? If so then I have already deodexed it - just let me know.
1. Yes, the epic 4g version which is buggy
2 don know
3.yes
Sent from my SGH-T839 using Tapatalk
1) No. It doesn't sound like the currently available CWM firmwares work well on the SK4G. I am waiting for one designed for this hardware. I have run CWM on other handsets, of course.
2) No. Had not heard of those until you'd mentioned them.
3) Yes. Working well. We're all set here, at least.
System dump: There only seems to be one ROM/firmware version for this phone so far. The one you have should be current. I pulled mine in this thread:
http://forum.xda-developers.com/showthread.php?t=1037403&page=5
Specifically here:
http://forum.xda-developers.com/showpost.php?p=13210149&postcount=59
I'm happy to help further. Please simply let me know what you need.
And thanks for taking this on! This could be a solid phone without some of the bloatware trash foisted on it.
1. They are using the one click root for the epic by noobnl which installs CWM 2.5.1.0
2. Amend though can't you just use update-binary and make it compatible with both
blu9987 said:
1. They are using the one click root for the epic by noobnl which installs CWM 2.5.1.0
2. Amend though can't you just use update-binary and make it compatible with both
Click to expand...
Click to collapse
Yes, but I am old school and still use amend most of the time and needed to make sure it was going to be compatible.
Once I see some feedback on the theme I posted I will move forward - I just need to know how it turns out so I will have a better understanding of the phones layout.
Might need to send Koush a message and see if we can get a proper recovery going.
I really would love it if this phone got some custom roms. I don't want to get rid of it. But I put a ad up on craigslist to trade for a mytouch 4g.
Sent from my SGH-T839 using XDA App
Also as far a getting a proper working recovery, i think we may need a recovery that supports the ext-SD card. our internal memory isnt used by us because its so small. its used for things like installing apps i believe. if you use a file manager you'll see the only available SD card is the external one and same when mounting the phone. i think the epic and vibrant recovery would work just fine except we'd need one that supports the external SD card.
there is a kernel called dead horse that i used on my vibrant that had this support for ext SD but i dont think theres a way to get just the recovery out of it. hopefully someone might know a way to direct CWM to our ext SD then we might be on to something ..
ayoteddy said:
Also as far a getting a proper working recovery, i think we may need a recovery that supports the ext-SD card. our internal memory isnt used by us because its so small. its used for things like installing apps i believe. if you use a file manager you'll see the only available SD card is the external one and same when mounting the phone. i think the epic and vibrant recovery would work just fine except we'd need one that supports the external SD card.
there is a kernel called dead horse that i used on my vibrant that had this support for ext SD but i dont think theres a way to get just the recovery out of it. hopefully someone might know a way to direct CWM to our ext SD then we might be on to something ..
Click to expand...
Click to collapse
Its just a driver issue. We need to know exactly which SD card reader is in the phone and see if we can contact the manufacturer for the source.
I do not know how to decompile things like drivers, but I would like to know so I could get the ball rolling on this.
I'd love to see development pickup on this phone.
I've had my G1 since Dec 08 and happily rooted and did whatever I wanted to do it with the huge support from the developer community that the G1 received.
I'm keeping myself stock until someone gets Clockwork working with nandroid and there's an unroot method.
d4n137_91 said:
I'd love to see development pickup on this phone.
I've had my G1 since Dec 08 and happily rooted and did whatever I wanted to do it with the huge support from the developer community that the G1 received.
I'm keeping myself stock until someone gets Clockwork working with nandroid and there's an unroot method.
Click to expand...
Click to collapse
I feel the exact same way. I just picked mine up today and I really want to dive into it.
Yeah man, id like to see some development for this phone. I'm willing to help with whatever. This forum seems very dead though. Let's hope it picks up.
Sent from my Sidekick 4G using XDA app
what is the sdcard mounted as? mmcblk0p1? mmcblk1p1? This is key to getting recovery set up.
Where do I find that? I just rooted the phone but I haven't flashed the buggy recovery image
Sent from my little sidekick
gearhead27 said:
Where do I find that? I just rooted the phone but I haven't flashed the buggy recovery image
Sent from my little sidekick
Click to expand...
Click to collapse
adb shell
cd sys
cd block
ls
pastebin that info
that should tell me what I need to know
ive got it. it's mmcblk0p1
Same as the Vibrant, but theirs is mounted to internal sd. I would just need to switch up some stuff.
1st and foremost.... I need your guy's initramfs from your kernel
Idk too much about the initramfs nor how to extract it.
If I'm right the zImage is the kernel maybe this could help you so I've uploaded it to dropbox aswell.
http://db.tt/hhJIGXn
If it needs to be done from our phone could you point us in the right direction on how to get the initramfs.
Sent from my SGH-T839 using XDA App
So exciting seeing the development picking up
so happy to have someone look in this 4rum......im willing to help,,,,,if you guys need someone to be a tester.....just let me know....
ayoteddy said:
Idk too much about the initramfs nor how to extract it.
If I'm right the zImage is the kernel maybe this could help you so I've uploaded it to dropbox aswell.
http://db.tt/hhJIGXn
If it needs to be done from our phone could you point us in the right direction on how to get the initramfs.
Sent from my SGH-T839 using XDA App
Click to expand...
Click to collapse
Thanks, I'll get you guys something to test with tomorrow night when I get to work.
krylon360 said:
Thanks, I'll get you guys something to test with tomorrow night when I get to work.
Click to expand...
Click to collapse
can't wait to test it.....thanks a lot

[Q] Where are the Pros at?!

Hi there,
I have a few questions and after trying the search function, I decided to start a new thread!
I am used to using Acronis True Image or Ghost on my PC, to backup entire Operating Systems. Is there anything like that for Android?
I would like to be able to backup a ROM, install another ROM, and then, if i want to, switch between them...
After installing a stock ROM again, I was surprised to see that it wasn't that bad at all...it was actually relatively quick. Why shouldn't I just remove all the crap of a stock ROM and use that instead of using a custom ROM?!
thanks,
Georgios
Yes inside of cwm there is a backup mode you can use. It does exactly what you mentioned just have to make sure your not hopping from a rom that's incompatible with another rom/partition etc,and you'll be fine. Other than that its your choice on how you like your phone. Me personally I would not of kept this phone without our devs on here I love their Roms and kernels. Imo
.......infuse.....Infused....infusion.........
Backing up ROMs
Don't know about backing up the ROM, but you really should wipe your phone before installing a new ROM unless you KNOW otherwise. Afterall, each ROM will re-write parts of your phone's operating system. Wiping before each install will ensure you start out clean. There is a program called "Odin" that will make this an easy process. There are different versions of Odin and each one can perform different tasks, so read up on using it BEFORE you jump in head first. Odin can be used to install individual files, like kernals, or master clear your phone or it can take your phone back to stock. Most ROM devs will include in their instructions what you need to do to install ROM. Although I believe it's hard to brick the Infuse (unless you jump in head first), IT CAN HAPPEN!
Read Read Read!
Regarding restoring your programs to make it easier, Titanium Backup is probably the best at backing up your programs. Afterall, restoring ALL your programs can cost you alot of time if you don't have a program like the ones you use on your PC.
Note that you must pay for the Pro Titanium Backup to be able to use the "Batch" feature. The batch feature will allow you to reinstall selcted programs automatically without any interaction. Without "Batch", you will have to keep pushing the install button for every program you want to reinstall THE PRO VERSION IS WELL WORTH THE SMALL AMOUNT YOU PAY!
For me, installing ROMs is kind of an addiction. Installing the ROMs are fun. Granted they take a little time, but..........
Sorry to be long winded as I didn't know whether you were asking as a newbie to the ROM world
tyshemi said:
Yes inside of cwm there is a backup mode you can use. It does exactly what you mentioned just have to make sure your not hopping from a rom that's incompatible with another rom/partition etc,and you'll be fine. Other than that its your choice on how you like your phone. Me personally I would not of kept this phone without our devs on here I love their Roms and kernels. Imo
.......infuse.....Infused....infusion.........
Click to expand...
Click to collapse
Thanks for the fast reply! I actually tried to create a backup/restore with cwm. it worked fine. However, I didn't try to bring back another ROM yet. I wonder if the current backup is going to be deleted if you install with cwm another ROM?! With Acronis/Ghost you install Windows, create an Image to another partition or hidden partition. You can then install another version of windows and do the same thing, create the Image, store it on another partition and you can then bring back which one you like!
G
MaverickCoast said:
Don't know about backing up the ROM, but you really should wipe your phone before installing a new ROM unless you KNOW otherwise. Afterall, each ROM will re-write parts of your phone's operating system. Wiping before each install will ensure you start out clean.
Click to expand...
Click to collapse
Thats what I thought. It makes sense, I do the same thing when installing windows...
There is a program called "Odin" that will make this an easy process. There are different versions of Odin and each one can perform different tasks, so read up on using it BEFORE you jump in head first. Odin can be used to install individual files, like kernals, or master clear your phone or it can take your phone back to stock.
Click to expand...
Click to collapse
I am gonna give it a try...
Most ROM devs will include in their instructions what you need to do to install ROM. Although I believe it's hard to brick the Infuse (unless you jump in head first), IT CAN HAPPEN!
Click to expand...
Click to collapse
I hope not!!!
Read Read Read!
Click to expand...
Click to collapse
Doing it right now
Regarding restoring your programs to make it easier, Titanium Backup is probably the best at backing up your programs. Afterall, restoring ALL your programs can cost you alot of time if you don't have a program like the ones you use on your PC.
Click to expand...
Click to collapse
Gonna give this one a try as well...
Note that you must pay for the Pro Titanium Backup to be able to use the "Batch" feature. The batch feature will allow you to reinstall selected programs automatically without any interaction. Without "Batch", you will have to keep pushing the install button for every program you want to reinstall THE PRO VERSION IS WELL WORTH THE SMALL AMOUNT YOU PAY!
Click to expand...
Click to collapse
OK...
For me, installing ROMs is kind of an addiction. Installing the ROMs are fun. Granted they take a little time, but..........
Click to expand...
Click to collapse
I am the same way...but now I have twin boys and plenty of sleepless nights! I don't need the extra "work"...
Sorry to be long winded as I didn't know whether you were asking as a newbie to the ROM world
Click to expand...
Click to collapse
Its all good! Thanks!
...one more thing: I believe CWM is storing the backup on the local sd card, right?! If there would be a way to change the path to the external sd card, it would be perfect...
thanks,
G
MaverickCoast said:
Don't know about backing up the ROM, but you really should wipe your phone before installing a new ROM unless you KNOW otherwise. Afterall, each ROM will re-write parts of your phone's operating system. Wiping before each install will ensure you start out clean.
Click to expand...
Click to collapse
BTW, what is the best for wiping the phone clean? doing through CWM???
thanks,
G
neavissa said:
BTW, what is the best for wiping the phone clean? doing through CWM???
thanks,
G
Click to expand...
Click to collapse
Yes cwm is best for wiping the phone, and you should be able to change the path to.save if not just move it with an app like root explorer.
.......infuse.....Infused....infusion.........
Wiping phone
neavissa said:
BTW, what is the best for wiping the phone clean? doing through CWM???
thanks,
G
Click to expand...
Click to collapse
To get back to stock, I've used GTG's Ultimate Unbrick/Return to stock, found here: http://forum.xda-developers.com/showthread.php?t=1116251
I just prefer using Odin. CWM is an internal program. Odin is an external program.
Just my preference
neavissa said:
...one more thing: I believe CWM is storing the backup on the local sd card, right?! If there would be a way to change the path to the external sd card, it would be perfect...
thanks,
G
Click to expand...
Click to collapse
that would be difficult for most users, im sure you'd have to get into the recovery image and edit it a bit. you may just be able to copy the backup to the external card manually.
im a fan of stock-ish roms as well but im also a flash junkie, seems deodexed roms run a little choppier at times, i cant verify this but stock phones in the store never seem too laggy despite all the memory mods and "lag-fixes" we use around here. i think it may also have to do with the build environment for the custom kernels, some just work better than others despite similarities in the feature set and shared sources among the community. i reember a while back when i got my captivate a developer had a thread discussing toolchains and there effect on wakeup lag which was an issue early on in i9000 development.

[TOOL] G2X Cleanup Batch *** WARNING *** WILL FORMAT INTERNAL SD

If you are going to flash and ICS ROM after this tool please make sure to first install a GB then ICS otherwise your SD card will not be accessible. I am trying to find a fix but it has been illusive. This statement will be removed once a fix has been found and OP updated.
Now with CWM Touch!
This method uses NVFLASH to recreate all partitions and formats them, thereby getting rid of the file allocation pointers and hence renders data inaccessible without effort.
Note: I have never seen a file come back to life or its data affect other files without effort on the users part or a temporary glitch once the partitions and pointers have been overwritten. Please post a reply with evidence if you have seen it.
Benefits:
The contents of the zip file can be used to super clean G2X before a new ROM flash. This tool recreates all the partitions in the phone so wipes the pointers to all files (everything). The method it employes has existed from before. The files here will stop short of pushing a ROM, so that you can push your favorite ROM.
Prerequisites:
G2X (Will not work on O2X due to different partition table)
Desire to have a clean install of your favorite ROM
Backup your data
*** WARNING ***​
This tool will wipe both phone internal memory and internal SD card. External SD card content is safe.
Don't say you haven't been warned!
What to do:
Download the attached Zip file.
Take out the battery (assuming you have backed up your data on external SD card, computer or elsewhere), connect the device via USB while holding VOL+ and VOL- together. Don't let go of the volume buttons until the device is recognized.
(I typically leave Device Manager open to see when it shows up in the list under "USB Controllers").
Launch flash.bat, sit back and wait until the process finishes (generally a good idea to open a command prompt, CD to the directory and then run the file).
Unplug, put battery in, reboot into CWM recovery (pushed by this tool) by holding VOL- first, then pressing and holding POWER).
Flash your favorite ROM.
Enjoy!
I made this package because I could not get the bluetooth to work with G2x GB 2.3.3 (and below). The issue was a disconnect problem where both the phone and headset would still think they were connected but in audio would not be routed for a call or media. After this procedure my phone has not had an issue for almost 3 weeks now. I have tried it with two ROMs and 3 different headsets without any issues.
I guess I will not toss this phone after all .
Putting it out there in the hope that it may help others solve some of their issues as well. I suspect bad data stays in places not touched by other methods.
Your comments are most welcome.
[Update]
Klathmon has made an newer version with CWM 5.0.2.8. RP by Klathmon can be found here:
http://forum.xda-developers.com/showpost.php?p=24768294&postcount=66
I have tested the windows version but linux one is untested. Use at your own risk.
[Update]
Now with CWM Touch!
Thanks to everyone who has contributed on this thread with a drive to positive change! You work/comments/suggestions are very much appreciated.
References:
http://forum.xda-developers.com/showthread.php?t=1248644. This link was the inspiration for the current work.
Link to CWM Touch development thread. I took the image posted there: http://rootzwiki.com/topic/22984-recovery-touch-enabled-cwm-5813/
[EDIT] The zip file should be fixed now. Darn work machine does something to the upload.
was just about to flash the new hellfire rom and saw this tool! will try it out and see how things go
edit: yeah corrupt zip on my end too.
The zip file seems to be corrupt. Could you re-upload plz
worked great on my end, no problems.
khanggle said:
worked great on my end, no problems.
Click to expand...
Click to collapse
The real test is how stable your ROM would stay with this method to wipe than any of the other methods.
I guess only time will tell .
wow this method really blaze hellfire much thanks to your( you) & (rom dev)
Ohh I like this. Thank you for sharing .
This thing is faster than nullifier, and I especially like how you don't need to be in CWM to use it. It just seems like doing it in "update mode" would allow better manipulation of the phone's internals.
so this tool DOES format and nullify in addition to recreating the partitions?
deleting and recreating partitions does not remove data. only by writing over existing data can you get rid of it (like nullifier does)
dodgefan67 said:
so this tool DOES format and nullify in addition to recreating the partitions?
deleting and recreating partitions does not remove data. only by writing over existing data can you get rid of it (like nullifier does)
Click to expand...
Click to collapse
He states in OP that it doesn't write anything, therefor doesn't "nullify". It formats and partitions.
dodgefan67 said:
so this tool DOES format and nullify in addition to recreating the partitions?
deleting and recreating partitions does not remove data. only by writing over existing data can you get rid of it (like nullifier does)
Click to expand...
Click to collapse
Actually you are right. Deleting, recreating and formatting partitions does not get did of the 1s and 0s, so in that sense the data is still there. However the pointers are gone, and hence even though the data is still there it can't be accessed without effort.
What do you think the nand has on it when the device is shipped... I can assure you its not ask zeroes!
Sent from my LG-P999 using XDA
mansa_noob said:
Actually you are right. Deleting, recreating and formatting partitions does not get did of the 1s and 0s, so in that sense the data is still there. However the pointers are gone, and hence even though the data is still there it can't be accessed without effort.
What do you think the nand has on it when the device is shipped... I can assure you its not ask zeroes!
Sent from my LG-P999 using XDA
Click to expand...
Click to collapse
Well no, it has a next to worthless version of android Also, the point he was trying to get across is that it would be better for you to present the script for what it is and not try to compare it to other scripts that do something entirely different. You do kind of imply that you accomplish the same thing as the Nullifier script and more, when in fact you simply do something different.
Some may and probably will prefer your script, at least for specific purposes, while others will prefer the Nullifier script.
MWBehr said:
Well no, it has a next to worthless version of android Also, the point he was trying to get across is that it would be better for you to present the script for what it is and not try to compare it to other scripts that do something entirely different. You do kind of imply that you accomplish the same thing as the Nullifier script and more, when in fact you simply do something different.
Some may and probably will prefer your script, at least for specific purposes, while others will prefer the Nullifier script.
Click to expand...
Click to collapse
Done. OP updated to reflect. Thanks for clarifying that. It was not my intention to state that this tool does anything any other does, or does not.
I think we are all trying to do the same thing... get rid of the issues when swapping ROMs like _____. I can't seem to think of a good analogy here .
thanks for clarifying the OP, that makes much more sense
and no i wasnt trying to say you were reinenting the wheel, just trying to understand what your tool is actually doing
and also i do understand that it would take effort to get data off any type of storage device once the partition has been erased. i deal with wiping hard drives in a data center all the time. we use a DOD wipe tool that writes 1s and 0s over a drive a minimum of three full times to eradicate the data
but with this tool doing it outside of CWM, it sounds like it may do a better job of it
but i must ask, why do you need to push CWM? what if i have a newer version of it already on my phone?
dodgefan67 said:
but i must ask, why do you need to push CWM? what if i have a newer version of it already on my phone?
Click to expand...
Click to collapse
There is no need to push CWM 5.02. As I said in the OP it is a mod of the script found in the reference. In that script it was pushing default recovery. Since the recovery partition is being overwritten as well you will loose existing one and you need a recovery to be able to push a new ROM. Hence the need to push recovery (instead of using super one click).
As long as the recovery is not bigger than the partition that holds it we should be able to push a newer version. However I can't leave it empty or people will look for me with a shotgun (myself included ).
dodgefan67 said:
but i must ask, why do you need to push CWM? what if i have a newer version of it already on my phone?
Click to expand...
Click to collapse
I was thinking the same thing but seems easy enough .. add the cwm img to the dir and edit the .cfg file. Hopefully that should get the new CWM flashed
So would it be benefitial or pointless to nullify to clear the data then run this script for a... super clean?
Sent from my LG-P999 using XDA
mansa_noob said:
There is no need to push CWM 5.02. As I said in the OP it is a mod of the script found in the reference. In that script it was pushing default recovery. Since the recovery partition is being overwritten as well you will loose existing one and you need a recovery to be able to push a new ROM. Hence the need to push recovery (instead of using super one click).
As long as the recovery is not bigger than the partition that holds it we should be able to push a newer version. However I can't leave it empty or people will look for me with a shotgun (myself included ).
Click to expand...
Click to collapse
ahhhhhh now i understand. my eyes have been opened LOL
---------- Post added at 07:36 PM ---------- Previous post was at 07:35 PM ----------
PL0X_Kleiner said:
So would it be benefitial or pointless to nullify to clear the data then run this script for a... super clean?
Sent from my LG-P999 using XDA
Click to expand...
Click to collapse
i think it would be pointless unless you are super paranoid
dodgefan67 said:
ahhhhhh now i understand. my eyes have been opened LOL
---------- Post added at 07:36 PM ---------- Previous post was at 07:35 PM ----------
i think it would be pointless unless you are super paranoid
Click to expand...
Click to collapse
Nobody is twisting any arms here... Use it if you want to, don't if you don't want to.
I saw benefit so posted so that others may benefit as well.
Sent from my LG-P999 using XDA
Ok so question, why are you killing all the data on your internal SD card? Why not just the individual partitions that the phone uses? Your destroying data that don't need to be destroyed before flashing a rom...
Sent from my LG-P999 using xda premium
It does not have to be destroyed. I just haven't had a chance to test without recreating emmc yet.
Next step. Likely tomorrow. Would like to test before release.
Sent from my LG-P999 using XDA
[edit] BTW, I do want to restate that there is some data that needs to be destroyed which is not being taken care of by other methods. I don't believe it is in the emmc, but rather it resides in one of the other partitions. Most methods out there are only working in the /data, /system and /cache domain.
My original problem (bluetooth disconnect) which happens to be a problem for some in the community even now was only completely fixed by this method.

Storage Swap

Hi, i'm facing some problems with the swapping i did (http://forum.xda-developers.com/showthread.php?t=1857391)
I honestly don't know what to do, i'm not very good at these things. I tried it twice on my samsung galaxy note 10.1 and both times the swap is sucessful BUT it still saves in the internal.... I'm running stock kernel if you need more information you can ask. Oh and I did it with script manager
Please, help me. I really need the space
(using Sandisk ultra class 10 64 gb)
No suggestions at all?
SMN65 said:
No suggestions at all?
Click to expand...
Click to collapse
Give it time. Not everyone checks XDA on an hourly basis.
So when you run the script it moves everything and does what it should? But then you get new apps and they continue to install on internal?
bigtoysrock said:
So when you run the script it moves everything and does what it should? But then you get new apps and they continue to install on internal?
Click to expand...
Click to collapse
Exactly...I really would appreciate any help I could get, maybe some new steps? I'm really not so good though I believe I followed the steps well.
Thanks for your time
If you need more information ask please, and my android version is 4.1.2 (don't know if its useful)
SMN65 said:
Exactly...I really would appreciate any help I could get, maybe some new steps? I'm really not so good though I believe I followed the steps well.
Thanks for your time
If you need more information ask please, and my android version is 4.1.2 (don't know if its useful)
Click to expand...
Click to collapse
Did you happen to read anywhere that it needs to be run again when adding new apps? Like it only moves them the one time and it's not like a setting that future apps go to sd.
bigtoysrock said:
Did you happen to read anywhere that it needs to be run again when adding new apps? Like it only moves them the one time and it's not like a setting that future apps go to sd.
Click to expand...
Click to collapse
If i understood corectly, I didn't read anything like that but i made the script (via script manager) executable and to run at boot. It should just install in the external without boot or anything else needed.
I read on other forums about other devices that the easiest way to swap internal with external is by modifying your vold.fstab, but the mine is really wierd (I can post it if needed) , it's not like the other peoples devices. Maybe its that way on all SG note 10.1 because no one else has done it on the note 10.1.
Maybe I should flash a new rom? Like omega? I really don't know
So, I understood what I was doing wrong. I had updated the version of my device and the script wasnt compatible with JB. Though I have a quick question for anyone. Now that I used the one for JB and swapped the internal with external when i download a game for example Iron man (which is 800MB) a small part (around 10MB) goes in the internal,that happends with all games (some even take more 15MB or so). Is that normal?
EDIT: Nah, it still fully installs in the internal, swap is still sucessful though, at least it shows so.... Maybe if I can go back to ICS?

[ROOT]Samsung SM-J120A Galaxy Express 3 / Galaxy J1 2016

Below you will find instructions how to root this device.
The following procedure has been tested up to firmware J120AUCU2APJ2
KNOX should remain 0x0
However you undertake this at your own risk.
Issues:
Wifi passwords not remembered (fix below)
Stock Flashlight app not working.
Model number may be missing from build.prop (fix below)
Instructions
1. Flash the eng boot image.
This is a special boot image normally used by engineers, it allows selinux to be booted in permissive mode with relaxed root restrictions.
Do not replace this image with the stock image after rooting your device or you will possibly soft brick your device.
(See below for how to recover)
ENG_BOOT_J120A_PG1
Download Odin v3.11.1
Reboot Phone in Download Mode (press and hold Home + Power + Volume Down buttons)
Connect phone and wait until you get a blue sign in Odin
Download the ENG_BOOT_J120A_PG1.tar to your PC and add it to AP / PDA in ODIN.
Make sure re-partition is NOT ticked
Click the start button, sit back and wait few minutes
2. Install and run Kingroot:
http://www.apkmirror.com/apk/kingro...-release/kingroot-5-0-5-android-apk-download/
You may need to run Kingroot several times to gain successful root.
3. Install and run SuperSU me to remove Kingroot and convert to SuperSU (not required) :
https://play.google.com/store/apps/...ore&pcampaignid=APPU_1_uzPDVbGyFcGNyATHrqmoCA
Alternative (free) method to replace Kingroot:
Follow Steps 3 to 12.
https://forum.xda-developers.com/ga...ide-how-to-root-tripping-knox-kitkat-t3129484
Don't flash the boot partition with Flashfire, uncheck.
You will also need to flash the system version of SuperSU not EverRoot.
When you get to step 12, don't flash the firmware. Disable EverRoot and just flash this:
https://forum.xda-developers.com/apps/supersu/v2-64-2-66-supersu-mode-t3286120
4. Wifi fix:
modify the line below in /system/build.prop:
ro.securestorage.support=true to false
5. To fix “Unauthorized actions have been detected”
disable 'security log agent'
6. Model number missing fix:
http://www.techgainer.com/change-fake-android-device-model-number-and-brand-name/
Enjoy your rooted device
To recover from a soft brick flash the firmware below.
https://firmwarefile.com/samsung-sm-j120a
FEEDBACK IS APPRECIATED PLEASE.
THANKS.
DONATE ME HERE IF YOU WANT TO BUY ME A BEER OR HIT THE THANKS BUTTON IF I HELPED YOU
Still no TWRP, though, right?
fbueller said:
Still no TWRP, though, right?
Click to expand...
Click to collapse
Not possible I'm afraid.
ashyx said:
Not possible I'm afraid.
Click to expand...
Click to collapse
As ashyx mentioned in a previous post, Flashfire works. Loaded Xposed for Samsung via the Wa?? version.
spicybeansandricey, to clarify, Wanam is a modified version of Xposed for Samsung phones. Google is my friend, Google is your friend and Google is our friend. If you Googled it, you will find links to the same/similar packages linked by ashyx to get Xposed on Samsung phones. Since I was skimming the articles and successfully installed on a 4" screen, I wasn't sure about the name but only remembered the first 2 letters. In fact, the tutorial I followed was different from ashyx's post and gave no credit to XDA.
As an addendum, Flashfire works great and was able to back up EFS files. I just chose to backup EVERYTHING since I don't know what I will need later. My 128GB sd card cost more than the phone! LOL As for my vacation reading list and Google, I still have to read up on new superuser and root that can survive OTAs and root detection.
shirleys143 said:
Flashfire works. Loaded Xposed for Samsung via the Wa?? version.
Click to expand...
Click to collapse
Yeh flash fire is pretty much the next best thing to custom recovery with a few little tricks of its own.
Anyone have a list of garbage that can be safely removed? Even after stripping some of the obvious stuff there's over 4Gb of system stuff.
Can I remove the Samsung stuff like Galaxy Apps and such? I don't want to remove anything that will make it unstable so that I can still reset it back to fresh and begin over, but without the bloat ware of that makes sense?
ViralThread said:
Anyone have a list of garbage that can be safely removed? Even after stripping some of the obvious stuff there's over 4Gb of system stuff.
Can I remove the Samsung stuff like Galaxy Apps and such? I don't want to remove anything that will make it unstable so that I can still reset it back to fresh and begin over, but without the bloat ware of that makes sense?
Click to expand...
Click to collapse
No matter how much you remove from system the size will never change, it's rather a pointless exercise. All you're doing is creating unused space.
ashyx said:
Yeh flash fire is pretty much the next best thing to custom recovery with a few little tricks of its own.
Click to expand...
Click to collapse
SO i tried to flash xposed via flashfire and got the old "system software not authorized by at&t has been found on your phone..." brick.
How to get xposed on there without bricking?
ashyx said:
No matter how much you remove from system the size will never change, it's rather a pointless exercise. All you're doing is creating unused space.
Click to expand...
Click to collapse
So what's the point of rooting? The primary reason was to remove the bloat and recover some usable space on the device. Out of 8GB there's less than 3gb of usable storage on it rendering it mostly useless for anything but a media player or emulator box loading crap off the SDCard.
What a waste.
ViralThread said:
So what's the point of rooting? The primary reason was to remove the bloat and recover some usable space on the device. Out of 8GB there's less than 3gb of usable storage on it rendering it mostly useless for anything but a media player or emulator box loading crap off the SDCard.
What a waste.
Click to expand...
Click to collapse
Rooting is about more than debloating. It's about having control over your device.
Why don't you use adoptable storage if you need more space?
You can always move user apps to system to take up the space you've created. There are plenty of apps that can do this such as system app remover. That way not only do you utilise that space but you also free up storage space.
spicybeansandricey said:
SO i tried to flash xposed via flashfire and got the old "system software not authorized by at&t has been found on your phone..." brick.
How to get xposed on there without bricking?
Click to expand...
Click to collapse
How do you class a message, which is easily removed, as a brick?
ashyx said:
Rooting is about more than debloating. It's about having control over your device.
Why don't you use adoptable storage if you need more space?
You can always move user apps to system to take up the space you've created. There are plenty of apps that can do this such as system app remover. That way not only do you utilise that space but you also free up storage space.
Click to expand...
Click to collapse
Adoptable storage is useless. Most of the apps will not see it and refuse to install data there, making it impossible to install anything large on the device or more than a few small apps/games.
I hadn't considered moving installed apps to system space I will give system app removed a glance. Thx
ashyx said:
How do you class a message, which is easily removed, as a brick?
Click to expand...
Click to collapse
i just asked how to install xposed on there, who cares about what i feel is a brick or not. a brick, soft or hard is still a brick.
is there a way to get xposed on the j120a without custom recovery? i tried flashfire, maybe my setting were incorrect? do you have a method?
thanks in advance.
spicybeansandricey said:
i just asked how to install xposed on there, who cares about what i feel is a brick or not. a brick, soft or hard is still a brick.
is there a way to get xposed on the j120a without custom recovery? i tried flashfire, maybe my setting were incorrect? do you have a method?
thanks in advance.
Click to expand...
Click to collapse
Yes there is, but due to your attitude sort yourself out. I honestly don't know why I bother sometimes with this forum.
ashyx said:
Yes there is, but due to your attitude sort yourself out. I honestly don't know why I bother sometimes with this forum.
Click to expand...
Click to collapse
thats kind of harsh considering i just asked for instructions on how to get xposed on my phone. instead of helping you wanted to put me down for not using the word "brick" in a manner thats acceptable to you.
im sorry that we dont agree on semantics. i really have no "attitude" and how one can attribute an attitude to text on a website is debatable at best.
I have no ill-will, malice, or attitude, i had a general question that i was asking about and was looking to someone who looked like they had the answer for it. Normally, i "sort" these things out myself, but i went against my better judgement and asked here...(hence my 2 reply post history.)
if you can help me, i would gladly reward you for your time, via bitcoin, etc; I honestly have no issue other than i dont have the time to sit and look into this stuff like i use to 4-5 years ago. I promise you, i have no sort of attitude. this is just a forum FFS, and above all else, im not an 'ingrate.' i am always appreciative for any help that i receive.
If you could find the will to help me i would greatly appreciate it, otherwise lets not part ways with any ill-will, that's the last thing that i would ever want to happen.
thanks again for your time.
Ok so here's what my experience with system app remover was, and I hope I wasn't sounding rude or unappreciative, Immsimply trying to work towards a certain endpoint solution if possible.
System app remover did not permit me to relocate user apps into system space, in fact it won't let me move any apps as it claims "sdcard share the same disk with os", both in "move to phone" and in "move to sdcard" options.
Is there any reliable way to install apps directly to the external SDCard? Maybe install them to internal storage and then manually move them and symlink them? That wouldn't work for large apps but might allow installation of more smaller apps?
Essentially what you've stated means even the system is on its own "partition" right? So as I remove stuff that's stored in the /system folder, it's freeing space but not space my Android can access for the purpose of installation ?
Is that a proper summary of my situation?
Thanks in advance
spicybeansandricey said:
thats kind of harsh considering i just asked for instructions on how to get xposed on my phone. instead of helping you wanted to put me down for not using the word "brick" in a manner thats acceptable to you.
im sorry that we dont agree on semantics. i really have no "attitude" and how one can attribute an attitude to text on a website is debatable at best.
I have no ill-will, malice, or attitude, i had a general question that i was asking about and was looking to someone who looked like they had the answer for it. Normally, i "sort" these things out myself, but i went against my better judgement and asked here...(hence my 2 reply post history.)
if you can help me, i would gladly reward you for your time, via bitcoin, etc; I honestly have no issue other than i dont have the time to sit and look into this stuff like i use to 4-5 years ago. I promise you, i have no sort of attitude. this is just a forum FFS, and above all else, im not an 'ingrate.' i am always appreciative for any help that i receive.
If you could find the will to help me i would greatly appreciate it, otherwise lets not part ways with any ill-will, that's the last thing that i would ever want to happen.
thanks again for your time.
Click to expand...
Click to collapse
OK, let's start again. Maybe I mistook your response, it just seemed a little snipey. To get help in the right direction, proper details of what the actual issue is goes a long way to obtaining the solution. Stating a message caused a brick isn't anything I've ever come across before which is why I asked the question? However it seems further to that post you actually meant Xposed caused the brick after you saw that message and rebooted.
So going back to what I previously stated about correct details, here we are 3 unnecessary posts later.
Moving on...to install Xposed you need to ensure you use the wanam build of Xposed.
https://forum.xda-developers.com/xposed/unofficial-xposed-samsung-lollipop-t3180960
.
ashyx said:
OK, let's start again. Maybe I mistook your response, it just seemed a little snipey. To get help in the right direction, proper details of what the actual issue is goes a long way to obtaining the solution. Stating a message caused a brick isn't anything I've ever come across before which is why I asked the question? However it seems further to that post you actually meant Xposed caused the brick after you saw that message and rebooted.
So going back to what I previously stated about correct details, here we are 3 unnecessary posts later.
Moving on...to install Xposed you need to ensure you use the wanam build of Xposed.
https://forum.xda-developers.com/xposed/unofficial-xposed-samsung-lollipop-t3180960
.
Click to expand...
Click to collapse
thank you so much!! that was what the "wa???" was in the first few post of this thread that i didnt understand. i sincerely was not trying to come off as pompous, snipey etc; so thank you for helping me. I run a vbulletin forum myself so im no stranger to miscommunication.
I appreciate your help, honestly and sincerely. ill give this a try and be back, my sincerest thanks again.
ViralThread said:
Ok so here's what my experience with system app remover was, and I hope I wasn't sounding rude or unappreciative, Immsimply trying to work towards a certain endpoint solution if possible.
System app remover did not permit me to relocate user apps into system space, in fact it won't let me move any apps as it claims "sdcard share the same disk with os", both in "move to phone" and in "move to sdcard" options.
Is there any reliable way to install apps directly to the external SDCard? Maybe install them to internal storage and then manually move them and symlink them? That wouldn't work for large apps but might allow installation of more smaller apps?
Essentially what you've stated means even the system is on its own "partition" right? So as I remove stuff that's stored in the /system folder, it's freeing space but not space my Android can access for the purpose of installation ?
Is that a proper summary of my situation?
Thanks in advance
Click to expand...
Click to collapse
Whoops, my bad. That's was the wrong app to suggest. I actually meant this one that DOES move user apps to system. You can see the mistake with the similar names!
https://www.google.co.uk/url?sa=t&s...CBowAA&usg=AFQjCNFe58rupOZgD6hS3UfXr-2rkHxsyQ[/url]
By the way I suggest this busybox:
https://www.google.co.uk/url?sa=t&s...CB8wAg&usg=AFQjCNGS1LQ2kB8PZ4Y--lzVTOG1SKQWvA
ashyx said:
Whoops, my bad. That's was the wrong app to suggest. I actually meant this one that DOES move user apps to system. You can see the mistake with the similar names!
https://www.google.co.uk/url?sa=t&s...CBowAA&usg=AFQjCNFe58rupOZgD6hS3UfXr-2rkHxsyQ[/url]
By the way I suggest this busybox:
https://www.google.co.uk/url?sa=t&s...CB8wAg&usg=AFQjCNGS1LQ2kB8PZ4Y--lzVTOG1SKQWvA
Click to expand...
Click to collapse
Thanks for the quick response.
I installed /system/app/remover and it seemed to offer a solution. However upon moving few apps to system with the app, it's merely removing them. So more tweaking needed.
Will keep update on progress.
Thanks again
---------- Post added at 03:53 PM ---------- Previous post was at 03:29 PM ----------
Is it safe to remove all of the Samsung stuff? Will that break the reset ability?

Categories

Resources