Dev N8013 WIP - Galaxy Note 10.1 Q&A, Help & Troubleshooting

I need help from some of you 8000 developers.
Im trying to deodex and zipalign a stock rom for my 8013 in dsixda kitchen.
Im able to deodex and make a rom. i zipalign and convert updater script to edify and sign it.
But it fails from error 0 everytime
Sent from my GT-N7000 using Tapatalk 2

Oh man I am like 1-2 days out for my N8013 and will be all over helping out.
Launched from Hot Rod running AOKP JB!!

Sweet ya i got dsixda kitchen working properly and im able to deodex and zipalign and then sign but i get error 0 no matter what i try. .. According to cwm thats related to updater script... I tried the older script version and edify and verified no errors and no go on flashing... Maybe something in the script isnt right for samsung. .. Ie. That kitchen is mainly for htc. .
Id love to put a rom together with you. Your theming is nice on my a500
Also figured id ask the n8000 guys what they are cooking roms with since im having errors
Sent from my GT-N7000 using Tapatalk 2

I would assume that the 8000 and 8013 have the same partitions as far as boot,system and most all that. I would verify the script that the kitchen is making with a know good script for a N8000 ROM. Verify mount points and all that jazz. Would bet there is an error on how the kitchen in building the updater-script.
Launched from Hot Rod running AOKP JB!!

Thanks for the heads up. Dont have wifi in my new place till tomorrow, trying to dl a 700mb rom over hotspot sucks when im being throttled. .. Will try to compare tonight at my moms. .
Sent from my GT-N7000 using Tapatalk 2

dsixda doesn't recognize the N80xx... I can't remember if it has I9300 support, but you need to place the model number as an empty file in one of the directories (forget which one...)
For example, look for GT-I9100... The same directory MIGHT work for N80xx/I9300 as I think the kernel and system partitions are the same, but not sure.

Ya i compared a script from an n8000 rom and the kitchen one was way off....
Sent from my GT-N8013 using Tapatalk 2

DJsCrIBbLe said:
Ya i compared a script from an n8000 rom and the kitchen one was way off....
Sent from my GT-N8013 using Tapatalk 2
Click to expand...
Click to collapse
I think that unless it properly "recognizes" a devices from one of its supported categories, it defaults to assuming an original GalaxyS device...

Moved To Q&A​
Please dont post questions in the dev section​

How is it a question. its a dev wip for 8013 thread. ..
Sent from my GT-N7000 using Tapatalk 2

Did you ever figure out how to get the mount points correct? If so, did you correctly get edify_defs set up or manually edit the update script?

Related

Rom with spell checker?

