Kent
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Thx for the forum, Bob:] (Steal ROM anytime soon?)
Collapse
X
-
Thx for the forum, Bob:] (Steal ROM anytime soon?)
Hi all, new guy again. Thank you Finlees for starting this forum. Now that this is up and running, any chance you might do a ROM for the Steal? I am currently using it to read comics only because nothing else seems to work. Even the Launcher keeps crashing. OS (Android 4.0) will not allow me to install anything useful. Not even Aldiko for ebooks. At least ACV works well. thx again
KentTags: None
-
Is there a download for the stock ROM? I need something to start with.
Is there a download some where for the stock ROM? I would love to do the steel. In fact I was thinking of getting one.
Bob"Pzebacz im, bo nie wiedzą, co czynią"
"Прости им, они не ведают, что творят"
"Perdona loro perché non sanno quello che fanno"
"Vergib ihnen, denn sie wissen nicht, was sie tun"
"Vergeef hen want ze weten niet wat ze doen"
"Pardonne-leur car ils ne savent pas ce qu'ils font"
"Perdónalos porque no saben que lo que hacen"
"Oprosti im, jer ne znaju što čine"
"Forgive them as they know not what they do"
-
Stock ROM
Hey Bob, I have asked a couple of sites if they know where to find a stock ROM. Do you have any suggestions? Searching Google comes up with nothing so far. Also, is it safe to try a ROM not specific to the Steal? I was thinking of 'Codename Android'. Won't try it until I hear from you. Kent
Comment
-
What you have on your tablet can be dumped and THEN we have a stock ROM... DO NOT go flashing anything not made for your hardware. 1) You could be forever be bricked, and 2) we loose the ability to get a stock ROM!
Bob"Pzebacz im, bo nie wiedzą, co czynią"
"Прости им, они не ведают, что творят"
"Perdona loro perché non sanno quello che fanno"
"Vergib ihnen, denn sie wissen nicht, was sie tun"
"Vergeef hen want ze weten niet wat ze doen"
"Pardonne-leur car ils ne savent pas ce qu'ils font"
"Perdónalos porque no saben que lo que hacen"
"Oprosti im, jer ne znaju što čine"
"Forgive them as they know not what they do"
Comment
-
"Pzebacz im, bo nie wiedzą, co czynią"
"Прости им, они не ведают, что творят"
"Perdona loro perché non sanno quello che fanno"
"Vergib ihnen, denn sie wissen nicht, was sie tun"
"Vergeef hen want ze weten niet wat ze doen"
"Pardonne-leur car ils ne savent pas ce qu'ils font"
"Perdónalos porque no saben que lo que hacen"
"Oprosti im, jer ne znaju što čine"
"Forgive them as they know not what they do"
Comment
-
Hey Bob, so I started with the dump and I am pretty much worthless as a coder/programmer. I am currently stuck on step 5. I am at the Command Prompt as Admin but when I try and change directory by pasting the command (cd\program files (x86)/android/android-sdk/platform-tools), I get a message that 'the system cannot find the path specified'. Anyway, I went ahead and changed the directory to Program Files (cd\program files) then typed 'abd devices' and got the message that abd is not recognized as a command. Up 'till step 5 everything ran great. What am I doing wrong? Can you help a guy out?
Comment
-
OK the blocvk or name could be different.
Do this as a command from ADB
cat /proc/mtd
I need to see the blocks and thier names.
You should get something like this:
# cat /proc/mtd
dev: size erasesize name
mtd0: 00400000 00004000 "misc"
mtd1: 00800000 00004000 "kernel"
mtd2: 00400000 00004000 "boot"
mtd3: 00800000 00004000 "recovery"
mtd4: 20000000 00004000 "backup"
mtd5: 07400000 00004000 "cache"
mtd6: 80000000 00004000 "userdata"
mtd7: 00400000 00004000 "kpanic"
mtd8: 13e00000 00004000 "system"
mtd9: 6fe600000 00004000 "user"
root@android:/ #
Bob"Pzebacz im, bo nie wiedzą, co czynią"
"Прости им, они не ведают, что творят"
"Perdona loro perché non sanno quello che fanno"
"Vergib ihnen, denn sie wissen nicht, was sie tun"
"Vergeef hen want ze weten niet wat ze doen"
"Pardonne-leur car ils ne savent pas ce qu'ils font"
"Perdónalos porque no saben que lo que hacen"
"Oprosti im, jer ne znaju što čine"
"Forgive them as they know not what they do"
Comment
-
Ummm your window shows ADB up.
So do this like you did
type adb shell
You should get a $ or a # prompt. A $ is not root a # is root.
To make sure just type su. Note if you get an error or not. Either way...
You are now in ADB shell to the device.
Now type cat /proc/mtd
Bob"Pzebacz im, bo nie wiedzą, co czynią"
"Прости им, они не ведают, что творят"
"Perdona loro perché non sanno quello che fanno"
"Vergib ihnen, denn sie wissen nicht, was sie tun"
"Vergeef hen want ze weten niet wat ze doen"
"Pardonne-leur car ils ne savent pas ce qu'ils font"
"Perdónalos porque no saben que lo que hacen"
"Oprosti im, jer ne znaju što čine"
"Forgive them as they know not what they do"
Comment
What's Going On
Collapse
There are currently 8251 users online. 1 members and 8250 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment