[ATTENTION] Save your EFS folder !! - Galaxy Note GT-N7000 Android Development

[/IMG]
{
"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"
}
[ATTENTION] Before every Modding operation save your EFS folder
Before every Modding operation with Odin or with Kies (update firmware) or debrand your Galaxy Note ecc. is better save your EFS folder
When your device is rooted can you save your EFS folder with Root explorer
or with this app:
http://forum.xda-developers.com/showthread.php?t=1308546
remember is important

andromeda1968 said:
[ATTENTION] Before every Modding operation save your EFS folder
Before every Modding operation with Odin or with Kies (update firmware) or debrand your Galaxy Note ecc. is better:
Root your phone and solve the EFS problem. The EFS folder is very important for the legality of your Galaxy and for your IMEI code.....copy your folder on desktop PC and in the external SD.
Root explorer is the application that help you in this operation.
The EFS folder is in the root of the galaxy system inside the SDcard...copy and paste the folder with MOUNT/RW MOUNT/MO
Click to expand...
Click to collapse
Please edit the guide, it isnt correct.
Backupping with rootexplorer does not copy the permissions, if I get time I will write a nice guide and MAYBE an app for it
Sent from my GT-I9100

netchip said:
Please edit the guide, it isnt correct.
Backupping with rootexplorer does not copy the permissions, if I get time I will write a nice guide and MAYBE an app for it
Sent from my GT-I9100
Click to expand...
Click to collapse
with root explorer is OK

You can use this app to do it
http://forum.xda-developers.com/showthread.php?t=1308546

I did it this way Clean and Raw!
http://forum.xda-developers.com/showthread.php?t=1313327&highlight=efs backup

geek78 said:
You can use this app to do it
http://forum.xda-developers.com/showthread.php?t=1308546
Click to expand...
Click to collapse
with Note is OK?

andromeda1968 said:
with Note is OK?
Click to expand...
Click to collapse
yes I dit it

geek78 said:
yes I dit it
Click to expand...
Click to collapse
Yes now I have saved my EFS folder...
...CWM manager too

On the phone..
If you have root, do this from Android Terminal.
su
mkdir /sdcard/efs_backup
tar zcvf /sdcard/efs_backup/efs-backup_SGN.tar.gz /efs
Click to expand...
Click to collapse
I am recommending to copy this file also on external sd card, just to be safe.
This method will also copy the file permissions.

andromeda1968 said:
[ATTENTION] Before every Modding operation save your EFS folder
Before every Modding operation with Odin or with Kies (update firmware) or debrand your Galaxy Note ecc. is better save your EFS folder
When your device is rooted can you save your EFS folder with Root explorer
or with this app:
http://forum.xda-developers.com/showthread.php?t=1308546
remember is important
Click to expand...
Click to collapse
Probably noob question .... What is efs folder ? If I save it how do I put it back later and what does it do ?

budalica said:
Probably noob question .... What is efs folder ? If I save it how do I put it back later and what does it do ?
Click to expand...
Click to collapse
the EFS folder is a system folder where is saved the IMEI number of your Galaxy
is very important
save it with Root Explorer

andromeda1968 said:
the EFS folder is a system folder where is saved the IMEI number of your Galaxy
is very important
save it with Root Explorer
Click to expand...
Click to collapse
Ok . Ammm ..... still confused . to save it , I have to have root , then my root explorer will work . To root it I have to mod it ... The warning said BEFORE MODING ..... What am I worried about the damn thing ( the note ) is still in the mail . I'll figure it out later .

mdalacu said:
If you have root, do this from Android Terminal.
I am recommending to copy this file also on external sd card, just to be safe.
This method will also copy the file permissions.
Click to expand...
Click to collapse
The command line doesn't work, it just says file not found for me.

There are quite a few apps out there that have a provision for saving your EFS folder.
I use Nitrality https://market.android.com/details?id=com.nfye.insanity.toolbox&feature

But the important question is why it is important ???? what could happen? i count my self as noob on android. i have an galaxy tab 7" and moded it with odin lots of times but never backed up my efs folder. also if i backup my efs folder how can i realize that i need to restore that ?

i wanted to save but it's required to install busybox and i don't know how to do...
sorry but i come from IOS, i'm new on android...
i have root explorer installed, can i do just a copy of the EFS folder then save it ?