I just got this phone yesterday to discover that the stock rom (rooted) doesn't have the red line show up under a misspelled word. I had this on my evo 4g running cm9 or 10.
Does anyone know of a rom, or roms, that would have this feature.
Sent from my SCH-I535 using Tapatalk 2
Or would anyone know of a way to add this feature to the stock ics rom?
Thanks,
Sent from my SCH-I535 using Tapatalk 2
bluezr1 said:
Or would anyone know of a way to add this feature to the stock ics rom?
Thanks,
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
never really paid attention to this.
id think this might be a keyboard feature more than a rom feature, no?
ddurandSGS3 said:
never really paid attention to this.
id think this might be a keyboard feature more than a rom feature, no?
Click to expand...
Click to collapse
I installed LantinIME.apk from a rom I extracted for the evo. The keyboard worked but still no spell checker. Did you happen to notice if any of the roms you've flashed had this feature, preferably an ICS rom?
Sent from my SCH-I535 using Tapatalk 2
I also think this is a keyboard feature. Try installing one of the different keyboards from the play store.
I'm using swift 3, no red lines on touchwiz, however my galaxy player 5.0 running cm9 w/swift 3 has it (did not on touchwiz). I assume this is a rom feature.
Sent from my VZW GS3 running Synergy/Trinity/Dark Horse Rises
I have been trying to ilfigure this out for a while. I haven't been able to get it to work with any of the roms. Someone said CM10 might do it but haven't tried.
Edit:
This is a better start: http://forum.xda-developers.com/showthread.php?t=1832126 the changes could be diffed from the stock rom
OR
Some info behind it: http://forum.xda-developers.com/showthread.php?t=1641988&page=2
con247 said:
Edit:
This is a better start: http://forum.xda-developers.com/showthread.php?t=1832126 the changes could be diffed from the stock rom
OR
Some info behind it: http://forum.xda-developers.com/showthread.php?t=1641988&page=2
Click to expand...
Click to collapse
Would you happen to know if that would work with the stock rom (rooted) for Verizon?
I just got the phone and even though I've been doing a ton of reading, I'm still a noob when it comes to the s3. And the last thing I want to do is mess anything up. Atlest with the evo 4g I didn't have to worry about different carriers and what not.
Thanks,
Sent from my SCH-I535 using Tapatalk 2
The changes made should work. So basically if you compared the changes of this to their stock rom here: http://forum.xda-developers.com/showthread.php?t=1825272 and then applied the same changes to our stock rom, it would work. BUT their files as is will not work.
Basically, it would probably take about 15 minutes for someone to do if they knew what they were doing. I however don't have 15 minutes to spend on this so I can't help right now lol.
con247 said:
The changes made should work. So basically if you compared the changes of this to their stock rom here: http://forum.xda-developers.com/showthread.php?t=1825272 and then applied the same changes to our stock rom, it would work. BUT their files as is will not work.
Basically, it would probably take about 15 minutes for someone to do if they knew what they were doing. I however don't have 15 minutes to spend on this so I can't help right now lol.
Click to expand...
Click to collapse
That's ok, as long as I know that it'll work. When I get to my PC I'll look it over and hopefully not break anything. Lol
Thanks bud,
Sent from my SCH-I535 using Tapatalk 2
so what I would do is download their stock deodex and extract the files that are included in the mod.
Then, decompile the .jars and apks that were modded and the stock version
Run winmerge on them to see exactly what they changed
Then make those exact changes to our stock deodex rom. So you will need to decompile 3 sets of files and recompile 1 set.
con247 said:
so what I would do is download their stock deodex and extract the files that are included in the mod.
Then, decompile the .jars and apks that were modded and the stock version
Run winmerge on them to see exactly what they changed
Then make those exact changes to our stock deodex rom. So you will need to decompile 3 sets of files and recompile 1 set.
Click to expand...
Click to collapse
Any luck on getting this to work?
bishop0114 said:
Any luck on getting this to work?
Click to expand...
Click to collapse
Not here, it's a little beyond my knowledge. I did learn some, just not enough to get it working.
Sent from my SCH-I535 using Tapatalk 2
I would love to get this working on my phone!!!
Unlocked just to piss off Verizon!
I know that it's possible, because maanz got it working on his rom.
http://forum.xda-developers.com/showthread.php?t=1854608
Sent from my SCH-I535 using Tapatalk 2
con247 said:
so what I would do is download their stock deodex and extract the files that are included in the mod.
Then, decompile the .jars and apks that were modded and the stock version
Run winmerge on them to see exactly what they changed
Then make those exact changes to our stock deodex rom. So you will need to decompile 3 sets of files and recompile 1 set.
Click to expand...
Click to collapse
I got apktool installed and decompiled framework.jar where it creates a folder called smali. The problem is, I can't view any of the contents from within it. If I go to properties it states contents "nothing" yet shows free space as being 66.7 GB. So I know that there's something in there, I'm just not allowed to view the contents. I read somewhere that you need a text editor?
I did all this on a Linux machine (Mint 13.) I'm gonna try it on a windows PC next just to see what happens.
Edit: I found out that by changing .jar to .apk and then decompiling it allowed me to view the contents. Now I'm sitting at trying to open the TextView.smali. lol
Edit 2: for some reason it's not working for the JellyWiz rom. It's still not showing the contents from within the samli folder.
Sent from my SCH-I535 using Tapatalk 2
To the original poster I know this is off topic but what method of root did you use.
Thanks
Sent from my SCH-I535 using xda app-developers app
dfoote626 said:
To the original poster I know this is off topic but what method of root did you use.
Thanks
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Ez root I believe its called.
Sent from my SCH-I535 using Tapatalk 2
bluezr1 said:
Ez root I believe its called.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Thanks, I will look it up on YouTube....
Sent from my SCH-I535 using xda app-developers app

build.prop edits

