[Q] Problem with my first build - Captivate Q&A, Help & Troubleshooting

Ok, extracted files out of factoryfs, created the system folder, built everything around that. Zipped up, signed it. Trying to flash, get a Error creating symlink
cant symlink /system/bin/cat
Failure at line 6:
symlink toolbox SYSTEM:bin/cat
Any help would be greatly appreciated.

Anything that is being symlinked needs to be removed from the /system/bin folder.

Yep I pulled it all out pre zip.
Sent from my GT-I9000 using XDA App

So there is no file named "cat" inside /system/bin?

Correct
Sent from my GT-I9000 using XDA App

Anyone else have any suggestions
Sent from my GT-I9000 using XDA App

rob989_69 said:
Anyone else have any suggestions
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
make sure you have all files being shown in explorer.

Pirateghost said:
make sure you have all files being shown in explorer.
Click to expand...
Click to collapse
You mean so they're not hidden? If so yeah, I actually went through Update-Script and removed anything that was being symlinked from system/bin.

rob989_69 said:
You mean so they're not hidden? If so yeah, I actually went through Update-Script and removed anything that was being symlinked from system/bin.
Click to expand...
Click to collapse
yeah. the only reason i can see why you would get that error is because of symlinked files

I read somewhere I could be so to my version of java. I "think" I have the right version but can someone link it for me just in case.
Sent from my GT-I9000 using XDA App

Related

Help with Pushing apps

Ok so I am trying to get friend stream to work in the new fresh rom. I got the apk from damages rom along with the widget. In cmd I successfully push the apps /system/app/ after typing in adb remount. However after I reboot the app is not there. How do I get this to work? Also was wondering how to port a system app from a darchlegend rom to work on any other rom. Any advice is welcome.
-------------------------------------
Sent via the XDA Tapatalk App
Wont work, period. It needs an .odex for both the widget and the normal .apk for it to work in the latest release.
Wont work, period. It needs an .odex for both the widget and the normal .apk for it to work in the latest release.
Click to expand...
Click to collapse
Ok I can pull the odex file but where does that go? Or is that something created when the apk is compiled if so any good tuts for editing and recompiling?
-------------------------------------
Sent via the XDA Tapatalk App
rejectedkid said:
Ok I can pull the odex file but where does that go? Or is that something created when the apk is compiled if so any good tuts for editing and recompiling?
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
If you want to learn, you tell me where you think it goes...
Ok I can pull the odex file but where does that go? Or is that something created when the apk is compiled if so any good tuts for editing and recompil
Click to expand...
Click to collapse
If you want to learn, you tell me where you think it goes...
Click to expand...
Click to collapse
I suppose I will search the forums. Was just being lazy.
-------------------------------------
Sent via the XDA Tapatalk App
I was kind of hoping TitaniumBackup would give me this one...
I can't find the odex...
But I read from the other Hero forum that Friendstream may require an update package.

Need Weather.APK for Thunderbolt

Preferably Odex format
Thanks
you should be able to extract them from one of the RUU's already posted. I'd send you mine off my pone but I can't (read: don't have the time to **** around with it) from work.
gsxr1kmatt said:
you should be able to extract them from one of the RUU's already posted. I'd send you mine off my pone but I can't (read: don't have the time to **** around with it) from work.
Click to expand...
Click to collapse
Ok I'll try to look around for it, thanks.
I wouldn't even know which file to extract that apk. Do you have any idea off the top of your head?
Still need that file pal?
Sent from my SCH-I500 using XDA Premium App
jiggaman508 said:
Still need that file pal?
Sent from my SCH-I500 using XDA Premium App
Click to expand...
Click to collapse
I wouldn't mind getting the file. I am attempting to build a custom rom, but my linux machine went down...So im looking into this "Windows" environment for building roms...anyone got any experience with it?
jiggaman508 said:
Still need that file pal?
Sent from my SCH-I500 using XDA Premium App
Click to expand...
Click to collapse
Couldn't go any longer knowing I'm w/o something I wanted, so I just reflashed the whole zip file lol.
Thanks anyway!
Closing thread upon OP's request.

