[Not Working] [Int2Ext] for Samsung Galaxy Core 2 - Samsung Galaxy Core

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disclaimer:
I/XDA/or anyone is not responsible for any kind of damage to your device,
or in case it explodes, etc.
Please use it at your own risk! Whatever you do with your phone it's your own choice!
Click to expand...
Click to collapse
Requirement:
1. Custom Recovery.
2. Init.d Support
3. INT2EXT_Core_2_By_Dhruvit.zip
4. Repartition SdCard
Click to expand...
Click to collapse
How to install:
1. First You should copy INT2EXT_Core_2_By_Dhruvit.zip in you SdCard.
2. Go to Recovery mode .
3. Flash The Zip File.
4. Done!
Click to expand...
Click to collapse
Credits to:
- croniccorey
- Me (Dhruvit Pokharna)
- And all who contributed
Version Information
Status: Testing
Created 2015-03-29
Last Updated 2015-03-29
[Updated]Download- INT2EXT_Core_2_By_Dhruvit.zip
IF YOU LIKE MY WORK CLICK THANKS BUTTON

Tell me if it works

Dhruvit Pokharna said:
Tell me if it works
Click to expand...
Click to collapse
Two different kind creations, but I love my phone is galaxy core i8262

Dhruvit Pokharna said:
Tell me if it works
Click to expand...
Click to collapse
Just test it with NFS(still ask to free more space) and Shoebox. Doesn't work. Do I need to repartition my SD card or something else because there is no changes to ExtSdCard at all?
---------- Post added at 08:29 PM ---------- Previous post was at 08:20 PM ----------
Check the script again.

Sorry but i tried and if anyone can fix this post it here

Fix - may be we should first repartition sdcard and beware it can format it.

Dhruvit Pokharna said:
Fix - may be we should first repartition sdcard and beware it can format it.
Click to expand...
Click to collapse
Idea is good. I was experimenting with /data/app to SD a little bit earlier but I didn't get in to it to much due to my free time but I think that could be done. Little work on script, android_platform. XML and rc file in ram disk of boot.img and of course SD card need to be repartitioned.
In platform. xml and rc file is defined that phone memory is primary as storage and in script path to ext-sd is not correct. That is what I noticed by quick look.
Here you can see correct path.
http://forum.xda-developers.com/showpost.php?p=58087557&postcount=8
---------- Post added at 12:03 PM ---------- Previous post was at 11:56 AM ----------
Y300-0100 said:
Idea is good. I was experimenting with /data/app to SD a little bit earlier but I didn't get in to it to much due to my free time but I think that could be done. Little work on script, android_platform. XML and rc file in ram disk of boot.img and of course SD card need to be repartitioned.
In platform. xml and rc file is defined that phone memory is primary as storage and in script path to ext-sd is not correct. That is what I noticed by quick look.
Here you can see correct path.
http://forum.xda-developers.com/showpost.php?p=58087557&postcount=8
Click to expand...
Click to collapse
This part:
HTML:
## Mount mmcblk0p2 to /data
busybox mount -o noatime,nodiratime,nosuid,nodev /dev/block/mmcblk0p2 /data;
mountext=`busybox mount | egrep 'ext2|ext3|ext4'`;

but mount point for data is mmcblk0p22

and where i have to put sdcard partition can you please tell

Dhruvit Pokharna said:
but mount point for data is mmcblk0p22
Click to expand...
Click to collapse
Mmcblk0p2 is from your script. Check it out. And it creates folder ext-sd in root. Check that too.
I repartitioned micro SD using twrp but first do backup of your content from SD card because it wipe everything.

oh the one that that was old was in the link and which i modified with mmcblk0p22 is with me sorry

link updated check it now if it works or not

link is fixed

Dhruvit Pokharna said:
link is fixed
Click to expand...
Click to collapse
no need for these day but. thank you for making bro :good:

Dhruvit Pokharna said:
oh the one that that was old was in the link and which i modified with mmcblk0p22 is with me sorry
Click to expand...
Click to collapse
Nope. Still not working. Script is not good.
I have managed to modified script for switching internal to extSdCard and now I downloading data app for NFS most wanted.
For now I am not allowed to distribute modified script without developer permission but it works great.

can you tell the Developer's name please

