DEAD - Galaxy Tab 4 Android Development

CLOSED

reserved

reversed
xD

moonbutt74 said:
reversed
xD
Click to expand...
Click to collapse
Thanks

CM12
Thought you said you was not going to do anything to do with cm12 xD

denniso08 said:
Thought you said you was not going to do anything to do with cm12 xD
Click to expand...
Click to collapse
I umm....RUN AWAY !!!
okay, okay i fibbed a little, you got me... :laugh:
@sub77 's build is running quite nicely !
We need a theme package, seperate from having to goto google play.
At least for the browser, it's so [BLEEPING] ugly.
m

device ue?
It wont let me flash his rom due to it being a ue device, why is that?
Please help me, i want to Lollipop :3

denniso08 said:
It wont let me flash his rom due to it being a ue device, why is that?
Click to expand...
Click to collapse
D,
hi,
because this kernel package is for the milletwifiue sm-t330nu
to address the shortcomings of the kerne in sub77's cm12 rom build for
the sm-t330nu,
Additionally, i make no adjustments for twrp, i use my own recovery build [Philz]
also, i will not remove the updater-script device assert. That is for the individual user to do.
Now that being said, remove the assert from the updater script and give it a try, just , as always, make
a backup first.
This is not, as per OP, not for the sm-t530/nu/31 etc.
m

Notacoder.com
I have no clue how I would do that xD

neitheramibutitsnothathard.gov/NSA/nicepr0nfolderyagotthereson
denniso08 said:
I have no clue how I would do that xD
Click to expand...
Click to collapse
It's a zip file. Open it on your PC with winrar or 7zip, go to META-INF/com/google/android/ and extract updater-script. Open it with notepad++ and edit out the first few lines, it should be pretty self-evident which lines comprise the assert. Delete those. Put the edited updater-script right back in the same folder in that zip and flash it. Also doable on your tablet, but it's a tad more cumbersome doing it that way, always easier to do on a PC.

moonbutt74 said:
D,
hi,
because this kernel package is for the milletwifiue sm-t330nu
to address the shortcomings of the kerne in sub77's cm12 rom build for
the sm-t330nu,
Additionally, i make no adjustments for twrp, i use my own recovery build [Philz]
also, i will not remove the updater-script device assert. That is for the individual user to do.
Now that being said, remove the assert from the updater script and give it a try, just , as always, make
a backup first.
This is not, as per OP, not for the sm-t530/nu/31 etc.
m
Click to expand...
Click to collapse
Ummm, but.... The galaxy tab 4 sm-t330nu Is the milletwifiue..... If it's the same as the cm 12.1 ROM it won't flash because the milletwifi and the milletwifixx are the only two models included in the asserts, which is totally backwards since it explicitly states it's for the milletwifiue. IMO
Edit:
Nope it should flash on his device, the kernel package does include the milletwifiue in its assert
Edit 2:
Totally missed that the original question was about the ROM, not the kernel. If you look in the ROM thread this was covered yesterday

Exile1975 said:
Ummm, but.... The galaxy tab 4 sm-t330nu Is the milletwifiue..... If it's the same as the cm 12.1 ROM it won't flash because the milletwifi and the milletwifixx are the only two models included in the asserts, which is totally backwards since it explicitly states it's for the milletwifiue. IMO
Click to expand...
Click to collapse
Yes, however, I am only answering questions about this kernel package. Questions about the rom should be asked on sub77 's thread.
This is the assert for MY updater script
Code:
assert(getprop("ro.product.device") == "milletwifi" ||
getprop("ro.build.product") == "milletwifi" ||
getprop("ro.product.device") == "milletwifiue" ||
getprop("ro.build.product") == "milletwifiue" ||
getprop("ro.product.device") == "milletwifixx" ||
getprop("ro.build.product") == "milletwifixx" ||
abort("This package is for device: milletwifi,milletwifiue,milletwifixx; this device is " + getprop("ro.product.device") + "."););
This is the assert for sub77's updater script
Code:
assert(getthread("ro.sub77's-rom.thread") == " http://forum.xda-developers.com/tab-4/development/rom-cyanogenmod-12-1-t3097152 " ||
abort("This is the wrong thread for your question: http://forum.xda-developers.com/tab-4/development/rom-cyanogenmod-12-1-t3097152; this thread is " + getprop("ro.moonbutt74's-kernel.thread") + "."););
xD
okay seriously though change or update your recovery, there's nothing backwards or conspiratorial about screwy device asserts, it happens.
or remove the assert.
And when all else fails see this video before proceeding https://www.youtube.com/watch?v=JmvCpR45LKA
{
"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"
}
m

moonbutt74 said:
Yes, however, I am only answering questions about this kernel package. Questions about the rom should be asked on sub77 's thread.
m
Click to expand...
Click to collapse
Guess we both misread the original question then since it was about the ROM.
But hey, wanted to say thanks for the kernel. Working beautifully.

Exile1975 said:
Guess we both misread the original question then since it was about the ROM.
But hey, wanted to say thanks for the kernel. Working beautifully.
Click to expand...
Click to collapse
E,
hi, are you experiencing the issue with power off charging ?
I think i have it pegged to lpm
after looking through the stock boot.img the lpm service is there
calling to /system/bin/lpm
which relies on [proprietary]
libmaet.so
libsxqk_skia.so
if you would, make a backup of your current rom and reflash sub77's release without flashing my kernel.
after you done getting through setup, make sure the tab is not connected to usb or power,
then shut off your device and plug it in. i am trying to determine if it's in the kernel or ramdisk config/setting is missing.
thanks.
m
to users of my cm11 build, also please let me know if this issue is occuring since it is the same kernel.