Modify hosts file?

Currently I am using firefly 2.9 and I have been trying to remove stats.wordpress from the blocked list so that I can receive stats on my wordpress site. I modified the file and copied it to the system/ect folder but it won't replace the old file.
I've tried deleting the old version and copying the new modified version in its place, but the old file keeps coming back! I've tried to match the permissions of the new file to the original but the settings don't stick.
Anyone have a suggestion?
Thanks!
Sent from my SAMSUNG-SGH-I897 using Tapatalk
Try doing it through adb:
copy the hosts file to your sd card, do whatever modifications you want on it, then do:
adb shell
su
mount -o rw,remount /dev/block/stl9 /system
cp /sdcard/hosts /system/etc
sync
reboot
or optionally, you can push it through clockwork as an update.zip
Clockwork sounds like the way I'd like to go... Do I just zip the file and call it update.zip? Or is there more to it than that? (i would assume)
I would do the adb method, but I have had bad luck with that in the past.
Thanks
Sent from my SAMSUNG-SGH-I897 using Tapatalk
There's more to it than that; it has to have a specific structure and an update script. Here's a guide:
http://www.robmcghee.com/android/creating-an-android-update-zip-package/
You don't need to sign it, so you can skip that step.
Okay thanks! I'll try to mess with it tomorrow.
Thanks again!
Sent from my SAMSUNG-SGH-I897 using Tapatalk
I have issues deleting files from system it won't let me it said read only
Sent from my HTC Glacier using XDA Premium App
celeox said:
I have issues deleting files from system it won't let me it said read only
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
Your filesystem is mounted as read only, remount with -o rw,remount
Please give details sorry pretty new at this. Tried to mount system in recovery but no change
Sent from my HTC Glacier using XDA Premium App
U could use Root Explorer, it allows u to apply rw
That worked thanks
Sent from my HTC Glacier using XDA Premium App
How do I give thank you, it might sound dumb but I don't see thank you button anywhere. Is it because I'm new to forum?
Sent from my HTC Glacier using XDA Premium App
celeox said:
How do I give thank you, it might sound dumb but I don't see thank you button anywhere. Is it because I'm new to forum?
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
it doesnt exist on the app.....you have to do it from a computer
Pirateghost said:
it doesnt exist on the app.....you have to do it from a computer
Click to expand...
Click to collapse
ummm OR just open up your phones browser instead of using the app...
studacris said:
ummm OR just open up your phones browser instead of using the app...
Click to expand...
Click to collapse
but noobs will click on the OK button when they get prompted that the forum is Tapatalk compatible!
I haven't seen on computer either?
Sent from my HTC Glacier using XDA Premium App
celeox said:
I haven't seen on computer either?
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
I think you just met the minimum post count to see the thanks button.
fuloplori said:
U could use Root Explorer, it allows u to apply rw
Click to expand...
Click to collapse
I tried that, for some reason it still didn't let me copy the revised file through Root Explorer. I might give adb a try tomorrow.
Sent from my SAMSUNG-SGH-I897 using Tapatalk

Sensor calibration fix in gingerbread