I have been trying for the last couple of weeks to port sense ROMs. I did manage to get NRGZ's Energy ROM http://forum.xda-developers.com/showthread.php?t=1290300 to boot with problems using MikRunny as a base but everything else sense then has failed. I've been using this http://forum.xda-developers.com/showthread.php?t=1222746 as my main guide but have also been looking at other sites as well. The problem I'm running into at the moment is error 6 when trying to install via cwr so I've been trying to edit the build.prop with Notepad++ but I guess I just can't get the right edits. if any one can advise me I'd appreciate it.
Is it the build.prop or the updater-script?
Sent from my miTouch-4G-Slide using Tapatalk 2
Chad The Pathfinder said:
I have been trying for the last couple of weeks to port sense ROMs. I did manage to get NRGZ's Energy ROM http://forum.xda-developers.com/showthread.php?t=1290300 to boot with problems using MikRunny as a base but everything else sense then has failed. I've been using this http://forum.xda-developers.com/showthread.php?t=1222746 as my main guide but have also been looking at other sites as well. The problem I'm running into at the moment is error 6 when trying to install via cwr so I've been trying to edit the build.prop with Notepad++ but I guess I just can't get the right edits. if any one can advise me I'd appreciate it.
Click to expand...
Click to collapse
Error 6 in recovery due to script updater. extract the log and check where is the mistake. First could me /system or /data where refferal mount code (dev/block/.....), the other may you don't add free lines @ end of code
Sent from my HTC Desire HD using xda premium
I was thinking build.prop but it's updater script. It lookslike I have 8 errors. Oy!
I'm a padowan with no master.
Chad The Pathfinder said:
I was thinking build.prop but it's updater script. It lookslike I have 8 errors. Oy!
I'm a padowan with no master.
Click to expand...
Click to collapse
If you want or need a bit of help I can offer what I know.
Sent from my myTouch_4G_Slide using Tapatalk 2
Well now I have a status 7 error when attempting to install. I guess my mount points are wrong...
I'm a padowan with no master.
Chad The Pathfinder said:
Well now I have a status 7 error when attempting to install. I guess my mount points are wrong...
I'm a padowan with no master.
Click to expand...
Click to collapse
Send me the updated one, I'm guessing you just removed lines 2,3,4 ect? Or I can send the mounts sorry bout last night I went to bed at like 9
Sent from my myTouch_4G_Slide using Tapatalk 2
Its all good. I was in bed early too but then thought I'd change the boot.img to your supreme sense boot img not really thinking it would make a difference. When I went to install, it started then got stuck at error 7. I was at work when I did this so no logcat. Not sure when I'll be able to get back to it.
I'm a padowan with no master.
Edit: I had tried just deleting the problem lines in the script earlier but that didn't help. I got the same error 6.
I have a line in an updater script "/system/xbin/dropbear" but there is no "dropbear" file in either the port ROM or the base ROM. is it ok to just delete the line of do I need to go in search of?
Chad The Pathfinder said:
I have a line in an updater script "/system/xbin/dropbear" but there is no "dropbear" file in either the port ROM or the base ROM. is it ok to just delete the line of do I need to go in search of?
Click to expand...
Click to collapse
Sure, you should to delete any command for absent files
Sent from my HTC Desire HD using xda premium
Ok thanks. I looked up some information on dropbear but wasn't sure how important it might be to the ROM.

[WIP][PORT] Blade v4.6.0 - Android 4.1.1, Sense 4+