moonbutt74 said:
E,
hi, are you experiencing the issue with power off charging ?
I think i have it pegged to lpm
after looking through the stock boot.img the lpm service is there
calling to /system/bin/lpm
which relies on [proprietary]
libmaet.so
libsxqk_skia.so
if you would, make a backup of your current rom and reflash sub77's release without flashing my kernel.
after you done getting through setup, make sure the tab is not connected to usb or power,
then shut off your device and plug it in. i am trying to determine if it's in the kernel or ramdisk config/setting is missing.
thanks.
m
to users of my cm11 build, also please let me know if this issue is occuring since it is the same kernel.
Click to expand...
Click to collapse
M,
I did a factory reset and restored a backup from stock. Did anther factory reset and installed the CM package. First boot was fine, restarted, shut down, plugged in, and it charges while remaining shut off. With your kernel I have what is described elsewhere. When the tablet is turned off and I plug in, the charging icon shows briefly, then the tablet boots. Hope this helps.

E,
hi, thanks, i am reworking my source.
m

[kernel] cm12 sm-t330nu - UPDATED
okay,
after a couple of tests the issue seemed to be with the ramdisk sepolicy/init.
Power off charging issue should be resolved as per my testing
cm12-kernel-carmilla-linaro-milletwifiue-V2.zip
https://www.androidfilehost.com/?fid=23991606952596384
m

moonbutt74 said:
okay,
after a couple of tests the issue seemed to be with the ramdisk sepolicy/init.
Power off charging issue should be resolved as per my testing
cm12-kernel-carmilla-linaro-milletwifiue-V2.zip
https://www.androidfilehost.com/?fid=23991606952596384
m
Click to expand...
Click to collapse
M,
I can confirm it charges while off now. As far as stability it seems rock solid, but I'll let you know if I notice anything. Thanks again for all your hard work and super fast response to solve this. If there's ever anything I can do for you just let me know.

Exile1975 said:
M,
I can confirm it charges while off now. As far as stability it seems rock solid, but I'll let you know if I notice anything. Thanks again for all your hard work and super fast response to solve this. If there's ever anything I can do for you just let me know.
Click to expand...
Click to collapse
E,
hi, thank you for your reply, by all means update me, it's how i learn.
Keep your posts in the right threads and we're good, no worries. :good:
m

moonbutt74 said:
E,
hi, thank you for your reply, by all means update me, it's how i learn.
Keep your posts in the right threads and we're good, no worries. :good:
m
Click to expand...
Click to collapse
Mine charges now to while its turned off. Thanks

Related

Q&A: [BL1.1] [BL1.2]VEGAn-TAB GingerEdition v7.1.0 [UPDATED - 8/27/11]

