[RECOVERY] LG Optimus Net Clockworkmod 5.0.2.7 - v1 - Miscellaneous Android Development

*** WARNING: This is a risky procedure that could damage your phone - PROCEED AT YOUR OWN RISK ***
ONLY FOR P690 - NOT P698 OR OTHER DIFFERENT MODELS
for p698 look at this thread : http://forum.xda-developers.com/showpost.php?p=25103749&postcount=1
*** ONLY INSTALL THE LATEST VERSION AVAILABLE ***
Hello everyone,
I've succesfully ported the CyanogenMod Clockworkmod recovery for our *beloved* Net Optimus Some details:
-> REQUIREMENTS:
-- ROOT
-- ADB
-- KNOW HOW TO CHECK THE MD5SUM OF A FILE -> HowToMD5SUM - Guide for Windows and Linux
The Recovery can be installed as follow:
Download recovery.img from the link attachment
IMPORTANT: Check MD5SUM - This is to ensure that during the download / copy the file is not corrupted
Copy recovery.img to the SD
download Flash_image, unzip and copy it to SD
Now you must install the recovery through ADB (the commands must be entered one by one in the shell, waiting a couple of seconds between one and another.
Code:
$ adb shell
# su
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
# cat /sdcard/flash_image> /system/bin/flash_image
# chmod 755 /system/bin/flash_image
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
# flash_image recovery /sdcard/recovery.img
# reboot recovery
Note: the command
Code:
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
could give you an error "File not found", ignore it.
If all goes well, the menu with a cheerful hat ClockworkMod background confirms that the boot recovery occurred in CW.
Also ignore the error below: "E: bad boot message" is not a real error.
The recovery functionality is simple:
- The volume keys to scroll
- The back button to go back
- The power button to select a menu item.
If you have problems, you can select Advanced / Error Reporting. This will generate a log into SD (recovery.log). You can use it to understand the problem.
---------------------------------------- Changelog - --------------------------------------------------------
v1 beta.1 (MD5SUM 5707de3d7463072e3bf9d3c1d6108ef1)
updated to 5.0.2.8
Original Thread : [TEST] Custom Recovery per LG Optimus Net - Clockwork 5.0.2.7 - Androidworld.it
Thanks to:
save80
Disclaimer:
Neither I nor XDA consider ourselves responsible for any damage caused to the telephone,
install this recovery at your own risk.

RELEASES :
5.0.2.8 -> https://rapidshare.com/files/2585790621/recovery.img (258e95cd2a697d902c2c139893d83063)
Please give me feedback about recovery functionalities.

Help me
I'm newbie. I'm using LG Optimus Z, everyone show me install clockworkmod for Optimus Z, please....
Thanks very much.....
---------- Post added at 03:57 PM ---------- Previous post was at 03:40 PM ----------
jst_tsj said:
Post Reserved for future updates.
Please give me feedback about recovery functionalities.
Click to expand...
Click to collapse
Please help me install clockworkmod for LG Optimus Z . Thanks very much...

Every body, help me ,please....

Hmm... no feedback... is it good or bad? Does this works for anybody?

Am gonna try it now hope i dont get bricked!
---------- Post added at 05:17 PM ---------- Previous post was at 05:12 PM ----------
What do you mean by :-
you must install the recovery through ADB (the commands must be entered one by one in the shell, waiting a couple of seconds between one and another.
Click to expand...
Click to collapse

IT WORKED!!!
IT Worked man!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
---------- Post added at 07:41 PM ---------- Previous post was at 06:52 PM ----------
{
"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"
}

Really would like some Nice ROM's and OC kernels plz!!!

can you show some screen shot please

sorry i stuck at $adb remount nothing happen. but it show permission denied
help me please

Seems like you are using windows 7. Ryt click on cmd and run as administrator.
Sent from my LG-P690 using xda premium

Urmas1 said:
Hmm... no feedback... is it good or bad? Does this works for anybody?
Click to expand...
Click to collapse
all worked fine guy

i successfully installed the cwm recovery on my optimus net.....thanks
but i didnt used remount command , when i use this command it says permission denied.. is there any problem?? but cwm is installed
i m unable to flash new ROM by this recovery..... i have tried 4-5 times but it stuck in LG logo then i have to go back to recovery mode and recover to my old firmware...
anybody installed CM7 or other ROMs reply by..

is there any more feedbacks? i would like to use it

work for optimus net dual?

New version available... Sorry I've disappeared, but I'm here again now

could you provide me official kdz of 2.3 please....

Please can we have the new one! thanks

UPDATE
New version available
** Fixed a problem with sd-ext mounting, please update in order to avoid problems with sd-ext partition
recovery link : https://rapidshare.com/files/2585790621/recovery.img
md5sum : 258e95cd2a697d902c2c139893d83063
http://forum.xda-developers.com/showpost.php?p=19626804&postcount=2

jst ive been following your thread for lg optimus net in italian forum and waiting for your best update that less bugs...looking forward to that day

Related

[DEV and ROM]ClockworkMod Recovery v3.0.0.5 + CyanogenMod 7 (gingerbread)

Clockwork Recovery v3.0.0.5 for LG Optimus One/T/S + CyanogenMod 7 Gingerbread based ROM
{
"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"
}
Note:-Flashing Recovery is very risky you can brick your phone.
Download the attachment and extract both files to the root of your sdcard.
To flash: through adb shell or terminal type this from root # shell
#mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
#cat /sdcard/flash_image > /system/bin/flash_image
#chmod 755 /system/bin/flash_image
#mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
#flash_image recovery /sdcard/recovery.img
#reboot recovery
Key combo to boot custom recovery from powered off is vol_down + home + power and release keys at LG splash.
Recovery Key mapping:
Up & down : vol-up and vol-down
Select : Menu
Backup : Back
This recovery will not allow you to flash every ZIP file. so me too is using the thunderg recovery.
CyanogenMod 7 (gingerbread) ported to LG Optimus (p500 - T): http://www.mediafire.com/?dlukmb73w93tae1
This is a first release. Many thinks did not work. But the system boot up, and is good.
Thinks that don't work:
3D
camera
Fm-radio
Think's that work:
Wifi
3g network
bluetouth
sensors
audio
GSM (Call, SMS, GPRS/EDGE, 3g)
Big thanks to mik_os for his hard work.
Sweet!
Is this version more stable than drellisdee custom recovery?
socialdistortion said:
Sweet!
Is this version more stable than drellisdee custom recovery?
Click to expand...
Click to collapse
drellisdee's recovery is also stable,but it have more options to go through
How about GPS?
3d work.....it is a permission set...mik_os has discovered in the drellisdee version...ask to him
Sent from my LG-P500 using XDA App
I do not understand why release not usable for everyday ROM (similar to the ones, posted in another thread)...
successdully flashed this rom on my O1...testing it now. YES!!!
Rakesh,
Could you please give us more details on the custom recovery? Does mounting of Ext 4 partitions work correctly in this version? What update zip files cannot be applied? The unsigned ones ? Thank you.
the poster hasn't given much details,
Plz be cautious before bricking your phone
camera doesn't work?
and is this rom stable enough?
not much details at all
been testing the rom for almost 2 1/2 hours...what i notice when you lock the phone and unlock it you need to tap the screen just to show the display and response time is slow. camera not working.
Well... when this mod turns RC status I'll be sure to give it a spin, CM IMHO is the One Mod To Rule Them All However, this is too early a release for me.
Sent from my LG-P500 on Void.
is there any news?
can this work on the optimous t ?
if i was a dev i would fix the cam
cyan on lg its the best news all day !!!
CM7 is nice but the camera is not working at all...screen goes blank for few seconds while opening other programs.
This is on the early stage of porting of CM7 on P500,just a preview version of CM7
mik_os is working very hard to port it on our beloved O1 and i just posted here to share with you guys.no offense to developer,
Isn't this similar to the thread "let us bake a gingerbread"...???
digkong said:
Isn't this similar to the thread "let us bake a gingerbread"...???
Click to expand...
Click to collapse
NO it's not related with that thread it is CM7
Well, I don't agree with the posting of something not functional at least at 98%. I think we are far from the condition allowing us to use our telephone in our daily life without any problem... I will wait till a more stable and working release, but thank you anyway. Thanks to everybody working on this project
Hey if I change custom recovery to your clockworkmod recovery,do I have to wipe everything first? Or can I just do it using terminal straight away?

[ UNOFFICIAL ][ CM10 ][ CMX ] BOOT ANIMATION (download) working [ 720P ]

It appears Cyanogenmod is using the CM9 boot animation for the official CM10 nightly builds. I'm sure there's some amazing artist somewhere working on a new animation for CM10, but in the mean time I just figured I'd make a CM10 animation for us to have. It's not really a huge deal, but I really anticipated CM10, being titled CMx as it seems a lot cooler. So I went with that idea when making this animation. Its just the stock animation with the 9 removed, and since I didn't have the project file they used, I couldnt manipulate layers, so I did what I could. It's cool i'm running it on my SGSIII CMx nightly.
HOW TO ADB:
1. first of all you have to make sure you have usb debugging turned on
and if your actually rocking cm9 or cm10 and want to use this, you have to "turn on root" too.. for apps and adb
thats in the develop options menu...
2. commands:
Code:
adb shell su -c "busybox mount -o remount,rw /system"
adb push cm_x_bootanimation.zip /sdcard/
adb shell su -c "dd if=/sdcard/cm_x_bootanimation.zip of=/system/media/bootanimation.zip"
adb reboot
HOW TO ROOT EXPLORER:
1. download it to phone
2. copy it and go to /system
3. mount system R/W (important)
4. copy it to /system/media/ "overwriting the current"
5. thats it
(((((( DOWNLOAD ))))))))))
{
"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"
}
halfcab123 said:
It appears Cyanogenmod is using the CM9 boot animation for the official CM10 nightly builds. I'm sure there's some amazing artist somewhere working on a new animation for CM10, but in the mean time I just figured I'd make a CM10 animation for us to have. It's not really a huge deal, but I really anticipated CM10, being titled CMx as it seems a lot cooler. So I went with that idea when making this animation. Its just the stock animation with the 9 removed, and since I didn't have the project file they used, I couldnt manipulate layers, so I did what I could. It's cool i'm running it on my SGSIII CMx nightly.
HOW TO ADB:
1. first of all you have to make sure you have usb debugging turned on
and if your actually rocking cm9 or cm10 and want to use this, you have to "turn on root" too.. for apps and adb
thats in the develop options menu...
2. commands:
Code:
adb shell su -c "busybox mount -o remount,rw /system"
adb push cm_x_bootanimation.zip /sdcard/
adb shell su -c "dd if=/sdcard/cm_x_bootanimation.zip of=/system/media/bootanimation.zip"
adb reboot
HOW TO ROOT EXPLORER:
1. download it to phone
2. copy it and go to /system
3. mount system R/W (important)
4. copy it to /system/media/ "overwriting the current"
5. thats it
(((((( DOWNLOAD ))))))))))
Click to expand...
Click to collapse
Or you could push this to /system/media. :what:
Sent from my SCH-I535 using xda premium
BlueCross said:
Or you could push this to /system/media. :what:
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
Yeah for some reason it wouldn't work, so it put it up like this so it works no matter what. I think you might have to be on a custom kernel or something for it to work, not sure if you knew, but CyanogenMod is getting more security oriented.. go figure.. no insecure boot either, otherwise to mount /system, i'd just of done, adb remount... oh well. But yeah if you have any insight on why pushing directly to system/media/ would get a permission failure thats easily fixable.. but i don't think it is without a kernel.
BlueCross said:
Or you could push this to /system/media. :what:
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
The attached file, that is....
Sent from my SCH-I535 using xda premium
tres sympa !
-------------------
Voyage Vietnam-Halong Jonque Hai Long-Jonque RV La Marguerite
Or us this one
http://db.tt/BgUkyBGb
Sent from my SCH-I535 using Tapatalk 2
umm......kool