Blade v4.6.0​
This is a ROM port from the HTC EVO One X by theDroidfanatic. You can see the original thread HERE.
As of today, 1-31-2013, this is NOT flashable!!! The updater script is still set up for the One X.
The reason I'm releasing this is because my Shift is down until my new flex cable comes in and I can't test anything so I'm asking for help. So far I've been through the majority of the ROM and I feel confident I've made a good start.
The ROMs I've used for parts are JellyBelly v6: Ultimate Edition and StockMod. I've also referenced Legendary-Infamous, MikRunny, and newRUNNY to see how they're put together as well.
I started by modifying Strapped365's JB Kernel in JellyBelly using this [GUIDE] How to port sense to non-HTC devices. Then using various other guides here on XDA, I've been modifying the port ROM to work on our device. I can put together a change log later after work. Now where I am at with this at the moment is the updater script. I've been through the rest of the ROM and think I have a good start but I haven't done anything in the META-INF folder. I am still reading up on how to write my own updater script but I'm not capable yet so those who want to help, this is my immediate need. In the past I was able to get a sense 4.0 One V port to boot on the Shift using an AOSP updater script but I think it may be necessary to write a new one so this will load right. I am a little unsure about the build.prop edits I've made going from GSM to CDMA so that needs to be double checked.
Any and all help is appreciated!
Thank you very much theDroidfanatic for your incredible work and permission to release this.
Change log
2/01/2013:
There is still A LOT of work to be done for this to boot.
Using JellyBelly v6 Ultimate, Changed the kernel using THIS and THIS.
I moved several apks from system/app to data/app to get the system folder down to 423MB
Changed the bootanimation
Changed the system lib modules by adding, overwriting files from base
Changed the system/lib/hw by adding, overwriting files from base
Replaced system/usr/keychars and system/usr/keylayout with system/usr/keychars and system/usr/keylayout from base
Went into system/etc and replaced vold.fstab, /wifi and /ppp with the ones from base
I'm not sure what to do with the Framework folder yet so I left it alone
Edited the build.prop
Also Reserved...
good luck with this, itd be great to see a functioning sense 4+ rom
Sweetness. I'd like to be a tester when you fix the update script.
Sent from my Nexus 10 using xda app-developers app
Ill download and change the updater script. Really all that need changed are the mmcblk0pXX mountpoints. But that's not going to promise anything lol
Sent from my myTouch_4G_Slide using Tapatalk 2
Thanks Strapped. I really appreciate it!
Dude, it would be absolutely awesome to see a sense 4 rom on the shift. Props for putting all the time and effort into this, your shift will be in my prayers.
Sent from my PG06100
Chad The Pathfinder said:
Thanks Strapped. I really appreciate it!
Click to expand...
Click to collapse
Yeah went from a status 7 got 5 args expected 3 to status 6 and that was just trying some simple changes. Ill compare some others a post a good META-inf when I get a sec
Sent from my myTouch_4G_Slide using Tapatalk 2
Drops jaw to ground.. You you you.. You are a master at porting!!
Sent from my VS920 4G using xda premium
megaghostgamer said:
Drops jaw to ground.. You you you.. You are a master at porting!!
Sent from my VS920 4G using xda premium
Click to expand...
Click to collapse
I know right Not to mention the kernel work :laugh:
Makes me really wish I could double-thank posts!!
Sent from my PG06100
Good Luck with this mate Hope you people will enjoy my ROM here as many do on the HOX forums
Cheers
megaghostgamer said:
Drops jaw to ground.. You you you.. You are a master at porting!!
Sent from my VS920 4G using xda premium
Click to expand...
Click to collapse
It's not booting quite yet
bilgerryan said:
It's not booting quite yet
Click to expand...
Click to collapse
That's mostly cause of the updater script right?
Sent from my VS920 4G using xda premium
bilgerryan said:
It's not booting quite yet
Click to expand...
Click to collapse
You guys are making me a little nervous. Keep in mind it may not work even when the updater script is fixed... others more experienced than I have tried to do this unsuccessfully.
Chad The Pathfinder said:
You guys are making me a little nervous. Keep in mind it may not work even when the updater script is fixed... others more experienced than I have tried to do this unsuccessfully.
Click to expand...
Click to collapse
Yes but there is always lady luck waiting to blow on your dice before you gamble
stare into oblivion
Fall into sleep
Chad The Pathfinder said:
You guys are making me a little nervous. Keep in mind it may not work even when the updater script is fixed... others more experienced than I have tried to do this unsuccessfully.
Click to expand...
Click to collapse
Nervous? Nah if they don't read the OP its their fault. Also no matter how effed the updater-script is it shouldn't flash for anyone because of the update binary
Sent from my myTouch_4G_Slide using Tapatalk 2
strapped365 said:
Nervous? Nah if they don't read the OP its their fault. Also no matter how effed the updater-script is it shouldn't flash for anyone because of the update binary
Sent from my myTouch_4G_Slide using Tapatalk 2
Click to expand...
Click to collapse
Oh too good.
Dont worry though Chad, the people who know what strapped is talking about are gonna be the only ones [trying to] flash it anyway :good:
Sent from my PG06100
CNexus said:
Oh too good.
Dont worry though Chad, the people who know what strapped is talking about are gonna be the only ones [trying to] flash it anyway :good:
Sent from my PG06100
Click to expand...
Click to collapse
Agreed I haven't flashed cause ive read it.. I might take a look inside later.. still gotta fix my Roms. So busy
Sent from my VS920 4G using xda premium
Ok I've been trying to figure out how to move forward with this and all I can figure is to start fresh using my ego 4g. Fortunately, JellyBelly Ultimate is on the evo already. Thanks bilgeryan. If I can get it to work that way, surely we can port it to the shift. If any one wants to digin and do whatever your creativity leads you to do then by all means do it. I'd like this to be a community effort as much as possible. Especially "sense" I'm not a dev. There's A LOT I don't know.