Dhruvit Pokharna said:
can you tell the Developer's name please
Click to expand...
Click to collapse
Here is his topic. I am still waiting for his response for permission.
But I modified script only to swipe extSdCard with sdcard0 for app that need huge amount of data for download to work (eg. NFS). So far I think that this is good solution and I will stick with it.
http://forum.xda-developers.com/galaxy-s3/development/mod-extsd2internalsd-v8increase-data-t1772234
---------- Post added at 11:51 AM ---------- Previous post was at 11:20 AM ----------
Dhruvit Pokharna said:
oh the one that that was old was in the link and which i modified with mmcblk0p22 is with me sorry
Click to expand...
Click to collapse
Dhruvit Pokharna said:
link updated check it now if it works or not
Click to expand...
Click to collapse
Dhruvit don't get me wrong( as before that I am "mad" at you) when I criticism how you post your topics and your work. First you made something and for example from above you get wrong partition block which is not good and than you don't test it for yourself and in the second post you ask confirmation does it work like you don't have your own phone to test it.
Your idea was great but looking at your script little bit more I am not sure what you wanted to achieve since you didn't explained it well in first post. You just give instructions how to.
Did you wanted to swap whole mmcblk0p22 with mmcblk1p1 or something else?
No hard feelings. That's me always criticism

thats allright i tested it but firstly early (some time before the day i made it) i experimented to replace apps from /data/app to /system/app so that i would not waste any space and when i made it the apps it replaced were not working like all google apps. and then secondly ( when i tested it ) i did not saw the internal storage space and flashed it and ( after flashing zip file ) i saw space in internal storage increased so i thought that it was working. and sorry to those who tested it.
it all means that i got wrong.

Related

Dark Tremor's Apps2sd