As the AA site is still a WIP I will post here.
http://forum.xda-developers.com/attachment.php?attachmentid=632040&d=1308669292
Terminal Emulator/ADB Shell
$ su
# sensorcalibutil_yamaha
Follow directions.
Sent from my SPH-D700 using XDA App
For terminal it's
Su
System/bin/sensorcalibutil_yamaha
*or has it changed location since in ginger?*
Sent from my Epix 4G using XDA
Shoulon said:
For terminal it's
Su
System/bin/sensorcalibutil_yamaha
*or has it changed location since in ginger?*
Sent from my Epix 4G using XDA
Click to expand...
Click to collapse
It's changed in gingerbread.
Damn samsuck. need to question devs less eh =/
Sent from my Epix 4G using XDA
Shoulon said:
For terminal it's
Su
System/bin/sensorcalibutil_yamaha
*or has it changed location since in ginger?*
Sent from my Epix 4G using XDA
Click to expand...
Click to collapse
I have NEVER had to type system/bin before sensorcalibutil_yahama.
What does the zip file do?
Flashable zip?
*edit* nevermind I just peeked inside the zip.
For post above me, you flash through clockwork, and it flashes the calibration tool needed.
And btw its no included at all in gb, hence the need for this to be flashed
Sent from my SPH-D700
ran the calibration tool and it made no difference
No difference here either. Doesn't really bother me much tho.
Sent from my SPH-D700 using XDA App
Guess they thought gingerbreads version would work? So no difference huh?
Well thanks for getting this still Marcusant.
Just a thought, but wouldn't you need the other files that go with it? If i knew how to compile one of these zips, i would edit it and see if it worked >.>
/system/bin/sensorcalibutil_yamaha
/system/bin/sensorserver_yamaha
/system/bin/sensorstatutil_yamaha
hoffman1984 said:
Just a thought, but wouldn't you need the other files that go with it? If i knew how to compile one of these zips, i would edit it and see if it worked >.>
/system/bin/sensorcalibutil_yamaha
/system/bin/sensorserver_yamaha
/system/bin/sensorstatutil_yamaha
Click to expand...
Click to collapse
I would think you could just download a rom open it up with winrar and copy it out and post it with credits and permission of coarse, just to be safe
Well the reason i mentioned the 3 files, is that sensorcalibutil_yamaha was the only file that's flashed in this fix. Hence why it might not work? Again, i know nothing of fixes and development on Android, but from a programming perspective, i would say they're dependent files...
Who knows... If anyone feels like taking the time to re-create this fix with the files listed, it just may work. =\
hoffman1984 said:
Well the reason i mentioned the 3 files, is that sensorcalibutil_yamaha was the only file that's flashed in this fix. Hence why it might not work? Again, i know nothing of fixes and development on Android, but from a programming perspective, i would say they're dependent files...
Who knows... If anyone feels like taking the time to re-create this fix with the files listed, it just may work. =\
Click to expand...
Click to collapse
Drag them into the zip and post it. Trust me, Marcusant probably doesn't mind the whole permission thing.
Sent from my SPH-D700 using XDA App
I did all that... edited the update script... and it bricked my phone. I'll hve to do my research, cause I have a feeling that it's not as easy as just dropping files into a zip
Sent from my SPH-D700 using XDA App
hoffman1984 said:
I did all that... edited the update script... and it bricked my phone. I'll hve to do my research, cause I have a feeling that it's not as easy as just dropping files into a zip
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Don't edit the script...
Sent from my SPH-D700 using XDA App
flipblind said:
Drag them into the zip and post it. Trust me, Marcusant probably doesn't mind the whole permission thing.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Kick in the nuts? lol
flipblind said:
Don't edit the script...
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
May I ask why?
Sent from my SPH-D700 using XDA App

*UPDATE*Smart Manager 5.1.1

