BOOTLOOP - Samsung Galaxy 5 I5500

hey friends i have been trying a couple of roms but each custom rom i try it gets stuck on bootloop
except for the stock
please help me with it
asap

hey guys please don't just view please reply i need to get a custom rom
i am looking forward to install the 2.3.7 stock like
thanks in advance

aniketbullet said:
hey friends i have been trying a couple of roms but each custom rom i try it gets stuck on bootloop
except for the stock
please help me with it
asap
Click to expand...
Click to collapse
Well just explain the steps you do before you install any ROM briefly.. coz i do that stuff all the time and I don't end up in bootloops.

Please HELP! I'm in the same situation.
I made the steps to unlock my phone:
1 c:> cd C:android/android-sdk-windows/platform-tools
2 >adb
3 > adb shell
4 > su
5 # cd /
6 # mount -o remount rw / (
7 # mkdir /efs
8 # mount -o nosuid,ro,nodev -t vfat /dev/block/stl5 /efs
9 # cat /efs/mits/perso.txt
10 # umount /efs
it seems like I format the efs partition, or the bootloader.
Anyway, I tried everything I found, with no luck... I can enter in Download mode, and Odin detects the phone, but if I install any stock firmware or cmw, the phone enter in a loop and reboot without showing me the Samsung Logo.
Please HELP!
---------- Post added at 11:22 PM ---------- Previous post was at 10:59 PM ----------
Anybody?

Related

[Q] Mounting problem with EH03 Fascinate

Hi all.. Has anyone been able to successfully remount a Verizon EH03 for rooting?
Like I've seen people report on other forums, this line "mount -o remount,rw -t rfs /dev/block/stl19 /system" returns an Operation not permitted.
Short of installing a custom rom, how can I get 2.3.5 rooted ?
Rooted. Had to instal ClockWorksMod.

LGL55C bootloop with no adb root permissions