EFS folder include IMEI codec number for your phone.
without IMEI or with corrupt IMEI is not legal....and you cannot sell in this way your Galaxy

Then I guess I just have to save this EFS folder with root explorer ? no need special software to do it ?

so do I just literally copy the whole efs folder with root explorer and save it on my sd card, no more then that?

PolishDude said:
so do I just literally copy the whole efs folder with root explorer and save it on my sd card, no more then that?
Click to expand...
Click to collapse
Or you could use this tool from Hellcat, ktool:
http://forum.xda-developers.com/showthread.php?t=1314719&highlight=ktool
its pretty easy to use, you can install it from GooglePlay.
There's a small guide here on more ways to backup your efs folder, including ktool in the link bellow:
http://androidflip.com/backuprestore-efs-data-of-samsung-android-device-to-fix-imei-and-sim-not-detecting-issues/

Related

Bulk Install

I did some searching but didn't find anything.
Is there a way to bulk install applications if you have all the apks for those applications?
Mr17 said:
I did some searching but didn't find anything.
Is there a way to bulk install applications if you have all the apks for those applications?
Click to expand...
Click to collapse
Emm haven't tried it but it should work.
You could use wildcards.
So let's say you have a bunch of .apk's all in one folder, you could use adb to install them on your phone using this syntax:
Code:
adb install folder/*.apk
This should install all files ending with .apk in the folder
sweet, I'll give that a try and let you know how it works. Would make testing different roms alot easier.
Do you think this would bypass the market? If it did notification of updates would not work. hmm, ill have to test.
Mr17 said:
Do you think this would bypass the market? If it did notification of updates would not work. hmm, ill have to test.
Click to expand...
Click to collapse
use atrackdog
Create a batch script with:
Code:
for %%f in ("C:\path\to\apks\*.apk") do adb install "%%f"
The easiest way (imo) if you are rooted:
1. Put all the apks into a folder structure \data\app
2. Create a text file with the following and rename it update-script (with no extension) then put it into a folder structure \META-INF\com\google\android
Code:
show_progress 0.5 0
copy_dir PACKAGE:data DATA:
show_progress 0.5 10
3. Zip both folder structures into a zip file (you should have folders data and META-INF at the root of the zip).
4. Sign it with signapk and you're done
Whenever you want to bulk reinstall, just put the signed zip file into your sdcard and reboot into recovery. When you want to add or remove apks from the bulk installer, just drag it into your zip file and resign.
Or you can backup all your apps into one folder on your sdcard and run this in terminal:
Code:
su
cd sdcard/apps
busybox install *.apk /data/app
I might add this feature into my ADB File Explorer app
I've added a basic feature to install apps into my ADB file explorer, it can do one off apk's or bulk install from a directory. See my sig for more details.
wow, that was fast! thanks!
jashsu said:
The easiest way (imo) if you are rooted:
1. Put all the apks into a folder structure \data\app
2. Create a text file with the following and rename it update-script (with no extension) then put it into a folder structure \META-INF\com\google\android
Code:
show_progress 0.5 0
copy_dir PACKAGE:data DATA:
show_progress 0.5 10
3. Zip both folder structures into a zip file (you should have folders data and META-INF at the root of the zip).
4. Sign it with signapk and you're done
Whenever you want to bulk reinstall, just put the signed zip file into your sdcard and reboot into recovery. When you want to add or remove apks from the bulk installer, just drag it into your zip file and resign.
Click to expand...
Click to collapse
Thank you for this. This will come in handy a LOT next ROM flashes :]
Seems so easy looking back on it, not sure why I didn't think of it earlier. I may even just edit the rom files to include my installed apps if I need to wipe.
someone made an app for the computer if you have the .apks you just plug in your phone double click the apk and run it and itll install on to your phone, try looking for that.
Bavilo said:
Emm haven't tried it but it should work.
You could use wildcards.
So let's say you have a bunch of .apk's all in one folder, you could use adb to install them on your phone using this syntax:
Code:
adb install folder/*.apk
This should install all files ending with .apk in the folder
Click to expand...
Click to collapse
I just wiped my phone completely clean and reflashed to Cyanogen 3.6.1.
When I try this method, it gives me an error that I don't have enough space. Again, this is after a *complete* wipe.
Screenshots:
{
"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 not sure whether it's using the 5 MB free or the 42 MB space, but Any Cut is 32 kb, so that's a non-issue.
Any ideas on why it's not working?
Paul22000 said:
I just wiped my phone completely clean and reflashed to Cyanogen 3.6.1.
When I try this method, it gives me an error that I don't have enough space. Again, this is after a *complete* wipe.
Screenshots:
-----
I'm not sure whether it's using the 5 MB free or the 42 MB space, but Any Cut is 32 kb, so that's a non-issue.
Any ideas on why it's not working?
Click to expand...
Click to collapse
Do you have your sdcard partitoned to fat32 as the first one and then ext2(3) as your next partition?
PlatinumMOTO said:
Do you have your sdcard partitoned to fat32 as the first one and then ext2(3) as your next partition?
Click to expand...
Click to collapse
I don't think so. If there is an ext2 or ext3 partition, I didn't set it up.
By the way, I got InstallAPK, which lets you double click on APKs on your PC and install them to phone immediately.
http://forum.xda-developers.com/showthread.php?t=521295
It worked just fine at installing all my apps after the wipe.
Minus the fact that I had to double click on an app, wait for it to install, double click the next, wait for it to install, double click.... ad nauseum.........
I'm still interested in finding out why the method I posted in the screenshots isn't working.
Has anyone actually gotten it to work?
We're getting off topic but this is what you need to do in all likelihood you're gonna have to reflash Cy 3.6.1 again but before you do you're gonna need to setup your sdcard like this:
you can use either Paragon Partition Manager (above) Gparted, or SDSplit but you should set it up like the picture to run apps to sd and to fully get the Cy experience
PlatinumMOTO said:
We're getting off topic but this is what you need to do in all likelihood you're gonna have to reflash Cy 3.6.1 again but before you do you're gonna need to setup your sdcard like this:
you can use either Paragon Partition Manager (above) Gparted, or SDSplit but you should set it up like the picture to run apps to sd and to fully get the Cy experience
Click to expand...
Click to collapse
I'm not trying to do apps to sd though.
All I want to do is run "adb install apk".
well how many apps are you trying to install?
PlatinumMOTO said:
well how many apps are you trying to install?
Click to expand...
Click to collapse
29 apps
Which is why I'd like to get a quick adb install *.apk, 1 command and done.

[Ported] MIUI Music App

Here is the ported music app from the MIUI Rom. The installation is very simple.
1. Download the zip file and extract the apk file from it.
2. Copy the apk file to /system/app folder and you are done.
Download here
Flashable zip Here Thanks to schizopunk
{
"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"
}
Installing now, will report back. Thanks for this!
LoL @ justin beiber in the screenshots
looks pretty sweet ill check it out...plus i hate you, Mr. 4g haha just joking :]
Does anyone know if you get the controls in the notification menu like the current one in Froyo?
no controls in the notification menu...
Since this doesn't have any controls in the notification bar, does it have a widget or are there any controls for the lock screen?
youngnick09 said:
Since this doesn't have any controls in the notification bar, does it have a widget or are there any controls for the lock screen?
Click to expand...
Click to collapse
There is a widget, (Back, Play, Next buttons)
ok, thanks
Can anyone help me out with Step 2:
2. Copy the apk file to /system/app folder and you are done.
Do I need a certain program or app to do this?
youngnick09 said:
Can anyone help me out with Step 2:
2. Copy the apk file to /system/app folder and you are done.
Do I need a certain program or app to do this?
Click to expand...
Click to collapse
Use any file manager like astro or root explorer. You can also use adb to push it to /system/app folder.
Goto market and download a file manager.
Sent from my SPH-D700 using Tapatalk
I installed multiple file explorers and everytime I try to move the file into the the system/app folder, I keep getting an error saying I do not have enough permission. Any help?
Works really good. Thanks for posting.
youngnick09 said:
I installed multiple file explorers and everytime I try to move the file into the the system/app folder, I keep getting an error saying I do not have enough permission. Any help?
Click to expand...
Click to collapse
Use adb to do the job.
Code:
adb push /path/to/downloaded/apk/MiuiMusic.apk /system/app
Or buy "Root Explorer" from the market
JGeZau said:
Works really good. Thanks for posting.
Use adb to do the job.
Code:
adb push /path/to/downloaded/apk/MiuiMusic.apk /system/app
Or buy "Root Explorer" from the market
Click to expand...
Click to collapse
Sorry, but I'm a nub, so you gotta explain to me how I use adb ha. Is it an app or is it a command?
youngnick09 said:
Sorry, but I'm a nub, so you gotta explain to me how I use adb ha. Is it an app or is it a command?
Click to expand...
Click to collapse
Lets start with the basics to see where you stand...
1. Are you rooted?
2. Goto market and download "Astro File Manager".
answer the first question if its yes then goto step 2. Let me know when done with step 2.
Sent from my SPH-D700 using Tapatalk
does is only come in purple, havet installed yet, and wont until tonite. Just wanna kno
Nice app kinda like DoubleTwist player,doubletwist have few more options though.
Yes, i am both rooted and have astro
youngnick09 said:
Yes, i am both rooted and have astro
Click to expand...
Click to collapse
Ok connect your phone with usb to your computer turn on mass storage copy the apk file not the zip file to the root of your sd card.
Disconnect the phone from the computer open astro copy or move the apk file from the root of your sd card to /system/app folder and you are done.
Sent from my SPH-D700 using Tapatalk
SideKick2 said:
Ok connect your phone with usb to your computer turn on mass storage copy the apk file not the zip file to the root of your sd card.
Disconnect the phone from the computer open astro copy or move the apk file from the root of your sd card to /system/app folder and you are done.
Sent from my SPH-D700 using Tapatalk
Click to expand...
Click to collapse
Right, I've already tried this from the beginning and each file manager I use, including astro does not allow me to move the music player file into the system/app folder.
youngnick09 said:
Right, I've already tried this from the beginning and each file manager I use, including astro does not allow me to move the music player file into the system/app folder.
Click to expand...
Click to collapse
Follow this guide up to Step 3.
After you have ADB working, then type the following
Code:
adb push /path/to/downloaded/apk/MiuiMusic.apk /system/app
Remember to use the correct path to the apk

[TOOL] Onandroid - Nandroid Backup Without Rebooting [Update!][v5.9]

UPDATE: No bug exists after all.
NOTE: Still can't be used by people using amarullz's ad2sd, finding fix.
First of all this is not my work, I just tweaked the script removing all unnecessary lines for our device and recompiled the script together with the fix.
Original Thread: http://forum.xda-developers.com/showthread.php?t=1620255
Thank you ameer1234567890 !
Nandroid backups are usually performed in recovery mode. This means you would have to turn off your phone and reboot in recovery mode, which wastes a whole lot of time rebooting and a lot more time offline. This tool will allow us to make a nandroid backup without switching off the phone.
{
"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"
}
This tool backups /boot , /recovery , /system , /data , /cache , .android_secure & sd-ext partitions to /sdcard/clockworkmod/backup directory. The date format used for folder name is the same used by CWM itself and nandroid backups created with this tool can safely be restored using CWM. If you would want to have a custom name for backup folder, pass an argument with the name to the script and it will use the name.
Requirements
1. Rooted android phone
2. A terminal emulator installed on phone
3. Busybox
4. A working CWM based recovery installed
5. Some patience
Installation
1. Download and copy zip file to SD card
2. Reboot into recovery
3. Choose install zip from SD card, select zip and flash .
4. Reboot!
Usage
1. Open terminal emulator
2. Type su to obtain root
3. Type onandroid
4. Wait and watch
Custom Backup Name
* Example:
Code:
onandroid custom_name
* Please be careful not to include characters not allowed in filenames.
Timezone modifier
* Example: Use home/phone timezone for backup file name
Code:
onandroid -h
* Example: Use UTC (default) for backup file name
Code:
onandroid -u
Changelog:
Code:
v5.8 - Initial Port.
v5.9 - Removed: More unnecessary lines.
Bug Fix: Partition detection.
Bug Fix: Include sd-ext folder in data partition whil skipping it's contents.
Download: http://www.mediafire.com/?pq6d3lxwhzf3crf
Click to expand...
Click to collapse
i've got installation aborted
i just get 62.32 kb file but mediafire said 131.58 kb..
madsa said:
i've got installation aborted
i just get 62.32 kb file but mediafire said 131.58 kb..
Click to expand...
Click to collapse
Still not getting the correct file size? I'll send you the file if you're the only one having this problem, right after I take my breakfast.
Sent from my GT-S5570 using Tapatalk 2
annson08 said:
Still not getting the correct file size? I'll send you the file if you're the only one having this problem, right after I take my breakfast.
Sent from my GT-S5570 using Tapatalk 2
Click to expand...
Click to collapse
thanks..
try it right now..
i'll report later..
EDIT : works good
Works perfectly ...
Sent from my GT-S5570
Working. Thx)
tryed on JB
I have a problem....
Joselinho45 said:
I have a problem....
Click to expand...
Click to collapse
Just reflash the zip, if problem still occur you can manually paste onandroid to system/bin folder and change permission to rwxr-xr-x
Please update me on your problem, just woke up at this moment, gonna help out more later after breakfast.
Sent from my GT-S5570 using Tapatalk 2
annson08 said:
Just reflash the zip, if problem still occur you can manually paste onandroid to system/bin folder and change permission to rwxr-xr-x
Please update me on your problem, just woke up at this moment, gonna help out more later after breakfast.
Sent from my GT-S5570 using Tapatalk 2
Click to expand...
Click to collapse
Thanks!!, I paste onandroid to system/bin folder and change permission to rwxr-xr-x, and everything is ok! but... the other files onadroid's zip don't use? (meta-inf)
Joselinho45 said:
Thanks!!, I paste onandroid to system/bin folder and change permission to rwxr-xr-x, and everything is ok! but... the other files onadroid's zip don't use? (meta-inf)
Click to expand...
Click to collapse
oh yeah i forgot to mention partlayout4nandroid to be pasted to your /system and change permission to rw-r--r-- that's all
don't touch meta-inf
annson08 said:
oh yeah i forgot to mention partlayout4nandroid to be pasted to your /system and change permission to rw-r--r-- that's all
don't touch meta-inf
Click to expand...
Click to collapse
Thanks! I make a nandroid yesterdar without partlayout4nandroid.... hahaha, i am go to make other nadroid
andreasf93 said:
It works great, but I have a small problem. I use an INT2EXT script. When I do a backup from recovery it find sd-ext normally and backs it up. But now, when I do it online, it doesn't recognize sd-ext partition and therefore it thinks (and backs up) the apps I have from data folder. That will mess up the ROM when I restore the backup right?
Click to expand...
Click to collapse
Onandroid is still not compatible with those kinds of flavors of data2SD where the phone's /data is mounted to /sd-ext and /sd-ext is mounted to /data. Amarullz, int2ext, mount2sd(using r-mount) are some examples, I would make a fix if i have more experience on script making/editing but I only have little knowledge at the moment, I'm still trying though only until ameer1234567890 fixed it himself. I'm still studying it xD
I myself was on amarullz's ad2sdx but since onandroid isn't compatible, I went back to s2e haha.
andreasf93 said:
So I can't use this tool :<
Click to expand...
Click to collapse
I'm afraid so, I tried using onandroid on both amarullz and cronmod's int2ext+ and either bootloops occurs when restoring or automatic wipe of data/cache. Don't worry, we'll fix it but no ETA.
v9.1
version 9.1 is out
see tags for newer thread
Very nice indeed...work on stock rom...but when verifying md5sum, takes about 10 mnt, is that normal? It's my first use... but big thanks for this tool
Edit ---> works perfect, nandroid and restore was okay now...thakn again
it works with CM7.2 based ROM but now I'm on CM9.2 based ROM and it hangs on sd-ext partition (using Link2SD).
How would I change the path of the saved backup? Thanks, works great.
Hey. Just installed this and it returns an error "Sd Card not found". On a OnePlus One and it doesn't have an SD card. Is there a solution to this?
---------- Post added at 02:27 AM ---------- Previous post was at 02:23 AM ----------
Oops.. Very old thread. Didn't notice

Can't Find Back ups Created By CWM 6.0.3 In The File Structure

Hello Everyone!!!
The problem i am facing is that the backups that I make with CWM they are not accessible to me in the directory structure. In recovery mode when i go to restore then there they are at /sdcard/clockworkmod/backup but when i try to access this back up through ES file explorer then there is no file inside backup folder.
Then i went one step backwards in es file explorer and there is a Storage folder and SD Card folder. As i said before inside sdcard there is nothing in clockworkmod, while when i open Storage folder there are 3 folders emulated, SDCard0 and USB.
But cannot find the backup in them as well... Can any one tell me whats going on over here? Every time i take a back up it eats up to 1.7 gb and i am not able to remove them from the phone storage.
harisjd said:
Hello Everyone!!!
The problem i am facing is that the backups that I make with CWM they are not accessible to me in the directory structure. In recovery mode when i go to restore then there they are at /sdcard/clockworkmod/backup but when i try to access this back up through ES file explorer then there is no file inside backup folder.
Then i went one step backwards in es file explorer and there is a Storage folder and SD Card folder. As i said before inside sdcard there is nothing in clockworkmod, while when i open Storage folder there are 3 folders emulated, SDCard0 and USB.
But cannot find the backup in them as well... Can any one tell me whats going on over here? Every time i take a back up it eats up to 1.7 gb and i am not able to remove them from the phone storage.
Click to expand...
Click to collapse
Look in data/media/clockworkmod/
redbull123 said:
Look in data/media/clockworkmod/
Click to expand...
Click to collapse
I am afraid there is nothing in there as well...
Device/Data = nothing
Device/SDCard/Data = Nothing
Device/Storage/Emulated/0/Data = Nothing
Device/Storage/Emulated/Legacy/Data = Nothing
Device/Storage/SDCard0/Data = Nothing ....
harisjd said:
I am afraid there is nothing in there as well...
Device/Data = nothing
Device/SDCard/Data = Nothing
Device/Storage/Emulated/0/Data = Nothing
Device/Storage/Emulated/Legacy/Data = Nothing
Device/Storage/SDCard0/Data = Nothing ....
Click to expand...
Click to collapse
You do not have nothing in /data/..
{
"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"
}
data -> media -> clockworkmod
redbull123 said:
You do not have nothing in /data/..
data -> media -> clockworkmod
Click to expand...
Click to collapse
Exactly there is nothing at Device/Data = No folder inside it...
harisjd said:
Exactly there is nothing at Device/Data = No folder inside it...
Click to expand...
Click to collapse
What file explorer are you using? I recommend ES File Explorer File Manager and be sure to give it root access.
Press the icon in the top left
Click 'Tools'
Click 'Root Explorer'
give access to root when it pops up.
You should now be able to see inside your /data/ folder
redbull123 said:
What file explorer are you using? I recommend ES File Explorer File Manager and be sure to give it root access.
Press the icon in the top left
Click 'Tools'
Click 'Root Explorer'
give access to root when it pops up.
You should now be able to see inside your /data/ folder
Click to expand...
Click to collapse
Thank you very much for your help... Got to those damn files atlast... But it is strange since other apps that require root access they ask for it at their start ups but not ES File explorer.... Anyways thanks once more for your time and help... cheers....
harisjd said:
Thank you very much for your help... Got to those damn files atlast... But it is strange since other apps that require root access they ask for it at their start ups but not ES File explorer.... Anyways thanks once more for your time and help... cheers....
Click to expand...
Click to collapse
Glad you found them :good: Apps that require root to work *at all* will request access on startup. ES doesn't ask for it because it doesn't need it to run - apps only request root access when they're trying to access root i.e. pressing Root Explorer means ES needs access to root.
redbull123 said:
Glad you found them :good: Apps that require root to work *at all* will request access on startup. ES doesn't ask for it because it doesn't need it to run - apps only request root access when they're trying to access root i.e. pressing Root Explorer means ES needs access to root.
Click to expand...
Click to collapse
Yeah that makes sense now before i was just being mad at the sorcery of android file system....
My backups were actually in MNT/Shell/emulated/clockworkmod/backups I have no idea why they were there, i had a heck of a time finding them

[Q] Double of every file after upgrading to 4.2.2

Unfortunately, after upgrading to 4.2.2 I have "duplicate" double of every single file on my htc I don't know why even I don't have other users
also it doubles the size either and when I start to play music it plays the track twice
so plz guys tell me how to solve this bug
{
"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"
}
Ahmed_Al_Gendy said:
Unfortunately, after upgrading to 4.2.2 I have "duplicate" double of every single file on my htc I don't know why even I don't have other users
also it doubles the size either and when I start to play music it plays the track twice
so plz guys tell me how to solve this bug
View attachment 2263325
View attachment 2263326
Click to expand...
Click to collapse
Those are just symlinks to the the same files. In 4.2.2 the file structure was changed to support multi-user accounts.
In 4.1.x your data files were stored in /data/media
in 4.2.x your data files are now stored in /data/media/0
Below is a screenshot of /data/media for a 4.2 file system, if you have any other folders in /data/media you can delete them, the two important ones you should not delete are 0 and legacy
You will need to use a root-enabled explorer to see the files/folders in /data/media
PS: in my screenshot, the clockworkmod is just a symlink to /data/media/0/clockworkmod as you can see from the little "shortcut" icon
nkk71 said:
Those are just symlinks to the the same files. In 4.2.2 the file structure was changed to support multi-user accounts.
In 4.1.x your data files were stored in /data/media
in 4.2.x your data files are now stored in /data/media/0
Below is a screenshot of /data/media for a 4.2 file system, if you have any other folders in /data/media you can delete them, the two important ones you should not delete are 0 and legacy
You will need to use a root-enabled explorer to see the files/folders in /data/media
PS: in my screenshot, the clockworkmod is just a symlink to /data/media/0/clockworkmod as you can see from the little "shortcut" icon
Click to expand...
Click to collapse
thanks for responding nkk71 but I didn't quiet understand what you said cuz I'm still beginner in android so if you can simplify I would be grateful :good:
Ahmed_Al_Gendy said:
thanks for responding nkk71 but I didn't quiet understand what you said cuz I'm still beginner in android so if you can simplify I would be grateful :good:
Click to expand...
Click to collapse
As of 4.2 the file structure was changed. So before the update all your data was in a folder /data/media and now all the data should be in /data/media/0
The folders you are showing in your picture "0" and "legacy" actually are just links to the same primary folder which is /data/media/0. So even though it seems that there are two separate folders, it's actually the same one with the same contents. no duplicates.
During the update it MAY have happened that the files were copied to the new location (/data/media/0) BUT also remained in the old location (/data/media).
So in order to be able to see if there are any leftovers you would need a file explorer, such as ES File Explorer, and enable ROOT access to see the files in /data/media. If you do not enable ROOT access then the files won't show up in /data/media because they're hidden away from non superuser.
You are rooted right? What ROM are you running?
Oh, just a thought came to mind, what Music app are you using? Can you find out from which folders it's creating the library.
nkk71 said:
As of 4.2 the file structure was changed. So before the update all your data was in a folder /data/media and now all the data should be in /data/media/0
The folders you are showing in your picture "0" and "legacy" actually are just links to the same primary folder which is /data/media/0. So even though it seems that there are two separate folders, it's actually the same one with the same contents. no duplicates.
During the update it MAY have happened that the files were copied to the new location (/data/media/0) BUT also remained in the old location (/data/media).
So in order to be able to see if there are any leftovers you would need a file explorer, such as ES File Explorer, and enable ROOT access to see the files in /data/media. If you do not enable ROOT access then the files won't show up in /data/media because they're hidden away from non superuser.
You are rooted right? What ROM are you running?
Oh, just a thought came to mind, what Music app are you using? Can you find out from which folders it's creating the library.
Click to expand...
Click to collapse
Ahaa now I get it :good: so it's like a packup caused by the update if I'm right
and about the ROM no it's the stock 4.2 just update it week ago a lot of ppl advised me not to ROOT the device or overclock it to keep the warranty or messing up u know this blah blah but I like the sense 5 till now and the music player is power amp I changed the folders finally and everything is good thanks to u and sorry 4 buggin' u by my questions u r the best nkk71:good:
Ahmed_Al_Gendy said:
Ahaa now I get it :good: so it's like a packup caused by the update if I'm right
and about the ROM no it's the stock 4.2 just update it week ago a lot of ppl advised me not to ROOT the device or overclock it to keep the warranty or messing up u know this blah blah but I like the sense 5 till now and the music player is power amp I changed the folders finally and everything is good thanks to u and sorry 4 buggin' u by my questions u r the best nkk71:good:
Click to expand...
Click to collapse
No problem
Sent from my HTC One using xda app-developers app

Categories

Resources