[Q] ICS port how to pack custom rom? devs please help.

Hello everyone,
I'd like to pay back the community that have been helping me with my cellphone, and also helped me learn a lot on how to help myself.. so i decided to give back.. i have been customizing GB and for my own personal use, now i am trying to customize ICS port by xbsall. the only problem i have is packing the rom in a flashable zip. I searched everywhere with no success all i need is how to pack the system and data to .img file.
I'd appreciate the help and i will be posting my custom rom the forums soon.
Special thanks to xbsall, defcomg, and everyone working on making the ICS possible on the O3D.
You can try this out:
ROM Factory v1.7.1[May/12/2012]
Although P920 isn't on the "Supported Devices" list...
or this:
[KITCHEN] Android Kitchen, v0.214 [Linux / Mac / Windows]
Just be careful.
Mount .IMG As Dir Named system
Code:
mkdir system
sudo mount -t ext4 -o loop system.img system/
New System
Code:
sudo cp -ar system new_system
Create New .img
Code:
sudo ./make_ext4fs -l 700m -a system system.img new_system/system
Source
defcomg said:
Mount .IMG As Dir Named system
Code:
mkdir system
sudo mount -t ext4 -o loop system.img system/
New System
Code:
sudo cp -ar system new_system
Create New .img
Code:
sudo ./make_ext4fs -l 700m -a system system.img new_system/system
Source
Click to expand...
Click to collapse
Thanks guys, I am gonna try and report back..
BadSoul said:
Thanks guys, I am gonna try and report back..
Click to expand...
Click to collapse
I tried those methods and none of it created me a .img packed rom.
Any other suggestions? please
Thank you
BadSoul said:
I tried those methods and none of it created me a .img packed rom.
Any other suggestions? please
Thank you
Click to expand...
Click to collapse
Lets suppose you have made the changes to your system the way you like it. (add/remove apps , etc)
Now in order to make your system.img
boot into cwm/twrp
connect to pc
use the following command to make the img file
adb shell
dd if=/dev/block/mmcblk0p7 of=/emmc/system.img
wait until it ends
your system.img is ready and packed into your emmc
make sure your emmc has plenty of space to fit it
now you can make a zip file with it and use the command
package_extract_file("system.img", "/dev/block/mmcblk0p7");
in your updater script to unpack
happy cooking
_____________________________________________________
the cmd output should look like this
Code:
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
~ # cd dev
cd dev
/dev # cd block
cd block
/dev/block # dd if=/dev/block/mmcblk0p7 of=/emmc/system.img
dd if=/dev/block/mmcblk0p7 of=/emmc/system.img
1445274+0 records in
1445274+0 records out
739980288 bytes (705.7MB) copied, 126.201996 seconds, 5.6MB/s
/dev/block #reboot
Thank you very much xbsall. That worked perfectly.
Do you know can i create data.img also? most of my customization is in the data. I'd really appreciate it.
What block is it in?
Thanks for the great work.
mmcblk0p8 is data
Sent from my LG-P920 using xda app-developers app
iodak said:
mmcblk0p8 is data
Sent from my LG-P920 using xda app-developers app
Click to expand...
Click to collapse
Awesome! thanks iodak, xbsall, defcomg and TMProduct1onZ.. I really appreciate the help.
xbsall with dsixda's kitchen would there have to be a new edify_defs created for SU760 if using your XBSA404 port? The reason I am asking is I am getting an error Status 0 when creating a ROM in the kitchen. I think this may be due to the device being ro.product.device=SU760 in build.prop but not having an edify_defs for the SU760? any help appreciated.
Status 0 might be two things: 1) You used an update-script (Amend format, which is very old) when you should be using an updater-script (Edify format), or the other way around; OR 2) Your updater-script is using the "MTD" partition type when mounting a partition rather than another type such as EMMC (and thus, you need the device defined under the kitchen's /tools/edify_defs folder).
Havent used dsixda kitchen for a long long long... long time.
So i cant help you with it.
Tell me what you wanna do to your ROM.
xbsall said:
Havent used dsixda kitchen for a long long long... long time.
So i cant help you with it.
Tell me what you wanna do to your ROM.
Click to expand...
Click to collapse
Just trying to start with a basic platform by de-odexing and zip alligning and build on it from there
dsixda's kitchen seemed like the easiest method and i've managed with some degree of success but required the update binary from other peoples ROM's which I would rather not do.
Lol just adb pull/push them..
xbsall said:
Lol just adb pull/push them..
Click to expand...
Click to collapse
lol thats fine but i'd rather have a flashable zip without having to use others update binary and modified updater script :victory:
---------- Post added at 10:16 PM ---------- Previous post was at 10:13 PM ----------
I'll keep messing around with the kitchen in the meantime :laugh:
BTW that looks tremendous is it ROM: XBSA V3b ICS ROM for Optimus3D P920 with ACiD Audio?
{
"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"
}
Yes its v3b

help Hacking And Bypassing Android Password/PIN Lock

please i help i try unlock pin my tab without loss my data by android-sdk
my device
1- not rooted
2-have original rom Samsung
3- system recovery 3e , not install any costume recovery
i use this command
adb devices
adb shell
cd data/system
su
rm *.key
Click to expand...
Click to collapse
C:\>cd android-sdk
C:\android-sdk>cd platform-tools
C:\android-sdk\platform-tools>adb devices
List of devices attached
c16079a4137277f recovery
C:\android-sdk\platform-tools>adb shell
[email protected]:/ $ cd data/system
cd data/system
/system/bin/sh: cd: /data/system - No such file or directory
1|[email protected]:/ $
Click to expand...
Click to collapse
{
"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"
}
please any help i need unlock my device without lost data
sorry for my bad english
Do this
adb devices
adb shell
cd data
cd system
rm passwork.key (for PIN and password)
rm gesture.key (for pattern)
dr.ketan said:
Do this
adb devices
adb shell
cd data
cd system
rm passwork.key (for PIN and password)
rm gesture.key (for pattern)
Click to expand...
Click to collapse
C:\android-sdk\platform-tools>adb devices
List of devices attached
c16079a4137277f recovery
C:\android-sdk\platform-tools>cd data
The system cannot find the path specified.
C:\android-sdk\platform-tools>adb shell
[email protected]:/ $ cd data
cd data
[email protected]:/data $ cd system
cd system
/system/bin/sh: cd: /data/system - No such file or directory
1|[email protected]:/data $
Click to expand...
Click to collapse
it's ask for sh i think it's ask for su , for root and devices not rooted [ /system/bin/sh: cd: /data/system - No such file or directory ]
the terminal cmd not see my devices if i open on lock i do that , with my device open recovery mode
I think you needs root
But if you install cwm recovery then tool I have posted should work.
Sent from my GT-N7100 using xda premium
dr.ketan said:
I think you needs root
But if you install cwm recovery then tool I have posted should work.
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
if i do that will make any problem on my device ?
It will raise flash counter and you will lose warranty.
Read chainfire's triangle away thread, if your device listed then you can revert warranty.
Sent from my GT-N7100 using xda premium
dr.ketan said:
It will raise flash counter and you will lose warranty.
Read chainfire's triangle away thread, if your device listed then you can revert warranty.
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
i don't have warranty on my device ,
can u tell me what is best to do that and how i can do it thank you
USB debugging mode not enable
What exact your tab model number?
Sent from my GT-N7100 using xda premium
Use this app
My app can temporary disable the lockscreen, but the home button not work.
Install via adb and use this command:
adb shell am start -n hu.hexadecimal.locktester/.UnlockActivity​
Sorry for my bad English!
Need help.
My friend come to me with her device (Samsung galaxy S2 i9100). She forgot password, but doesn't lose any data.
She use stock rom, but i don't know the android version her used.
Sorry for my bad english.
---------- Post added at 06:00 PM ---------- Previous post was at 05:55 PM ----------
[email protected] said:
My app can temporary disable the lockscreen, but the home button not work.
Install via adb and use this command:
adb shell am start -n hu.hexadecimal.locktester/.UnlockActivity​
Sorry for my bad English!
Click to expand...
Click to collapse
how to install apps without turn on usb debugging.
Sorry for my bad english too.
Natur said:
Need help.
My friend come to me with her device (Samsung galaxy S2 i9100). She forgot password, but doesn't lose any data.
She use stock rom, but i don't know the android version her used.
Click to expand...
Click to collapse
Installing apps without usb debugging is not possible.
But you have an another chance:
1. Follow the instructions at here: http://forum.xda-developers.com/galaxy-s2/general/how-to-root-install-cwm-recovery-flash-t1814801 (Install CWM Recovery)
2. Download the AROMA Filemanager (http://forum.xda-developers.com/showthread.php?t=1646108) and place it to sd.
3. Reboot to recovery and select AROMA Filemanager's zip, and install.
4. In AROMA go to settings and mount all partitions.
5. Delete /data/system/settings.db
6. Reboot and enjoy
If not working go to step 5. and delete /data/system.
[email protected] said:
Installing apps without usb debugging is not possible.
But you have an another chance:
1. Follow the instructions at here: http://forum.xda-developers.com/galaxy-s2/general/how-to-root-install-cwm-recovery-flash-t1814801 (Install CWM Recovery)
2. Download the AROMA Filemanager (http://forum.xda-developers.com/showthread.php?t=1646108) and place it to sd.
3. Reboot to recovery and select AROMA Filemanager's zip, and install.
4. In AROMA go to settings and mount all partitions.
5. Delete /data/system/settings.db
6. Reboot and enjoy
If not working go to step 5. and delete /data/system.
Click to expand...
Click to collapse
Thanks Sir, i will try.
I know this is a old thread but I just unlocked my Tab4 10.1 with this method but I didnt have a settings.db file so just renamed the _password.key to _password.key.old and the sparepassword.key with .old as well. I was like hey what do I gotta lose anyway if I mess it up I'll just restore.. I hit exited out of everything rebooted & presto no more password.. I dont know if this would be the same if I set a pin, what the file would be called but maybe I'll set one and see just for the hell of it.. lol
Anyway just thought I'd share that you dont have to panic & lose everything by doing a hard reset..
Cheers !
And thank you to [email protected] !!

[TOOL/UTILITY][N750][N7505][N7507][5.1.1]DataOnSDCard Project

DataOnSDCard Project​This tool modifying boot and recovery images (Tested on CM kernel and with TWRP recovery) ONLY for 5.1.1 and supported phone models: N750;N7505;N7507(with 5.1.1 installed of course)
Instructions:
First, you need to prepare your SDCard:
Type in terminal
Code:
make_ext4fs /dev/block/mmcblk1p1
Now our SDCard has got ext4 filesystem instead of exfat! ALL DATA WILL ERASED FROM YOUR SDCARD!!!
Next download zip with tool in attachments, extract it and with command "cd" go to folder with extracted tool, example
Code:
cd /sdcard/DataOnSDCard-Tool
Now just type
Code:
sh Patch-DataOnSDCard.sh [-f] (for flashing images after compiling
Now just reboot! If your system after this dead, go to TWRP then, mount system, go to terminal and type:
Code:
/system/xbin/sukernel --ungzip /system/backups/boot.img.gz /system/boot.img
and
Code:
/system/xbin/sukernel --ungzip /system/backups/recovery.img.gz /system/recovery.img
And flash it!
Init.d script for mount internal sd on /storage/sdcard1 copy to /system/init.d
Screenshots and Downloads in Post #2
Goodbye!
XDA:DevDB Information
DataOnSDCard Project, Tool/Utility for the Samsung Galaxy Note 3 Neo
Contributors
argraur, FireLord for his CM builds and Chainfire for his sukernel utility
Version Information
Status: Stable
Current Stable Version: v2.0
Stable Release Date: 2016-07-13
Created 2016-07-12
Last Updated 2016-08-08
Reserved
Reserved
Screenshot:
{
"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"
}
Init.d script for internal SD:MediaFire
reserved
Sir i will be very thankful to you.
If you can tell me how to mount internal sd card into external sd card step by step.i cant understand the post posted by you because i have not used terminal command before.i have rooted note 5 rom v4 .my model no is sm n-750.plz tell me each and every step like how to open terminal command and also tell me if there is something to flash.
I will be very thankful to you
aziznote said:
Sir i will be very thankful to you.
If you can tell me how to mount internal sd card into external sd card step by step.i cant understand the post posted by you because i have not used terminal command before.i have rooted note 5 rom v4 .my model no is sm n-750.plz tell me each and every step like how to open terminal command and also tell me if there is something to flash.
I will be very thankful to you
Click to expand...
Click to collapse
First, go to Play Market and type in search: "Terminal Emulator" choose first one and install it.
Download zip from OP (Download v2.0) green color.
Unpack files to /sdcard/DOSDC
next open terminal emulator, type
Code:
su
.
Next, we are going to extracted files type in terminal
Code:
cd /sdcard/DOSDC
Next step.
Type in terminal
Code:
sh Patch-DataOnSDCard.sh -f -s
this command will make ext4fs on your SDCard (all data will deleted), patch your boot image and recovery image, and it will flash new images!
Next go to reboot)
And make sure what your SDCard have got size minimum 32 GB! And you have got TWRP 3-0-2 installed on your device!
P.S. All internal sdcard data will not deleted. You just needed to mount it. Create file and name it 01internal_sd
Type in it
Code:
#!/system/bin/sh
busybox mount -o rw,noatime /dev/block/mmcblk0p21 /storage/extSdCard
and move it to /system/etc/init.d via any root browser and set permissions like symbol π (0755 or rwxr-x-x)
Cheers!
very much thanks sir
still i cant understand some steps
can u give me ur whatsapp no plz
aziznote said:
very much thanks sir
still i cant understand some steps
can u give me ur whatsapp no plz
Click to expand...
Click to collapse
Send me private message
argraur said:
DataOnSDCard Project​This tool modifying boot and recovery images (Tested on CM kernel and with TWRP recovery) ONLY for 5.1.1 and supported phone models: N750;N7505;N7507(with 5.1.1 installed of course)
Instructions:
Download zip with tool, extract it and with command "cd" go to folder with extracted tool, example
Code:
cd /sdcard/DataOnSDCard-Tool
Now just type
Code:
sh Patch-DataOnSDCard.sh [-f] (for flashing images after compiling [-s] (for SDCard prepare)
Now just reboot! If your system after this dead, go to TWRP then, mount system, go to terminal and type:
Code:
/system/xbin/sukernel --ungzip /system/backups/boot.img.gz /system/boot.img
and
Code:
/system/xbin/sukernel --ungzip /system/backups/recovery.img.gz /system/recovery.img
And flash it!
Init.d script for mount internal sd on /storage/sdcard1 copy to /system/init.d
Download (v2.0): MediaFire
Screenshots in post #2
Full instruction at Post #7
Goodbye!
XDA:DevDB Information
DataOnSDCard Project, Tool/Utility for the Samsung Galaxy Note 3 Neo
Contributors
argraur, FireLord for his CM builds and Chainfire for his sukernel utility
Version Information
Status: Stable
Current Stable Version: v2.0
Stable Release Date: 2016-07-13
Created 2016-07-12
Last Updated 2016-07-13
Click to expand...
Click to collapse
Hello Bro awesome well can u do a installation vidoe for it plz man
Vinaynote3neo said:
Hello Bro awesome well can u do a installation vidoe for it plz man
Click to expand...
Click to collapse
Hmm...okay I will make installation video
Sir i have sent u a p m
Did you get that. I just want to confirm that
Thnks
sir can u make a video plz
sir
i have sent you a pm
plz reply
argraur said:
Hmm...okay I will make installation video
Click to expand...
Click to collapse
Thank you so much bro waiting for u r video and thanks a lot
Sir
plz make a video in that way so that we can easily understand what to do .
we are eagerly waiting for ur video.
i have sent u a pm .plz reply
thanks
Is it ok with 16GB memory card? will this work?
Thanks :good:
natsulucy86 said:
Is it ok with 16GB memory card? will this work?
Thanks :good:
Click to expand...
Click to collapse
Sure. It will work
Can we download files greater than 4gb after this? And is there a way to format your ext sd card as ntfs?

Categories

Resources