Please Click me to go to my latest post . i need serious help now .. im scared i really screwed up .. :'(
Try the signing hack in the following thread
forum.xda-developers.com/showthread.php?t=1111476
allisterw said:
Try the signing hack in the following thread
forum.xda-developers.com/showthread.php?t=1111476
Click to expand...
Click to collapse
I cant boot the phone at all .. do you know if there is a fastboot option on the device ??? that would be awesome .
I am unfamiliar with your phone nor which
custom recovery you installed.
See this post http://forum.xda-developers.com/showpost.php?p=22278362&postcount=212
for way to get the latest firmware specific to your phone.
If you don't mind losing the data on the phone,
you can try a factory reset.
Instructions on Pg 96 in the manual here:
http://www.net10.com/Common/Both/Digital_Assets/16899.pdf
Good luck.
allisterw said:
I am unfamiliar with your phone nor which
custom recovery you installed.
See this post http://forum.xda-developers.com/showpost.php?p=22278362&postcount=212
for way to get the latest firmware specific to your phone.
If you don't mind losing the data on the phone,
you can try a factory reset.
Instructions on Pg 96 in the manual here:
http://www.net10.com/Common/Both/Digital_Assets/16899.pdf
Good luck.
Click to expand...
Click to collapse
There is no custom recovery , thats the whole problem . If there were a custom recovery i could easily toggle signature verification and boom it would flash . But thanks for the links i'll check them out ! Oh and a factory reset will not work because the file i edited is in system partition NOT data partition .
Have you tried ADB?
http://developer.android.com/guide/developing/tools/adb.html
adb devices
adb remount
adb push <local filename> <remote filename>
allisterw said:
Have you tried ADB?
http://developer.android.com/guide/developing/tools/adb.html
adb devices
adb remount
adb push <local filename> <remote filename>
Click to expand...
Click to collapse
Lol a day late and a dollar short i literally just did the exact same thing last night . however , adb remount fails .. i did adb shell and then su and it wont let me get superuser rights even though the device was rooted . so i just did adb push and pushed the original framework-res.apk to the device and now instead of staying at the splash screen im in an ifinite boot loop at the boot animation .
is there any way i can boot the device into fastboot mode so i can flash a custom ROM i found ? i tried adb reboot-bootloader and it just reboots regularly . Im at a loss of things to do other than contact straight talk and cross my fingers .
Oh also is there a way i can backup the data partition on the device ? That way if i have to get a new phone i wont lose anything ? Like can i make a .img from my data partition ?
elesbb said:
Lol a day late and a dollar short i literally just did the exact same thing last night . however , adb remount fails .. i did adb shell and then su and it wont let me get superuser rights even though the device was rooted .
Click to expand...
Click to collapse
So if adb works, you should try rerooting via lge_adb.conf trick and superoneclick
http://androidflip.com/how-to-root-lg-optimus-one-p500-android-2-3-3-gingerbread/
elesbb said:
is there any way i can boot the device into fastboot mode so i can flash a custom ROM i found ? i tried adb reboot-bootloader and it just reboots regularly . Im at a loss of things to do other than contact straight talk and cross my fingers .
Click to expand...
Click to collapse
Fastboot on the P500 is Home Key + Power. YMMV.
elesbb said:
Oh also is there a way i can backup the data partition on the device ? That way if i have to get a new phone i wont lose anything ? Like can i make a .img from my data partition ?
Click to expand...
Click to collapse
from the shell you should be able to use dd command to backup the partitions.
do a cat /proc/mounts to find out the block devices names.
read http://forum.xda-developers.com/showthread.php?t=1124939
allisterw said:
So if adb works, you should try rerooting via lge_adb.conf trick and superoneclick
http://androidflip.com/how-to-root-lg-optimus-one-p500-android-2-3-3-gingerbread/
Click to expand...
Click to collapse
Havent tried this yet but i tried the original root that i did for my phone which is an LG Optimus Q remember ..
Fastboot on the P500 is Home Key + Power. YMMV.
Click to expand...
Click to collapse
It didnt work for my LG Optimus Q .. Home + Vol Down + Power gets me to recovery :/
from the shell you should be able to use dd command to backup the partitions.
do a cat /proc/mounts to find out the block devices names.
read http://forum.xda-developers.com/showthread.php?t=1124939
Click to expand...
Click to collapse
Of course .. i cant freaking mount the sdcard -.- i wonder why its not working when i adb pushed the original file .. ugh fml
elesbb said:
Havent tried this yet but i tried the original root that i did for my phone which is an LG Optimus Q remember ..
Click to expand...
Click to collapse
Wasn't saying it would definitely work with the lg55c but your original rooting appeared to put your phone in a strange state.
adb push should not have worked if you weren't able to remount /system as rw.
elesbb said:
It didnt work for my LG Optimus Q .. Home + Vol Down + Power gets me to recovery :/
Click to expand...
Click to collapse
There are 3 other key combos you could try.
Menu + Power.
Back + Power. (This combo puts my HTC G1 into fastboot)
Search + Power.
elesbb said:
Of course .. i cant freaking mount the sdcard -.- i wonder why its not working when i adb pushed the original file .. ugh fml
Click to expand...
Click to collapse
Your sdcard should have automounted at /mnt/sdcard if you turned off usb storage.
allisterw said:
adb push should not have worked if you weren't able to remount /system as rw.
Click to expand...
Click to collapse
Opps... it appears I was wrong regarding adb remount.
ezterry said:
http://forum.xda-developers.com/showthread.php?t=811620
* adb remount doesn't work and this rom doesn't have root.. yes 'adb remount' fails because this is a stock rom.. however NO just because that fails doesn't mean there is no root.
Click to expand...
Click to collapse
If your phone is not rooted, go to a service center
I was born in the '90's... 1290's >
vlt96 said:
If your phone is not rooted, go to a service center
I was born in the '90's... 1290's >
Click to expand...
Click to collapse
Straight Talk has a service center ?
allisterw said:
Your sdcard should have automounted at /mnt/sdcard if you turned off usb storage.
Click to expand...
Click to collapse
Well my luck it doesnt as seen by mount command listed below
Code:
$ mount
mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock6 /system yaffs2 rw,relatime 0 0
/dev/block/mtdblock7 /data yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock9 /persist yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock1 /cache yaffs2 rw,nosuid,nodev,relatime 0 0
And the error when i try to mount the sd card
Code:
$ mount -o remount, rw /mnt/sdcard
mount -o remount, rw /mnt/sdcard
mount: Operation not permitted
elesbb said:
Well my luck it doesnt as seen by mount command listed below
Click to expand...
Click to collapse
Go into the Storage settings. Make sure that it is not set to Mass storage only.
I don't know what else to suggest anymore.
Sorry and Good Luck.
allisterw said:
Go into the Storage settings. Make sure that it is not set to Mass storage only.
I don't know what else to suggest anymore.
Sorry and Good Luck.
Click to expand...
Click to collapse
remember ... the phone is stuck in an infinate boot loop .... and i know same here but i thank you very much for all of your help
I have two suggestions:
Can you phone boot in emergency mode? If yes you can try flash the stock rom....
And wen you moved your modied file to your phone did you put proper permissions??
Sorry for my bad english and good luck
Sent from my LG-P500 using xda premium
elesbb said:
remember ... the phone is stuck in an infinate boot loop .... and i know same here but i thank you very much for all of your help
Click to expand...
Click to collapse
Read about and used this trick to bypass Google setup when rooting the HTC Dream.
It brings up the Settings menu to allow you to turn on wifi.
But you could try it to check on the other settings.
adb usb
adb devices
adb shell
am start -a android.intent.action.MAIN -n com.android.settings/.Settings
Ok. This is THE final suggestion.