Took this apk and necessary files out of the tmobile update 5.1.1.
(Root Browser)
Place files :system/priv-apps
Set correct permissions and rename the one already in that directory
This works on At&t Galaxy s6 not tested on other variants
*Confirmed working on SPRINT*
Pictures located on POST#19
Not responsible if you prick your phone or anything.
*Must be rooted*
*Must be on a custom rom
*If I helped in any way a simple click on the THANKS button is sufficient*
What does it do? Regardless I'm downloading right now. Lol. #yoloflash
benbailey84 said:
What does it do? Regardless I'm downloading right now. Lol. #yoloflash
Click to expand...
Click to collapse
It enables Smart Manager widget and apk. At&t disables it
System/app or system/priv-apps??
Mikekelso421 said:
System/app or system/priv-apps??
Click to expand...
Click to collapse
System/priv-apps
I have the files in the right folder and renamed them to the exiting apk. How do I get it to install or show up? I also have privileges set correct. Thanks for any help ?
Clienterror said:
I have the files in the right folder and renamed them to the exiting apk. How do I get it to install or show up? I also have privileges set correct. Thanks for any help ?
Click to expand...
Click to collapse
After you place the folder in system/priv-apps set correct permission then restart....that's it
Okay ill double check permissions maybe I missed one. Thanks!
Clienterror said:
Okay ill double check permissions maybe I missed one. Thanks!
Click to expand...
Click to collapse
Majority miss the first folder "Smart Manager the one in priv-apps...I did the first time.
skylinegtr116 said:
Majority miss the first folder "Smart Manager the one in priv-apps...I did the first time.
Click to expand...
Click to collapse
Yea I got it figured out, thanks for posting it!
"Set correct permissions and rename the one already in that directory "
I have a folder named " SmartManager_PROVIDER " in the system/priv-app folder
Is that the one I rename to disable it?
Then unzip and paste the folder and contents attached to this thread in the system/priv-app folder ?
And what are the correct permissions?
I'm rooted AT&T OE2 using root explorer.
Ginther said:
"Set correct permissions and rename the one already in that directory "
I have a folder named " SmartManager_PROVIDER " in the system/priv-app folder
Is that the one I rename to disable it?
Then unzip and paste the folder and contents attached to this thread in the system/priv-app folder ?
And what are the correct permissions?
I'm rooted AT&T OE2 using root explorer.
Click to expand...
Click to collapse
Yes just rename the file you don't necessarily have to freeze as it does nothing its already disabled by at&t.
Yes everything goes in the system/priv-apps folder...
Set permissions to folders as below... the apk and other files in the arm folder are the same permissions.
Reset...
skylinegtr116 said:
Yes just rename the file you don't necessarily have to freeze as it does nothing its already disabled by at&t.
Yes everything goes in the system/priv-apps folder...
Set permissions to folders as below... the apk and other files in the arm folder are the same permissions.
Reset...
Click to expand...
Click to collapse
Thank you. That got it working.
skylinegtr116 said:
Yes just rename the file you don't necessarily have to freeze as it does nothing its already disabled by at&t.
Yes everything goes in the system/priv-apps folder...
Set permissions to folders as below... the apk and other files in the arm folder are the same permissions.
Reset...
Click to expand...
Click to collapse
I tried this several times. Could not get ot to work for some reason
Sent from my SAMSUNG-SM-G920A using XDA Free mobile app
ceelo2008 said:
I tried this several times. Could not get ot to work for some reason
Sent from my SAMSUNG-SM-G920A using XDA Free mobile
What's steps did you take?
Click to expand...
Click to collapse
skylinegtr116 said:
ceelo2008 said:
I tried this several times. Could not get ot to work for some reason
Sent from my SAMSUNG-SM-G920A using XDA Free mobile
What's steps did you take?
Click to expand...
Click to collapse
Copied to system priv changed perm renamed old folder rebooted
Sent from my SAMSUNG-SM-G920A using XDA Free mobile app
Click to expand...
Click to collapse
ceelo2008 said:
skylinegtr116 said:
Copied to system priv changed perm renamed old folder rebooted
Sent from my SAMSUNG-SM-G920A using XDA Free mobile app
Click to expand...
Click to collapse
What s6 model do you have?
Click to expand...
Click to collapse
skylinegtr116 said:
ceelo2008 said:
What s6 model do you have?
Click to expand...
Click to collapse
Att s6 non edge
Sent from my SAMSUNG-SM-G920A using XDA Free mobile app
Click to expand...
Click to collapse
ceelo2008 said:
skylinegtr116 said:
Att s6 non edge
Sent from my SAMSUNG-SM-G920A using XDA Free mobile app
Click to expand...
Click to collapse
This should help you
Click to expand...
Click to collapse
skylinegtr116 said:
ceelo2008 said:
This should help you
Click to expand...
Click to collapse
Smart Manager will not show up for me... Don't know what I'm doing wrong lol.
Click to expand...
Click to collapse

Categories

Resources