[FP8A][Stock][CWM]Full Odexed and Deodexed Stock

It doesn't look like anything is really around for this, and with a few other options already I am unsure how useful it is, but I figured I would post it anyway.
[size=+1]I AM IN NO WAY RESPONSIBLE FOR ANYTHING THAT HAPPENS (GOOD OR BAD) AS A RESULT OF FLASHING OR ATTEMPTING TO FLASH WHAT IS POSTED HERE![/size]
I am normally a bit verbose on things, but I really didn't do much here. The below files were all pulled from either dumps from the phone (/system, kernel) or from the FP5-to-FP8 update zip.
The odexed version I did NOTHING to (except fashion it into something CWM flashable), which means it is unrooted and it will overwrite both the kernel and any custom recovery with stock variants. The deodexed/zipaligned version includes SuperSU v1.25 (found here) as well as busybox (v1.20.2 thanks to imnuts). It does not include a kernel, and I also put a .bak at the end of /system/etc/install-recovery.sh to avoid the custom recovery overwrite that goes on when that file is unedited.
You will need to have CWM (version 5.0.2.7 can be found here, but earlier versions like 4.0.1.4 will work fine as well) already on your phone, and I would strongly recommend doing a data wipe/factory reset within CWM before flashing either of the full roms (odexed or deodexed) as well.
Also - if you are flashing one with a kernel, MAKE SURE voodoo lagfix is completely disabled and /data, /dbdata, /cache, and /system are all rfs BEFORE flashing!
CWM Installation instructions:
- Download file and place on sdcard
- Boot into CWM recovery
- Recommended to wipe data/factory reset
- If flashing a kernel - you better not be ext4
- Install the .zip you put on your sdcard
NOTES:
While I am unsure how relevant it is now, I have encountered an occasional odd issue in the past with CWM after flashing that seems to require adb to resolve.
The issue is that after flashing and then booting into recovery, I occasionally get a "can't mount /sdcard" error. Apparently that in itself is a known issue, and it is listed as such in the CWM recovery thread.
The fix requires you to perform the following commands using ADB:
Code:
adb shell
umount /sdcard
rm -f /sdcard
mkdir /sdcard
exit
If you do not have ADB installed and you are having the "can't mount /sdcard" error after flashing - I have a possible workaround for you. Download the ADBsdcardFix.zip here - then extract the folder (should be fine to extract it to your desktop) and attach your phone to the computer via USB (I did this while the phone was already in CWM). Open the newly-extracted ADB folder, and then double-click on the CWMsdcardFix.bat - something should pop up on the screen for a brief second, which is completely normal. After double-clicking the .bat file, on the phone go to mounts and storage, then select mount /sdcard - and it now should work!
Either approach here (adb code or the stuff in ADBsdcardFix.zip) has worked every time I have needed it, although again in my experience I have not been able to cull the rhyme or reason out of when that need will present itself.
Please let me know if there are any problems/issues.
---CWM FP8A STOCK FILES---
BLOATED FP8A DEODEXED ROOTED BUSYBOX-ED CWM .ZIP
md5: 53D10A47CBFAF2F4C3D77BA857FE0BBC
BLOATED FP8A ODEXED CWM .ZIP
NOTE: This includes the stock kernel, so you MUST be rfs for this. If you are ext4, you WILL have problems.
md5: 2EBF23AA1CC16F5D1A3AB7023CA786DC
STOCK FP8A KERNEL CWM .ZIP
NOTE: Only flash these if you are rfs - issues will abound when flashed over ext4 setups
md5: 27B18228EC18F2446A774E1E19D196C5
STOCK FP8A RECOVERY CWM .ZIP
md5: CBF88C999B7C9800BD2ACA7527C68B30
FP5-TO-FP8 MODEM UPDATER CWM .ZIP
NOTE: Only flash this if you are ALREADY on the FP5 modems!!
md5: 6EEB24542025282DAF52AA51DA764438
---MISCELLANEOUS---
ADBsdcardFix.zip
NOTE: READ DESCRIPTION ABOVE FOR HOW AND WHY TO USE THE FILE BELOW -
--- DO NOT FLASH IN CWM!! ---
md5: 5A362D2AB8BD5D7878AC1835A4AD558E
FP8 Animated Gif Support
Flash this to get the FP8 version of the let-my-gifs-play-regardless-of-available-memory hack in Tweaked in FP5 - thanks flare!
md5: 917273012589484497B3F0B2C0FE0585
Thanks a lot dwitherell. I needed this.
Ignore post-I'll make my own thread!
How about a debloated odexed zip? The bloated one is super fast so I imagine without bloat should be faster .Thanks .
Sent from my Verizon Galaxy Tab 2 7.0 LTE by Premium XDA application. Capize???
deafptl4ever said:
How about a debloated odexed zip? The bloated one is super fast so I imagine without bloat should be faster .Thanks .
Sent from my Verizon Galaxy Tab 2 7.0 LTE by Premium XDA application. Capize???
Click to expand...
Click to collapse
I'll take a crack at it, though I plan on implementing it somewhat differently... should have more info tonight
Has anyone made a voodoo kernel yet?
dwitherell said:
I'll take a crack at it, though I plan on implementing it somewhat differently... should have more info tonight
Click to expand...
Click to collapse
Does this mean you won't be making a Tweaked rom with F8?
Sent from my Verizon Galaxy Tab 2 7.0 LTE by Premium XDA application. Capize???
deafptl4ever said:
Does this mean you won't be making a Tweaked rom with F8?
Sent from my Verizon Galaxy Tab 2 7.0 LTE by Premium XDA application. Capize???
Click to expand...
Click to collapse
No, I plan on making an updated tweaked (though very slowly it seems).
I'm still here and enjoying your work Just wanted to say thanks!
Sent from my SCH-I510 using xda app-developers app
dwitherell said:
I'll take a crack at it, though I plan on implementing it somewhat differently... should have more info tonight
Click to expand...
Click to collapse
We still waiting buddy. Going on twenty nights now. LOL
Sent from my Verizon Galaxy Tab 2 7.0 LTE by Premium XDA application. Capize???
deafptl4ever said:
We still waiting buddy. Going on twenty nights now. LOL
Sent from my Verizon Galaxy Tab 2 7.0 LTE by Premium XDA application. Capize???
Click to expand...
Click to collapse
Lol crap, totally spaced on this. Why does real life have to be so busy? I really got to get on this...
I'll shoot for sometime before the next 20 nights pass
dwitherell said:
Lol crap, totally spaced on this. Why does real life have to be so busy? I really got to get on this...
I'll shoot for sometime before the next 20 nights pass
Click to expand...
Click to collapse
You're just having too much fun with you G Note II.
Sent from my SCH-I510 using xda app-developers app
Reilly1812 said:
You're just having too much fun with you G Note II.
Sent from my SCH-I510 using xda app-developers app
Click to expand...
Click to collapse
LOL - truth be told since the update I haven't done all that much really - mostly chase down bugs that people report, that's about it.
That being said - it is fun, so guilty as charged
dwitherell said:
LOL - truth be told since the update I haven't done all that much really - mostly chase down bugs that people report, that's about it.
That being said - it is fun, so guilty as charged
Click to expand...
Click to collapse
Dwit, nobody cares how long it takes you. You do far more work on the charge than you've got any reason to. I'm fairly certain I'm slightly gay for you, and the second I'm not perpetu-broke, you're gonna get some serious sammich moneys. The fact that the charge is still even on your ****ing backburner in 2013 is simply amazing, and we all love you for it.
I still have a Charge and I have rocked Tweaked on the Note 2.
Tweaked is seriously top notch stuff.
Don't update dwith, then I don't have to spend hours tweaking my new version of tweaked
I know there are a few Chargers out there still , it is fun to stop in every now and then.
Sent from my SCH-I605 using Tapatalk 2
usererror404 said:
Dwit, nobody cares how long it takes you. You do far more work on the charge than you've got any reason to. I'm fairly certain I'm slightly gay for you, and the second I'm not perpetu-broke, you're gonna get some serious sammich moneys. The fact that the charge is still even on your ****ing backburner in 2013 is simply amazing, and we all love you for it.
Click to expand...
Click to collapse
Don't listen to above. Going into night 4.
Sent from my SCH-i705 using xda premium
WHERES MY ROM?!
Sent from my SCH-I510 using xda premium
kvswim said:
WHERES MY ROM?!
Sent from my SCH-I510 using xda premium
Click to expand...
Click to collapse
*eyepoke*
Sent from my SCH-I510 using xda app-developers app
Lolz - yeah yeah I know. To be fair I haven't done too much android stuff at all over the last week or two - I've been at the new job long enough that they feel I'm ready for workload inundation. I hear MidnightNinja has something together on another forum though
NinjaRomV2 is available over on chargeforums.
http://www.chargeforums.com/forum/showthread.php?p=59137
As well as eclipse over on Nitro's site (made a thread).
Both are solid Roms with different color bases and options. It make take Dwith awhile to build the new Tweaked, but at least we have something!
I really like both Roms that are out. I have backups so that I can switch between them. Midnight has the libdroid toggles (status bar) like in Tweaked, with a green base, and Nitro has a few CM features like DSPManager, and an ICS blue color base.
Don't mean to derail your thread Dwith, just trying to take some of the pressure off .
Sent from my SCH-I510 using Xparent Red Tapatalk 2