[Q] Wipe Data Factory Reset directly from device.

Hi guys,
I run a small phone / computer repair shop. I have never needed to post before as I always got the info i needed.
I have a generic (unbranded) tablet here. The user has used too many pattern attempts. I do a lot of these where I just wipe the device for people.
Sometimes I use key combos and sometimes i use ADB to boot into recovery and then simply select the "wipe data / factory reset option"
However, this tablet has no keys , no volume keys that is, so i used ADB to boot it into recovery which it did just fine.
BUT!
how can i select "wipe data" when i can't use volume keys to select it? the touch screen is unresponsive in this mode too
I have tried
ADB SHELL WIPE DATA
but i get a permission denied error
I have tried running
ADB ROOT
but i get a "cannot run as root in production build" error
I have tried to root the tablet with super one click by short fuse but it crashes.
so i am basically asking is it at all possible to do a wipe data / factory reset on a device which is not rooted through ADB?
thanks
hello sir
I have the same problem. with WB7-l tablet does not have the key combination.
I tried with these commands, if I can reset the tablet by ADB. but I can not mount the SD.
Code:
adb shell recovery --wipe_data
* daemon not running. starting it now on port 5038 *
adb devices
adb reboot bootloader
fastboot reboot
adb backup -apk -shared -all -f backup.ab
adb shell
su
format SYSTEM
format DATA
format CACHE
---------- Post added at 05:31 PM ---------- Previous post was at 05:18 PM ----------
Hi. again, I found this link
applied as indicated by the user "Kaleptik"
and it worked! but charge in Chinese language.
after the change, take me by the icons.
good luck to you
http://forum.xda-developers.com/showthread.php?t=1792838
Code:
[email protected]:/ # wipe data
wipe data
Wiping /data
Done wiping /data
[email protected]:/ # exit
exit
[email protected]:/ # exit
exit
[email protected]:/ # reboot
reboot
THANKS
Wooooow this thread save my life...my avon touch tablet freezing always....with no key combination to enter recovery mode to do factory reset, i used this adb command to factory reset my device.
+1
Brisco59 said:
Wooooow this thread save my life...my avon touch tablet freezing always....with no key combination to enter recovery mode to do factory reset, i used this adb command to factory reset my device.
+1
Click to expand...
Click to collapse
when I issue: adb shell, I keep getting this:
- exec '/system/bin/sh' failed: No such file or directory (2) -
Wht the hell ?
chinese tablet/phones adb command
connect tablet/phone via usb and open a command open (start>run>cmd)
C:\Users\xxx>adb shell
adb server is out of date. killing...
* daemon started successfully *
[email protected]:/ # wipe data
wipe data
Wiping /data
Done wiping /data
[email protected]:/ # exit
exit
:highfive:
well buddy, You can unlock all types of pattern unlock and even you can perform factory reset just in 5 minutes of task is required. I don't explain step by step procedure so kindly follow the link where everything explained very easily.
To unlock all kind of of lock including pattern lock ,
visit : How to Recover all kind of Lock Android Phone
To perform factory data reset visit
How To Do Factory Reset on Android Phone or Tablet
Way to go!
Worked on a Philco 8a.b111a4.0!!
THANK YOU VERY MUCH!
Mvasquez said:
hello sir
I have the same problem. with WB7-l tablet does not have the key combination.
I tried with these commands, if I can reset the tablet by ADB. but I can not mount the SD.
Code:
adb shell recovery --wipe_data
* daemon not running. starting it now on port 5038 *
adb devices
adb reboot bootloader
fastboot reboot
adb backup -apk -shared -all -f backup.ab
adb shell
su
format SYSTEM
format DATA
format CACHE
---------- Post added at 05:31 PM ---------- Previous post was at 05:18 PM ----------
Hi. again, I found this link
applied as indicated by the user "Kaleptik"
and it worked! but charge in Chinese language.
after the change, take me by the icons.
good luck to you
http://forum.xda-developers.com/showthread.php?t=1792838
Code:
[email protected]:/ # wipe data
wipe data
Wiping /data
Done wiping /data
[email protected]:/ # exit
exit
[email protected]:/ # exit
exit
[email protected]:/ # reboot
reboot
Click to expand...
Click to collapse