I DO NOT TAKE ANY CREDIT FOR THIS JUST HELPING THOSE WHO WANT TO USE dtapps2sd​
I have seen alot of people asking where to get dtapps2sd on various ROMS so I am posting a Link.​
http://www.facebook.com/note.php?not...58809660835039
Instructions:
-Download dark tremors apps2sd and place it on the Root of your SD Card
-Boot your phone into Recovery *Power Button + Volume Down*
-Select Install zip from SD
-Flash dtapps2sd-2.7.5.3-beta04-signed.zip
-Reboot Phone
-Open up terminal Emulator (if you dont have it get it from the market its free)
-In Terminal Emulator type su *make sure its in lowercase* hit Enter
-Type in a2sd reinstall, your phone will reboot
-*Optional* once rebooted you can go back into Terminal Emulator and type in su hit enter and then type in a2sd datasd and let it run and reboot.
-*Optional* once rebooted you can go back into Terminal Emulator and type in su hit enter and then type in a2sd cachesd and let it run and reboot.
-*Optional once rebooted you can go back into Terminal Emulator and type in su hit enter and then type in a2sd cachedata and let it run and reboot.​
You will then notice a major difference in Internal Space.​
After I ran those 4 commands I have 222MB Used and 206MB Free
If this has helped you all I ask is you please hit the thanks button​
http://forum.xda-developers.com/showthread.php?t=715938
I was just looking 4 this
Thanks for making this available for others, I just happens to come to get the link from the Bliss Rom.
lithid-cm said:
http://forum.xda-developers.com/showthread.php?t=715938
Click to expand...
Click to collapse
Hey Thanks Lithid.. I did a search for dta2sd and dtapps2sd and Dark Tremor and it either brought up nothing found or threads of u stalking about it.
If a Mod can delete this thread that would be cool
---------- Post added at 02:04 PM ---------- Previous post was at 01:53 PM ----------
The Rubenator said:
Thanks for making this available for others, I just happens to come to get the link from the Bliss Rom.
Click to expand...
Click to collapse
no problem, I myself hated searching thru threads looking for the download link. I couldnt find the actual post using Search and posted it up here.. Lithid did bring it to my attention though the actual link for the Script which is awesome so im hoping a mod can delete this thread and maybe make that script a sticky as it is very very useful and I know as more people will want this script
Elw00d said:
Hey Thanks Lithid.. I did a search for dta2sd and dtapps2sd and Dark Tremor and it either brought up nothing found or threads of u stalking about it.
Click to expand...
Click to collapse
Really?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-*Optional* once rebooted you can go back into Terminal Emulator and type in su hit enter and then type in a2sd datasd and let it run and reboot.
Click to expand...
Click to collapse
In my experience, I'd recommend not moving data to SD: many users have noticed performance suffers when doing this. You'll gain plenty of space just moving apps and dalvik, it may not be worth the hit to move data as well.
Also, I think you left out a key step: for this to work, you have to partition your SD card beforehand--might include that in your guide. I do this from AmonRa recovery (32mb cache, 2048mb ext2, then convert ext2 to ext3, then flash everything.)
I don't know if this thread will get removed in favor of the older one, but in case anybody else stumbles in here, it's worth having these points noted, imo.
edit to add: complete setup guide here (post#2 in the dtapps dev thread)
http://forum.xda-developers.com/showpost.php?p=7021325&postcount=2
lithid-cm said:
Really?
Click to expand...
Click to collapse
lol I never thought to use Google
I used the search on this forum. Why didnt I use google to search? Honestly I have no clue I just wasnt thinking properly. Well I kind of was thinking correct as this Forum does have its own Search Function, but apparently it doesnt bring up anything when you type in a2sd or dta2sd
Elw00d said:
lol I never thought to use Google
I used the search on this forum. Why didnt I use google to search? Honestly I have no clue I just wasnt thinking properly. Well I kind of was thinking correct as this Forum does have its own Search Function, but apparently it doesnt bring up anything when you type in a2sd or dta2sd
Click to expand...
Click to collapse
I have never used this search function. Doesn't compare to googles!
lithid-cm said:
I have never used this search function. Doesn't compare to googles!
Click to expand...
Click to collapse
that is correct, I have tried to search lots of things pertaining to ROMS and it doesnt help me at all.. I went to Google and Damn wouldnt you know it brings what im looking for up within seconds.
Thanks again for reminding me GOOGLE = my FRIEND!!!!
Will this work with CM7?
Sent from my Evil EVO
tinpaul said:
Will this work with CM7?
Sent from my Evil EVO
Click to expand...
Click to collapse
I use simple2ext (s2e) with CM7. It's an app that handles the script for you, simpler and with a nice GUI (you still have to partition SD yourself beforehand.) Same dev has another nice app called FreeSpace that you might want to check out as well.
https://market.android.com/details?id=ru.krikun.s2e&feature=search_result
Thanks for the info.
Sent from my Evil EVO
Ok so i followed all the steps to partition and then flashed the latest zip and rebooted. Now i cant find most of my apps which i presume to be on the partitioned part of my SDcard. My question is how do i get to them to use them? i tried redownloading TB so i could reinstall but that doesnt even show up in my apps drawer. Could someone explain to me where i went wrong and I apologize if this has already been mentioned. I did do a thread search and could not find the info I was looking for...
Im running Synergy RLS1 if that makes a difference with stock kernel.
Do I need to do this everytime I install new apps or do I just need to reboot my phone and it will work automatically?
Sent from my PC36100 using xda premium
Invalid command?
ok everything worked but "a2sd cachedata" it says invalid command?
Hey brother,i love this mod,i was definitely having memory problems before i installed this.Excelent work.There is a little app that was developed to help people that don't know how to use ADB.... A2sdgui and heres the flashable zips.. Flashable Zip
7DSINS said:
ok everything worked but "a2sd cachedata" it says invalid command?
Click to expand...
Click to collapse
I don't think that one is valid anymore but was used on the older versions. Here are all the current commands...not sure if you are trying to move cache or data. "nocache" moves it to internal storage and nocacherest will move it as well as rebuild davik on reboot....cachesd moves to sdcard
http://www.facebook.com/note.php?note_id=158826790833326
Sent from my PC36100 using Tapatalk
can you convert ext 3 to ext 4 after everything is installed or will it wipe the SD partition and mess up my rom install?
Here's a link to a gui interface for a2sd. To really use this you need a class6 sd and sd speed increase from market.
http://forum.xda-developers.com/showthread.php?t=991684
Contains a complete write up on usage of a2sd.
Been using it for over a year. Since day one of my root. 700 mb ext partition.
Or maybe give this a shot too?
http://therootofallevo.com/2011/04/10-step-guide-properly-set-darktremors-a2sd/

[GUIDE] How to INCREASED your INTERNAL STORAGE up to 1GB+ SD PARTITION VIDEO TUTORIAL

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Good Day Guys!!,,
Disclaimer:
I can't be held responsible if your device explode in your hands! Try it at your own risk!
I just wanna share a step by step tutorial how to increased your internal memory up to 1 GB+
What do you need??
1.SD Card with Class 6 or Higher (tested on Class 4 and work fine)
2.Mini Tool Partition Wizard that you can get it HERE
Step 1
---------
Partition your SD Card to 1GB or less using partition tool, after done that,
Step 2
---------
Open Terminal Emulator apk in your current Rom,
then type this command
su(enter) allowed SuperUser
a2sd xdata(enter)
y(enter)
y(enter)
Reboot!
And this is a result..
SCREENSHOTS
server down for a moment,,unable to see screenshots
If still not working..just create a new folder in your SD card and rename the folder to
xdata, repeat Step 2 again and make sure that your current ROM support a2sd
How to UNDO this?
Before you UNDO this,,make sure you do Titanium Backup on all your apk, contacts, sms, whatever you want to BACKUP,,
then, open TERMINAL EMULATOR and type:
a2sd noxdata(enter)
y(enter)
REBOOT
Done.
VIDEO FOR PARTITION YOUR SD CARD BY CKKNOT
GOOD LUCK!!
Reserved: R. I . P
PERMISSION
Help with A2SD increasing storage
So I tried running the previous steps as stated above. And when darktremor SD 2.7.5.2 runs it says "invalid command: xdata". I've moved the xdata folder you suggested we create from the root of my sd card, to the sd-ext and nothing worked. Is there something else I need to do?
Thanks!
I'm running Remics-UX version 1.3.1 on my HTC EVO 4G if that helps.
Well I have a 4 and 8 GB class 2 cards, so I think I'll give it a shoot
(running Ginger-DX 0.23 android 2.3.7 bootloader locked)
masse1 said:
So I tried running the previous steps as stated above. And when darktremor SD 2.7.5.2 runs it says "invalid command: xdata". I've moved the xdata folder you suggested we create from the root of my sd card, to the sd-ext and nothing worked. Is there something else I need to do?
Thanks!
I'm running Remics-UX version 1.3.1 on my HTC EVO 4G if that helps.
Click to expand...
Click to collapse
You have to choose only one ,,either this a2sd or Darktremor,, you can't use it both and make sure that you have a 10apps2sd file in your system/etc/init.d folder,,if you dont have just grab from the post #2 of this thread and using root explorer/root file manager copy the
10apps2sd to your system/etc/init.d folder and set a permission.
Bahurs1 said:
Well I have a 4 and 8 GB class 2 cards, so I think I'll give it a shoot
(running Ginger-DX 0.23 android 2.3.7 bootloader locked)
Click to expand...
Click to collapse
Yes you can bro
but im afraid that you will have a problem with your system because your sd card class is lower and the performance is not to good :crying:
can i use partition on CMW recovery?
MY sd card is no more detected :crying:
bro plz try to partition It again from ur CWM....it will fix it..
Sent from my GT-I5510 using xda app-developers app
---------- Post added at 12:37 AM ---------- Previous post was at 12:19 AM ----------
dzolcp said:
Good Day Guys!!,,
Disclaimer:
I can't be held responsible if your device explode in your hands! Try it at your own risk!
I just wanna share a step by step tutorial how to increased your internal memory up to 1 GB+
What do you need??
1.SD Card with Class 6 or Higher (tested on Class 4 and work fine)
2.Mini Tool Partition Wizard that you can get it HERE
Step 1
---------
Partition your SD Card to 1GB or less using partition tool, after done that,
Step 2
---------
Open Terminal Emulator apk in your current Rom,
then type this command
su(enter) allowed SuperUser
a2sd xdata(enter)
y(enter)
y(enter)
Reboot!
And this is a result..
SCREENSHOTS
If still not working..just create a new folder in your SD card and rename the folder to
xdata, repeat Step 2 again and make sure that your current ROM support a2sd
How to UNDO this?
Before you UNDO this,,make sure you do Titanium Backup on all your apk, contacts, sms, whatever you want to BACKUP,,
then, open TERMINAL EMULATOR and type:
a2sd noxdata(enter)
y(enter)
REBOOT
Done.
GOOD LUCK!!
Click to expand...
Click to collapse
geting a2sd not found error..
Sent from my GT-I5510 using xda app-developers app
jbanti said:
bro plz try to partition It again from ur CWM....it will fix it..
Sent from my GT-I5510 using xda app-developers app
---------- Post added at 12:37 AM ---------- Previous post was at 12:19 AM ----------
geting a2sd not found error..
Sent from my GT-I5510 using xda app-developers app
Click to expand...
Click to collapse
Download attachment 10a2sd file at first post, and move it to your system/etc/init.d/here and set the permission, REBOOT.
then you can continue the step 2 at Terminal Emulator
it's way to increase my memory RAM?
2697 ileroad
dzolcp said:
if you dont have just grab from the post #2 of this thread and using root explorer/root file manager copy the
10apps2sd to your system/etc/init.d folder and set a permission.
Click to expand...
Click to collapse
How to set the permission?
Can I get a bigger partition?
Any requirment for it im using joy os (gb) .
Sent from my GT-I5510 using xda app-developers app
thanks alot! WIl give it a try and see what happens
My phone will be faster with this procedure?
Don´t have that folder!
dzolcp said:
Download attachment 10a2sd file at first post, and move it to your system/etc/init.d/here and set the permission, REBOOT.
then you can continue the step 2 at Terminal Emulator
Click to expand...
Click to collapse
How do you tell what class it is? Thanks
i can use in any version android?
"here" is not a folder, but the location is already set, he missed ..
polac said:
Don´t have that folder!
Click to expand...
Click to collapse
I don't have init.d
Sent from my U8160 using xda premium

[ROM-AOSP] Official SlimLP Alpha trltetmo/trltecan

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SlimRoms is a custom android operating system. The main goal is to offer users a slimmed down but still feature rich alternative to other android operating systems. The entire SlimTeam work together to bring you this tailor-made beauty straight from Android Open Source Project (AOSP) source code. All of the sources can be publicly viewed through GitHub and you can stop by the public Gerrit to submit patches of any type.
SlimLP is the project name for SlimRoms based on Android 5.1 lollipop and offers the following original features:
Slim Dialer
o A full replacement of the official Google closed source dialer with added features. - We've got you covered.
Privacy guard
o Disable unnecessary permissions set by app developers. - Privacy is part of the experience.
Slim Center
o Downloads, contact information, system app removal. - More fun than you can shake a stick at.
System-Wide Keyboard Controls
Rotation, cursor control, optional emoticons..etc. - You'll be tapping away to your heart's content.
Custom Shortcuts [WIP]
Hardware keys, Navigation Ring, Navigation Bar, Lockscreen, Tiles, Notifications etc. – Customize it the way you like it.
Important links:
slimroms.net - The official webpage where you find everything you need to know about SlimRoms.
[Gapps and other Addons head over to [GAPPS][5.1/5.0] Official Slim GApps & Custom GApps
ROM downloads
trltecan - This is where you'd get most recent features, test builds and so on!
trltetmo - This is where you'd get most recent features, test builds and so on!
Installation instructions - Follow these steps to the letter if you're about to install SlimRoms on your device.
Latest Changelog - Read here if you want information on changes in latest build.
FAQ - The most frequent asked questions with answers.
Kernel Source - The source of your device's kernel.
Get in touch! - Contact SlimRoms at these places if you have questions, requests or feedback.
Google+
Twitter
Facebook
Forum
Disclaimer: SlimRoms are not responsible for any damages to your device.
XDA:DevDB Information
SlimLP, ROM for the T-Mobile Samsung Galaxy Note 4
Contributors
nicklovell23, shaggyskunk, slimroms, slayher
ROM OS Version: 5.1.x Lollipop
Based On: AOSP
Version Information
Status: Alpha
Created 2014-12-27
Last Updated 2015-06-27
Sweet Nick!
Running like a BOSS - Thank You for Bringing SlimLP to the Note 4! ????
Wow slim on the N4 already..
So glad i picked up this device..and a big thanks to Nick for getting this up and running on it and to shaggy for the link.
sent from Canada via my Note 4, 3 or 2.
Very nice! Going to give this a flash now! Thanks dev and Shaggy for the heads up
wow!
quick question; how do I get it to see my external sd card?
I dont see it under storage, and it doesnt show when I plug it in via usb
thanks
Very nice. Running great so far.
wase4711 said:
wow!
quick question; how do I get it to see my external sd card?
I dont see it under storage, and it doesnt show when I plug it in via usb
thanks
Click to expand...
Click to collapse
Exfat or fat32 formatted wase?
Not sure if this does exfat yet, could be wrong there though
sent from Canada via my Note 4, 3 or 2.
exfat, unfortunately...any way to make it work, or do I have to format the card to fat 32..PITA, since I have to get all my files off the card, and my windows pc wont see exfat, unless I format it first..
wase4711 said:
exfat, unfortunately...any way to make it work, or do I have to format the card to fat 32..PITA, since I have to get all my files off the card, and my windows pc wont see exfat, unless I format it first..
Click to expand...
Click to collapse
Sorry bro probably..i havent flashed this yet waiting for a long ass upload to finish. grab a spare sd and do a quick format to fat and check in case im wrong though..no sense transferring everything otherwise
Once i get this flashed ill post..all my cards are fat 32
I use a program called EaseUs partition master on my pc...it will see anything and formats better than the stock stuff.its great
sent from Canada via my Note 4, 3 or 2
I'm just gonna move all my stuff off the card, format it in my pc to fat 32, and then load it back up and flash this; might as well, since EVERY rom works when you have a card with fat 32, correct?
wase4711 said:
I'm just gonna move all my stuff off the card, format it in my pc to fat 32, and then load it back up and flash this; might as well, since EVERY rom works when you have a card with fat 32, correct?
Click to expand...
Click to collapse
Yes sir...thats how all mine ended up fat32 lol
sent from Canada via my Note 4, 3 or 2
---------- Post added at 01:03 AM ---------- Previous post was at 12:19 AM ----------
wase4711 said:
I'm just gonna move all my stuff off the card, format it in my pc to fat 32, and then load it back up and flash this; might as well, since EVERY rom works when you have a card with fat 32, correct?
Click to expand...
Click to collapse
Yep fat32 is gtg..just got this flashed now finally.
Piece of cake to set up..LTE right out of the box.
sent from Canada via my Note 4, 3 or 2
awesome to have SLIM on the N4, just wondering if NFC is working
I enabled root in developer settings but for some reason cannot get root to recognize...trying to use TIBU
humzat said:
I enabled root in developer settings but for some reason cannot get root to recognize...trying to use TIBU
Click to expand...
Click to collapse
If you tried to use TB - before you enabled Root Access - Apps and ADB - you have to reboot - I have flashed SuperSU as Superuser is a WIP - I was able to grant Superuser access for a few apps - Then it stopped working for me - So for the time being - Flash SuperSU
---------- Post added at 05:20 AM ---------- Previous post was at 05:19 AM ----------
wase4711 said:
wow!
quick question; how do I get it to see my external sd card?
I dont see it under storage, and it doesnt show when I plug it in via usb
thanks
Click to expand...
Click to collapse
Fat32 [emoji6]
can you post the link for the supersu zip that i need to flash?
shaggyskunk said:
If you tried to use TB - before you enabled Root Access - Apps and ADB - you have to reboot - I have flashed SuperSU as Superuser is a WIP - I was able to grant Superuser access for a few apps - Then it stopped working for me - So for the time being - Flash SuperSU
---------- Post added at 05:20 AM ---------- Previous post was at 05:19 AM ----------
Fat32 [emoji6]
Click to expand...
Click to collapse
humzat said:
can you post the link for the supersu zip that i need to flash?
Click to expand...
Click to collapse
https://www.dropbox.com/s/npeh8qelstetiip/BETA-SuperSU-v2.42.zip?dl=0
thanks
file comes up as virus detected..going to load anyway...is there something else that triggers that in the beta file
[fQUOTE=shaggyskunk;57792830]https://www.dropbox.com/s/npeh8qelstetiip/BETA-SuperSU-v2.42.zip?dl=0[/QUOTE]
humzat said:
thanks
file comes up as virus detected..going to load anyway...is there something else that triggers that in the beta file
[fQUOTE=shaggyskunk;57792830]https://www.dropbox.com/s/npeh8qelstetiip/BETA-SuperSU-v2.42.zip?dl=0
Click to expand...
Click to collapse
[/QUOTE]
It's the same SuperSU zip file that I flashed on my phone - I uploaded to my Dropbox directly from my SD card - Don't know why something would say anything about a virus???
maybe its a gmail thing, i was emailing the file to myself.
It's the same SuperSU zip file that I flashed on my phone - I uploaded to my Dropbox directly from my SD card - Don't know why something would say anything about a virus???
[/QUOTE]
---------- Post added at 11:37 AM ---------- Previous post was at 11:35 AM ----------
the file worked for me thank you...amazing to be on SLIM on n4. now will wait for NFC to be added and it'll be exactly what is best for this phone!

Help! Internal Storage is corrupted!

Can someone please help me I think my phone is definetly broken now As seen in the screenshots it show the sdcard and storage folders. When I select the sdcard folder or the emulated folder neither of them show any files and my internal storage is corrupted and wiping internal storage won't help and none of the files I download from any browser show up in any file manager of mine and they sometimes appear rarely and then I try to move them and it says move or copy failed I am no noob at android I am a smart xda dev and I make my own ROMs for two other samsung devices. Never have I ever heard of an issue like this and doing a fastboot restore won't help either! If there is no fix for this then I might as well have to contact swappa as I have no idea what could of caused this as I am on stock latest ROM and only have root access. Oh and I have like only 2 apps installed right now BTW
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
JT1510365 said:
Can someone please help me I think my phone is definetly broken now As seen in the screenshots it show the sdcard and storage folders. When I select the sdcard folder or the emulated folder neither of them show any files and my internal storage is corrupted and wiping internal storage won't help and none of the files I download from any browser show up in any file manager of mine and they sometimes appear rarely and then I try to move them and it says move or copy failed I am no noob at android I am a smart xda dev and I make my own ROMs for two other samsung devices. Never have I ever heard of an issue like this and doing a fastboot restore won't help either! If there is no fix for this then I might as well have to contact swappa as I have no idea what could of caused this as I am on stock latest ROM and only have root access. Oh and I have like only 2 apps installed right now BTW
Click to expand...
Click to collapse
So fastboot flashing userdata didn't work?
Sent from my A0001 using Tapatalk
Renosh said:
So fastboot flashing userdata didn't work?
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
what is the userdata thing used for? Okay i just fastboot flashed it with wugs toolkit
Edit: No go its still corrupted
Mount storage as r/o
As i see at your screenshot is r/w
For somehow reason maybe from recovery your storage is not mount properly
Try to fix permission from recovery
geowolf1000 said:
Mount storage as r/o
As i see at your screenshot is r/w
For somehow reason maybe from recovery your storage is not mount properly
Try to fix permission from recovery
Click to expand...
Click to collapse
how do you do that?
JT1510365 said:
how do you do that?
Click to expand...
Click to collapse
Which recovery you havr?
geowolf1000 said:
Which recovery you havr?
Click to expand...
Click to collapse
the very great and powerful twrp v2.8.6.0
Sent from my SM-T210R using Tapatalk
JT1510365 said:
the very great and powerful twrp v2.8.6.0
Sent from my SM-T210R using Tapatalk
Click to expand...
Click to collapse
Go to mount and check.
Only data and cache should be tic
geowolf1000 said:
Go to mount and check.
Only data and cache should be tic
Click to expand...
Click to collapse
Wow i a made a total noob mistake i flashed supersu v2.65 after i flashed the rom which is for marshmellow roms only and if you flash it on lp or kk you get your internal storage corrupted! Wow now i feel like a loser who can't read and is a piece of trash
Renosh said:
So fastboot flashing userdata didn't work?
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
I solved this problem, Case closed
JT1510365 said:
I solved this problem, Case closed
Click to expand...
Click to collapse
How u solved it ? Can you please help me with that.
---------- Post added at 07:37 PM ---------- Previous post was at 07:32 PM ----------
Hi, Can you please help me with the solution. My OPO also not detecting internal storage.

[DEV] LineageOS bring-up thread for Lenovo P2 [P2a42]

[13.01.207]I created device/kernel/vendor trees for Lenovo P2 (P2a42[kuntao_row] only).
Update[20.02.2017]:Work In Progress, just wait until it becomes bugless
How to install:
- Always make a nandroid backup before trying it.
- After making it make your wipes and install this zip.
Device Tree: https://github.com/Wzedlare/android_device_lenovo_p2a42
Kernel Source: https://github.com/Wzedlare/android_kernel_lenovo_msm8953
Vendor Blobs: https://github.com/Wzedlare/android_vendor_lenovo_p2a42
Credits and thanks goes to: @wzedlare @kaankulahli @celoxocis @DeftonesOT
Rezerved.
You can pull the missing blobs/files from the stock ROM. Just use Superr's Kitchen to extract them. I contacted him and he has already added support for the chunk file extract for Lenovo.
Look at my github repo for the partition sizes or lookup the "Lenovo P2 is coming soon" thread for all partition information.
You actually don't need root to figure out the partition size.
celoxocis said:
You can pull the missing blobs/files from the stock ROM. Just use Superr's Kitchen to extract them. I contacted him and he has already added support for the chunk file extract for Lenovo.
Look at my github repo for the partition sizes or lookup the "Lenovo P2 is coming soon" thread for all partition information.
You actually don't need root to figure out the partition size.
Click to expand...
Click to collapse
I will fix the partition sizes but I'm not sure about blobs because they seem to be symlinked to firmware and persist partitions
If you want a mirror for the files, let me know.
ilmervanhattem said:
If you want a mirror for the files, let me know.
Click to expand...
Click to collapse
Thanks, I think mega is good enough for now.
wzedlare said:
I will fix the partition sizes but I'm not sure about blobs because they seem to be symlinked to firmware and persist partitions
Click to expand...
Click to collapse
by Stock Rom i meant the "russian leak". Which i linked in post #3 in the TWRP thread.
celoxocis said:
by Stock Rom i meant the "russian leak". Which i linked in post #3 in the TWRP thread.
Click to expand...
Click to collapse
As I said before, there are some files symlinked to other parts like firmware and persist.I can't pull them because I am not root.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I'm trying to install the zip but it gave a an error 7. Can I edit the updater-script and remove the first 2 rows or this can be a problem? I can also upload the files you are missing just tell me where can i find the msadp cause I can't find it..
I (also) need to wait for 10 days to get the OEM bootloader unlocked, after that i am glad to volunteer.
The rom doesn't boot. After the reboot from the recovery it goes into bootloader and if I force it to start after the lenovo logo the screen became black with a blue led and the phone vibrates for 3 sec.
maxysoft said:
I'm trying to install the zip but it gave a an error 7. Can I edit the updater-script and remove the first 2 rows or this can be a problem? I can also upload the files you are missing just tell me where can i find the msadp cause I can't find it..
Click to expand...
Click to collapse
That''s because the TWRP i build was made specifically for zip files containing the proper "ro.build.product=" like stock zip files and stock OTA files do. Allowing TWRP to be compatible with those files and prefenting "not so advanced" users from installing the wrong ROM.
https://github.com/Celoxocis/android_device_lenovo_P2a42/blob/cm-13.0/system.prop#L4
You need to open up the zip file and change that information accordingly.
---------- Post added at 16:56 ---------- Previous post was at 16:54 ----------
maxysoft said:
The rom doesn't boot. After the reboot from the recovery it goes into bootloader and if I force it to start after the lenovo logo the screen became black with a blue led and the phone vibrates for 3 sec.
Click to expand...
Click to collapse
Meaning stock graphic blobs are not working with AOSP base.
celoxocis said:
That''s because the TWRP i build was made specifically for zip files containing the proper "ro.build.product=" like stock zip files and stock OTA files do. Allowing TWRP to be compatible with those files and prefenting "not so advanced" users from installing the wrong ROM.
https://github.com/Celoxocis/android_device_lenovo_P2a42/blob/cm-13.0/system.prop#L4
You need to open up the zip file and change that information accordingly.
---------- Post added at 16:56 ---------- Previous post was at 16:54 ----------
Meaning stock graphic blobs are not working with AOSP base.
Click to expand...
Click to collapse
Do you know how to fix that? I have everything of my computer and if you can tell me what files need to be changed I can try to fix it. Thanks
wzedlare said:
As I said before, there are some files symlinked to other parts like firmware and persist.I can't pull them because I am not root.
Click to expand...
Click to collapse
No! Everything that is in persist is actually just calibration data. Its called persist to "persist" between reboots.
Everything placed there comes from system.
For those files look in:
/system/etc/wifi/WCNSS_qcom_cfg.ini
/system/etc/firmware/wlan/prima/WCNSS_qcom_wlan_nv_lenovo.bin
./system/etc/firmware/wlan/prima/WCNSS_wlan_dictionary_lenovo.dat
just rename them properly for a bring-up.
Then I should change device name to p2a42 what about using msm8916 graphics blobs?
wzedlare said:
Then I should change device name to p2a42 what about using msm8916 graphics blobs?
Click to expand...
Click to collapse
Just change/add the assert information properly. Like this:
https://github.com/Alberto97/android_device_motorola_addison/blob/cm-14.1/BoardConfig.mk#L40
if you like to add more simply seperate them by a ","
msm8916 works for up to the same generation like (msm8939)
but i don't know about generation change like msm8953 is.
celoxocis said:
Just change/add the assert information properly. Like this:
https://github.com/Alberto97/android_device_motorola_addison/blob/cm-14.1/BoardConfig.mk#L40
if you like to add more simply seperate them by a ","
msm8916 works for up to the same generation like (msm8939)
but i don't know about generation change like msm8953 is.
Click to expand...
Click to collapse
Trying wont hurt, I will prepare a flashable fix for tester to try it.
wzedlare said:
Trying wont hurt, I will prepare a flashable fix for tester to try it.
Click to expand...
Click to collapse
I'll wait for it :good:
maxysoft said:
I'm trying to install the zip but it gave a an error 7. Can I edit the updater-script and remove the first 2 rows or this can be a problem? I can also upload the files you are missing just tell me where can i find the msadp cause I can't find it..
Click to expand...
Click to collapse
please try again graphics_fix.zip. Flash this over on installed the Rom.
Link=====> https://mega.nz/#!f5VywSRb!p-N_vYRiI3Z9nUX81iaKmp_DPS0z9B0TiVICJqR5HGc
kaankulahli said:
please try again graphics_fix.zip. Flash this over on installed the Rom.
Link=====> https://mega.nz/#!f5VywSRb!p-N_vYRiI3Z9nUX81iaKmp_DPS0z9B0TiVICJqR5HGc
Click to expand...
Click to collapse
Isn't working. Same as before

Categories

Resources