{
"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"
}
Q&A on XDA for 7.1.0
This is just one of the many places you can discuss/chat/argue(nicely)/complain/rant/rave etc. with your fellow G-Tabbers about the latest version of VEGAn-TAB GingerEdition 7.1.0.
You can find all the pertinent info in the developer section here: http://forum.xda-developers.com/showthread.php?t=1236880
And also on the website here: http://vegantab.gojimi.com/2011/08/26/vegan-tab-gingeredition-7-1-0-for-bootloaders-1-1-and-1-2/
Since I will be the only one able to post on the dev section post I have opened up this Q&A post here. This has the advantage of allowing me to update when I can any info in subsequent posts in the Development forum without that post ending up at 100+ pages long...
I will also be closing the old thread so I apologize if anyone's conversation there gets abruptly cut off. Feel free to continue here but do try to stay on topic.
--Enjoy
Reserved
FAQ's Etc.
Q. My Market is no longer showing all the apps/or showing my device as incompatible!!
A. It happens.... sometimes the market loses the proper registration for our device.... to fix and re-register your device with the market... got to Settings/Applications find the Market app under the ALL tab and press the Clear Data button. That's it.... just reopen the market and viola everything is cool again.
I don't know whether this had been asked, although i sure I scoured google search about my problem and had no luck about the result
I had BL 1.2 , and after nvflashing and reinstalling CWM (BL 1.2) , I tried to flash and got this error
asser failed: getprop("ro.product.device =="harmony" || getprop("ro.build.product")
So did I missed anything painfully obvious? Did I need to upgrade this rom from previous VeganGE RC1 ? I previously used clemsyn/calkulin rom v6
fury7 said:
I don't know whether this had been asked, although i sure I scoured google search about my problem and had no luck about the result
I had BL 1.2 , and after nvflashing and reinstalling CWM (BL 1.2) , I tried to flash and got this error
asser failed: getprop("ro.product.device =="harmony" || getprop("ro.build.product")
So did I missed anything painfully obvious? Did I need to upgrade this rom from previous VeganGE RC1 ? I previously used clemsyn/calkulin rom v6
Click to expand...
Click to collapse
I don't think you missed anything. I had JUST installed a fresh clean VeganTab 7.0.0 RC1 (no apps installed yet) and it failed with the same assertion.
I just extracted the updater-script, removed the first two lines, and replaced it. Then it installed correctly.
However I also noticed that the splash screen still says 7.0.0. Also, Google Services framework crashed on first bootup (I wiped after flashing). Worked after the second bootup.
im getting this same error. Can you help explane what you did to get it to work?
New tab user here, so don't be harsh on the noob, can i use this on a Hannspad or not?
Can I get an Amy Pond wallpaper?
fury7 said:
I don't know whether this had been asked, although i sure I scoured google search about my problem and had no luck about the result
I had BL 1.2 , and after nvflashing and reinstalling CWM (BL 1.2) , I tried to flash and got this error
asser failed: getprop("ro.product.device =="harmony" || getprop("ro.build.product")
So did I missed anything painfully obvious? Did I need to upgrade this rom from previous VeganGE RC1 ? I previously used clemsyn/calkulin rom v6
Click to expand...
Click to collapse
Same error here too
Sent from my Adam using Tapatalk
Phoenix84118 said:
I don't think you missed anything. I had JUST installed a fresh clean VeganTab 7.0.0 RC1 (no apps installed yet) and it failed with the same assertion.
I just extracted the updater-script, removed the first two lines, and replaced it. Then it installed correctly.
However I also noticed that the splash screen still says 7.0.0. Also, Google Services framework crashed on first bootup (I wiped after flashing). Worked after the second bootup.
Click to expand...
Click to collapse
So what is the line that you typed in the update script?
AWESOME -- glad to see that VEGAN-Tab GB still lives!
TdiDave said:
im getting this same error. Can you help explane what you did to get it to work?
Click to expand...
Click to collapse
I had this same issue with vanilla CM, at least certain revisions. I could never figure out the why, but i had ripped out the offending lines in my own attempts to get CM7 running. Not sure if that's really recommended or not....
It's an issue with the 1.2 CWM currently released. I will be releasing a new version soon for both bootloaders. This issue is caused by CWM reporting the incorrect board identifier and is an easy remedy. For the time being I have uploaded a corrected installer in the dev section that will overlook the issue for now. It should be available in a few minutes.
So where's the updater script? Noob here T____T
Ok the new download with fixed assert check is available in the dev forum post. Please redownload and report back.
fury7: just redownload from dev section.... new installer should work.
assert(getprop("ro.product.device") == "harmony" || getprop("ro.build.product") == "harmony" || getprop("ro.product.board") == "harmony" ||
getprop("ro.product.device") == "smb_a1002" || getprop("ro.build.product") == "smb_a1002" || getprop("ro.product.board") == "smb_a1002");
This is what is in the first 2 lines, im no programer so have little understanding of what im looking at, but comparing it to other build props this looks like it labeling the device 2 different things, all other only did one ???
Edit: now downloading the file with corrected assert
Installed, wiped data ect. Every things is working great. Thanks
Just installed over clean/cleared stock 1.1, works great. All apps appear in market. No fc's yet.
One problem. Pandora, every other song plays back at a wonky slow speed. Sounds like playing a record at the wrong speed. Could this be related to dspmanager issues in CWM??
Can anyone repro this?
I can confirm this issue..... it's not related to dsp stuff because I remove all of that code as it is not functioning properly. I will look into it... it has something to do with aac decoder.
WIFI issues anyone?
I'm able to connect successfully to my Wifi network (protected with WPA), and for the most part it works. However, every 5-10 mins or so it will lose the connection and have to reconnect. It's able to successfully reconnect, so its not a showstopper for me but just wanted to see if others were having the same issue?
I'm certain its not my network for 2 reasons:
A) I've been streaming through my roku the whole time without issue on the same network.
B) I upgraded today from VEGAN GE RC1, and was not experiencing this issue when connecting to the same network since April on that ROM and used it successfully as recently as this afternoon.
So, I had 7.0.0 and I followed the directions from here: http://forum.xda-developers.com/showthread.php?t=865245 to install 7.1.0 and it's not working out. Did I miss something? I am currently stuck at "Powered by G-TABDEVS" screen. I am using loader 1.1 and I did grab the appropriate zip file.
Thanks in advance! Glad to see the project is on going!
Edit: 7.0.0 Seems to reinstall just fine. =/
dav_t said:
However, every 5-10 mins or so it will lose the connection and have to reconnect. It's able to successfully reconnect, so its not a showstopper for me but just wanted to see if others were having the same issue?
Click to expand...
Click to collapse
It may be due to the WLAN firmware blobs pershoot uses. He supplies newer Code Aurora Project supplied blobs with all his recent (since April '11) kernels which cause regular WiFi drops for me. The drops go away if I downgrade the firmware blobs to the Nvidia supplied ones that come with the VS (and NI Adam) stock firmware.
Get mine from here and report back. Use the CyanogenMod version which should work on all GB ROMs.
hey guys i'm in a bit of trouble lol feel free to call me an idiot. i know i am, i usually do more studying first and try to keep a backup of everything....but didnt this time.this feels alot more complicated than flashing an android phone!
so the gtab was given to me as a gift with regular froyo vegantab on it. i assumed everything was good and setup for me so i wiped data/cache and went to flash gingeredition with 1.1 bootloader zip. it loads up past the birds and just stays on the "powered by g-tabdevs" screen.
Next, i tried partitioning the sd card first and then flashing but still the same thing.
can anyone point me in the right direction?

Color OS 2.0.6 Beta +PreRooted+Customized

Dear All
Since many are having problems flashing color os 2.0.6 beta with root (plus chinese websites downlaods are amazing slow in countries like mine), i thought to create this thread.this is a highly customized rom from the chinese Forum. i have been playing for a couple of hours and everything looks good
This comes prerooted with lots of amazing feautures and is a stripped down version of color os.
The advantage you get over CM11 are many the main ones are MIUI Like customized theme and Amazing camera quality
Please Note that you have to use the Chinese recovery provided in the zip as it does not work with any other recovery. the recovery will be in Chinese (i believe the first one is reboot, second one is install from zip, third option is wipe factory data, fourth is wipe cache )
Alternatively you could also use the following command
fastboot boot recovery.img (but rename the recovery file to "recovery" first, this does not flash the recovery only boots it up so make sure the usb cable stays connected until you boot up color os )
UNZIP THE FILE FIRST(as it includes the recovery)
once the colors os is booted you would have to change the language, once you go to settings in the first (general tab third last row there is a language and input method, use that to change to english)
This ROM-based version 7.25 Date Coloros2.0.6 streamline modifications to optimize, adding a number of optimization and stability testing. This ROM is carefully modified, expect everyone's advice and support, has introduced more and better ROM to select local friends.
Feautures
Delete the official recovery, and all script
two streamlined out security center, delete QQ, microblogging and other pre-installed software.
3 Add the latest full version root.
4 forced GPU rendering.
5 optimize brightness:
Auto Brightness: 8 Maximum 215 Minimum brightness
manually Brightness: 255 Default minimum 8 maximum 80
June optimized GPS, speed up the positioning speed.
7 integration Bravia_Engine_V3 imaging engine.
8 Update Host library block ads + Google login.
9 Add _Fly-On_Mod new optimization:
10 optimized touch-screen effect
11. optimize cpu running
12.zipalign optimize application
13. optimized memory management
database optimization 14.SQL
15. optimize network
16. optimize battery power
17 degrees to mention 4096 memory reads
18. improve the overall touch response
19. reducing dialing time
20. improve the picture quality to 100%
21. optimization window animations optimized
22. improve the quality of pictures and video of
23. improve fluency and reaction slide
24. improve the black screen problem after the call ends
25. repair some application error problem
26. unlocked FPS improve performance 2D/3D
27. upgrade virtual memory to 128M_build
28. modify some scripts to optimize and streamline redundant depth streamline
29.FM join the most popular Koala FM, replacing the input method for the most succinct Iflytek input method, cocoa Replace the App Store's most comprehensive national database Baidu mobile assistant
part of the streamlining of the list:
ApplicationsProvider.apk
BasicDreams.apk
Browser.apk
CertInstaller.apk
DayDreamVideo.apk
DigitalPenWorkService.apk
Email.apk
etao_huoyan.apk
Exchange.apk
FaceDetectService.apk
FaceLock.apk
FreeWeatherLiveWallpaper.apk
HTMLViewer . apk
IFlySpeechService.apk
KeKeGameCenter.apk
KeKeMarket.apk
LiveWallpapers.apk
MHeiGB18030C_Medium.apk
NoiseField.apk
OppoActionParser.apk
OppoBaiduTranslateService.apk
OppoBootReg.apk
OppoDigitalClockWidget.apk
OppoDriveMode.apk
OppoFileTransfer.apk
OppoLockScreenCard.apk
OppoLockScreenGlassBoard.apk
OppoLockScreenTravel.apk
OppoScratch.apk
OppoSpeechAssist.apk
OppoSpeechService.apk
PhaseBeam.apk
PicoTts.apk
QuickSearchBox.apk
Reader.apk
SharedStorageBackup.apk
SogouIME-build54468_20140717.apk
UserDictionaryProvider.apk
VoiceSearch.apk
Voiceprint.apk
{
"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"
}
Mods: mods should you feel that this thread is unnecessary, redundant or does not belong here please feel free to trash it anytime.
Credits to
DMO7.26
MIUI Indifferent
Note: UNZIP THE FILE FIRST
ROM: https://mega.co.nz/#!AlE0AAjI!ibyFA5Lxan2u5qFQSRgLlidQEztKOWkyaX_JNxKATzM
Working Gaps for Color OS
http://www.androidfilehost.com/?fid=23189362627840912
Download now..thanx
Sent from my One using XDA Premium 4 mobile app
Just as an FYI... You can modify updater-script in a way that it is flashable via TWRP like I did. I can provide my zip later, then you can root it if you want to.
Sent from my A0001 using XDA Premium 4 mobile app
dansou901 said:
Just as an FYI... You can modify updater-script in a way that it is flashable via TWRP like I did. I can provide my zip later, then you can root it if you want to.
Sent from my A0001 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
that would be perfect and would benefit all, thanks
Root color os using this zip
Just for information....
One can flash this zip http://d-h.st/zJ8 to root successfully color os for oneplus one...
Thanks...
:good:
---------- Post added at 05:52 PM ---------- Previous post was at 05:51 PM ----------
alybhamani said:
that would be perfect and would benefit all, thanks
Click to expand...
Click to collapse
See this link ... http://d-h.st/zJ8
flashable zip
dansou901 said:
Just as an FYI... You can modify updater-script in a way that it is flashable via TWRP like I did. I can provide my zip later, then you can root it if you want to.
Sent from my A0001 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
hello
could you please provide the zip file so i can install it through twrp, im not able to flash the Chinese recovery.
thanks in advance
mr_wehbe said:
hello
could you please provide the zip file so i can install it through twrp, im not able to flash the Chinese recovery.
thanks in advance
Click to expand...
Click to collapse
If you have the color os rom zip with you, then open it with 7zip and just extract the file
META-INF/com/google/android/updater-script
then edit it with notepad ++ ,
remove the 1st line .....
assert(getprop("ro.product.device") == "A0001" getprop("ro.build.product") == "A0001");
or
edit the 1st line as ...
assert(getprop("ro.product.device") == "A0001" || getprop("ro.product.device") == "bacon" || getprop("ro.build.product") == "bacon" || getprop("ro.build.product") == "A0001");
Then put back the edited file in the opened ROM Zip file (by 7zip)
Save...
Then try flashing the zip from TWRP,
let me know in case of any issue ...
Mnt-XDA said:
If you have the color os rom zip with you, then open it with 7zip and just extract the file
META-INF/com/google/android/updater-script
then edit it with notepad ++ ,
remove the 1st line .....
assert(getprop("ro.product.device") == "A0001" getprop("ro.build.product") == "A0001");
or
edit the 1st line as ...
assert(getprop("ro.product.device") == "A0001" || getprop("ro.product.device") == "bacon" || getprop("ro.build.product") == "bacon" || getprop("ro.build.product") == "A0001");
Then put back the edited file in the opened ROM Zip file (by 7zip)
Save...
Then try flashing the zip from TWRP,
let me know in case of any issue ...
Click to expand...
Click to collapse
If you want to eliminate every error, you have to look for the line "wipe.data()" (or similar) and remove it (that line produces an error, but the ROM boots fine)
Sent from my A0001 using XDA Premium 4 mobile app
The Data Monitor doesn't work, it need to be configured first but the configuration offers to choose only Chinese telecom providers.
Edit :
Sorry mate, your optimization maybe too much, only google apps can access cellular data, there is no connection for any other apps.
I just installed the regular beta 2.06 and every apps can access internet .
lapocompris said:
The Data Monitor doesn't work, it need to be configured first but the configuration offers to choose only Chinese telecom providers.
Edit :
Sorry mate, your optimization maybe too much, only google apps can access cellular data, there is no connection for any other apps.
I just installed the regular beta 2.06 and every apps can access internet .
Click to expand...
Click to collapse
is any one facing problem with youtube?
i have problem after flashing the gapps in youtube
regards
closed at OP request...
so...OTAs are not available for colorOS when rooted? also, no matter what root zip i use, supersu says it can't root and i dont have root, though colorOS complains i have rooted and will thus neuter the os. Any advice from anyone on fixing either of these issues?
Anyone can share camara app?
Anyone tried this with MultiRom? I want to try this with Multirom
darkerm said:
Anyone tried this with MultiRom? I want to try this with Multirom
Click to expand...
Click to collapse
me too... If someone tell us if it works thanks you
Is the link correct?
i also want to know if this work with multirom, no one has tried it yet?
Google Play?
chailee said:
i also want to know if this work with multirom, no one has tried it yet?
Click to expand...
Click to collapse
It works, but only if you switch Color OS to primary every boot and after you're done you have to switch it back to secondary. This takes approx. 5 min and is annoying as hell.
The reason for this is that Color OS doesn't have a custom kernel since it's closed source. MultiROM needs the kernel of the primary ROM to have the kexec-hardboot patch included. The secondary ROM's kernels don't need this patch.
So when you install it as Primary, your secondary ROMs won't work because the kexec-hardboot patch is missing, but as a secondary ROM with a primary ROM that does have the patch it won't boot.
I hope that suffices as an explanation.
-Mats
I'm use flashify for backup coloros kernel and secondary ROM kernel and i restore the correct kernel , after i switch the ROM.

[ROM][4.4.2][TW] 100% stock 4.4.2 kitkat P5210 [Deodexed+Rooted build also available]

This is a 100% stock flashable zip of the recently released 4.4.2 firmware for the P5210. As it is 100% stock, it is fully bloated, odexed, and non-rooted. If you wish to attain root you can do so by flashing superSU-2.02 zip from chainfire. As of right now, no other root method appears to be working, including towelroot.
Download link below.
A deodexed + rooted build is also available. The deodexed / rooted build also has unsecure boot, courtesy of @moonbutt74
NOTE: if you flash the deodexed version and have problems with root, flash UPDATE-SuperSU-v2.02.zip from here. I don't anticipate any root problems, but just in case, this will fix it.
100% stock: STOCK-4.4.2-P5210(fixed).zip
deodexed + rooted: STOCK-ROOTED-DEODEXED-4.4.2-P5210(fixed).zip
Anyone may feel free to use this as a base for their ROM. I only ask that you give me credit.
finally
Now how sweet is this? Will flash it asap... (nasty CWM backup takes forever)
Restl3ss said:
This is a 100% stock flashable zip of the recently released 4.4.2 firmware for the P5210. As it is 100% stock, it is fully bloated, odexed, and non-rooted. If you wish to attain root you can do so by flashing superSU-1.9.4 zip from chainfire. As of right now, no other root method appears to be working, including towelroot.
Download link below.
A deodexed + rooted build will be ready soon, I'm just trying to iron out the kinks with the deodex script (about 10 apks seem to be fighting me)
Download: 100% stock P5210 4.4.2
Click to expand...
Click to collapse
I flashed this on top of Pimpdroid, and now I can use google now launcher in stock rom. Let me just imagine for a second that I achieved something impossible. And this is super fast! In a word, I am very happy.
I have a little problem when i try to install the kitkat update from samsung i get this error at the 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"
}
[/IMG]
and when i try to flash your stock kitkat in twrp i get this: this is for the device santos10wifi your device is santos103g
but i am 100% sure i have the p5210
damian312 said:
I have a little problem when i try to install the kitkat update from samsung i get this error at the screenshot
[/IMG]
and when i try to flash your stock kitkat in twrp i get this: this is for the device santos10wifi your device is santos103g
but i am 100% sure i have the p5210
Click to expand...
Click to collapse
have the same error!
Try flashing with philz recovery instead of twrp, i find it works a LOT better
Restl3ss said:
Try flashing with philz recovery instead of twrp, i find it works a LOT better
Click to expand...
Click to collapse
Ok which version do i need and how do i install it because i can not flash it through twrp?
Can you flash (odin ) back to 4.2.2 after flashing this?
damian312 said:
Ok which version do i need and how do i install it because i can not flash it through twrp?
Click to expand...
Click to collapse
get philz from this thread. once you have it up, wipe data, cache, dalvik cache, system, and boot. Flash zip (should install fine). reboot. enjoy.
firestorm942 said:
Can you flash (odin ) back to 4.2.2 after flashing this?
Click to expand...
Click to collapse
don't know, haven't tried. Probably can, this isn't like the galaxy S family of phones with e-fuses
Actually, wait. I seem to be having problems with philz. Getting stuck on splash screen, had to Odin. hmm
Restl3ss said:
Actually, wait. I seem to be having problems with philz. Getting stuck on splash screen, had to Odin. hmm
Click to expand...
Click to collapse
if i try to flash philz it keep saying my device is santos103g and not santos10wifi
i have 100% sure gt-p5210 it is on the back of the tablet
damian312 said:
if i try to flash philz it keep saying my device is santos103g and not santos10wifi
i have 100% sure gt-p5210 it is on the back of the tablet
Click to expand...
Click to collapse
That's an extremely weird glitch. Try odining back to 4.2.2 and start over. Maybe try a different region firmware
Happening to me to...
Can't wait for the rooted build! I wonder though, since it is based on the Canadian release, will it contain the same language pack as the European devices?
VIRGIN KLM said:
Can't wait for the rooted build! I wonder though, since it is based on the Canadian release, will it contain the same language pack as the European devices?
Click to expand...
Click to collapse
Rooted / deodexed build will be up in about 15 minutes, it's uploading right now and at about 84%
Took enough work, this thing did NOT want to be deodexed. Took about 6 hours.
edit: it's up. enjoy
damian312 said:
if i try to flash philz it keep saying my device is santos103g and not santos10wifi
i have 100% sure gt-p5210 it is on the back of the tablet
Click to expand...
Click to collapse
Restl3ss said:
That's an extremely weird glitch. Try odining back to 4.2.2 and start over. Maybe try a different region firmware
Click to expand...
Click to collapse
firestorm942 said:
Happening to me to...
Click to expand...
Click to collapse
Then there is a missmatch between your recovery device name and the device name in the zip. I think your recovery is made with device name santos103g. and that doesn't work with a recovery script that searches for santos10wifi. So manually change name in the update-script to search for santos103g and u are good or the maker of the recovery needs to make a fix Or u flashed a recovery that works, but for another device
Hazou said:
Then there is a missmatch between your recovery device name and the device name in the zip. I think your recovery is made with device name santos103g. and that doesn't work with a recovery script that searches for santos10wifi. So manually change name in the update-script to search for santos103g and u are good or the maker of the recovery needs to make a fix Or u flashed a recovery that works, but for another device
Click to expand...
Click to collapse
i don't have enough knowledge to fix that
would you fix the recovery if i upload it?
Same issue runing CAG-mans latest ROM
The "update-script" contains the following:
assert(getprop("ro.product.device") == "santos10wifi" || getprop("ro.build.product") == "santos10wifi" || abort("This package is for \"santos10wifi\" devices; this is a \"" + getprop("ro.product.device") + "\".");
ui_print("");
ui_print("+++++++++++++++++++++");
ui_print(" TWRP v-2.7.1.0 ");
ui_print("+++++++++++++++++++++");
ui_print("Galaxy Tab 3 gt-p5210");
ui_print("+++++++++++++++++++++");
#
ui_print("Flashing");
ui_print("+++++++++++++++++++++");
#
#
package_extract_file("recovery.img", "/dev/block/mmcblk0p11");
#
ui_print("Done");
ui_print("+++++++++++++++++++++");
EDIT: Did a full stock reflash in odin, then flashed TWRP 2.7 (the oen misslabled 2.6.3.0) in Odin.
Still same error when flashing TWRP-v2710-gtP-5210.zip in recovery.
Same issiu when trying to flash the PhilzAdvCWM.6_55_0-gtP-5210.zip in recovery
EDIT: Found an old CWM 6.0.2.8 and flashed it in Odin, From there I was able to flash the PhilzAdvCWM.6_55_0-gtP-5210.zip and it booted fine and from there the TWRP was flashable to.
EDIT: And now stuck on Sammy logo
on recovery and vendor
hey all,
my instructions to install recovery are clear. again, you must dd write cwm as it is not a flashable zip.
AFTER you have done that then you can flash philz or twrp because they are flashable zips.
this is a re-worked system/vendor directory http://d-h.st/kSw
to address samsung's strange use of symlinks in vendor/lib
the rom hangs at boot because after copy/rebuild to a flashable zip the symlinks in vendor directory get broken
this is not a flashable zip.
instructions extract the contents and drop them into your rom.zip. you should all be familiar with the android
directory structure. when prompted to overwrite, do so.
m

[E450]ULTRASLIMROM(Optima Team)

{
"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"
}
Code:
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
HOW TO
1. Install Phils Touch Recovery(http://forum.xda-developers.com/optimus-l3-l5-l7-l9-ii/development/lg-l5ii-e460-philz-touch-cwm-advanced-t2893044)
2. Reboot To Recovery
3. Wipe Data, Cache and Dalvik Cache
4. Install Zip SlimRom (This will Wipe system)
5. Install GAPPS
6. Reboot
Features
# Very Slim
# Fast
# All Bloat Removed
# Separate GAPPS
# Very Fast
# Deodexed
# Zipalign
# Png Optimization
# WiFi Issue Fixed
# Did I mention its very fast
Benchmark
I don't usual y post benchmarks because they can be tricked in giving fake results. I only use it to test if something is causing performance issues, like gfx tweaks causing the device to lag and so on. Here it is no tricks, no fake.
Screen Shots
DOWNLOAD​
RESERVED
RESERVED
Nice rom, will surely give a try whenever zi have time. Good idea with separating GAPPS from the from. You gotta tell me how do you make it so fast hahah
Good job man.
any chance for e460?
porozex said:
any chance for e460?
Click to expand...
Click to collapse
It works on E460.
Beershake said:
It works on E460.
Click to expand...
Click to collapse
you said that also the modded kernel from e450 works but it didnt. so sorry but i dont trust you
porozex said:
you said that also the modded kernel from e450 works but it didnt. so sorry but i dont trust you
Click to expand...
Click to collapse
Nodded kernel didn't work because an error on my part. I called busybox the wrong way. I didn't notice because It worked for me but when flashing back stock I noticed that it needed further modding.
Beer shake said it worked because he was able to boot after flashing the nodded kernel. What he meant was it didn't brick his device.
As far as the ROM goes I am not 100% sure what the difference is between the 2 devices . what I can say is if you device supports NFC then NFC will stop working as my device does not have NFC. If you have dual sim then your sim probably won't work ether. I would suggest making a back up and try it. If it doesn't work then let me know and I can try help to port it.
slipsystem said:
Nodded kernel didn't work because an error on my part. I called busybox the wrong way. I didn't notice because It worked for me but when flashing back stock I noticed that it needed further modding.
Beer shake said it worked because he was able to boot after flashing the nodded kernel. What he meant was it didn't brick his device.
As far as the ROM goes I am not 100% sure what the difference is between the 2 devices . what I can say is if you device supports NFC then NFC will stop working as my device does not have NFC. If you have dual sim then your sim probably won't work ether. I would suggest making a back up and try it. If it doesn't work then let me know and I can try help to port it.
Click to expand...
Click to collapse
No dual sim of L5II in Europe as far as I know, anyeays it should work as the e450 has no huge differences.
Great work!
Got a couple of questions... Can I delete stock unuseful apks without getting the "securitu error" problem? Can I replace the phone app with the stock one?
Thank you!
alejflores94 said:
Great work!
Got a couple of questions... Can I delete stock unuseful apks without getting the "securitu error" problem? Can I replace the phone app with the stock one?
Thank you!
Click to expand...
Click to collapse
Sure you can replace phone apk with the stock one. Ehm, this rom has already most bloatware removed, if you brave enough go ahead.
alejflores94 said:
Great work!
Got a couple of questions... Can I delete stock unuseful apks without getting the "securitu error" problem? Can I replace the phone app with the stock one?
Thank you!
Click to expand...
Click to collapse
Most of the stock lg apps are removed, so there shouldn't be any need to do delete anything. There are still a few apks that will be removed in a future ota update. The phone apk is the stock mmodified version. You can replace with the stock but it must be deodexed .
Great man! I only have one problem: whenever I try to enter in the Background (sfondo in italian) menu the settings app crashes. I hope I explained it well, sorry for my english.
Wishing for an update via ota :good:
marzionellospazio said:
Great man! I only have one problem: whenever I try to enter in the Background (sfondo in italian) menu the settings app crashes. I hope I explained it well, sorry for my english.
Wishing for an update via ota :good:
Click to expand...
Click to collapse
I'm an italian developer and I can help you if need, just PM me.
Help
Works on e450f? I tried to install with "CWM is Locked Bootloader (Beta 2)" most of the installation error, not able to use "Phils Touch Recovery" and not compatible for my device (sorry for my english I'm Brazilian and more use the translator =])
luxux said:
Works on e450f? I tried to install with "CWM is Locked Bootloader (Beta 2)" most of the installation error, not able to use "Phils Touch Recovery" and not compatible for my device (sorry for my english I'm Brazilian and more use the translator =])
Click to expand...
Click to collapse
E450f is still a device that has locked bootloader so it's hard to say if you can install this or not. Currently devices with less difficulties are E450 and E460.
Could anyone upload updater script from this rom, I can't download the full rom at the moment but I want to see the updater script for my personal purposes.
luxux said:
Works on e450f? I tried to install with "CWM is Locked Bootloader (Beta 2)" most of the installation error, not able to use "Phils Touch Recovery" and not compatible for my device (sorry for my english I'm Brazilian and more use the translator =])
Click to expand...
Click to collapse
This will not work on cwm4lbl it formats the system and will cause the recovery to stop working before the install finishes.
Also the bootimg is custom so you will get security error.
slipsystem said:
This will not work on cwm4lbl it formats the system and will cause the recovery to stop working before the install finishes.
Also the bootimg is custom so you will get security error.
Click to expand...
Click to collapse
Could you post the updater script from this rom as I can't download the full.
later you might well produce a e450f and to make people happy =]
Beershake said:
Could you post the updater script from this rom as I can't download the full.
Click to expand...
Click to collapse
https://dl.dropboxusercontent.com/u/51036208/Android/Template.zip
can u give it a kitkat feel ????

Android 5.0 Lollipop ported on LG Optimus G (GEE & GEEB)

Hello guys,
Now we can try Android 5.0 on our LG Optimus G (I'm using it on E970).
Thanks a loooooot to @Kevinjoa for his port.
Thanks to @KevTheGuy for his detailed info about this port.
***CAMERA is working fine, including 'lens blur' feature***
***Don't flash any GAPPS
***Flash the kernel (linked below)
***TWRP is the preferred recovery method
Caution:
NFC not working.
SD Card can not be mounted.
Link to the original posts:
From XDA
From another blog
*Download the latest release from HERE
*Flash this KERNEL
*Flash SuperSU to get root access.
Instructions:
1. Backup your current ROM
2. Wipe 'System', 'Data', 'Dalvik Cache' & 'Cache'
3. Flash the ROM -> Kernel -> SuperSU. One by one.
4. Wipe 'Dalvik Cache' & 'Cache'
5. Reboot & give it atleast 5 minutes for 1st boot.
Google Now Launcher (Andorid 5.0) link:
http://www.dropbox.com/sh/1u17g3me7y308mo/AADNYxVzkfVbsKPnXYjIb5_Ea?dl=0
Other Google Apps (Android 5.0) link: (Just install 'Gmail, Calendar for material design experience. Other apps already installed in the ROM)
https://www.dropbox.com/sh/m8rw7h4rytjbo7d/AAD4TOXeQuCtpoMR9z1jlA27a?dl=0
Thanks
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"
}
Thank you going to try it.. Need to found some fix to sd its very important
danielad200 said:
Thank you going to try it.. Need to found some fix to sd its very important
Click to expand...
Click to collapse
You are welcome . Yeah, I'm looking for that too.
is the camera working correctly on geeb?
The builds provided in the link you posted are from @Kevinjoa , and he has a thread on the Sprint LG Optimus G forums (http://forum.xda-developers.com/optimus-g-sprint/development/port-android-l-preview-gee-t2818325). There are more posts and active members there, so anyone that wants to know what's up should head there.
Also, Data doesn't work with kernelgeeb.zip on release 17 (just tested it)
You can get Data and camera to work on release 17 (or any Kevinjoa's builds i think) with this kernel (https://mega.co.nz/#!VNcRCCiK!I0cV-A1MgcEsTWsx07zVmxEDGgQIjt7DjP_dEqY_WwU) but then wifi doesnt work. Right now I'm experimenting replacing some wifi files in the rom to see if wifi works with the jollaman's kernel provided above.
I'll report back as soon as I can.
And btw thanks for creating this thread here on e970 forums, I don't think everyone knows about the Spring OG thread
EDIT2: Well turns out making a flashable zip isn't as simple as I thought xD
EDIT1: Ok so I got Wifi, Data, and camera working on release 17 with jollaman's geeb kernel for L, though autorotation gets bugged most of the times i think.
For those interested:
I took all wifi-related files in this rom (https://mega.co.nz/#!xB9xGSpK!kGCJo_GiLqRhPneqbv95xckbSmL2UMQbs7kdn0kZyAU)
from these folders:
\system\etc\wifi
\system\vendor\firmware\wlan\prima
\system\etc\firmware\prima
and copied them to the respective folders in release 17 rom.
Then I flashed the modified rom file and the jollaman kernel.
I can try to make a flashable zip of the wifi files, though i have never done it before.
And also, I read that jollaman999 is working on v12 of his kernel which would be compatible with Lollipop, so in the meantime if you want jollaman's kernel features then this is the way to go
uumeshh said:
is the camera working correctly on geeb?
Click to expand...
Click to collapse
Camera is working, including 'Lens Blur' feature.
KevTheGuy said:
The builds provided in the link you posted are from @Kevinjoa , and he has a thread on the Sprint LG Optimus G forums (http://forum.xda-developers.com/optimus-g-sprint/development/port-android-l-preview-gee-t2818325). There are more posts and active members there, so anyone that wants to know what's up should head there.
Also, Data doesn't work with kernelgeeb.zip on release 17 (just tested it)
You can get Data and camera to work on release 17 (or any Kevinjoa's builds i think) with this kernel (https://mega.co.nz/#!VNcRCCiK!I0cV-A1MgcEsTWsx07zVmxEDGgQIjt7DjP_dEqY_WwU) but then wifi doesnt work. Right now I'm experimenting replacing some wifi files in the rom to see if wifi works with the jollaman's kernel provided above.
I'll report back as soon as I can.
And btw thanks for creating this thread here on e970 forums, I don't think everyone knows about the Spring OG thread
EDIT2: Well turns out making a flashable zip isn't as simple as I thought xD
EDIT1: Ok so I got Wifi, Data, and camera working on release 17 with jollaman's geeb kernel for L, though autorotation gets bugged most of the times i think.
For those interested:
I took all wifi-related files in this rom (https://mega.co.nz/#!xB9xGSpK!kGCJo_GiLqRhPneqbv95xckbSmL2UMQbs7kdn0kZyAU)
from these folders:
\system\etc\wifi
\system\vendor\firmware\wlan\prima
\system\etc\firmware\prima
and copied them to the respective folders in release 17 rom.
Then I flashed the modified rom file and the jollaman kernel.
I can try to make a flashable zip of the wifi files, though i have never done it before.
And also, I read that jollaman999 is working on v12 of his kernel which would be compatible with Lollipop, so in the meantime if you want jollaman's kernel features then this is the way to go
Click to expand...
Click to collapse
I'm on E970 & camera, wifi worked perfectly. But thanks a lot for your detailed post. Is there any patch for SD card & NFC? Except these 2 things, this ROM is not bad!
mtatohin said:
I'm on E970 & camera, wifi worked perfectly. But thanks a lot for your detailed post. Is there any patch for SD card & NFC? Except these 2 things, this ROM is not bad!
Click to expand...
Click to collapse
Not yet. That's what's keeping me from using this rom as a daily driver :c .
I guess Jollaman's kernel v12 will fix those issues, but as far as I know, there is no word on when he's releasing it
KevTheGuy said:
Not yet. That's what's keeping me from using this rom as a daily driver :c .
I guess Jollaman's kernel v12 will fix those issues, but as far as I know, there is no word on when he's releasing it.
Click to expand...
Click to collapse
are you sure? v12 is here for geeb
http://buf.jollaman999.com/jolla-kernel_AIO-gee/
samuel3mn2 said:
are you sure? v12 is here for geeb
http://buf.jollaman999.com/jolla-kernel_AIO-gee/
Click to expand...
Click to collapse
EDIT: Well the v12 does have the option for android L kernel, but then wifi and data dont work, and still no SD card mounting : |
Wou that's new. sorry, I'll edit my post, and try it on android L release 17 to see how it goes.
according to jollaman999 camera is working and he added sd card init lines for geeb (http://forum.xda-developers.com/opt...el-jolla-kernel-cm-based-roms-t2851612/page46).
Sd card still not working with the new kernel
I am was install the kernel camera works perfectly but 3g data is dissaper
How stable is this to use as an everyday?
@mtatohin,
Nice work on the post
I tried the Android L Porting with Kernel "jolla-kernel_AIO_V12_Rev2-geeb,e970" and finding trouble in.....
---------------
1. No reboot option.
2. Camera can't connect error.
3. NFC Not working.
4. Data connection not working. Tried the steps to manually add the APN's but still problem exists.
5. SD not Mounted.
---------------
I did a clean install.
Please help for the above with any fixes.
Thank you.
P.S You are doing a Good Job.:good::good:
Is there no way to enable sad card?
Mikeandrd2292 said:
Is there no way to enable sad card?
Click to expand...
Click to collapse
As been mentioned many times in this thread, no. It might require a framework modification.
Amazing work!
Rockwig said:
As been mentioned many times in this thread, no. It might require a framework modification.
Click to expand...
Click to collapse
Is there no way to enable the happy card?
Sent from my AT&T LG Optimus G
plaster said:
Is there no way to enable the happy card?
Sent from my AT&T LG Optimus G
Click to expand...
Click to collapse
You could try decompiling the framework-res.apk and then modifying the file "storage_list.xml" in "res/xml/" and add the proper values, something like:
"<storage
android:mountPoint="/storage/sdcard1"
android:storageDescription="@string/storage_sd_card"
android:removable="true"
android:maxFileSize="4096" />"
(from https://source.android.com/devices/tech/storage/config-example.html)
after the existing entry in there.
Then you would need to recompile the .apk and add that to the device.
After that, it might show up (with the right Kernel).
Rockwig said:
You could try decompiling the framework-res.apk and then modifying the file "storage_list.xml" in "res/xml/" and add the proper values, something like:
"<storage
android:mountPoint="/storage/sdcard1"
android:storageDescription="@string/storage_sd_card"
android:removable="true"
android:maxFileSize="4096" />"
(from https://source.android.com/devices/tech/storage/config-example.html)
after the existing entry in there.
Then you would need to recompile the .apk and add that to the device.
After that, it might show up (with the right Kernel).
Click to expand...
Click to collapse
thanks for this..
will try soon..
i read that for proper ad card support we neen to mod kernel, framework-res.apk and platform.xml..
will you tell us what we need to do with kernel and platform.xml ?

Categories

Resources