[Q] No media audio, system or notification sounds work.

Hi guys,
I don't know what piece of info is relevant or not, so I will outline as much as I can.
I was running the latest stable Slimbean with stock kernel, a couple of weeks ago my external sdcard stopped being recognized and would not mount. In Clockworkmod it would show an error mounting what I later learned were 3 different partitions.
Yesterday I installed freegee to try and restore my original partitions, but it would give me an error that my device was not supported. So I uninstalled freegee. The next time I rebooted my phone, it would get stuck on a black screen after the LG logo. I was able to get into recovery and download mode, so I tried the original teenybin with lgpnst and I could not get into recovery, only the LG logo. I then tried the alternate teenybin that boots up with the Google logo and I was able to get into TWRP.
I then sideloaded Houston's aosp KitKat and was able to successfully boot up the phone. I now have no system sounds, no music or media sounds, through the speaker or the headphone jack. Phone audio works through earpiece, speaker and headphones.
Tried wiping and reflashing. I don't know what else to do.
Any ideas would be appreciated.
Thanks.
I also noticed that sensors were not working.
I flashed the W84C27MO84.zip hybrid modem.
This solved the problem with sounds and audio not working and fixed the sensors.
Post your partition table here!!!
Enter in CWM Recovery, connect your phone to computer, open terminal in administrator mode. open adb shell and run this command.
parted /dev/block/mmcblk0
press P and put your result partition screenshot here.
XDFernando said:
Post your partition table here!!!
Enter in CWM Recovery, connect your phone to computer, open terminal in administrator mode. open adb shell and run this command.
parted /dev/block/mmcblk0
press P and put your result partition screenshot here.
Click to expand...
Click to collapse
I wasn't able to do it exactly as you described, but I think I got what you asked for. Hope it helps.
Thanks,
Im so sorry my steps was with Special CWM.
Try this 3 steps on ADB shell.
Code:
dd if=/dev/block/mmcblk0p17 of=/sdcard/mmcblk0p17.bak
mke2fs -T ext4 /dev/block/mmcblk0p17
reboot
good luck!!
XDFernando said:
Im so sorry my steps was with Special CWM.
Try this 3 steps on ADB shell.
Code:
dd if=/dev/block/mmcblk0p17 of=/sdcard/mmcblk0p17.bak
mke2fs -T ext4 /dev/block/mmcblk0p17
reboot
good luck!!
Click to expand...
Click to collapse
Thank you for the response.
What exactly will this do?
I ran what you suggested.
I received "Not enough space to build proposed file system while setting up superblock"
How much free space is required? I have almost 2gigs free
you need to do separate steps. One line is one command. Enter every one line.
And Dont copy paste i see another extra simbols
XDFernando said:
you need to do separate steps. One line is one command. Enter every one line.
And Dont copy paste i see another extra simbols
Click to expand...
Click to collapse
Hello,
Thank you for your responses.
I tried doing it again, one line at a time, but still got the same message after the second line.
Try add -F to the second line like this:
mke2fs -F -T ext4 /dev/block/mmcblk0p17
XDFernando said:
Try add -F to the second line like this:
mke2fs -F -T ext4 /dev/block/mmcblk0p17
Click to expand...
Click to collapse
Hi Fernando,
I tried again with the -F added, but I received the same message about "not enough space..."

