-
Junior Member
Achievements:
i will give it a try thx for sharing
-
12-06-2012 07:33 PM
# ADS
Circuit advertisement
-

Originally Posted by
DaSnOoTeRKiNG
For whatever reason the cwm isnt permanent, which I kind of like, the update.zip must be applied EVERYTIME you want to BOOT CWM!
It sounds like Coby's using the Dell Streak "install-recovery.sh" trick. In the Dell Streak, that .sh file is a script that overwrites the existing recovery with the stock one on every boot. Take a look at the .sh files in your tablet and see if you can find one that does this very thing. If there is one, rename the extension to .disabled and that should allow the recovery to persist upon rebooting.
I do not accept PMs asking for one-on-one tech support. Ask on the forums so everyone can benefit.
Q: Why does an App say it's not compatible on Google's Play Store?
A: The build.prop is faulty and files are missing from \system\etc\permissions. Download the file from
here and install it.
Q: Why does Google Earth refuse to start on stock ROMs?
A: Google Earth expects to be able to pinpoint your location. Read
this thread to fix things.
-

Originally Posted by
Traveller1701
It sounds like Coby's using the Dell Streak "install-recovery.sh" trick. In the Dell Streak, that .sh file is a script that overwrites the existing recovery with the stock one on every boot. Take a look at the .sh files in your tablet and see if you can find one that does this very thing. If there is one, rename the extension to .disabled and that should allow the recovery to persist upon rebooting.
No he compiled a ramdisk recovery (temporary recovery) that is the way that type of recovery works, I compile permanent recoveries. I build (temporary recovery) just for testing new devices, not for release to public, Once I am ready to release a recovery I releases permanent recovery.
If you like my work buy me a coffee!!!
Donations Appreciated
Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.
No PM's regarding windows questions will be answered, I am a Linux Guy.
-
its cool ive got a back up and it works fine ... i thought you were never releasing?
-

Originally Posted by
DaSnOoTeRKiNG
its cool ive got a back up and it works fine ... i thought you were never releasing?
? I am not following you
If you are talking about the above post I was just trying to explain to Traveller1701 why you need to flash it each time, it's a per use recovery. Traveller1701 thought that the recovery was being flashed back to stock on each boot, via a script, but in reality it's always stock, just during temp recovery, cwm is usable.
If you like my work buy me a coffee!!!
Donations Appreciated
Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.
No PM's regarding windows questions will be answered, I am a Linux Guy.
-
Indeed. I'm not familiar with temporary recoveries and stock Dell Streak units had this behavior by default via the script, thus my comment. Of course, I probably would become intimately familiar with them if I had a spare moment to actually get up to speed on building custom recoveries and ROMs.
I do not accept PMs asking for one-on-one tech support. Ask on the forums so everyone can benefit.
Q: Why does an App say it's not compatible on Google's Play Store?
A: The build.prop is faulty and files are missing from \system\etc\permissions. Download the file from
here and install it.
Q: Why does Google Earth refuse to start on stock ROMs?
A: Google Earth expects to be able to pinpoint your location. Read
this thread to fix things.
-
Are all 3rd gen devices Tcc892x? If so could you tell me where you found the source code? From the telchips website i downloaded their kernel and ics zip but Im not sure if that is the right one for mid1042. Right now i am ding a repo sync for the android 4.0.4r2 provided by google.
Last edited by powerpoint45; 12-08-2012 at 12:01 PM.
-

Originally Posted by
powerpoint45
Are all 3rd gen devices Tcc892x? If so could you tell me where you found the source code? From the telchips website i downloaded their kernel and ics zip but Im not sure if that is the right one for mid1042. Right now i am ding a repo sync for the android 4.0.4r2 provided by google.
you will still have to build the kernel and set up makefile and board config, this is the source for the chipset its not device specific
-

Originally Posted by
powerpoint45
Are all 3rd gen devices Tcc892x? If so could you tell me where you found the source code? From the telchips website i downloaded their kernel and ics zip but Im not sure if that is the right one for mid1042. Right now i am ding a repo sync for the android 4.0.4r2 provided by google.
Your tablet is allwinner not telechips, no way this kernel will work on your tablet.
If you like my work buy me a coffee!!!
Donations Appreciated
Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.
No PM's regarding windows questions will be answered, I am a Linux Guy.
-

Originally Posted by
vampirefo.
Your tablet is allwinner not telechips, no way this kernel will work on your tablet.
Oh...wow...from here? https://github.com/allwinner-dev-team
Last edited by powerpoint45; 12-08-2012 at 02:51 PM.