[Q] [Solved] Deodex I497 4.1.2

Could someone please deodex the i497 4.1.2 firmware because i cannot seem to accomplish it without causing a bootloop.
Edit: I figured it out thanks to @focussoft and his help.
Im on it too
Only hickup I have so far is that the radio does not work after flashing
Seems no one feels like helping me to figure that one out
The rest works fine
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta
---------- Post added at 10:20 AM ---------- Previous post was at 10:09 AM ----------
There is a 4.0.4 deodexed but no 4.1.2
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta
The rest works fine can you send me a nandroid of your os? im assuming its data right not wifi? i got this as a gift and dont have a data plan so i can use wifi but it would be much appreciated if i could get that image would be much appreciated because i cannot seem to deodex. or could you tell me how you deodexed it
I use the Android kitchen but its little bit hard to set up
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta
About to try that now what image did you use as the base image?
I pulled it off my tablet
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta
ok cool new to rom developement and have been trying to figure this tablet out to deodex it so i can make it look like the xperia tab z
You have to take to mount points out of recovery.fstab otherwise it does not flash
Im new to this too but have most of it figured out last week except the missing radio part
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta
i think the radio issue is due to the att modem which was an issue with the 4.04 version maybe you could check the posts about that out it may help but thanks for all the help us new devs need to help eachother out especially cuz there are no devs really for this tab
I'm in the process of fixing my linux but I just came out of the ER so have to take it slow
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta
well if i get it working ill let you know and tell you how i did it or maybe post a deodexed rom for this in the dev thread as a base rom.
Sounds great
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta
yo how did you set up the device to set up the updater script and such?
I made a espresso10att file with the mounth pounts
The wierd thing is now I reinstalled linux , yhe kitchen ignores the file and writes a wrong udater
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta
did you have to do anything special to get the framework files to be deodexed properly because every time i copy them i get a bootloop, but the apk files work perfectly
Ineeded to update the smali files and tell the kitchen to use that version
Also needed to change api level to 15 in the api_level file
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta
focussoft said:
Ineeded touodte the smli files
Click to expand...
Click to collapse
?? also what is the mount point i tried using the one from the s4 but it didnt work?
cool will do that. also what is the mount point i tried using the one from the s4 but it didnt work?
Noooo u need to pull the mountibg points from the extracted boot-image
Kitchen can decompile that and then u can find the mount points in the /etc/recovery.fstab
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta
focussoft said:
Noooo u need to pull the mountibg points from the extracted boot-image
Kitchen can decompile that and then u can find the mount points in the /etc/recovery.fstab
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4 Beta
Click to expand...
Click to collapse
cool like i said im new to development so i apologize for all the questions because i cant seem to find the answers anywhere so thanks for putting up with me

Categories

Resources