[Q] 24" BIG TAB HD powered by NABI rooting?

Ive been searching for a while for a forum that explains how to root the new nabi 24" BIG TAB HD. trying to install clockworkmod on the tablet.. if anyone can point me in the direction of what I'm looking for that would be greatly appreciated.
jmmac said:
Ive been searching for a while for a forum that explains how to root the new nabi 24" BIG TAB HD. trying to install clockworkmod on the tablet.. if anyone can point me in the direction of what I'm looking for that would be greatly appreciated.
Click to expand...
Click to collapse
As far as I know nobody has talked about it on here except you.
Depending on what kernel patches or android security fixes it has you might be able to try some root programs. There certainly will not be a clockworkmod or TWRP for it yet.
If none of the root methods work it might be possible to use the Dreamtab TWRP.(http://forum.xda-developers.com/android/development/recovery-twrp-2-7-1-0-nabi-dreamtab-hd8-t2813917) If it's like the previous Nabi tablets the bootloader will be unlocked, and you could try booting from that TWRP. The screen and the landscape/portrait might be messed up but it could work. In the last software update to the dreamtab they locked the bootloader so the BIG TAB might be as well. It could be unlocked by
Code:
fastboot oem unlock
^^^ This will ERASE all the data on the tablet.
If you want to try the TWRP way let me know but of course there are dangers involved.
If you try it alone be aware that if you try the dreamtab TWRP load it by
Code:
fastboot boot recovery.img
and NOT
Code:
[STRIKE]fastboot flash recovery recovery.img[/STRIKE]
or you will overwrite your current stock recovery.
also interested! any further info would be great!
schlager said:
also interested! any further info would be great!
Click to expand...
Click to collapse
Do either of you have one? Or just asking?
aicjofs said:
Do either of you have one? Or just asking?
Click to expand...
Click to collapse
i plan to buy one in the next few weeks. mainly need it so i can have two sheets of music in front of me. if there is another tablet that can do that, let me know.
aic, I got one for the kids for Xmas. The Nabi2's have been good but wont last forever, I liked the multi user option and big ass screen on the big tab. Well see how it works out! Once they open and spend time with it I'll be interested in rooting for adaway and such.
codest3r said:
aic, I got one for the kids for Xmas. The Nabi2's have been good but wont last forever, I liked the multi user option and big ass screen on the big tab. Well see how it works out! Once they open and spend time with it I'll be interested in rooting for adaway and such.
Click to expand...
Click to collapse
I have no idea about the BigTab but if it's like the DreamTab it will update when you boot it up. It's hard to get around it. If it does it will likely patch a lot of the more recent exploits that can gain you root. There is the option to try the dream tab recovery like I said above but be really careful with that.
Also one of the Dreamtab updates locked the bootloader. This isn't a big deal as it was unlockable via fastboot. However, if you let the kiddoz, or you start installing a whole bunch of stuff, when you unlock the bootloader you will wipe the tablet back to factory(normal behavior). Best to unlock it as soon as possible.
I own the big tab 20" was able to root using http://forum.xda-developers.com/showthread.php?t=2473747
I did have to unlock the bootloader and tried booting the dream tab recovery from fastboot no dice there so wasn't gonna risk flashing it.
The process took about 20 mins maybe less fully automated it froze at some point so I reset the big tab and tried again at which point kingo program told me I was already rooted download SU was able to update the binary's normal method and been good to go since. Word of warning it does preform a factory reset when you unlock the bootloader so be prepared for that.
I have been working on compiling CWM for the Nabi big tab 20" I'm close but I can't seem to figure out the path for the sdcard currently the recovery boots but can't back anything up with out the correct path entered into the recovery.fstab. This particular tablet does not have a real sdcard nor does it have a slot for an external one. Any help on this would be appreciated when I get it sorted out will add a link for the recovery.
this is what I currently have in my recovery.fstab.
# Android fstab file.
#<src> <mnt_point> <type> <mnt_flags> <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
/dev/block/platform/sdhci-tegra.3/by-name/SOS /recovery emmc defaults defaults
/dev/block/platform/sdhci-tegra.3/by-name/LNX /boot emmc defaults defaults
/dev/block/platform/sdhci-tegra.3/by-name/APP /system ext4 ro wait
/dev/block/platform/sdhci-tegra.3/by-name/CAC /cache ext4 noatime,nosuid,nodev,data=writeback,nodelalloc,errors=panic wait
/dev/block/platform/sdhci-tegra.3/by-name/MSC /misc emmc defaults defaults
/dev/block/platform/sdhci-tegra.3/by-name/USP /staging emmc defaults defaults
/dev/block/platform/sdhci-tegra.3/by-name/MDA /metadata emmc defaults defaults
/dev/block/platform/sdhci-tegra.3/by-name/UDA /data ext4 noatime,nosuid,nodev,data=ordered,noauto_da_alloc,errors=panic wait,encryptable=/dev/block/platform/sdhci-tegra.3/by-name/MDA
/dev/block/platform/sdhci-tegra.3/by-name/TRD /app ext4 defaults wait
/dev/block/sda1 /sdcard vfat defaults voldmanaged=sdcard:auto
When I boot into recovery and attempt to perform a backup to sdcard I get E:Can't mount backup path.
You could download and try a rooting apk like towelroot framaroot or z4root if it has a low android firmware like 2.3.6 or something but only for z4root
I already got it rooted using Kingo root, these tablets are new on the market running kitkat 4.4.4, the end goal I am trying to achieve is making a custom rom but a neassacery first step is to get a working custom recovery so I can backup my stock rom just in case I blow up my tablet =)
lmortal said:
I have been working on compiling CWM for the Nabi big tab 20" I'm close but I can't seem to figure out the path for the sdcard currently the recovery boots but can't back anything up with out the correct path entered into the recovery.fstab. This particular tablet does not have a real sdcard nor does it have a slot for an external one. Any help on this would be appreciated when I get it sorted out will add a link for the recovery.
this is what I currently have in my recovery.fstab.
# Android fstab file.
#<src> <mnt_point> <type> <mnt_flags> <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
/dev/block/platform/sdhci-tegra.3/by-name/SOS /recovery emmc defaults defaults
/dev/block/platform/sdhci-tegra.3/by-name/LNX /boot emmc defaults defaults
/dev/block/platform/sdhci-tegra.3/by-name/APP /system ext4 ro wait
/dev/block/platform/sdhci-tegra.3/by-name/CAC /cache ext4 noatime,nosuid,nodev,data=writeback,nodelalloc,errors=panic wait
/dev/block/platform/sdhci-tegra.3/by-name/MSC /misc emmc defaults defaults
/dev/block/platform/sdhci-tegra.3/by-name/USP /staging emmc defaults defaults
/dev/block/platform/sdhci-tegra.3/by-name/MDA /metadata emmc defaults defaults
/dev/block/platform/sdhci-tegra.3/by-name/UDA /data ext4 noatime,nosuid,nodev,data=ordered,noauto_da_alloc,errors=panic wait,encryptable=/dev/block/platform/sdhci-tegra.3/by-name/MDA
/dev/block/platform/sdhci-tegra.3/by-name/TRD /app ext4 defaults wait
/dev/block/sda1 /sdcard vfat defaults voldmanaged=sdcard:auto
When I boot into recovery and attempt to perform a backup to sdcard I get E:Can't mount backup path.
Click to expand...
Click to collapse
Did you get that from pulling the stock recovery and extracting the recovery.fstab from the ramdisk?
The internal is likely on /data/media, or data/media/0 if it's like all the other Nabi's. Pretty sure /dev/block/sda1 to mount sdcard is not going to work. I'm not as knowledgeable at CWM as I enjoy TWRP so I'm not sure if there is a boardconfig.mk change you can do or if you need to symlink it in an init.rc file.
aicjofs said:
Did you get that from pulling the stock recovery and extracting the recovery.fstab from the ramdisk?
The internal is likely on /data/media, or data/media/0 if it's like all the other Nabi's. Pretty sure /dev/block/sda1 to mount sdcard is not going to work. I'm not as knowledgeable at CWM as I enjoy TWRP so I'm not sure if there is a boardconfig.mk change you can do or if you need to symlink it in an init.rc file.
Click to expand...
Click to collapse
There was something else there originaly but it didn't work either so I ended up using the following from cat /proc/mounts:
/dev/fuse/mnt/shell/emulated /sdcard fuse rw,nosuid,nodev,realtime,user_id=1023,group_id=1023,default_permisions,allow_other nonremovable
Using the above line in the recovery.fstab allowed cwm to see the sdcard but was still unable to mount it. I have been playing around with different things but I am fairly new to this so my knowledge is limited.
lmortal said:
There was something else there originaly but it didn't work either so I ended up using the following from cat /proc/mounts:
/dev/fuse/mnt/shell/emulated /sdcard fuse rw,nosuid,nodev,realtime,user_id=1023,group_id=1023,default_permisions,allow_other nonremovable
Using the above line in the recovery.fstab allowed cwm to see the sdcard but was still unable to mount it. I have been playing around with different things but I am fairly new to this so my knowledge is limited.
Click to expand...
Click to collapse
I'm not really sure without seeing any of your code(device tree), finished recovery or any of the stock recovery.
I haven't made CWM in so long. Something like?
/dev/null /sdcard datamedia defaults recoveryonly
dd the mmcblock0pX for the recovery and boot and we can make something work. How much space is the recovery partition?
aicjofs said:
I'm not really sure without seeing any of your code(device tree), finished recovery or any of the stock recovery.
I haven't made CWM in so long. Something like?
/dev/null /sdcard datamedia defaults recoveryonly
dd the mmcblock0pX for the recovery and boot and we can make something work. How much space is the recovery partition?
Click to expand...
Click to collapse
I sent you a pm with a drop box link with my files in the mean time gonna try compiling with your suggestion and see what happens.
---------- Post added at 04:17 PM ---------- Previous post was at 03:36 PM ----------
I tried compiling with:
#<src> <mnt_point> <type> <mnt_flags> <fs_mgr_flags>
/dev/null /sdcard fuse datamedia,recoveryonly defaults
It compiled successfully and I was able to flash it, the sdcard showed up in the mount menu but was not mountable still.
---------- Post added at 05:10 PM ---------- Previous post was at 04:17 PM ----------
Okay so my latest build using:
/dev/block/sda1 sdcard fuse defaults nonremovable
Allowed backup to the sdcard of everything with the exception of /data got "Error while making a backup image of /data!"
Also still unable to mount sdcard under the mounts and storage menu.
I believe the reason for the error while backing up data was due to available space when I restarted the tablet there was only 99.59MB available and I think the data would have needed more space then that.
I kept running into problems with CWM recovery but with the help of aicjofs I was able to compile a working TWRP with usb drive support, I don't yet have enough post to make an outside link so if some one can pm me I can give the link to be posted here with the recovery I made.
Working TWRP 2.8.1.0 for Nabi BigTab 20
Here is a TWRP recovery 2.8.1.0 for the Nabi BigTab 20" model
TWRP 2.8.1.0 for NV20A(BigTab20)
Built by @lmortal. We spent a lot of our Sunday sorting all the issue so click the thanks button for Imortal in the post above this one!
aicjofs said:
Here is a TWRP recovery 2.8.1.0 for the Nabi BigTab 20" model
TWRP 2.8.1.0 for NV20A(BigTab20)
Built by @lmortal. We spent a lot of our Sunday sorting all the issue so click the thanks button for Imortal in the post above this one!
Click to expand...
Click to collapse
Fixed an error where /addon was not mounting. re uploaded recovery image to the above link.
I can't unlock my bootloader.
lmortal said:
I own the big tab 20" was able to root using http://forum.xda-developers.com/showthread.php?t=2473747
I did have to unlock the bootloader and tried booting the dream tab recovery from fastboot no dice there so wasn't gonna risk flashing it.
The process took about 20 mins maybe less fully automated it froze at some point so I reset the big tab and tried again at which point kingo program told me I was already rooted download SU was able to update the binary's normal method and been good to go since. Word of warning it does preform a factory reset when you unlock the bootloader so be prepared for that.
Click to expand...
Click to collapse
I've ben trying to root my Big Tab 24". You said you had to unlock the bootloader. I can't get it into bootlad mode or unlock the bootloader. I tried fastboot. I tried every button combination I could think of. (not too many considering it only has three physical buttons) I tried rooting it with Kingo without unlocking the bootloader. Nothing is working. Please help. What am I doing wrong or not doing right?
Fastboot is the boot loader make sure you have USB debugging enabled and connect the tab to a PC you can then use the command "adb reboot-bootloader" the command to unlock is "fastboot OEM unlock"

Categories

Resources